/export/starexec/sandbox2/solver/bin/starexec_run_ttt2 /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- failure 'Failure("No result of SMT solver - maybe due to some flag of the solver? or the solver was not found in PATH?")' in subprocess 49335 MAYBE Problem: active(f(b(),c(),x)) -> mark(f(x,x,x)) active(f(x,y,z)) -> f(x,y,active(z)) active(d()) -> m(b()) f(x,y,mark(z)) -> mark(f(x,y,z)) active(d()) -> mark(c()) proper(b()) -> ok(b()) proper(c()) -> ok(c()) proper(d()) -> ok(d()) proper(f(x,y,z)) -> f(proper(x),proper(y),proper(z)) f(ok(x),ok(y),ok(z)) -> ok(f(x,y,z)) top(mark(x)) -> top(proper(x)) top(ok(x)) -> top(active(x)) Proof: Open