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