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