./verifast-validate-witness.sh sv-benchmarks/c/loops-crafted-1/loopv2.c ./results/automizer-verification-files/SV-COMP24_unreach-call/loopv2.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loops-crafted-1/loopv2.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/loopv2.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loops-crafted-1/loopv2.c + FILE=loopv2.c ++ echo loopv2 ++ sed 's/[-\.]/_/g' - + SANITIZED=loopv2 + INSTRUMENTED_PROGRAM=loopv2__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loops-crafted-1/loopv2.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/loopv2.yml/witness-2.1.yml --output-file loopv2__verifast_instrumented.c --verifast True ['__VERIFIER_nondet_int', 'abort', 'reach_error', 'assume_abort_if_not', '__VERIFIER_assert', 'main'] [('int', 'SIZE')] ILP32 [('((k % 2) == 0)', 28, True), ('(0 == (i % 2))', 22, True)] [('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)')] [('integer(&SIZE, ?veri_inv_SIZE) &*& ((k % 2) == 0)', 28, True), ('integer(&SIZE, ?veri_inv_SIZE) &*& (0 == (i % 2))', 22, True)] [('__VERIFIER_nondet_int', 'integer(&SIZE, ?veri_req_SIZE) &*& true', 'integer(&SIZE, ?veri_ens_SIZE) &*& true'), ('abort', 'integer(&SIZE, ?veri_req_SIZE) &*& true', 'integer(&SIZE, ?veri_ens_SIZE) &*& true'), ('reach_error', 'false', 'true'), ('assume_abort_if_not', 'integer(&SIZE, ?veri_req_SIZE) &*& true', 'integer(&SIZE, ?veri_ens_SIZE) &*& true'), ('__VERIFIER_assert', 'integer(&SIZE, ?veri_req_SIZE) &*& (1 <= cond)', 'integer(&SIZE, ?veri_ens_SIZE) &*& (1 <= cond)'), ('main', 'module(loopv2__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' loopv2__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c loopv2__verifast_instrumented.c loopv2__verifast_instrumented.c loopv2__verifast_instrumented.c(25,5-26): Duplicate function prototype.