/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: lt(0(),s(x)) -> true() 2: lt(x,0()) -> false() 3: lt(s(x),s(y)) -> lt(x,y) 4: fac(x) -> help(x,0()) 5: help(x,c) -> if(lt(c,x),x,c) 6: if(true(),x,c) -> times(s(c),help(x,s(c))) 7: if(false(),x,c) -> s(0()) Number of strict rules: 7 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #if(true(),x,c) -> #help(x,s(c)) #2: #help(x,c) -> #if(lt(c,x),x,c) #3: #help(x,c) -> #lt(c,x) #4: #lt(s(x),s(y)) -> #lt(x,y) #5: #fac(x) -> #help(x,0()) Number of SCCs: 2, DPs: 3 SCC { #4 } Sum... succeeded. s(x1) w: (1 + x1) #lt(x1,x2) w: (x2) #fac(x1) w: (0) #help(x1,x2) w: (0) false() w: (0) true() w: (0) 0() w: (0) if(x1,x2,x3) w: (0) times(x1,x2) w: (0) fac(x1) w: (0) #if(x1,x2,x3) w: (0) help(x1,x2) w: (0) lt(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #4 Number of SCCs: 1, DPs: 2 SCC { #1 #2 } Sum... Max... QLPOpS... NegMaxSum... QWPOpSMaxSum... 2D-Mat... sum_sum_int,sum_neg... heuristic_int,sum_neg... failed. Finding a loop... failed.