Published February 13, 2018 | Version CMC-reducers-ICSE18-proceedings
Software Open

Reproduction Package for ICSE 2018 Article `Reducer-Based Construction of Conditional Verifiers'

  • 1. LMU Munich, Germany
  • 2. University of Paderborn

Description

Replication package for the article
'Dirk Beyer, Marie-Christine Jakobs, Thomas Lemberger, and Heike Wehrheim. Reducer-Based Construction of Conditional Verifiers. In Proc. ICSE, 2018. ACM.'

It contains all tools and data necessary to reproduce the results stated in our work.
The included README.md contains detailed instructions.

Abstract:
	Despite recent advances, software verification remains challenging. To solve hard verification tasks, we need to leverage not just one but several different verifiers employing different technologies. To this end, we need to exchange information between verifiers. Conditional model checking was proposed as a solution to exactly this problem: The idea is to let the first verifier output a condition which describes the state space that it successfully verified and to instruct the second verifier to verify the yet unverified state space using this condition. However, most verifiers do not understand conditions as input.
In this paper, we propose the usage of an off-the-shelf construction of a conditional verifier from a given traditional verifier and a reducer. The reducer takes as input the program to be verified and the condition, and outputs a residual program whose paths cover the unverified state space described by the condition. As a proof of concept, we designed and implemented one particular reducer and composed three conditional model checkers from the three best verifiers at SV-COMP 2017. We defined a set of claims and experimentally evaluated their validity. All experimental data and results are available for replication.

Files

ICSE18_reducer_artifact.zip

Files (9.7 GB)

Name Size Download all
md5:8bc446c5f7a1a148948db5a26eaddda7
9.7 GB Preview Download

Additional details

Related works

Is supplement to
Conference paper: 10.1145/3180155.3180259 (DOI)