./verifast-validate-witness.sh sv-benchmarks/c/recursive-simple/sum_non_eq-2.c ./results/automizer-verification-files/SV-COMP24_unreach-call/sum_non_eq-2.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/recursive-simple/sum_non_eq-2.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/sum_non_eq-2.yml/witness-2.1.yml ++ basename sv-benchmarks/c/recursive-simple/sum_non_eq-2.c + FILE=sum_non_eq-2.c ++ echo sum_non_eq-2 ++ sed 's/[-\.]/_/g' - + SANITIZED=sum_non_eq_2 + INSTRUMENTED_PROGRAM=sum_non_eq_2__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/recursive-simple/sum_non_eq-2.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/sum_non_eq-2.yml/witness-2.1.yml --output-file sum_non_eq_2__verifast_instrumented.c --verifast True ['__VERIFIER_nondet_uint', 'abort', 'reach_error', 'sum', 'main'] [] [] [('sum', '', '(((((((unsigned long long) \\result * 4294967295) + \\old(n)) + \\old(m)) % 4294967296) < 1) || (((((unsigned long long) 4294967295 * \\old(n)) % 4294967296) <= 0) && (\\result == \\old(m))))')] [] [('__VERIFIER_nondet_uint', 'true', 'true'), ('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('sum', 'true', '(((((( \\result * 4294967295) + \\old(n)) + \\old(m)) % 4294967296) < 1) || (((( 4294967295 * \\old(n)) % 4294967296) <= 0) && (result == m)))'), ('main', 'module(sum_non_eq_2__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' sum_non_eq_2__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c sum_non_eq_2__verifast_instrumented.c sum_non_eq_2__verifast_instrumented.c sum_non_eq_2__verifast_instrumented.c(12,21-27): Parse error: Parse error.