./verifast-validate-witness.sh sv-benchmarks/c/loops/trex03-2.c ./results/automizer-verification-files/SV-COMP24_unreach-call/trex03-2.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loops/trex03-2.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/trex03-2.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loops/trex03-2.c + FILE=trex03-2.c ++ echo trex03-2 ++ sed 's/[-\.]/_/g' - + SANITIZED=trex03_2 + INSTRUMENTED_PROGRAM=trex03_2__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loops/trex03-2.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/trex03-2.yml/witness-2.1.yml --output-file trex03_2__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__VERIFIER_assert', '__VERIFIER_nondet_uint', '__VERIFIER_nondet_bool', 'main'] [] [] [('__VERIFIER_assert', '(\\old(cond) != 0)', '(\\old(cond) != 0)')] [] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__VERIFIER_assert', '(cond != 0)', '(cond != 0)'), ('__VERIFIER_nondet_uint', 'true', 'true'), ('__VERIFIER_nondet_bool', 'true', 'true'), ('main', 'module(trex03_2__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' trex03_2__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c trex03_2__verifast_instrumented.c trex03_2__verifast_instrumented.c trex03_2__verifast_instrumented.c(18,1-6): Parse error: Parse error.