./verifast-validate-witness.sh sv-benchmarks/c/loops/heavy-2.c ./results/automizer-verification-files/SV-COMP24_unreach-call/heavy-2.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loops/heavy-2.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/heavy-2.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loops/heavy-2.c + FILE=heavy-2.c ++ echo heavy-2 ++ sed 's/[-\.]/_/g' - + SANITIZED=heavy_2 + INSTRUMENTED_PROGRAM=heavy_2__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loops/heavy-2.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/heavy-2.yml/witness-2.1.yml --output-file heavy_2__verifast_instrumented.c --verifast True ['abort', 'reach_error', 'main'] [] ILP32 [('(a == 1)', 13, True), ('0', 21, False), ('(a == 1)', 14, True), ('(a == 1)', 12, True)] [] [('(a == 1)', 13, True), ('false', 21, False), ('(a == 1)', 14, True), ('(a == 1)', 12, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('main', 'module(heavy_2__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' heavy_2__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c heavy_2__verifast_instrumented.c heavy_2__verifast_instrumented.c heavy_2__verifast_instrumented.c(18,2-8): Parse error: Parse error.