These benchmarks were generated using VectorCAST's [1] automated test-case
generation capability, an industrial symbolic execution engine targeted towards
generating high-coverage test-suites for safety-critical C and C++.
While VectorCAST can target multiple SMT solvers via a generic Python API, it
does not support generating SMTLIB2 files directly. Consequently, these
benchmarks were obtained using Z3's [2] 'smtlib2_log' [3] facility to capture
all interactions between VectorCAST and the SMT solver, including all push/pop
commands.
The input to the test-case generator was:
* A *C* file,
* which came from project from the *Automotive* market
[1] https://www.vector.com/int/en/products/products-a-z/software/vectorcast
[2] Leonardo de Moura, Nikolaj Bjorner (2008), "Z3: An Efficient SMT Solver".
In: Proceedings of TACAS 2008.
[3] Z3 4.8.7 release notes:
https://raw.githubusercontent.com/Z3Prover/z3/master/RELEASE_NOTES
| Benchmark | |
|---|---|
| Size | 5340 |
| Compressed Size | 1534 |
| License | Creative Commons Attribution 4.0 International (CC-BY-4.0) |
| Category | industrial |
| First Occurrence | 2021-07-18 |
| Generated By | Andrew V. Jones (andrew.jones@vector.com) |
| Generated On | 2021-02-11 00:00:00 |
| Generator | VectorCAST 2020sp6, ATG 2.0c-pre |
| Dolmen OK | 1 |
| strict Dolmen OK | 1 |
| check-sat calls | 3 |
| Status | unknown |
| Inferred Status | None |
| Size | 1861 |
| Compressed Size | 1063 |
| Max. Term Depth | 8 |
| Asserts | 1 |
| Declared Functions | 0 |
| Declared Constants | 1 |
| Declared Sorts | 0 |
| Defined Functions | 0 |
| Defined Recursive Functions | 0 |
| Defined Sorts | 0 |
| Constants | 0 |
| Declared Datatypes | 0 |
ite | 1 | and | 1 | = | 1 | distinct | 2 |
let | 1 | extract | 2 | bvnot | 1 | bvadd | 2 |
zero_extend | 3 | select | 1 |
| Status | unknown |
| Inferred Status | None |
| Size | 2230 |
| Compressed Size | 1153 |
| Max. Term Depth | 8 |
| Asserts | 2 |
| Declared Functions | 0 |
| Declared Constants | 2 |
| Declared Sorts | 0 |
| Defined Functions | 0 |
| Defined Recursive Functions | 0 |
| Defined Sorts | 0 |
| Constants | 0 |
| Declared Datatypes | 0 |
ite | 2 | and | 2 | = | 1 | distinct | 3 |
let | 2 | extract | 3 | bvnot | 1 | bvadd | 2 |
bvsle | 1 | bvsgt | 1 | bvsge | 1 | bvashr | 1 |
zero_extend | 3 | sign_extend | 1 | select | 1 |
| Status | unknown |
| Inferred Status | None |
| Size | 5309 |
| Compressed Size | 1544 |
| Max. Term Depth | 12 |
| Asserts | 3 |
| Declared Functions | 0 |
| Declared Constants | 4 |
| Declared Sorts | 0 |
| Defined Functions | 0 |
| Defined Recursive Functions | 0 |
| Defined Sorts | 0 |
| Constants | 0 |
| Declared Datatypes | 0 |
ite | 15 | not | 3 | or | 1 | and | 6 |
= | 1 | distinct | 20 | let | 8 | extract | 14 |
bvnot | 4 | bvneg | 1 | bvadd | 8 | bvslt | 2 |
bvsle | 5 | bvsgt | 2 | bvsge | 5 | bvashr | 5 |
zero_extend | 10 | sign_extend | 6 | select | 4 | fp.lt | 1 |