./verifast-validate-witness.sh sv-benchmarks/c/loops-crafted-1/sumt3.c ./results/automizer-verification-files/SV-COMP24_unreach-call/sumt3.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loops-crafted-1/sumt3.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/sumt3.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loops-crafted-1/sumt3.c + FILE=sumt3.c ++ echo sumt3 ++ sed 's/[-\.]/_/g' - + SANITIZED=sumt3 + INSTRUMENTED_PROGRAM=sumt3__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loops-crafted-1/sumt3.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/sumt3.yml/witness-2.1.yml --output-file sumt3__verifast_instrumented.c --verifast True ['abort', 'reach_error', 'assume_abort_if_not', '__VERIFIER_assert', '__VERIFIER_nondet_uint', 'main'] [('int', 'SIZE')] ILP32 [('(((((long long) i + k) + j) % 4294967296) == l)', 24, True)] [('main', '', '(\\old(SIZE) == SIZE)'), ('__VERIFIER_assert', '(cond != 0)', '((cond != 0) && (\\old(SIZE) == SIZE))')] [('integer(&SIZE, ?veri_inv_SIZE) &*& (((( i + k) + j) % 4294967296) == l)', 24, 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) && (veri_req_SIZE == veri_ens_SIZE))'), ('__VERIFIER_nondet_uint', 'integer(&SIZE, ?veri_req_SIZE) &*& true', 'integer(&SIZE, ?veri_ens_SIZE) &*& true'), ('main', 'module(sumt3__verifast_instrumented, true) &*& true', '(SIZE == SIZE) &*& junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' sumt3__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c sumt3__verifast_instrumented.c sumt3__verifast_instrumented.c 0.037220s: sumt3__verifast_instrumented.c(25,5-9): Function 'main': Function type implementation check 0.037276s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,18-24): Producing assertion 0.037292s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,49-51): Producing assertion 0.037306s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,61-62): Producing assertion 0.037330s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,64-68): Producing assertion 0.037344s: sumt3__verifast_instrumented.c(26,14-20): Consuming assertion 0.037358s: sumt3__verifast_instrumented.c(26,61-65): Consuming assertion 0.037370s: sumt3__verifast_instrumented.c(27,19-21): Producing assertion sumt3__verifast_instrumented.c(27,14-18): Cannot mention global variables in this context.