Benchmark

non-incremental/QF_BV/20230221-oisc-gurtner/SRL-SAFE-8-8.smt2

Publications: "A Formally Verified Reduction of the RV32I ISA", Sonja Gurtner
(https://epub.jku.at/obvulihs/content/titleinfo/8237703)

The benchmarks come from the master thesis from Sonja Gurtner "A Formally Verified Reduction of the
RV32I ISA" about translating RISC-V instructions using only memory operations, jump, and sub. The
translation was done by Rosette, a tool to translate constraints from a Racket-like language to the
SMT-LIB.

There are two parameters in the translation:

- the bitwidth we are considering

- the upper bound on the number of loop iterations (for
correctness, it must be larger than the bitwidth)

One limitation of the work is that the translation was verified one replacement at a time. We verify
that addition (RISC-V instruction add) can be replaced by two subtraction (RISC-V instruction sub),
but subsequently use the usual addition. Thanks to this, verification scales up to large
bitwidth. Otherwise, the verification of such nested instructions is very challenging.


Naming convention: <instruction_to_replace>[-nested]-<bitwidth>-<upper_bound>[-<counterexample-cause>.smt2
Benchmark
Size100241
Compressed Size15853
License Creative Commons Attribution 4.0 International (CC-BY-4.0)
Categoryindustrial
First Occurrence2023-07-06
Generated BySonja Gurtner and Mathias Fleury
Generated On2023-02-19 00:00:00
GeneratorRosette
Dolmen OK1
strict Dolmen OK1
check-sat calls1
Query 1
Status unsat
Inferred Status unsat
Size 100232
Compressed Size15874
Max. Term Depth3
Asserts 4
Declared Functions0
Declared Constants139
Declared Sorts 0
Defined Functions0
Defined Recursive Functions 0
Defined Sorts0
Constants1671
Declared Datatypes0

Symbols

Bool1080 ite806 not51 or68
and241 =693 BitVec591 bvand1
bvor11 bvneg24 bvadd41 bvsmod2
bvult11 bvule4 bvslt1 bvsle11
bvshl28 bvlshr21

Evaluations

Evaluation Rating Solver Variant Result Wallclock CPU Time
SMT-COMP 2023 0.17 (5/6) Bitwuzla Bitwuzla-fixed_default unsat ✅ 2.95223 2.95219
cvc5 cvc5-default-2023-05-16-ea045f305_sq unsat ✅ 3.01930 3.01990
STP STP 2022.4_default unsat ✅ 1.93571 1.93568
STP 2022.4_default unsat ✅ 1.92763 1.92745
UltimateEliminator UltimateIntBlastingWrapper+SMTInterpol_default unknown ❌ 4.48265 11.77890
Yices2 Yices 2 for SMTCOMP 2023_default unsat ✅ 27.42560 27.42010
Z3-Owl z3-Owl-Final_default unsat ✅ 3.88888 3.88880
z3-Owl-Final_default unsat ✅ 4.38771 4.38837