/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: active(f(X,X)) -> mark(f(a(),b())) 2: active(b()) -> mark(a()) 3: active(f(X1,X2)) -> f(active(X1),X2) 4: f(mark(X1),X2) -> mark(f(X1,X2)) 5: proper(f(X1,X2)) -> f(proper(X1),proper(X2)) 6: proper(a()) -> ok(a()) 7: proper(b()) -> ok(b()) 8: f(ok(X1),ok(X2)) -> ok(f(X1,X2)) 9: top(mark(X)) -> top(proper(X)) 10: top(ok(X)) -> top(active(X)) Number of strict rules: 10 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #top(mark(X)) -> #top(proper(X)) #2: #top(mark(X)) -> #proper(X) #3: #top(ok(X)) -> #top(active(X)) #4: #top(ok(X)) -> #active(X) #5: #proper(f(X1,X2)) -> #f(proper(X1),proper(X2)) #6: #proper(f(X1,X2)) -> #proper(X1) #7: #proper(f(X1,X2)) -> #proper(X2) #8: #active(f(X1,X2)) -> #f(active(X1),X2) #9: #active(f(X1,X2)) -> #active(X1) #10: #active(f(X,X)) -> #f(a(),b()) #11: #f(ok(X1),ok(X2)) -> #f(X1,X2) #12: #f(mark(X1),X2) -> #f(X1,X2) Number of SCCs: 4, DPs: 7 SCC { #9 } Sum... succeeded. a() w: (0) b() w: (0) top(x1) w: (0) #top(x1) w: (0) f(x1,x2) w: (1 + x1) proper(x1) w: (0) ok(x1) w: (0) mark(x1) w: (0) #f(x1,x2) w: (0) #proper(x1) w: (0) active(x1) w: (0) #active(x1) w: (x1) USABLE RULES: { } Removed DPs: #9 Number of SCCs: 3, DPs: 6 SCC { #1 #3 } Sum... Max... QLPOpS... NegMaxSum... QWPOpSMaxSum... 2D-Mat... sum_sum_int,sum_neg... heuristic_int,sum_neg... failed. Finding a loop... failed.