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