./verifast-validate-witness.sh sv-benchmarks/c/loop-zilu/benchmark19_conjunctive.i ./results/automizer-verification-files/SV-COMP24_unreach-call/benchmark19_conjunctive.yml/witness-2.1.yml


--------------------------------------------------------------------------------


+ PROGRAM=sv-benchmarks/c/loop-zilu/benchmark19_conjunctive.i
+ WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/benchmark19_conjunctive.yml/witness-2.1.yml
++ basename sv-benchmarks/c/loop-zilu/benchmark19_conjunctive.i
+ FILE=benchmark19_conjunctive.i
++ echo benchmark19_conjunctive
++ sed 's/[-\.]/_/g' -
+ SANITIZED=benchmark19_conjunctive
+ INSTRUMENTED_PROGRAM=benchmark19_conjunctive__verifast_instrumented.c
+ instrument_program_cli.py --program sv-benchmarks/c/loop-zilu/benchmark19_conjunctive.i --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/benchmark19_conjunctive.yml/witness-2.1.yml --output-file benchmark19_conjunctive__verifast_instrumented.c --verifast True
['reach_error', '__VERIFIER_nondet_int', '__VERIFIER_nondet_bool', '__VERIFIER_assert', 'main']
[]
ILP32
[('(((1 <= n) && (0 <= k)) && (k == j))', 24, True)]
[('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)')]
[('(((1 <= n) && (0 <= k)) && (k == j))', 24, True)]
[('reach_error', 'false', 'true'), ('__VERIFIER_nondet_int', 'true', 'true'), ('__VERIFIER_nondet_bool', 'true', 'true'), ('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)'), ('main', 'module(benchmark19_conjunctive__verifast_instrumented, true)', 'junk()')]
+ sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' benchmark19_conjunctive__verifast_instrumented.c
+ verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c benchmark19_conjunctive__verifast_instrumented.c
benchmark19_conjunctive__verifast_instrumented.c
benchmark19_conjunctive__verifast_instrumented.c(7,49-51): Parse error: Parse error.