./verifast-validate-witness.sh sv-benchmarks/c/nla-digbench-scaling/egcd-ll_valuebound5.c ./results/automizer-verification-files/SV-COMP24_unreach-call/egcd-ll_valuebound5.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/nla-digbench-scaling/egcd-ll_valuebound5.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/egcd-ll_valuebound5.yml/witness-2.1.yml ++ basename sv-benchmarks/c/nla-digbench-scaling/egcd-ll_valuebound5.c + FILE=egcd-ll_valuebound5.c ++ echo egcd-ll_valuebound5 ++ sed 's/[-\.]/_/g' - + SANITIZED=egcd_ll_valuebound5 + INSTRUMENTED_PROGRAM=egcd_ll_valuebound5__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/nla-digbench-scaling/egcd-ll_valuebound5.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/egcd-ll_valuebound5.yml/witness-2.1.yml --output-file egcd_ll_valuebound5__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__VERIFIER_nondet_int', 'assume_abort_if_not', '__VERIFIER_assert', 'main'] [] [('(((((b == (((__int128) q * x) + ((__int128) y * s))) && (1 <= x)) && (a == (((__int128) y * r) + ((__int128) p * x)))) && (1 <= y)) && (((__int128) p * s) == (((__int128) q * r) + 1)))', 35, True)] [('assume_abort_if_not', '', '(\\old(cond) != 0)'), ('__VERIFIER_assert', '(1 <= \\old(cond))', '(1 <= \\old(cond))')] [('(((((b == (((__int128) q * x) + ((__int128) y * s))) && (1 <= x)) && (a == (((__int128) y * r) + ((__int128) p * x)))) && (1 <= y)) && (((__int128) p * s) == (((__int128) q * r) + 1)))', 35, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__VERIFIER_nondet_int', 'true', 'true'), ('assume_abort_if_not', 'true', '(cond != 0)'), ('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)'), ('main', 'module(egcd_ll_valuebound5__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' egcd_ll_valuebound5__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c egcd_ll_valuebound5__verifast_instrumented.c egcd_ll_valuebound5__verifast_instrumented.c egcd_ll_valuebound5__verifast_instrumented.c(11,13-18): Duplicate function prototype.