/export/starexec/sandbox2/solver/bin/starexec_run_ttt2-1.17+nonreach /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Problem: active(and(tt(),X)) -> mark(X) active(plus(N,0())) -> mark(N) active(plus(N,s(M))) -> mark(s(plus(N,M))) mark(and(X1,X2)) -> active(and(mark(X1),X2)) mark(tt()) -> active(tt()) mark(plus(X1,X2)) -> active(plus(mark(X1),mark(X2))) mark(0()) -> active(0()) mark(s(X)) -> active(s(mark(X))) and(mark(X1),X2) -> and(X1,X2) and(X1,mark(X2)) -> and(X1,X2) and(active(X1),X2) -> and(X1,X2) and(X1,active(X2)) -> and(X1,X2) plus(mark(X1),X2) -> plus(X1,X2) plus(X1,mark(X2)) -> plus(X1,X2) plus(active(X1),X2) -> plus(X1,X2) plus(X1,active(X2)) -> plus(X1,X2) s(mark(X)) -> s(X) s(active(X)) -> s(X) Proof: Matrix Interpretation Processor: dim=1 interpretation: [s](x0) = x0 + 5, [plus](x0, x1) = x0 + x1 + 3, [0] = 6, [mark](x0) = x0, [active](x0) = x0, [and](x0, x1) = x0 + 4x1, [tt] = 0 orientation: active(and(tt(),X)) = 4X >= X = mark(X) active(plus(N,0())) = N + 9 >= N = mark(N) active(plus(N,s(M))) = M + N + 8 >= M + N + 8 = mark(s(plus(N,M))) mark(and(X1,X2)) = X1 + 4X2 >= X1 + 4X2 = active(and(mark(X1),X2)) mark(tt()) = 0 >= 0 = active(tt()) mark(plus(X1,X2)) = X1 + X2 + 3 >= X1 + X2 + 3 = active(plus(mark(X1),mark(X2))) mark(0()) = 6 >= 6 = active(0()) mark(s(X)) = X + 5 >= X + 5 = active(s(mark(X))) and(mark(X1),X2) = X1 + 4X2 >= X1 + 4X2 = and(X1,X2) and(X1,mark(X2)) = X1 + 4X2 >= X1 + 4X2 = and(X1,X2) and(active(X1),X2) = X1 + 4X2 >= X1 + 4X2 = and(X1,X2) and(X1,active(X2)) = X1 + 4X2 >= X1 + 4X2 = and(X1,X2) plus(mark(X1),X2) = X1 + X2 + 3 >= X1 + X2 + 3 = plus(X1,X2) plus(X1,mark(X2)) = X1 + X2 + 3 >= X1 + X2 + 3 = plus(X1,X2) plus(active(X1),X2) = X1 + X2 + 3 >= X1 + X2 + 3 = plus(X1,X2) plus(X1,active(X2)) = X1 + X2 + 3 >= X1 + X2 + 3 = plus(X1,X2) s(mark(X)) = X + 5 >= X + 5 = s(X) s(active(X)) = X + 5 >= X + 5 = s(X) problem: active(and(tt(),X)) -> mark(X) active(plus(N,s(M))) -> mark(s(plus(N,M))) mark(and(X1,X2)) -> active(and(mark(X1),X2)) mark(tt()) -> active(tt()) mark(plus(X1,X2)) -> active(plus(mark(X1),mark(X2))) mark(0()) -> active(0()) mark(s(X)) -> active(s(mark(X))) and(mark(X1),X2) -> and(X1,X2) and(X1,mark(X2)) -> and(X1,X2) and(active(X1),X2) -> and(X1,X2) and(X1,active(X2)) -> and(X1,X2) plus(mark(X1),X2) -> plus(X1,X2) plus(X1,mark(X2)) -> plus(X1,X2) plus(active(X1),X2) -> plus(X1,X2) plus(X1,active(X2)) -> plus(X1,X2) s(mark(X)) -> s(X) s(active(X)) -> s(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [0] [s](x0) = [0 1 0]x0 + [1] [1 0 0] [0], [1 0 0] [1 1 0] [plus](x0, x1) = [1 0 0]x0 + [0 1 0]x1 [0 0 0] [0 0 0] , [0] [0] = [0] [0], [1 0 0] [mark](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [active](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [1 0 0] [1] [and](x0, x1) = [0 0 0]x0 + [0 1 0]x1 + [0] [0 0 0] [0 0 0] [0], [0] [tt] = [0] [0] orientation: [1 0 0] [1] [1 0 0] active(and(tt(),X)) = [0 1 0]X + [0] >= [0 1 0]X = mark(X) [0 0 0] [0] [0 0 0] [1 1 0] [1 0 0] [1] [1 1 0] [1 0 0] [0] active(plus(N,s(M))) = [0 1 0]M + [1 0 0]N + [1] >= [0 1 0]M + [1 0 0]N + [1] = mark(s(plus(N,M))) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] mark(and(X1,X2)) = [0 0 0]X1 + [0 1 0]X2 + [0] >= [0 0 0]X1 + [0 1 0]X2 + [0] = active(and(mark(X1),X2)) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [0] [0] mark(tt()) = [0] >= [0] = active(tt()) [0] [0] [1 0 0] [1 1 0] [1 0 0] [1 1 0] mark(plus(X1,X2)) = [1 0 0]X1 + [0 1 0]X2 >= [1 0 0]X1 + [0 1 0]X2 = active(plus(mark(X1),mark(X2))) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0] [0] mark(0()) = [0] >= [0] = active(0()) [0] [0] [1 0 0] [0] [1 0 0] [0] mark(s(X)) = [0 1 0]X + [1] >= [0 1 0]X + [1] = active(s(mark(X))) [0 0 0] [0] [0 0 0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] and(mark(X1),X2) = [0 0 0]X1 + [0 1 0]X2 + [0] >= [0 0 0]X1 + [0 1 0]X2 + [0] = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] and(X1,mark(X2)) = [0 0 0]X1 + [0 1 0]X2 + [0] >= [0 0 0]X1 + [0 1 0]X2 + [0] = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] and(active(X1),X2) = [0 0 0]X1 + [0 1 0]X2 + [0] >= [0 0 0]X1 + [0 1 0]X2 + [0] = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] and(X1,active(X2)) = [0 0 0]X1 + [0 1 0]X2 + [0] >= [0 0 0]X1 + [0 1 0]X2 + [0] = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 1 0] [1 0 0] [1 1 0] plus(mark(X1),X2) = [1 0 0]X1 + [0 1 0]X2 >= [1 0 0]X1 + [0 1 0]X2 = plus(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 1 0] [1 0 0] [1 1 0] plus(X1,mark(X2)) = [1 0 0]X1 + [0 1 0]X2 >= [1 0 0]X1 + [0 1 0]X2 = plus(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 1 0] [1 0 0] [1 1 0] plus(active(X1),X2) = [1 0 0]X1 + [0 1 0]X2 >= [1 0 0]X1 + [0 1 0]X2 = plus(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 1 0] [1 0 0] [1 1 0] plus(X1,active(X2)) = [1 0 0]X1 + [0 1 0]X2 >= [1 0 0]X1 + [0 1 0]X2 = plus(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [0] [1 0 0] [0] s(mark(X)) = [0 1 0]X + [1] >= [0 1 0]X + [1] = s(X) [1 0 0] [0] [1 0 0] [0] [1 0 0] [0] [1 0 0] [0] s(active(X)) = [0 1 0]X + [1] >= [0 1 0]X + [1] = s(X) [1 0 0] [0] [1 0 0] [0] problem: mark(and(X1,X2)) -> active(and(mark(X1),X2)) mark(tt()) -> active(tt()) mark(plus(X1,X2)) -> active(plus(mark(X1),mark(X2))) mark(0()) -> active(0()) mark(s(X)) -> active(s(mark(X))) and(mark(X1),X2) -> and(X1,X2) and(X1,mark(X2)) -> and(X1,X2) and(active(X1),X2) -> and(X1,X2) and(X1,active(X2)) -> and(X1,X2) plus(mark(X1),X2) -> plus(X1,X2) plus(X1,mark(X2)) -> plus(X1,X2) plus(active(X1),X2) -> plus(X1,X2) plus(X1,active(X2)) -> plus(X1,X2) s(mark(X)) -> s(X) s(active(X)) -> s(X) Matrix Interpretation Processor: dim=1 interpretation: [s](x0) = 2x0 + 2, [plus](x0, x1) = 4x0 + 4x1, [0] = 4, [mark](x0) = 4x0, [active](x0) = x0, [and](x0, x1) = 2x0 + 4x1, [tt] = 0 orientation: mark(and(X1,X2)) = 8X1 + 16X2 >= 8X1 + 4X2 = active(and(mark(X1),X2)) mark(tt()) = 0 >= 0 = active(tt()) mark(plus(X1,X2)) = 16X1 + 16X2 >= 16X1 + 16X2 = active(plus(mark(X1),mark(X2))) mark(0()) = 16 >= 4 = active(0()) mark(s(X)) = 8X + 8 >= 8X + 2 = active(s(mark(X))) and(mark(X1),X2) = 8X1 + 4X2 >= 2X1 + 4X2 = and(X1,X2) and(X1,mark(X2)) = 2X1 + 16X2 >= 2X1 + 4X2 = and(X1,X2) and(active(X1),X2) = 2X1 + 4X2 >= 2X1 + 4X2 = and(X1,X2) and(X1,active(X2)) = 2X1 + 4X2 >= 2X1 + 4X2 = and(X1,X2) plus(mark(X1),X2) = 16X1 + 4X2 >= 4X1 + 4X2 = plus(X1,X2) plus(X1,mark(X2)) = 4X1 + 16X2 >= 4X1 + 4X2 = plus(X1,X2) plus(active(X1),X2) = 4X1 + 4X2 >= 4X1 + 4X2 = plus(X1,X2) plus(X1,active(X2)) = 4X1 + 4X2 >= 4X1 + 4X2 = plus(X1,X2) s(mark(X)) = 8X + 2 >= 2X + 2 = s(X) s(active(X)) = 2X + 2 >= 2X + 2 = s(X) problem: mark(and(X1,X2)) -> active(and(mark(X1),X2)) mark(tt()) -> active(tt()) mark(plus(X1,X2)) -> active(plus(mark(X1),mark(X2))) and(mark(X1),X2) -> and(X1,X2) and(X1,mark(X2)) -> and(X1,X2) and(active(X1),X2) -> and(X1,X2) and(X1,active(X2)) -> and(X1,X2) plus(mark(X1),X2) -> plus(X1,X2) plus(X1,mark(X2)) -> plus(X1,X2) plus(active(X1),X2) -> plus(X1,X2) plus(X1,active(X2)) -> plus(X1,X2) s(mark(X)) -> s(X) s(active(X)) -> s(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [s](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [1 0 1] [1] [plus](x0, x1) = [0 1 1]x0 + [0 1 0]x1 + [0] [0 0 0] [0 0 0] [0], [1 1 0] [mark](x0) = [0 1 0]x0 [0 0 1] , [active](x0) = x0 , [1 0 0] [1 0 0] [0] [and](x0, x1) = [0 1 0]x0 + [0 0 0]x1 + [1] [0 0 0] [0 0 0] [0], [0] [tt] = [1] [0] orientation: [1 1 0] [1 0 0] [1] [1 1 0] [1 0 0] [0] mark(and(X1,X2)) = [0 1 0]X1 + [0 0 0]X2 + [1] >= [0 1 0]X1 + [0 0 0]X2 + [1] = active(and(mark(X1),X2)) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1] [0] mark(tt()) = [1] >= [1] = active(tt()) [0] [0] [1 1 1] [1 1 1] [1] [1 1 0] [1 1 1] [1] mark(plus(X1,X2)) = [0 1 1]X1 + [0 1 0]X2 + [0] >= [0 1 1]X1 + [0 1 0]X2 + [0] = active(plus(mark(X1),mark(X2))) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 0] [1 0 0] [0] [1 0 0] [1 0 0] [0] and(mark(X1),X2) = [0 1 0]X1 + [0 0 0]X2 + [1] >= [0 1 0]X1 + [0 0 0]X2 + [1] = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 1 0] [0] [1 0 0] [1 0 0] [0] and(X1,mark(X2)) = [0 1 0]X1 + [0 0 0]X2 + [1] >= [0 1 0]X1 + [0 0 0]X2 + [1] = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 0] [0] [1 0 0] [1 0 0] [0] and(active(X1),X2) = [0 1 0]X1 + [0 0 0]X2 + [1] >= [0 1 0]X1 + [0 0 0]X2 + [1] = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 0] [0] [1 0 0] [1 0 0] [0] and(X1,active(X2)) = [0 1 0]X1 + [0 0 0]X2 + [1] >= [0 1 0]X1 + [0 0 0]X2 + [1] = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 0] [1 0 1] [1] [1 0 0] [1 0 1] [1] plus(mark(X1),X2) = [0 1 1]X1 + [0 1 0]X2 + [0] >= [0 1 1]X1 + [0 1 0]X2 + [0] = plus(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 1 1] [1] [1 0 0] [1 0 1] [1] plus(X1,mark(X2)) = [0 1 1]X1 + [0 1 0]X2 + [0] >= [0 1 1]X1 + [0 1 0]X2 + [0] = plus(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 1] [1] [1 0 0] [1 0 1] [1] plus(active(X1),X2) = [0 1 1]X1 + [0 1 0]X2 + [0] >= [0 1 1]X1 + [0 1 0]X2 + [0] = plus(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 1] [1] [1 0 0] [1 0 1] [1] plus(X1,active(X2)) = [0 1 1]X1 + [0 1 0]X2 + [0] >= [0 1 1]X1 + [0 1 0]X2 + [0] = plus(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 0] [1 0 0] s(mark(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] s(active(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 0 0] [0 0 0] problem: mark(plus(X1,X2)) -> active(plus(mark(X1),mark(X2))) and(mark(X1),X2) -> and(X1,X2) and(X1,mark(X2)) -> and(X1,X2) and(active(X1),X2) -> and(X1,X2) and(X1,active(X2)) -> and(X1,X2) plus(mark(X1),X2) -> plus(X1,X2) plus(X1,mark(X2)) -> plus(X1,X2) plus(active(X1),X2) -> plus(X1,X2) plus(X1,active(X2)) -> plus(X1,X2) s(mark(X)) -> s(X) s(active(X)) -> s(X) Matrix Interpretation Processor: dim=1 interpretation: [s](x0) = 4x0, [plus](x0, x1) = 4x0 + 2x1 + 1, [mark](x0) = 2x0, [active](x0) = x0, [and](x0, x1) = x0 + 2x1 + 4 orientation: mark(plus(X1,X2)) = 8X1 + 4X2 + 2 >= 8X1 + 4X2 + 1 = active(plus(mark(X1),mark(X2))) and(mark(X1),X2) = 2X1 + 2X2 + 4 >= X1 + 2X2 + 4 = and(X1,X2) and(X1,mark(X2)) = X1 + 4X2 + 4 >= X1 + 2X2 + 4 = and(X1,X2) and(active(X1),X2) = X1 + 2X2 + 4 >= X1 + 2X2 + 4 = and(X1,X2) and(X1,active(X2)) = X1 + 2X2 + 4 >= X1 + 2X2 + 4 = and(X1,X2) plus(mark(X1),X2) = 8X1 + 2X2 + 1 >= 4X1 + 2X2 + 1 = plus(X1,X2) plus(X1,mark(X2)) = 4X1 + 4X2 + 1 >= 4X1 + 2X2 + 1 = plus(X1,X2) plus(active(X1),X2) = 4X1 + 2X2 + 1 >= 4X1 + 2X2 + 1 = plus(X1,X2) plus(X1,active(X2)) = 4X1 + 2X2 + 1 >= 4X1 + 2X2 + 1 = plus(X1,X2) s(mark(X)) = 8X >= 4X = s(X) s(active(X)) = 4X >= 4X = s(X) problem: and(mark(X1),X2) -> and(X1,X2) and(X1,mark(X2)) -> and(X1,X2) and(active(X1),X2) -> and(X1,X2) and(X1,active(X2)) -> and(X1,X2) plus(mark(X1),X2) -> plus(X1,X2) plus(X1,mark(X2)) -> plus(X1,X2) plus(active(X1),X2) -> plus(X1,X2) plus(X1,active(X2)) -> plus(X1,X2) s(mark(X)) -> s(X) s(active(X)) -> s(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 1] [s](x0) = [0 0 0]x0 [0 0 0] , [1 0 1] [1 0 1] [plus](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [0] [mark](x0) = x0 + [1] [1], [0] [active](x0) = x0 + [1] [1], [1 1 0] [1 1 0] [and](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] orientation: [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] and(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] and(X1,mark(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] and(active(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] and(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = and(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 0 1] [1 0 1] [1] [1 0 1] [1 0 1] plus(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = plus(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 0 1] [1 0 1] [1] [1 0 1] [1 0 1] plus(X1,mark(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = plus(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 0 1] [1 0 1] [1] [1 0 1] [1 0 1] plus(active(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = plus(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 0 1] [1 0 1] [1] [1 0 1] [1 0 1] plus(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = plus(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 0 1] [1] [1 0 1] s(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X = s(X) [0 0 0] [0] [0 0 0] [1 0 1] [1] [1 0 1] s(active(X)) = [0 0 0]X + [0] >= [0 0 0]X = s(X) [0 0 0] [0] [0 0 0] problem: Qed