/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: active(and(true(),X)) -> mark(X) 2: active(and(false(),Y)) -> mark(false()) 3: active(if(true(),X,Y)) -> mark(X) 4: active(if(false(),X,Y)) -> mark(Y) 5: active(add(0(),X)) -> mark(X) 6: active(add(s(X),Y)) -> mark(s(add(X,Y))) 7: active(first(0(),X)) -> mark(nil()) 8: active(first(s(X),cons(Y,Z))) -> mark(cons(Y,first(X,Z))) 9: active(from(X)) -> mark(cons(X,from(s(X)))) 10: active(and(X1,X2)) -> and(active(X1),X2) 11: active(if(X1,X2,X3)) -> if(active(X1),X2,X3) 12: active(add(X1,X2)) -> add(active(X1),X2) 13: active(first(X1,X2)) -> first(active(X1),X2) 14: active(first(X1,X2)) -> first(X1,active(X2)) 15: and(mark(X1),X2) -> mark(and(X1,X2)) 16: if(mark(X1),X2,X3) -> mark(if(X1,X2,X3)) 17: add(mark(X1),X2) -> mark(add(X1,X2)) 18: first(mark(X1),X2) -> mark(first(X1,X2)) 19: first(X1,mark(X2)) -> mark(first(X1,X2)) 20: proper(and(X1,X2)) -> and(proper(X1),proper(X2)) 21: proper(true()) -> ok(true()) 22: proper(false()) -> ok(false()) 23: proper(if(X1,X2,X3)) -> if(proper(X1),proper(X2),proper(X3)) 24: proper(add(X1,X2)) -> add(proper(X1),proper(X2)) 25: proper(0()) -> ok(0()) 26: proper(s(X)) -> s(proper(X)) 27: proper(first(X1,X2)) -> first(proper(X1),proper(X2)) 28: proper(nil()) -> ok(nil()) 29: proper(cons(X1,X2)) -> cons(proper(X1),proper(X2)) 30: proper(from(X)) -> from(proper(X)) 31: and(ok(X1),ok(X2)) -> ok(and(X1,X2)) 32: if(ok(X1),ok(X2),ok(X3)) -> ok(if(X1,X2,X3)) 33: add(ok(X1),ok(X2)) -> ok(add(X1,X2)) 34: s(ok(X)) -> ok(s(X)) 35: first(ok(X1),ok(X2)) -> ok(first(X1,X2)) 36: cons(ok(X1),ok(X2)) -> ok(cons(X1,X2)) 37: from(ok(X)) -> ok(from(X)) 38: top(mark(X)) -> top(proper(X)) 39: top(ok(X)) -> top(active(X)) Number of strict rules: 39 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #proper(cons(X1,X2)) -> #cons(proper(X1),proper(X2)) #2: #proper(cons(X1,X2)) -> #proper(X1) #3: #proper(cons(X1,X2)) -> #proper(X2) #4: #first(ok(X1),ok(X2)) -> #first(X1,X2) #5: #from(ok(X)) -> #from(X) #6: #top(mark(X)) -> #top(proper(X)) #7: #top(mark(X)) -> #proper(X) #8: #active(add(s(X),Y)) -> #s(add(X,Y)) #9: #active(add(s(X),Y)) -> #add(X,Y) #10: #active(first(X1,X2)) -> #first(active(X1),X2) #11: #active(first(X1,X2)) -> #active(X1) #12: #active(from(X)) -> #cons(X,from(s(X))) #13: #active(from(X)) -> #from(s(X)) #14: #active(from(X)) -> #s(X) #15: #active(if(X1,X2,X3)) -> #if(active(X1),X2,X3) #16: #active(if(X1,X2,X3)) -> #active(X1) #17: #proper(add(X1,X2)) -> #add(proper(X1),proper(X2)) #18: #proper(add(X1,X2)) -> #proper(X1) #19: #proper(add(X1,X2)) -> #proper(X2) #20: #proper(if(X1,X2,X3)) -> #if(proper(X1),proper(X2),proper(X3)) #21: #proper(if(X1,X2,X3)) -> #proper(X1) #22: #proper(if(X1,X2,X3)) -> #proper(X2) #23: #proper(if(X1,X2,X3)) -> #proper(X3) #24: #active(add(X1,X2)) -> #add(active(X1),X2) #25: #active(add(X1,X2)) -> #active(X1) #26: #and(ok(X1),ok(X2)) -> #and(X1,X2) #27: #active(first(X1,X2)) -> #first(X1,active(X2)) #28: #active(first(X1,X2)) -> #active(X2) #29: #proper(from(X)) -> #from(proper(X)) #30: #proper(from(X)) -> #proper(X) #31: #proper(and(X1,X2)) -> #and(proper(X1),proper(X2)) #32: #proper(and(X1,X2)) -> #proper(X1) #33: #proper(and(X1,X2)) -> #proper(X2) #34: #top(ok(X)) -> #top(active(X)) #35: #top(ok(X)) -> #active(X) #36: #active(and(X1,X2)) -> #and(active(X1),X2) #37: #active(and(X1,X2)) -> #active(X1) #38: #add(ok(X1),ok(X2)) -> #add(X1,X2) #39: #s(ok(X)) -> #s(X) #40: #proper(first(X1,X2)) -> #first(proper(X1),proper(X2)) #41: #proper(first(X1,X2)) -> #proper(X1) #42: #proper(first(X1,X2)) -> #proper(X2) #43: #add(mark(X1),X2) -> #add(X1,X2) #44: #if(ok(X1),ok(X2),ok(X3)) -> #if(X1,X2,X3) #45: #first(X1,mark(X2)) -> #first(X1,X2) #46: #proper(s(X)) -> #s(proper(X)) #47: #proper(s(X)) -> #proper(X) #48: #cons(ok(X1),ok(X2)) -> #cons(X1,X2) #49: #if(mark(X1),X2,X3) -> #if(X1,X2,X3) #50: #active(first(s(X),cons(Y,Z))) -> #cons(Y,first(X,Z)) #51: #active(first(s(X),cons(Y,Z))) -> #first(X,Z) #52: #and(mark(X1),X2) -> #and(X1,X2) #53: #first(mark(X1),X2) -> #first(X1,X2) Number of SCCs: 10, DPs: 32 SCC { #5 } POLO(Sum)... succeeded. #cons w: 0 s w: 0 top w: 0 and w: 0 false w: 0 #top w: 0 true w: 0 proper w: 0 ok w: x1 + 1 if w: 0 0 w: 0 from w: 0 #s w: 0 #first w: 0 nil w: 0 mark w: 0 first w: 0 #proper w: 0 #from w: x1 active w: 0 cons w: 0 #if w: 0 #active w: 0 #add w: 0 add w: 0 #and w: 0 USABLE RULES: { } Removed DPs: #5 Number of SCCs: 9, DPs: 31 SCC { #39 } POLO(Sum)... succeeded. #cons w: 0 s w: 0 top w: 0 and w: 0 false w: 0 #top w: 0 true w: 0 proper w: 0 ok w: x1 + 1 if w: 0 0 w: 0 from w: 0 #s w: x1 #first w: 0 nil w: 0 mark w: 0 first w: 0 #proper w: 0 #from w: 0 active w: 0 cons w: 0 #if w: 0 #active w: 0 #add w: 0 add w: 0 #and w: 0 USABLE RULES: { } Removed DPs: #39 Number of SCCs: 8, DPs: 30 SCC { #48 } POLO(Sum)... succeeded. #cons w: x2 s w: 0 top w: 0 and w: 0 false w: 0 #top w: 0 true w: 0 proper w: 0 ok w: x1 + 1 if w: 0 0 w: 0 from w: 0 #s w: 0 #first w: 0 nil w: 0 mark w: 0 first w: 0 #proper w: 0 #from w: 0 active w: 0 cons w: 0 #if w: 0 #active w: 0 #add w: 0 add w: 0 #and w: 0 USABLE RULES: { } Removed DPs: #48 Number of SCCs: 7, DPs: 29 SCC { #6 #34 } POLO(Sum)... succeeded. #cons w: 0 s w: 1 top w: 0 and w: x1 + x2 + 2 false w: 1 #top w: x1 true w: 2 proper w: x1 ok w: x1 if w: x1 + x2 + x3 + 1 0 w: 1 from w: 2 #s w: 0 #first w: 0 nil w: 1 mark w: x1 + 1 first w: x1 + x2 + 1 #proper w: 0 #from w: 0 active w: x1 cons w: 1 #if w: 0 #active w: 0 #add w: 0 add w: x1 + x2 + 1 #and w: 0 USABLE RULES: { 1..37 } Removed DPs: #6 Number of SCCs: 7, DPs: 28 SCC { #34 } POLO(Sum)... succeeded. #cons w: 0 s w: x1 top w: 0 and w: x2 false w: 1 #top w: x1 true w: 1 proper w: 3 ok w: x1 + 2 if w: x2 0 w: 1 from w: x1 #s w: 0 #first w: 0 nil w: 1 mark w: 0 first w: x2 #proper w: 0 #from w: 0 active w: x1 + 1 cons w: x1 #if w: 0 #active w: 0 #add w: 0 add w: x2 #and w: 0 USABLE RULES: { 1..37 } Removed DPs: #34 Number of SCCs: 6, DPs: 27 SCC { #38 #43 } POLO(Sum)... succeeded. #cons w: 0 s w: x1 top w: 0 and w: x2 false w: 1 #top w: x1 true w: 1 proper w: 3 ok w: x1 + 2 if w: x2 0 w: 1 from w: x1 #s w: 0 #first w: 0 nil w: 1 mark w: 0 first w: x2 #proper w: 0 #from w: 0 active w: x1 + 1 cons w: x1 #if w: 0 #active w: 0 #add w: x2 add w: x2 #and w: 0 USABLE RULES: { 1..37 } Removed DPs: #38 Number of SCCs: 6, DPs: 26 SCC { #43 } POLO(Sum)... succeeded. #cons w: 0 s w: x1 top w: 0 and w: x2 false w: 1 #top w: 0 true w: 1 proper w: 3 ok w: x1 + 2 if w: x2 0 w: 1 from w: x1 #s w: 0 #first w: 0 nil w: 1 mark w: x1 + 1 first w: 0 #proper w: 0 #from w: 0 active w: x1 + 2 cons w: x1 #if w: 0 #active w: 0 #add w: x1 add w: x2 #and w: 0 USABLE RULES: { 1..3 5 7 9 21 22 25 28 34 36 37 } Removed DPs: #43 Number of SCCs: 5, DPs: 25 SCC { #26 #52 } POLO(Sum)... succeeded. #cons w: 0 s w: x1 top w: 0 and w: x2 false w: 1 #top w: 0 true w: 1 proper w: 3 ok w: x1 + 2 if w: x2 0 w: 1 from w: x1 #s w: 0 #first w: 0 nil w: 1 mark w: x1 + 1 first w: 0 #proper w: 0 #from w: 0 active w: x1 + 2 cons w: x1 #if w: 0 #active w: 0 #add w: 0 add w: x2 #and w: x1 USABLE RULES: { 1..3 5 7 9 21 22 25 28 34 36 37 } Removed DPs: #26 #52 Number of SCCs: 4, DPs: 23 SCC { #44 #49 } POLO(Sum)... succeeded. #cons w: 0 s w: x1 top w: 0 and w: x2 false w: 1 #top w: 0 true w: 1 proper w: 3 ok w: x1 + 2 if w: x2 0 w: 1 from w: x1 #s w: 0 #first w: 0 nil w: 1 mark w: x1 + 1 first w: 0 #proper w: 0 #from w: 0 active w: x1 + 2 cons w: x1 #if w: x1 + x2 #active w: 0 #add w: 0 add w: x2 #and w: 0 USABLE RULES: { 1..3 5 7 9 21 22 25 28 34 36 37 } Removed DPs: #44 #49 Number of SCCs: 3, DPs: 21 SCC { #4 #45 #53 } POLO(Sum)... succeeded. #cons w: 0 s w: x1 top w: 0 and w: x2 false w: 1 #top w: 0 true w: 1 proper w: 3 ok w: x1 + 2 if w: x2 0 w: 1 from w: x1 #s w: 0 #first w: x1 + x2 nil w: 1 mark w: x1 + 1 first w: 0 #proper w: 0 #from w: 0 active w: x1 + 2 cons w: x1 #if w: 0 #active w: 0 #add w: 0 add w: x2 #and w: 0 USABLE RULES: { 1..3 5 7 9 21 22 25 28 34 36 37 } Removed DPs: #4 #45 #53 Number of SCCs: 2, DPs: 18 SCC { #11 #16 #25 #28 #37 } POLO(Sum)... succeeded. #cons w: 0 s w: 1 top w: 0 and w: x1 + x2 + 1 false w: 1 #top w: 0 true w: 1 proper w: x1 ok w: 1 if w: x1 + 1 0 w: 1 from w: x1 #s w: 0 #first w: 0 nil w: 1 mark w: 0 first w: x1 + x2 + 1 #proper w: 0 #from w: 0 active w: 0 cons w: x1 + x2 + 1 #if w: 0 #active w: x1 #add w: 0 add w: x1 + x2 + 1 #and w: 0 USABLE RULES: { 2 7 9 21 22 25 28 34 36 37 } Removed DPs: #11 #16 #25 #28 #37 Number of SCCs: 1, DPs: 13 SCC { #2 #3 #18 #19 #21..23 #30 #32 #33 #41 #42 #47 } POLO(Sum)... succeeded. #cons w: 0 s w: x1 + 1 top w: 0 and w: x1 + x2 + 1 false w: 1 #top w: 0 true w: 1 proper w: x1 ok w: 1 if w: x1 + x2 + x3 + 1 0 w: 1 from w: x1 + 1 #s w: 0 #first w: 0 nil w: 1 mark w: 0 first w: x1 + x2 + 1 #proper w: x1 #from w: 0 active w: 0 cons w: x1 + x2 + 1 #if w: 0 #active w: 0 #add w: 0 add w: x1 + x2 + 1 #and w: 0 USABLE RULES: { 2 7 9 17 21 22 25 28 33 34 36 37 } Removed DPs: #2 #3 #18 #19 #21..23 #30 #32 #33 #41 #42 #47 Number of SCCs: 0, DPs: 0