./verifast-validate-witness.sh sv-benchmarks/c/loops-crafted-1/sumt6.c ./results/automizer-verification-files/SV-COMP24_unreach-call/sumt6.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loops-crafted-1/sumt6.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/sumt6.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loops-crafted-1/sumt6.c + FILE=sumt6.c ++ echo sumt6 ++ sed 's/[-\.]/_/g' - + SANITIZED=sumt6 + INSTRUMENTED_PROGRAM=sumt6__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loops-crafted-1/sumt6.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/sumt6.yml/witness-2.1.yml --output-file sumt6__verifast_instrumented.c --verifast True ['abort', 'reach_error', 'assume_abort_if_not', '__VERIFIER_assert', '__VERIFIER_nondet_int', 'main'] [('int', 'SIZE')] [('((((((i + k) + j) + v3) + v2) + v4) == l)', 21, True)] [('__VERIFIER_assert', '(\\old(cond) != 0)', '(\\old(cond) != 0)')] [('integer(&SIZE, ?veri_inv_SIZE) &*& ((((((i + k) + j) + v3) + v2) + v4) == l)', 21, 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) &*& (cond != 0)', 'integer(&SIZE, ?veri_ens_SIZE) &*& (cond != 0)'), ('__VERIFIER_nondet_int', 'integer(&SIZE, ?veri_req_SIZE) &*& true', 'integer(&SIZE, ?veri_ens_SIZE) &*& true'), ('main', 'module(sumt6__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' sumt6__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c sumt6__verifast_instrumented.c sumt6__verifast_instrumented.c sumt6__verifast_instrumented.c(7,64-69): Duplicate function prototype.