./verifast-validate-witness.sh sv-benchmarks/c/loop-industry-pattern/mod3.c ./results/automizer-verification-files/SV-COMP24_unreach-call/mod3.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loop-industry-pattern/mod3.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/mod3.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loop-industry-pattern/mod3.c + FILE=mod3.c ++ echo mod3 ++ sed 's/[-\.]/_/g' - + SANITIZED=mod3 + INSTRUMENTED_PROGRAM=mod3__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loop-industry-pattern/mod3.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/mod3.yml/witness-2.1.yml --output-file mod3__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__VERIFIER_nondet_int', '__VERIFIER_assert', 'main'] [] ILP32 [('((y == 1) || ((x % 3) < 1))', 18, True)] [('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)')] [('((y == 1) || ((x % 3) < 1))', 18, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__VERIFIER_nondet_int', 'true', 'true'), ('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)'), ('main', 'module(mod3__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' mod3__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c mod3__verifast_instrumented.c mod3__verifast_instrumented.c mod3__verifast_instrumented.c(38,5-13): Parse error: Parse error.