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