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