./verifast-validate-witness.sh sv-benchmarks/c/nla-digbench-scaling/knuth_valuebound1.i ./results/automizer-verification-files/SV-COMP24_unreach-call/knuth_valuebound1.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/nla-digbench-scaling/knuth_valuebound1.i + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/knuth_valuebound1.yml/witness-2.1.yml ++ basename sv-benchmarks/c/nla-digbench-scaling/knuth_valuebound1.i + FILE=knuth_valuebound1.i ++ echo knuth_valuebound1 ++ sed 's/[-\.]/_/g' - + SANITIZED=knuth_valuebound1 + INSTRUMENTED_PROGRAM=knuth_valuebound1__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/nla-digbench-scaling/knuth_valuebound1.i --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/knuth_valuebound1.yml/witness-2.1.yml --output-file knuth_valuebound1__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__assert_fail', '__VERIFIER_nondet_uint', 'assume_abort_if_not', '__VERIFIER_assert', 'sqrt', 'main'] [] [('0', 41, True)] [('assume_abort_if_not', '', '(0 != \\old(cond))'), ('__VERIFIER_assert', '0', '0')] [('false', 41, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__assert_fail', 'true', 'true'), ('__VERIFIER_nondet_uint', 'true', 'true'), ('assume_abort_if_not', 'true', '(0 != cond)'), ('__VERIFIER_assert', 'false', 'false'), ('sqrt', 'true', 'true'), ('main', 'module(knuth_valuebound1__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' knuth_valuebound1__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c knuth_valuebound1__verifast_instrumented.c knuth_valuebound1__verifast_instrumented.c knuth_valuebound1__verifast_instrumented.c(16,49-51): Parse error: Parse error.