./verifast-validate-witness.sh sv-benchmarks/c/loop-acceleration/phases_2-2.c ./results/automizer-verification-files/SV-COMP24_unreach-call/phases_2-2.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loop-acceleration/phases_2-2.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/phases_2-2.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loop-acceleration/phases_2-2.c + FILE=phases_2-2.c ++ echo phases_2-2 ++ sed 's/[-\.]/_/g' - + SANITIZED=phases_2_2 + INSTRUMENTED_PROGRAM=phases_2_2__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loop-acceleration/phases_2-2.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/phases_2-2.yml/witness-2.1.yml --output-file phases_2_2__verifast_instrumented.c --verifast True ['abort', 'reach_error', 'assume_abort_if_not', '__VERIFIER_nondet_uint', '__VERIFIER_assert', 'main'] [] [('((x == 1) && (1 <= y))', 23, True)] [('__VERIFIER_assert', '(\\old(cond) != 0)', '(\\old(cond) != 0)')] [('((x == 1) && (1 <= y))', 23, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('assume_abort_if_not', 'true', 'true'), ('__VERIFIER_nondet_uint', 'true', 'true'), ('__VERIFIER_assert', '(cond != 0)', '(cond != 0)'), ('main', 'module(phases_2_2__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' phases_2_2__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c phases_2_2__verifast_instrumented.c phases_2_2__verifast_instrumented.c phases_2_2__verifast_instrumented.c(7,69-74): Duplicate function prototype.