./verifast-validate-witness.sh sv-benchmarks/c/loop-simple/nested_2.c ./results/automizer-verification-files/SV-COMP24_unreach-call/nested_2.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loop-simple/nested_2.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/nested_2.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loop-simple/nested_2.c + FILE=nested_2.c ++ echo nested_2 ++ sed 's/[-\.]/_/g' - + SANITIZED=nested_2 + INSTRUMENTED_PROGRAM=nested_2__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loop-simple/nested_2.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/nested_2.yml/witness-2.1.yml --output-file nested_2__verifast_instrumented.c --verifast True ['reach_error', 'main'] [] ILP32 [('((b <= 6) && (a <= 5))', 21, True), ('((b == 6) && (a <= 6))', 20, True)] [] [('((b <= 6) && (a <= 5))', 21, True), ('((b == 6) && (a <= 6))', 20, True)] [('reach_error', 'false', 'true'), ('main', 'module(nested_2__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' nested_2__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c nested_2__verifast_instrumented.c nested_2__verifast_instrumented.c 0.037819s: nested_2__verifast_instrumented.c(17,5-9): Function 'main': Function type implementation check 0.037873s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,18-24): Producing assertion 0.037903s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,49-51): Producing assertion 0.037918s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,61-62): Producing assertion 0.037929s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,64-68): Producing assertion 0.037943s: nested_2__verifast_instrumented.c(18,14-20): Consuming assertion 0.037966s: nested_2__verifast_instrumented.c(19,13-17): Producing assertion 0.037977s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1085,17-21): Consuming assertion 0.037985s: nested_2__verifast_instrumented.c(17,5-9): Cleaning up dummy fraction chunks 0.037994s: nested_2__verifast_instrumented.c(17,5-9): Leak check. 0.038036s: nested_2__verifast_instrumented.c(13,6-17): Verifying function 'reach_error' 0.038052s: nested_2__verifast_instrumented.c(14,14-19): Producing assertion 0.038069s: nested_2__verifast_instrumented.c(17,5-9): Verifying function 'main' 0.038078s: nested_2__verifast_instrumented.c(18,14-20): Producing assertion 0.038095s: nested_2__verifast_instrumented.c(21,9-20): Executing statement 0.038128s: nested_2__verifast_instrumented.c(17,5-9): Executing statement 0.038140s: nested_2__verifast_instrumented.c(22,8-9): Executing statement 0.038159s: nested_2__verifast_instrumented.c(23,8-9): Executing statement 0.038176s: nested_2__verifast_instrumented.c(26,1-4): Executing statement 0.038190s: nested_2__verifast_instrumented.c(26,7-8): Executing statement 0.038201s: nested_2__verifast_instrumented.c(26,1-4): Executing statement 0.038215s: nested_2__verifast_instrumented.c(27,25-27): Consuming assertion 0.038248s: nested_2__verifast_instrumented.c(27,25-27): Producing assertion 0.038270s: nested_2__verifast_instrumented.c(26,1-4): Evaluating loop condition 0.038288s: nested_2__verifast_instrumented.c(28,5-6): Executing statement 0.038300s: nested_2__verifast_instrumented.c(29,1-4): Executing statement 0.038310s: nested_2__verifast_instrumented.c(29,7-8): Executing statement 0.038321s: nested_2__verifast_instrumented.c(29,1-4): Executing statement 0.038332s: nested_2__verifast_instrumented.c(30,25-27): Consuming assertion 0.038360s: nested_2__verifast_instrumented.c(30,25-27): Producing assertion 0.038372s: nested_2__verifast_instrumented.c(29,1-4): Evaluating loop condition 0.038390s: nested_2__verifast_instrumented.c(31,5-6): Executing statement 0.038403s: nested_2__verifast_instrumented.c(29,19-21): Executing statement 0.038419s: nested_2__verifast_instrumented.c(30,25-27): Consuming assertion 0.038458s: nested_2__verifast_instrumented.c(33,3-4): Cleaning up dummy fraction chunks 0.038469s: nested_2__verifast_instrumented.c(33,3-4): Leak check. 0.038496s: nested_2__verifast_instrumented.c(26,19-21): Executing statement 0.038511s: nested_2__verifast_instrumented.c(27,25-27): Consuming assertion 0.038549s: nested_2__verifast_instrumented.c(34,2-3): Cleaning up dummy fraction chunks 0.038558s: nested_2__verifast_instrumented.c(34,2-3): Leak check. 0.038576s: nested_2__verifast_instrumented.c(35,2-4): Executing statement 0.038594s: nested_2__verifast_instrumented.c(38,2-8): Executing return statement 0.038605s: nested_2__verifast_instrumented.c(19,13-17): Consuming assertion 0.038613s: nested_2__verifast_instrumented.c(39,1-2): Cleaning up dummy fraction chunks 0.038627s: nested_2__verifast_instrumented.c(39,1-2): Leak check. Syntactic annotation overhead statistics: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h : lines: code: 6; annot: 807; mixed: 1; overhead: 13467% /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/list.gh : lines: code: 0; annot: 187; mixed: 0; overhead: inf% /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude_core.gh: lines: code: 0; annot: 33; mixed: 0; overhead: inf% nested_2__verifast_instrumented.c : lines: code: 9; annot: 7; mixed: 0; overhead: 78% Statements parsed: 96 Open statements parsed: 0 Close statements parsed: 0 Statement executions: 10 Execution steps (including assertion production/consumption steps): 45 Symbolic execution forks: 4 Prover assumes: 12 Term equality tests -- same term: 3 Term equality tests -- prover query: 0 Term equality tests -- total: 3 Other prover queries: 4 Prover statistics: # toplevel assumes and queries (with # pending case splits) = 191 (0), 0 (more than 30) assume_core_count = 210 number of case splits = 2 simplex_assert_ge_count = 162 simplex_assert_eq_count = 3 simplex_assert_neq_count = 0 max_truenode_childcount = 2 max_falsenode_childcount = 4 axiom triggered counts: ptr_provenance_max_addr_limits 1 ptr_provenance_min_addr_limits 1 boxed_bool_unboxed_bool_x_eq_x 1 Time spent in query, assume, push, pop: 0.000530s Time spent in Simplex: 0.000246s Time spent parsing: 0.017321s Function timings (> 0.1s): Total time: 0.03 seconds 0 errors found (10 statements verified)