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