./verifast-validate-witness.sh sv-benchmarks/c/loops-crafted-1/loopv3.c ./results/automizer-verification-files/SV-COMP24_unreach-call/loopv3.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loops-crafted-1/loopv3.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/loopv3.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loops-crafted-1/loopv3.c + FILE=loopv3.c ++ echo loopv3 ++ sed 's/[-\.]/_/g' - + SANITIZED=loopv3 + INSTRUMENTED_PROGRAM=loopv3__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loops-crafted-1/loopv3.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/loopv3.yml/witness-2.1.yml --output-file loopv3__verifast_instrumented.c --verifast True ['__VERIFIER_nondet_int', 'abort', 'reach_error', 'assume_abort_if_not', '__VERIFIER_assert', 'main'] [('int', 'SIZE')] ILP32 [('(((i % 4) == 0) && (50000001 <= SIZE))', 23, True)] [('main', '(50000001 <= SIZE)', '((\\old(SIZE) == SIZE) && (50000001 <= SIZE))'), ('__VERIFIER_assert', '((1 <= cond) && (50000001 <= SIZE))', '(((\\old(SIZE) == SIZE) && (1 <= cond)) && (50000001 <= SIZE))')] [('integer(&SIZE, ?veri_inv_SIZE) &*& (((i % 4) == 0) && (50000001 <= veri_inv_SIZE))', 23, 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) && (50000001 <= veri_req_SIZE))', 'integer(&SIZE, ?veri_ens_SIZE) &*& (((veri_req_SIZE == veri_ens_SIZE) && (1 <= cond)) && (50000001 <= veri_ens_SIZE))'), ('main', 'module(loopv3__verifast_instrumented, true) &*& (50000001 <= SIZE)', '((SIZE == SIZE) && (50000001 <= SIZE)) &*& junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' loopv3__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c loopv3__verifast_instrumented.c loopv3__verifast_instrumented.c 0.035552s: loopv3__verifast_instrumented.c(29,5-9): Function 'main': Function type implementation check 0.035602s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,18-24): Producing assertion 0.035617s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,49-51): Producing assertion 0.035644s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,61-62): Producing assertion 0.035654s: /storage/repos/SV-Transformer-Library/verifast-24.08.30-2-gb1220004/bin/prelude.h(1084,64-68): Producing assertion 0.035668s: loopv3__verifast_instrumented.c(30,14-20): Consuming assertion 0.035683s: loopv3__verifast_instrumented.c(30,72-74): Consuming assertion loopv3__verifast_instrumented.c(30,75-79): Cannot mention global variables in this context.