./verifast-validate-witness.sh sv-benchmarks/c/loops/invert_string-3.c ./results/automizer-verification-files/SV-COMP24_unreach-call/invert_string-3.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/loops/invert_string-3.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/invert_string-3.yml/witness-2.1.yml ++ basename sv-benchmarks/c/loops/invert_string-3.c + FILE=invert_string-3.c ++ echo invert_string-3 ++ sed 's/[-\.]/_/g' - + SANITIZED=invert_string_3 + INSTRUMENTED_PROGRAM=invert_string_3__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/loops/invert_string-3.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/invert_string-3.yml/witness-2.1.yml --output-file invert_string_3__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__VERIFIER_assert', '__VERIFIER_nondet_char', 'main'] [] ILP32 [('((((((((i == 3) && (j == 1)) && (5 == max)) || (((j == 2) && (i == 2)) && (5 == max))) || (((j == 4) && (5 == max)) && (i == 0))) || (((j == 3) && (i == 1)) && (5 == max))) || ((5 == max) && (5 == i))) || (((j == 0) && (5 == max)) && (i == 4)))', 32, True), ('((((((((j == 2) && (i == 2)) && (5 == max)) || (((j == 0) && (5 == max)) && (i == 4))) || (((j == 3) && (i == 1)) && (5 == max))) || (((j == 4) && (5 == max)) && (i == 0))) || (((i == 3) && (j == 1)) && (5 == max))) || ((5 == max) && (((long long) i + 1) == 0)))', 26, True), ('(((((((i == 2) && (5 == max)) || ((i == 1) && (5 == max))) || ((i == 3) && (5 == max))) || ((5 == max) && (i == 0))) || ((5 == max) && (5 == i))) || ((5 == max) && (i == 4)))', 18, True)] [('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)')] [('((((((((i == 3) && (j == 1)) && (5 == max)) || (((j == 2) && (i == 2)) && (5 == max))) || (((j == 4) && (5 == max)) && (i == 0))) || (((j == 3) && (i == 1)) && (5 == max))) || ((5 == max) && (5 == i))) || (((j == 0) && (5 == max)) && (i == 4)))', 32, True), ('((((((((j == 2) && (i == 2)) && (5 == max)) || (((j == 0) && (5 == max)) && (i == 4))) || (((j == 3) && (i == 1)) && (5 == max))) || (((j == 4) && (5 == max)) && (i == 0))) || (((i == 3) && (j == 1)) && (5 == max))) || ((5 == max) && ((i + 1) == 0)))', 26, True), ('(((((((i == 2) && (5 == max)) || ((i == 1) && (5 == max))) || ((i == 3) && (5 == max))) || ((5 == max) && (i == 0))) || ((5 == max) && (5 == i))) || ((5 == max) && (i == 4)))', 18, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)'), ('__VERIFIER_nondet_char', 'true', 'true'), ('main', 'module(invert_string_3__verifast_instrumented, true)', 'junk()')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' invert_string_3__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c invert_string_3__verifast_instrumented.c invert_string_3__verifast_instrumented.c invert_string_3__verifast_instrumented.c(27,15-18): Parse error: Parse error.