/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 21839 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 22961 MAYBE Problem: le(0(),y) -> true() le(s(x),0()) -> false() le(s(x),s(y)) -> le(x,y) mod(x,0()) -> modZeroErro() mod(x,s(y)) -> modIter(x,s(y),0(),0()) modIter(x,s(y),z,u) -> if(le(x,z),x,s(y),z,u) if(true(),x,y,z,u) -> u if(false(),x,y,z,u) -> if2(le(y,s(u)),x,y,s(z),s(u)) if2(false(),x,y,z,u) -> modIter(x,y,z,u) if2(true(),x,y,z,u) -> modIter(x,y,z,0()) Proof: Open