# .

* SAT 0
* UNSAT 0
* TIMEOUT 0
* UNKNOWN 0

* UNSET 1259

* ERROR 1259

# Meta data

<pre>
Ramon benchmark for Z3
-
Job description: 
Job tag: UFBVDTNIRA.tar.zst
Runner: rise-runner-2
Z3 repo: Z3Prover/z3
Z3 commit: bc6c38e7d3424b88a505cacba4b268d0774d4547
Z3 branch: master
Z3 options: "-T:20"
Z3 inputs: https://zenodo.org/records/16740866/files/UFBVDTNIRA.tar.zst?download=1
Z3 commit message: [code-simplifier] Simplify `api_ast.cpp` by removing unreachable branch and stray comment (#9570)

This change simplifies recently touched API code in
`src/api/api_ast.cpp` without altering semantics. It removes an
unreachable error path in `Z3_get_index_value` and deletes an empty
comment in `Z3_mk_rec_func_decl`.

- **`Z3_get_index_value`: remove dead branch**
- After validating `a` is non-null and of kind `AST_VAR`, the conversion
to `var*` is already guaranteed by existing AST casting invariants.
- The redundant null-check/error-return branch was removed, leaving a
direct index return.

- **`Z3_mk_rec_func_decl`: remove noise**
  - Deleted a stray empty `//` line.

```cpp
// before
var* va = to_var(_a);
if (va) {
    return va->get_idx();
}
SET_ERROR_CODE(Z3_INVALID_ARG, nullptr);
return 0;

// after
var* va = to_var(_a);
return va->get_idx();
```

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

</pre>


# Statistics
|FILE                                                         |TIME     |MEM        | STATUS   | EXIT | STDOUT | STDERR | 
|------------|----------:|---------:|-------------:| ----------:|--------|--------| 
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_26_19_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_35_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_26_19_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_132_62_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_62_74_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC26-004__bitwise__x86.ads_21_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_341_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_341_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-015__contracts_on_intrinsics__p.ads_10_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_104_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_129_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_20_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q418-004__bitwise_or__bitset.ads_15_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_118_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1364_20_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_160_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-015__contracts_on_intrinsics__p.ads_10_29_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__sv.ads_17_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_258_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__simulink_functions.adb_1523_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_19_84_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_41_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_150_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P914-008__trivial_test__spark-mod_arithmetic_lemmas.ads_90_32_spark-mod64_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_119_63_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_126_33_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_135_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_222_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R403-031__counterexample__p.adb_42_25_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_107_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_70_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1471_14_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_46_17_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_160_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_143_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_39_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_11_36_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_109_62_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange4.adb_16_33_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_153_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.ads_28_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_289_27_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_149_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_107_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_32_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_24_47_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R322-003__private_modular__mod_subtypes.ads_7_52_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L102-013__bitwise__p.adb_3_24_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_72_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_199_29_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_235_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_290_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_107_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_139_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M603-021__volatile_input_proofs__port.ads_73_34_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MA25-018__pure_global__p.adb_23_30_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_105_62_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_146_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_90_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_82_14_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__a-cfhama.ads_720_20_p.ads_13_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange1.ads_18_44_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_68_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_189_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S521-016__unchecked_conv__unchecked_conv.adb_11_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_160_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_360_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R511-031__counterexample__saturation.adb_11_6_complete_contract_cases___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R322-003__private_modular__mod_types.ads_21_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_58_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_61_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__sv.adb_13_48_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_16_13_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_98_45_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_126_33_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_117_13_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_75_37_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_503_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_190_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R831-037__formal_map__p.ads_31_19_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_176_23_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_168_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_16_13_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_142_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_138_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_360_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_18_15_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S329-030__bound_exponentiation__unsigned.adb_6_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_27_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_290_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_81_13_dead_code___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_79_17_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_27_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_150_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_25_47_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_113_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_303_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_153_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NA22-017__suppress_check_in_ads__test.ads_15_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_45_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_150_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_104_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_24_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_371_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_16_13_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_29_98_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_44_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_16_65_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_231_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_59_80_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_766_57_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_39_50_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_31_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_28_12_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_18_82_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_152_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_16_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_16_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__arrays_multidim__arrays_multidim.adb_80_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_71_55_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_150_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_104_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange4.ads_19_8_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_207_43_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_126_33_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_17_14_discriminant_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_10_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_189_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_159_55_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_16_14_discriminant_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.adb_5_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__p.adb_6_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_112_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange2.adb_18_10_loop_variant___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_273_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_239_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__dynamicsaturateassert.adb_71_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_6_12_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_158_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-015__contracts_on_intrinsics__p.ads_13_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_44_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_47_18_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M603-021__volatile_input_proofs__port.adb_29_16_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__arrays_multidim__arrays_multidim.adb_52_22_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_281_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S504-004__no_optim__various_no_optim.adb_48_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_17_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__abs_controller_supplier_with_property.adb_93_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_9_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_258_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cofuve.ads_238_76_a-cfdlli.ads_69_7_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_62_74_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_70_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q420-007__power_modular__non_binary_mod_power.adb_15_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.ads_31_33_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_476_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_180_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_47_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_55_20_x86.adb_99_7_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_469_49_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.adb_17_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_45_37_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_49_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_218_63_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_91_36_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R511-031__counterexample__saturation.adb_11_6_disjoint_contract_cases___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/OA20-032__refinement__patris.adb_432_64_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_227_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_82_14_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N716-019__div__my_div.ads_7_31_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_89_55_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_149_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__nonlinear__nonlinear.adb_19_22_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_82_14_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-022__bitwise_rotate__test_rotate.adb_19_39_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/OA20-032__refinement__patris.adb_432_64_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_16_13_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_204_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O318-021__modular__fpmod.adb_11_11_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__sv.adb_13_48_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_180_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__abs_controller_supplier_with_property.adb_53_82_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_222_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N624-030__funcs_on_containers__find_map.ads_24_30_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_235_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_55_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MA25-018__pure_global__p.adb_15_62_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_103_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_94_72_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_216_31_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_28_82_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P208-021__modular_subtype__errorexample.adb_9_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_105_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q601-014__abstract_state__achiever.ads_36_49_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_16_19_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_207_43_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_57_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_76_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_35_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N811-037__static_pred_modular__t.adb_10_13_predicate_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_303_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_72_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N811-037__bitwise__x86.ads_21_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_286_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_48_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_164_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_31_75_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_176_23_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_275_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_93_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_132_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__spark-mod_arithmetic_lemmas.ads_99_51_spark-mod32_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_371_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_58_67_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.ads_18_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__a-cfhama.ads_681_39_p.ads_13_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_208_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_303_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_33_46_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_49_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cofuve.ads_237_63_a-cfdlli.ads_69_7_foo.adb_10_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/KC02-007__modulo__p.ads_12_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_72_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_265_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_155_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_96_36_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_203_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_91_36_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/K915-006__modular__pack.ads_6_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_57_17_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_311_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_281_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_151_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_17_40_discriminant_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-022__bitwise_rotate__test_rotate.adb_25_9_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_89_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_11_36_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_212_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_26_10_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__spark-mod_arithmetic_lemmas.ads_119_32_spark-mod32_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_40_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S504-004__no_optim__various_no_optim.adb_18_13_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_8_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_51_74_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R716-044__provide_shift_operators__main.adb_7_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_892_49_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_141_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SA16-042__alignment__bug_align.adb_8_48_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_16_13_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/K915-006__modular__pack.ads_10_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_8_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_37_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M603-021__volatile_input_proofs__port.ads_122_34_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_371_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.ads_36_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_106_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_193_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__simulink_functions.adb_1595_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_82_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_1069_24_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_164_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_105_66_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_107_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange6.ads_18_44_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_135_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa_generic.adb_10_66_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_216_31_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_250_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_72_52_x86.adb_99_7_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_204_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L102-013__bitwise__p.adb_4_24_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N811-037__bitwise__x86.ads_13_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_9_36_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_356_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_151_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_289_27_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_285_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_193_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_232_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_262_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_115_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.adb_7_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.ads_14_44_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_125_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_11_63_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_45_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_120_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_204_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_20_30_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M603-021__volatile_input_proofs__port.ads_83_34_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_21_75_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_125_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange3.ads_18_44_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_79_22_x86.adb_99_7_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_23_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__simulink_functions.adb_1541_50_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_214_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_175_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_390_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N624-030__funcs_on_containers__a-cfhama.ads_735_20_find_map.ads_15_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_504_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_256_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_127_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_74_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange5.ads_20_8_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M603-021__volatile_input_proofs__port.ads_98_34_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_178_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_29_98_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_227_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_218_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_182_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_250_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_296_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__alpha_launch_examples__alpha_launch_examples.adb_65_22_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange1.adb_16_33_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_250_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_46_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_95_55_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S619-026__equality__a-cfhama.ads_690_17_prim_eq_vect.adb_18_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_27_16_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.ads_36_20_discriminant_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_273_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1210_6_foo.adb_10_4_disjoint_contract_cases___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_176_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_110_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R403-031__counterexample__p.adb_40_25_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_105_66_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange3.adb_14_12_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-019__shift_divide__p.ads_13_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_105_66_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_80_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_37_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_90_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q418-004__bitwise_or__bitset.ads_31_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.ads_16_49_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_51_74_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_103_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.ads_16_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_844_26_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_27_55_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q515-026__sk__gen.ads_14_14_test.ads_10_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_93_30_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_21_75_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_18_82_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_122_92_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_151_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange2.adb_20_33_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_58_18_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_92_36_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_176_23_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_151_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_356_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/KC05-038__modulo__p.adb_11_22_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_13_27_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_107_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_17_65_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_132_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_386_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_81_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_58_67_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_28_82_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1394_20_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_154_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_18_14_discriminant_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_843_24_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange3.adb_14_12_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q601-014__abstract_state__achiever.ads_35_6_complete_contract_cases___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_218_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_97_36_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_34_47_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_35_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_5_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S329-030__bound_exponentiation__spark-mod_arithmetic_lemmas.ads_90_32_spark-mod32_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_216_31_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_16_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_18_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_151_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_177_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_220_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S213-012__flow_expr_fun__repro-b.ads_9_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_220_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_217_39_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_136_8_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_37_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.ads_24_29_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_277_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__spark-mod_arithmetic_lemmas.ads_69_26_spark-mod32_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_116_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange2.adb_19_32_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_132_39_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/KC02-007__modulo__p.ads_7_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q418-004__bitwise_or__bitset.ads_23_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N624-030__funcs_on_containers__find_map.ads_23_30_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_140_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_62_74_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_232_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_106_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_17_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_6_12_range_check___01.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_39_56_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_95_36_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_182_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_27_16_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_58_18_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_74_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_16_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_28_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_127_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_405_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_46_17_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_9_62_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_111_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange1.adb_13_10_loop_variant___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_60_93_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_133_72_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_48_80_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_181_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_401_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_331_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_37_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cofuve.ads_238_59_a-cfdlli.ads_69_7_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_122_92_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_218_63_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_181_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA11-003__itp_example__test.adb_47_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_317_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_192_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_94_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange2.ads_18_44_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_218_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_134_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/KC02-007__modulo__p.ads_19_20_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_118_14_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_176_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_151_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange4.adb_17_33_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_176_23_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_66_15_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q601-014__abstract_state__achiever.ads_44_45_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_21_75_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_11_53_discriminant_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_26_15_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_96_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_42_15_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_193_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_27_16_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R322-003__private_modular__mod_subtypes.ads_17_31_predicate_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_77_34_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R514-028__ce__saturation.adb_11_23_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N613-007__bitwise__sandbox.adb_15_32_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_81_13_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_239_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_69_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_300_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_64_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N127-046__mod__mod_bound.ads_9_20_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cofuve.ads_300_52_a-cfdlli.ads_69_7_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_217_39_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_10_62_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_359_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R403-031__counterexample__p.adb_39_25_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N811-037__bitwise__x86.ads_17_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_479_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__sv.adb_17_40_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__simulink_functions.adb_1550_53_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_172_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MA25-018__pure_global__p.adb_22_38_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_345_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_55_72_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.adb_27_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__spark-mod_arithmetic_lemmas.ads_69_26_spark-mod64_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_22_30_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_14_37_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_10_36_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_38_22_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_107_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_135_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_110_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.ads_19_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/OA20-032__refinement__patris.adb_432_56_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_23_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_286_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_45_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_14_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_192_24_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_192_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_10_12_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_138_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_19_84_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_251_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_8_61_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N716-019__div__my_div.ads_7_20_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_159_55_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1349_20_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R403-031__counterexample__p.adb_53_23_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S619-026__equality__prim_eq_vect.adb_28_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_48_80_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_71_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_81_13_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_59_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R322-036__ali__a~main.adb_11_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_290_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_33_46_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S329-030__bound_exponentiation__spark-mod_arithmetic_lemmas.ads_111_38_spark-mod32_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__p.adb_4_27_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_37_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_844_26_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_1069_24_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R831-037__formal_map__p.ads_32_19_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_113_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_98_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.adb_27_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_207_43_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_126_33_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_231_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_83_31_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_218_63_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_107_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange3.ads_18_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_114_15_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_23_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_136_39_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_111_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_38_22_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R306-015__touch__bitwise_swap.adb_4_11_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_144_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_106_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_330_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_155_12_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_303_27_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_55_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_179_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.ads_30_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L102-013__bitwise__p.adb_13_7_dead_code___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_33_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q420-007__power_modular__non_binary_mod_power.adb_17_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_181_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange2.adb_19_52_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.adb_13_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_59_80_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_300_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_475_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R322-003__private_modular__mod_subtypes.ads_18_38_predicate_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_57_17_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_119_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_97_36_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_81_13_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_98_36_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.adb_19_10_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_1070_44_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S329-030__bound_exponentiation__spark-mod_arithmetic_lemmas.ads_127_32_spark-mod32_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.ads_16_44_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_70_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_262_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange1.adb_16_33_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P615-019__silver__division_by_zero.adb_21_27_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_164_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_1070_26_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_110_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_16_19_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_371_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_55_20_x86.adb_99_7_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_610_49_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RC17-047__generic_warn__a-timoio.ads_56_40_init.adb_7_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_1070_44_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_254_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_16_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_216_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_27_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.ads_18_14_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.ads_24_12_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC26-004__bitwise__x86.adb_13_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_94_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_29_98_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_27_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_8_61_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_180_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_822_17_p.ads_12_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_46_17_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_101_62_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_74_37_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O318-035__modular__smod.adb_8_38_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_27_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_62_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_45_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q420-007__power_modular__non_binary_mod_power.adb_16_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_212_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_111_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_132_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_58_67_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_142_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_125_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_188_23_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_204_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_86_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_9_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_28_82_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_117_13_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_153_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_315_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/K915-006__modular__pack.ads_14_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_1110_49_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_17_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L102-013__bitwise__p.adb_7_7_dead_code___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_16_19_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M529-013__modular__modular.adb_7_66_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_216_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_20_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_93_36_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_207_43_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.adb_7_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_72_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_386_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.ads_31_16_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.ads_35_40_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__arrays_multidim__arrays_multidim.adb_60_22_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_7_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_94_36_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_88_54_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_46_17_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_96_36_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_199_29_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_22_13_range_check___01.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_31_75_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_153_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_98_45_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O318-021__modular__fpmod.adb_13_11_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_290_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_71_55_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O630-015__modular_conversion__main.adb_15_46_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MA25-018__pure_global__p.adb_15_62_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_853_39_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M529-013__modular__modular.adb_7_61_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_74_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__ce__counter_examples.adb_19_25_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_92_28_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_104_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_35_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_300_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-019__shift_divide__p.ads_10_29_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_33_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_235_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q601-014__abstract_state__achiever.ads_35_6_disjoint_contract_cases___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_39_56_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/PC08-045__shift_right__example.adb_7_20_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_258_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_168_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_232_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_20_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q418-004__power_modular__overflow_modulus.adb_11_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_28_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_81_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_192_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_140_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_345_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_94_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange1.adb_14_32_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_296_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_185_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__ce__counter_examples.adb_21_25_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.ads_22_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_19_84_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_227_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R716-044__provide_shift_operators__main.adb_13_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_137_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_138_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.adb_21_10_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC26-004__bitwise__x86.ads_17_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_27_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P922-044__fe_simplification_on_modulars__p.adb_8_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_258_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_21_75_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_241_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_176_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S329-030__bound_exponentiation__spark-mod_arithmetic_lemmas.ads_111_38_spark-mod64_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_70_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_140_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O318-021__modular__fpmod.adb_15_11_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_217_39_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_38_34_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_92_56_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_212_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S619-026__equality__prim_eq_vect.adb_28_26_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_18_82_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__p.ads_26_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_275_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_6_12_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_189_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_341_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.ads_14_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_217_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L102-013__bitwise__p.adb_10_7_dead_code___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_47_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R322-003__private_modular__mod_subtypes.ads_19_29_predicate_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_91_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_68_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1422_23_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_144_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_47_18_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_93_30_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_155_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_38_22_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R511-031__counterexample__saturation.adb_12_38_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_93_36_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_822_17_p.ads_12_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_1110_49_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P113-023__alias_issue__aalias.adb_12_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_167_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R403-031__counterexample__p.adb_29_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_24_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P914-008__trivial_test__spark-mod_arithmetic_lemmas.ads_127_32_spark-mod64_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_341_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.adb_37_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MA25-018__pure_global__p.adb_16_30_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_217_39_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_103_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_22_13_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_188_23_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q418-004__power_modular__overflow_modulus.adb_13_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__usergroup_examples__usergroup_examples.adb_59_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_66_19_x86.adb_99_7_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_44_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_88_30_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_134_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_11_36_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_390_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_181_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_17_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_1223_20_p.ads_12_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_22_13_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_16_19_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1029_43_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_34_47_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_207_43_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_25_47_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_15_64_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_112_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_51_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC26-004__bitwise__x86.adb_7_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_135_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_59_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.adb_37_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_133_72_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P615-019__silver__division_by_zero.adb_22_27_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.adb_12_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_303_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S619-026__equality__prim_eq_vect.adb_28_59_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_22_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_214_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_217_39_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_103_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_192_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_892_49_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_227_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S619-026__equality__a-cfhama.ads_720_20_prim_eq_vect.adb_18_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_375_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__simulink_functions.adb_1532_51_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_25_47_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_55_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange2.adb_19_32_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_23_11_disjoint_contract_cases___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_136_62_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_7_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-022__bitwise_rotate__test_rotate.adb_13_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_182_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P615-019__silver__range_check.adb_28_12_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_83_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_172_72_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__spark-mod_arithmetic_lemmas.ads_80_52_spark-mod64_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_23_11_disjoint_contract_cases___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_71_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SA16-042__alignment__bug_align.adb_11_20_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_9_24_discriminant_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_375_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_112_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_180_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_74_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_60_93_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_151_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_9_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_480_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_144_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_356_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P820-002__protected_out__polyorb_hi-utils.adb_89_20_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P922-044__fe_simplification_on_modulars__p.adb_7_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/KC05-038__modulo__p.adb_9_25_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R716-044__provide_shift_operators__main.adb_9_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_16_65_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_105_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_90_15_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/KC05-038__modulo__p.adb_7_24_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_189_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_160_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_311_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_70_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_55_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_118_14_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_72_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M529-013__modular__modular.adb_7_66_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_51_74_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_387_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_217_39_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_60_28_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_16_13_range_check___01.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_33_46_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_10_12_range_check___01.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_311_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_330_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_105_66_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_24_47_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__arrays_multidim__arrays_multidim.adb_46_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_217_39_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_373_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_103_26_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_154_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_48_80_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S504-004__no_optim__various_no_optim.adb_32_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_6_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_10_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_72_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N811-037__bitwise__x86.ads_13_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_277_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_401_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RC17-047__generic_warn__a-timoio.ads_76_8_init.adb_7_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N716-019__div__my_div.adb_8_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P914-008__trivial_test__spark-mod_arithmetic_lemmas.ads_80_52_spark-mod32_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_345_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_241_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_22_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_401_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_164_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_27_16_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_59_80_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange2.adb_20_33_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_51_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_251_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_126_33_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_181_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_17_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_286_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_204_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_35_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_373_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_214_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_26_19_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_137_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__dynamicsaturateassert.adb_58_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_64_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_41_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O401-034__float_pred__safety_pack.ads_44_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_217_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_155_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_60_93_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange3.adb_15_37_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RC17-047__generic_warn__a-timoio.ads_74_40_init.adb_7_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_125_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_132_8_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MA25-018__pure_global__p.adb_22_38_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_162_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_86_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_192_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_28_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.ads_26_12_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_21_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_17_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_32_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O226-018__address__worker_pack.adb_13_91_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/OA20-032__refinement__patris.adb_434_41_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_98_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_15_64_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_45_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_10_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_254_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_256_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_191_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_186_15_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_192_24_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_20_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_103_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_16_13_range_check___01.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N624-030__funcs_on_containers__a-cfhama.ads_681_39_find_map.ads_15_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_87_31_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_24_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_154_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_155_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_123_63_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_212_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_185_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_126_33_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_9_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_26_19_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-duplex.ads_79_14_keccak-keccak_1600.ads_66_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_168_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_115_55_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.ads_26_30_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_47_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_169_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_326_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_6_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange1.adb_14_70_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_55_72_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_405_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_129_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_91_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/K915-006__modular__pack.adb_27_22_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_26_15_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_273_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_86_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_214_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_29_98_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_36_40_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_300_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_700_57_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_94_58_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N624-030__funcs_on_containers__a-cfhama.ads_720_20_find_map.ads_15_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_100_17_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_106_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_218_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_345_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_141_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_167_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O318-035__modular__smod.adb_8_30_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_49_89_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_256_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_159_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_207_43_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_39_56_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_144_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_11_63_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_131_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P615-019__silver__division_by_zero.adb_23_27_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_162_15_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R716-044__provide_shift_operators__main.adb_11_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_31_75_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_28_82_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_129_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_128_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N613-007__shift__my_shift.adb_7_32_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_81_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_47_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1478_23_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_300_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__bitwise__bitwise.adb_6_53_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1416_14_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_189_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_141_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_401_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_140_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.ads_35_22_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_326_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_315_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N127-046__mod__mod_bound.ads_6_20_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_29_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_31_75_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_203_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_39_56_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_94_36_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_126_33_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_138_15_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_158_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_138_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_158_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/KC05-038__modulo__p.adb_10_22_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__abs_controller_supplier_with_property.adb_49_77_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_58_18_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_118_14_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_8_61_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_55_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_331_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_55_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_179_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_60_93_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N811-037__bitwise__x86.adb_6_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_58_67_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_117_13_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_207_43_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_16_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_220_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_1223_20_p.ads_12_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-019__shift_divide__p.ads_13_29_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_162_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_18_82_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_55_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_9_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_1202_20_p.ads_12_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_188_23_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_93_38_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_155_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.adb_6_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_49_89_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_77_10_dead_code___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_117_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_23_11_disjoint_contract_cases___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M603-021__volatile_input_proofs__port.adb_54_16_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_126_33_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_49_89_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_317_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_51_74_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_165_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_115_55_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-015__contracts_on_intrinsics__p.adb_16_13_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_16_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N613-007__bitwise__sandbox.adb_14_26_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_296_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P914-008__trivial_test__spark-mod_arithmetic_lemmas.ads_119_32_spark-mod64_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_296_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_56_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_181_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_118_14_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_168_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_204_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_81_13_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_105_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_387_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-015__contracts_on_intrinsics__p.adb_9_13_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_1202_20_p.ads_12_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_15_64_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q420-007__power_modular__non_binary_mod_power.adb_15_18_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_38_22_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_146_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R511-031__counterexample__saturation.adb_14_38_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_95_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_98_45_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_27_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q601-014__abstract_state__achiever.ads_47_8_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_47_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__arrays_multidim__arrays_multidim.adb_38_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_164_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cofuve.ads_232_54_a-cfdlli.ads_69_7_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L102-013__bitwise__p.adb_4_24_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_141_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_113_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_199_29_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_188_23_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_22_13_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S527-028__size__repro.ads_11_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.ads_22_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange4.adb_17_33_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange3.adb_12_10_loop_variant___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_204_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_22_13_range_check___01.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N108-021__unchecked_conversion__port.adb_12_16_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q515-026__sk_simplified__gen.ads_27_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_853_28_foo.adb_10_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-015__contracts_on_intrinsics__p.ads_13_29_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_158_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_232_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange2.ads_18_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_10_36_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_95_36_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_300_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MA02-015__flow_attributes__attributes.adb_18_31_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t3.adb_26_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.adb_10_27_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__nonlinear__nonlinear.adb_20_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_104_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N613-007__shift__my_shift.adb_7_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_17_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_142_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_9_62_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O226-018__address__worker_pack.adb_13_85_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_34_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_285_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/OA20-014__big_shift__u.adb_13_19_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_35_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_359_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_115_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cfdlli.ads_1379_20_foo.adb_10_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_47_18_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_61_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_843_24_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_62_74_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_162_15_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_111_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_153_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__foo.adb_20_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_153_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_47_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__spark-mod_arithmetic_lemmas.ads_110_54_spark-mod64_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_26_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_222_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_130_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.ads_31_34_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_44_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_37_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_356_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_132_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-duplex.adb_37_30_keccak-keccak_1600.ads_66_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_57_17_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_326_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/KC05-038__modulo__p.adb_6_24_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_181_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_24_47_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_1070_26_p.ads_12_4_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_34_47_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_113_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_72_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_151_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__simulink_functions.adb_1568_52_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_133_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O318-035__modular__smod.adb_12_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_82_14_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_125_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_220_28_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_142_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_135_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_179_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_386_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M529-013__modular__modular.adb_10_32_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_51_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N613-007__shift__my_shift.adb_9_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_125_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q714-010__address__pixel.adb_14_66_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_72_26_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_75_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/S619-026__equality__a-cfhama.ads_735_20_prim_eq_vect.adb_18_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_34_47_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_192_24_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_133_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_23_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P914-008__trivial_test__spark-mod_arithmetic_lemmas.ads_99_51_spark-mod64_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_199_29_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_208_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_122_92_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_92_36_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_164_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_22_13_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_509_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_134_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_58_18_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__alpha_launch_examples__alpha_launch_examples.adb_40_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__arrays_multidim__arrays_multidim.adb_21_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__arrays_multidim__arrays_multidim.adb_68_22_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R403-031__counterexample__p.adb_43_25_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_281_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_311_41_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_216_31_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/MC06-019__shift_divide__p.ads_10_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/thumper__serial_generator.adb_48_33_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange6.ads_18_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_169_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_47_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_162_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_144_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_386_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_98_36_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange1.adb_14_32_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_204_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_int_mult__types.ads_6_12_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_135_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__simulink_functions.adb_1559_53_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_110_8_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_166_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/J506-016__scaled_value__sv.adb_15_7_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_32_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__a-cfhama.ads_735_20_p.ads_13_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t2.adb_26_46_contract_case___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M603-021__volatile_input_proofs__port.ads_112_34_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_49_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__foo.adb_17_17_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_166_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_33_46_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_151_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_76_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_141_12_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_227_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_222_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_508_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_key__a-cfhase.ads_497_18_p.ads_12_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_164_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_57_17_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/LC17-035__update_attribute_multidim__update_logic_fn.ads_103_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_72_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_162_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_19_84_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_103_26_dead_code___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_50_22_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_7_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/QA31-008__von_neumann_sqrt__p.adb_87_60_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L102-013__bitwise__p.adb_3_24_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_192_24_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O203-002__shift__shift_range.adb_16_18_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_217_39_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P630-037__keccak__keccak-types.ads_115_63_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/thumper__serial_generator.adb_51_28_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_142_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_98_45_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_79_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_20_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_164_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M529-013__modular__modular.adb_7_23_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_152_14_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_66_19_x86.adb_99_7_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_154_17_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_49_89_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_72_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O630-015__modular_conversion__main.adb_15_32_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O730-002__counterex_bitwise__saturate.adb_4_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_27_55_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_181_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/M529-013__modular__modular.adb_10_53_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_151_32_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N724-026__discrim__discrimrec.adb_19_17_discriminant_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_281_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange4.adb_16_33_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_26_15_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_93_30_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_79_22_x86.adb_99_7_loop_invariant_preserv___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_286_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/riposte__arrays_multidim__arrays_multidim.adb_30_22_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P914-008__trivial_test__spark-mod_arithmetic_lemmas.ads_110_54_spark-mod32_arithmetic_lemmas.ads_33_1_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_64_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/proofinuse__ce__counter_examples.adb_17_24_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_256_21_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_post___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_93_30_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_47_18_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_207_43_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_loop_invariant_init___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_maps_equal__p.ads_23_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_235_45_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_273_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_26_15_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/K915-006__modular__pack.ads_18_19_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P429-003__list_of_bv__a-cofuve.ads_239_30_a-cfdlli.ads_69_7_foo.adb_10_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/RB12-066__fixed_point_div_mod__types.ads_22_13_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O318-035__modular__smod.adb_8_15_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_112_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_59_80_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_193_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_64_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_32_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.adb_303_27_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__p.adb_24_10_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_218_63_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_44_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.adb_265_29_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P512-044__exist_on_bv__x86.adb_82_19_x86.adb_99_7_assert___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_182_20_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.ads_122_92_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_172_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_86_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_117_13_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_45_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N716-019__div__my_div.adb_13_14_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/Q714-010__address__pixel.adb_21_63_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P114-046__invariant__inrange1.ads_18_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_165_14_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_227_42_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/N613-007__shift__my_shift.adb_9_32_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P201-069__simulink__abs_controller_supplier_with_property.adb_49_40_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/L719-025__hashed_sets_equal__a-cfhase.ads_497_18_p.ads_12_4_precondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_250_14_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_48_80_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_43_4_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O501-016__array_of_bv__x86.ads_59_15_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_106_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/P508-001__bits_manipulation__bits_manipulation-functions.adb_134_11_bits_manipulation_unsigned.ads_20_7_bits_manipulation_unsigned.ads_42_4_inconsistent_pre___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O427-011__non_pow2_modulo__t.adb_35_59_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/SB22-003__no_wrap_around__nwa.adb_11_12_overflow_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/R514-030__saturation.ads_12_23_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC23-020__bitwise__x86.ads_57_16_postcondition___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/O204-045__modular__x86.ads_326_43_range_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
|non-incremental/UFBVDTNIRA/20200306-Kanig/spark2014bench/NC16-020__bitwise__x86.ads_28_72_division_check___00.smt2 | 1000.000s | -1B| unset | -1 |  |  |
