./verifast-validate-witness.sh sv-benchmarks/c/nla-digbench/mannadiv.c ./results/automizer-verification-files/SV-COMP24_unreach-call/mannadiv.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/nla-digbench/mannadiv.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/mannadiv.yml/witness-2.1.yml ++ basename sv-benchmarks/c/nla-digbench/mannadiv.c + FILE=mannadiv.c ++ echo mannadiv ++ sed 's/[-\.]/_/g' - + SANITIZED=mannadiv + INSTRUMENTED_PROGRAM=mannadiv__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/nla-digbench/mannadiv.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/mannadiv.yml/witness-2.1.yml --output-file mannadiv__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__VERIFIER_nondet_int', 'assume_abort_if_not', '__VERIFIER_assert', 'main'] [] [('(((((long long) x2 * y1) + y3) + y2) == x1)', 35, True)] [('__VERIFIER_assert', '(1 <= \\old(cond))', '(1 <= \\old(cond))')] [('((((x2 * y1) + y3) + y2) == x1)', 35, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__VERIFIER_nondet_int', 'true', 'true'), ('assume_abort_if_not', 'true', 'true'), ('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)'), ('main', 'module(mannadiv__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' mannadiv__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c mannadiv__verifast_instrumented.c mannadiv__verifast_instrumented.c mannadiv__verifast_instrumented.c(16,13-18): Duplicate function prototype.