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