/export/starexec/sandbox/solver/bin/starexec_run_ttt2 /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/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 387 MAYBE Problem: active(f(X,X)) -> mark(f(a(),b())) active(b()) -> mark(a()) active(f(X1,X2)) -> f(active(X1),X2) f(mark(X1),X2) -> mark(f(X1,X2)) proper(f(X1,X2)) -> f(proper(X1),proper(X2)) proper(a()) -> ok(a()) proper(b()) -> ok(b()) f(ok(X1),ok(X2)) -> ok(f(X1,X2)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) Proof: Open