/export/starexec/sandbox/solver/bin/starexec_run_Default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: a__f(X,g(X),Y) -> a__f(Y,Y,Y) 2: a__g(b()) -> c() 3: a__b() -> c() 4: mark(f(X1,X2,X3)) -> a__f(X1,X2,X3) 5: mark(g(X)) -> a__g(mark(X)) 6: mark(b()) -> a__b() 7: mark(c()) -> c() 8: a__f(X1,X2,X3) -> f(X1,X2,X3) 9: a__g(X) -> g(X) 10: a__b() -> b() Number of strict rules: 10 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #mark(b()) -> #a__b() #2: #mark(g(X)) -> #a__g(mark(X)) #3: #mark(g(X)) -> #mark(X) #4: #a__f(X,g(X),Y) -> #a__f(Y,Y,Y) #5: #mark(f(X1,X2,X3)) -> #a__f(X1,X2,X3) Number of SCCs: 2, DPs: 2 SCC { #3 } POLO(Sum)... succeeded. a__g w: 0 b w: 0 a__b w: 0 #a__g w: 0 a__f w: 0 c w: 0 #a__b w: 0 f w: 0 #mark w: x1 mark w: 0 #a__f w: 0 g w: x1 + 1 USABLE RULES: { } Removed DPs: #3 Number of SCCs: 1, DPs: 1 SCC { #4 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... failed.