./verifast-validate-witness.sh sv-benchmarks/c/loop-lit/hh2012-ex3.i ./results/automizer-verification-files/SV-COMP24_unreach-call/hh2012-ex3.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loop-lit/hh2012-ex3.i + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/hh2012-ex3.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loop-lit/hh2012-ex3.i + FILE=hh2012-ex3.i ++ echo hh2012-ex3 ++ sed 's/[-\.]/_/g' - + SANITIZED=hh2012_ex3 + INSTRUMENTED_PROGRAM=hh2012_ex3__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loop-lit/hh2012-ex3.i --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/hh2012-ex3.yml/witness-2.1.yml --output-file hh2012_ex3__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__assert_fail', '__VERIFIER_assert', 'main'] [] [('((((j == 0) && (0 <= i)) && (i <= 3)) || ((((i <= ((long long) j + 3)) && (1 <= j)) && (j <= i)) && (j <= 4)))', 18, True), ('((i <= 4) && (0 <= i))', 16, True)] [('__VERIFIER_assert', '(\\old(cond) != 0)', '(\\old(cond) != 0)')] [('((((j == 0) && (0 <= i)) && (i <= 3)) || ((((i <= (j + 3)) && (1 <= j)) && (j <= i)) && (j <= 4)))', 18, True), ('((i <= 4) && (0 <= i))', 16, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__assert_fail', 'true', 'true'), ('__VERIFIER_assert', '(cond != 0)', '(cond != 0)'), ('main', 'module(hh2012_ex3__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' hh2012_ex3__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c hh2012_ex3__verifast_instrumented.c hh2012_ex3__verifast_instrumented.c hh2012_ex3__verifast_instrumented.c(16,49-51): Parse error: Parse error.