/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: null(nil()) -> true() 2: null(add(n,x)) -> false() 3: tail(add(n,x)) -> x 4: tail(nil()) -> nil() 5: head(add(n,x)) -> n 6: app(nil(),y) -> y 7: app(add(n,x),y) -> add(n,app(x,y)) 8: reverse(nil()) -> nil() 9: reverse(add(n,x)) -> app(reverse(x),add(n,nil())) 10: shuffle(x) -> shuff(x,nil()) 11: shuff(x,y) -> if(null(x),x,y,app(y,add(head(x),nil()))) 12: if(true(),x,y,z) -> y 13: if(false(),x,y,z) -> shuff(reverse(tail(x)),z) Number of strict rules: 13 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #if(false(),x,y,z) -> #shuff(reverse(tail(x)),z) #2: #if(false(),x,y,z) -> #reverse(tail(x)) #3: #if(false(),x,y,z) -> #tail(x) #4: #reverse(add(n,x)) -> #app(reverse(x),add(n,nil())) #5: #reverse(add(n,x)) -> #reverse(x) #6: #shuff(x,y) -> #if(null(x),x,y,app(y,add(head(x),nil()))) #7: #shuff(x,y) -> #null(x) #8: #shuff(x,y) -> #app(y,add(head(x),nil())) #9: #shuff(x,y) -> #head(x) #10: #app(add(n,x),y) -> #app(x,y) #11: #shuffle(x) -> #shuff(x,nil()) Number of SCCs: 3, DPs: 4 SCC { #5 } Sum... succeeded. #reverse(x1) w: (x1) false() w: (0) #head(x1) w: (0) reverse(x1) w: (0) true() w: (0) shuffle(x1) w: (0) tail(x1) w: (0) if(x1,x2,x3,x4) w: (0) null(x1) w: (0) nil() w: (0) #tail(x1) w: (0) #app(x1,x2) w: (0) #shuffle(x1) w: (0) #shuff(x1,x2) w: (0) #null(x1) w: (0) head(x1) w: (0) #if(x1,x2,x3,x4) w: (0) shuff(x1,x2) w: (0) add(x1,x2) w: (1 + x2) app(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #5 Number of SCCs: 2, DPs: 3 SCC { #10 } Sum... succeeded. #reverse(x1) w: (0) false() w: (0) #head(x1) w: (0) reverse(x1) w: (0) true() w: (0) shuffle(x1) w: (0) tail(x1) w: (0) if(x1,x2,x3,x4) w: (0) null(x1) w: (0) nil() w: (0) #tail(x1) w: (0) #app(x1,x2) w: (x1) #shuffle(x1) w: (0) #shuff(x1,x2) w: (0) #null(x1) w: (0) head(x1) w: (0) #if(x1,x2,x3,x4) w: (0) shuff(x1,x2) w: (0) add(x1,x2) w: (1 + x2) app(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #10 Number of SCCs: 1, DPs: 2 SCC { #1 #6 } Sum... Max... QLPOpS... NegMaxSum... QWPOpSMaxSum... 2D-Mat... sum_sum_int,sum_neg... heuristic_int,sum_neg... failed. Finding a loop... failed.