TSTP Solution File: KLE171-10 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : KLE171-10 : TPTP v7.3.0. Released v7.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n183.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32218.5MB
% OS       : Linux 3.10.0-862.11.6.el7.x86_64
% CPULimit : 300s
% DateTime : Wed Feb 27 13:07:01 EST 2019

% Result   : Timeout 299.52s
% Output   : None 
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----No solution output by system
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.04  % Problem  : KLE171-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.03/0.26  % Computer : n183.star.cs.uiowa.edu
% 0.03/0.26  % Model    : x86_64 x86_64
% 0.03/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.26  % Memory   : 32218.5MB
% 0.03/0.26  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.26  % CPULimit : 300
% 0.03/0.26  % DateTime : Thu Feb 21 05:39:55 CST 2019
% 0.03/0.26  % CPUTime  : 
% 1.14/1.40  Processing problem /tmp/CiME_21636_n183.star.cs.uiowa.edu
% 1.14/1.40  #verbose 1;
% 1.14/1.40                let F = signature "  addition : AC; b,a,sigma,true,one,zero : constant;  star : 1;  leq : 2;  multiplication : 2;  ifeq : 4;  ifeq2 : 4;  ifeq3 : 4;";
% 1.14/1.40  let X = vars "A B C";
% 1.14/1.40  let Axioms = equations F X "
% 1.14/1.40   multiplication(multiplication(A,B),C) = multiplication(A,multiplication(B,C));
% 1.14/1.40   ifeq3(A,A,B,C) = B;
% 1.14/1.40   ifeq2(A,A,B,C) = B;
% 1.14/1.40   ifeq(A,A,B,C) = B;
% 1.14/1.40   A addition zero = A;
% 1.14/1.40   A addition A = A;
% 1.14/1.40   multiplication(A,one) = A;
% 1.14/1.40   multiplication(one,A) = A;
% 1.14/1.40   multiplication(A,B addition C) = multiplication(A,B) addition multiplication(A,C);
% 1.14/1.40   multiplication(A addition B,C) = multiplication(A,C) addition multiplication(B,C);
% 1.14/1.40   multiplication(A,zero) = zero;
% 1.14/1.40   multiplication(zero,A) = zero;
% 1.14/1.40   ifeq2(leq(A,B),true,A addition B,B) = B;
% 1.14/1.40   ifeq3(A addition B,B,leq(A,B),true) = true;
% 1.14/1.40   leq(one addition multiplication(A,star(A)),star(A)) = true;
% 1.14/1.40   leq(one addition multiplication(star(A),A),star(A)) = true;
% 1.14/1.40   ifeq(leq(multiplication(A,B) addition C,B),true,leq(multiplication(star(A),C),B),true) = true;
% 1.14/1.40   ifeq(leq(multiplication(A,B) addition C,A),true,leq(multiplication(C,star(B)),A),true) = true;
% 1.14/1.40   sigma = a addition b;
% 1.14/1.40  ";
% 1.14/1.40  
% 1.14/1.40  let s1 = status F "
% 1.14/1.40   b lr_lex;
% 1.14/1.40   a lr_lex;
% 1.14/1.40   sigma lr_lex;
% 1.14/1.40   star lr_lex;
% 1.14/1.40   true lr_lex;
% 1.14/1.40   leq lr_lex;
% 1.14/1.40   one lr_lex;
% 1.14/1.40   zero lr_lex;
% 1.14/1.40   ifeq lr_lex;
% 1.14/1.40   ifeq2 lr_lex;
% 1.14/1.40   ifeq3 lr_lex;
% 1.14/1.40   multiplication mul;
% 1.14/1.40   addition mul;
% 1.14/1.40  ";
% 1.14/1.40  
% 1.14/1.40  let p1 = precedence F "
% 1.14/1.40  ifeq3 > ifeq2 > ifeq > multiplication > leq > star > addition > zero > one > true > sigma > a > b";
% 1.14/1.40  
% 1.14/1.40  let s2 = status F "
% 1.14/1.40  b mul;
% 1.14/1.40  a mul;
% 1.14/1.40  sigma mul;
% 1.14/1.40  star mul;
% 1.14/1.40  true mul;
% 1.14/1.40  leq mul;
% 1.14/1.40  one mul;
% 1.14/1.40  multiplication mul;
% 1.14/1.40  zero mul;
% 1.14/1.40  addition mul;
% 1.14/1.40  ifeq mul;
% 1.14/1.40  ifeq2 mul;
% 1.14/1.40  ifeq3 mul;
% 1.14/1.40  ";
% 1.14/1.40  
% 1.14/1.40  let p2 = precedence F "
% 1.14/1.40  ifeq3 > ifeq2 > ifeq > multiplication > leq > star > addition > zero = one = true = sigma = a = b";
% 1.14/1.40  
% 1.14/1.40  let o_auto = AUTO Axioms;
% 1.14/1.40  
% 1.14/1.40  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.14/1.40  
% 1.14/1.40  let Conjectures = equations F X " leq(multiplication(a,multiplication(b,multiplication(b,a))),multiplication(star(sigma),multiplication(a,multiplication(sigma,a)))) = true;"
% 1.14/1.40  ;
% 1.14/1.40  (*
% 1.14/1.40  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.14/1.40  
% 1.14/1.40  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.14/1.40  *)
% 1.14/1.40  #time on;
% 1.14/1.40  
% 1.14/1.40  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.14/1.40  
% 1.14/1.40  #time off;
% 1.14/1.40  
% 1.14/1.40  
% 1.14/1.40  let status = if res then "unsatisfiable" else "satisfiable";
% 1.14/1.40  #quit;
% 1.14/1.40  Verbose level is now 1
% 1.14/1.40  
% 1.14/1.40  F : signature = <signature>
% 1.14/1.40  X : variable_set = <variable set>
% 1.14/1.40  
% 1.14/1.40  Axioms : (F,X) equations = { multiplication(multiplication(A,B),C) =
% 1.14/1.40                               multiplication(A,multiplication(B,C)),
% 1.14/1.40                               ifeq3(A,A,B,C) = B,
% 1.14/1.40                               ifeq2(A,A,B,C) = B,
% 1.14/1.40                               ifeq(A,A,B,C) = B,
% 1.14/1.40                               zero addition A = A,
% 1.14/1.40                               A addition A = A,
% 1.14/1.40                               multiplication(A,one) = A,
% 1.14/1.40                               multiplication(one,A) = A,
% 1.14/1.40                               multiplication(A,B addition C) =
% 1.14/1.40                               multiplication(A,B) addition multiplication(A,C),
% 1.14/1.40                               multiplication(A addition B,C) =
% 1.14/1.40                               multiplication(A,C) addition multiplication(B,C),
% 1.14/1.40                               multiplication(A,zero) = zero,
% 1.14/1.40                               multiplication(zero,A) = zero,
% 1.14/1.40                               ifeq2(leq(A,B),true,A addition B,B) = B,
% 1.14/1.40                               ifeq3(A addition B,B,leq(A,B),true) = true,
% 1.14/1.40                               leq(one addition multiplication(A,star(A)),
% 1.14/1.40                               star(A)) = true,
% 1.14/1.40                               leq(one addition multiplication(star(A),A),
% 1.14/1.40                               star(A)) = true,
% 1.14/1.40                               ifeq(leq(multiplication(A,B) addition C,B),true,
% 1.14/1.40                               leq(multiplication(star(A),C),B),true) = true,
% 1.14/1.40                               ifeq(leq(multiplication(A,B) addition C,A),true,
% 1.14/1.40                               leq(multiplication(C,star(B)),A),true) = true,
% 1.14/1.40                               sigma = b addition a } (19 equation(s))
% 1.18/1.41  s1 : F status = <status>
% 1.18/1.41  p1 : F precedence = <precedence>
% 1.18/1.41  s2 : F status = <status>
% 1.18/1.41  p2 : F precedence = <precedence>
% 1.18/1.41  o_auto : F term_ordering = <term ordering>
% 1.18/1.41  o : F term_ordering = <term ordering>
% 1.18/1.41  Conjectures : (F,X) equations = { leq(multiplication(a,multiplication(b,
% 1.18/1.41                                                         multiplication(b,a))),
% 1.18/1.41                                    multiplication(star(sigma),multiplication(a,
% 1.18/1.41                                                               multiplication(sigma,a))))
% 1.18/1.41                                    = true } (1 equation(s))
% 1.18/1.41  time is now on
% 1.18/1.41  
% 1.18/1.41  Initializing completion ...
% 1.18/1.41  New rule produced : [1] A addition A -> A
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 19
% 1.18/1.41  Current number of rules: 1
% 1.18/1.41  New rule produced : [2] zero addition A -> A
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 18
% 1.18/1.41  Current number of rules: 2
% 1.18/1.41  New rule produced : [3] b addition a -> sigma
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 17
% 1.18/1.41  Current number of rules: 3
% 1.18/1.41  New rule produced : [4] multiplication(A,zero) -> zero
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 16
% 1.18/1.41  Current number of rules: 4
% 1.18/1.41  New rule produced : [5] multiplication(A,one) -> A
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 15
% 1.18/1.41  Current number of rules: 5
% 1.18/1.41  New rule produced : [6] multiplication(zero,A) -> zero
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 14
% 1.18/1.41  Current number of rules: 6
% 1.18/1.41  New rule produced : [7] multiplication(one,A) -> A
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 13
% 1.18/1.41  Current number of rules: 7
% 1.18/1.41  New rule produced : [8] ifeq(A,A,B,C) -> B
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 12
% 1.18/1.41  Current number of rules: 8
% 1.18/1.41  New rule produced : [9] ifeq2(A,A,B,C) -> B
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 11
% 1.18/1.41  Current number of rules: 9
% 1.18/1.41  New rule produced : [10] ifeq3(A,A,B,C) -> B
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 10
% 1.18/1.41  Current number of rules: 10
% 1.18/1.41  New rule produced :
% 1.18/1.41  [11]
% 1.18/1.41  multiplication(A,multiplication(B,C)) <->
% 1.18/1.41  multiplication(multiplication(A,B),C)
% 1.18/1.41  The conjecture has been reduced. 
% 1.18/1.41  Conjecture is now:
% 1.18/1.41  leq(multiplication(a,multiplication(multiplication(b,b),a)),multiplication(
% 1.18/1.41                                                              multiplication(
% 1.18/1.41                                                              star(sigma),a),
% 1.18/1.41                                                              multiplication(sigma,a))) = true
% 1.18/1.41  
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 13
% 1.18/1.41  Current number of rules: 11
% 1.18/1.41  New rule produced :
% 1.18/1.41  [12]
% 1.18/1.41  multiplication(multiplication(A,B),C) <->
% 1.18/1.41  multiplication(A,multiplication(B,C))
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 12
% 1.18/1.41  Current number of rules: 12
% 1.18/1.41  New rule produced : [13] ifeq2(leq(A,B),true,A addition B,B) -> B
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 11
% 1.18/1.41  Current number of rules: 13
% 1.18/1.41  New rule produced :
% 1.18/1.41  [14] leq(one addition multiplication(A,star(A)),star(A)) -> true
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 10
% 1.18/1.41  Current number of rules: 14
% 1.18/1.41  New rule produced :
% 1.18/1.41  [15] leq(one addition multiplication(star(A),A),star(A)) -> true
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 9
% 1.18/1.41  Current number of rules: 15
% 1.18/1.41  New rule produced :
% 1.18/1.41  [16]
% 1.18/1.41  multiplication(A,B addition C) ->
% 1.18/1.41  multiplication(A,B) addition multiplication(A,C)
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 8
% 1.18/1.41  Current number of rules: 16
% 1.18/1.41  New rule produced :
% 1.18/1.41  [17]
% 1.18/1.41  multiplication(A addition B,C) ->
% 1.18/1.41  multiplication(A,C) addition multiplication(B,C)
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 7
% 1.18/1.41  Current number of rules: 17
% 1.18/1.41  New rule produced : [18] ifeq3(A addition B,B,leq(A,B),true) -> true
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.44  Current number of ordered equations: 6
% 1.18/1.44  Current number of rules: 18
% 1.18/1.44  New rule produced :
% 1.18/1.44  [19]
% 1.18/1.44  ifeq(leq(multiplication(A,B) addition C,A),true,leq(multiplication(C,star(B)),A),true)
% 1.18/1.44  -> true
% 1.18/1.44  Current number of equations to process: 0
% 1.18/1.44  Current number of ordered equations: 5
% 1.18/1.44  Current number of rules: 19
% 1.18/1.44  New rule produced :
% 1.18/1.44  [20]
% 1.18/1.44  ifeq(leq(multiplication(A,B) addition C,B),true,leq(multiplication(star(A),C),B),true)
% 1.18/1.44  -> true
% 1.18/1.44  Current number of equations to process: 0
% 1.18/1.44  Current number of ordered equations: 4
% 1.18/1.44  Current number of rules: 20
% 1.18/1.44  New rule produced : [21] a addition sigma -> sigma
% 1.18/1.44  Current number of equations to process: 0
% 1.18/1.44  Current number of ordered equations: 2
% 1.18/1.44  Current number of rules: 21
% 1.18/1.44  New rule produced : [22] b addition sigma -> sigma
% 1.18/1.44  Current number of equations to process: 0
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 22
% 1.18/1.44  New rule produced : [23] ifeq2(leq(A,A),true,A,A) -> A
% 1.18/1.44  Current number of equations to process: 18
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 23
% 1.18/1.44  New rule produced : [24] ifeq2(leq(zero,A),true,A,A) -> A
% 1.18/1.44  Current number of equations to process: 16
% 1.18/1.44  Current number of ordered equations: 1
% 1.18/1.44  Current number of rules: 24
% 1.18/1.44  New rule produced : [25] ifeq2(leq(A,zero),true,A,zero) -> zero
% 1.18/1.44  Current number of equations to process: 16
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 25
% 1.18/1.44  New rule produced : [26] ifeq2(leq(a,b),true,sigma,b) -> b
% 1.18/1.44  Current number of equations to process: 14
% 1.18/1.44  Current number of ordered equations: 1
% 1.18/1.44  Current number of rules: 26
% 1.18/1.44  New rule produced : [27] ifeq2(leq(b,a),true,sigma,a) -> a
% 1.18/1.44  Current number of equations to process: 14
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 27
% 1.18/1.44  New rule produced : [28] leq(one,star(zero)) -> true
% 1.18/1.44  Current number of equations to process: 14
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 28
% 1.18/1.44  New rule produced : [29] leq(one addition star(one),star(one)) -> true
% 1.18/1.44  Current number of equations to process: 14
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 29
% 1.18/1.44  New rule produced :
% 1.18/1.44  [30]
% 1.18/1.44  multiplication(A,sigma) -> multiplication(A,b) addition multiplication(A,a)
% 1.18/1.44  Current number of equations to process: 20
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 30
% 1.18/1.44  New rule produced :
% 1.18/1.44  [31]
% 1.18/1.44  multiplication(sigma,A) -> multiplication(b,A) addition multiplication(a,A)
% 1.18/1.44  The conjecture has been reduced. 
% 1.18/1.44  Conjecture is now:
% 1.18/1.44  leq(multiplication(a,multiplication(multiplication(b,b),a)),multiplication(
% 1.18/1.44                                                              multiplication(
% 1.18/1.44                                                              star(sigma),a),
% 1.18/1.44                                                              multiplication(b,a)) addition 
% 1.18/1.44                                                              multiplication(
% 1.18/1.44                                                              multiplication(
% 1.18/1.44                                                              star(sigma),a),
% 1.18/1.44                                                              multiplication(a,a))) = true
% 1.18/1.44  
% 1.18/1.44  Current number of equations to process: 24
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 31
% 1.18/1.44  New rule produced : [32] leq(A,A) -> true
% 1.18/1.44  Rule [23] ifeq2(leq(A,A),true,A,A) -> A collapsed.
% 1.18/1.44  Current number of equations to process: 28
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 31
% 1.18/1.44  New rule produced : [33] leq(A,A addition B) -> true
% 1.18/1.44  Current number of equations to process: 27
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 32
% 1.18/1.44  New rule produced : [34] leq(zero,A) -> true
% 1.18/1.44  Rule [24] ifeq2(leq(zero,A),true,A,A) -> A collapsed.
% 1.18/1.44  Current number of equations to process: 28
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 32
% 1.18/1.44  New rule produced : [35] ifeq3(A,zero,leq(A,zero),true) -> true
% 1.18/1.44  Current number of equations to process: 35
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 33
% 1.18/1.44  New rule produced : [36] ifeq3(sigma,a,leq(b,a),true) -> true
% 1.18/1.44  Current number of equations to process: 33
% 1.18/1.44  Current number of ordered equations: 1
% 1.18/1.44  Current number of rules: 34
% 1.18/1.44  New rule produced : [37] ifeq3(sigma,b,leq(a,b),true) -> true
% 1.18/1.45  Current number of equations to process: 33
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 35
% 1.18/1.45  New rule produced :
% 1.18/1.45  [38] one addition star(A) addition multiplication(A,star(A)) -> star(A)
% 1.18/1.45  Current number of equations to process: 34
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 36
% 1.18/1.45  New rule produced :
% 1.18/1.45  [39] one addition star(A) addition multiplication(star(A),A) -> star(A)
% 1.18/1.45  Current number of equations to process: 33
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 37
% 1.18/1.45  New rule produced :
% 1.18/1.45  [40]
% 1.18/1.45  multiplication(A,multiplication(multiplication(B,C),V_3)) <->
% 1.18/1.45  multiplication(multiplication(A,B),multiplication(C,V_3))
% 1.18/1.45  The conjecture has been reduced. 
% 1.18/1.45  Conjecture is now:
% 1.18/1.45  leq(multiplication(multiplication(a,b),multiplication(b,a)),multiplication(
% 1.18/1.45                                                              multiplication(
% 1.18/1.45                                                              star(sigma),a),
% 1.18/1.45                                                              multiplication(b,a)) addition 
% 1.18/1.45                                                              multiplication(
% 1.18/1.45                                                              multiplication(
% 1.18/1.45                                                              star(sigma),a),
% 1.18/1.45                                                              multiplication(a,a))) = true
% 1.18/1.45  
% 1.18/1.45  Current number of equations to process: 32
% 1.18/1.45  Current number of ordered equations: 1
% 1.18/1.45  Current number of rules: 38
% 1.18/1.45  New rule produced :
% 1.18/1.45  [41]
% 1.18/1.45  multiplication(multiplication(A,B),multiplication(C,V_3)) <->
% 1.18/1.45  multiplication(A,multiplication(multiplication(B,C),V_3))
% 1.18/1.45  Current number of equations to process: 32
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 39
% 1.18/1.45  New rule produced :
% 1.18/1.45  [42]
% 1.18/1.45  multiplication(multiplication(A,multiplication(B,C)),V_3) <->
% 1.18/1.45  multiplication(multiplication(A,B),multiplication(C,V_3))
% 1.18/1.45  Current number of equations to process: 31
% 1.18/1.45  Current number of ordered equations: 1
% 1.18/1.45  Current number of rules: 40
% 1.18/1.45  New rule produced :
% 1.18/1.45  [43]
% 1.18/1.45  multiplication(multiplication(A,B),multiplication(C,V_3)) <->
% 1.18/1.45  multiplication(multiplication(A,multiplication(B,C)),V_3)
% 1.18/1.45  Current number of equations to process: 31
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 41
% 1.18/1.45  New rule produced :
% 1.18/1.45  [44]
% 1.18/1.45  multiplication(A,multiplication(multiplication(B,C),V_3)) <->
% 1.18/1.45  multiplication(multiplication(multiplication(A,B),C),V_3)
% 1.18/1.45  Current number of equations to process: 28
% 1.18/1.45  Current number of ordered equations: 5
% 1.18/1.45  Current number of rules: 42
% 1.18/1.45  New rule produced :
% 1.18/1.45  [45]
% 1.18/1.45  multiplication(A,multiplication(B,multiplication(C,V_3))) <->
% 1.18/1.45  multiplication(multiplication(A,multiplication(B,C)),V_3)
% 1.18/1.45  Current number of equations to process: 28
% 1.18/1.45  Current number of ordered equations: 4
% 1.18/1.45  Current number of rules: 43
% 1.18/1.45  New rule produced :
% 1.18/1.45  [46]
% 1.18/1.45  multiplication(A,multiplication(B,multiplication(C,V_3))) <->
% 1.18/1.45  multiplication(multiplication(multiplication(A,B),C),V_3)
% 1.18/1.45  Current number of equations to process: 28
% 1.18/1.45  Current number of ordered equations: 3
% 1.18/1.45  Current number of rules: 44
% 1.18/1.45  New rule produced :
% 1.18/1.45  [47]
% 1.18/1.45  multiplication(multiplication(A,multiplication(B,C)),V_3) <->
% 1.18/1.45  multiplication(A,multiplication(B,multiplication(C,V_3)))
% 1.18/1.45  Current number of equations to process: 28
% 1.18/1.45  Current number of ordered equations: 2
% 1.18/1.45  Current number of rules: 45
% 1.18/1.45  New rule produced :
% 1.18/1.45  [48]
% 1.18/1.45  multiplication(multiplication(multiplication(A,B),C),V_3) <->
% 1.18/1.45  multiplication(A,multiplication(multiplication(B,C),V_3))
% 1.18/1.45  Current number of equations to process: 28
% 1.18/1.45  Current number of ordered equations: 1
% 1.18/1.45  Current number of rules: 46
% 1.18/1.45  New rule produced :
% 1.18/1.45  [49]
% 1.18/1.45  multiplication(multiplication(multiplication(A,B),C),V_3) <->
% 1.18/1.45  multiplication(A,multiplication(B,multiplication(C,V_3)))
% 1.18/1.45  Current number of equations to process: 28
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 47
% 1.18/1.45  New rule produced : [50] ifeq2(leq(A addition B,A),true,A addition B,A) -> A
% 1.18/1.45  Current number of equations to process: 27
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 48
% 1.18/1.45  New rule produced :
% 1.18/1.45  [51] ifeq2(leq(b addition A,a),true,sigma addition A,a) -> a
% 1.18/1.45  Current number of equations to process: 25
% 1.18/1.47  Current number of ordered equations: 1
% 1.18/1.47  Current number of rules: 49
% 1.18/1.47  New rule produced :
% 1.18/1.47  [52] ifeq2(leq(a addition A,b),true,sigma addition A,b) -> b
% 1.18/1.47  Current number of equations to process: 25
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 50
% 1.18/1.47  New rule produced :
% 1.18/1.47  [53] ifeq3(A addition B,A,leq(A addition B,A),true) -> true
% 1.18/1.47  Current number of equations to process: 24
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 51
% 1.18/1.47  New rule produced :
% 1.18/1.47  [54] ifeq3(sigma addition A,a,leq(b addition A,a),true) -> true
% 1.18/1.47  Current number of equations to process: 22
% 1.18/1.47  Current number of ordered equations: 1
% 1.18/1.47  Current number of rules: 52
% 1.18/1.47  New rule produced :
% 1.18/1.47  [55] ifeq3(sigma addition A,b,leq(a addition A,b),true) -> true
% 1.18/1.47  Current number of equations to process: 22
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 53
% 1.18/1.47  New rule produced :
% 1.18/1.47  [56] ifeq3(sigma addition A,b addition A,leq(a,b addition A),true) -> true
% 1.18/1.47  Current number of equations to process: 20
% 1.18/1.47  Current number of ordered equations: 1
% 1.18/1.47  Current number of rules: 54
% 1.18/1.47  New rule produced :
% 1.18/1.47  [57] ifeq3(sigma addition A,a addition A,leq(b,a addition A),true) -> true
% 1.18/1.47  Current number of equations to process: 20
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 55
% 1.18/1.47  New rule produced :
% 1.18/1.47  [58]
% 1.18/1.47  ifeq2(leq(a,b addition A),true,sigma addition A,b addition A) -> b addition A
% 1.18/1.47  Current number of equations to process: 17
% 1.18/1.47  Current number of ordered equations: 1
% 1.18/1.47  Current number of rules: 56
% 1.18/1.47  New rule produced :
% 1.18/1.47  [59]
% 1.18/1.47  ifeq2(leq(b,a addition A),true,sigma addition A,a addition A) -> a addition A
% 1.18/1.47  Current number of equations to process: 17
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 57
% 1.18/1.47  New rule produced :
% 1.18/1.47  [60] ifeq(leq(multiplication(A,B),A),true,true,true) -> true
% 1.18/1.47  Current number of equations to process: 15
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 58
% 1.18/1.47  New rule produced :
% 1.18/1.47  [61] ifeq(leq(A,B),true,leq(multiplication(A,star(zero)),B),true) -> true
% 1.18/1.47  Current number of equations to process: 22
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 59
% 1.18/1.47  New rule produced :
% 1.18/1.47  [62] ifeq(leq(A,zero),true,leq(multiplication(A,star(B)),zero),true) -> true
% 1.18/1.47  Current number of equations to process: 21
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 60
% 1.18/1.47  New rule produced :
% 1.18/1.47  [63]
% 1.18/1.47  ifeq(leq(A addition B,A),true,leq(multiplication(B,star(one)),A),true) ->
% 1.18/1.47  true
% 1.18/1.47  Current number of equations to process: 23
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 61
% 1.18/1.47  New rule produced :
% 1.18/1.47  [64]
% 1.18/1.47  ifeq(leq(A addition B,one),true,leq(multiplication(B,star(A)),one),true) ->
% 1.18/1.47  true
% 1.18/1.47  Current number of equations to process: 21
% 1.18/1.47  Current number of ordered equations: 1
% 1.18/1.47  Current number of rules: 62
% 1.18/1.47  New rule produced :
% 1.18/1.47  [65]
% 1.18/1.47  ifeq(leq(one addition multiplication(A,B),A),true,leq(star(B),A),true) ->
% 1.18/1.47  true
% 1.18/1.47  Current number of equations to process: 21
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 63
% 1.18/1.47  New rule produced :
% 1.18/1.47  [66] ifeq(leq(multiplication(A,B),B),true,true,true) -> true
% 1.18/1.47  Current number of equations to process: 23
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 64
% 1.18/1.47  New rule produced :
% 1.18/1.47  [67] ifeq(leq(A,zero),true,leq(multiplication(star(B),A),zero),true) -> true
% 1.18/1.47  Current number of equations to process: 30
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 65
% 1.18/1.47  New rule produced :
% 1.18/1.47  [68] ifeq(leq(A,B),true,leq(multiplication(star(zero),A),B),true) -> true
% 1.18/1.47  Current number of equations to process: 29
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 66
% 1.18/1.47  New rule produced :
% 1.18/1.47  [69]
% 1.18/1.47  ifeq(leq(A addition B,one),true,leq(multiplication(star(A),B),one),true) ->
% 1.18/1.47  true
% 1.18/1.47  Current number of equations to process: 30
% 1.18/1.47  Current number of ordered equations: 1
% 1.18/1.47  Current number of rules: 67
% 1.18/1.47  New rule produced :
% 1.18/1.47  [70]
% 1.18/1.47  ifeq(leq(one addition multiplication(A,B),B),true,leq(star(A),B),true) ->
% 1.18/1.47  true
% 1.18/1.47  Current number of equations to process: 30
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 68
% 1.18/1.47  New rule produced :
% 1.18/1.47  [71]
% 1.18/1.47  ifeq(leq(A addition B,A),true,leq(multiplication(star(one),B),A),true) ->
% 1.18/1.47  true
% 1.18/1.47  Current number of equations to process: 29
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 69
% 1.18/1.52  New rule produced : [72] leq(a,sigma) -> true
% 1.18/1.52  Current number of equations to process: 44
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 70
% 1.18/1.52  New rule produced : [73] leq(a,sigma addition A) -> true
% 1.18/1.52  Current number of equations to process: 43
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 71
% 1.18/1.52  New rule produced : [74] ifeq2(leq(sigma,a),true,sigma,a) -> a
% 1.18/1.52  Current number of equations to process: 41
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 72
% 1.18/1.52  New rule produced : [75] ifeq3(sigma,a,leq(sigma,a),true) -> true
% 1.18/1.52  Current number of equations to process: 40
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 73
% 1.18/1.52  New rule produced : [76] leq(b,sigma) -> true
% 1.18/1.52  Current number of equations to process: 55
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 74
% 1.18/1.52  New rule produced : [77] leq(b,sigma addition A) -> true
% 1.18/1.52  Current number of equations to process: 54
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 75
% 1.18/1.52  New rule produced : [78] ifeq2(leq(sigma,b),true,sigma,b) -> b
% 1.18/1.52  Current number of equations to process: 52
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 76
% 1.18/1.52  New rule produced : [79] ifeq3(sigma,b,leq(sigma,b),true) -> true
% 1.18/1.52  Current number of equations to process: 51
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 77
% 1.18/1.52  New rule produced :
% 1.18/1.52  [80] ifeq2(leq(sigma addition A,a),true,sigma addition A,a) -> a
% 1.18/1.52  Current number of equations to process: 49
% 1.18/1.52  Current number of ordered equations: 1
% 1.18/1.52  Current number of rules: 78
% 1.18/1.52  New rule produced :
% 1.18/1.52  [81] ifeq2(leq(a addition A,sigma),true,sigma addition A,sigma) -> sigma
% 1.18/1.52  Current number of equations to process: 49
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 79
% 1.18/1.52  New rule produced :
% 1.18/1.52  [82] ifeq3(sigma addition A,a,leq(sigma addition A,a),true) -> true
% 1.18/1.52  Current number of equations to process: 47
% 1.18/1.52  Current number of ordered equations: 1
% 1.18/1.52  Current number of rules: 80
% 1.18/1.52  New rule produced :
% 1.18/1.52  [83] ifeq3(sigma addition A,sigma,leq(a addition A,sigma),true) -> true
% 1.18/1.52  Current number of equations to process: 47
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 81
% 1.18/1.52  New rule produced :
% 1.18/1.52  [84] ifeq2(leq(sigma addition A,b),true,sigma addition A,b) -> b
% 1.18/1.52  Current number of equations to process: 45
% 1.18/1.52  Current number of ordered equations: 1
% 1.18/1.52  Current number of rules: 82
% 1.18/1.52  New rule produced :
% 1.18/1.52  [85] ifeq2(leq(b addition A,sigma),true,sigma addition A,sigma) -> sigma
% 1.18/1.52  Current number of equations to process: 45
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 83
% 1.18/1.52  New rule produced :
% 1.18/1.52  [86] ifeq3(sigma addition A,b,leq(sigma addition A,b),true) -> true
% 1.18/1.52  Current number of equations to process: 43
% 1.18/1.52  Current number of ordered equations: 1
% 1.18/1.52  Current number of rules: 84
% 1.18/1.52  New rule produced :
% 1.18/1.52  [87] ifeq3(sigma addition A,sigma,leq(b addition A,sigma),true) -> true
% 1.18/1.52  Current number of equations to process: 43
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 85
% 1.18/1.52  New rule produced : [88] one addition star(zero) -> star(zero)
% 1.18/1.52  Current number of equations to process: 43
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 86
% 1.18/1.52  New rule produced : [89] one addition star(one) -> star(one)
% 1.18/1.52  Rule [29] leq(one addition star(one),star(one)) -> true collapsed.
% 1.18/1.52  Current number of equations to process: 43
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 86
% 1.18/1.52  New rule produced : [90] leq(b addition A,sigma addition A) -> true
% 1.18/1.52  Current number of equations to process: 58
% 1.18/1.52  Current number of ordered equations: 1
% 1.18/1.52  Current number of rules: 87
% 1.18/1.52  New rule produced : [91] leq(a addition A,sigma addition A) -> true
% 1.18/1.52  Current number of equations to process: 58
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 88
% 1.18/1.52  New rule produced :
% 1.18/1.52  [92] leq(b addition A,sigma addition A addition B) -> true
% 1.18/1.52  Current number of equations to process: 56
% 1.18/1.52  Current number of ordered equations: 1
% 1.18/1.52  Current number of rules: 89
% 1.18/1.52  New rule produced :
% 1.18/1.52  [93] leq(a addition A,sigma addition A addition B) -> true
% 1.18/1.52  Current number of equations to process: 56
% 1.44/1.68  Current number of ordered equations: 0
% 1.44/1.68  Current number of rules: 90
% 1.44/1.68  New rule produced : [94] one addition star(A) -> star(A)
% 1.44/1.68  Rule [38] one addition star(A) addition multiplication(A,star(A)) -> star(A)
% 1.44/1.68  collapsed.
% 1.44/1.68  Rule [39] one addition star(A) addition multiplication(star(A),A) -> star(A)
% 1.44/1.68  collapsed.
% 1.44/1.68  Rule [88] one addition star(zero) -> star(zero) collapsed.
% 1.44/1.68  Rule [89] one addition star(one) -> star(one) collapsed.
% 1.44/1.68  Current number of equations to process: 61
% 1.44/1.68  Current number of ordered equations: 0
% 1.44/1.68  Current number of rules: 87
% 1.44/1.68  New rule produced :
% 1.44/1.68  [95] star(A) addition multiplication(A,star(A)) -> star(A)
% 1.44/1.68  Current number of equations to process: 60
% 1.44/1.68  Current number of ordered equations: 0
% 1.44/1.68  Current number of rules: 88
% 1.44/1.68  New rule produced :
% 1.44/1.68  [96] star(A) addition multiplication(star(A),A) -> star(A)
% 1.44/1.68  Current number of equations to process: 59
% 1.44/1.68  Current number of ordered equations: 0
% 1.44/1.68  Current number of rules: 89
% 1.44/1.68  New rule produced :
% 1.44/1.68  [97]
% 1.44/1.68  ifeq3(sigma addition A,a addition A,leq(sigma,a addition A),true) -> true
% 1.44/1.68  Current number of equations to process: 459
% 1.44/1.68  Current number of ordered equations: 0
% 1.44/1.68  Current number of rules: 90
% 1.44/1.68  New rule produced :
% 1.44/1.68  [98]
% 1.44/1.68  ifeq3(sigma addition A,b addition A,leq(sigma,b addition A),true) -> true
% 1.44/1.68  Current number of equations to process: 458
% 1.44/1.68  Current number of ordered equations: 0
% 1.44/1.68  Current number of rules: 91
% 1.44/1.68  New rule produced :
% 1.44/1.68  [99]
% 1.44/1.68  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.44/1.68  Current number of equations to process: 455
% 1.44/1.68  Current number of ordered equations: 5
% 1.44/1.68  Current number of rules: 92
% 1.44/1.68  New rule produced :
% 1.44/1.68  [100]
% 1.44/1.68  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.44/1.68  Current number of equations to process: 455
% 1.44/1.68  Current number of ordered equations: 4
% 1.44/1.68  Current number of rules: 93
% 1.44/1.68  New rule produced :
% 1.44/1.68  [101]
% 1.44/1.68  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.44/1.68  Current number of equations to process: 455
% 1.44/1.68  Current number of ordered equations: 3
% 1.44/1.68  Current number of rules: 94
% 1.44/1.68  New rule produced :
% 1.44/1.68  [102]
% 1.44/1.68  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.44/1.68  Current number of equations to process: 455
% 1.44/1.68  Current number of ordered equations: 2
% 1.44/1.68  Current number of rules: 95
% 1.44/1.68  New rule produced :
% 1.44/1.68  [103]
% 1.44/1.68  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.44/1.68  Current number of equations to process: 455
% 1.44/1.68  Current number of ordered equations: 1
% 1.44/1.68  Current number of rules: 96
% 1.44/1.68  New rule produced :
% 1.44/1.68  [104]
% 1.44/1.68  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.44/1.68  Current number of equations to process: 455
% 1.44/1.68  Current number of ordered equations: 0
% 1.44/1.68  Current number of rules: 97
% 1.44/1.68  New rule produced :
% 1.44/1.68  [105]
% 1.44/1.68  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.44/1.68  Current number of equations to process: 452
% 1.44/1.68  Current number of ordered equations: 5
% 1.44/1.68  Current number of rules: 98
% 1.44/1.68  New rule produced :
% 1.44/1.68  [106]
% 1.44/1.68  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.44/1.68  Current number of equations to process: 452
% 1.44/1.68  Current number of ordered equations: 4
% 1.44/1.68  Current number of rules: 99
% 1.44/1.68  New rule produced :
% 1.44/1.68  [107]
% 1.44/1.68  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.44/1.68  <->
% 1.44/1.68  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.44/1.68  Current number of equations to process: 452
% 1.44/1.68  Current number of ordered equations: 3
% 1.44/1.68  Current number of rules: 100
% 1.44/1.68  New rule produced :
% 1.44/1.68  [108]
% 1.44/1.68  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.46/1.72  Current number of equations to process: 452
% 1.46/1.72  Current number of ordered equations: 2
% 1.46/1.72  Current number of rules: 101
% 1.46/1.72  New rule produced :
% 1.46/1.72  [109]
% 1.46/1.72  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.46/1.72  Current number of equations to process: 452
% 1.46/1.72  Current number of ordered equations: 1
% 1.46/1.72  Current number of rules: 102
% 1.46/1.72  New rule produced :
% 1.46/1.72  [110]
% 1.46/1.72  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.46/1.72  <->
% 1.46/1.72  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.46/1.72  Current number of equations to process: 452
% 1.46/1.72  Current number of ordered equations: 0
% 1.46/1.72  Current number of rules: 103
% 1.46/1.72  New rule produced :
% 1.46/1.72  [111]
% 1.46/1.72  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.46/1.72  Current number of equations to process: 449
% 1.46/1.72  Current number of ordered equations: 3
% 1.46/1.72  Current number of rules: 104
% 1.46/1.72  New rule produced :
% 1.46/1.72  [112]
% 1.46/1.72  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.46/1.72  Current number of equations to process: 449
% 1.46/1.72  Current number of ordered equations: 2
% 1.46/1.72  Current number of rules: 105
% 1.46/1.72  New rule produced :
% 1.46/1.72  [113]
% 1.46/1.72  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.46/1.72  Current number of equations to process: 449
% 1.46/1.72  Current number of ordered equations: 1
% 1.46/1.72  Current number of rules: 106
% 1.46/1.72  New rule produced :
% 1.46/1.72  [114]
% 1.46/1.72  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.46/1.72  Current number of equations to process: 449
% 1.46/1.72  Current number of ordered equations: 0
% 1.46/1.72  Current number of rules: 107
% 1.46/1.72  New rule produced :
% 1.46/1.72  [115]
% 1.46/1.72  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.46/1.72  Current number of equations to process: 446
% 1.46/1.72  Current number of ordered equations: 5
% 1.46/1.72  Current number of rules: 108
% 1.46/1.72  New rule produced :
% 1.46/1.72  [116]
% 1.46/1.72  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.46/1.72  Current number of equations to process: 446
% 1.46/1.72  Current number of ordered equations: 4
% 1.46/1.72  Current number of rules: 109
% 1.46/1.72  New rule produced :
% 1.46/1.72  [117]
% 1.46/1.72  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.46/1.72  Current number of equations to process: 446
% 1.46/1.72  Current number of ordered equations: 3
% 1.46/1.72  Current number of rules: 110
% 1.46/1.72  New rule produced :
% 1.46/1.72  [118]
% 1.46/1.72  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.46/1.72  Current number of equations to process: 446
% 1.46/1.72  Current number of ordered equations: 2
% 1.46/1.72  Current number of rules: 111
% 1.46/1.72  New rule produced :
% 1.46/1.72  [119]
% 1.46/1.72  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.46/1.72  Current number of equations to process: 446
% 1.46/1.72  Current number of ordered equations: 1
% 1.46/1.72  Current number of rules: 112
% 1.46/1.72  New rule produced :
% 1.46/1.72  [120]
% 1.46/1.72  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.46/1.72  <->
% 1.46/1.72  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.46/1.72  Current number of equations to process: 446
% 1.46/1.72  Current number of ordered equations: 0
% 1.46/1.72  Current number of rules: 113
% 1.46/1.72  New rule produced :
% 1.46/1.72  [121]
% 1.46/1.72  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.46/1.72  <->
% 1.46/1.72  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.46/1.72  Current number of equations to process: 444
% 1.46/1.72  Current number of ordered equations: 3
% 1.46/1.72  Current number of rules: 114
% 1.46/1.72  New rule produced :
% 1.46/1.72  [122]
% 1.50/1.75  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.50/1.75  Current number of equations to process: 444
% 1.50/1.75  Current number of ordered equations: 2
% 1.50/1.75  Current number of rules: 115
% 1.50/1.75  New rule produced :
% 1.50/1.75  [123]
% 1.50/1.75  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.50/1.75  Current number of equations to process: 444
% 1.50/1.75  Current number of ordered equations: 1
% 1.50/1.75  Current number of rules: 116
% 1.50/1.75  New rule produced :
% 1.50/1.75  [124]
% 1.50/1.75  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.50/1.75  Current number of equations to process: 444
% 1.50/1.75  Current number of ordered equations: 0
% 1.50/1.75  Current number of rules: 117
% 1.50/1.75  New rule produced :
% 1.50/1.75  [125]
% 1.50/1.75  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.50/1.75  Current number of equations to process: 441
% 1.50/1.75  Current number of ordered equations: 3
% 1.50/1.75  Current number of rules: 118
% 1.50/1.75  New rule produced :
% 1.50/1.75  [126]
% 1.50/1.75  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.50/1.75  Current number of equations to process: 441
% 1.50/1.75  Current number of ordered equations: 2
% 1.50/1.75  Current number of rules: 119
% 1.50/1.75  New rule produced :
% 1.50/1.75  [127]
% 1.50/1.75  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.50/1.75  Current number of equations to process: 441
% 1.50/1.75  Current number of ordered equations: 1
% 1.50/1.75  Current number of rules: 120
% 1.50/1.75  New rule produced :
% 1.50/1.75  [128]
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.50/1.75  <->
% 1.50/1.75  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.50/1.75  Current number of equations to process: 441
% 1.50/1.75  Current number of ordered equations: 0
% 1.50/1.75  Current number of rules: 121
% 1.50/1.75  New rule produced :
% 1.50/1.75  [129]
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.50/1.75  Current number of equations to process: 438
% 1.50/1.75  Current number of ordered equations: 5
% 1.50/1.75  Current number of rules: 122
% 1.50/1.75  New rule produced :
% 1.50/1.75  [130]
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.50/1.75  Current number of equations to process: 438
% 1.50/1.75  Current number of ordered equations: 4
% 1.50/1.75  Current number of rules: 123
% 1.50/1.75  New rule produced :
% 1.50/1.75  [131]
% 1.50/1.75  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.50/1.75  Current number of equations to process: 438
% 1.50/1.75  Current number of ordered equations: 3
% 1.50/1.75  Current number of rules: 124
% 1.50/1.75  New rule produced :
% 1.50/1.75  [132]
% 1.50/1.75  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.50/1.75  Current number of equations to process: 438
% 1.50/1.75  Current number of ordered equations: 2
% 1.50/1.75  Current number of rules: 125
% 1.50/1.75  New rule produced :
% 1.50/1.75  [133]
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.50/1.75  Current number of equations to process: 438
% 1.50/1.75  Current number of ordered equations: 1
% 1.50/1.75  Current number of rules: 126
% 1.50/1.75  New rule produced :
% 1.50/1.75  [134]
% 1.50/1.75  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.50/1.75  Current number of equations to process: 438
% 1.50/1.75  Current number of ordered equations: 0
% 1.50/1.75  Current number of rules: 127
% 1.50/1.75  New rule produced :
% 1.50/1.75  [135]
% 1.50/1.75  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.50/1.75  <->
% 1.50/1.75  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.50/1.75  Current number of equations to process: 432
% 1.50/1.75  Current number of ordered equations: 1
% 1.50/1.80  Current number of rules: 128
% 1.50/1.80  New rule produced :
% 1.50/1.80  [136]
% 1.50/1.80  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.50/1.80  Current number of equations to process: 432
% 1.50/1.80  Current number of ordered equations: 0
% 1.50/1.80  Current number of rules: 129
% 1.50/1.80  New rule produced :
% 1.50/1.80  [137]
% 1.50/1.80  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.50/1.80  Current number of equations to process: 429
% 1.50/1.80  Current number of ordered equations: 3
% 1.50/1.80  Current number of rules: 130
% 1.50/1.80  New rule produced :
% 1.50/1.80  [138]
% 1.50/1.80  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.50/1.80  Current number of equations to process: 429
% 1.50/1.80  Current number of ordered equations: 2
% 1.50/1.80  Current number of rules: 131
% 1.50/1.80  New rule produced :
% 1.50/1.80  [139]
% 1.50/1.80  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.50/1.80  Current number of equations to process: 429
% 1.50/1.80  Current number of ordered equations: 1
% 1.50/1.80  Current number of rules: 132
% 1.50/1.80  New rule produced :
% 1.50/1.80  [140]
% 1.50/1.80  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.50/1.80  Current number of equations to process: 429
% 1.50/1.80  Current number of ordered equations: 0
% 1.50/1.80  Current number of rules: 133
% 1.50/1.80  New rule produced :
% 1.50/1.80  [141]
% 1.50/1.80  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.50/1.80  Current number of equations to process: 425
% 1.50/1.80  Current number of ordered equations: 3
% 1.50/1.80  Current number of rules: 134
% 1.50/1.80  New rule produced :
% 1.50/1.80  [142]
% 1.50/1.80  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.50/1.80  Current number of equations to process: 425
% 1.50/1.80  Current number of ordered equations: 2
% 1.50/1.80  Current number of rules: 135
% 1.50/1.80  New rule produced :
% 1.50/1.80  [143]
% 1.50/1.80  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.50/1.80  Current number of equations to process: 425
% 1.50/1.80  Current number of ordered equations: 1
% 1.50/1.80  Current number of rules: 136
% 1.50/1.80  New rule produced :
% 1.50/1.80  [144]
% 1.50/1.80  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.50/1.80  Current number of equations to process: 425
% 1.50/1.80  Current number of ordered equations: 0
% 1.50/1.80  Current number of rules: 137
% 1.50/1.80  New rule produced :
% 1.50/1.80  [145]
% 1.50/1.80  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.50/1.80  Current number of equations to process: 419
% 1.50/1.80  Current number of ordered equations: 5
% 1.50/1.80  Current number of rules: 138
% 1.50/1.80  New rule produced :
% 1.50/1.80  [146]
% 1.50/1.80  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.50/1.80  Current number of equations to process: 419
% 1.50/1.80  Current number of ordered equations: 4
% 1.50/1.80  Current number of rules: 139
% 1.50/1.80  New rule produced :
% 1.50/1.80  [147]
% 1.50/1.80  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.50/1.80  <->
% 1.50/1.80  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.50/1.80  Current number of equations to process: 419
% 1.50/1.80  Current number of ordered equations: 3
% 1.50/1.80  Current number of rules: 140
% 1.50/1.80  New rule produced :
% 1.50/1.80  [148]
% 1.50/1.80  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.50/1.80  <->
% 1.50/1.80  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.50/1.80  Current number of equations to process: 419
% 1.50/1.80  Current number of ordered equations: 2
% 1.50/1.80  Current number of rules: 141
% 1.50/1.80  New rule produced :
% 1.50/1.80  [149]
% 1.50/1.80  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.50/1.80  <->
% 1.50/1.80  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.58/1.86  Current number of equations to process: 419
% 1.58/1.86  Current number of ordered equations: 1
% 1.58/1.86  Current number of rules: 142
% 1.58/1.86  New rule produced :
% 1.58/1.86  [150]
% 1.58/1.86  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.58/1.86  <->
% 1.58/1.86  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.58/1.86  Current number of equations to process: 419
% 1.58/1.86  Current number of ordered equations: 0
% 1.58/1.86  Current number of rules: 143
% 1.58/1.86  New rule produced :
% 1.58/1.86  [151]
% 1.58/1.86  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.58/1.86  <->
% 1.58/1.86  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.58/1.86  Current number of equations to process: 417
% 1.58/1.86  Current number of ordered equations: 1
% 1.58/1.86  Current number of rules: 144
% 1.58/1.86  New rule produced :
% 1.58/1.86  [152]
% 1.58/1.86  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.58/1.86  <->
% 1.58/1.86  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.58/1.86  Current number of equations to process: 417
% 1.58/1.86  Current number of ordered equations: 0
% 1.58/1.86  Current number of rules: 145
% 1.58/1.86  New rule produced :
% 1.58/1.86  [153]
% 1.58/1.86  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.58/1.86  <->
% 1.58/1.86  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.58/1.86  Current number of equations to process: 415
% 1.58/1.86  Current number of ordered equations: 3
% 1.58/1.86  Current number of rules: 146
% 1.58/1.86  New rule produced :
% 1.58/1.86  [154]
% 1.58/1.86  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.58/1.86  <->
% 1.58/1.86  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.58/1.86  Current number of equations to process: 415
% 1.58/1.86  Current number of ordered equations: 2
% 1.58/1.86  Current number of rules: 147
% 1.58/1.86  New rule produced :
% 1.58/1.86  [155]
% 1.58/1.86  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.58/1.86  <->
% 1.58/1.86  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.58/1.86  Current number of equations to process: 415
% 1.58/1.86  Current number of ordered equations: 1
% 1.58/1.86  Current number of rules: 148
% 1.58/1.86  New rule produced :
% 1.58/1.86  [156]
% 1.58/1.86  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.58/1.86  <->
% 1.58/1.86  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.58/1.86  Current number of equations to process: 415
% 1.58/1.86  Current number of ordered equations: 0
% 1.58/1.86  Current number of rules: 149
% 1.58/1.86  New rule produced :
% 1.58/1.86  [157]
% 1.58/1.86  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.58/1.86  <->
% 1.58/1.86  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.58/1.86  Current number of equations to process: 408
% 1.58/1.86  Current number of ordered equations: 5
% 1.58/1.86  Current number of rules: 150
% 1.58/1.86  New rule produced :
% 1.58/1.86  [158]
% 1.58/1.86  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.58/1.86  <->
% 1.58/1.86  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.58/1.86  Current number of equations to process: 408
% 1.58/1.86  Current number of ordered equations: 4
% 1.58/1.86  Current number of rules: 151
% 1.58/1.86  New rule produced :
% 1.58/1.86  [159]
% 1.58/1.86  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.58/1.86  <->
% 1.58/1.86  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.58/1.86  Current number of equations to process: 408
% 1.58/1.86  Current number of ordered equations: 3
% 1.58/1.86  Current number of rules: 152
% 1.58/1.86  New rule produced :
% 1.58/1.86  [160]
% 1.58/1.86  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.58/1.86  <->
% 1.58/1.86  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.58/1.86  Current number of equations to process: 408
% 1.58/1.86  Current number of ordered equations: 2
% 1.58/1.86  Current number of rules: 153
% 1.58/1.86  New rule produced :
% 1.58/1.86  [161]
% 1.58/1.86  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.58/1.86  <->
% 1.58/1.86  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.58/1.86  Current number of equations to process: 408
% 1.58/1.86  Current number of ordered equations: 1
% 1.58/1.86  Current number of rules: 154
% 1.58/1.86  New rule produced :
% 1.58/1.86  [162]
% 1.58/1.86  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.58/1.86  <->
% 1.58/1.86  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.58/1.86  Current number of equations to process: 408
% 1.58/1.86  Current number of ordered equations: 0
% 1.58/1.86  Current number of rules: 155
% 1.58/1.86  New rule produced :
% 1.58/1.86  [163]
% 1.58/1.86  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.64/1.95  <->
% 1.64/1.95  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.64/1.95  Current number of equations to process: 404
% 1.64/1.95  Current number of ordered equations: 1
% 1.64/1.95  Current number of rules: 156
% 1.64/1.95  New rule produced :
% 1.64/1.95  [164]
% 1.64/1.95  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.64/1.95  <->
% 1.64/1.95  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.64/1.95  Current number of equations to process: 404
% 1.64/1.95  Current number of ordered equations: 0
% 1.64/1.95  Current number of rules: 157
% 1.64/1.95  New rule produced :
% 1.64/1.95  [165]
% 1.64/1.95  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.64/1.95  <->
% 1.64/1.95  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.64/1.95  Current number of equations to process: 401
% 1.64/1.95  Current number of ordered equations: 1
% 1.64/1.95  Current number of rules: 158
% 1.64/1.95  New rule produced :
% 1.64/1.95  [166]
% 1.64/1.95  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.64/1.95  <->
% 1.64/1.95  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.64/1.95  Current number of equations to process: 401
% 1.64/1.95  Current number of ordered equations: 0
% 1.64/1.95  Current number of rules: 159
% 1.64/1.95  New rule produced :
% 1.64/1.95  [167]
% 1.64/1.95  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.64/1.95  <->
% 1.64/1.95  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.64/1.95  Current number of equations to process: 399
% 1.64/1.95  Current number of ordered equations: 1
% 1.64/1.95  Current number of rules: 160
% 1.64/1.95  New rule produced :
% 1.64/1.95  [168]
% 1.64/1.95  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.64/1.95  <->
% 1.64/1.95  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.64/1.95  Current number of equations to process: 399
% 1.64/1.95  Current number of ordered equations: 0
% 1.64/1.95  Current number of rules: 161
% 1.64/1.95  New rule produced :
% 1.64/1.95  [169]
% 1.64/1.95  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.64/1.95  <->
% 1.64/1.95  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.64/1.95  Current number of equations to process: 392
% 1.64/1.95  Current number of ordered equations: 3
% 1.64/1.95  Current number of rules: 162
% 1.64/1.95  New rule produced :
% 1.64/1.95  [170]
% 1.64/1.95  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.64/1.95  <->
% 1.64/1.95  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.64/1.95  Current number of equations to process: 392
% 1.64/1.95  Current number of ordered equations: 2
% 1.64/1.95  Current number of rules: 163
% 1.64/1.95  New rule produced :
% 1.64/1.95  [171]
% 1.64/1.95  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.64/1.95  <->
% 1.64/1.95  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.64/1.95  Current number of equations to process: 392
% 1.64/1.95  Current number of ordered equations: 1
% 1.64/1.95  Current number of rules: 164
% 1.64/1.95  New rule produced :
% 1.64/1.95  [172]
% 1.64/1.95  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.64/1.95  <->
% 1.64/1.95  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.64/1.95  Current number of equations to process: 392
% 1.64/1.95  Current number of ordered equations: 0
% 1.64/1.95  Current number of rules: 165
% 1.64/1.95  New rule produced :
% 1.64/1.95  [173]
% 1.64/1.95  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.64/1.95  <->
% 1.64/1.95  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.64/1.95  Current number of equations to process: 388
% 1.64/1.95  Current number of ordered equations: 3
% 1.64/1.95  Current number of rules: 166
% 1.64/1.95  New rule produced :
% 1.64/1.95  [174]
% 1.64/1.95  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.64/1.95  <->
% 1.64/1.95  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.64/1.95  Current number of equations to process: 388
% 1.64/1.95  Current number of ordered equations: 2
% 1.64/1.95  Current number of rules: 167
% 1.64/1.95  New rule produced :
% 1.64/1.95  [175]
% 1.64/1.95  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.64/1.95  <->
% 1.64/1.95  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.64/1.95  Current number of equations to process: 388
% 1.64/1.95  Current number of ordered equations: 1
% 1.64/1.95  Current number of rules: 168
% 1.64/1.95  New rule produced :
% 1.64/1.95  [176]
% 1.64/1.95  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.64/1.95  <->
% 1.64/1.95  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.64/1.95  Current number of equations to process: 388
% 1.64/1.95  Current number of ordered equations: 0
% 1.64/1.95  Current number of rules: 169
% 1.64/1.95  New rule produced :
% 1.80/2.08  [177]
% 1.80/2.08  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.80/2.08  <->
% 1.80/2.08  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.80/2.08  Current number of equations to process: 343
% 1.80/2.08  Current number of ordered equations: 1
% 1.80/2.08  Current number of rules: 170
% 1.80/2.08  New rule produced :
% 1.80/2.08  [178]
% 1.80/2.08  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.80/2.08  <->
% 1.80/2.08  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.80/2.08  Current number of equations to process: 343
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 171
% 1.80/2.08  New rule produced :
% 1.80/2.08  [179]
% 1.80/2.08  ifeq2(leq(sigma,a addition A),true,sigma addition A,a addition A) ->
% 1.80/2.08  a addition A
% 1.80/2.08  Current number of equations to process: 337
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 172
% 1.80/2.08  New rule produced :
% 1.80/2.08  [180]
% 1.80/2.08  ifeq2(leq(sigma,b addition A),true,sigma addition A,b addition A) ->
% 1.80/2.08  b addition A
% 1.80/2.08  Current number of equations to process: 335
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 173
% 1.80/2.08  New rule produced :
% 1.80/2.08  [181]
% 1.80/2.08  leq(one addition multiplication(star(sigma),b) addition multiplication(
% 1.80/2.08                                                          star(sigma),a),
% 1.80/2.08  star(sigma)) -> true
% 1.80/2.08  Current number of equations to process: 334
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 174
% 1.80/2.08  New rule produced :
% 1.80/2.08  [182]
% 1.80/2.08  leq(one addition multiplication(b,star(sigma)) addition multiplication(a,
% 1.80/2.08                                                          star(sigma)),
% 1.80/2.08  star(sigma)) -> true
% 1.80/2.08  Current number of equations to process: 333
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 175
% 1.80/2.08  New rule produced : [183] ifeq(leq(A,one),true,true,true) -> true
% 1.80/2.08  Current number of equations to process: 333
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 176
% 1.80/2.08  New rule produced :
% 1.80/2.08  [184]
% 1.80/2.08  ifeq(leq(multiplication(multiplication(A,B),C),A),true,true,true) -> true
% 1.80/2.08  Current number of equations to process: 336
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 177
% 1.80/2.08  New rule produced :
% 1.80/2.08  [185] ifeq(leq(one,A),true,leq(star(zero),A),true) -> true
% 1.80/2.08  Current number of equations to process: 346
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 178
% 1.80/2.08  New rule produced :
% 1.80/2.08  [186]
% 1.80/2.08  ifeq(leq(multiplication(A,multiplication(B,C)),multiplication(A,B)),true,true,true)
% 1.80/2.08  -> true
% 1.80/2.08  Current number of equations to process: 348
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 179
% 1.80/2.08  New rule produced :
% 1.80/2.08  [187]
% 1.80/2.08  ifeq(leq(multiplication(A,B) addition multiplication(A,C),A),true,true,true)
% 1.80/2.08  -> true
% 1.80/2.08  Current number of equations to process: 347
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 180
% 1.80/2.08  New rule produced :
% 1.80/2.08  [188]
% 1.80/2.08  ifeq(leq(multiplication(b,A) addition multiplication(a,A),sigma),true,true,true)
% 1.80/2.08  -> true
% 1.80/2.08  Current number of equations to process: 345
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 181
% 1.80/2.08  New rule produced :
% 1.80/2.08  [189]
% 1.80/2.08  ifeq(leq(multiplication(multiplication(multiplication(A,B),C),V_3),A),true,true,true)
% 1.80/2.08  -> true
% 1.80/2.08  Current number of equations to process: 344
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 182
% 1.80/2.08  New rule produced :
% 1.80/2.08  [190]
% 1.80/2.08  leq(star(zero) addition multiplication(multiplication(A,star(A)),star(zero)),
% 1.80/2.08  star(A)) -> true
% 1.80/2.08  Current number of equations to process: 343
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 183
% 1.80/2.08  New rule produced :
% 1.80/2.08  [191]
% 1.80/2.08  leq(star(zero) addition multiplication(multiplication(star(A),A),star(zero)),
% 1.80/2.08  star(A)) -> true
% 1.80/2.08  Current number of equations to process: 342
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 184
% 1.80/2.08  New rule produced : [192] leq(multiplication(A,star(zero)),A) -> true
% 1.80/2.08  Current number of equations to process: 344
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 185
% 1.80/2.08  New rule produced :
% 1.80/2.08  [193] leq(multiplication(A,star(zero)),A addition B) -> true
% 1.80/2.08  Current number of equations to process: 345
% 1.80/2.08  Current number of ordered equations: 0
% 1.80/2.08  Current number of rules: 186
% 1.80/2.08  New rule produced :
% 1.80/2.08  [194] ifeq(leq(A,multiplication(A,star(zero))),true,true,true) -> true
% 1.80/2.08  Current number of equations to process: 344
% 1.80/2.08  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 187
% 1.95/2.24  New rule produced :
% 1.95/2.24  [195]
% 1.95/2.24  ifeq(leq(A,multiplication(A,star(zero)) addition B),true,true,true) -> true
% 1.95/2.24  Current number of equations to process: 344
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 188
% 1.95/2.24  New rule produced :
% 1.95/2.24  [196] ifeq(leq(one,zero),true,leq(star(A),zero),true) -> true
% 1.95/2.24  Current number of equations to process: 345
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 189
% 1.95/2.24  New rule produced : [197] leq(multiplication(b,star(one)),sigma) -> true
% 1.95/2.24  Current number of equations to process: 358
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 190
% 1.95/2.24  New rule produced :
% 1.95/2.24  [198] leq(multiplication(b,star(one)),sigma addition A) -> true
% 1.95/2.24  Current number of equations to process: 357
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 191
% 1.95/2.24  New rule produced : [199] leq(multiplication(A,star(one)),A) -> true
% 1.95/2.24  Current number of equations to process: 360
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 192
% 1.95/2.24  New rule produced :
% 1.95/2.24  [200] leq(multiplication(A,star(one)),A addition B) -> true
% 1.95/2.24  Current number of equations to process: 359
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 193
% 1.95/2.24  New rule produced :
% 1.95/2.24  [201] ifeq(leq(sigma,b),true,leq(multiplication(a,star(one)),b),true) -> true
% 1.95/2.24  Current number of equations to process: 368
% 1.95/2.24  Current number of ordered equations: 1
% 1.95/2.24  Current number of rules: 194
% 1.95/2.24  New rule produced :
% 1.95/2.24  [202] ifeq(leq(sigma,a),true,leq(multiplication(b,star(one)),a),true) -> true
% 1.95/2.24  Current number of equations to process: 368
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 195
% 1.95/2.24  New rule produced :
% 1.95/2.24  [203] ifeq(leq(one addition A,A),true,leq(star(one),A),true) -> true
% 1.95/2.24  Current number of equations to process: 367
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 196
% 1.95/2.24  New rule produced : [204] leq(multiplication(a,star(one)),sigma) -> true
% 1.95/2.24  Current number of equations to process: 370
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 197
% 1.95/2.24  New rule produced :
% 1.95/2.24  [205] leq(multiplication(a,star(one)),sigma addition A) -> true
% 1.95/2.24  Current number of equations to process: 369
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 198
% 1.95/2.24  New rule produced :
% 1.95/2.24  [206]
% 1.95/2.24  ifeq(leq(sigma,one),true,leq(multiplication(b,star(sigma)),one),true) -> true
% 1.95/2.24  Current number of equations to process: 395
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 199
% 1.95/2.24  New rule produced :
% 1.95/2.24  [207] ifeq(leq(A,one),true,leq(multiplication(A,star(A)),one),true) -> true
% 1.95/2.24  Current number of equations to process: 394
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 200
% 1.95/2.24  New rule produced :
% 1.95/2.24  [208]
% 1.95/2.24  ifeq(leq(sigma,one),true,leq(multiplication(a,star(b)),one),true) -> true
% 1.95/2.24  Current number of equations to process: 392
% 1.95/2.24  Current number of ordered equations: 1
% 1.95/2.24  Current number of rules: 201
% 1.95/2.24  New rule produced :
% 1.95/2.24  [209]
% 1.95/2.24  ifeq(leq(sigma,one),true,leq(multiplication(b,star(a)),one),true) -> true
% 1.95/2.24  Current number of equations to process: 392
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 202
% 1.95/2.24  New rule produced :
% 1.95/2.24  [210] ifeq(leq(one addition A,one),true,leq(star(A),one),true) -> true
% 1.95/2.24  Current number of equations to process: 391
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 203
% 1.95/2.24  New rule produced :
% 1.95/2.24  [211]
% 1.95/2.24  ifeq(leq(sigma,one),true,leq(multiplication(a,star(sigma)),one),true) -> true
% 1.95/2.24  Current number of equations to process: 399
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 204
% 1.95/2.24  New rule produced :
% 1.95/2.24  [212]
% 1.95/2.24  ifeq(leq(multiplication(A,multiplication(B,C)),C),true,true,true) -> true
% 1.95/2.24  Current number of equations to process: 418
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 205
% 1.95/2.24  New rule produced :
% 1.95/2.24  [213]
% 1.95/2.24  ifeq(leq(multiplication(multiplication(A,B),C),multiplication(B,C)),true,true,true)
% 1.95/2.24  -> true
% 1.95/2.24  Current number of equations to process: 428
% 1.95/2.24  Current number of ordered equations: 0
% 1.95/2.24  Current number of rules: 206
% 1.95/2.24  New rule produced :
% 1.95/2.24  [214]
% 1.95/2.24  ifeq(leq(multiplication(A,B) addition multiplication(C,B),B),true,true,true)
% 1.95/2.24  -> true
% 1.95/2.24  Current number of equations to process: 427
% 1.95/2.24  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 207
% 2.09/2.40  New rule produced :
% 2.09/2.40  [215]
% 2.09/2.40  ifeq(leq(multiplication(A,b) addition multiplication(A,a),sigma),true,true,true)
% 2.09/2.40  -> true
% 2.09/2.40  Current number of equations to process: 426
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 208
% 2.09/2.40  New rule produced :
% 2.09/2.40  [216]
% 2.09/2.40  ifeq(leq(multiplication(A,multiplication(B,multiplication(C,V_3))),V_3),true,true,true)
% 2.09/2.40  -> true
% 2.09/2.40  Current number of equations to process: 424
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 209
% 2.09/2.40  New rule produced :
% 2.09/2.40  [217]
% 2.09/2.40  leq(star(zero) addition multiplication(star(zero),multiplication(A,star(A))),
% 2.09/2.40  star(A)) -> true
% 2.09/2.40  Current number of equations to process: 432
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 210
% 2.09/2.40  New rule produced :
% 2.09/2.40  [218]
% 2.09/2.40  leq(star(zero) addition multiplication(star(zero),multiplication(star(A),A)),
% 2.09/2.40  star(A)) -> true
% 2.09/2.40  Current number of equations to process: 431
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 211
% 2.09/2.40  New rule produced : [219] leq(multiplication(star(zero),A),A) -> true
% 2.09/2.40  Current number of equations to process: 433
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 212
% 2.09/2.40  New rule produced :
% 2.09/2.40  [220] leq(multiplication(star(zero),A),A addition B) -> true
% 2.09/2.40  Current number of equations to process: 434
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 213
% 2.09/2.40  New rule produced :
% 2.09/2.40  [221] ifeq(leq(A,multiplication(star(zero),A)),true,true,true) -> true
% 2.09/2.40  Current number of equations to process: 433
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 214
% 2.09/2.40  New rule produced :
% 2.09/2.40  [222]
% 2.09/2.40  ifeq(leq(A,multiplication(star(zero),A) addition B),true,true,true) -> true
% 2.09/2.40  Current number of equations to process: 433
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 215
% 2.09/2.40  New rule produced :
% 2.09/2.40  [223]
% 2.09/2.40  ifeq(leq(sigma,one),true,leq(multiplication(star(sigma),b),one),true) -> true
% 2.09/2.40  Current number of equations to process: 454
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 216
% 2.09/2.40  New rule produced :
% 2.09/2.40  [224] ifeq(leq(A,one),true,leq(multiplication(star(A),A),one),true) -> true
% 2.09/2.40  Current number of equations to process: 453
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 217
% 2.09/2.40  New rule produced :
% 2.09/2.40  [225]
% 2.09/2.40  ifeq(leq(sigma,one),true,leq(multiplication(star(b),a),one),true) -> true
% 2.09/2.40  Current number of equations to process: 451
% 2.09/2.40  Current number of ordered equations: 1
% 2.09/2.40  Current number of rules: 218
% 2.09/2.40  New rule produced :
% 2.09/2.40  [226]
% 2.09/2.40  ifeq(leq(sigma,one),true,leq(multiplication(star(a),b),one),true) -> true
% 2.09/2.40  Current number of equations to process: 451
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 219
% 2.09/2.40  New rule produced :
% 2.09/2.40  [227]
% 2.09/2.40  ifeq(leq(sigma,one),true,leq(multiplication(star(sigma),a),one),true) -> true
% 2.09/2.40  Current number of equations to process: 459
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 220
% 2.09/2.40  New rule produced : [228] leq(multiplication(star(one),b),sigma) -> true
% 2.09/2.40  Current number of equations to process: 482
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 221
% 2.09/2.40  New rule produced :
% 2.09/2.40  [229] leq(multiplication(star(one),b),sigma addition A) -> true
% 2.09/2.40  Current number of equations to process: 481
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 222
% 2.09/2.40  New rule produced : [230] leq(multiplication(star(one),A),A) -> true
% 2.09/2.40  Current number of equations to process: 484
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 223
% 2.09/2.40  New rule produced :
% 2.09/2.40  [231] leq(multiplication(star(one),A),A addition B) -> true
% 2.09/2.40  Current number of equations to process: 483
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 224
% 2.09/2.40  New rule produced :
% 2.09/2.40  [232] ifeq(leq(sigma,b),true,leq(multiplication(star(one),a),b),true) -> true
% 2.09/2.40  Current number of equations to process: 491
% 2.09/2.40  Current number of ordered equations: 1
% 2.09/2.40  Current number of rules: 225
% 2.09/2.40  New rule produced :
% 2.09/2.40  [233] ifeq(leq(sigma,a),true,leq(multiplication(star(one),b),a),true) -> true
% 2.09/2.40  Current number of equations to process: 491
% 2.09/2.40  Current number of ordered equations: 0
% 2.09/2.40  Current number of rules: 226
% 2.09/2.40  New rule produced : [234] leq(multiplication(star(one),a),sigma) -> true
% 2.39/2.69  Current number of equations to process: 494
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 227
% 2.39/2.69  New rule produced :
% 2.39/2.69  [235] leq(multiplication(star(one),a),sigma addition A) -> true
% 2.39/2.69  Current number of equations to process: 493
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 228
% 2.39/2.69  New rule produced : [236] leq(multiplication(a,star(zero)),sigma) -> true
% 2.39/2.69  Current number of equations to process: 497
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 229
% 2.39/2.69  New rule produced : [237] leq(multiplication(star(zero),a),sigma) -> true
% 2.39/2.69  Current number of equations to process: 497
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 230
% 2.39/2.69  New rule produced :
% 2.39/2.69  [238] leq(multiplication(a,star(zero)),sigma addition A) -> true
% 2.39/2.69  Current number of equations to process: 497
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 231
% 2.39/2.69  New rule produced :
% 2.39/2.69  [239] leq(multiplication(star(zero),a),sigma addition A) -> true
% 2.39/2.69  Current number of equations to process: 497
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 232
% 2.39/2.69  New rule produced : [240] leq(multiplication(b,star(zero)),sigma) -> true
% 2.39/2.69  Current number of equations to process: 497
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 233
% 2.39/2.69  New rule produced : [241] leq(multiplication(star(zero),b),sigma) -> true
% 2.39/2.69  Current number of equations to process: 497
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 234
% 2.39/2.69  New rule produced :
% 2.39/2.69  [242] leq(multiplication(b,star(zero)),sigma addition A) -> true
% 2.39/2.69  Current number of equations to process: 497
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 235
% 2.39/2.69  New rule produced :
% 2.39/2.69  [243] leq(multiplication(star(zero),b),sigma addition A) -> true
% 2.39/2.69  Current number of equations to process: 497
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 236
% 2.39/2.69  New rule produced : [244] leq(one,star(A)) -> true
% 2.39/2.69  Rule [28] leq(one,star(zero)) -> true collapsed.
% 2.39/2.69  Current number of equations to process: 518
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 236
% 2.39/2.69  New rule produced : [245] leq(one,star(A) addition B) -> true
% 2.39/2.69  Current number of equations to process: 517
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 237
% 2.39/2.69  New rule produced :
% 2.39/2.69  [246] multiplication(A,star(B)) addition A -> multiplication(A,star(B))
% 2.39/2.69  Current number of equations to process: 516
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 238
% 2.39/2.69  New rule produced :
% 2.39/2.69  [247] multiplication(star(A),B) addition B -> multiplication(star(A),B)
% 2.39/2.69  Current number of equations to process: 515
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 239
% 2.39/2.69  New rule produced : [248] ifeq2(leq(star(A),one),true,star(A),one) -> one
% 2.39/2.69  Current number of equations to process: 514
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 240
% 2.39/2.69  New rule produced : [249] ifeq3(star(A),one,leq(star(A),one),true) -> true
% 2.39/2.69  Current number of equations to process: 513
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 241
% 2.39/2.69  New rule produced : [250] leq(one addition A,star(B) addition A) -> true
% 2.39/2.69  Current number of equations to process: 520
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 242
% 2.39/2.69  New rule produced : [251] leq(b addition one,sigma addition star(A)) -> true
% 2.39/2.69  Current number of equations to process: 533
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 243
% 2.39/2.69  New rule produced : [252] leq(a addition one,sigma addition star(A)) -> true
% 2.39/2.69  Current number of equations to process: 532
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 244
% 2.39/2.69  New rule produced : [253] leq(multiplication(A,star(A)),star(A)) -> true
% 2.39/2.69  Current number of equations to process: 555
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 245
% 2.39/2.69  New rule produced :
% 2.39/2.69  [254] leq(multiplication(A,star(A)),star(A) addition B) -> true
% 2.39/2.69  Current number of equations to process: 554
% 2.39/2.69  Current number of ordered equations: 0
% 2.39/2.69  Current number of rules: 246
% 2.39/2.69  New rule produced :
% 2.39/2.69  [255] leq(one addition A,star(B) addition A addition C) -> true
% 2.39/2.69  Current number of equations to process: 553
% 2.39/2.69  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 247
% 2.68/2.92  New rule produced :
% 2.68/2.92  [256] leq(b addition one,sigma addition star(A) addition B) -> true
% 2.68/2.92  Current number of equations to process: 552
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 248
% 2.68/2.92  New rule produced :
% 2.68/2.92  [257] leq(a addition one,sigma addition star(A) addition B) -> true
% 2.68/2.92  Current number of equations to process: 551
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 249
% 2.68/2.92  New rule produced :
% 2.68/2.92  [258] leq(multiplication(star(A),star(A)),star(A)) -> true
% 2.68/2.92  Current number of equations to process: 555
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 250
% 2.68/2.92  New rule produced :
% 2.68/2.92  [259]
% 2.68/2.92  leq(multiplication(multiplication(A,star(A)),star(one)),star(A)) -> true
% 2.68/2.92  Current number of equations to process: 564
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 251
% 2.68/2.92  New rule produced : [260] leq(multiplication(star(A),A),star(A)) -> true
% 2.68/2.92  Current number of equations to process: 607
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 252
% 2.68/2.92  New rule produced :
% 2.68/2.92  [261] leq(multiplication(star(A),A),star(A) addition B) -> true
% 2.68/2.92  Current number of equations to process: 606
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 253
% 2.68/2.92  New rule produced :
% 2.68/2.92  [262]
% 2.68/2.92  leq(multiplication(star(one),multiplication(A,star(A))),star(A)) -> true
% 2.68/2.92  Current number of equations to process: 605
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 254
% 2.68/2.92  New rule produced :
% 2.68/2.92  [263] leq(multiplication(A,star(A)) addition B,star(A) addition B) -> true
% 2.68/2.92  Current number of equations to process: 604
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 255
% 2.68/2.92  New rule produced :
% 2.68/2.92  [264]
% 2.68/2.92  leq(b addition multiplication(A,star(A)),sigma addition star(A)) -> true
% 2.68/2.92  Current number of equations to process: 603
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 256
% 2.68/2.92  New rule produced :
% 2.68/2.92  [265]
% 2.68/2.92  leq(a addition multiplication(A,star(A)),sigma addition star(A)) -> true
% 2.68/2.92  Current number of equations to process: 602
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 257
% 2.68/2.92  New rule produced :
% 2.68/2.92  [266]
% 2.68/2.92  leq(multiplication(multiplication(star(A),A),star(one)),star(A)) -> true
% 2.68/2.92  Current number of equations to process: 619
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 258
% 2.68/2.92  New rule produced :
% 2.68/2.92  [267]
% 2.68/2.92  leq(multiplication(star(one),multiplication(star(A),A)),star(A)) -> true
% 2.68/2.92  Current number of equations to process: 638
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 259
% 2.68/2.92  New rule produced :
% 2.68/2.92  [268] leq(multiplication(star(A),A) addition B,star(A) addition B) -> true
% 2.68/2.92  Current number of equations to process: 637
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 260
% 2.68/2.92  New rule produced :
% 2.68/2.92  [269]
% 2.68/2.92  leq(b addition multiplication(star(A),A),sigma addition star(A)) -> true
% 2.68/2.92  Current number of equations to process: 636
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 261
% 2.68/2.92  New rule produced :
% 2.68/2.92  [270]
% 2.68/2.92  leq(a addition multiplication(star(A),A),sigma addition star(A)) -> true
% 2.68/2.92  Current number of equations to process: 635
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 262
% 2.68/2.92  New rule produced :
% 2.68/2.92  [271]
% 2.68/2.92  leq(b addition one addition A,sigma addition star(B) addition A) -> true
% 2.68/2.92  Current number of equations to process: 634
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 263
% 2.68/2.92  New rule produced :
% 2.68/2.92  [272]
% 2.68/2.92  leq(a addition one addition A,sigma addition star(B) addition A) -> true
% 2.68/2.92  Current number of equations to process: 633
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 264
% 2.68/2.92  New rule produced :
% 2.68/2.92  [273]
% 2.68/2.92  leq(multiplication(multiplication(A,star(A)),star(one)),star(A) addition B)
% 2.68/2.92  -> true
% 2.68/2.92  Current number of equations to process: 632
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 265
% 2.68/2.92  New rule produced :
% 2.68/2.92  [274]
% 2.68/2.92  leq(multiplication(star(one),multiplication(A,star(A))),star(A) addition B)
% 2.68/2.92  -> true
% 2.68/2.92  Current number of equations to process: 631
% 2.68/2.92  Current number of ordered equations: 0
% 2.68/2.92  Current number of rules: 266
% 2.68/2.92  New rule produced :
% 2.68/2.92  [275]
% 2.68/2.92  leq(multiplication(multiplication(star(A),A),star(one)),star(A) addition B)
% 2.68/2.92  -> true
% 2.76/3.00  Current number of equations to process: 630
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 267
% 2.76/3.00  New rule produced :
% 2.76/3.00  [276]
% 2.76/3.00  leq(multiplication(star(one),multiplication(star(A),A)),star(A) addition B)
% 2.76/3.00  -> true
% 2.76/3.00  Current number of equations to process: 629
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 268
% 2.76/3.00  New rule produced :
% 2.76/3.00  [277]
% 2.76/3.00  multiplication(A,star(B)) addition multiplication(A,multiplication(B,star(B)))
% 2.76/3.00  -> multiplication(A,star(B))
% 2.76/3.00  Current number of equations to process: 628
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 269
% 2.76/3.00  New rule produced :
% 2.76/3.00  [278]
% 2.76/3.00  multiplication(star(A),B) addition multiplication(multiplication(A,star(A)),B)
% 2.76/3.00  -> multiplication(star(A),B)
% 2.76/3.00  Current number of equations to process: 627
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 270
% 2.76/3.00  New rule produced :
% 2.76/3.00  [279]
% 2.76/3.00  star(sigma) addition multiplication(b,star(sigma)) addition multiplication(a,
% 2.76/3.00                                                              star(sigma)) ->
% 2.76/3.00  star(sigma)
% 2.76/3.00  Current number of equations to process: 626
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 271
% 2.76/3.00  New rule produced :
% 2.76/3.00  [280]
% 2.76/3.00  multiplication(A,star(B)) addition multiplication(A,multiplication(star(B),B))
% 2.76/3.00  -> multiplication(A,star(B))
% 2.76/3.00  Current number of equations to process: 625
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 272
% 2.76/3.00  New rule produced :
% 2.76/3.00  [281]
% 2.76/3.00  multiplication(star(A),B) addition multiplication(multiplication(star(A),A),B)
% 2.76/3.00  -> multiplication(star(A),B)
% 2.76/3.00  Current number of equations to process: 624
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 273
% 2.76/3.00  New rule produced :
% 2.76/3.00  [282]
% 2.76/3.00  star(sigma) addition multiplication(star(sigma),b) addition multiplication(
% 2.76/3.00                                                              star(sigma),a) ->
% 2.76/3.00  star(sigma)
% 2.76/3.00  Current number of equations to process: 623
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 274
% 2.76/3.00  New rule produced :
% 2.76/3.00  [283] ifeq2(leq(star(A) addition B,one),true,star(A) addition B,one) -> one
% 2.76/3.00  Current number of equations to process: 622
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 275
% 2.76/3.00  New rule produced :
% 2.76/3.00  [284] ifeq3(star(A) addition B,one,leq(star(A) addition B,one),true) -> true
% 2.76/3.00  Current number of equations to process: 621
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 276
% 2.76/3.00  New rule produced :
% 2.76/3.00  [285]
% 2.76/3.00  leq(multiplication(A,star(A)) addition B,star(A) addition B addition C) ->
% 2.76/3.00  true
% 2.76/3.00  Current number of equations to process: 618
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 277
% 2.76/3.00  New rule produced :
% 2.76/3.00  [286]
% 2.76/3.00  leq(b addition multiplication(A,star(A)),sigma addition star(A) addition B)
% 2.76/3.00  -> true
% 2.76/3.00  Current number of equations to process: 617
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 278
% 2.76/3.00  New rule produced :
% 2.76/3.00  [287]
% 2.76/3.00  leq(a addition multiplication(A,star(A)),sigma addition star(A) addition B)
% 2.76/3.00  -> true
% 2.76/3.00  Current number of equations to process: 616
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 279
% 2.76/3.00  New rule produced :
% 2.76/3.00  [288]
% 2.76/3.00  leq(multiplication(star(A),A) addition B,star(A) addition B addition C) ->
% 2.76/3.00  true
% 2.76/3.00  Current number of equations to process: 615
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 280
% 2.76/3.00  New rule produced :
% 2.76/3.00  [289]
% 2.76/3.00  leq(b addition multiplication(star(A),A),sigma addition star(A) addition B)
% 2.76/3.00  -> true
% 2.76/3.00  Current number of equations to process: 614
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 281
% 2.76/3.00  New rule produced :
% 2.76/3.00  [290]
% 2.76/3.00  leq(a addition multiplication(star(A),A),sigma addition star(A) addition B)
% 2.76/3.00  -> true
% 2.76/3.00  Current number of equations to process: 613
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 282
% 2.76/3.00  New rule produced :
% 2.76/3.00  [291]
% 2.76/3.00  ifeq3(star(A) addition B,star(A),leq(one addition B,star(A)),true) -> true
% 2.76/3.00  Current number of equations to process: 608
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 283
% 2.76/3.00  New rule produced :
% 2.76/3.00  [292]
% 2.76/3.00  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(one)),one),true)
% 2.76/3.00  -> true
% 2.76/3.00  Current number of equations to process: 607
% 2.76/3.00  Current number of ordered equations: 0
% 2.76/3.00  Current number of rules: 284
% 103.25/103.56  New rule produced :
% 103.25/103.56  [293]
% 103.25/103.56  ifeq(leq(star(A),one),true,leq(multiplication(star(one),star(A)),one),true)
% 103.25/103.56  -> true
% 103.25/103.56  Current number of equations to process: 606
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 285
% 103.25/103.56  New rule produced :
% 103.25/103.56  [294]
% 103.25/103.56  leq(b addition one addition A,sigma addition star(B) addition A addition C)
% 103.25/103.56  -> true
% 103.25/103.56  Current number of equations to process: 605
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 286
% 103.25/103.56  New rule produced :
% 103.25/103.56  [295]
% 103.25/103.56  leq(a addition one addition A,sigma addition star(B) addition A addition C)
% 103.25/103.56  -> true
% 103.25/103.56  Current number of equations to process: 604
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 287
% 103.25/103.56  New rule produced :
% 103.25/103.56  [296]
% 103.25/103.56  ifeq2(leq(one addition A,star(B)),true,star(B) addition A,star(B)) -> star(B)
% 103.25/103.56  Current number of equations to process: 2240
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 288
% 103.25/103.56  New rule produced : [297] leq(star(zero),one) -> true
% 103.25/103.56  Current number of equations to process: 2344
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 289
% 103.25/103.56  New rule produced : [298] leq(star(zero),one addition A) -> true
% 103.25/103.56  Current number of equations to process: 2344
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 290
% 103.25/103.56  New rule produced :
% 103.25/103.56  [299] ifeq(leq(multiplication(A,B) addition A,A),true,true,true) -> true
% 103.25/103.56  Current number of equations to process: 2616
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 291
% 103.25/103.56  New rule produced :
% 103.25/103.56  [300]
% 103.25/103.56  leq(star(zero) addition multiplication(A,multiplication(star(A),star(zero))),
% 103.25/103.56  star(A)) -> true
% 103.25/103.56  Current number of equations to process: 2883
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 292
% 103.25/103.56  New rule produced :
% 103.25/103.56  [301]
% 103.25/103.56  star(zero) addition star(A) addition multiplication(multiplication(A,star(A)),
% 103.25/103.56                                       star(zero)) -> star(A)
% 103.25/103.56  Current number of equations to process: 2882
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 293
% 103.25/103.56  New rule produced :
% 103.25/103.56  [302]
% 103.25/103.56  leq(star(zero) addition multiplication(star(A),multiplication(A,star(zero))),
% 103.25/103.56  star(A)) -> true
% 103.25/103.56  Current number of equations to process: 2886
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 294
% 103.25/103.56  New rule produced :
% 103.25/103.56  [303]
% 103.25/103.56  star(zero) addition star(A) addition multiplication(multiplication(star(A),A),
% 103.25/103.56                                       star(zero)) -> star(A)
% 103.25/103.56  Current number of equations to process: 2885
% 103.25/103.56  Current number of ordered equations: 0
% 103.25/103.56  Current number of rules: 295
% 103.25/103.56  New rule produced : [304] multiplication(A,star(zero)) -> A
% 103.25/103.56  Rule
% 103.25/103.56  [61] ifeq(leq(A,B),true,leq(multiplication(A,star(zero)),B),true) -> true
% 103.25/103.56  collapsed.
% 103.25/103.56  Rule
% 103.25/103.56  [190]
% 103.25/103.56  leq(star(zero) addition multiplication(multiplication(A,star(A)),star(zero)),
% 103.25/103.56  star(A)) -> true collapsed.
% 103.25/103.56  Rule
% 103.25/103.56  [191]
% 103.25/103.56  leq(star(zero) addition multiplication(multiplication(star(A),A),star(zero)),
% 103.25/103.56  star(A)) -> true collapsed.
% 103.25/103.56  Rule [192] leq(multiplication(A,star(zero)),A) -> true collapsed.
% 103.25/103.56  Rule [193] leq(multiplication(A,star(zero)),A addition B) -> true collapsed.
% 103.25/103.56  Rule [194] ifeq(leq(A,multiplication(A,star(zero))),true,true,true) -> true
% 103.25/103.56  collapsed.
% 103.25/103.56  Rule
% 103.25/103.56  [195]
% 103.25/103.56  ifeq(leq(A,multiplication(A,star(zero)) addition B),true,true,true) -> true
% 103.25/103.56  collapsed.
% 103.25/103.56  Rule [236] leq(multiplication(a,star(zero)),sigma) -> true collapsed.
% 103.25/103.56  Rule [238] leq(multiplication(a,star(zero)),sigma addition A) -> true
% 103.25/103.56  collapsed.
% 103.25/103.56  Rule [240] leq(multiplication(b,star(zero)),sigma) -> true collapsed.
% 103.25/103.56  Rule [242] leq(multiplication(b,star(zero)),sigma addition A) -> true
% 103.25/103.56  collapsed.
% 103.25/103.56  Rule
% 103.25/103.56  [300]
% 103.25/103.56  leq(star(zero) addition multiplication(A,multiplication(star(A),star(zero))),
% 103.25/103.56  star(A)) -> true collapsed.
% 103.25/103.56  Rule
% 103.25/103.56  [301]
% 103.25/103.56  star(zero) addition star(A) addition multiplication(multiplication(A,star(A)),
% 103.25/103.56                                       star(zero)) -> star(A) collapsed.
% 103.25/103.56  Rule
% 103.25/103.56  [302]
% 103.25/103.56  leq(star(zero) addition multiplication(star(A),multiplication(A,star(zero))),
% 103.25/103.56  star(A)) -> true collapsed.
% 103.25/103.56  Rule
% 103.25/103.56  [303]
% 103.25/103.56  star(zero) addition star(A) addition multiplication(multiplication(star(A),A),
% 103.25/103.56                                       star(zero)) -> star(A) collapsed.
% 103.25/103.56  Current number of equations to process: 2891
% 103.25/103.56  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 281
% 103.66/103.95  New rule produced : [305] ifeq(leq(A,B),true,leq(A,B),true) -> true
% 103.66/103.95  Current number of equations to process: 2890
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 282
% 103.66/103.95  New rule produced :
% 103.66/103.95  [306] leq(star(zero) addition multiplication(A,star(A)),star(A)) -> true
% 103.66/103.95  Current number of equations to process: 2889
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 283
% 103.66/103.95  New rule produced :
% 103.66/103.95  [307] leq(star(zero) addition multiplication(star(A),A),star(A)) -> true
% 103.66/103.95  Current number of equations to process: 2888
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 284
% 103.66/103.95  New rule produced : [308] star(zero) addition star(A) -> star(A)
% 103.66/103.95  Current number of equations to process: 2886
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 285
% 103.66/103.95  New rule produced : [309] sigma addition multiplication(b,star(one)) -> sigma
% 103.66/103.95  Current number of equations to process: 2886
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 286
% 103.66/103.95  New rule produced :
% 103.66/103.95  [310]
% 103.66/103.95  leq(multiplication(star(zero),multiplication(b,star(one))),sigma) -> true
% 103.66/103.95  Current number of equations to process: 2886
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 287
% 103.66/103.95  New rule produced : [311] leq(star(one),one) -> true
% 103.66/103.95  Current number of equations to process: 2887
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 288
% 103.66/103.95  New rule produced : [312] multiplication(A,star(one)) -> A
% 103.66/103.95  Rule
% 103.66/103.95  [63]
% 103.66/103.95  ifeq(leq(A addition B,A),true,leq(multiplication(B,star(one)),A),true) ->
% 103.66/103.95  true collapsed.
% 103.66/103.95  Rule [197] leq(multiplication(b,star(one)),sigma) -> true collapsed.
% 103.66/103.95  Rule [198] leq(multiplication(b,star(one)),sigma addition A) -> true
% 103.66/103.95  collapsed.
% 103.66/103.95  Rule [199] leq(multiplication(A,star(one)),A) -> true collapsed.
% 103.66/103.95  Rule [200] leq(multiplication(A,star(one)),A addition B) -> true collapsed.
% 103.66/103.95  Rule
% 103.66/103.95  [201] ifeq(leq(sigma,b),true,leq(multiplication(a,star(one)),b),true) -> true
% 103.66/103.95  collapsed.
% 103.66/103.95  Rule
% 103.66/103.95  [202] ifeq(leq(sigma,a),true,leq(multiplication(b,star(one)),a),true) -> true
% 103.66/103.95  collapsed.
% 103.66/103.95  Rule [204] leq(multiplication(a,star(one)),sigma) -> true collapsed.
% 103.66/103.95  Rule [205] leq(multiplication(a,star(one)),sigma addition A) -> true
% 103.66/103.95  collapsed.
% 103.66/103.95  Rule
% 103.66/103.95  [259]
% 103.66/103.95  leq(multiplication(multiplication(A,star(A)),star(one)),star(A)) -> true
% 103.66/103.95  collapsed.
% 103.66/103.95  Rule
% 103.66/103.95  [266]
% 103.66/103.95  leq(multiplication(multiplication(star(A),A),star(one)),star(A)) -> true
% 103.66/103.95  collapsed.
% 103.66/103.95  Rule
% 103.66/103.95  [273]
% 103.66/103.95  leq(multiplication(multiplication(A,star(A)),star(one)),star(A) addition B)
% 103.66/103.95  -> true collapsed.
% 103.66/103.95  Rule
% 103.66/103.95  [275]
% 103.66/103.95  leq(multiplication(multiplication(star(A),A),star(one)),star(A) addition B)
% 103.66/103.95  -> true collapsed.
% 103.66/103.95  Rule
% 103.66/103.95  [292]
% 103.66/103.95  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(one)),one),true)
% 103.66/103.95  -> true collapsed.
% 103.66/103.95  Rule [309] sigma addition multiplication(b,star(one)) -> sigma collapsed.
% 103.66/103.95  Rule
% 103.66/103.95  [310]
% 103.66/103.95  leq(multiplication(star(zero),multiplication(b,star(one))),sigma) -> true
% 103.66/103.95  collapsed.
% 103.66/103.95  Current number of equations to process: 2891
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 273
% 103.66/103.95  New rule produced : [313] ifeq(leq(sigma,b),true,leq(a,b),true) -> true
% 103.66/103.95  Current number of equations to process: 2889
% 103.66/103.95  Current number of ordered equations: 1
% 103.66/103.95  Current number of rules: 274
% 103.66/103.95  New rule produced : [314] ifeq(leq(sigma,a),true,leq(b,a),true) -> true
% 103.66/103.95  Current number of equations to process: 2889
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 275
% 103.66/103.95  New rule produced : [315] leq(star(one),one addition A) -> true
% 103.66/103.95  Current number of equations to process: 2889
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 276
% 103.66/103.95  New rule produced :
% 103.66/103.95  [316] ifeq(leq(A addition B,A),true,leq(B,A),true) -> true
% 103.66/103.95  Current number of equations to process: 2887
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 277
% 103.66/103.95  New rule produced : [317] leq(star(one),star(A)) -> true
% 103.66/103.95  Current number of equations to process: 2887
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 278
% 103.66/103.95  New rule produced : [318] leq(star(one),star(A) addition B) -> true
% 103.66/103.95  Current number of equations to process: 2886
% 103.66/103.95  Current number of ordered equations: 0
% 103.66/103.95  Current number of rules: 279
% 103.66/103.95  New rule produced :
% 103.66/103.95  [319] ifeq(leq(star(A),one),true,leq(star(star(A)),one),true) -> true
% 105.65/105.91  Current number of equations to process: 2903
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 280
% 105.65/105.91  New rule produced :
% 105.65/105.91  [320]
% 105.65/105.91  ifeq(leq(one addition A,one),true,leq(star(one addition A),one),true) -> true
% 105.65/105.91  Current number of equations to process: 3011
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 281
% 105.65/105.91  New rule produced :
% 105.65/105.91  [321] ifeq(leq(multiplication(A,B) addition B,B),true,true,true) -> true
% 105.65/105.91  Current number of equations to process: 3275
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 282
% 105.65/105.91  New rule produced : [322] leq(star(zero),star(one)) -> true
% 105.65/105.91  Current number of equations to process: 3537
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 283
% 105.65/105.91  New rule produced :
% 105.65/105.91  [323]
% 105.65/105.91  star(A) addition multiplication(star(zero),multiplication(A,star(A))) ->
% 105.65/105.91  star(A)
% 105.65/105.91  Current number of equations to process: 3538
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 284
% 105.65/105.91  New rule produced :
% 105.65/105.91  [324]
% 105.65/105.91  leq(star(zero) addition multiplication(multiplication(star(zero),A),star(A)),
% 105.65/105.91  star(A)) -> true
% 105.65/105.91  Current number of equations to process: 3537
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 285
% 105.65/105.91  New rule produced :
% 105.65/105.91  [325]
% 105.65/105.91  star(A) addition multiplication(star(zero),multiplication(star(A),A)) ->
% 105.65/105.91  star(A)
% 105.65/105.91  Current number of equations to process: 3540
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 286
% 105.65/105.91  New rule produced :
% 105.65/105.91  [326]
% 105.65/105.91  leq(star(zero) addition multiplication(multiplication(star(zero),star(A)),A),
% 105.65/105.91  star(A)) -> true
% 105.65/105.91  Current number of equations to process: 3540
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 287
% 105.65/105.91  New rule produced : [327] multiplication(star(zero),A) -> A
% 105.65/105.91  Rule
% 105.65/105.91  [68] ifeq(leq(A,B),true,leq(multiplication(star(zero),A),B),true) -> true
% 105.65/105.91  collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [217]
% 105.65/105.91  leq(star(zero) addition multiplication(star(zero),multiplication(A,star(A))),
% 105.65/105.91  star(A)) -> true collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [218]
% 105.65/105.91  leq(star(zero) addition multiplication(star(zero),multiplication(star(A),A)),
% 105.65/105.91  star(A)) -> true collapsed.
% 105.65/105.91  Rule [219] leq(multiplication(star(zero),A),A) -> true collapsed.
% 105.65/105.91  Rule [220] leq(multiplication(star(zero),A),A addition B) -> true collapsed.
% 105.65/105.91  Rule [221] ifeq(leq(A,multiplication(star(zero),A)),true,true,true) -> true
% 105.65/105.91  collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [222]
% 105.65/105.91  ifeq(leq(A,multiplication(star(zero),A) addition B),true,true,true) -> true
% 105.65/105.91  collapsed.
% 105.65/105.91  Rule [237] leq(multiplication(star(zero),a),sigma) -> true collapsed.
% 105.65/105.91  Rule [239] leq(multiplication(star(zero),a),sigma addition A) -> true
% 105.65/105.91  collapsed.
% 105.65/105.91  Rule [241] leq(multiplication(star(zero),b),sigma) -> true collapsed.
% 105.65/105.91  Rule [243] leq(multiplication(star(zero),b),sigma addition A) -> true
% 105.65/105.91  collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [323]
% 105.65/105.91  star(A) addition multiplication(star(zero),multiplication(A,star(A))) ->
% 105.65/105.91  star(A) collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [324]
% 105.65/105.91  leq(star(zero) addition multiplication(multiplication(star(zero),A),star(A)),
% 105.65/105.91  star(A)) -> true collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [325]
% 105.65/105.91  star(A) addition multiplication(star(zero),multiplication(star(A),A)) ->
% 105.65/105.91  star(A) collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [326]
% 105.65/105.91  leq(star(zero) addition multiplication(multiplication(star(zero),star(A)),A),
% 105.65/105.91  star(A)) -> true collapsed.
% 105.65/105.91  Current number of equations to process: 3542
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 273
% 105.65/105.91  New rule produced : [328] sigma addition multiplication(star(one),b) -> sigma
% 105.65/105.91  Current number of equations to process: 3563
% 105.65/105.91  Current number of ordered equations: 0
% 105.65/105.91  Current number of rules: 274
% 105.65/105.91  New rule produced : [329] multiplication(star(one),A) -> A
% 105.65/105.91  Rule
% 105.65/105.91  [71]
% 105.65/105.91  ifeq(leq(A addition B,A),true,leq(multiplication(star(one),B),A),true) ->
% 105.65/105.91  true collapsed.
% 105.65/105.91  Rule [228] leq(multiplication(star(one),b),sigma) -> true collapsed.
% 105.65/105.91  Rule [229] leq(multiplication(star(one),b),sigma addition A) -> true
% 105.65/105.91  collapsed.
% 105.65/105.91  Rule [230] leq(multiplication(star(one),A),A) -> true collapsed.
% 105.65/105.91  Rule [231] leq(multiplication(star(one),A),A addition B) -> true collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [232] ifeq(leq(sigma,b),true,leq(multiplication(star(one),a),b),true) -> true
% 105.65/105.91  collapsed.
% 105.65/105.91  Rule
% 105.65/105.91  [233] ifeq(leq(sigma,a),true,leq(multiplication(star(one),b),a),true) -> true
% 105.65/105.91  collapsed.
% 105.65/105.91  Rule [234] leq(multiplication(star(one),a),sigma) -> true collapsed.
% 106.16/106.44  Rule [235] leq(multiplication(star(one),a),sigma addition A) -> true
% 106.16/106.44  collapsed.
% 106.16/106.44  Rule
% 106.16/106.44  [262]
% 106.16/106.44  leq(multiplication(star(one),multiplication(A,star(A))),star(A)) -> true
% 106.16/106.44  collapsed.
% 106.16/106.44  Rule
% 106.16/106.44  [267]
% 106.16/106.44  leq(multiplication(star(one),multiplication(star(A),A)),star(A)) -> true
% 106.16/106.44  collapsed.
% 106.16/106.44  Rule
% 106.16/106.44  [274]
% 106.16/106.44  leq(multiplication(star(one),multiplication(A,star(A))),star(A) addition B)
% 106.16/106.44  -> true collapsed.
% 106.16/106.44  Rule
% 106.16/106.44  [276]
% 106.16/106.44  leq(multiplication(star(one),multiplication(star(A),A)),star(A) addition B)
% 106.16/106.44  -> true collapsed.
% 106.16/106.44  Rule
% 106.16/106.44  [293]
% 106.16/106.44  ifeq(leq(star(A),one),true,leq(multiplication(star(one),star(A)),one),true)
% 106.16/106.44  -> true collapsed.
% 106.16/106.44  Rule [328] sigma addition multiplication(star(one),b) -> sigma collapsed.
% 106.16/106.44  Current number of equations to process: 3564
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 260
% 106.16/106.44  New rule produced : [330] leq(star(zero),star(A)) -> true
% 106.16/106.44  Rule [322] leq(star(zero),star(one)) -> true collapsed.
% 106.16/106.44  Current number of equations to process: 3564
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 260
% 106.16/106.44  New rule produced : [331] leq(star(zero),star(A) addition B) -> true
% 106.16/106.44  Current number of equations to process: 3563
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 261
% 106.16/106.44  New rule produced : [332] leq(A,multiplication(A,star(B))) -> true
% 106.16/106.44  Current number of equations to process: 3590
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 262
% 106.16/106.44  New rule produced : [333] leq(A,multiplication(A,star(B)) addition C) -> true
% 106.16/106.44  Current number of equations to process: 3589
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 263
% 106.16/106.44  New rule produced :
% 106.16/106.44  [334]
% 106.16/106.44  sigma addition multiplication(b,star(A)) ->
% 106.16/106.44  a addition multiplication(b,star(A))
% 106.16/106.44  Current number of equations to process: 3587
% 106.16/106.44  Current number of ordered equations: 1
% 106.16/106.44  Current number of rules: 264
% 106.16/106.44  New rule produced :
% 106.16/106.44  [335]
% 106.16/106.44  sigma addition multiplication(a,star(A)) ->
% 106.16/106.44  b addition multiplication(a,star(A))
% 106.16/106.44  Current number of equations to process: 3587
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 265
% 106.16/106.44  New rule produced :
% 106.16/106.44  [336] leq(A addition B,multiplication(A,star(C)) addition B) -> true
% 106.16/106.44  Current number of equations to process: 3604
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 266
% 106.16/106.44  New rule produced : [337] star(A) addition A -> star(A)
% 106.16/106.44  Current number of equations to process: 3633
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 267
% 106.16/106.44  New rule produced :
% 106.16/106.44  [338] multiplication(star(star(A)),star(A)) -> star(star(A))
% 106.16/106.44  Current number of equations to process: 3636
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 268
% 106.16/106.44  New rule produced :
% 106.16/106.44  [339]
% 106.16/106.44  one addition multiplication(star(A),star(B)) ->
% 106.16/106.44  multiplication(star(A),star(B))
% 106.16/106.44  Current number of equations to process: 3634
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 269
% 106.16/106.44  New rule produced :
% 106.16/106.44  [340] leq(b addition A,sigma addition multiplication(A,star(B))) -> true
% 106.16/106.44  Current number of equations to process: 3633
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 270
% 106.16/106.44  New rule produced :
% 106.16/106.44  [341] leq(a addition A,sigma addition multiplication(A,star(B))) -> true
% 106.16/106.44  Current number of equations to process: 3632
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 271
% 106.16/106.44  New rule produced : [342] leq(one,multiplication(star(A),star(B))) -> true
% 106.16/106.44  Current number of equations to process: 3696
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 272
% 106.16/106.44  New rule produced : [343] leq(A,multiplication(star(B),A)) -> true
% 106.16/106.44  Current number of equations to process: 3725
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 273
% 106.16/106.44  New rule produced : [344] leq(A,multiplication(star(B),A) addition C) -> true
% 106.16/106.44  Current number of equations to process: 3724
% 106.16/106.44  Current number of ordered equations: 0
% 106.16/106.44  Current number of rules: 274
% 106.16/106.44  New rule produced :
% 106.16/106.44  [345]
% 106.16/106.44  sigma addition multiplication(star(A),b) ->
% 106.16/106.44  a addition multiplication(star(A),b)
% 106.16/106.44  Current number of equations to process: 3722
% 106.16/106.44  Current number of ordered equations: 1
% 106.16/106.44  Current number of rules: 275
% 106.16/106.44  New rule produced :
% 106.16/106.44  [346]
% 106.16/106.44  sigma addition multiplication(star(A),a) ->
% 106.16/106.44  b addition multiplication(star(A),a)
% 106.58/106.82  Current number of equations to process: 3722
% 106.58/106.82  Current number of ordered equations: 0
% 106.58/106.82  Current number of rules: 276
% 106.58/106.82  New rule produced :
% 106.58/106.82  [347] leq(one,multiplication(star(A),star(B)) addition C) -> true
% 106.58/106.82  Current number of equations to process: 3721
% 106.58/106.82  Current number of ordered equations: 0
% 106.58/106.82  Current number of rules: 277
% 106.58/106.82  New rule produced :
% 106.58/106.82  [348] leq(A addition B,multiplication(star(C),A) addition B) -> true
% 106.58/106.82  Current number of equations to process: 3738
% 106.58/106.82  Current number of ordered equations: 0
% 106.58/106.82  Current number of rules: 278
% 106.58/106.82  New rule produced :
% 106.58/106.82  [349] multiplication(star(A),star(star(A))) -> star(star(A))
% 106.58/106.82  Current number of equations to process: 3765
% 106.58/106.82  Current number of ordered equations: 0
% 106.58/106.82  Current number of rules: 279
% 106.58/106.82  New rule produced :
% 106.58/106.82  [350] leq(b addition A,sigma addition multiplication(star(B),A)) -> true
% 106.58/106.82  Current number of equations to process: 3766
% 106.58/106.82  Current number of ordered equations: 0
% 106.58/106.82  Current number of rules: 280
% 106.58/106.82  New rule produced :
% 106.58/106.82  [351] leq(a addition A,sigma addition multiplication(star(B),A)) -> true
% 106.58/106.83  Current number of equations to process: 3765
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 281
% 106.58/106.83  New rule produced :
% 106.58/106.83  [352]
% 106.58/106.83  leq(A addition B,multiplication(A,star(C)) addition B addition V_3) -> true
% 106.58/106.83  Current number of equations to process: 3833
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 282
% 106.58/106.83  New rule produced :
% 106.58/106.83  [353]
% 106.58/106.83  leq(b addition A,sigma addition multiplication(A,star(B)) addition C) -> true
% 106.58/106.83  Current number of equations to process: 3832
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 283
% 106.58/106.83  New rule produced :
% 106.58/106.83  [354]
% 106.58/106.83  leq(a addition A,sigma addition multiplication(A,star(B)) addition C) -> true
% 106.58/106.83  Current number of equations to process: 3831
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 284
% 106.58/106.83  New rule produced :
% 106.58/106.83  [355]
% 106.58/106.83  multiplication(star(A),star(B)) addition multiplication(A,star(A)) ->
% 106.58/106.83  multiplication(star(A),star(B))
% 106.58/106.83  Current number of equations to process: 3829
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 285
% 106.58/106.83  New rule produced :
% 106.58/106.83  [356]
% 106.58/106.83  multiplication(star(A),star(B)) addition multiplication(star(A),A) ->
% 106.58/106.83  multiplication(star(A),star(B))
% 106.58/106.83  Current number of equations to process: 3828
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 286
% 106.58/106.83  New rule produced :
% 106.58/106.83  [357]
% 106.58/106.83  multiplication(multiplication(A,star(B)),star(C)) addition A ->
% 106.58/106.83  multiplication(multiplication(A,star(B)),star(C))
% 106.58/106.83  Current number of equations to process: 3827
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 287
% 106.58/106.83  New rule produced :
% 106.58/106.83  [358]
% 106.58/106.83  leq(A addition B,multiplication(star(C),A) addition B addition V_3) -> true
% 106.58/106.83  Current number of equations to process: 3826
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 288
% 106.58/106.83  New rule produced :
% 106.58/106.83  [359]
% 106.58/106.83  leq(b addition A,sigma addition multiplication(star(B),A) addition C) -> true
% 106.58/106.83  Current number of equations to process: 3825
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 289
% 106.58/106.83  New rule produced :
% 106.58/106.83  [360]
% 106.58/106.83  leq(a addition A,sigma addition multiplication(star(B),A) addition C) -> true
% 106.58/106.83  Current number of equations to process: 3824
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 290
% 106.58/106.83  New rule produced :
% 106.58/106.83  [361]
% 106.58/106.83  multiplication(star(A),star(B)) addition multiplication(B,star(B)) ->
% 106.58/106.83  multiplication(star(A),star(B))
% 106.58/106.83  Current number of equations to process: 3823
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 291
% 106.58/106.83  New rule produced :
% 106.58/106.83  [362]
% 106.58/106.83  multiplication(star(A),star(B)) addition multiplication(star(B),B) ->
% 106.58/106.83  multiplication(star(A),star(B))
% 106.58/106.83  Current number of equations to process: 3822
% 106.58/106.83  Current number of ordered equations: 0
% 106.58/106.83  Current number of rules: 292
% 106.58/106.83  New rule produced :
% 106.58/106.83  [363]
% 106.58/106.83  multiplication(star(A),multiplication(B,star(C))) addition B ->
% 106.58/106.83  multiplication(star(A),multiplication(B,star(C)))
% 106.58/106.83  Current number of equations to process: 3820
% 106.58/106.83  Current number of ordered equations: 1
% 106.58/106.83  Current number of rules: 293
% 106.58/106.83  New rule produced :
% 106.58/106.83  [364]
% 106.58/106.83  multiplication(multiplication(star(A),B),star(C)) addition B ->
% 106.58/106.83  multiplication(multiplication(star(A),B),star(C))
% 106.58/106.83  Current number of equations to process: 3820
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 294
% 107.08/107.34  New rule produced :
% 107.08/107.34  [365]
% 107.08/107.34  multiplication(star(A),multiplication(star(B),C)) addition C ->
% 107.08/107.34  multiplication(star(A),multiplication(star(B),C))
% 107.08/107.34  Current number of equations to process: 3819
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 295
% 107.08/107.34  New rule produced :
% 107.08/107.34  [366]
% 107.08/107.34  leq(multiplication(b,star(sigma)) addition multiplication(a,star(sigma)),
% 107.08/107.34  star(sigma)) -> true
% 107.08/107.34  Current number of equations to process: 3836
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 296
% 107.08/107.34  New rule produced :
% 107.08/107.34  [367] leq(multiplication(A,star(A)),multiplication(star(A),star(B))) -> true
% 107.08/107.34  Current number of equations to process: 3853
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 297
% 107.08/107.34  New rule produced :
% 107.08/107.34  [368] leq(multiplication(A,star(A)),multiplication(star(B),star(A))) -> true
% 107.08/107.34  Current number of equations to process: 3852
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 298
% 107.08/107.34  New rule produced :
% 107.08/107.34  [369]
% 107.08/107.34  leq(multiplication(A,star(A)),multiplication(star(A),star(B)) addition C) ->
% 107.08/107.34  true
% 107.08/107.34  Current number of equations to process: 3851
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 299
% 107.08/107.34  New rule produced :
% 107.08/107.34  [370]
% 107.08/107.34  leq(multiplication(A,star(A)),multiplication(star(B),star(A)) addition C) ->
% 107.08/107.34  true
% 107.08/107.34  Current number of equations to process: 3850
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 300
% 107.08/107.34  New rule produced :
% 107.08/107.34  [371]
% 107.08/107.34  multiplication(multiplication(A,B),star(C)) <->
% 107.08/107.34  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B)
% 107.08/107.34  Current number of equations to process: 3849
% 107.08/107.34  Current number of ordered equations: 1
% 107.08/107.34  Current number of rules: 301
% 107.08/107.34  New rule produced :
% 107.08/107.34  [372]
% 107.08/107.34  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) <->
% 107.08/107.34  multiplication(multiplication(A,B),star(C))
% 107.08/107.34  Current number of equations to process: 3849
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 302
% 107.08/107.34  Rule [371]
% 107.08/107.34       multiplication(multiplication(A,B),star(C)) <->
% 107.08/107.34       multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) is composed into 
% 107.08/107.34  [371]
% 107.08/107.34  multiplication(multiplication(A,B),star(C)) <->
% 107.08/107.34  multiplication(A,multiplication(B,star(C)))
% 107.08/107.34  New rule produced :
% 107.08/107.34  [373]
% 107.08/107.34  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) ->
% 107.08/107.34  multiplication(A,multiplication(B,star(C)))
% 107.08/107.34  Rule
% 107.08/107.34  [372]
% 107.08/107.34  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) <->
% 107.08/107.34  multiplication(multiplication(A,B),star(C)) collapsed.
% 107.08/107.34  Current number of equations to process: 3848
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 302
% 107.08/107.34  New rule produced :
% 107.08/107.34  [374]
% 107.08/107.34  multiplication(multiplication(A,star(B)),C) addition multiplication(A,C) ->
% 107.08/107.34  multiplication(multiplication(A,star(B)),C)
% 107.08/107.34  Current number of equations to process: 3847
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 303
% 107.08/107.34  New rule produced :
% 107.08/107.34  [375]
% 107.08/107.34  multiplication(star(A),multiplication(B,C)) <->
% 107.08/107.34  multiplication(multiplication(star(A),B),C) addition multiplication(B,C)
% 107.08/107.34  Current number of equations to process: 3846
% 107.08/107.34  Current number of ordered equations: 1
% 107.08/107.34  Current number of rules: 304
% 107.08/107.34  New rule produced :
% 107.08/107.34  [376]
% 107.08/107.34  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) <->
% 107.08/107.34  multiplication(star(A),multiplication(B,C))
% 107.08/107.34  Current number of equations to process: 3846
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 305
% 107.08/107.34  New rule produced :
% 107.08/107.34  [377]
% 107.08/107.34  multiplication(A,multiplication(star(B),C)) addition multiplication(A,C) ->
% 107.08/107.34  multiplication(A,multiplication(star(B),C))
% 107.08/107.34  Current number of equations to process: 3845
% 107.08/107.34  Current number of ordered equations: 0
% 107.08/107.34  Current number of rules: 306
% 107.08/107.34  Rule [375]
% 107.08/107.34       multiplication(star(A),multiplication(B,C)) <->
% 107.08/107.34       multiplication(multiplication(star(A),B),C) addition multiplication(B,C) is composed into 
% 107.08/107.34  [375]
% 107.08/107.34  multiplication(star(A),multiplication(B,C)) <->
% 107.08/107.34  multiplication(multiplication(star(A),B),C)
% 107.08/107.34  New rule produced :
% 107.08/107.34  [378]
% 107.08/107.34  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) ->
% 107.08/107.34  multiplication(multiplication(star(A),B),C)
% 107.08/107.34  Rule
% 107.08/107.34  [376]
% 107.08/107.34  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) <->
% 107.68/107.96  multiplication(star(A),multiplication(B,C)) collapsed.
% 107.68/107.96  Current number of equations to process: 3844
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 306
% 107.68/107.96  New rule produced :
% 107.68/107.96  [379] leq(one addition multiplication(A,star(A)),star(A) addition B) -> true
% 107.68/107.96  Current number of equations to process: 3855
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 307
% 107.68/107.96  New rule produced :
% 107.68/107.96  [380] leq(one addition multiplication(star(A),A),star(A) addition B) -> true
% 107.68/107.96  Current number of equations to process: 3854
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 308
% 107.68/107.96  New rule produced :
% 107.68/107.96  [381] leq(one addition A,star(B) addition multiplication(A,star(C))) -> true
% 107.68/107.96  Current number of equations to process: 3863
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 309
% 107.68/107.96  New rule produced :
% 107.68/107.96  [382] leq(one addition A,multiplication(star(B),star(C)) addition A) -> true
% 107.68/107.96  Current number of equations to process: 3861
% 107.68/107.96  Current number of ordered equations: 1
% 107.68/107.96  Current number of rules: 310
% 107.68/107.96  New rule produced :
% 107.68/107.96  [383] leq(one addition A,star(B) addition multiplication(star(C),A)) -> true
% 107.68/107.96  Current number of equations to process: 3861
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 311
% 107.68/107.96  New rule produced :
% 107.68/107.96  [384]
% 107.68/107.96  leq(b addition one,sigma addition multiplication(star(A),star(B))) -> true
% 107.68/107.96  Current number of equations to process: 3860
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 312
% 107.68/107.96  New rule produced :
% 107.68/107.96  [385]
% 107.68/107.96  leq(a addition one,sigma addition multiplication(star(A),star(B))) -> true
% 107.68/107.96  Current number of equations to process: 3861
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 313
% 107.68/107.96  New rule produced :
% 107.68/107.96  [386]
% 107.68/107.96  leq(multiplication(star(sigma),b) addition multiplication(star(sigma),a),
% 107.68/107.96  star(sigma)) -> true
% 107.68/107.96  Current number of equations to process: 3883
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 314
% 107.68/107.96  New rule produced :
% 107.68/107.96  [387] leq(multiplication(star(A),A),multiplication(star(A),star(B))) -> true
% 107.68/107.96  Current number of equations to process: 3908
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 315
% 107.68/107.96  New rule produced :
% 107.68/107.96  [388] leq(multiplication(star(A),A),multiplication(star(B),star(A))) -> true
% 107.68/107.96  Current number of equations to process: 3907
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 316
% 107.68/107.96  New rule produced :
% 107.68/107.96  [389]
% 107.68/107.96  leq(multiplication(star(A),A),multiplication(star(A),star(B)) addition C) ->
% 107.68/107.96  true
% 107.68/107.96  Current number of equations to process: 3906
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 317
% 107.68/107.96  New rule produced :
% 107.68/107.96  [390]
% 107.68/107.96  leq(multiplication(star(A),A),multiplication(star(B),star(A)) addition C) ->
% 107.68/107.96  true
% 107.68/107.96  Current number of equations to process: 3905
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 318
% 107.68/107.96  New rule produced :
% 107.68/107.96  [391]
% 107.68/107.96  ifeq2(leq(multiplication(A,star(B)),A),true,multiplication(A,star(B)),A) -> A
% 107.68/107.96  Current number of equations to process: 3904
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 319
% 107.68/107.96  New rule produced :
% 107.68/107.96  [392]
% 107.68/107.96  ifeq3(multiplication(A,star(B)),A,leq(multiplication(A,star(B)),A),true) ->
% 107.68/107.96  true
% 107.68/107.96  Current number of equations to process: 3903
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 320
% 107.68/107.96  New rule produced :
% 107.68/107.96  [393]
% 107.68/107.96  ifeq2(leq(multiplication(star(A),B),B),true,multiplication(star(A),B),B) -> B
% 107.68/107.96  Current number of equations to process: 3900
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 321
% 107.68/107.96  New rule produced :
% 107.68/107.96  [394]
% 107.68/107.96  ifeq3(multiplication(star(A),B),B,leq(multiplication(star(A),B),B),true) ->
% 107.68/107.96  true
% 107.68/107.96  Current number of equations to process: 3899
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 322
% 107.68/107.96  New rule produced :
% 107.68/107.96  [395]
% 107.68/107.96  leq(one addition multiplication(A,star(A)) addition B,star(A) addition B) ->
% 107.68/107.96  true
% 107.68/107.96  Current number of equations to process: 3896
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 323
% 107.68/107.96  New rule produced :
% 107.68/107.96  [396]
% 107.68/107.96  leq(one addition multiplication(star(A),A) addition B,star(A) addition B) ->
% 107.68/107.96  true
% 107.68/107.96  Current number of equations to process: 3895
% 107.68/107.96  Current number of ordered equations: 0
% 107.68/107.96  Current number of rules: 324
% 107.68/107.96  New rule produced :
% 108.77/109.09  [397]
% 108.77/109.09  leq(one addition A,star(B) addition multiplication(A,star(C)) addition V_3)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 3894
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 325
% 108.77/109.09  New rule produced :
% 108.77/109.09  [398]
% 108.77/109.09  leq(one addition A,multiplication(star(B),star(C)) addition A addition V_3)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 3892
% 108.77/109.09  Current number of ordered equations: 1
% 108.77/109.09  Current number of rules: 326
% 108.77/109.09  New rule produced :
% 108.77/109.09  [399]
% 108.77/109.09  leq(one addition A,star(B) addition multiplication(star(C),A) addition V_3)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 3892
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 327
% 108.77/109.09  New rule produced :
% 108.77/109.09  [400]
% 108.77/109.09  leq(b addition one,sigma addition multiplication(star(A),star(B)) addition C)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 3891
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 328
% 108.77/109.09  New rule produced :
% 108.77/109.09  [401]
% 108.77/109.09  leq(a addition one,sigma addition multiplication(star(A),star(B)) addition C)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 3890
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 329
% 108.77/109.09  New rule produced :
% 108.77/109.09  [402]
% 108.77/109.09  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(A)) ->
% 108.77/109.09  true
% 108.77/109.09  Current number of equations to process: 3905
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 330
% 108.77/109.09  New rule produced :
% 108.77/109.09  [403]
% 108.77/109.09  leq(b addition one addition multiplication(A,star(A)),sigma addition star(A))
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4001
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 331
% 108.77/109.09  New rule produced :
% 108.77/109.09  [404]
% 108.77/109.09  leq(b addition one addition multiplication(star(A),A),sigma addition star(A))
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4000
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 332
% 108.77/109.09  New rule produced :
% 108.77/109.09  [405]
% 108.77/109.09  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,star(B))) ->
% 108.77/109.09  true
% 108.77/109.09  Current number of equations to process: 4033
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 333
% 108.77/109.09  New rule produced :
% 108.77/109.09  [406]
% 108.77/109.09  multiplication(multiplication(A,B),star(B)) addition multiplication(A,
% 108.77/109.09                                                       star(B)) ->
% 108.77/109.09  multiplication(A,star(B))
% 108.77/109.09  Current number of equations to process: 4032
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 334
% 108.77/109.09  New rule produced :
% 108.77/109.09  [407]
% 108.77/109.09  leq(a addition one addition multiplication(A,star(A)),sigma addition star(A))
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4031
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 335
% 108.77/109.09  New rule produced :
% 108.77/109.09  [408]
% 108.77/109.09  leq(a addition one addition multiplication(star(A),A),sigma addition star(A))
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4030
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 336
% 108.77/109.09  New rule produced :
% 108.77/109.09  [409]
% 108.77/109.09  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,star(B)) addition C)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4029
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 337
% 108.77/109.09  New rule produced :
% 108.77/109.09  [410]
% 108.77/109.09  leq(b addition A addition B,sigma addition multiplication(A,star(C)) addition B)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4028
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 338
% 108.77/109.09  New rule produced :
% 108.77/109.09  [411]
% 108.77/109.09  leq(a addition A addition B,sigma addition multiplication(A,star(C)) addition B)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4027
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 339
% 108.77/109.09  New rule produced :
% 108.77/109.09  [412]
% 108.77/109.09  leq(b addition A addition B,sigma addition multiplication(star(C),A) addition B)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4026
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 340
% 108.77/109.09  New rule produced :
% 108.77/109.09  [413]
% 108.77/109.09  leq(a addition A addition B,sigma addition multiplication(star(C),A) addition B)
% 108.77/109.09  -> true
% 108.77/109.09  Current number of equations to process: 4025
% 108.77/109.09  Current number of ordered equations: 0
% 108.77/109.09  Current number of rules: 341
% 108.77/109.09  New rule produced :
% 108.77/109.09  [414]
% 108.77/109.09  leq(multiplication(b,star(sigma)) addition multiplication(a,star(sigma)),
% 108.77/109.09  star(sigma) addition A) -> true
% 108.77/109.09  Current number of equations to process: 4024
% 108.77/109.09  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 342
% 113.08/113.37  New rule produced :
% 113.08/113.37  [415]
% 113.08/113.37  leq(multiplication(star(sigma),b) addition multiplication(star(sigma),a),
% 113.08/113.37  star(sigma) addition A) -> true
% 113.08/113.37  Current number of equations to process: 4021
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 343
% 113.08/113.37  New rule produced :
% 113.08/113.37  [416]
% 113.08/113.37  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),B)) ->
% 113.08/113.37  true
% 113.08/113.37  Current number of equations to process: 4301
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 344
% 113.08/113.37  New rule produced :
% 113.08/113.37  [417]
% 113.08/113.37  multiplication(star(A),B) addition multiplication(A,multiplication(star(A),B))
% 113.08/113.37  -> multiplication(star(A),B)
% 113.08/113.37  Current number of equations to process: 4300
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 345
% 113.08/113.37  New rule produced :
% 113.08/113.37  [418]
% 113.08/113.37  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),B) addition C)
% 113.08/113.37  -> true
% 113.08/113.37  Current number of equations to process: 4299
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 346
% 113.08/113.37  New rule produced :
% 113.08/113.37  [419] star(A) addition multiplication(multiplication(A,star(A)),A) -> star(A)
% 113.08/113.37  Current number of equations to process: 4349
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 347
% 113.08/113.37  New rule produced :
% 113.08/113.37  [420] star(sigma) addition multiplication(b,star(sigma)) -> star(sigma)
% 113.08/113.37  Rule
% 113.08/113.37  [279]
% 113.08/113.37  star(sigma) addition multiplication(b,star(sigma)) addition multiplication(a,
% 113.08/113.37                                                              star(sigma)) ->
% 113.08/113.37  star(sigma) collapsed.
% 113.08/113.37  Current number of equations to process: 4533
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 347
% 113.08/113.37  New rule produced :
% 113.08/113.37  [421] star(sigma) addition multiplication(a,star(sigma)) -> star(sigma)
% 113.08/113.37  Current number of equations to process: 4532
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 348
% 113.08/113.37  New rule produced :
% 113.08/113.37  [422]
% 113.08/113.37  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,star(B))) ->
% 113.08/113.37  true
% 113.08/113.37  Current number of equations to process: 4559
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 349
% 113.08/113.37  New rule produced :
% 113.08/113.37  [423]
% 113.08/113.37  multiplication(multiplication(A,star(B)),B) addition multiplication(A,
% 113.08/113.37                                                       star(B)) ->
% 113.08/113.37  multiplication(A,star(B))
% 113.08/113.37  Current number of equations to process: 4558
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 350
% 113.08/113.37  New rule produced :
% 113.08/113.37  [424]
% 113.08/113.37  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,star(B)) addition C)
% 113.08/113.37  -> true
% 113.08/113.37  Current number of equations to process: 4557
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 351
% 113.08/113.37  New rule produced :
% 113.08/113.37  [425] star(A) addition multiplication(A,multiplication(star(A),A)) -> star(A)
% 113.08/113.37  Current number of equations to process: 4609
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 352
% 113.08/113.37  New rule produced :
% 113.08/113.37  [426]
% 113.08/113.37  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),B)) ->
% 113.08/113.37  true
% 113.08/113.37  Current number of equations to process: 4832
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 353
% 113.08/113.37  New rule produced :
% 113.08/113.37  [427]
% 113.08/113.37  multiplication(star(A),multiplication(A,B)) addition multiplication(star(A),B)
% 113.08/113.37  -> multiplication(star(A),B)
% 113.08/113.37  Current number of equations to process: 4831
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 354
% 113.08/113.37  New rule produced :
% 113.08/113.37  [428]
% 113.08/113.37  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),B) addition C)
% 113.08/113.37  -> true
% 113.08/113.37  Current number of equations to process: 4830
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 355
% 113.08/113.37  New rule produced :
% 113.08/113.37  [429] star(sigma) addition multiplication(star(sigma),a) -> star(sigma)
% 113.08/113.37  Rule
% 113.08/113.37  [282]
% 113.08/113.37  star(sigma) addition multiplication(star(sigma),b) addition multiplication(
% 113.08/113.37                                                              star(sigma),a) ->
% 113.08/113.37  star(sigma) collapsed.
% 113.08/113.37  Current number of equations to process: 4203
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 355
% 113.08/113.37  New rule produced :
% 113.08/113.37  [430] star(sigma) addition multiplication(star(sigma),b) -> star(sigma)
% 113.08/113.37  Current number of equations to process: 4202
% 113.08/113.37  Current number of ordered equations: 0
% 113.08/113.37  Current number of rules: 356
% 113.08/113.37  New rule produced :
% 113.08/113.37  [431]
% 114.17/114.48  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(A) addition B)
% 114.17/114.48  -> true
% 114.17/114.48  Current number of equations to process: 4264
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 357
% 114.17/114.48  New rule produced :
% 114.17/114.48  [432]
% 114.17/114.48  leq(multiplication(A,star(A)) addition B,star(A) addition multiplication(B,
% 114.17/114.48                                                            star(C))) -> true
% 114.17/114.48  Current number of equations to process: 4262
% 114.17/114.48  Current number of ordered equations: 1
% 114.17/114.48  Current number of rules: 358
% 114.17/114.48  New rule produced :
% 114.17/114.48  [433]
% 114.17/114.48  leq(multiplication(A,star(A)) addition B,multiplication(star(A),star(C)) addition B)
% 114.17/114.48  -> true
% 114.17/114.48  Current number of equations to process: 4262
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 359
% 114.17/114.48  New rule produced :
% 114.17/114.48  [434]
% 114.17/114.48  leq(multiplication(A,star(A)) addition B,star(A) addition multiplication(
% 114.17/114.48                                                            star(C),B)) -> true
% 114.17/114.48  Current number of equations to process: 4260
% 114.17/114.48  Current number of ordered equations: 1
% 114.17/114.48  Current number of rules: 360
% 114.17/114.48  New rule produced :
% 114.17/114.48  [435]
% 114.17/114.48  leq(multiplication(A,star(A)) addition B,multiplication(star(C),star(A)) addition B)
% 114.17/114.48  -> true
% 114.17/114.48  Current number of equations to process: 4260
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 361
% 114.17/114.48  New rule produced :
% 114.17/114.48  [436]
% 114.17/114.48  leq(b addition multiplication(A,star(A)),sigma addition multiplication(
% 114.17/114.48                                                          star(A),star(B))) ->
% 114.17/114.48  true
% 114.17/114.48  Current number of equations to process: 4277
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 362
% 114.17/114.48  New rule produced :
% 114.17/114.48  [437]
% 114.17/114.48  leq(b addition multiplication(A,star(A)),sigma addition multiplication(
% 114.17/114.48                                                          star(B),star(A))) ->
% 114.17/114.48  true
% 114.17/114.48  Current number of equations to process: 4276
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 363
% 114.17/114.48  New rule produced :
% 114.17/114.48  [438]
% 114.17/114.48  leq(a addition multiplication(A,star(A)),sigma addition multiplication(
% 114.17/114.48                                                          star(A),star(B))) ->
% 114.17/114.48  true
% 114.17/114.48  Current number of equations to process: 4297
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 364
% 114.17/114.48  New rule produced :
% 114.17/114.48  [439]
% 114.17/114.48  leq(a addition multiplication(A,star(A)),sigma addition multiplication(
% 114.17/114.48                                                          star(B),star(A))) ->
% 114.17/114.48  true
% 114.17/114.48  Current number of equations to process: 4296
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 365
% 114.17/114.48  New rule produced :
% 114.17/114.48  [440]
% 114.17/114.48  leq(multiplication(star(A),A) addition B,star(A) addition multiplication(B,
% 114.17/114.48                                                            star(C))) -> true
% 114.17/114.48  Current number of equations to process: 4356
% 114.17/114.48  Current number of ordered equations: 1
% 114.17/114.48  Current number of rules: 366
% 114.17/114.48  New rule produced :
% 114.17/114.48  [441]
% 114.17/114.48  leq(multiplication(star(A),A) addition B,multiplication(star(A),star(C)) addition B)
% 114.17/114.48  -> true
% 114.17/114.48  Current number of equations to process: 4356
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 367
% 114.17/114.48  New rule produced :
% 114.17/114.48  [442]
% 114.17/114.48  leq(multiplication(star(A),A) addition B,star(A) addition multiplication(
% 114.17/114.48                                                            star(C),B)) -> true
% 114.17/114.48  Current number of equations to process: 4354
% 114.17/114.48  Current number of ordered equations: 1
% 114.17/114.48  Current number of rules: 368
% 114.17/114.48  New rule produced :
% 114.17/114.48  [443]
% 114.17/114.48  leq(multiplication(star(A),A) addition B,multiplication(star(C),star(A)) addition B)
% 114.17/114.48  -> true
% 114.17/114.48  Current number of equations to process: 4354
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 369
% 114.17/114.48  New rule produced :
% 114.17/114.48  [444]
% 114.17/114.48  leq(b addition multiplication(star(A),A),sigma addition multiplication(
% 114.17/114.48                                                          star(A),star(B))) ->
% 114.17/114.48  true
% 114.17/114.48  Current number of equations to process: 4378
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 370
% 114.17/114.48  New rule produced :
% 114.17/114.48  [445]
% 114.17/114.48  leq(b addition multiplication(star(A),A),sigma addition multiplication(
% 114.17/114.48                                                          star(B),star(A))) ->
% 114.17/114.48  true
% 114.17/114.48  Current number of equations to process: 4377
% 114.17/114.48  Current number of ordered equations: 0
% 114.17/114.48  Current number of rules: 371
% 114.17/114.48  New rule produced :
% 114.17/114.48  [446]
% 114.17/114.48  leq(a addition multiplication(star(A),A),sigma addition multiplication(
% 115.07/115.36                                                          star(A),star(B))) ->
% 115.07/115.36  true
% 115.07/115.36  Current number of equations to process: 4400
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 372
% 115.07/115.36  New rule produced :
% 115.07/115.36  [447]
% 115.07/115.36  leq(a addition multiplication(star(A),A),sigma addition multiplication(
% 115.07/115.36                                                          star(B),star(A))) ->
% 115.07/115.36  true
% 115.07/115.36  Current number of equations to process: 4399
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 373
% 115.07/115.36  New rule produced :
% 115.07/115.36  [448]
% 115.07/115.36  ifeq3(sigma addition A,b addition A,leq(sigma addition A,b addition A),true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4398
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 374
% 115.07/115.36  New rule produced :
% 115.07/115.36  [449]
% 115.07/115.36  ifeq3(sigma addition A,a addition A,leq(sigma addition A,a addition A),true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4397
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 375
% 115.07/115.36  New rule produced :
% 115.07/115.36  [450]
% 115.07/115.36  ifeq(leq(multiplication(A,B) addition multiplication(C,B),A addition C),true,true,true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4396
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 376
% 115.07/115.36  New rule produced :
% 115.07/115.36  [451]
% 115.07/115.36  ifeq(leq(multiplication(A,multiplication(multiplication(B,C),V_3)),multiplication(A,B)),true,true,true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4395
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 377
% 115.07/115.36  New rule produced :
% 115.07/115.36  [452]
% 115.07/115.36  ifeq(leq(multiplication(multiplication(A,multiplication(B,C)),V_3),multiplication(A,B)),true,true,true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4394
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 378
% 115.07/115.36  New rule produced :
% 115.07/115.36  [453]
% 115.07/115.36  ifeq(leq(multiplication(A,B) addition multiplication(A,C),B addition C),true,true,true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4472
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 379
% 115.07/115.36  New rule produced :
% 115.07/115.36  [454]
% 115.07/115.36  ifeq(leq(multiplication(A,multiplication(multiplication(B,C),V_3)),multiplication(C,V_3)),true,true,true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4471
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 380
% 115.07/115.36  New rule produced :
% 115.07/115.36  [455]
% 115.07/115.36  ifeq(leq(multiplication(multiplication(A,multiplication(B,C)),V_3),multiplication(C,V_3)),true,true,true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4470
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 381
% 115.07/115.36  New rule produced :
% 115.07/115.36  [456]
% 115.07/115.36  ifeq3(star(A) addition B,one addition B,leq(star(A),one addition B),true) ->
% 115.07/115.36  true
% 115.07/115.36  Current number of equations to process: 4468
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 382
% 115.07/115.36  New rule produced :
% 115.07/115.36  [457] ifeq(leq(star(A),A),true,leq(star(star(A)),A),true) -> true
% 115.07/115.36  Current number of equations to process: 4466
% 115.07/115.36  Current number of ordered equations: 1
% 115.07/115.36  Current number of rules: 383
% 115.07/115.36  New rule produced :
% 115.07/115.36  [458]
% 115.07/115.36  ifeq3(star(A),multiplication(A,star(A)),leq(star(A),multiplication(A,star(A))),true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4466
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 384
% 115.07/115.36  New rule produced :
% 115.07/115.36  [459]
% 115.07/115.36  leq(b addition multiplication(A,star(A)) addition B,sigma addition star(A) addition B)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4465
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 385
% 115.07/115.36  New rule produced :
% 115.07/115.36  [460]
% 115.07/115.36  leq(a addition multiplication(A,star(A)) addition B,sigma addition star(A) addition B)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4464
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 386
% 115.07/115.36  New rule produced :
% 115.07/115.36  [461]
% 115.07/115.36  ifeq3(star(A),multiplication(star(A),A),leq(star(A),multiplication(star(A),A)),true)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4463
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 387
% 115.07/115.36  New rule produced :
% 115.07/115.36  [462]
% 115.07/115.36  leq(b addition multiplication(star(A),A) addition B,sigma addition star(A) addition B)
% 115.07/115.36  -> true
% 115.07/115.36  Current number of equations to process: 4460
% 115.07/115.36  Current number of ordered equations: 0
% 115.07/115.36  Current number of rules: 388
% 115.07/115.36  New rule produced :
% 115.07/115.36  [463]
% 115.07/115.36  leq(a addition multiplication(star(A),A) addition B,sigma addition star(A) addition B)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4459
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 389
% 115.18/115.47  New rule produced :
% 115.18/115.47  [464]
% 115.18/115.47  ifeq(leq(multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4),A),true,true,true)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4458
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 390
% 115.18/115.47  New rule produced :
% 115.18/115.47  [465]
% 115.18/115.47  ifeq(leq(multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4)))),V_4),true,true,true)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4457
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 391
% 115.18/115.47  New rule produced :
% 115.18/115.47  [466]
% 115.18/115.47  ifeq(leq(multiplication(multiplication(A,B),C) addition multiplication(A,V_3),A),true,true,true)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4447
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 392
% 115.18/115.47  New rule produced :
% 115.18/115.47  [467]
% 115.18/115.47  ifeq(leq(multiplication(A,multiplication(B,C)) addition multiplication(V_3,C),C),true,true,true)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4440
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 393
% 115.18/115.47  New rule produced :
% 115.18/115.47  [468]
% 115.18/115.47  ifeq2(leq(multiplication(a,star(A)),sigma),true,b addition multiplication(a,
% 115.18/115.47                                                             star(A)),sigma) ->
% 115.18/115.47  sigma
% 115.18/115.47  Current number of equations to process: 4438
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 394
% 115.18/115.47  New rule produced :
% 115.18/115.47  [469]
% 115.18/115.47  ifeq3(b addition multiplication(a,star(A)),sigma,leq(multiplication(a,
% 115.18/115.47                                                       star(A)),sigma),true) ->
% 115.18/115.47  true
% 115.18/115.47  Current number of equations to process: 4437
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 395
% 115.18/115.47  New rule produced :
% 115.18/115.47  [470]
% 115.18/115.47  ifeq2(leq(multiplication(b,star(A)),sigma),true,a addition multiplication(b,
% 115.18/115.47                                                             star(A)),sigma) ->
% 115.18/115.47  sigma
% 115.18/115.47  Current number of equations to process: 4436
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 396
% 115.18/115.47  New rule produced :
% 115.18/115.47  [471]
% 115.18/115.47  ifeq3(a addition multiplication(b,star(A)),sigma,leq(multiplication(b,
% 115.18/115.47                                                       star(A)),sigma),true) ->
% 115.18/115.47  true
% 115.18/115.47  Current number of equations to process: 4435
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 397
% 115.18/115.47  New rule produced :
% 115.18/115.47  [472]
% 115.18/115.47  ifeq2(leq(multiplication(star(A),a),sigma),true,b addition multiplication(
% 115.18/115.47                                                             star(A),a),sigma)
% 115.18/115.47  -> sigma
% 115.18/115.47  Current number of equations to process: 4431
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 398
% 115.18/115.47  New rule produced :
% 115.18/115.47  [473]
% 115.18/115.47  ifeq3(b addition multiplication(star(A),a),sigma,leq(multiplication(star(A),a),sigma),true)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4430
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 399
% 115.18/115.47  New rule produced :
% 115.18/115.47  [474]
% 115.18/115.47  ifeq2(leq(multiplication(star(A),b),sigma),true,a addition multiplication(
% 115.18/115.47                                                             star(A),b),sigma)
% 115.18/115.47  -> sigma
% 115.18/115.47  Current number of equations to process: 4429
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 400
% 115.18/115.47  New rule produced :
% 115.18/115.47  [475]
% 115.18/115.47  ifeq3(a addition multiplication(star(A),b),sigma,leq(multiplication(star(A),b),sigma),true)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4428
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 401
% 115.18/115.47  New rule produced :
% 115.18/115.47  [476]
% 115.18/115.47  leq(one addition multiplication(A,star(A)) addition B,star(A) addition B addition C)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4422
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 402
% 115.18/115.47  New rule produced :
% 115.18/115.47  [477]
% 115.18/115.47  leq(one addition multiplication(star(A),A) addition B,star(A) addition B addition C)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4421
% 115.18/115.47  Current number of ordered equations: 0
% 115.18/115.47  Current number of rules: 403
% 115.18/115.47  New rule produced :
% 115.18/115.47  [478]
% 115.18/115.47  leq(one addition A addition B,star(C) addition multiplication(A,star(V_3)) addition B)
% 115.18/115.47  -> true
% 115.18/115.47  Current number of equations to process: 4420
% 115.18/115.47  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 404
% 115.28/115.56  New rule produced :
% 115.28/115.56  [479]
% 115.28/115.56  leq(one addition A addition B,star(C) addition multiplication(star(V_3),A) addition B)
% 115.28/115.56  -> true
% 115.28/115.56  Current number of equations to process: 4419
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 405
% 115.28/115.56  New rule produced :
% 115.28/115.56  [480]
% 115.28/115.56  leq(multiplication(A,multiplication(B,star(B))) addition C,multiplication(A,
% 115.28/115.56                                                             star(B)) addition C)
% 115.28/115.56  -> true
% 115.28/115.56  Current number of equations to process: 4418
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 406
% 115.28/115.56  New rule produced :
% 115.28/115.56  [481]
% 115.28/115.56  leq(b addition multiplication(A,multiplication(B,star(B))),sigma addition 
% 115.28/115.56                                                             multiplication(A,
% 115.28/115.56                                                             star(B))) -> true
% 115.28/115.56  Current number of equations to process: 4417
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 407
% 115.28/115.56  New rule produced :
% 115.28/115.56  [482]
% 115.28/115.56  leq(a addition multiplication(A,multiplication(B,star(B))),sigma addition 
% 115.28/115.56                                                             multiplication(A,
% 115.28/115.56                                                             star(B))) -> true
% 115.28/115.56  Current number of equations to process: 4416
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 408
% 115.28/115.56  New rule produced :
% 115.28/115.56  [483]
% 115.28/115.56  leq(multiplication(multiplication(A,star(A)),B) addition C,multiplication(
% 115.28/115.56                                                             star(A),B) addition C)
% 115.28/115.56  -> true
% 115.28/115.56  Current number of equations to process: 4415
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 409
% 115.28/115.56  New rule produced :
% 115.28/115.56  [484]
% 115.28/115.56  leq(b addition multiplication(multiplication(A,star(A)),B),sigma addition 
% 115.28/115.56                                                             multiplication(
% 115.28/115.56                                                             star(A),B)) ->
% 115.28/115.56  true
% 115.28/115.56  Current number of equations to process: 4414
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 410
% 115.28/115.56  New rule produced :
% 115.28/115.56  [485]
% 115.28/115.56  leq(a addition multiplication(multiplication(A,star(A)),B),sigma addition 
% 115.28/115.56                                                             multiplication(
% 115.28/115.56                                                             star(A),B)) ->
% 115.28/115.56  true
% 115.28/115.56  Current number of equations to process: 4413
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 411
% 115.28/115.56  New rule produced :
% 115.28/115.56  [486]
% 115.28/115.56  leq(multiplication(A,multiplication(star(B),B)) addition C,multiplication(A,
% 115.28/115.56                                                             star(B)) addition C)
% 115.28/115.56  -> true
% 115.28/115.56  Current number of equations to process: 4412
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 412
% 115.28/115.56  New rule produced :
% 115.28/115.56  [487]
% 115.28/115.56  leq(b addition multiplication(A,multiplication(star(B),B)),sigma addition 
% 115.28/115.56                                                             multiplication(A,
% 115.28/115.56                                                             star(B))) -> true
% 115.28/115.56  Current number of equations to process: 4411
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 413
% 115.28/115.56  New rule produced :
% 115.28/115.56  [488]
% 115.28/115.56  leq(a addition multiplication(A,multiplication(star(B),B)),sigma addition 
% 115.28/115.56                                                             multiplication(A,
% 115.28/115.56                                                             star(B))) -> true
% 115.28/115.56  Current number of equations to process: 4410
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 414
% 115.28/115.56  New rule produced :
% 115.28/115.56  [489]
% 115.28/115.56  leq(multiplication(multiplication(star(A),A),B) addition C,multiplication(
% 115.28/115.56                                                             star(A),B) addition C)
% 115.28/115.56  -> true
% 115.28/115.56  Current number of equations to process: 4409
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 415
% 115.28/115.56  New rule produced :
% 115.28/115.56  [490]
% 115.28/115.56  leq(b addition multiplication(multiplication(star(A),A),B),sigma addition 
% 115.28/115.56                                                             multiplication(
% 115.28/115.56                                                             star(A),B)) ->
% 115.28/115.56  true
% 115.28/115.56  Current number of equations to process: 4408
% 115.28/115.56  Current number of ordered equations: 0
% 115.28/115.56  Current number of rules: 416
% 115.28/115.56  New rule produced :
% 115.37/115.67  [491]
% 115.37/115.67  leq(a addition multiplication(multiplication(star(A),A),B),sigma addition 
% 115.37/115.67                                                             multiplication(
% 115.37/115.67                                                             star(A),B)) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4407
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 417
% 115.37/115.67  New rule produced :
% 115.37/115.67  [492]
% 115.37/115.67  ifeq2(leq(multiplication(star(A),star(B)),one),true,multiplication(star(A),
% 115.37/115.67                                                      star(B)),one) -> one
% 115.37/115.67  Current number of equations to process: 4406
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 418
% 115.37/115.67  New rule produced :
% 115.37/115.67  [493]
% 115.37/115.67  ifeq3(multiplication(star(A),star(B)),one,leq(multiplication(star(A),star(B)),one),true)
% 115.37/115.67  -> true
% 115.37/115.67  Current number of equations to process: 4405
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 419
% 115.37/115.67  New rule produced :
% 115.37/115.67  [494]
% 115.37/115.67  leq(multiplication(A,star(A)) addition multiplication(B,star(B)),star(A) addition 
% 115.37/115.67                                                                   star(B)) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4401
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 420
% 115.37/115.67  New rule produced :
% 115.37/115.67  [495]
% 115.37/115.67  leq(multiplication(star(A),A) addition multiplication(B,star(B)),star(A) addition 
% 115.37/115.67                                                                   star(B)) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4400
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 421
% 115.37/115.67  New rule produced :
% 115.37/115.67  [496]
% 115.37/115.67  leq(multiplication(star(A),A) addition multiplication(star(B),B),star(A) addition 
% 115.37/115.67                                                                   star(B)) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4395
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 422
% 115.37/115.67  New rule produced :
% 115.37/115.67  [497]
% 115.37/115.67  leq(b addition one addition multiplication(A,star(A)),sigma addition 
% 115.37/115.67                                                        star(A) addition B) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4394
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 423
% 115.37/115.67  New rule produced :
% 115.37/115.67  [498]
% 115.37/115.67  leq(b addition one addition multiplication(star(A),A),sigma addition 
% 115.37/115.67                                                        star(A) addition B) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4393
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 424
% 115.37/115.67  New rule produced :
% 115.37/115.67  [499]
% 115.37/115.67  leq(b addition one addition A,sigma addition star(B) addition multiplication(A,
% 115.37/115.67                                                                star(C))) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4392
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 425
% 115.37/115.67  New rule produced :
% 115.37/115.67  [500]
% 115.37/115.67  leq(b addition one addition A,sigma addition multiplication(star(B),star(C)) addition A)
% 115.37/115.67  -> true
% 115.37/115.67  Current number of equations to process: 4390
% 115.37/115.67  Current number of ordered equations: 1
% 115.37/115.67  Current number of rules: 426
% 115.37/115.67  New rule produced :
% 115.37/115.67  [501]
% 115.37/115.67  leq(b addition one addition A,sigma addition star(B) addition multiplication(
% 115.37/115.67                                                                star(C),A)) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4390
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 427
% 115.37/115.67  New rule produced :
% 115.37/115.67  [502]
% 115.37/115.67  leq(a addition one addition multiplication(A,star(A)),sigma addition 
% 115.37/115.67                                                        star(A) addition B) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4389
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 428
% 115.37/115.67  New rule produced :
% 115.37/115.67  [503]
% 115.37/115.67  leq(a addition one addition multiplication(star(A),A),sigma addition 
% 115.37/115.67                                                        star(A) addition B) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4388
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 429
% 115.37/115.67  New rule produced :
% 115.37/115.67  [504]
% 115.37/115.67  leq(a addition one addition A,sigma addition star(B) addition multiplication(A,
% 115.37/115.67                                                                star(C))) ->
% 115.37/115.67  true
% 115.37/115.67  Current number of equations to process: 4387
% 115.37/115.67  Current number of ordered equations: 0
% 115.37/115.67  Current number of rules: 430
% 115.37/115.67  New rule produced :
% 116.99/117.28  [505]
% 116.99/117.28  leq(a addition one addition A,sigma addition multiplication(star(B),star(C)) addition A)
% 116.99/117.28  -> true
% 116.99/117.28  Current number of equations to process: 4385
% 116.99/117.28  Current number of ordered equations: 1
% 116.99/117.28  Current number of rules: 431
% 116.99/117.28  New rule produced :
% 116.99/117.28  [506]
% 116.99/117.28  leq(a addition one addition A,sigma addition star(B) addition multiplication(
% 116.99/117.28                                                                star(C),A)) ->
% 116.99/117.28  true
% 116.99/117.28  Current number of equations to process: 4385
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 432
% 116.99/117.28  New rule produced : [507] leq(star(star(zero)),one) -> true
% 116.99/117.28  Current number of equations to process: 4389
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 433
% 116.99/117.28  New rule produced : [508] star(zero) -> one
% 116.99/117.28  Rule [185] ifeq(leq(one,A),true,leq(star(zero),A),true) -> true collapsed.
% 116.99/117.28  Rule [297] leq(star(zero),one) -> true collapsed.
% 116.99/117.28  Rule [298] leq(star(zero),one addition A) -> true collapsed.
% 116.99/117.28  Rule [304] multiplication(A,star(zero)) -> A collapsed.
% 116.99/117.28  Rule [306] leq(star(zero) addition multiplication(A,star(A)),star(A)) -> true
% 116.99/117.28  collapsed.
% 116.99/117.28  Rule [307] leq(star(zero) addition multiplication(star(A),A),star(A)) -> true
% 116.99/117.28  collapsed.
% 116.99/117.28  Rule [308] star(zero) addition star(A) -> star(A) collapsed.
% 116.99/117.28  Rule [327] multiplication(star(zero),A) -> A collapsed.
% 116.99/117.28  Rule [330] leq(star(zero),star(A)) -> true collapsed.
% 116.99/117.28  Rule [331] leq(star(zero),star(A) addition B) -> true collapsed.
% 116.99/117.28  Rule [507] leq(star(star(zero)),one) -> true collapsed.
% 116.99/117.28  Current number of equations to process: 4389
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 423
% 116.99/117.28  New rule produced :
% 116.99/117.28  [509]
% 116.99/117.28  ifeq(leq(multiplication(multiplication(A,B),C) addition A,A),true,true,true)
% 116.99/117.28  -> true
% 116.99/117.28  Current number of equations to process: 4392
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 424
% 116.99/117.28  New rule produced : [510] leq(star(star(one)),one) -> true
% 116.99/117.28  Current number of equations to process: 4461
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 425
% 116.99/117.28  New rule produced : [511] star(one) -> one
% 116.99/117.28  Rule [203] ifeq(leq(one addition A,A),true,leq(star(one),A),true) -> true
% 116.99/117.28  collapsed.
% 116.99/117.28  Rule [311] leq(star(one),one) -> true collapsed.
% 116.99/117.28  Rule [312] multiplication(A,star(one)) -> A collapsed.
% 116.99/117.28  Rule [315] leq(star(one),one addition A) -> true collapsed.
% 116.99/117.28  Rule [317] leq(star(one),star(A)) -> true collapsed.
% 116.99/117.28  Rule [318] leq(star(one),star(A) addition B) -> true collapsed.
% 116.99/117.28  Rule [329] multiplication(star(one),A) -> A collapsed.
% 116.99/117.28  Rule [510] leq(star(star(one)),one) -> true collapsed.
% 116.99/117.28  Current number of equations to process: 4461
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 418
% 116.99/117.28  New rule produced :
% 116.99/117.28  [512]
% 116.99/117.28  ifeq(leq(sigma addition A,sigma),true,leq(b addition A,sigma),true) -> true
% 116.99/117.28  Current number of equations to process: 4471
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 419
% 116.99/117.28  New rule produced :
% 116.99/117.28  [513] ifeq(leq(sigma addition A,b),true,leq(a addition A,b),true) -> true
% 116.99/117.28  Current number of equations to process: 4469
% 116.99/117.28  Current number of ordered equations: 1
% 116.99/117.28  Current number of rules: 420
% 116.99/117.28  New rule produced :
% 116.99/117.28  [514] ifeq(leq(sigma addition A,a),true,leq(b addition A,a),true) -> true
% 116.99/117.28  Current number of equations to process: 4469
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 421
% 116.99/117.28  New rule produced :
% 116.99/117.28  [515]
% 116.99/117.28  ifeq(leq(sigma addition A,sigma),true,leq(a addition A,sigma),true) -> true
% 116.99/117.28  Current number of equations to process: 4508
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 422
% 116.99/117.28  New rule produced :
% 116.99/117.28  [516]
% 116.99/117.28  ifeq(leq(multiplication(A,multiplication(B,C)) addition C,C),true,true,true)
% 116.99/117.28  -> true
% 116.99/117.28  Current number of equations to process: 4512
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 423
% 116.99/117.28  New rule produced :
% 116.99/117.28  [517]
% 116.99/117.28  leq(multiplication(A,B),multiplication(A,multiplication(B,star(C)))) -> true
% 116.99/117.28  Current number of equations to process: 4583
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 424
% 116.99/117.28  New rule produced :
% 116.99/117.28  [518]
% 116.99/117.28  leq(sigma,multiplication(b,star(A)) addition multiplication(a,star(A))) ->
% 116.99/117.28  true
% 116.99/117.28  Current number of equations to process: 4617
% 116.99/117.28  Current number of ordered equations: 0
% 116.99/117.28  Current number of rules: 425
% 118.38/118.69  New rule produced : [519] leq(A,star(A)) -> true
% 118.38/118.69  Current number of equations to process: 4623
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 426
% 118.38/118.69  New rule produced : [520] leq(A,star(A) addition B) -> true
% 118.38/118.69  Current number of equations to process: 4622
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 427
% 118.38/118.69  New rule produced :
% 118.38/118.69  [521] leq(A,multiplication(multiplication(A,star(B)),star(C))) -> true
% 118.38/118.69  Current number of equations to process: 4653
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 428
% 118.38/118.69  New rule produced :
% 118.38/118.69  [522] leq(A,multiplication(star(B),multiplication(A,star(C)))) -> true
% 118.38/118.69  Current number of equations to process: 4652
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 429
% 118.38/118.69  New rule produced :
% 118.38/118.69  [523]
% 118.38/118.69  leq(A,multiplication(multiplication(A,star(B)),star(C)) addition V_3) -> true
% 118.38/118.69  Current number of equations to process: 4651
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 430
% 118.38/118.69  New rule produced :
% 118.38/118.69  [524]
% 118.38/118.69  leq(A,multiplication(star(B),multiplication(A,star(C))) addition V_3) -> true
% 118.38/118.69  Current number of equations to process: 4650
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 431
% 118.38/118.69  New rule produced :
% 118.38/118.69  [525]
% 118.38/118.69  leq(multiplication(A,B),multiplication(A,multiplication(B,star(C))) addition V_3)
% 118.38/118.69  -> true
% 118.38/118.69  Current number of equations to process: 4664
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 432
% 118.38/118.69  New rule produced :
% 118.38/118.69  [526] leq(sigma,a addition multiplication(b,star(A))) -> true
% 118.38/118.69  Current number of equations to process: 4667
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 433
% 118.38/118.69  New rule produced :
% 118.38/118.69  [527] leq(sigma,a addition multiplication(b,star(A)) addition B) -> true
% 118.38/118.69  Current number of equations to process: 4678
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 434
% 118.38/118.69  New rule produced : [528] sigma addition star(b) -> a addition star(b)
% 118.38/118.69  Current number of equations to process: 4692
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 435
% 118.38/118.69  New rule produced :
% 118.38/118.69  [529]
% 118.38/118.69  leq(sigma addition A,a addition multiplication(b,star(B)) addition A) -> true
% 118.38/118.69  Current number of equations to process: 4737
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 436
% 118.38/118.69  New rule produced :
% 118.38/118.69  [530] leq(sigma,b addition multiplication(a,star(A))) -> true
% 118.38/118.69  Current number of equations to process: 4740
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 437
% 118.38/118.69  New rule produced :
% 118.38/118.69  [531] leq(sigma,b addition multiplication(a,star(A)) addition B) -> true
% 118.38/118.69  Current number of equations to process: 4751
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 438
% 118.38/118.69  New rule produced : [532] sigma addition star(a) -> b addition star(a)
% 118.38/118.69  Current number of equations to process: 4762
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 439
% 118.38/118.69  New rule produced :
% 118.38/118.69  [533]
% 118.38/118.69  leq(sigma addition A,b addition multiplication(a,star(B)) addition A) -> true
% 118.38/118.69  Current number of equations to process: 4803
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 440
% 118.38/118.69  New rule produced :
% 118.38/118.69  [534] leq(star(A) addition star(B),multiplication(star(A),star(B))) -> true
% 118.38/118.69  Current number of equations to process: 4837
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 441
% 118.38/118.69  New rule produced :
% 118.38/118.69  [535] leq(multiplication(star(A),A),star(star(A))) -> true
% 118.38/118.69  Current number of equations to process: 4861
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 442
% 118.38/118.69  New rule produced : [536] b addition star(sigma) -> star(sigma)
% 118.38/118.69  Current number of equations to process: 4866
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 443
% 118.38/118.69  New rule produced :
% 118.38/118.69  [537] b addition star(sigma addition A) -> star(sigma addition A)
% 118.38/118.69  Current number of equations to process: 4864
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 444
% 118.38/118.69  New rule produced : [538] star(A addition B) addition A -> star(A addition B)
% 118.38/118.69  Current number of equations to process: 4919
% 118.38/118.69  Current number of ordered equations: 0
% 118.38/118.69  Current number of rules: 445
% 118.38/118.69  New rule produced :
% 118.38/118.69  [539] ifeq3(star(sigma),sigma,leq(star(sigma),sigma),true) -> true
% 118.38/118.69  Current number of equations to process: 4918
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 446
% 118.77/119.00  New rule produced : [540] ifeq2(leq(star(A),A),true,star(A),A) -> A
% 118.77/119.00  Current number of equations to process: 4917
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 447
% 118.77/119.00  New rule produced : [541] ifeq3(star(A),A,leq(star(A),A),true) -> true
% 118.77/119.00  Rule [539] ifeq3(star(sigma),sigma,leq(star(sigma),sigma),true) -> true
% 118.77/119.00  collapsed.
% 118.77/119.00  Current number of equations to process: 4916
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 447
% 118.77/119.00  New rule produced :
% 118.77/119.00  [542]
% 118.77/119.00  multiplication(A,star(B)) addition multiplication(A,B) ->
% 118.77/119.00  multiplication(A,star(B))
% 118.77/119.00  Current number of equations to process: 4915
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 448
% 118.77/119.00  New rule produced :
% 118.77/119.00  [543]
% 118.77/119.00  multiplication(star(A),B) addition multiplication(A,B) ->
% 118.77/119.00  multiplication(star(A),B)
% 118.77/119.00  Current number of equations to process: 4914
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 449
% 118.77/119.00  New rule produced :
% 118.77/119.00  [544] leq(a addition one addition A,star(sigma addition A)) -> true
% 118.77/119.00  Current number of equations to process: 4911
% 118.77/119.00  Current number of ordered equations: 2
% 118.77/119.00  Current number of rules: 450
% 118.77/119.00  New rule produced :
% 118.77/119.00  [545] leq(a addition one addition A,sigma addition star(A)) -> true
% 118.77/119.00  Current number of equations to process: 4911
% 118.77/119.00  Current number of ordered equations: 1
% 118.77/119.00  Current number of rules: 451
% 118.77/119.00  New rule produced :
% 118.77/119.00  [546] leq(a addition one addition A,star(sigma) addition A) -> true
% 118.77/119.00  Current number of equations to process: 4911
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 452
% 118.77/119.00  New rule produced :
% 118.77/119.00  [547] leq(multiplication(star(A),A),star(star(A) addition B)) -> true
% 118.77/119.00  Current number of equations to process: 4909
% 118.77/119.00  Current number of ordered equations: 1
% 118.77/119.00  Current number of rules: 453
% 118.77/119.00  New rule produced :
% 118.77/119.00  [548] leq(multiplication(star(A),A),star(star(A)) addition B) -> true
% 118.77/119.00  Current number of equations to process: 4909
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 454
% 118.77/119.00  New rule produced : [549] a addition star(sigma) -> star(sigma)
% 118.77/119.00  Current number of equations to process: 4912
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 455
% 118.77/119.00  New rule produced : [550] leq(A addition B,star(A) addition B) -> true
% 118.77/119.00  Current number of equations to process: 4926
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 456
% 118.77/119.00  New rule produced : [551] leq(a,star(sigma)) -> true
% 118.77/119.00  Current number of equations to process: 4927
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 457
% 118.77/119.00  New rule produced : [552] leq(a,star(sigma) addition A) -> true
% 118.77/119.00  Current number of equations to process: 4926
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 458
% 118.77/119.00  New rule produced : [553] leq(b,star(sigma)) -> true
% 118.77/119.00  Current number of equations to process: 4927
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 459
% 118.77/119.00  New rule produced : [554] leq(b,star(sigma) addition A) -> true
% 118.77/119.00  Current number of equations to process: 4926
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 460
% 118.77/119.00  New rule produced : [555] ifeq2(leq(star(sigma),a),true,star(sigma),a) -> a
% 118.77/119.00  Current number of equations to process: 4925
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 461
% 118.77/119.00  New rule produced : [556] ifeq2(leq(star(sigma),b),true,star(sigma),b) -> b
% 118.77/119.00  Current number of equations to process: 4924
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 462
% 118.77/119.00  New rule produced :
% 118.77/119.00  [557] ifeq3(star(sigma),a,leq(star(sigma),a),true) -> true
% 118.77/119.00  Current number of equations to process: 4923
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 463
% 118.77/119.00  New rule produced :
% 118.77/119.00  [558] ifeq3(star(sigma),b,leq(star(sigma),b),true) -> true
% 118.77/119.00  Current number of equations to process: 4922
% 118.77/119.00  Current number of ordered equations: 0
% 118.77/119.00  Current number of rules: 464
% 118.77/119.00  New rule produced : [559] leq(b addition A,star(sigma addition A)) -> true
% 118.77/119.00  Current number of equations to process: 4966
% 118.77/119.00  Current number of ordered equations: 2
% 118.77/119.00  Current number of rules: 465
% 118.77/119.00  New rule produced : [560] leq(b addition A,sigma addition star(A)) -> true
% 118.77/119.00  Current number of equations to process: 4966
% 119.37/119.59  Current number of ordered equations: 1
% 119.37/119.59  Current number of rules: 466
% 119.37/119.59  New rule produced : [561] leq(b addition A,star(sigma) addition A) -> true
% 119.37/119.59  Current number of equations to process: 4966
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 467
% 119.37/119.59  New rule produced : [562] leq(a addition A,star(sigma addition A)) -> true
% 119.37/119.59  Current number of equations to process: 4963
% 119.37/119.59  Current number of ordered equations: 2
% 119.37/119.59  Current number of rules: 468
% 119.37/119.59  New rule produced : [563] leq(a addition A,sigma addition star(A)) -> true
% 119.37/119.59  Current number of equations to process: 4963
% 119.37/119.59  Current number of ordered equations: 1
% 119.37/119.59  Current number of rules: 469
% 119.37/119.59  New rule produced : [564] leq(a addition A,star(sigma) addition A) -> true
% 119.37/119.59  Current number of equations to process: 4963
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 470
% 119.37/119.59  New rule produced :
% 119.37/119.59  [565] star(star(A)) addition multiplication(A,star(A)) -> star(star(A))
% 119.37/119.59  Current number of equations to process: 4966
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 471
% 119.37/119.59  New rule produced :
% 119.37/119.59  [566] star(star(A)) addition multiplication(star(A),A) -> star(star(A))
% 119.37/119.59  Current number of equations to process: 4965
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 472
% 119.37/119.59  New rule produced : [567] leq(one addition A,star(A)) -> true
% 119.37/119.59  Current number of equations to process: 4978
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 473
% 119.37/119.59  New rule produced : [568] leq(b addition one,star(sigma)) -> true
% 119.37/119.59  Current number of equations to process: 4978
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 474
% 119.37/119.59  New rule produced : [569] leq(a addition one,star(sigma)) -> true
% 119.37/119.59  Current number of equations to process: 4978
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 475
% 119.37/119.59  New rule produced :
% 119.37/119.59  [570] leq(multiplication(A,star(A)),star(star(A))) -> true
% 119.37/119.59  Current number of equations to process: 1769
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 476
% 119.37/119.59  New rule produced : [571] leq(one addition A,star(A addition B)) -> true
% 119.37/119.59  Current number of equations to process: 1767
% 119.37/119.59  Current number of ordered equations: 1
% 119.37/119.59  Current number of rules: 477
% 119.37/119.59  New rule produced : [572] leq(one addition A,star(A) addition B) -> true
% 119.37/119.59  Current number of equations to process: 1767
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 478
% 119.37/119.59  New rule produced : [573] leq(b addition one,star(sigma addition A)) -> true
% 119.37/119.59  Current number of equations to process: 1765
% 119.37/119.59  Current number of ordered equations: 1
% 119.37/119.59  Current number of rules: 479
% 119.37/119.59  New rule produced : [574] leq(b addition one,star(sigma) addition A) -> true
% 119.37/119.59  Current number of equations to process: 1765
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 480
% 119.37/119.59  New rule produced : [575] leq(a addition one,star(sigma addition A)) -> true
% 119.37/119.59  Current number of equations to process: 1763
% 119.37/119.59  Current number of ordered equations: 1
% 119.37/119.59  Current number of rules: 481
% 119.37/119.59  New rule produced : [576] leq(a addition one,star(sigma) addition A) -> true
% 119.37/119.59  Current number of equations to process: 1763
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 482
% 119.37/119.59  New rule produced :
% 119.37/119.59  [577]
% 119.37/119.59  star(multiplication(A,star(B))) addition A -> star(multiplication(A,star(B)))
% 119.37/119.59  Current number of equations to process: 1826
% 119.37/119.59  Current number of ordered equations: 1
% 119.37/119.59  Current number of rules: 483
% 119.37/119.59  New rule produced :
% 119.37/119.59  [578]
% 119.37/119.59  multiplication(star(A),star(B)) addition A -> multiplication(star(A),star(B))
% 119.37/119.59  Current number of equations to process: 1826
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 484
% 119.37/119.59  New rule produced :
% 119.37/119.59  [579]
% 119.37/119.59  multiplication(star(A),star(B)) addition B -> multiplication(star(A),star(B))
% 119.37/119.59  Current number of equations to process: 1824
% 119.37/119.59  Current number of ordered equations: 1
% 119.37/119.59  Current number of rules: 485
% 119.37/119.59  New rule produced :
% 119.37/119.59  [580]
% 119.37/119.59  star(multiplication(star(A),B)) addition B -> star(multiplication(star(A),B))
% 119.37/119.59  Current number of equations to process: 1824
% 119.37/119.59  Current number of ordered equations: 0
% 119.37/119.59  Current number of rules: 486
% 119.37/119.59  New rule produced : [581] leq(A,star(multiplication(A,star(B)))) -> true
% 119.37/119.59  Current number of equations to process: 1906
% 119.37/119.59  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 487
% 119.49/119.75  New rule produced : [582] star(star(A)) addition A -> star(star(A))
% 119.49/119.75  Current number of equations to process: 1907
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 488
% 119.49/119.75  New rule produced :
% 119.49/119.75  [583] leq(A,star(multiplication(A,star(B))) addition C) -> true
% 119.49/119.75  Current number of equations to process: 1906
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 489
% 119.49/119.75  New rule produced :
% 119.49/119.75  [584] leq(A addition B,star(A) addition B addition C) -> true
% 119.49/119.75  Current number of equations to process: 1905
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 490
% 119.49/119.75  New rule produced :
% 119.49/119.75  [585] leq(b addition A,sigma addition star(A) addition B) -> true
% 119.49/119.75  Current number of equations to process: 1902
% 119.49/119.75  Current number of ordered equations: 2
% 119.49/119.75  Current number of rules: 491
% 119.49/119.75  New rule produced :
% 119.49/119.75  [586] leq(b addition A,star(sigma) addition A addition B) -> true
% 119.49/119.75  Current number of equations to process: 1902
% 119.49/119.75  Current number of ordered equations: 1
% 119.49/119.75  Current number of rules: 492
% 119.49/119.75  New rule produced :
% 119.49/119.75  [587] leq(b addition A,star(sigma addition A) addition B) -> true
% 119.49/119.75  Current number of equations to process: 1902
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 493
% 119.49/119.75  New rule produced :
% 119.49/119.75  [588] leq(a addition A,sigma addition star(A) addition B) -> true
% 119.49/119.75  Current number of equations to process: 1899
% 119.49/119.75  Current number of ordered equations: 2
% 119.49/119.75  Current number of rules: 494
% 119.49/119.75  New rule produced :
% 119.49/119.75  [589] leq(a addition A,star(sigma) addition A addition B) -> true
% 119.49/119.75  Current number of equations to process: 1899
% 119.49/119.75  Current number of ordered equations: 1
% 119.49/119.75  Current number of rules: 495
% 119.49/119.75  New rule produced :
% 119.49/119.75  [590] leq(a addition A,star(sigma addition A) addition B) -> true
% 119.49/119.75  Current number of equations to process: 1899
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 496
% 119.49/119.75  New rule produced :
% 119.49/119.75  [591] leq(one addition A addition B,star(A) addition B) -> true
% 119.49/119.75  Current number of equations to process: 1898
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 497
% 119.49/119.75  New rule produced :
% 119.49/119.75  [592] leq(multiplication(A,star(A)),star(star(A)) addition B) -> true
% 119.49/119.75  Current number of equations to process: 1897
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 498
% 119.49/119.75  New rule produced :
% 119.49/119.75  [593] leq(one addition A,star(A addition B) addition C) -> true
% 119.49/119.75  Current number of equations to process: 1896
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 499
% 119.49/119.75  New rule produced :
% 119.49/119.75  [594] leq(b addition one,star(sigma addition A) addition B) -> true
% 119.49/119.75  Current number of equations to process: 1895
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 500
% 119.49/119.75  New rule produced :
% 119.49/119.75  [595] leq(a addition one,star(sigma addition A) addition B) -> true
% 119.49/119.75  Current number of equations to process: 1894
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 501
% 119.49/119.75  New rule produced :
% 119.49/119.75  [596] leq(b addition one addition A,star(sigma addition A)) -> true
% 119.49/119.75  Current number of equations to process: 1891
% 119.49/119.75  Current number of ordered equations: 2
% 119.49/119.75  Current number of rules: 502
% 119.49/119.75  New rule produced :
% 119.49/119.75  [597] leq(b addition one addition A,sigma addition star(A)) -> true
% 119.49/119.75  Current number of equations to process: 1891
% 119.49/119.75  Current number of ordered equations: 1
% 119.49/119.75  Current number of rules: 503
% 119.49/119.75  New rule produced :
% 119.49/119.75  [598] leq(b addition one addition A,star(sigma) addition A) -> true
% 119.49/119.75  Current number of equations to process: 1891
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 504
% 119.49/119.75  New rule produced :
% 119.49/119.75  [599]
% 119.49/119.75  sigma addition star(multiplication(b,star(A))) ->
% 119.49/119.75  a addition star(multiplication(b,star(A)))
% 119.49/119.75  Current number of equations to process: 1890
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 505
% 119.49/119.75  New rule produced :
% 119.49/119.75  [600]
% 119.49/119.75  sigma addition star(multiplication(a,star(A))) ->
% 119.49/119.75  b addition star(multiplication(a,star(A)))
% 119.49/119.75  Current number of equations to process: 1889
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 506
% 119.49/119.75  New rule produced :
% 119.49/119.75  [601]
% 119.49/119.75  multiplication(multiplication(A,star(star(B))),star(B)) ->
% 119.49/119.75  multiplication(A,star(star(B)))
% 119.49/119.75  Current number of equations to process: 1891
% 119.49/119.75  Current number of ordered equations: 0
% 119.49/119.75  Current number of rules: 507
% 119.88/120.13  New rule produced :
% 119.88/120.13  [602]
% 119.88/120.13  multiplication(star(star(A)),multiplication(star(A),B)) ->
% 119.88/120.13  multiplication(star(star(A)),B)
% 119.88/120.13  Current number of equations to process: 1890
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 508
% 119.88/120.13  New rule produced :
% 119.88/120.13  [603] sigma addition star(b addition A) -> a addition star(b addition A)
% 119.88/120.13  Current number of equations to process: 1884
% 119.88/120.13  Current number of ordered equations: 1
% 119.88/120.13  Current number of rules: 509
% 119.88/120.13  New rule produced :
% 119.88/120.13  [604] sigma addition star(a addition A) -> b addition star(a addition A)
% 119.88/120.13  Current number of equations to process: 1884
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 510
% 119.88/120.13  New rule produced :
% 119.88/120.13  [605] ifeq3(a addition star(b),sigma,leq(star(b),sigma),true) -> true
% 119.88/120.13  Current number of equations to process: 1883
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 511
% 119.88/120.13  New rule produced :
% 119.88/120.13  [606] ifeq2(leq(star(a),sigma),true,b addition star(a),sigma) -> sigma
% 119.88/120.13  Current number of equations to process: 1882
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 512
% 119.88/120.13  New rule produced :
% 119.88/120.13  [607] ifeq3(b addition star(a),sigma,leq(star(a),sigma),true) -> true
% 119.88/120.13  Current number of equations to process: 1881
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 513
% 119.88/120.13  New rule produced :
% 119.88/120.13  [608] ifeq2(leq(star(b),sigma),true,a addition star(b),sigma) -> sigma
% 119.88/120.13  Current number of equations to process: 1880
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 514
% 119.88/120.13  New rule produced :
% 119.88/120.13  [609] leq(a addition star(sigma addition A),star(sigma addition A)) -> true
% 119.88/120.13  Current number of equations to process: 1879
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 515
% 119.88/120.13  New rule produced :
% 119.88/120.13  [610] ifeq(leq(star(star(A)),star(A)),true,true,true) -> true
% 119.88/120.13  Current number of equations to process: 1879
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 516
% 119.88/120.13  New rule produced :
% 119.88/120.13  [611] star(star(A)) addition multiplication(star(star(A)),A) -> star(star(A))
% 119.88/120.13  Current number of equations to process: 1907
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 517
% 119.88/120.13  New rule produced :
% 119.88/120.13  [612]
% 119.88/120.13  leq(multiplication(star(A),A),star(star(A) addition B) addition C) -> true
% 119.88/120.13  Current number of equations to process: 1923
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 518
% 119.88/120.13  New rule produced :
% 119.88/120.13  [613] leq(b addition A addition B,sigma addition star(A) addition B) -> true
% 119.88/120.13  Current number of equations to process: 1921
% 119.88/120.13  Current number of ordered equations: 1
% 119.88/120.13  Current number of rules: 519
% 119.88/120.13  New rule produced :
% 119.88/120.13  [614] leq(b addition A addition B,star(sigma addition B) addition A) -> true
% 119.88/120.13  Current number of equations to process: 1921
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 520
% 119.88/120.13  New rule produced :
% 119.88/120.13  [615] leq(a addition A addition B,sigma addition star(A) addition B) -> true
% 119.88/120.13  Current number of equations to process: 1919
% 119.88/120.13  Current number of ordered equations: 1
% 119.88/120.13  Current number of rules: 521
% 119.88/120.13  New rule produced :
% 119.88/120.13  [616] leq(a addition A addition B,star(sigma addition B) addition A) -> true
% 119.88/120.13  Current number of equations to process: 1919
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 522
% 119.88/120.13  New rule produced :
% 119.88/120.13  [617] ifeq3(b addition star(a),star(a),leq(sigma,star(a)),true) -> true
% 119.88/120.13  Current number of equations to process: 1916
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 523
% 119.88/120.13  New rule produced :
% 119.88/120.13  [618] ifeq3(a addition star(b),star(b),leq(sigma,star(b)),true) -> true
% 119.88/120.13  Current number of equations to process: 1915
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 524
% 119.88/120.13  New rule produced :
% 119.88/120.13  [619] leq(one addition A addition B,star(A) addition B addition C) -> true
% 119.88/120.13  Current number of equations to process: 1909
% 119.88/120.13  Current number of ordered equations: 1
% 119.88/120.13  Current number of rules: 525
% 119.88/120.13  New rule produced :
% 119.88/120.13  [620] leq(one addition A addition B,star(B addition C) addition A) -> true
% 119.88/120.13  Current number of equations to process: 1909
% 119.88/120.13  Current number of ordered equations: 0
% 119.88/120.13  Current number of rules: 526
% 119.88/120.13  New rule produced :
% 119.88/120.13  [621]
% 119.88/120.13  leq(multiplication(A,star(A)) addition B,star(A) addition star(B)) -> true
% 119.88/120.13  Current number of equations to process: 1906
% 120.09/120.30  Current number of ordered equations: 2
% 120.09/120.30  Current number of rules: 527
% 120.09/120.30  New rule produced :
% 120.09/120.30  [622]
% 120.09/120.30  leq(multiplication(A,star(A)) addition B,star(star(A) addition B)) -> true
% 120.09/120.30  Current number of equations to process: 1906
% 120.09/120.30  Current number of ordered equations: 1
% 120.09/120.30  Current number of rules: 528
% 120.09/120.30  New rule produced :
% 120.09/120.30  [623]
% 120.09/120.30  leq(multiplication(A,star(A)) addition B,star(star(A)) addition B) -> true
% 120.09/120.30  Current number of equations to process: 1906
% 120.09/120.30  Current number of ordered equations: 0
% 120.09/120.30  Current number of rules: 529
% 120.09/120.30  New rule produced :
% 120.09/120.30  [624]
% 120.09/120.30  leq(b addition multiplication(A,star(A)),star(sigma addition star(A))) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1903
% 120.09/120.30  Current number of ordered equations: 2
% 120.09/120.30  Current number of rules: 530
% 120.09/120.30  New rule produced :
% 120.09/120.30  [625]
% 120.09/120.30  leq(b addition multiplication(A,star(A)),star(sigma) addition star(A)) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1903
% 120.09/120.30  Current number of ordered equations: 1
% 120.09/120.30  Current number of rules: 531
% 120.09/120.30  New rule produced :
% 120.09/120.30  [626]
% 120.09/120.30  leq(b addition multiplication(A,star(A)),sigma addition star(star(A))) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1903
% 120.09/120.30  Current number of ordered equations: 0
% 120.09/120.30  Current number of rules: 532
% 120.09/120.30  New rule produced :
% 120.09/120.30  [627]
% 120.09/120.30  leq(a addition multiplication(A,star(A)),star(sigma addition star(A))) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1900
% 120.09/120.30  Current number of ordered equations: 2
% 120.09/120.30  Current number of rules: 533
% 120.09/120.30  New rule produced :
% 120.09/120.30  [628]
% 120.09/120.30  leq(a addition multiplication(A,star(A)),star(sigma) addition star(A)) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1900
% 120.09/120.30  Current number of ordered equations: 1
% 120.09/120.30  Current number of rules: 534
% 120.09/120.30  New rule produced :
% 120.09/120.30  [629]
% 120.09/120.30  leq(a addition multiplication(A,star(A)),sigma addition star(star(A))) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1900
% 120.09/120.30  Current number of ordered equations: 0
% 120.09/120.30  Current number of rules: 535
% 120.09/120.30  New rule produced :
% 120.09/120.30  [630]
% 120.09/120.30  leq(multiplication(star(A),A) addition B,star(A) addition star(B)) -> true
% 120.09/120.30  Current number of equations to process: 1897
% 120.09/120.30  Current number of ordered equations: 2
% 120.09/120.30  Current number of rules: 536
% 120.09/120.30  New rule produced :
% 120.09/120.30  [631]
% 120.09/120.30  leq(multiplication(star(A),A) addition B,star(star(A) addition B)) -> true
% 120.09/120.30  Current number of equations to process: 1897
% 120.09/120.30  Current number of ordered equations: 1
% 120.09/120.30  Current number of rules: 537
% 120.09/120.30  New rule produced :
% 120.09/120.30  [632]
% 120.09/120.30  leq(multiplication(star(A),A) addition B,star(star(A)) addition B) -> true
% 120.09/120.30  Current number of equations to process: 1897
% 120.09/120.30  Current number of ordered equations: 0
% 120.09/120.30  Current number of rules: 538
% 120.09/120.30  New rule produced :
% 120.09/120.30  [633]
% 120.09/120.30  leq(b addition multiplication(star(A),A),star(sigma addition star(A))) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1894
% 120.09/120.30  Current number of ordered equations: 2
% 120.09/120.30  Current number of rules: 539
% 120.09/120.30  New rule produced :
% 120.09/120.30  [634]
% 120.09/120.30  leq(b addition multiplication(star(A),A),star(sigma) addition star(A)) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1894
% 120.09/120.30  Current number of ordered equations: 1
% 120.09/120.30  Current number of rules: 540
% 120.09/120.30  New rule produced :
% 120.09/120.30  [635]
% 120.09/120.30  leq(b addition multiplication(star(A),A),sigma addition star(star(A))) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1894
% 120.09/120.30  Current number of ordered equations: 0
% 120.09/120.30  Current number of rules: 541
% 120.09/120.30  New rule produced :
% 120.09/120.30  [636]
% 120.09/120.30  leq(a addition multiplication(star(A),A),star(sigma addition star(A))) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1891
% 120.09/120.30  Current number of ordered equations: 2
% 120.09/120.30  Current number of rules: 542
% 120.09/120.30  New rule produced :
% 120.09/120.30  [637]
% 120.09/120.30  leq(a addition multiplication(star(A),A),star(sigma) addition star(A)) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1891
% 120.09/120.30  Current number of ordered equations: 1
% 120.09/120.30  Current number of rules: 543
% 120.09/120.30  New rule produced :
% 120.09/120.30  [638]
% 120.09/120.30  leq(a addition multiplication(star(A),A),sigma addition star(star(A))) ->
% 120.09/120.30  true
% 120.09/120.30  Current number of equations to process: 1891
% 120.09/120.30  Current number of ordered equations: 0
% 120.09/120.30  Current number of rules: 544
% 120.09/120.30  New rule produced :
% 120.09/120.30  [639]
% 120.09/120.30  leq(b addition one addition A,sigma addition star(A) addition B) -> true
% 120.09/120.30  Current number of equations to process: 1885
% 120.09/120.30  Current number of ordered equations: 5
% 120.09/120.30  Current number of rules: 545
% 120.09/120.30  New rule produced :
% 120.09/120.30  [640]
% 120.09/120.30  leq(b addition one addition A,sigma addition star(A addition B)) -> true
% 120.09/120.30  Current number of equations to process: 1885
% 121.28/121.51  Current number of ordered equations: 4
% 121.28/121.51  Current number of rules: 546
% 121.28/121.51  New rule produced :
% 121.28/121.51  [641]
% 121.28/121.51  leq(b addition one addition A,star(sigma) addition A addition B) -> true
% 121.28/121.51  Current number of equations to process: 1885
% 121.28/121.51  Current number of ordered equations: 3
% 121.28/121.51  Current number of rules: 547
% 121.28/121.51  New rule produced :
% 121.28/121.51  [642]
% 121.28/121.51  leq(b addition one addition A,star(sigma addition B) addition A) -> true
% 121.28/121.51  Current number of equations to process: 1885
% 121.28/121.51  Current number of ordered equations: 2
% 121.28/121.51  Current number of rules: 548
% 121.28/121.51  New rule produced :
% 121.28/121.51  [643]
% 121.28/121.51  leq(b addition one addition A,star(sigma addition A) addition B) -> true
% 121.28/121.51  Current number of equations to process: 1885
% 121.28/121.51  Current number of ordered equations: 1
% 121.28/121.51  Current number of rules: 549
% 121.28/121.51  New rule produced :
% 121.28/121.51  [644]
% 121.28/121.51  leq(b addition one addition A,star(sigma addition A addition B)) -> true
% 121.28/121.51  Current number of equations to process: 1885
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 550
% 121.28/121.51  New rule produced :
% 121.28/121.51  [645]
% 121.28/121.51  leq(a addition one addition A,sigma addition star(A) addition B) -> true
% 121.28/121.51  Current number of equations to process: 1879
% 121.28/121.51  Current number of ordered equations: 5
% 121.28/121.51  Current number of rules: 551
% 121.28/121.51  New rule produced :
% 121.28/121.51  [646]
% 121.28/121.51  leq(a addition one addition A,sigma addition star(A addition B)) -> true
% 121.28/121.51  Current number of equations to process: 1879
% 121.28/121.51  Current number of ordered equations: 4
% 121.28/121.51  Current number of rules: 552
% 121.28/121.51  New rule produced :
% 121.28/121.51  [647]
% 121.28/121.51  leq(a addition one addition A,star(sigma) addition A addition B) -> true
% 121.28/121.51  Current number of equations to process: 1879
% 121.28/121.51  Current number of ordered equations: 3
% 121.28/121.51  Current number of rules: 553
% 121.28/121.51  New rule produced :
% 121.28/121.51  [648]
% 121.28/121.51  leq(a addition one addition A,star(sigma addition B) addition A) -> true
% 121.28/121.51  Current number of equations to process: 1879
% 121.28/121.51  Current number of ordered equations: 2
% 121.28/121.51  Current number of rules: 554
% 121.28/121.51  New rule produced :
% 121.28/121.51  [649]
% 121.28/121.51  leq(a addition one addition A,star(sigma addition A) addition B) -> true
% 121.28/121.51  Current number of equations to process: 1879
% 121.28/121.51  Current number of ordered equations: 1
% 121.28/121.51  Current number of rules: 555
% 121.28/121.51  New rule produced :
% 121.28/121.51  [650]
% 121.28/121.51  leq(a addition one addition A,star(sigma addition A addition B)) -> true
% 121.28/121.51  Current number of equations to process: 1879
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 556
% 121.28/121.51  New rule produced :
% 121.28/121.51  [651] ifeq(leq(star(A),zero),true,leq(star(star(A)),zero),true) -> true
% 121.28/121.51  Current number of equations to process: 1878
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 557
% 121.28/121.51  New rule produced :
% 121.28/121.51  [652]
% 121.28/121.51  ifeq(leq(multiplication(A,star(star(B))),star(B)),true,true,true) -> true
% 121.28/121.51  Current number of equations to process: 1877
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 558
% 121.28/121.51  New rule produced :
% 121.28/121.51  [653]
% 121.28/121.51  multiplication(A,multiplication(star(B),star(C))) addition A ->
% 121.28/121.51  multiplication(A,multiplication(star(B),star(C)))
% 121.28/121.51  Current number of equations to process: 1876
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 559
% 121.28/121.51  New rule produced :
% 121.28/121.51  [654]
% 121.28/121.51  multiplication(multiplication(star(A),star(B)),C) addition C ->
% 121.28/121.51  multiplication(multiplication(star(A),star(B)),C)
% 121.28/121.51  Current number of equations to process: 1875
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 560
% 121.28/121.51  New rule produced :
% 121.28/121.51  [655] ifeq2(leq(sigma,star(a)),true,b addition star(a),star(a)) -> star(a)
% 121.28/121.51  Current number of equations to process: 1900
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 561
% 121.28/121.51  New rule produced :
% 121.28/121.51  [656] ifeq2(leq(sigma,star(b)),true,a addition star(b),star(b)) -> star(b)
% 121.28/121.51  Current number of equations to process: 1899
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 562
% 121.28/121.51  New rule produced :
% 121.28/121.51  [657]
% 121.28/121.51  leq(multiplication(A,B),multiplication(multiplication(star(C),A),B)) -> true
% 121.28/121.51  Current number of equations to process: 1968
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 563
% 121.28/121.51  New rule produced :
% 121.28/121.51  [658]
% 121.28/121.51  leq(sigma,multiplication(star(A),b) addition multiplication(star(A),a)) ->
% 121.28/121.51  true
% 121.28/121.51  Current number of equations to process: 2003
% 121.28/121.51  Current number of ordered equations: 0
% 121.28/121.51  Current number of rules: 564
% 121.28/121.51  New rule produced :
% 121.28/121.51  [659] leq(A,multiplication(multiplication(star(B),A),star(C))) -> true
% 122.78/123.03  Current number of equations to process: 2039
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 565
% 122.78/123.03  New rule produced :
% 122.78/123.03  [660] leq(A,multiplication(star(B),multiplication(star(C),A))) -> true
% 122.78/123.03  Current number of equations to process: 2038
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 566
% 122.78/123.03  New rule produced :
% 122.78/123.03  [661]
% 122.78/123.03  leq(A,multiplication(multiplication(star(B),A),star(C)) addition V_3) -> true
% 122.78/123.03  Current number of equations to process: 2037
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 567
% 122.78/123.03  New rule produced :
% 122.78/123.03  [662]
% 122.78/123.03  leq(A,multiplication(star(B),multiplication(star(C),A)) addition V_3) -> true
% 122.78/123.03  Current number of equations to process: 2036
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 568
% 122.78/123.03  New rule produced : [663] leq(A,star(multiplication(star(B),A))) -> true
% 122.78/123.03  Current number of equations to process: 2037
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 569
% 122.78/123.03  New rule produced :
% 122.78/123.03  [664] leq(A,star(multiplication(star(B),A)) addition C) -> true
% 122.78/123.03  Current number of equations to process: 2036
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 570
% 122.78/123.03  New rule produced :
% 122.78/123.03  [665]
% 122.78/123.03  leq(multiplication(A,B),multiplication(multiplication(star(C),A),B) addition V_3)
% 122.78/123.03  -> true
% 122.78/123.03  Current number of equations to process: 2049
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 571
% 122.78/123.03  New rule produced :
% 122.78/123.03  [666] leq(sigma,a addition multiplication(star(A),b)) -> true
% 122.78/123.03  Current number of equations to process: 2052
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 572
% 122.78/123.03  New rule produced :
% 122.78/123.03  [667] leq(sigma,a addition multiplication(star(A),b) addition B) -> true
% 122.78/123.03  Current number of equations to process: 2063
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 573
% 122.78/123.03  New rule produced :
% 122.78/123.03  [668]
% 122.78/123.03  sigma addition star(multiplication(star(A),b)) ->
% 122.78/123.03  a addition star(multiplication(star(A),b))
% 122.78/123.03  Current number of equations to process: 2107
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 574
% 122.78/123.03  New rule produced :
% 122.78/123.03  [669]
% 122.78/123.03  leq(sigma addition A,a addition multiplication(star(B),b) addition A) -> true
% 122.78/123.03  Current number of equations to process: 2122
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 575
% 122.78/123.03  New rule produced :
% 122.78/123.03  [670] leq(sigma,b addition multiplication(star(A),a)) -> true
% 122.78/123.03  Current number of equations to process: 2125
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 576
% 122.78/123.03  New rule produced :
% 122.78/123.03  [671] leq(sigma,b addition multiplication(star(A),a) addition B) -> true
% 122.78/123.03  Current number of equations to process: 2136
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 577
% 122.78/123.03  New rule produced :
% 122.78/123.03  [672]
% 122.78/123.03  sigma addition star(multiplication(star(A),a)) ->
% 122.78/123.03  b addition star(multiplication(star(A),a))
% 122.78/123.03  Current number of equations to process: 2180
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 578
% 122.78/123.03  New rule produced :
% 122.78/123.03  [673]
% 122.78/123.03  leq(sigma addition A,b addition multiplication(star(B),a) addition A) -> true
% 122.78/123.03  Current number of equations to process: 2179
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 579
% 122.78/123.03  New rule produced :
% 122.78/123.03  [674]
% 122.78/123.03  leq(one,multiplication(multiplication(star(A),star(B)),star(C))) -> true
% 122.78/123.03  Current number of equations to process: 2182
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 580
% 122.78/123.03  New rule produced :
% 122.78/123.03  [675]
% 122.78/123.03  leq(one,multiplication(star(A),multiplication(star(B),star(C)))) -> true
% 122.78/123.03  Current number of equations to process: 2181
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 581
% 122.78/123.03  New rule produced :
% 122.78/123.03  [676]
% 122.78/123.03  leq(one,multiplication(multiplication(star(A),star(B)),star(C)) addition V_3)
% 122.78/123.03  -> true
% 122.78/123.03  Current number of equations to process: 2191
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 582
% 122.78/123.03  New rule produced :
% 122.78/123.03  [677]
% 122.78/123.03  leq(one,multiplication(star(A),multiplication(star(B),star(C))) addition V_3)
% 122.78/123.03  -> true
% 122.78/123.03  Current number of equations to process: 2190
% 122.78/123.03  Current number of ordered equations: 0
% 122.78/123.03  Current number of rules: 583
% 122.78/123.03  New rule produced :
% 122.78/123.03  [678]
% 122.78/123.03  multiplication(multiplication(A,star(B)),star(star(B))) ->
% 122.78/123.03  multiplication(A,star(star(B)))
% 122.78/123.03  Current number of equations to process: 2233
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 584
% 123.60/123.83  New rule produced :
% 123.60/123.83  [679]
% 123.60/123.83  multiplication(star(A),multiplication(star(star(A)),B)) ->
% 123.60/123.83  multiplication(star(star(A)),B)
% 123.60/123.83  Current number of equations to process: 2232
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 585
% 123.60/123.83  New rule produced :
% 123.60/123.83  [680] star(star(A)) addition multiplication(A,star(star(A))) -> star(star(A))
% 123.60/123.83  Current number of equations to process: 2267
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 586
% 123.60/123.83  New rule produced :
% 123.60/123.83  [681]
% 123.60/123.83  ifeq(leq(multiplication(star(star(A)),B),star(A)),true,true,true) -> true
% 123.60/123.83  Current number of equations to process: 2271
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 587
% 123.60/123.83  New rule produced :
% 123.60/123.83  [682]
% 123.60/123.83  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)))
% 123.60/123.83  -> true
% 123.60/123.83  Current number of equations to process: 2355
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 588
% 123.60/123.83  New rule produced :
% 123.60/123.83  [683]
% 123.60/123.83  leq(sigma,multiplication(b,star(A)) addition multiplication(a,star(A)) addition B)
% 123.60/123.83  -> true
% 123.60/123.83  Current number of equations to process: 2354
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 589
% 123.60/123.83  New rule produced :
% 123.60/123.83  [684]
% 123.60/123.83  sigma addition multiplication(multiplication(b,star(A)),star(B)) ->
% 123.60/123.83  a addition multiplication(multiplication(b,star(A)),star(B))
% 123.60/123.83  Current number of equations to process: 2353
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 590
% 123.60/123.83  New rule produced :
% 123.60/123.83  [685]
% 123.60/123.83  sigma addition multiplication(star(A),multiplication(b,star(B))) ->
% 123.60/123.83  a addition multiplication(star(A),multiplication(b,star(B)))
% 123.60/123.83  Current number of equations to process: 2352
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 591
% 123.60/123.83  New rule produced :
% 123.60/123.83  [686]
% 123.60/123.83  leq(sigma addition one,a addition star(A) addition multiplication(b,star(B)))
% 123.60/123.83  -> true
% 123.60/123.83  Current number of equations to process: 2351
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 592
% 123.60/123.83  New rule produced :
% 123.60/123.83  [687]
% 123.60/123.83  sigma addition multiplication(multiplication(a,star(A)),star(B)) ->
% 123.60/123.83  b addition multiplication(multiplication(a,star(A)),star(B))
% 123.60/123.83  Current number of equations to process: 2350
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 593
% 123.60/123.83  New rule produced :
% 123.60/123.83  [688]
% 123.60/123.83  sigma addition multiplication(star(A),multiplication(a,star(B))) ->
% 123.60/123.83  b addition multiplication(star(A),multiplication(a,star(B)))
% 123.60/123.83  Current number of equations to process: 2349
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 594
% 123.60/123.83  New rule produced :
% 123.60/123.83  [689]
% 123.60/123.83  leq(sigma addition one,b addition star(A) addition multiplication(a,star(B)))
% 123.60/123.83  -> true
% 123.60/123.83  Current number of equations to process: 2348
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 595
% 123.60/123.83  New rule produced :
% 123.60/123.83  [690]
% 123.60/123.83  leq(multiplication(A,multiplication(B,star(B))) addition A,multiplication(A,
% 123.60/123.83                                                             star(B))) -> true
% 123.60/123.83  Current number of equations to process: 2346
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 596
% 123.60/123.83  New rule produced :
% 123.60/123.83  [691]
% 123.60/123.83  leq(multiplication(A,multiplication(star(B),B)) addition A,multiplication(A,
% 123.60/123.83                                                             star(B))) -> true
% 123.60/123.83  Current number of equations to process: 2345
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 597
% 123.60/123.83  New rule produced :
% 123.60/123.83  [692]
% 123.60/123.83  ifeq3(star(sigma) addition A,sigma,leq(star(sigma) addition A,sigma),true) ->
% 123.60/123.83  true
% 123.60/123.83  Current number of equations to process: 2344
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 598
% 123.60/123.83  New rule produced :
% 123.60/123.83  [693] ifeq2(leq(star(A) addition B,A),true,star(A) addition B,A) -> A
% 123.60/123.83  Current number of equations to process: 2343
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 599
% 123.60/123.83  New rule produced :
% 123.60/123.83  [694] ifeq3(star(A) addition B,A,leq(star(A) addition B,A),true) -> true
% 123.60/123.83  Rule
% 123.60/123.83  [692]
% 123.60/123.83  ifeq3(star(sigma) addition A,sigma,leq(star(sigma) addition A,sigma),true) ->
% 123.60/123.83  true collapsed.
% 123.60/123.83  Current number of equations to process: 2342
% 123.60/123.83  Current number of ordered equations: 0
% 123.60/123.83  Current number of rules: 599
% 123.60/123.83  New rule produced :
% 123.60/123.83  [695] ifeq2(leq(star(sigma) addition A,b),true,star(sigma) addition A,b) -> b
% 123.78/124.00  Current number of equations to process: 2339
% 123.78/124.00  Current number of ordered equations: 1
% 123.78/124.00  Current number of rules: 600
% 123.78/124.00  New rule produced :
% 123.78/124.00  [696]
% 123.78/124.00  ifeq3(star(sigma) addition A,a,leq(star(sigma) addition A,a),true) -> true
% 123.78/124.00  Current number of equations to process: 2337
% 123.78/124.00  Current number of ordered equations: 1
% 123.78/124.00  Current number of rules: 601
% 123.78/124.00  New rule produced :
% 123.78/124.00  [697]
% 123.78/124.00  ifeq3(star(sigma) addition A,b,leq(star(sigma) addition A,b),true) -> true
% 123.78/124.00  Current number of equations to process: 2336
% 123.78/124.00  Current number of ordered equations: 1
% 123.78/124.00  Current number of rules: 602
% 123.78/124.00  New rule produced :
% 123.78/124.00  [698] ifeq2(leq(star(sigma) addition A,a),true,star(sigma) addition A,a) -> a
% 123.78/124.00  Current number of equations to process: 2336
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 603
% 123.78/124.00  New rule produced :
% 123.78/124.00  [699]
% 123.78/124.00  leq(a addition star(sigma addition A),star(sigma addition A) addition B) ->
% 123.78/124.00  true
% 123.78/124.00  Current number of equations to process: 2329
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 604
% 123.78/124.00  New rule produced :
% 123.78/124.00  [700]
% 123.78/124.00  multiplication(A,multiplication(star(star(B)),C)) <->
% 123.78/124.00  multiplication(multiplication(A,star(star(B))),multiplication(star(B),C))
% 123.78/124.00  Current number of equations to process: 2312
% 123.78/124.00  Current number of ordered equations: 1
% 123.78/124.00  Current number of rules: 605
% 123.78/124.00  New rule produced :
% 123.78/124.00  [701]
% 123.78/124.00  multiplication(multiplication(A,star(star(B))),multiplication(star(B),C)) <->
% 123.78/124.00  multiplication(A,multiplication(star(star(B)),C))
% 123.78/124.00  Current number of equations to process: 2312
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 606
% 123.78/124.00  Rule [700]
% 123.78/124.00       multiplication(A,multiplication(star(star(B)),C)) <->
% 123.78/124.00       multiplication(multiplication(A,star(star(B))),multiplication(star(B),C)) is composed into 
% 123.78/124.00  [700]
% 123.78/124.00  multiplication(A,multiplication(star(star(B)),C)) <->
% 123.78/124.00  multiplication(multiplication(A,star(star(B))),C)
% 123.78/124.00  New rule produced :
% 123.78/124.00  [702]
% 123.78/124.00  multiplication(multiplication(A,star(star(B))),multiplication(star(B),C)) ->
% 123.78/124.00  multiplication(multiplication(A,star(star(B))),C)
% 123.78/124.00  Rule
% 123.78/124.00  [701]
% 123.78/124.00  multiplication(multiplication(A,star(star(B))),multiplication(star(B),C)) <->
% 123.78/124.00  multiplication(A,multiplication(star(star(B)),C)) collapsed.
% 123.78/124.00  Current number of equations to process: 2311
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 606
% 123.78/124.00  New rule produced :
% 123.78/124.00  [703]
% 123.78/124.00  star(star(A)) addition multiplication(star(star(A)),multiplication(A,star(A)))
% 123.78/124.00  -> star(star(A))
% 123.78/124.00  Current number of equations to process: 2310
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 607
% 123.78/124.00  New rule produced :
% 123.78/124.00  [704]
% 123.78/124.00  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B))
% 123.78/124.00  -> true
% 123.78/124.00  Current number of equations to process: 2308
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 608
% 123.78/124.00  New rule produced :
% 123.78/124.00  [705]
% 123.78/124.00  leq(sigma,multiplication(star(A),b) addition multiplication(star(A),a) addition B)
% 123.78/124.00  -> true
% 123.78/124.00  Current number of equations to process: 2307
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 609
% 123.78/124.00  New rule produced :
% 123.78/124.00  [706]
% 123.78/124.00  sigma addition multiplication(multiplication(star(A),b),star(B)) ->
% 123.78/124.00  a addition multiplication(multiplication(star(A),b),star(B))
% 123.78/124.00  Current number of equations to process: 2306
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 610
% 123.78/124.00  New rule produced :
% 123.78/124.00  [707]
% 123.78/124.00  sigma addition multiplication(star(A),multiplication(star(B),b)) ->
% 123.78/124.00  a addition multiplication(star(A),multiplication(star(B),b))
% 123.78/124.00  Current number of equations to process: 2305
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 611
% 123.78/124.00  New rule produced :
% 123.78/124.00  [708]
% 123.78/124.00  leq(sigma addition one,a addition star(A) addition multiplication(star(B),b))
% 123.78/124.00  -> true
% 123.78/124.00  Current number of equations to process: 2304
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 612
% 123.78/124.00  New rule produced :
% 123.78/124.00  [709]
% 123.78/124.00  sigma addition multiplication(multiplication(star(A),a),star(B)) ->
% 123.78/124.00  b addition multiplication(multiplication(star(A),a),star(B))
% 123.78/124.00  Current number of equations to process: 2302
% 123.78/124.00  Current number of ordered equations: 0
% 123.78/124.00  Current number of rules: 613
% 123.78/124.00  New rule produced :
% 123.78/124.00  [710]
% 123.78/124.00  sigma addition multiplication(star(A),multiplication(star(B),a)) ->
% 123.78/124.00  b addition multiplication(star(A),multiplication(star(B),a))
% 124.69/124.90  Current number of equations to process: 2301
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 614
% 124.69/124.90  New rule produced :
% 124.69/124.90  [711]
% 124.69/124.90  leq(sigma addition one,b addition star(A) addition multiplication(star(B),a))
% 124.69/124.90  -> true
% 124.69/124.90  Current number of equations to process: 2300
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 615
% 124.69/124.90  New rule produced :
% 124.69/124.90  [712]
% 124.69/124.90  leq(multiplication(multiplication(A,star(A)),B) addition B,multiplication(
% 124.69/124.90                                                             star(A),B)) ->
% 124.69/124.90  true
% 124.69/124.90  Current number of equations to process: 2297
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 616
% 124.69/124.90  New rule produced :
% 124.69/124.90  [713]
% 124.69/124.90  leq(multiplication(multiplication(star(A),A),B) addition B,multiplication(
% 124.69/124.90                                                             star(A),B)) ->
% 124.69/124.90  true
% 124.69/124.90  Current number of equations to process: 2296
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 617
% 124.69/124.90  New rule produced :
% 124.69/124.90  [714]
% 124.69/124.90  multiplication(multiplication(A,star(B)),multiplication(star(star(B)),C)) ->
% 124.69/124.90  multiplication(A,multiplication(star(star(B)),C))
% 124.69/124.90  Current number of equations to process: 2295
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 618
% 124.69/124.90  New rule produced :
% 124.69/124.90  [715]
% 124.69/124.90  star(star(A)) addition multiplication(multiplication(star(A),A),star(star(A)))
% 124.69/124.90  -> star(star(A))
% 124.69/124.90  Current number of equations to process: 2292
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 619
% 124.69/124.90  New rule produced :
% 124.69/124.90  [716]
% 124.69/124.90  one addition multiplication(multiplication(star(A),star(B)),star(C)) ->
% 124.69/124.90  multiplication(multiplication(star(A),star(B)),star(C))
% 124.69/124.90  Current number of equations to process: 2287
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 620
% 124.69/124.90  New rule produced :
% 124.69/124.90  [717]
% 124.69/124.90  one addition multiplication(star(A),multiplication(star(B),star(C))) ->
% 124.69/124.90  multiplication(star(A),multiplication(star(B),star(C)))
% 124.69/124.90  Current number of equations to process: 2286
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 621
% 124.69/124.90  New rule produced :
% 124.69/124.90  [718]
% 124.69/124.90  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,
% 124.69/124.90                                                      star(V_3))) -> true
% 124.69/124.90  Rule
% 124.69/124.90  [682]
% 124.69/124.90  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)))
% 124.69/124.90  -> true collapsed.
% 124.69/124.90  Current number of equations to process: 2365
% 124.69/124.90  Current number of ordered equations: 1
% 124.69/124.90  Current number of rules: 621
% 124.69/124.90  New rule produced :
% 124.69/124.90  [719]
% 124.69/124.90  leq(A addition B,multiplication(multiplication(A,star(C)),star(V_3)) addition B)
% 124.69/124.90  -> true
% 124.69/124.90  Current number of equations to process: 2365
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 622
% 124.69/124.90  New rule produced :
% 124.69/124.90  [720]
% 124.69/124.90  leq(A addition B,multiplication(star(C),B) addition multiplication(A,
% 124.69/124.90                                                      star(V_3))) -> true
% 124.69/124.90  Current number of equations to process: 2362
% 124.69/124.90  Current number of ordered equations: 2
% 124.69/124.90  Current number of rules: 623
% 124.69/124.90  New rule produced :
% 124.69/124.90  [721]
% 124.69/124.90  leq(A addition B,multiplication(star(C),multiplication(A,star(V_3))) addition B)
% 124.69/124.90  -> true
% 124.69/124.90  Current number of equations to process: 2362
% 124.69/124.90  Current number of ordered equations: 1
% 124.69/124.90  Current number of rules: 624
% 124.69/124.90  New rule produced :
% 124.69/124.90  [722]
% 124.69/124.90  leq(star(A) addition star(B),multiplication(star(A),star(B)) addition C) ->
% 124.69/124.90  true
% 124.69/124.90  Current number of equations to process: 2362
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 625
% 124.69/124.90  New rule produced :
% 124.69/124.90  [723] leq(A addition B,star(A) addition multiplication(B,star(C))) -> true
% 124.69/124.90  Current number of equations to process: 2395
% 124.69/124.90  Current number of ordered equations: 2
% 124.69/124.90  Current number of rules: 626
% 124.69/124.90  New rule produced :
% 124.69/124.90  [724] leq(A addition B,star(multiplication(A,star(C)) addition B)) -> true
% 124.69/124.90  Current number of equations to process: 2395
% 124.69/124.90  Current number of ordered equations: 1
% 124.69/124.90  Current number of rules: 627
% 124.69/124.90  New rule produced :
% 124.69/124.90  [725] leq(A addition B,star(multiplication(A,star(C))) addition B) -> true
% 124.69/124.90  Current number of equations to process: 2395
% 124.69/124.90  Current number of ordered equations: 0
% 124.69/124.90  Current number of rules: 628
% 124.69/124.90  New rule produced :
% 124.69/124.90  [726]
% 124.69/124.90  leq(A addition B,star(A) addition multiplication(B,star(C)) addition V_3) ->
% 124.69/124.90  true
% 124.69/124.90  Current number of equations to process: 2397
% 124.69/124.90  Current number of ordered equations: 2
% 125.60/125.83  Current number of rules: 629
% 125.60/125.83  New rule produced :
% 125.60/125.83  [727]
% 125.60/125.83  leq(A addition B,star(multiplication(A,star(C)) addition B) addition V_3) ->
% 125.60/125.83  true
% 125.60/125.83  Current number of equations to process: 2397
% 125.60/125.83  Current number of ordered equations: 1
% 125.60/125.83  Current number of rules: 630
% 125.60/125.83  New rule produced :
% 125.60/125.83  [728]
% 125.60/125.83  leq(A addition B,star(multiplication(A,star(C))) addition B addition V_3) ->
% 125.60/125.83  true
% 125.60/125.83  Current number of equations to process: 2397
% 125.60/125.83  Current number of ordered equations: 0
% 125.60/125.83  Current number of rules: 631
% 125.60/125.83  New rule produced :
% 125.60/125.83  [729]
% 125.60/125.83  leq(b addition A,sigma addition multiplication(multiplication(A,star(B)),
% 125.60/125.83                                  star(C))) -> true
% 125.60/125.83  Current number of equations to process: 2434
% 125.60/125.83  Current number of ordered equations: 0
% 125.60/125.83  Current number of rules: 632
% 125.60/125.83  New rule produced :
% 125.60/125.83  [730]
% 125.60/125.83  leq(b addition A,sigma addition multiplication(star(B),multiplication(A,
% 125.60/125.83                                                         star(C)))) -> true
% 125.60/125.83  Current number of equations to process: 2433
% 125.60/125.83  Current number of ordered equations: 0
% 125.60/125.83  Current number of rules: 633
% 125.60/125.83  New rule produced :
% 125.60/125.83  [731]
% 125.60/125.83  leq(b addition A,star(sigma addition multiplication(A,star(B)))) -> true
% 125.60/125.83  Current number of equations to process: 2440
% 125.60/125.83  Current number of ordered equations: 2
% 125.60/125.83  Current number of rules: 634
% 125.60/125.83  New rule produced :
% 125.60/125.83  [732]
% 125.60/125.83  leq(b addition A,star(sigma) addition multiplication(A,star(B))) -> true
% 125.60/125.83  Current number of equations to process: 2440
% 125.60/125.83  Current number of ordered equations: 1
% 125.60/125.83  Current number of rules: 635
% 125.60/125.83  New rule produced :
% 125.60/125.83  [733]
% 125.60/125.83  leq(b addition A,sigma addition star(multiplication(A,star(B)))) -> true
% 125.60/125.83  Current number of equations to process: 2440
% 125.60/125.83  Current number of ordered equations: 0
% 125.60/125.83  Current number of rules: 636
% 125.60/125.83  New rule produced :
% 125.60/125.83  [734]
% 125.60/125.83  leq(b addition A,star(sigma addition multiplication(A,star(B))) addition C)
% 125.60/125.83  -> true
% 125.60/125.83  Current number of equations to process: 2441
% 125.60/125.83  Current number of ordered equations: 2
% 125.60/125.83  Current number of rules: 637
% 125.60/125.83  New rule produced :
% 125.60/125.83  [735]
% 125.60/125.83  leq(b addition A,star(sigma) addition multiplication(A,star(B)) addition C)
% 125.60/125.83  -> true
% 125.60/125.83  Current number of equations to process: 2441
% 125.60/125.83  Current number of ordered equations: 1
% 125.60/125.83  Current number of rules: 638
% 125.60/125.83  New rule produced :
% 125.60/125.83  [736]
% 125.60/125.83  leq(b addition A,sigma addition star(multiplication(A,star(B))) addition C)
% 125.60/125.83  -> true
% 125.60/125.83  Current number of equations to process: 2441
% 125.60/125.83  Current number of ordered equations: 0
% 125.60/125.83  Current number of rules: 639
% 125.60/125.83  New rule produced :
% 125.60/125.83  [737]
% 125.60/125.83  leq(a addition A,sigma addition multiplication(multiplication(A,star(B)),
% 125.60/125.83                                  star(C))) -> true
% 125.60/125.83  Current number of equations to process: 2478
% 125.60/125.83  Current number of ordered equations: 0
% 125.60/125.83  Current number of rules: 640
% 125.60/125.83  New rule produced :
% 125.60/125.83  [738]
% 125.60/125.83  leq(a addition A,sigma addition multiplication(star(B),multiplication(A,
% 125.60/125.83                                                         star(C)))) -> true
% 125.60/125.83  Current number of equations to process: 2477
% 125.60/125.83  Current number of ordered equations: 0
% 125.60/125.83  Current number of rules: 641
% 125.60/125.83  New rule produced :
% 125.60/125.83  [739]
% 125.60/125.83  leq(a addition A,star(sigma addition multiplication(A,star(B)))) -> true
% 125.60/125.83  Current number of equations to process: 2484
% 125.60/125.83  Current number of ordered equations: 2
% 125.60/125.83  Current number of rules: 642
% 125.60/125.83  New rule produced :
% 125.60/125.83  [740]
% 125.60/125.83  leq(a addition A,star(sigma) addition multiplication(A,star(B))) -> true
% 125.60/125.83  Current number of equations to process: 2484
% 125.60/125.83  Current number of ordered equations: 1
% 125.60/125.83  Current number of rules: 643
% 125.60/125.83  New rule produced :
% 125.60/125.83  [741]
% 125.60/125.83  leq(a addition A,sigma addition star(multiplication(A,star(B)))) -> true
% 125.60/125.83  Current number of equations to process: 2484
% 125.60/125.83  Current number of ordered equations: 0
% 125.60/125.83  Current number of rules: 644
% 125.60/125.83  New rule produced :
% 125.60/125.83  [742]
% 125.60/125.83  leq(a addition A,star(sigma addition multiplication(A,star(B))) addition C)
% 125.60/125.83  -> true
% 125.60/125.83  Current number of equations to process: 2501
% 125.60/125.83  Current number of ordered equations: 2
% 125.60/125.83  Current number of rules: 645
% 125.60/125.83  New rule produced :
% 125.60/125.83  [743]
% 125.60/125.83  leq(a addition A,star(sigma) addition multiplication(A,star(B)) addition C)
% 125.60/125.83  -> true
% 125.60/125.83  Current number of equations to process: 2501
% 125.60/125.83  Current number of ordered equations: 1
% 125.60/125.83  Current number of rules: 646
% 125.60/125.83  New rule produced :
% 125.60/125.83  [744]
% 125.60/125.83  leq(a addition A,sigma addition star(multiplication(A,star(B))) addition C)
% 125.60/125.83  -> true
% 129.10/129.30  Current number of equations to process: 2501
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 647
% 129.10/129.30  New rule produced : [745] leq(A,multiplication(star(A),star(B))) -> true
% 129.10/129.30  Current number of equations to process: 2584
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 648
% 129.10/129.30  New rule produced :
% 129.10/129.30  [746] leq(A,multiplication(star(A),star(B)) addition C) -> true
% 129.10/129.30  Current number of equations to process: 2583
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 649
% 129.10/129.30  New rule produced :
% 129.10/129.30  [747]
% 129.10/129.30  sigma addition multiplication(star(b),star(A)) ->
% 129.10/129.30  a addition multiplication(star(b),star(A))
% 129.10/129.30  Current number of equations to process: 2584
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 650
% 129.10/129.30  New rule produced :
% 129.10/129.30  [748]
% 129.10/129.30  sigma addition multiplication(star(a),star(A)) ->
% 129.10/129.30  b addition multiplication(star(a),star(A))
% 129.10/129.30  Current number of equations to process: 2585
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 651
% 129.10/129.30  New rule produced :
% 129.10/129.30  [749] leq(A addition B,multiplication(star(A),star(C)) addition B) -> true
% 129.10/129.30  Current number of equations to process: 2594
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 652
% 129.10/129.30  New rule produced :
% 129.10/129.30  [750]
% 129.10/129.30  leq(b addition A,sigma addition multiplication(star(A),star(B))) -> true
% 129.10/129.30  Current number of equations to process: 2595
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 653
% 129.10/129.30  New rule produced :
% 129.10/129.30  [751]
% 129.10/129.30  leq(a addition A,sigma addition multiplication(star(A),star(B))) -> true
% 129.10/129.30  Current number of equations to process: 2596
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 654
% 129.10/129.30  New rule produced :
% 129.10/129.30  [752]
% 129.10/129.30  leq(star(A) addition multiplication(B,star(B)),multiplication(star(B),
% 129.10/129.30                                                 star(A))) -> true
% 129.10/129.30  Current number of equations to process: 2613
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 655
% 129.10/129.30  New rule produced :
% 129.10/129.30  [753]
% 129.10/129.30  leq(A addition B,multiplication(star(A),star(C)) addition B addition V_3) ->
% 129.10/129.30  true
% 129.10/129.30  Current number of equations to process: 2612
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 656
% 129.10/129.30  New rule produced :
% 129.10/129.30  [754]
% 129.10/129.30  leq(b addition A,sigma addition multiplication(star(A),star(B)) addition C)
% 129.10/129.30  -> true
% 129.10/129.30  Current number of equations to process: 2611
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 657
% 129.10/129.30  New rule produced :
% 129.10/129.30  [755]
% 129.10/129.30  leq(a addition A,sigma addition multiplication(star(A),star(B)) addition C)
% 129.10/129.30  -> true
% 129.10/129.30  Current number of equations to process: 2610
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 658
% 129.10/129.30  New rule produced :
% 129.10/129.30  [756]
% 129.10/129.30  star(multiplication(star(A),star(B))) addition multiplication(A,star(A)) ->
% 129.10/129.30  star(multiplication(star(A),star(B)))
% 129.10/129.30  Current number of equations to process: 2609
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 659
% 129.10/129.30  New rule produced :
% 129.10/129.30  [757]
% 129.10/129.30  leq(star(A) addition multiplication(star(B),B),multiplication(star(B),
% 129.10/129.30                                                 star(A))) -> true
% 129.10/129.30  Current number of equations to process: 2735
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 660
% 129.10/129.30  New rule produced :
% 129.10/129.30  [758]
% 129.10/129.30  leq(multiplication(star(A),A),multiplication(multiplication(star(A),star(B)),
% 129.10/129.30                                star(C))) -> true
% 129.10/129.30  Current number of equations to process: 2734
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 661
% 129.10/129.30  New rule produced :
% 129.10/129.30  [759]
% 129.10/129.30  star(multiplication(star(A),star(B))) addition multiplication(star(A),A) ->
% 129.10/129.30  star(multiplication(star(A),star(B)))
% 129.10/129.30  Current number of equations to process: 2733
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 662
% 129.10/129.30  New rule produced :
% 129.10/129.30  [760]
% 129.10/129.30  leq(multiplication(A,star(A)),multiplication(multiplication(star(A),star(B)),
% 129.10/129.30                                star(C))) -> true
% 129.10/129.30  Current number of equations to process: 2937
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 663
% 129.10/129.30  New rule produced :
% 129.10/129.30  [761]
% 129.10/129.30  leq(A,multiplication(multiplication(multiplication(A,star(B)),star(C)),
% 129.10/129.30        star(V_3))) -> true
% 129.10/129.30  Current number of equations to process: 2986
% 129.10/129.30  Current number of ordered equations: 0
% 129.10/129.30  Current number of rules: 664
% 129.10/129.30  New rule produced :
% 130.58/130.85  [762]
% 130.58/130.85  leq(A,multiplication(multiplication(multiplication(star(B),A),star(C)),
% 130.58/130.85        star(V_3))) -> true
% 130.58/130.85  Current number of equations to process: 2985
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 665
% 130.58/130.85  New rule produced :
% 130.58/130.85  [763]
% 130.58/130.85  leq(one,multiplication(multiplication(multiplication(star(A),star(B)),
% 130.58/130.85                         star(C)),star(V_3))) -> true
% 130.58/130.85  Current number of equations to process: 3000
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 666
% 130.58/130.85  New rule produced :
% 130.58/130.85  [764]
% 130.58/130.85  star(multiplication(multiplication(A,star(B)),star(C))) addition A ->
% 130.58/130.85  star(multiplication(multiplication(A,star(B)),star(C)))
% 130.58/130.85  Current number of equations to process: 2998
% 130.58/130.85  Current number of ordered equations: 1
% 130.58/130.85  Current number of rules: 667
% 130.58/130.85  New rule produced :
% 130.58/130.85  [765]
% 130.58/130.85  multiplication(multiplication(star(A),star(B)),star(C)) addition A ->
% 130.58/130.85  multiplication(multiplication(star(A),star(B)),star(C))
% 130.58/130.85  Current number of equations to process: 2998
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 668
% 130.58/130.85  New rule produced :
% 130.58/130.85  [766]
% 130.58/130.85  multiplication(star(multiplication(A,star(B))),star(C)) addition A ->
% 130.58/130.85  multiplication(star(multiplication(A,star(B))),star(C))
% 130.58/130.85  Current number of equations to process: 2997
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 669
% 130.58/130.85  New rule produced :
% 130.58/130.85  [767]
% 130.58/130.85  leq(A addition B,multiplication(multiplication(star(C),A),star(V_3)) addition B)
% 130.58/130.85  -> true
% 130.58/130.85  Current number of equations to process: 3075
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 670
% 130.58/130.85  New rule produced :
% 130.58/130.85  [768]
% 130.58/130.85  leq(A addition B,multiplication(star(C),B) addition multiplication(star(V_3),A))
% 130.58/130.85  -> true
% 130.58/130.85  Rule
% 130.58/130.85  [704]
% 130.58/130.85  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B))
% 130.58/130.85  -> true collapsed.
% 130.58/130.85  Current number of equations to process: 3073
% 130.58/130.85  Current number of ordered equations: 1
% 130.58/130.85  Current number of rules: 670
% 130.58/130.85  New rule produced :
% 130.58/130.85  [769]
% 130.58/130.85  leq(A addition B,multiplication(star(C),multiplication(star(V_3),A)) addition B)
% 130.58/130.85  -> true
% 130.58/130.85  Current number of equations to process: 3073
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 671
% 130.58/130.85  New rule produced :
% 130.58/130.85  [770] leq(A addition B,star(A) addition multiplication(star(C),B)) -> true
% 130.58/130.85  Current number of equations to process: 3106
% 130.58/130.85  Current number of ordered equations: 2
% 130.58/130.85  Current number of rules: 672
% 130.58/130.85  New rule produced :
% 130.58/130.85  [771] leq(A addition B,star(multiplication(star(C),A) addition B)) -> true
% 130.58/130.85  Current number of equations to process: 3106
% 130.58/130.85  Current number of ordered equations: 1
% 130.58/130.85  Current number of rules: 673
% 130.58/130.85  New rule produced :
% 130.58/130.85  [772] leq(A addition B,star(multiplication(star(C),A)) addition B) -> true
% 130.58/130.85  Current number of equations to process: 3106
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 674
% 130.58/130.85  New rule produced :
% 130.58/130.85  [773]
% 130.58/130.85  leq(A addition B,star(A) addition multiplication(star(C),B) addition V_3) ->
% 130.58/130.85  true
% 130.58/130.85  Current number of equations to process: 3128
% 130.58/130.85  Current number of ordered equations: 2
% 130.58/130.85  Current number of rules: 675
% 130.58/130.85  New rule produced :
% 130.58/130.85  [774]
% 130.58/130.85  leq(A addition B,star(multiplication(star(C),A) addition B) addition V_3) ->
% 130.58/130.85  true
% 130.58/130.85  Current number of equations to process: 3128
% 130.58/130.85  Current number of ordered equations: 1
% 130.58/130.85  Current number of rules: 676
% 130.58/130.85  New rule produced :
% 130.58/130.85  [775]
% 130.58/130.85  leq(A addition B,star(multiplication(star(C),A)) addition B addition V_3) ->
% 130.58/130.85  true
% 130.58/130.85  Current number of equations to process: 3128
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 677
% 130.58/130.85  New rule produced :
% 130.58/130.85  [776]
% 130.58/130.85  leq(b addition A,sigma addition multiplication(multiplication(star(B),A),
% 130.58/130.85                                  star(C))) -> true
% 130.58/130.85  Current number of equations to process: 3165
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 678
% 130.58/130.85  New rule produced :
% 130.58/130.85  [777]
% 130.58/130.85  leq(b addition A,sigma addition multiplication(star(B),multiplication(
% 130.58/130.85                                                         star(C),A))) -> true
% 130.58/130.85  Current number of equations to process: 3164
% 130.58/130.85  Current number of ordered equations: 0
% 130.58/130.85  Current number of rules: 679
% 130.58/130.85  New rule produced :
% 130.58/130.85  [778]
% 130.58/130.85  leq(b addition A,star(sigma addition multiplication(star(B),A))) -> true
% 130.58/130.85  Current number of equations to process: 3171
% 130.58/130.85  Current number of ordered equations: 2
% 130.58/130.85  Current number of rules: 680
% 132.09/132.32  New rule produced :
% 132.09/132.32  [779]
% 132.09/132.32  leq(b addition A,star(sigma) addition multiplication(star(B),A)) -> true
% 132.09/132.32  Current number of equations to process: 3171
% 132.09/132.32  Current number of ordered equations: 1
% 132.09/132.32  Current number of rules: 681
% 132.09/132.32  New rule produced :
% 132.09/132.32  [780]
% 132.09/132.32  leq(b addition A,sigma addition star(multiplication(star(B),A))) -> true
% 132.09/132.32  Current number of equations to process: 3171
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 682
% 132.09/132.32  New rule produced :
% 132.09/132.32  [781]
% 132.09/132.32  leq(b addition A,star(sigma addition multiplication(star(B),A)) addition C)
% 132.09/132.32  -> true
% 132.09/132.32  Current number of equations to process: 3174
% 132.09/132.32  Current number of ordered equations: 2
% 132.09/132.32  Current number of rules: 683
% 132.09/132.32  New rule produced :
% 132.09/132.32  [782]
% 132.09/132.32  leq(b addition A,star(sigma) addition multiplication(star(B),A) addition C)
% 132.09/132.32  -> true
% 132.09/132.32  Current number of equations to process: 3174
% 132.09/132.32  Current number of ordered equations: 1
% 132.09/132.32  Current number of rules: 684
% 132.09/132.32  New rule produced :
% 132.09/132.32  [783]
% 132.09/132.32  leq(b addition A,sigma addition star(multiplication(star(B),A)) addition C)
% 132.09/132.32  -> true
% 132.09/132.32  Current number of equations to process: 3174
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 685
% 132.09/132.32  New rule produced :
% 132.09/132.32  [784]
% 132.09/132.32  leq(a addition A,sigma addition multiplication(multiplication(star(B),A),
% 132.09/132.32                                  star(C))) -> true
% 132.09/132.32  Current number of equations to process: 3211
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 686
% 132.09/132.32  New rule produced :
% 132.09/132.32  [785]
% 132.09/132.32  leq(a addition A,sigma addition multiplication(star(B),multiplication(
% 132.09/132.32                                                         star(C),A))) -> true
% 132.09/132.32  Current number of equations to process: 3210
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 687
% 132.09/132.32  New rule produced :
% 132.09/132.32  [786]
% 132.09/132.32  leq(a addition A,star(sigma addition multiplication(star(B),A))) -> true
% 132.09/132.32  Current number of equations to process: 3217
% 132.09/132.32  Current number of ordered equations: 2
% 132.09/132.32  Current number of rules: 688
% 132.09/132.32  New rule produced :
% 132.09/132.32  [787]
% 132.09/132.32  leq(a addition A,star(sigma) addition multiplication(star(B),A)) -> true
% 132.09/132.32  Current number of equations to process: 3217
% 132.09/132.32  Current number of ordered equations: 1
% 132.09/132.32  Current number of rules: 689
% 132.09/132.32  New rule produced :
% 132.09/132.32  [788]
% 132.09/132.32  leq(a addition A,sigma addition star(multiplication(star(B),A))) -> true
% 132.09/132.32  Current number of equations to process: 3217
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 690
% 132.09/132.32  New rule produced :
% 132.09/132.32  [789]
% 132.09/132.32  leq(a addition A,star(sigma addition multiplication(star(B),A)) addition C)
% 132.09/132.32  -> true
% 132.09/132.32  Current number of equations to process: 3236
% 132.09/132.32  Current number of ordered equations: 2
% 132.09/132.32  Current number of rules: 691
% 132.09/132.32  New rule produced :
% 132.09/132.32  [790]
% 132.09/132.32  leq(a addition A,star(sigma) addition multiplication(star(B),A) addition C)
% 132.09/132.32  -> true
% 132.09/132.32  Current number of equations to process: 3236
% 132.09/132.32  Current number of ordered equations: 1
% 132.09/132.32  Current number of rules: 692
% 132.09/132.32  New rule produced :
% 132.09/132.32  [791]
% 132.09/132.32  leq(a addition A,sigma addition star(multiplication(star(B),A)) addition C)
% 132.09/132.32  -> true
% 132.09/132.32  Current number of equations to process: 3236
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 693
% 132.09/132.32  New rule produced : [792] leq(A,multiplication(star(B),star(A))) -> true
% 132.09/132.32  Current number of equations to process: 3317
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 694
% 132.09/132.32  New rule produced :
% 132.09/132.32  [793] leq(A,multiplication(star(B),star(A)) addition C) -> true
% 132.09/132.32  Current number of equations to process: 3316
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 695
% 132.09/132.32  New rule produced :
% 132.09/132.32  [794]
% 132.09/132.32  sigma addition multiplication(star(A),star(b)) ->
% 132.09/132.32  a addition multiplication(star(A),star(b))
% 132.09/132.32  Current number of equations to process: 3317
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 696
% 132.09/132.32  New rule produced :
% 132.09/132.32  [795]
% 132.09/132.32  sigma addition multiplication(star(A),star(a)) ->
% 132.09/132.32  b addition multiplication(star(A),star(a))
% 132.09/132.32  Current number of equations to process: 3318
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 697
% 132.09/132.32  New rule produced :
% 132.09/132.32  [796] leq(A addition B,multiplication(star(C),star(A)) addition B) -> true
% 132.09/132.32  Current number of equations to process: 3329
% 132.09/132.32  Current number of ordered equations: 0
% 132.09/132.32  Current number of rules: 698
% 132.09/132.32  New rule produced :
% 132.09/132.32  [797]
% 132.09/132.32  leq(b addition A,sigma addition multiplication(star(B),star(A))) -> true
% 135.32/135.55  Current number of equations to process: 3330
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 699
% 135.32/135.55  New rule produced :
% 135.32/135.55  [798]
% 135.32/135.55  leq(a addition A,sigma addition multiplication(star(B),star(A))) -> true
% 135.32/135.55  Current number of equations to process: 3331
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 700
% 135.32/135.55  New rule produced :
% 135.32/135.55  [799]
% 135.32/135.55  leq(star(A) addition multiplication(B,star(B)),multiplication(star(A),
% 135.32/135.55                                                 star(B))) -> true
% 135.32/135.55  Current number of equations to process: 3356
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 701
% 135.32/135.55  New rule produced :
% 135.32/135.55  [800]
% 135.32/135.55  leq(A addition B,multiplication(star(C),star(A)) addition B addition V_3) ->
% 135.32/135.55  true
% 135.32/135.55  Current number of equations to process: 3355
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 702
% 135.32/135.55  New rule produced :
% 135.32/135.55  [801]
% 135.32/135.55  leq(b addition A,sigma addition multiplication(star(B),star(A)) addition C)
% 135.32/135.55  -> true
% 135.32/135.55  Current number of equations to process: 3354
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 703
% 135.32/135.55  New rule produced :
% 135.32/135.55  [802]
% 135.32/135.55  leq(a addition A,sigma addition multiplication(star(B),star(A)) addition C)
% 135.32/135.55  -> true
% 135.32/135.55  Current number of equations to process: 3353
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 704
% 135.32/135.55  New rule produced :
% 135.32/135.55  [803]
% 135.32/135.55  star(multiplication(star(A),star(B))) addition multiplication(B,star(B)) ->
% 135.32/135.55  star(multiplication(star(A),star(B)))
% 135.32/135.55  Current number of equations to process: 3352
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 705
% 135.32/135.55  New rule produced :
% 135.32/135.55  [804]
% 135.32/135.55  multiplication(star(A),star(multiplication(B,star(C)))) addition B ->
% 135.32/135.55  multiplication(star(A),star(multiplication(B,star(C))))
% 135.32/135.55  Current number of equations to process: 3351
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 706
% 135.32/135.55  New rule produced :
% 135.32/135.55  [805]
% 135.32/135.55  leq(star(A) addition multiplication(star(B),B),multiplication(star(A),
% 135.32/135.55                                                 star(B))) -> true
% 135.32/135.55  Current number of equations to process: 3486
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 707
% 135.32/135.55  New rule produced :
% 135.32/135.55  [806]
% 135.32/135.55  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(A),
% 135.32/135.55                                                       star(C)))) -> true
% 135.32/135.55  Current number of equations to process: 3485
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 708
% 135.32/135.55  New rule produced :
% 135.32/135.55  [807]
% 135.32/135.55  star(multiplication(star(A),star(B))) addition multiplication(star(B),B) ->
% 135.32/135.55  star(multiplication(star(A),star(B)))
% 135.32/135.55  Current number of equations to process: 3484
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 709
% 135.32/135.55  New rule produced :
% 135.32/135.55  [808]
% 135.32/135.55  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(A),
% 135.32/135.55                                                       star(C)))) -> true
% 135.32/135.55  Current number of equations to process: 3690
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 710
% 135.32/135.55  New rule produced :
% 135.32/135.55  [809]
% 135.32/135.55  leq(A,multiplication(star(B),multiplication(multiplication(A,star(C)),
% 135.32/135.55                               star(V_3)))) -> true
% 135.32/135.55  Current number of equations to process: 3759
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 711
% 135.32/135.55  New rule produced :
% 135.32/135.55  [810]
% 135.32/135.55  leq(A,multiplication(star(B),multiplication(multiplication(star(C),A),
% 135.32/135.55                               star(V_3)))) -> true
% 135.32/135.55  Current number of equations to process: 3758
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 712
% 135.32/135.55  New rule produced :
% 135.32/135.55  [811]
% 135.32/135.55  leq(one,multiplication(star(A),multiplication(multiplication(star(B),star(C)),
% 135.32/135.55                                 star(V_3)))) -> true
% 135.32/135.55  Current number of equations to process: 3779
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 713
% 135.32/135.55  New rule produced :
% 135.32/135.55  [812]
% 135.32/135.55  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(A)),
% 135.32/135.55                                star(C))) -> true
% 135.32/135.55  Current number of equations to process: 3778
% 135.32/135.55  Current number of ordered equations: 0
% 135.32/135.55  Current number of rules: 714
% 135.32/135.55  New rule produced :
% 135.32/135.55  [813]
% 135.32/135.55  multiplication(star(A),multiplication(star(B),star(C))) addition B ->
% 135.32/135.55  multiplication(star(A),multiplication(star(B),star(C)))
% 139.29/139.55  Current number of equations to process: 3776
% 139.29/139.55  Current number of ordered equations: 1
% 139.29/139.55  Current number of rules: 715
% 139.29/139.55  New rule produced :
% 139.29/139.55  [814]
% 139.29/139.55  star(multiplication(star(A),multiplication(B,star(C)))) addition B ->
% 139.29/139.55  star(multiplication(star(A),multiplication(B,star(C))))
% 139.29/139.55  Current number of equations to process: 3776
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 716
% 139.29/139.55  New rule produced :
% 139.29/139.55  [815]
% 139.29/139.55  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(A)),
% 139.29/139.55                                star(C))) -> true
% 139.29/139.55  Current number of equations to process: 3982
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 717
% 139.29/139.55  New rule produced :
% 139.29/139.55  [816]
% 139.29/139.55  leq(A,multiplication(multiplication(star(B),multiplication(A,star(C))),
% 139.29/139.55        star(V_3))) -> true
% 139.29/139.55  Current number of equations to process: 4059
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 718
% 139.29/139.55  New rule produced :
% 139.29/139.55  [817]
% 139.29/139.55  leq(A,multiplication(multiplication(star(B),multiplication(star(C),A)),
% 139.29/139.55        star(V_3))) -> true
% 139.29/139.55  Current number of equations to process: 4058
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 719
% 139.29/139.55  New rule produced :
% 139.29/139.55  [818]
% 139.29/139.55  leq(one,multiplication(multiplication(star(A),multiplication(star(B),star(C))),
% 139.29/139.55          star(V_3))) -> true
% 139.29/139.55  Current number of equations to process: 4079
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 720
% 139.29/139.55  New rule produced :
% 139.29/139.55  [819]
% 139.29/139.55  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(C),
% 139.29/139.55                                                       star(A)))) -> true
% 139.29/139.55  Current number of equations to process: 4078
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 721
% 139.29/139.55  New rule produced :
% 139.29/139.55  [820]
% 139.29/139.55  multiplication(multiplication(star(A),star(B)),star(C)) addition B ->
% 139.29/139.55  multiplication(multiplication(star(A),star(B)),star(C))
% 139.29/139.55  Current number of equations to process: 4076
% 139.29/139.55  Current number of ordered equations: 1
% 139.29/139.55  Current number of rules: 722
% 139.29/139.55  New rule produced :
% 139.29/139.55  [821]
% 139.29/139.55  star(multiplication(multiplication(star(A),B),star(C))) addition B ->
% 139.29/139.55  star(multiplication(multiplication(star(A),B),star(C)))
% 139.29/139.55  Current number of equations to process: 4076
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 723
% 139.29/139.55  New rule produced :
% 139.29/139.55  [822]
% 139.29/139.55  multiplication(star(multiplication(star(A),B)),star(C)) addition B ->
% 139.29/139.55  multiplication(star(multiplication(star(A),B)),star(C))
% 139.29/139.55  Current number of equations to process: 4075
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 724
% 139.29/139.55  New rule produced :
% 139.29/139.55  [823]
% 139.29/139.55  multiplication(star(A),star(multiplication(star(B),C))) addition C ->
% 139.29/139.55  multiplication(star(A),star(multiplication(star(B),C)))
% 139.29/139.55  Current number of equations to process: 4074
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 725
% 139.29/139.55  New rule produced :
% 139.29/139.55  [824]
% 139.29/139.55  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(C),
% 139.29/139.55                                                       star(A)))) -> true
% 139.29/139.55  Current number of equations to process: 4278
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 726
% 139.29/139.55  New rule produced :
% 139.29/139.55  [825]
% 139.29/139.55  leq(A,multiplication(star(B),multiplication(star(C),multiplication(A,
% 139.29/139.55                                                      star(V_3))))) -> true
% 139.29/139.55  Current number of equations to process: 4353
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 727
% 139.29/139.55  New rule produced :
% 139.29/139.55  [826]
% 139.29/139.55  leq(A,multiplication(star(B),multiplication(star(C),multiplication(star(V_3),A))))
% 139.29/139.55  -> true
% 139.29/139.55  Current number of equations to process: 4352
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 728
% 139.29/139.55  New rule produced :
% 139.29/139.55  [827]
% 139.29/139.55  leq(one,multiplication(star(A),multiplication(star(B),multiplication(
% 139.29/139.55                                                        star(C),star(V_3)))))
% 139.29/139.55  -> true
% 139.29/139.55  Current number of equations to process: 4351
% 139.29/139.55  Current number of ordered equations: 0
% 139.29/139.55  Current number of rules: 729
% 139.29/139.55  New rule produced :
% 139.29/139.55  [828]
% 139.29/139.55  star(multiplication(star(A),multiplication(star(B),C))) addition C ->
% 139.29/139.55  star(multiplication(star(A),multiplication(star(B),C)))
% 139.29/139.55  Current number of equations to process: 4349
% 139.29/139.55  Current number of ordered equations: 1
% 139.29/139.55  Current number of rules: 730
% 140.80/141.01  New rule produced :
% 140.80/141.01  [829]
% 140.80/141.01  multiplication(star(A),multiplication(star(B),star(C))) addition C ->
% 140.80/141.01  multiplication(star(A),multiplication(star(B),star(C)))
% 140.80/141.01  Current number of equations to process: 4349
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 731
% 140.80/141.01  New rule produced :
% 140.80/141.01  [830]
% 140.80/141.01  leq(multiplication(A,star(A)),star(multiplication(star(A),star(B)))) -> true
% 140.80/141.01  Current number of equations to process: 4397
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 732
% 140.80/141.01  New rule produced :
% 140.80/141.01  [831]
% 140.80/141.01  leq(multiplication(A,star(A)),star(multiplication(star(A),star(B))) addition C)
% 140.80/141.01  -> true
% 140.80/141.01  Current number of equations to process: 4405
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 733
% 140.80/141.01  New rule produced :
% 140.80/141.01  [832]
% 140.80/141.01  leq(multiplication(A,star(A)),star(multiplication(star(B),star(A)))) -> true
% 140.80/141.01  Current number of equations to process: 4422
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 734
% 140.80/141.01  New rule produced :
% 140.80/141.01  [833]
% 140.80/141.01  leq(multiplication(A,star(A)),star(multiplication(star(B),star(A))) addition C)
% 140.80/141.01  -> true
% 140.80/141.01  Current number of equations to process: 4429
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 735
% 140.80/141.01  New rule produced :
% 140.80/141.01  [834]
% 140.80/141.01  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(A,B),
% 140.80/141.01                                            multiplication(C,star(V_3)))) ->
% 140.80/141.01  true
% 140.80/141.01  Current number of equations to process: 4432
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 736
% 140.80/141.01  New rule produced :
% 140.80/141.01  [835]
% 140.80/141.01  leq(multiplication(A,multiplication(B,C)),multiplication(A,multiplication(B,
% 140.80/141.01                                                             multiplication(C,
% 140.80/141.01                                                             star(V_3))))) ->
% 140.80/141.01  true
% 140.80/141.01  Current number of equations to process: 4431
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 737
% 140.80/141.01  New rule produced :
% 140.80/141.01  [836]
% 140.80/141.01  leq(multiplication(multiplication(A,B),C),multiplication(A,multiplication(
% 140.80/141.01                                                             multiplication(B,C),
% 140.80/141.01                                                             star(V_3)))) ->
% 140.80/141.01  true
% 140.80/141.01  Current number of equations to process: 4430
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 738
% 140.80/141.01  New rule produced :
% 140.80/141.01  [837]
% 140.80/141.01  leq(multiplication(multiplication(A,B),C),multiplication(A,multiplication(B,
% 140.80/141.01                                                             multiplication(C,
% 140.80/141.01                                                             star(V_3))))) ->
% 140.80/141.01  true
% 140.80/141.01  Current number of equations to process: 4429
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 739
% 140.80/141.01  New rule produced :
% 140.80/141.01  [838]
% 140.80/141.01  leq(sigma addition A,a addition multiplication(b,star(B)) addition A addition C)
% 140.80/141.01  -> true
% 140.80/141.01  Current number of equations to process: 4428
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 740
% 140.80/141.01  New rule produced :
% 140.80/141.01  [839]
% 140.80/141.01  leq(sigma addition A,b addition multiplication(a,star(B)) addition A addition C)
% 140.80/141.01  -> true
% 140.80/141.01  Current number of equations to process: 4427
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 741
% 140.80/141.01  New rule produced :
% 140.80/141.01  [840]
% 140.80/141.01  leq(multiplication(A,B) addition C,multiplication(A,multiplication(B,
% 140.80/141.01                                                      star(V_3))) addition C)
% 140.80/141.01  -> true
% 140.80/141.01  Current number of equations to process: 4426
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 742
% 140.80/141.01  New rule produced :
% 140.80/141.01  [841]
% 140.80/141.01  leq(a addition one addition A addition B,sigma addition star(A) addition B)
% 140.80/141.01  -> true
% 140.80/141.01  Current number of equations to process: 4423
% 140.80/141.01  Current number of ordered equations: 1
% 140.80/141.01  Current number of rules: 743
% 140.80/141.01  New rule produced :
% 140.80/141.01  [842]
% 140.80/141.01  leq(a addition one addition A addition B,star(sigma addition B) addition A)
% 140.80/141.01  -> true
% 140.80/141.01  Current number of equations to process: 4423
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 744
% 140.80/141.01  New rule produced :
% 140.80/141.01  [843]
% 140.80/141.01  ifeq3(star(A) addition B,star(A),leq(A addition B,star(A)),true) -> true
% 140.80/141.01  Current number of equations to process: 4422
% 140.80/141.01  Current number of ordered equations: 0
% 140.80/141.01  Current number of rules: 745
% 140.80/141.01  New rule produced :
% 140.80/141.01  [844]
% 140.80/141.01  ifeq(leq(star(A),one),true,leq(multiplication(A,star(star(A))),one),true) ->
% 140.80/141.01  true
% 140.80/141.01  Current number of equations to process: 4420
% 141.03/141.25  Current number of ordered equations: 1
% 141.03/141.25  Current number of rules: 746
% 141.03/141.25  New rule produced :
% 141.03/141.25  [845]
% 141.03/141.25  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(A)),one),true) ->
% 141.03/141.25  true
% 141.03/141.25  Current number of equations to process: 4419
% 141.03/141.25  Current number of ordered equations: 1
% 141.03/141.25  Current number of rules: 747
% 141.03/141.25  New rule produced :
% 141.03/141.25  [846]
% 141.03/141.25  ifeq(leq(star(A),one),true,leq(multiplication(star(star(A)),A),one),true) ->
% 141.03/141.25  true
% 141.03/141.25  Current number of equations to process: 4419
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 748
% 141.03/141.25  New rule produced :
% 141.03/141.25  [847]
% 141.03/141.25  leq(b addition A addition B,sigma addition star(A) addition B addition C) ->
% 141.03/141.25  true
% 141.03/141.25  Current number of equations to process: 4417
% 141.03/141.25  Current number of ordered equations: 1
% 141.03/141.25  Current number of rules: 749
% 141.03/141.25  New rule produced :
% 141.03/141.25  [848]
% 141.03/141.25  leq(b addition A addition B,star(sigma addition B) addition A addition C) ->
% 141.03/141.25  true
% 141.03/141.25  Current number of equations to process: 4417
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 750
% 141.03/141.25  New rule produced :
% 141.03/141.25  [849]
% 141.03/141.25  leq(a addition A addition B,sigma addition star(A) addition B addition C) ->
% 141.03/141.25  true
% 141.03/141.25  Current number of equations to process: 4415
% 141.03/141.25  Current number of ordered equations: 1
% 141.03/141.25  Current number of rules: 751
% 141.03/141.25  New rule produced :
% 141.03/141.25  [850]
% 141.03/141.25  leq(a addition A addition B,star(sigma addition B) addition A addition C) ->
% 141.03/141.25  true
% 141.03/141.25  Current number of equations to process: 4415
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 752
% 141.03/141.25  New rule produced :
% 141.03/141.25  [851]
% 141.03/141.25  leq(one addition A addition B,star(B addition C) addition A addition V_3) ->
% 141.03/141.25  true
% 141.03/141.25  Current number of equations to process: 4414
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 753
% 141.03/141.25  New rule produced :
% 141.03/141.25  [852]
% 141.03/141.25  leq(b addition one addition A addition B,sigma addition star(A) addition B)
% 141.03/141.25  -> true
% 141.03/141.25  Current number of equations to process: 4412
% 141.03/141.25  Current number of ordered equations: 1
% 141.03/141.25  Current number of rules: 754
% 141.03/141.25  New rule produced :
% 141.03/141.25  [853]
% 141.03/141.25  leq(b addition one addition A addition B,star(sigma addition B) addition A)
% 141.03/141.25  -> true
% 141.03/141.25  Current number of equations to process: 4412
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 755
% 141.03/141.25  New rule produced :
% 141.03/141.25  [854]
% 141.03/141.25  star(multiplication(A,star(B))) addition multiplication(A,multiplication(B,
% 141.03/141.25                                                            star(B))) ->
% 141.03/141.25  star(multiplication(A,star(B)))
% 141.03/141.25  Current number of equations to process: 4411
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 756
% 141.03/141.25  New rule produced :
% 141.03/141.25  [855]
% 141.03/141.25  star(multiplication(star(A),B)) addition multiplication(multiplication(A,
% 141.03/141.25                                                          star(A)),B) ->
% 141.03/141.25  star(multiplication(star(A),B))
% 141.03/141.25  Current number of equations to process: 4410
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 757
% 141.03/141.25  New rule produced :
% 141.03/141.25  [856]
% 141.03/141.25  star(multiplication(A,star(B))) addition multiplication(A,multiplication(
% 141.03/141.25                                                            star(B),B)) ->
% 141.03/141.25  star(multiplication(A,star(B)))
% 141.03/141.25  Current number of equations to process: 4409
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 758
% 141.03/141.25  New rule produced :
% 141.03/141.25  [857]
% 141.03/141.25  star(multiplication(star(A),B)) addition multiplication(multiplication(
% 141.03/141.25                                                          star(A),A),B) ->
% 141.03/141.25  star(multiplication(star(A),B))
% 141.03/141.25  Current number of equations to process: 4408
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 759
% 141.03/141.25  New rule produced :
% 141.03/141.25  [858]
% 141.03/141.25  leq(multiplication(A,star(A)) addition B,star(A) addition star(B) addition C)
% 141.03/141.25  -> true
% 141.03/141.25  Current number of equations to process: 4405
% 141.03/141.25  Current number of ordered equations: 2
% 141.03/141.25  Current number of rules: 760
% 141.03/141.25  New rule produced :
% 141.03/141.25  [859]
% 141.03/141.25  leq(multiplication(A,star(A)) addition B,star(star(A) addition B) addition C)
% 141.03/141.25  -> true
% 141.03/141.25  Current number of equations to process: 4405
% 141.03/141.25  Current number of ordered equations: 1
% 141.03/141.25  Current number of rules: 761
% 141.03/141.25  New rule produced :
% 141.03/141.25  [860]
% 141.03/141.25  leq(multiplication(A,star(A)) addition B,star(star(A)) addition B addition C)
% 141.03/141.25  -> true
% 141.03/141.25  Current number of equations to process: 4405
% 141.03/141.25  Current number of ordered equations: 0
% 141.03/141.25  Current number of rules: 762
% 141.03/141.25  New rule produced :
% 141.03/141.25  [861]
% 141.03/141.25  leq(b addition multiplication(A,star(A)),star(sigma addition star(A)) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4402
% 141.33/141.54  Current number of ordered equations: 2
% 141.33/141.54  Current number of rules: 763
% 141.33/141.54  New rule produced :
% 141.33/141.54  [862]
% 141.33/141.54  leq(b addition multiplication(A,star(A)),sigma addition star(star(A)) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4402
% 141.33/141.54  Current number of ordered equations: 1
% 141.33/141.54  Current number of rules: 764
% 141.33/141.54  New rule produced :
% 141.33/141.54  [863]
% 141.33/141.54  leq(b addition multiplication(A,star(A)),star(sigma) addition star(A) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4402
% 141.33/141.54  Current number of ordered equations: 0
% 141.33/141.54  Current number of rules: 765
% 141.33/141.54  New rule produced :
% 141.33/141.54  [864]
% 141.33/141.54  leq(a addition multiplication(A,star(A)),star(sigma addition star(A)) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4399
% 141.33/141.54  Current number of ordered equations: 2
% 141.33/141.54  Current number of rules: 766
% 141.33/141.54  New rule produced :
% 141.33/141.54  [865]
% 141.33/141.54  leq(a addition multiplication(A,star(A)),sigma addition star(star(A)) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4399
% 141.33/141.54  Current number of ordered equations: 1
% 141.33/141.54  Current number of rules: 767
% 141.33/141.54  New rule produced :
% 141.33/141.54  [866]
% 141.33/141.54  leq(a addition multiplication(A,star(A)),star(sigma) addition star(A) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4399
% 141.33/141.54  Current number of ordered equations: 0
% 141.33/141.54  Current number of rules: 768
% 141.33/141.54  New rule produced :
% 141.33/141.54  [867]
% 141.33/141.54  leq(multiplication(star(A),A) addition B,star(A) addition star(B) addition C)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4396
% 141.33/141.54  Current number of ordered equations: 2
% 141.33/141.54  Current number of rules: 769
% 141.33/141.54  New rule produced :
% 141.33/141.54  [868]
% 141.33/141.54  leq(multiplication(star(A),A) addition B,star(star(A) addition B) addition C)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4396
% 141.33/141.54  Current number of ordered equations: 1
% 141.33/141.54  Current number of rules: 770
% 141.33/141.54  New rule produced :
% 141.33/141.54  [869]
% 141.33/141.54  leq(multiplication(star(A),A) addition B,star(star(A)) addition B addition C)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4396
% 141.33/141.54  Current number of ordered equations: 0
% 141.33/141.54  Current number of rules: 771
% 141.33/141.54  New rule produced :
% 141.33/141.54  [870]
% 141.33/141.54  leq(b addition multiplication(star(A),A),star(sigma addition star(A)) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4393
% 141.33/141.54  Current number of ordered equations: 2
% 141.33/141.54  Current number of rules: 772
% 141.33/141.54  New rule produced :
% 141.33/141.54  [871]
% 141.33/141.54  leq(b addition multiplication(star(A),A),sigma addition star(star(A)) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4393
% 141.33/141.54  Current number of ordered equations: 1
% 141.33/141.54  Current number of rules: 773
% 141.33/141.54  New rule produced :
% 141.33/141.54  [872]
% 141.33/141.54  leq(b addition multiplication(star(A),A),star(sigma) addition star(A) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4393
% 141.33/141.54  Current number of ordered equations: 0
% 141.33/141.54  Current number of rules: 774
% 141.33/141.54  New rule produced :
% 141.33/141.54  [873]
% 141.33/141.54  leq(a addition multiplication(star(A),A),star(sigma addition star(A)) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4390
% 141.33/141.54  Current number of ordered equations: 2
% 141.33/141.54  Current number of rules: 775
% 141.33/141.54  New rule produced :
% 141.33/141.54  [874]
% 141.33/141.54  leq(a addition multiplication(star(A),A),sigma addition star(star(A)) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4390
% 141.33/141.54  Current number of ordered equations: 1
% 141.33/141.54  Current number of rules: 776
% 141.33/141.54  New rule produced :
% 141.33/141.54  [875]
% 141.33/141.54  leq(a addition multiplication(star(A),A),star(sigma) addition star(A) addition B)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4390
% 141.33/141.54  Current number of ordered equations: 0
% 141.33/141.54  Current number of rules: 777
% 141.33/141.54  New rule produced :
% 141.33/141.54  [876]
% 141.33/141.54  leq(b addition one addition A,sigma addition star(A addition B) addition C)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4387
% 141.33/141.54  Current number of ordered equations: 2
% 141.33/141.54  Current number of rules: 778
% 141.33/141.54  New rule produced :
% 141.33/141.54  [877]
% 141.33/141.54  leq(b addition one addition A,star(sigma addition B) addition A addition C)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4387
% 141.33/141.54  Current number of ordered equations: 1
% 141.33/141.54  Current number of rules: 779
% 141.33/141.54  New rule produced :
% 141.33/141.54  [878]
% 141.33/141.54  leq(b addition one addition A,star(sigma addition A addition B) addition C)
% 141.33/141.54  -> true
% 141.33/141.54  Current number of equations to process: 4387
% 141.33/141.54  Current number of ordered equations: 0
% 141.33/141.54  Current number of rules: 780
% 141.33/141.54  New rule produced :
% 141.33/141.54  [879]
% 141.33/141.54  leq(a addition one addition A,sigma addition star(A addition B) addition C)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4384
% 141.56/141.76  Current number of ordered equations: 2
% 141.56/141.76  Current number of rules: 781
% 141.56/141.76  New rule produced :
% 141.56/141.76  [880]
% 141.56/141.76  leq(a addition one addition A,star(sigma addition B) addition A addition C)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4384
% 141.56/141.76  Current number of ordered equations: 1
% 141.56/141.76  Current number of rules: 782
% 141.56/141.76  New rule produced :
% 141.56/141.76  [881]
% 141.56/141.76  leq(a addition one addition A,star(sigma addition A addition B) addition C)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4384
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 783
% 141.56/141.76  New rule produced :
% 141.56/141.76  [882]
% 141.56/141.76  ifeq(leq(multiplication(A,multiplication(B,star(star(C)))),star(C)),true,true,true)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4383
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 784
% 141.56/141.76  New rule produced :
% 141.56/141.76  [883]
% 141.56/141.76  ifeq(leq(multiplication(star(star(A)),B),multiplication(star(A),B)),true,true,true)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4382
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 785
% 141.56/141.76  New rule produced :
% 141.56/141.76  [884]
% 141.56/141.76  leq(b addition multiplication(A,B),sigma addition multiplication(A,multiplication(B,
% 141.56/141.76                                                                     star(C))))
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4381
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 786
% 141.56/141.76  New rule produced :
% 141.56/141.76  [885]
% 141.56/141.76  leq(a addition multiplication(A,B),sigma addition multiplication(A,multiplication(B,
% 141.56/141.76                                                                     star(C))))
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4380
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 787
% 141.56/141.76  New rule produced :
% 141.56/141.76  [886]
% 141.56/141.76  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(
% 141.56/141.76                                                           star(V_3),A),
% 141.56/141.76                                            multiplication(B,C))) -> true
% 141.56/141.76  Current number of equations to process: 4379
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 788
% 141.56/141.76  New rule produced :
% 141.56/141.76  [887]
% 141.56/141.76  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(
% 141.56/141.76                                                           multiplication(
% 141.56/141.76                                                           star(V_3),A),B),C))
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4378
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 789
% 141.56/141.76  New rule produced :
% 141.56/141.76  [888]
% 141.56/141.76  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 141.56/141.76                                                           star(V_3),multiplication(A,B)),C))
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4377
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 790
% 141.56/141.76  New rule produced :
% 141.56/141.76  [889]
% 141.56/141.76  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 141.56/141.76                                                           multiplication(
% 141.56/141.76                                                           star(V_3),A),B),C))
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4376
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 791
% 141.56/141.76  New rule produced :
% 141.56/141.76  [890]
% 141.56/141.76  leq(sigma addition A,a addition multiplication(star(B),b) addition A addition C)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4375
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 792
% 141.56/141.76  New rule produced :
% 141.56/141.76  [891]
% 141.56/141.76  leq(sigma addition A,b addition multiplication(star(B),a) addition A addition C)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4374
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 793
% 141.56/141.76  New rule produced :
% 141.56/141.76  [892]
% 141.56/141.76  leq(multiplication(A,B) addition C,multiplication(multiplication(star(V_3),A),B) addition C)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4373
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 794
% 141.56/141.76  New rule produced :
% 141.56/141.76  [893]
% 141.56/141.76  ifeq(leq(multiplication(A,star(star(B))),multiplication(A,star(B))),true,true,true)
% 141.56/141.76  -> true
% 141.56/141.76  Current number of equations to process: 4372
% 141.56/141.76  Current number of ordered equations: 0
% 141.56/141.76  Current number of rules: 795
% 141.56/141.76  New rule produced :
% 141.56/141.76  [894]
% 141.56/141.76  ifeq(leq(multiplication(multiplication(star(star(A)),B),C),star(A)),true,true,true)
% 141.80/142.00  -> true
% 141.80/142.00  Current number of equations to process: 4371
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 796
% 141.80/142.00  New rule produced :
% 141.80/142.00  [895]
% 141.80/142.00  leq(b addition multiplication(A,B),sigma addition multiplication(multiplication(
% 141.80/142.00                                                                   star(C),A),B))
% 141.80/142.00  -> true
% 141.80/142.00  Current number of equations to process: 4370
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 797
% 141.80/142.00  New rule produced :
% 141.80/142.00  [896]
% 141.80/142.00  leq(a addition multiplication(A,B),sigma addition multiplication(multiplication(
% 141.80/142.00                                                                   star(C),A),B))
% 141.80/142.00  -> true
% 141.80/142.00  Current number of equations to process: 4369
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 798
% 141.80/142.00  New rule produced :
% 141.80/142.00  [897]
% 141.80/142.00  leq(one addition A,multiplication(star(B),star(C)) addition multiplication(A,
% 141.80/142.00                                                              star(V_3))) ->
% 141.80/142.00  true
% 141.80/142.00  Current number of equations to process: 4364
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 799
% 141.80/142.00  New rule produced :
% 141.80/142.00  [898]
% 141.80/142.00  multiplication(star(A),star(B)) addition multiplication(A,multiplication(
% 141.80/142.00                                                            star(A),A)) ->
% 141.80/142.00  multiplication(star(A),star(B))
% 141.80/142.00  Current number of equations to process: 4363
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 800
% 141.80/142.00  New rule produced :
% 141.80/142.00  [899]
% 141.80/142.00  multiplication(star(A),star(B)) addition multiplication(multiplication(A,
% 141.80/142.00                                                          star(A)),A) ->
% 141.80/142.00  multiplication(star(A),star(B))
% 141.80/142.00  Current number of equations to process: 4362
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 801
% 141.80/142.00  New rule produced :
% 141.80/142.00  [900]
% 141.80/142.00  leq(one addition A,star(B) addition multiplication(multiplication(A,star(C)),
% 141.80/142.00                                      star(V_3))) -> true
% 141.80/142.00  Current number of equations to process: 4360
% 141.80/142.00  Current number of ordered equations: 1
% 141.80/142.00  Current number of rules: 802
% 141.80/142.00  New rule produced :
% 141.80/142.00  [901]
% 141.80/142.00  leq(one addition A,multiplication(multiplication(star(B),star(C)),star(V_3)) addition A)
% 141.80/142.00  -> true
% 141.80/142.00  Current number of equations to process: 4360
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 803
% 141.80/142.00  New rule produced :
% 141.80/142.00  [902]
% 141.80/142.00  leq(b addition one,sigma addition multiplication(multiplication(star(A),
% 141.80/142.00                                                   star(B)),star(C))) -> true
% 141.80/142.00  Current number of equations to process: 4359
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 804
% 141.80/142.00  New rule produced :
% 141.80/142.00  [903]
% 141.80/142.00  leq(a addition one,sigma addition multiplication(multiplication(star(A),
% 141.80/142.00                                                   star(B)),star(C))) -> true
% 141.80/142.00  Current number of equations to process: 4358
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 805
% 141.80/142.00  New rule produced :
% 141.80/142.00  [904]
% 141.80/142.00  leq(A,multiplication(multiplication(multiplication(A,star(B)),star(C)),
% 141.80/142.00        star(V_3)) addition V_4) -> true
% 141.80/142.00  Current number of equations to process: 4357
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 806
% 141.80/142.00  New rule produced :
% 141.80/142.00  [905]
% 141.80/142.00  leq(A,multiplication(multiplication(multiplication(star(B),A),star(C)),
% 141.80/142.00        star(V_3)) addition V_4) -> true
% 141.80/142.00  Current number of equations to process: 4356
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 807
% 141.80/142.00  New rule produced :
% 141.80/142.00  [906]
% 141.80/142.00  leq(one addition A,multiplication(star(B),star(C)) addition multiplication(
% 141.80/142.00                                                              star(V_3),A)) ->
% 141.80/142.00  true
% 141.80/142.00  Current number of equations to process: 4353
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 808
% 141.80/142.00  New rule produced :
% 141.80/142.00  [907]
% 141.80/142.00  multiplication(star(A),star(B)) addition multiplication(B,multiplication(
% 141.80/142.00                                                            star(B),B)) ->
% 141.80/142.00  multiplication(star(A),star(B))
% 141.80/142.00  Current number of equations to process: 4350
% 141.80/142.00  Current number of ordered equations: 0
% 141.80/142.00  Current number of rules: 809
% 141.80/142.00  New rule produced :
% 141.80/142.00  [908]
% 141.80/142.00  multiplication(star(A),star(B)) addition multiplication(multiplication(B,
% 141.80/142.00                                                          star(B)),B) ->
% 141.80/142.00  multiplication(star(A),star(B))
% 144.85/145.04  Current number of equations to process: 4349
% 144.85/145.04  Current number of ordered equations: 0
% 144.85/145.04  Current number of rules: 810
% 144.85/145.04  New rule produced :
% 144.85/145.04  [909]
% 144.85/145.04  leq(one addition A,star(B) addition multiplication(star(C),multiplication(A,
% 144.85/145.04                                                             star(V_3)))) ->
% 144.85/145.04  true
% 144.85/145.04  Current number of equations to process: 4347
% 144.85/145.04  Current number of ordered equations: 1
% 144.85/145.04  Current number of rules: 811
% 144.85/145.04  New rule produced :
% 144.85/145.04  [910]
% 144.85/145.04  leq(one addition A,multiplication(star(B),multiplication(star(C),star(V_3))) addition A)
% 144.85/145.04  -> true
% 144.85/145.04  Current number of equations to process: 4347
% 144.85/145.04  Current number of ordered equations: 0
% 144.85/145.04  Current number of rules: 812
% 144.85/145.04  New rule produced :
% 144.85/145.04  [911]
% 144.85/145.04  leq(b addition one,sigma addition multiplication(star(A),multiplication(
% 144.85/145.04                                                           star(B),star(C))))
% 144.85/145.04  -> true
% 144.85/145.04  Current number of equations to process: 4346
% 144.85/145.04  Current number of ordered equations: 0
% 144.85/145.04  Current number of rules: 813
% 144.85/145.04  New rule produced :
% 144.85/145.04  [912]
% 144.85/145.04  leq(a addition one,sigma addition multiplication(star(A),multiplication(
% 144.85/145.04                                                           star(B),star(C))))
% 144.85/145.04  -> true
% 144.85/145.04  Current number of equations to process: 4345
% 144.85/145.04  Current number of ordered equations: 0
% 144.85/145.04  Current number of rules: 814
% 144.85/145.04  New rule produced :
% 144.85/145.04  [913]
% 144.85/145.04  leq(A,multiplication(star(B),multiplication(multiplication(A,star(C)),
% 144.85/145.04                               star(V_3))) addition V_4) -> true
% 144.85/145.04  Current number of equations to process: 4344
% 144.85/145.04  Current number of ordered equations: 0
% 144.85/145.04  Current number of rules: 815
% 144.85/145.04  New rule produced :
% 144.85/145.04  [914]
% 144.85/145.04  leq(A,multiplication(star(B),multiplication(multiplication(star(C),A),
% 144.85/145.04                               star(V_3))) addition V_4) -> true
% 144.85/145.04  Current number of equations to process: 4343
% 144.85/145.04  Current number of ordered equations: 0
% 144.85/145.04  Current number of rules: 816
% 144.85/145.04  New rule produced :
% 144.85/145.04  [915]
% 144.85/145.04  leq(one addition A,star(B) addition multiplication(multiplication(star(C),A),
% 144.85/145.04                                      star(V_3))) -> true
% 144.85/145.04  Current number of equations to process: 4341
% 144.85/145.04  Current number of ordered equations: 0
% 144.85/145.04  Current number of rules: 817
% 144.85/145.05  New rule produced :
% 144.85/145.05  [916]
% 144.85/145.05  leq(A,multiplication(multiplication(star(B),multiplication(A,star(C))),
% 144.85/145.05        star(V_3)) addition V_4) -> true
% 144.85/145.05  Current number of equations to process: 4338
% 144.85/145.05  Current number of ordered equations: 0
% 144.85/145.05  Current number of rules: 818
% 144.85/145.05  New rule produced :
% 144.85/145.05  [917]
% 144.85/145.05  leq(A,multiplication(multiplication(star(B),multiplication(star(C),A)),
% 144.85/145.05        star(V_3)) addition V_4) -> true
% 144.85/145.05  Current number of equations to process: 4337
% 144.85/145.05  Current number of ordered equations: 0
% 144.85/145.05  Current number of rules: 819
% 144.85/145.05  New rule produced :
% 144.85/145.05  [918]
% 144.85/145.05  leq(one addition A,star(B) addition multiplication(star(C),multiplication(
% 144.85/145.05                                                             star(V_3),A))) ->
% 144.85/145.05  true
% 144.85/145.05  Current number of equations to process: 4335
% 144.85/145.05  Current number of ordered equations: 0
% 144.85/145.05  Current number of rules: 820
% 144.85/145.05  New rule produced :
% 144.85/145.05  [919]
% 144.85/145.05  leq(A,multiplication(star(B),multiplication(star(C),multiplication(A,
% 144.85/145.05                                                      star(V_3)))) addition V_4)
% 144.85/145.05  -> true
% 144.85/145.05  Current number of equations to process: 4332
% 144.85/145.05  Current number of ordered equations: 0
% 144.85/145.05  Current number of rules: 821
% 144.85/145.05  New rule produced :
% 144.85/145.05  [920]
% 144.85/145.05  leq(A,multiplication(star(B),multiplication(star(C),multiplication(star(V_3),A))) addition V_4)
% 144.85/145.05  -> true
% 144.85/145.05  Current number of equations to process: 4331
% 144.85/145.05  Current number of ordered equations: 0
% 144.85/145.05  Current number of rules: 822
% 144.85/145.05  New rule produced :
% 144.85/145.05  [921] leq(A,multiplication(A,multiplication(star(B),star(C)))) -> true
% 144.85/145.05  Current number of equations to process: 3567
% 144.85/145.05  Current number of ordered equations: 0
% 144.85/145.05  Current number of rules: 823
% 144.85/145.05  New rule produced :
% 144.85/145.05  [922]
% 144.85/145.05  leq(A,multiplication(A,multiplication(star(B),star(C))) addition V_3) -> true
% 144.85/145.05  Current number of equations to process: 3566
% 144.85/145.05  Current number of ordered equations: 0
% 144.85/145.05  Current number of rules: 824
% 144.85/145.05  New rule produced :
% 144.85/145.05  [923]
% 144.85/145.05  leq(A addition B,multiplication(A,multiplication(star(C),star(V_3))) addition B)
% 144.85/145.05  -> true
% 144.85/145.05  Current number of equations to process: 3627
% 144.85/145.05  Current number of ordered equations: 0
% 144.85/145.05  Current number of rules: 825
% 144.85/145.05  New rule produced :
% 144.85/145.05  [924]
% 144.85/145.05  leq(b addition A,sigma addition multiplication(A,multiplication(star(B),
% 147.34/147.57                                                   star(C)))) -> true
% 147.34/147.57  Current number of equations to process: 3626
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 826
% 147.34/147.57  New rule produced :
% 147.34/147.57  [925]
% 147.34/147.57  leq(a addition A,sigma addition multiplication(A,multiplication(star(B),
% 147.34/147.57                                                   star(C)))) -> true
% 147.34/147.57  Current number of equations to process: 3625
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 827
% 147.34/147.57  New rule produced :
% 147.34/147.57  [926]
% 147.34/147.57  leq(multiplication(A,star(A)),multiplication(star(A),multiplication(star(B),
% 147.34/147.57                                                       star(C)))) -> true
% 147.34/147.57  Current number of equations to process: 3624
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 828
% 147.34/147.57  New rule produced :
% 147.34/147.57  [927]
% 147.34/147.57  leq(multiplication(A,B),multiplication(multiplication(A,star(C)),B)) -> true
% 147.34/147.57  Current number of equations to process: 3653
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 829
% 147.34/147.57  New rule produced :
% 147.34/147.57  [928]
% 147.34/147.57  leq(multiplication(A,B),multiplication(multiplication(A,star(C)),B) addition V_3)
% 147.34/147.57  -> true
% 147.34/147.57  Current number of equations to process: 3652
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 830
% 147.34/147.57  New rule produced :
% 147.34/147.57  [929]
% 147.34/147.57  star(multiplication(A,multiplication(B,star(C)))) addition multiplication(A,B)
% 147.34/147.57  -> star(multiplication(A,multiplication(B,star(C))))
% 147.34/147.57  Current number of equations to process: 3651
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 831
% 147.34/147.57  New rule produced :
% 147.34/147.57  [930] leq(A,multiplication(multiplication(star(B),star(C)),A)) -> true
% 147.34/147.57  Current number of equations to process: 4097
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 832
% 147.34/147.57  New rule produced :
% 147.34/147.57  [931]
% 147.34/147.57  leq(A,multiplication(multiplication(star(B),star(C)),A) addition V_3) -> true
% 147.34/147.57  Current number of equations to process: 4096
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 833
% 147.34/147.57  New rule produced :
% 147.34/147.57  [932]
% 147.34/147.57  leq(A addition B,multiplication(multiplication(star(C),star(V_3)),A) addition B)
% 147.34/147.57  -> true
% 147.34/147.57  Current number of equations to process: 4155
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 834
% 147.34/147.57  New rule produced :
% 147.34/147.57  [933]
% 147.34/147.57  leq(b addition A,sigma addition multiplication(multiplication(star(B),
% 147.34/147.57                                                 star(C)),A)) -> true
% 147.34/147.57  Current number of equations to process: 4154
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 835
% 147.34/147.57  New rule produced :
% 147.34/147.57  [934]
% 147.34/147.57  leq(a addition A,sigma addition multiplication(multiplication(star(B),
% 147.34/147.57                                                 star(C)),A)) -> true
% 147.34/147.57  Current number of equations to process: 4153
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 836
% 147.34/147.57  New rule produced :
% 147.34/147.57  [935]
% 147.34/147.57  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(C)),
% 147.34/147.57                                star(A))) -> true
% 147.34/147.57  Current number of equations to process: 4152
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 837
% 147.34/147.57  New rule produced :
% 147.34/147.57  [936]
% 147.34/147.57  leq(multiplication(A,B) addition C,multiplication(multiplication(A,star(V_3)),B) addition C)
% 147.34/147.57  -> true
% 147.34/147.57  Current number of equations to process: 4154
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 838
% 147.34/147.57  New rule produced :
% 147.34/147.57  [937]
% 147.34/147.57  leq(b addition multiplication(A,B),sigma addition multiplication(multiplication(A,
% 147.34/147.57                                                                   star(C)),B))
% 147.34/147.57  -> true
% 147.34/147.57  Current number of equations to process: 4153
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 839
% 147.34/147.57  New rule produced :
% 147.34/147.57  [938]
% 147.34/147.57  leq(a addition multiplication(A,B),sigma addition multiplication(multiplication(A,
% 147.34/147.57                                                                   star(C)),B))
% 147.34/147.57  -> true
% 147.34/147.57  Current number of equations to process: 4152
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 840
% 147.34/147.57  New rule produced :
% 147.34/147.57  [939]
% 147.34/147.57  star(multiplication(multiplication(A,star(B)),C)) addition multiplication(A,C)
% 147.34/147.57  -> star(multiplication(multiplication(A,star(B)),C))
% 147.34/147.57  Current number of equations to process: 4151
% 147.34/147.57  Current number of ordered equations: 0
% 147.34/147.57  Current number of rules: 841
% 156.22/156.40  New rule produced :
% 156.22/156.40  [940]
% 156.22/156.40  leq(multiplication(A,B),multiplication(A,multiplication(star(C),B))) -> true
% 156.22/156.40  Current number of equations to process: 4397
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 842
% 156.22/156.40  New rule produced :
% 156.22/156.40  [941]
% 156.22/156.40  leq(multiplication(A,B),multiplication(A,multiplication(star(C),B)) addition V_3)
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 4396
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 843
% 156.22/156.40  New rule produced :
% 156.22/156.40  [942]
% 156.22/156.40  leq(multiplication(A,B) addition C,multiplication(A,multiplication(star(V_3),B)) addition C)
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 4931
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 844
% 156.22/156.40  New rule produced :
% 156.22/156.40  [943]
% 156.22/156.40  leq(b addition multiplication(A,B),sigma addition multiplication(A,multiplication(
% 156.22/156.40                                                                     star(C),B)))
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 4930
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 845
% 156.22/156.40  New rule produced :
% 156.22/156.40  [944]
% 156.22/156.40  leq(a addition multiplication(A,B),sigma addition multiplication(A,multiplication(
% 156.22/156.40                                                                     star(C),B)))
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 4929
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 846
% 156.22/156.40  New rule produced :
% 156.22/156.40  [945]
% 156.22/156.40  star(multiplication(A,multiplication(star(B),C))) addition multiplication(A,C)
% 156.22/156.40  -> star(multiplication(A,multiplication(star(B),C)))
% 156.22/156.40  Current number of equations to process: 4928
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 847
% 156.22/156.40  New rule produced :
% 156.22/156.40  [946]
% 156.22/156.40  leq(one addition multiplication(A,star(A)),multiplication(star(A),star(B)))
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 3394
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 848
% 156.22/156.40  New rule produced :
% 156.22/156.40  [947]
% 156.22/156.40  leq(one addition multiplication(A,star(A)),multiplication(star(B),star(A)))
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 3393
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 849
% 156.22/156.40  New rule produced :
% 156.22/156.40  [948] leq(one addition multiplication(A,star(A)),star(star(A))) -> true
% 156.22/156.40  Current number of equations to process: 3394
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 850
% 156.22/156.40  New rule produced :
% 156.22/156.40  [949]
% 156.22/156.40  leq(one addition multiplication(A,star(A)),star(star(A)) addition B) -> true
% 156.22/156.40  Current number of equations to process: 3401
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 851
% 156.22/156.40  New rule produced :
% 156.22/156.40  [950]
% 156.22/156.40  leq(one addition multiplication(star(A),A),multiplication(star(A),star(B)))
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 3426
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 852
% 156.22/156.40  New rule produced :
% 156.22/156.40  [951]
% 156.22/156.40  leq(one addition multiplication(star(A),A),multiplication(star(B),star(A)))
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 3425
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 853
% 156.22/156.40  New rule produced :
% 156.22/156.40  [952] leq(one addition multiplication(star(A),A),star(star(A))) -> true
% 156.22/156.40  Current number of equations to process: 3426
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 854
% 156.22/156.40  New rule produced :
% 156.22/156.40  [953]
% 156.22/156.40  leq(one addition multiplication(star(A),A),star(star(A)) addition B) -> true
% 156.22/156.40  Current number of equations to process: 3433
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 855
% 156.22/156.40  New rule produced :
% 156.22/156.40  [954] leq(one addition A,star(multiplication(A,star(B)))) -> true
% 156.22/156.40  Current number of equations to process: 3468
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 856
% 156.22/156.40  New rule produced :
% 156.22/156.40  [955] leq(one addition A,star(multiplication(star(B),A))) -> true
% 156.22/156.40  Current number of equations to process: 3523
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 857
% 156.22/156.40  New rule produced :
% 156.22/156.40  [956]
% 156.22/156.40  leq(multiplication(star(A),A),star(multiplication(star(A),star(B)))) -> true
% 156.22/156.40  Current number of equations to process: 3592
% 156.22/156.40  Current number of ordered equations: 0
% 156.22/156.40  Current number of rules: 858
% 156.22/156.40  New rule produced :
% 156.22/156.40  [957]
% 156.22/156.40  leq(multiplication(star(A),A),star(multiplication(star(A),star(B))) addition C)
% 156.22/156.40  -> true
% 156.22/156.40  Current number of equations to process: 3605
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 859
% 159.92/160.20  New rule produced :
% 159.92/160.20  [958]
% 159.92/160.20  leq(multiplication(star(A),A),multiplication(star(A),multiplication(star(B),
% 159.92/160.20                                                       star(C)))) -> true
% 159.92/160.20  Current number of equations to process: 3604
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 860
% 159.92/160.20  New rule produced :
% 159.92/160.20  [959]
% 159.92/160.20  leq(multiplication(star(A),A),star(multiplication(star(B),star(A)))) -> true
% 159.92/160.20  Current number of equations to process: 3627
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 861
% 159.92/160.20  New rule produced : [960] multiplication(star(A),star(A)) -> star(A)
% 159.92/160.20  Rule [258] leq(multiplication(star(A),star(A)),star(A)) -> true collapsed.
% 159.92/160.20  Rule
% 159.92/160.20  [845]
% 159.92/160.20  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(A)),one),true) ->
% 159.92/160.20  true collapsed.
% 159.92/160.20  Current number of equations to process: 3640
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 860
% 159.92/160.20  New rule produced :
% 159.92/160.20  [961]
% 159.92/160.20  leq(multiplication(star(A),A),star(multiplication(star(B),star(A))) addition C)
% 159.92/160.20  -> true
% 159.92/160.20  Current number of equations to process: 3639
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 861
% 159.92/160.20  New rule produced :
% 159.92/160.20  [962]
% 159.92/160.20  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(C)),
% 159.92/160.20                                star(A))) -> true
% 159.92/160.20  Current number of equations to process: 3638
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 862
% 159.92/160.20  New rule produced :
% 159.92/160.20  [963]
% 159.92/160.20  star(multiplication(multiplication(star(A),B),C)) addition multiplication(B,C)
% 159.92/160.20  -> star(multiplication(multiplication(star(A),B),C))
% 159.92/160.20  Current number of equations to process: 3640
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 863
% 159.92/160.20  New rule produced :
% 159.92/160.20  [964]
% 159.92/160.20  leq(one addition multiplication(A,star(A)),multiplication(star(A),star(B)) addition C)
% 159.92/160.20  -> true
% 159.92/160.20  Current number of equations to process: 3639
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 864
% 159.92/160.20  New rule produced :
% 159.92/160.20  [965]
% 159.92/160.20  leq(one addition multiplication(A,star(A)),multiplication(star(B),star(A)) addition C)
% 159.92/160.20  -> true
% 159.92/160.20  Current number of equations to process: 3638
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 865
% 159.92/160.20  New rule produced :
% 159.92/160.20  [966]
% 159.92/160.20  leq(one addition multiplication(star(A),A),multiplication(star(A),star(B)) addition C)
% 159.92/160.20  -> true
% 159.92/160.20  Current number of equations to process: 3637
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 866
% 159.92/160.20  New rule produced :
% 159.92/160.20  [967]
% 159.92/160.20  leq(one addition multiplication(star(A),A),multiplication(star(B),star(A)) addition C)
% 159.92/160.20  -> true
% 159.92/160.20  Current number of equations to process: 3636
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 867
% 159.92/160.20  New rule produced :
% 159.92/160.20  [968]
% 159.92/160.20  leq(one addition multiplication(star(A),A) addition multiplication(A,star(A)),
% 159.92/160.20  star(A)) -> true
% 159.92/160.20  Current number of equations to process: 3932
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 868
% 159.92/160.20  New rule produced :
% 159.92/160.20  [969] leq(one addition A,star(multiplication(A,star(B)) addition C)) -> true
% 159.92/160.20  Current number of equations to process: 4005
% 159.92/160.20  Current number of ordered equations: 1
% 159.92/160.20  Current number of rules: 869
% 159.92/160.20  New rule produced :
% 159.92/160.20  [970] leq(one addition A,star(multiplication(A,star(B))) addition C) -> true
% 159.92/160.20  Current number of equations to process: 4005
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 870
% 159.92/160.20  New rule produced :
% 159.92/160.20  [971]
% 159.92/160.20  leq(one addition A,star(B) addition multiplication(star(A),star(C))) -> true
% 159.92/160.20  Current number of equations to process: 4004
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 871
% 159.92/160.20  New rule produced :
% 159.92/160.20  [972]
% 159.92/160.20  leq(one addition A,star(B) addition multiplication(star(C),star(A))) -> true
% 159.92/160.20  Current number of equations to process: 4009
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 872
% 159.92/160.20  New rule produced :
% 159.92/160.20  [973]
% 159.92/160.20  leq(one addition A,star(multiplication(A,star(B)) addition C) addition V_3)
% 159.92/160.20  -> true
% 159.92/160.20  Current number of equations to process: 4026
% 159.92/160.20  Current number of ordered equations: 0
% 159.92/160.20  Current number of rules: 873
% 159.92/160.20  New rule produced :
% 159.92/160.20  [974]
% 159.92/160.20  leq(one addition A,star(B) addition multiplication(star(A),star(C)) addition V_3)
% 159.92/160.20  -> true
% 159.92/160.20  Current number of equations to process: 4025
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 874
% 166.92/167.15  New rule produced :
% 166.92/167.15  [975]
% 166.92/167.15  leq(one addition A,star(B) addition multiplication(star(C),star(A)) addition V_3)
% 166.92/167.15  -> true
% 166.92/167.15  Current number of equations to process: 4024
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 875
% 166.92/167.15  New rule produced :
% 166.92/167.15  [976]
% 166.92/167.15  leq(one addition A,star(B) addition multiplication(A,multiplication(star(C),
% 166.92/167.15                                                       star(V_3)))) -> true
% 166.92/167.15  Current number of equations to process: 4023
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 876
% 166.92/167.15  New rule produced :
% 166.92/167.15  [977] leq(one addition A,star(multiplication(star(B),A)) addition C) -> true
% 166.92/167.15  Current number of equations to process: 4178
% 166.92/167.15  Current number of ordered equations: 1
% 166.92/167.15  Current number of rules: 877
% 166.92/167.15  New rule produced :
% 166.92/167.15  [978] leq(one addition A,star(multiplication(star(B),A) addition C)) -> true
% 166.92/167.15  Current number of equations to process: 4178
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 878
% 166.92/167.15  New rule produced :
% 166.92/167.15  [979]
% 166.92/167.15  leq(one addition A,star(multiplication(star(B),A) addition C) addition V_3)
% 166.92/167.15  -> true
% 166.92/167.15  Current number of equations to process: 4196
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 879
% 166.92/167.15  New rule produced :
% 166.92/167.15  [980]
% 166.92/167.15  leq(one addition A,star(B) addition multiplication(multiplication(star(C),
% 166.92/167.15                                                     star(V_3)),A)) -> true
% 166.92/167.15  Current number of equations to process: 4193
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 880
% 166.92/167.15  New rule produced :
% 166.92/167.15  [981] leq(multiplication(multiplication(A,star(A)),star(A)),star(A)) -> true
% 166.92/167.15  Current number of equations to process: 4230
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 881
% 166.92/167.15  New rule produced :
% 166.92/167.15  [982] leq(multiplication(star(A),multiplication(star(A),A)),star(A)) -> true
% 166.92/167.15  Current number of equations to process: 4231
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 882
% 166.92/167.15  New rule produced :
% 166.92/167.15  [983]
% 166.92/167.15  leq(multiplication(multiplication(A,B),star(B)),multiplication(A,star(B))) ->
% 166.92/167.15  true
% 166.92/167.15  Current number of equations to process: 4307
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 883
% 166.92/167.15  New rule produced :
% 166.92/167.15  [984]
% 166.92/167.15  leq(multiplication(star(star(A)),multiplication(A,star(A))),star(star(A))) ->
% 166.92/167.15  true
% 166.92/167.15  Current number of equations to process: 4417
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 884
% 166.92/167.15  New rule produced :
% 166.92/167.15  [985]
% 166.92/167.15  leq(multiplication(multiplication(A,B),star(B)),multiplication(A,star(B)) addition C)
% 166.92/167.15  -> true
% 166.92/167.15  Current number of equations to process: 4444
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 885
% 166.92/167.15  New rule produced :
% 166.92/167.15  [986] star(A) addition multiplication(multiplication(A,A),star(A)) -> star(A)
% 166.92/167.15  Current number of equations to process: 4505
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 886
% 166.92/167.15  New rule produced :
% 166.92/167.15  [987] leq(multiplication(A,B),multiplication(A,star(B))) -> true
% 166.92/167.15  Current number of equations to process: 4809
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 887
% 166.92/167.15  New rule produced :
% 166.92/167.15  [988] leq(multiplication(A,B),multiplication(A,star(B)) addition C) -> true
% 166.92/167.15  Current number of equations to process: 4808
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 888
% 166.92/167.15  New rule produced :
% 166.92/167.15  [989] multiplication(star(A),star(star(star(A)))) -> star(star(star(A)))
% 166.92/167.15  Current number of equations to process: 4815
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 889
% 166.92/167.15  New rule produced :
% 166.92/167.15  [990]
% 166.92/167.15  leq(multiplication(A,B) addition C,multiplication(A,star(B)) addition C) ->
% 166.92/167.15  true
% 166.92/167.15  Current number of equations to process: 4821
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 890
% 166.92/167.15  New rule produced :
% 166.92/167.15  [991]
% 166.92/167.15  leq(b addition multiplication(A,B),sigma addition multiplication(A,star(B)))
% 166.92/167.15  -> true
% 166.92/167.15  Current number of equations to process: 4822
% 166.92/167.15  Current number of ordered equations: 0
% 166.92/167.15  Current number of rules: 891
% 166.92/167.15  New rule produced :
% 166.92/167.15  [992]
% 166.92/167.15  leq(a addition multiplication(A,B),sigma addition multiplication(A,star(B)))
% 166.92/167.15  -> true
% 166.92/167.15  Current number of equations to process: 4823
% 166.92/167.15  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 892
% 169.24/169.43  New rule produced :
% 169.24/169.43  [993]
% 169.24/169.43  leq(multiplication(multiplication(A,B),star(B)) addition A,multiplication(A,
% 169.24/169.43                                                             star(B))) -> true
% 169.24/169.43  Current number of equations to process: 4860
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 893
% 169.24/169.43  New rule produced :
% 169.24/169.43  [994]
% 169.24/169.43  leq(one addition multiplication(A,B),star(C) addition multiplication(A,
% 169.24/169.43                                                        star(B))) -> true
% 169.24/169.43  Current number of equations to process: 4859
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 894
% 169.24/169.43  New rule produced :
% 169.24/169.43  [995]
% 169.24/169.43  star(multiplication(A,star(B))) addition multiplication(multiplication(A,B),
% 169.24/169.43                                           star(B)) ->
% 169.24/169.43  star(multiplication(A,star(B)))
% 169.24/169.43  Current number of equations to process: 4859
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 895
% 169.24/169.43  New rule produced :
% 169.24/169.43  [996]
% 169.24/169.43  leq(multiplication(A,B) addition C,multiplication(A,star(B)) addition C addition V_3)
% 169.24/169.43  -> true
% 169.24/169.43  Current number of equations to process: 4858
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 896
% 169.24/169.43  New rule produced :
% 169.24/169.43  [997]
% 169.24/169.43  leq(b addition multiplication(A,B),sigma addition multiplication(A,star(B)) addition C)
% 169.24/169.43  -> true
% 169.24/169.43  Current number of equations to process: 4857
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 897
% 169.24/169.43  New rule produced :
% 169.24/169.43  [998]
% 169.24/169.43  leq(a addition multiplication(A,B),sigma addition multiplication(A,star(B)) addition C)
% 169.24/169.43  -> true
% 169.24/169.43  Current number of equations to process: 4856
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 898
% 169.24/169.43  New rule produced :
% 169.24/169.43  [999]
% 169.24/169.43  multiplication(star(A),star(B)) addition multiplication(multiplication(A,A),
% 169.24/169.43                                           star(A)) ->
% 169.24/169.43  multiplication(star(A),star(B))
% 169.24/169.43  Current number of equations to process: 4855
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 899
% 169.24/169.43  New rule produced :
% 169.24/169.43  [1000]
% 169.24/169.43  multiplication(star(A),star(B)) addition multiplication(multiplication(B,B),
% 169.24/169.43                                           star(B)) ->
% 169.24/169.43  multiplication(star(A),star(B))
% 169.24/169.43  Current number of equations to process: 4854
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 900
% 169.24/169.43  New rule produced :
% 169.24/169.43  [1001]
% 169.24/169.43  leq(multiplication(A,multiplication(B,star(B))),star(multiplication(A,
% 169.24/169.43                                                       star(B)))) -> true
% 169.24/169.43  Current number of equations to process: 2113
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 901
% 169.24/169.43  New rule produced :
% 169.24/169.43  [1002]
% 169.24/169.43  leq(multiplication(multiplication(A,B),multiplication(B,star(B))),multiplication(A,
% 169.24/169.43                                                                    star(B)))
% 169.24/169.43  -> true
% 169.24/169.43  Current number of equations to process: 2131
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 902
% 169.24/169.43  New rule produced :
% 169.24/169.43  [1003]
% 169.24/169.43  leq(multiplication(A,multiplication(B,star(B))),multiplication(multiplication(A,
% 169.24/169.43                                                                 star(B)),
% 169.24/169.43                                                  star(C))) -> true
% 169.24/169.43  Current number of equations to process: 2142
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 903
% 169.24/169.43  New rule produced :
% 169.24/169.43  [1004]
% 169.24/169.43  leq(multiplication(A,multiplication(B,star(B))),multiplication(star(C),
% 169.24/169.43                                                  multiplication(A,star(B))))
% 169.24/169.43  -> true
% 169.24/169.43  Current number of equations to process: 2141
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 904
% 169.24/169.43  New rule produced :
% 169.24/169.43  [1005]
% 169.24/169.43  leq(multiplication(A,multiplication(B,star(B))),star(multiplication(A,
% 169.24/169.43                                                       star(B))) addition C) ->
% 169.24/169.43  true
% 169.24/169.43  Current number of equations to process: 2140
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 905
% 169.24/169.43  New rule produced :
% 169.24/169.43  [1006]
% 169.24/169.43  leq(multiplication(star(star(A)),multiplication(A,star(A))),star(star(A)) addition B)
% 169.24/169.43  -> true
% 169.24/169.43  Current number of equations to process: 2139
% 169.24/169.43  Current number of ordered equations: 0
% 169.24/169.43  Current number of rules: 906
% 169.24/169.43  New rule produced :
% 169.24/169.43  [1007]
% 169.24/169.43  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,multiplication(
% 178.53/178.79                                                                   star(B),
% 178.53/178.79                                                                   star(C))))
% 178.53/178.79  -> true
% 178.53/178.79  Current number of equations to process: 2138
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 907
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1008]
% 178.53/178.79  leq(multiplication(A,multiplication(B,star(B))),multiplication(multiplication(A,
% 178.53/178.79                                                                 star(C)),
% 178.53/178.79                                                  star(B))) -> true
% 178.53/178.79  Current number of equations to process: 2137
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 908
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1009]
% 178.53/178.79  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,multiplication(
% 178.53/178.79                                                                   star(C),
% 178.53/178.79                                                                   star(B))))
% 178.53/178.79  -> true
% 178.53/178.79  Current number of equations to process: 2136
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 909
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1010]
% 178.53/178.79  leq(multiplication(A,multiplication(B,star(B))),multiplication(multiplication(
% 178.53/178.79                                                                 star(C),A),
% 178.53/178.79                                                  star(B))) -> true
% 178.53/178.79  Current number of equations to process: 2135
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 910
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1011]
% 178.53/178.79  ifeq2(leq(A addition B,star(A)),true,star(A) addition B,star(A)) -> star(A)
% 178.53/178.79  Current number of equations to process: 2134
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 911
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1012]
% 178.53/178.79  multiplication(multiplication(A,B),multiplication(B,star(B))) addition 
% 178.53/178.79  multiplication(A,star(B)) -> multiplication(A,star(B))
% 178.53/178.79  Current number of equations to process: 2133
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 912
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1013]
% 178.53/178.79  multiplication(multiplication(A,B),multiplication(star(B),B)) addition 
% 178.53/178.79  multiplication(A,star(B)) -> multiplication(A,star(B))
% 178.53/178.79  Current number of equations to process: 2132
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 913
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1014]
% 178.53/178.79  leq(multiplication(b,star(sigma)) addition multiplication(a,star(sigma)),
% 178.53/178.79  star(star(sigma))) -> true
% 178.53/178.79  Current number of equations to process: 2506
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 914
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1015]
% 178.53/178.79  leq(multiplication(star(sigma),b) addition multiplication(star(sigma),a),
% 178.53/178.79  star(star(sigma))) -> true
% 178.53/178.79  Current number of equations to process: 2519
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 915
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1016]
% 178.53/178.79  leq(multiplication(A,multiplication(star(A),B)),multiplication(star(A),B)) ->
% 178.53/178.79  true
% 178.53/178.79  Current number of equations to process: 2523
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 916
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1017] leq(multiplication(A,star(star(A))),star(star(A))) -> true
% 178.53/178.79  Current number of equations to process: 2625
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 917
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1018]
% 178.53/178.79  leq(multiplication(A,multiplication(star(A),B)),multiplication(star(A),B) addition C)
% 178.53/178.79  -> true
% 178.53/178.79  Current number of equations to process: 2648
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 918
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1019]
% 178.53/178.79  leq(multiplication(star(A),multiplication(star(A),B)),multiplication(
% 178.53/178.79                                                        star(A),B)) -> true
% 178.53/178.79  Current number of equations to process: 2683
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 919
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1020]
% 178.53/178.79  leq(multiplication(A,multiplication(star(A),B)) addition B,multiplication(
% 178.53/178.79                                                             star(A),B)) ->
% 178.53/178.79  true
% 178.53/178.79  Current number of equations to process: 2965
% 178.53/178.79  Current number of ordered equations: 0
% 178.53/178.79  Current number of rules: 920
% 178.53/178.79  New rule produced :
% 178.53/178.79  [1021]
% 178.53/178.79  star(multiplication(star(A),B)) addition multiplication(A,multiplication(
% 178.53/178.79                                                            star(A),B)) ->
% 178.53/178.79  star(multiplication(star(A),B))
% 178.53/178.79  Current number of equations to process: 2980
% 178.53/178.79  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 921
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1022] leq(multiplication(multiplication(A,star(A)),A),star(A)) -> true
% 182.51/182.77  Current number of equations to process: 2993
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 922
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1023]
% 182.51/182.77  leq(multiplication(multiplication(A,star(A)),A),star(A) addition B) -> true
% 182.51/182.77  Current number of equations to process: 2992
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 923
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1024] leq(multiplication(A,star(star(A))),star(star(A)) addition B) -> true
% 182.51/182.77  Current number of equations to process: 3091
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 924
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1025]
% 182.51/182.77  leq(multiplication(multiplication(A,star(A)),B),star(multiplication(star(A),B)))
% 182.51/182.77  -> true
% 182.51/182.77  Current number of equations to process: 3090
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 925
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1026]
% 182.51/182.77  leq(multiplication(multiplication(A,star(A)),A),multiplication(star(A),
% 182.51/182.77                                                  star(B))) -> true
% 182.51/182.77  Current number of equations to process: 3091
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 926
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1027]
% 182.51/182.77  leq(multiplication(multiplication(A,star(A)),A),multiplication(star(B),
% 182.51/182.77                                                  star(A))) -> true
% 182.51/182.77  Current number of equations to process: 3094
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 927
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1028]
% 182.51/182.77  leq(one addition multiplication(multiplication(A,star(A)),A),star(A)) -> true
% 182.51/182.77  Current number of equations to process: 3270
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 928
% 182.51/182.77  New rule produced : [1029] star(A) addition multiplication(A,A) -> star(A)
% 182.51/182.77  Current number of equations to process: 3315
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 929
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1030]
% 182.51/182.77  star(star(A)) addition multiplication(multiplication(A,star(A)),A) ->
% 182.51/182.77  star(star(A))
% 182.51/182.77  Current number of equations to process: 3313
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 930
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1031] leq(multiplication(b,star(sigma)),star(sigma)) -> true
% 182.51/182.77  Current number of equations to process: 3338
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 931
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1032] leq(multiplication(b,star(sigma)),star(sigma) addition A) -> true
% 182.51/182.77  Current number of equations to process: 3337
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 932
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1033] leq(multiplication(star(b),star(sigma)),star(sigma)) -> true
% 182.51/182.77  Current number of equations to process: 3339
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 933
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1034] leq(one addition multiplication(b,star(sigma)),star(sigma)) -> true
% 182.51/182.77  Current number of equations to process: 3363
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 934
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1035]
% 182.51/182.77  star(star(sigma)) addition multiplication(b,star(sigma)) -> star(star(sigma))
% 182.51/182.77  Current number of equations to process: 3379
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 935
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1036] leq(multiplication(a,star(sigma)),star(sigma)) -> true
% 182.51/182.77  Current number of equations to process: 3420
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 936
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1037] leq(multiplication(a,star(sigma)),star(sigma) addition A) -> true
% 182.51/182.77  Current number of equations to process: 3419
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 937
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1038]
% 182.51/182.77  leq(multiplication(b,star(sigma)) addition A,star(sigma) addition A) -> true
% 182.51/182.77  Current number of equations to process: 3418
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 938
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1039]
% 182.51/182.77  leq(one addition multiplication(b,star(sigma)),star(sigma) addition A) ->
% 182.51/182.77  true
% 182.51/182.77  Current number of equations to process: 3417
% 182.51/182.77  Current number of ordered equations: 0
% 182.51/182.77  Current number of rules: 939
% 182.51/182.77  New rule produced :
% 182.51/182.77  [1040] leq(multiplication(star(a),star(sigma)),star(sigma)) -> true
% 182.51/182.77  Current number of equations to process: 3419
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 940
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1041] leq(one addition multiplication(a,star(sigma)),star(sigma)) -> true
% 183.84/184.03  Current number of equations to process: 3444
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 941
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1042]
% 183.84/184.03  star(star(sigma)) addition multiplication(a,star(sigma)) -> star(star(sigma))
% 183.84/184.03  Current number of equations to process: 3460
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 942
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1043]
% 183.84/184.03  leq(multiplication(a,star(sigma)) addition A,star(sigma) addition A) -> true
% 183.84/184.03  Current number of equations to process: 3479
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 943
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1044]
% 183.84/184.03  leq(one addition multiplication(a,star(sigma)),star(sigma) addition A) ->
% 183.84/184.03  true
% 183.84/184.03  Current number of equations to process: 3478
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 944
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1045]
% 183.84/184.03  multiplication(b,star(sigma)) addition multiplication(star(sigma),star(A)) ->
% 183.84/184.03  multiplication(star(sigma),star(A))
% 183.84/184.03  Current number of equations to process: 3478
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 945
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1046]
% 183.84/184.03  multiplication(b,star(sigma)) addition multiplication(star(A),star(sigma)) ->
% 183.84/184.03  multiplication(star(A),star(sigma))
% 183.84/184.03  Current number of equations to process: 3477
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 946
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1047]
% 183.84/184.03  multiplication(a,star(sigma)) addition multiplication(star(sigma),star(A)) ->
% 183.84/184.03  multiplication(star(sigma),star(A))
% 183.84/184.03  Current number of equations to process: 3474
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 947
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1048]
% 183.84/184.03  multiplication(a,star(sigma)) addition multiplication(star(A),star(sigma)) ->
% 183.84/184.03  multiplication(star(A),star(sigma))
% 183.84/184.03  Current number of equations to process: 3473
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 948
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1049]
% 183.84/184.03  leq(multiplication(multiplication(A,star(B)),B),multiplication(A,star(B))) ->
% 183.84/184.03  true
% 183.84/184.03  Current number of equations to process: 3475
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 949
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1050]
% 183.84/184.03  multiplication(A,star(sigma)) addition multiplication(A,multiplication(b,
% 183.84/184.03                                                          star(sigma))) ->
% 183.84/184.03  multiplication(A,star(sigma))
% 183.84/184.03  Current number of equations to process: 3474
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 950
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1051]
% 183.84/184.03  multiplication(star(sigma),A) addition multiplication(multiplication(b,
% 183.84/184.03                                                        star(sigma)),A) ->
% 183.84/184.03  multiplication(star(sigma),A)
% 183.84/184.03  Current number of equations to process: 3473
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 951
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1052]
% 183.84/184.03  multiplication(A,star(sigma)) addition multiplication(A,multiplication(a,
% 183.84/184.03                                                          star(sigma))) ->
% 183.84/184.03  multiplication(A,star(sigma))
% 183.84/184.03  Current number of equations to process: 3472
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 952
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1053]
% 183.84/184.03  multiplication(star(sigma),A) addition multiplication(multiplication(a,
% 183.84/184.03                                                        star(sigma)),A) ->
% 183.84/184.03  multiplication(star(sigma),A)
% 183.84/184.03  Current number of equations to process: 3471
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 953
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1054]
% 183.84/184.03  leq(multiplication(multiplication(A,star(A)),A) addition B,star(A) addition B)
% 183.84/184.03  -> true
% 183.84/184.03  Current number of equations to process: 3470
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 954
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1055]
% 183.84/184.03  leq(b addition multiplication(multiplication(A,star(A)),A),sigma addition 
% 183.84/184.03                                                             star(A)) -> true
% 183.84/184.03  Current number of equations to process: 3469
% 183.84/184.03  Current number of ordered equations: 0
% 183.84/184.03  Current number of rules: 955
% 183.84/184.03  New rule produced :
% 183.84/184.03  [1056]
% 183.84/184.03  leq(a addition multiplication(multiplication(A,star(A)),A),sigma addition 
% 183.84/184.03                                                             star(A)) -> true
% 184.74/184.99  Current number of equations to process: 3468
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 956
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1057]
% 184.74/184.99  leq(one addition multiplication(multiplication(A,star(A)),A),star(A) addition B)
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3467
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 957
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1058]
% 184.74/184.99  leq(multiplication(b,star(sigma)) addition A,star(sigma) addition A addition B)
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3466
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 958
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1059]
% 184.74/184.99  leq(one addition multiplication(b,star(sigma)) addition A,star(sigma) addition A)
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3465
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 959
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1060]
% 184.74/184.99  leq(multiplication(a,star(sigma)) addition A,star(sigma) addition A addition B)
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3464
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 960
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1061]
% 184.74/184.99  leq(one addition multiplication(a,star(sigma)) addition A,star(sigma) addition A)
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3463
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 961
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1062] leq(multiplication(star(star(A)),A),star(star(A))) -> true
% 184.74/184.99  Current number of equations to process: 3571
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 962
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1063]
% 184.74/184.99  leq(multiplication(multiplication(A,star(B)),B),multiplication(A,star(B)) addition C)
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3597
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 963
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1064]
% 184.74/184.99  leq(multiplication(multiplication(A,star(A)),B),multiplication(multiplication(
% 184.74/184.99                                                                 star(A),B),
% 184.74/184.99                                                  star(C))) -> true
% 184.74/184.99  Current number of equations to process: 3594
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 964
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1065]
% 184.74/184.99  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(C),
% 184.74/184.99                                                  multiplication(star(A),B)))
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3593
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 965
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1066]
% 184.74/184.99  leq(multiplication(multiplication(A,star(A)),B),star(multiplication(star(A),B)) addition C)
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3592
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 966
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1067]
% 184.74/184.99  leq(multiplication(multiplication(A,star(A)),A),multiplication(star(A),
% 184.74/184.99                                                  star(B)) addition C) -> true
% 184.74/184.99  Current number of equations to process: 3591
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 967
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1068]
% 184.74/184.99  leq(multiplication(multiplication(A,star(A)),A),multiplication(star(B),
% 184.74/184.99                                                  star(A)) addition C) -> true
% 184.74/184.99  Current number of equations to process: 3590
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 968
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1069]
% 184.74/184.99  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),
% 184.74/184.99                                                  multiplication(B,star(C))))
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3589
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 969
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1070]
% 184.74/184.99  leq(multiplication(multiplication(A,star(A)),B),multiplication(multiplication(
% 184.74/184.99                                                                 star(A),
% 184.74/184.99                                                                 star(C)),B))
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3588
% 184.74/184.99  Current number of ordered equations: 0
% 184.74/184.99  Current number of rules: 970
% 184.74/184.99  New rule produced :
% 184.74/184.99  [1071]
% 184.74/184.99  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),
% 184.74/184.99                                                  multiplication(star(C),B)))
% 184.74/184.99  -> true
% 184.74/184.99  Current number of equations to process: 3587
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 971
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1072]
% 187.95/188.12  leq(multiplication(multiplication(A,star(A)),B),multiplication(multiplication(
% 187.95/188.12                                                                 star(C),
% 187.95/188.12                                                                 star(A)),B))
% 187.95/188.12  -> true
% 187.95/188.12  Current number of equations to process: 3586
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 972
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1073]
% 187.95/188.12  ifeq(leq(star(sigma),one),true,leq(multiplication(b,star(star(sigma))),one),true)
% 187.95/188.12  -> true
% 187.95/188.12  Current number of equations to process: 3583
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 973
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1074]
% 187.95/188.12  leq(multiplication(b,star(sigma)) addition A,star(sigma) addition multiplication(A,
% 187.95/188.12                                                                    star(B)))
% 187.95/188.12  -> true
% 187.95/188.12  Current number of equations to process: 3581
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 974
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1075]
% 187.95/188.12  leq(multiplication(b,star(sigma)) addition A,star(sigma) addition multiplication(
% 187.95/188.12                                                                    star(B),A))
% 187.95/188.12  -> true
% 187.95/188.12  Current number of equations to process: 3580
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 975
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1076]
% 187.95/188.12  ifeq(leq(star(sigma),one),true,leq(multiplication(a,star(star(sigma))),one),true)
% 187.95/188.12  -> true
% 187.95/188.12  Current number of equations to process: 3579
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 976
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1077]
% 187.95/188.12  leq(multiplication(a,star(sigma)) addition A,star(sigma) addition multiplication(A,
% 187.95/188.12                                                                    star(B)))
% 187.95/188.12  -> true
% 187.95/188.12  Current number of equations to process: 3577
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 977
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1078]
% 187.95/188.12  leq(multiplication(a,star(sigma)) addition A,star(sigma) addition multiplication(
% 187.95/188.12                                                                    star(B),A))
% 187.95/188.12  -> true
% 187.95/188.12  Current number of equations to process: 3576
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 978
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1079]
% 187.95/188.12  leq(multiplication(multiplication(A,star(B)),star(B)),multiplication(A,
% 187.95/188.12                                                        star(B))) -> true
% 187.95/188.12  Current number of equations to process: 3576
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 979
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1080]
% 187.95/188.12  leq(multiplication(multiplication(A,star(B)),B) addition A,multiplication(A,
% 187.95/188.12                                                             star(B))) -> true
% 187.95/188.12  Current number of equations to process: 3895
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 980
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1081]
% 187.95/188.12  star(multiplication(A,star(B))) addition multiplication(multiplication(A,
% 187.95/188.12                                                          star(B)),B) ->
% 187.95/188.12  star(multiplication(A,star(B)))
% 187.95/188.12  Current number of equations to process: 3912
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 981
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1082] leq(multiplication(A,multiplication(star(A),A)),star(A)) -> true
% 187.95/188.12  Current number of equations to process: 3926
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 982
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1083]
% 187.95/188.12  leq(multiplication(A,multiplication(star(A),A)),star(A) addition B) -> true
% 187.95/188.12  Current number of equations to process: 3925
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 983
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1084] leq(multiplication(star(star(A)),A),star(star(A)) addition B) -> true
% 187.95/188.12  Current number of equations to process: 4026
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 984
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1085]
% 187.95/188.12  leq(multiplication(A,multiplication(star(B),B)),star(multiplication(A,
% 187.95/188.12                                                       star(B)))) -> true
% 187.95/188.12  Current number of equations to process: 4025
% 187.95/188.12  Current number of ordered equations: 0
% 187.95/188.12  Current number of rules: 985
% 187.95/188.12  New rule produced :
% 187.95/188.12  [1086]
% 187.95/188.12  leq(multiplication(A,multiplication(star(A),A)),multiplication(star(A),
% 187.95/188.12                                                  star(B))) -> true
% 191.02/191.26  Current number of equations to process: 4026
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 986
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1087]
% 191.02/191.26  leq(multiplication(A,multiplication(star(A),A)),multiplication(star(B),
% 191.02/191.26                                                  star(A))) -> true
% 191.02/191.26  Current number of equations to process: 4029
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 987
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1088]
% 191.02/191.26  leq(multiplication(multiplication(A,B),multiplication(star(B),B)),multiplication(A,
% 191.02/191.26                                                                    star(B)))
% 191.02/191.26  -> true
% 191.02/191.26  Current number of equations to process: 4045
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 988
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1089]
% 191.02/191.26  leq(one addition multiplication(A,multiplication(star(A),A)),star(A)) -> true
% 191.02/191.26  Current number of equations to process: 4228
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 989
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1090]
% 191.02/191.26  star(star(A)) addition multiplication(A,multiplication(star(A),A)) ->
% 191.02/191.26  star(star(A))
% 191.02/191.26  Current number of equations to process: 4271
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 990
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1091]
% 191.02/191.26  leq(multiplication(star(A),multiplication(A,B)),multiplication(star(A),B)) ->
% 191.02/191.26  true
% 191.02/191.26  Current number of equations to process: 4279
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 991
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1092]
% 191.02/191.26  leq(multiplication(A,multiplication(star(A),A)) addition B,star(A) addition B)
% 191.02/191.26  -> true
% 191.02/191.26  Current number of equations to process: 4278
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 992
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1093]
% 191.02/191.26  leq(b addition multiplication(A,multiplication(star(A),A)),sigma addition 
% 191.02/191.26                                                             star(A)) -> true
% 191.02/191.26  Current number of equations to process: 4277
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 993
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1094]
% 191.02/191.26  leq(a addition multiplication(A,multiplication(star(A),A)),sigma addition 
% 191.02/191.26                                                             star(A)) -> true
% 191.02/191.26  Current number of equations to process: 4276
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 994
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1095]
% 191.02/191.26  leq(one addition multiplication(A,multiplication(star(A),A)),star(A) addition B)
% 191.02/191.26  -> true
% 191.02/191.26  Current number of equations to process: 4275
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 995
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1096]
% 191.02/191.26  leq(multiplication(multiplication(star(A),A),star(star(A))),star(star(A))) ->
% 191.02/191.26  true
% 191.02/191.26  Current number of equations to process: 4392
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 996
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1097]
% 191.02/191.26  leq(multiplication(star(A),multiplication(A,B)),multiplication(star(A),B) addition C)
% 191.02/191.26  -> true
% 191.02/191.26  Current number of equations to process: 4420
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 997
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1098]
% 191.02/191.26  leq(multiplication(A,multiplication(star(B),B)),multiplication(multiplication(A,
% 191.02/191.26                                                                 star(B)),
% 191.02/191.26                                                  star(C))) -> true
% 191.02/191.26  Current number of equations to process: 4419
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 998
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1099]
% 191.02/191.26  leq(multiplication(A,multiplication(star(B),B)),multiplication(star(C),
% 191.02/191.26                                                  multiplication(A,star(B))))
% 191.02/191.26  -> true
% 191.02/191.26  Current number of equations to process: 4418
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 999
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1100]
% 191.02/191.26  leq(multiplication(A,multiplication(star(B),B)),star(multiplication(A,
% 191.02/191.26                                                       star(B))) addition C) ->
% 191.02/191.26  true
% 191.02/191.26  Current number of equations to process: 4417
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 1000
% 191.02/191.26  New rule produced :
% 191.02/191.26  [1101]
% 191.02/191.26  leq(multiplication(A,multiplication(star(A),A)),multiplication(star(A),
% 191.02/191.26                                                  star(B)) addition C) -> true
% 191.02/191.26  Current number of equations to process: 4416
% 191.02/191.26  Current number of ordered equations: 0
% 191.02/191.26  Current number of rules: 1001
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1102]
% 194.04/194.21  leq(multiplication(A,multiplication(star(A),A)),multiplication(star(B),
% 194.04/194.21                                                  star(A)) addition C) -> true
% 194.04/194.21  Current number of equations to process: 4415
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1002
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1103]
% 194.04/194.21  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,multiplication(
% 194.04/194.21                                                                   star(B),
% 194.04/194.21                                                                   star(C))))
% 194.04/194.21  -> true
% 194.04/194.21  Current number of equations to process: 4414
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1003
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1104]
% 194.04/194.21  leq(multiplication(A,multiplication(star(B),B)),multiplication(multiplication(A,
% 194.04/194.21                                                                 star(C)),
% 194.04/194.21                                                  star(B))) -> true
% 194.04/194.21  Current number of equations to process: 4413
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1004
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1105]
% 194.04/194.21  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,multiplication(
% 194.04/194.21                                                                   star(C),
% 194.04/194.21                                                                   star(B))))
% 194.04/194.21  -> true
% 194.04/194.21  Current number of equations to process: 4412
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1005
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1106]
% 194.04/194.21  leq(multiplication(A,multiplication(star(B),B)),multiplication(multiplication(
% 194.04/194.21                                                                 star(C),A),
% 194.04/194.21                                                  star(B))) -> true
% 194.04/194.21  Current number of equations to process: 4411
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1006
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1107]
% 194.04/194.21  star(A) addition multiplication(star(A),multiplication(A,A)) -> star(A)
% 194.04/194.21  Current number of equations to process: 4472
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1007
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1108] leq(multiplication(A,B),multiplication(star(A),B)) -> true
% 194.04/194.21  Current number of equations to process: 4773
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1008
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1109] leq(multiplication(A,B),multiplication(star(A),B) addition C) -> true
% 194.04/194.21  Current number of equations to process: 4772
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1009
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1110]
% 194.04/194.21  leq(multiplication(A,B) addition C,multiplication(star(A),B) addition C) ->
% 194.04/194.21  true
% 194.04/194.21  Current number of equations to process: 4791
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1010
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1111]
% 194.04/194.21  leq(b addition multiplication(A,B),sigma addition multiplication(star(A),B))
% 194.04/194.21  -> true
% 194.04/194.21  Current number of equations to process: 4792
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1011
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1112]
% 194.04/194.21  leq(a addition multiplication(A,B),sigma addition multiplication(star(A),B))
% 194.04/194.21  -> true
% 194.04/194.21  Current number of equations to process: 4793
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1012
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1113]
% 194.04/194.21  leq(multiplication(star(A),multiplication(A,B)) addition B,multiplication(
% 194.04/194.21                                                             star(A),B)) ->
% 194.04/194.21  true
% 194.04/194.21  Current number of equations to process: 4820
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1013
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1114]
% 194.04/194.21  leq(one addition multiplication(A,B),star(C) addition multiplication(
% 194.04/194.21                                                        star(A),B)) -> true
% 194.04/194.21  Current number of equations to process: 4819
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1014
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1115]
% 194.04/194.21  leq(multiplication(multiplication(A,star(A)),multiplication(A,B)),multiplication(
% 194.04/194.21                                                                    star(A),B))
% 194.04/194.21  -> true
% 194.04/194.21  Current number of equations to process: 4833
% 194.04/194.21  Current number of ordered equations: 0
% 194.04/194.21  Current number of rules: 1015
% 194.04/194.21  New rule produced :
% 194.04/194.21  [1116]
% 194.04/194.21  star(multiplication(star(A),B)) addition multiplication(star(A),multiplication(A,B))
% 196.84/197.08  -> star(multiplication(star(A),B))
% 196.84/197.08  Current number of equations to process: 4835
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1016
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1117]
% 196.84/197.08  multiplication(star(A),star(B)) addition multiplication(star(A),multiplication(A,A))
% 196.84/197.08  -> multiplication(star(A),star(B))
% 196.84/197.08  Current number of equations to process: 4834
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1017
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1118]
% 196.84/197.08  leq(multiplication(A,B) addition C,multiplication(star(A),B) addition C addition V_3)
% 196.84/197.08  -> true
% 196.84/197.08  Current number of equations to process: 4833
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1018
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1119]
% 196.84/197.08  leq(b addition multiplication(A,B),sigma addition multiplication(star(A),B) addition C)
% 196.84/197.08  -> true
% 196.84/197.08  Current number of equations to process: 4832
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1019
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1120]
% 196.84/197.08  leq(a addition multiplication(A,B),sigma addition multiplication(star(A),B) addition C)
% 196.84/197.08  -> true
% 196.84/197.08  Current number of equations to process: 4831
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1020
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1121]
% 196.84/197.08  multiplication(star(A),star(B)) addition multiplication(star(B),multiplication(B,B))
% 196.84/197.08  -> multiplication(star(A),star(B))
% 196.84/197.08  Current number of equations to process: 4830
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1021
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1122]
% 196.84/197.08  leq(multiplication(multiplication(star(A),A),B),star(multiplication(star(A),B)))
% 196.84/197.08  -> true
% 196.84/197.08  Current number of equations to process: 4955
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1022
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1123] leq(one addition multiplication(star(sigma),a),star(sigma)) -> true
% 196.84/197.08  Current number of equations to process: 4974
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1023
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1124] leq(multiplication(star(sigma),a),star(sigma)) -> true
% 196.84/197.08  Current number of equations to process: 4995
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1024
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1125] leq(multiplication(star(sigma),a),star(sigma) addition A) -> true
% 196.84/197.08  Current number of equations to process: 4994
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1025
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1126] leq(multiplication(star(sigma),star(a)),star(sigma)) -> true
% 196.84/197.08  Current number of equations to process: 4994
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1026
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1127]
% 196.84/197.08  star(star(sigma)) addition multiplication(star(sigma),a) -> star(star(sigma))
% 196.84/197.08  Current number of equations to process: 2971
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1027
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1128] leq(one addition multiplication(star(sigma),b),star(sigma)) -> true
% 196.84/197.08  Current number of equations to process: 2992
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1028
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1129] leq(multiplication(star(sigma),b),star(sigma)) -> true
% 196.84/197.08  Current number of equations to process: 3013
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1029
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1130] leq(multiplication(star(sigma),b),star(sigma) addition A) -> true
% 196.84/197.08  Current number of equations to process: 3012
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1030
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1131]
% 196.84/197.08  leq(multiplication(star(sigma),a) addition A,star(sigma) addition A) -> true
% 196.84/197.08  Current number of equations to process: 3011
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1031
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1132]
% 196.84/197.08  leq(one addition multiplication(star(sigma),a),star(sigma) addition A) ->
% 196.84/197.08  true
% 196.84/197.08  Current number of equations to process: 3010
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1032
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1133] leq(multiplication(star(sigma),star(b)),star(sigma)) -> true
% 196.84/197.08  Current number of equations to process: 3010
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1033
% 196.84/197.08  New rule produced :
% 196.84/197.08  [1134]
% 196.84/197.08  star(star(sigma)) addition multiplication(star(sigma),b) -> star(star(sigma))
% 196.84/197.08  Current number of equations to process: 3051
% 196.84/197.08  Current number of ordered equations: 0
% 196.84/197.08  Current number of rules: 1034
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1135]
% 197.63/197.84  leq(multiplication(star(sigma),b) addition A,star(sigma) addition A) -> true
% 197.63/197.84  Current number of equations to process: 3070
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1035
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1136]
% 197.63/197.84  leq(one addition multiplication(star(sigma),b),star(sigma) addition A) ->
% 197.63/197.84  true
% 197.63/197.84  Current number of equations to process: 3069
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1036
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1137]
% 197.63/197.84  multiplication(star(sigma),a) addition multiplication(star(sigma),star(A)) ->
% 197.63/197.84  multiplication(star(sigma),star(A))
% 197.63/197.84  Current number of equations to process: 3068
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1037
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1138]
% 197.63/197.84  multiplication(star(sigma),a) addition multiplication(star(A),star(sigma)) ->
% 197.63/197.84  multiplication(star(A),star(sigma))
% 197.63/197.84  Current number of equations to process: 3067
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1038
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1139]
% 197.63/197.84  multiplication(star(sigma),b) addition multiplication(star(sigma),star(A)) ->
% 197.63/197.84  multiplication(star(sigma),star(A))
% 197.63/197.84  Current number of equations to process: 3064
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1039
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1140]
% 197.63/197.84  multiplication(star(sigma),b) addition multiplication(star(A),star(sigma)) ->
% 197.63/197.84  multiplication(star(A),star(sigma))
% 197.63/197.84  Current number of equations to process: 3063
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1040
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1141]
% 197.63/197.84  multiplication(A,star(sigma)) addition multiplication(A,multiplication(
% 197.63/197.84                                                          star(sigma),a)) ->
% 197.63/197.84  multiplication(A,star(sigma))
% 197.63/197.84  Current number of equations to process: 3060
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1041
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1142]
% 197.63/197.84  multiplication(star(sigma),A) addition multiplication(multiplication(
% 197.63/197.84                                                        star(sigma),a),A) ->
% 197.63/197.84  multiplication(star(sigma),A)
% 197.63/197.84  Current number of equations to process: 3059
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1042
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1143]
% 197.63/197.84  multiplication(A,star(sigma)) addition multiplication(A,multiplication(
% 197.63/197.84                                                          star(sigma),b)) ->
% 197.63/197.84  multiplication(A,star(sigma))
% 197.63/197.84  Current number of equations to process: 3058
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1043
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1144]
% 197.63/197.84  multiplication(star(sigma),A) addition multiplication(multiplication(
% 197.63/197.84                                                        star(sigma),b),A) ->
% 197.63/197.84  multiplication(star(sigma),A)
% 197.63/197.84  Current number of equations to process: 3057
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1044
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1145]
% 197.63/197.84  leq(multiplication(multiplication(star(A),A),multiplication(A,B)),multiplication(
% 197.63/197.84                                                                    star(A),B))
% 197.63/197.84  -> true
% 197.63/197.84  Current number of equations to process: 3056
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1045
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1146]
% 197.63/197.84  leq(multiplication(star(sigma),a) addition A,star(sigma) addition A addition B)
% 197.63/197.84  -> true
% 197.63/197.84  Current number of equations to process: 3055
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1046
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1147]
% 197.63/197.84  leq(one addition multiplication(star(sigma),a) addition A,star(sigma) addition A)
% 197.63/197.84  -> true
% 197.63/197.84  Current number of equations to process: 3054
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1047
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1148]
% 197.63/197.84  leq(multiplication(star(sigma),b) addition A,star(sigma) addition A addition B)
% 197.63/197.84  -> true
% 197.63/197.84  Current number of equations to process: 3053
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1048
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1149]
% 197.63/197.84  leq(one addition multiplication(star(sigma),b) addition A,star(sigma) addition A)
% 197.63/197.84  -> true
% 197.63/197.84  Current number of equations to process: 3052
% 197.63/197.84  Current number of ordered equations: 0
% 197.63/197.84  Current number of rules: 1049
% 197.63/197.84  New rule produced :
% 197.63/197.84  [1150]
% 197.63/197.84  leq(multiplication(multiplication(star(A),A),B),multiplication(multiplication(
% 197.63/197.84                                                                 star(A),B),
% 197.93/198.11                                                  star(C))) -> true
% 197.93/198.11  Current number of equations to process: 3050
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1050
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1151]
% 197.93/198.11  leq(multiplication(multiplication(star(A),A),B),multiplication(star(C),
% 197.93/198.11                                                  multiplication(star(A),B)))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3049
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1051
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1152]
% 197.93/198.11  leq(multiplication(multiplication(star(A),A),B),star(multiplication(star(A),B)) addition C)
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3048
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1052
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1153]
% 197.93/198.11  leq(multiplication(multiplication(star(A),A),star(star(A))),star(star(A)) addition B)
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3047
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1053
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1154]
% 197.93/198.11  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),
% 197.93/198.11                                                  multiplication(B,star(C))))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3046
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1054
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1155]
% 197.93/198.11  leq(multiplication(multiplication(star(A),A),B),multiplication(multiplication(
% 197.93/198.11                                                                 star(A),
% 197.93/198.11                                                                 star(C)),B))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3045
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1055
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1156]
% 197.93/198.11  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),
% 197.93/198.11                                                  multiplication(star(C),B)))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3044
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1056
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1157]
% 197.93/198.11  leq(multiplication(multiplication(star(A),A),B),multiplication(multiplication(
% 197.93/198.11                                                                 star(C),
% 197.93/198.11                                                                 star(A)),B))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3043
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1057
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1158]
% 197.93/198.11  ifeq(leq(star(sigma),one),true,leq(multiplication(star(star(sigma)),a),one),true)
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3042
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1058
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1159]
% 197.93/198.11  leq(multiplication(star(sigma),a) addition A,star(sigma) addition multiplication(A,
% 197.93/198.11                                                                    star(B)))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3040
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1059
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1160]
% 197.93/198.11  leq(multiplication(star(sigma),a) addition A,star(sigma) addition multiplication(
% 197.93/198.11                                                                    star(B),A))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3039
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1060
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1161]
% 197.93/198.11  ifeq(leq(star(sigma),one),true,leq(multiplication(star(star(sigma)),b),one),true)
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3038
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1061
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1162]
% 197.93/198.11  leq(multiplication(star(sigma),b) addition A,star(sigma) addition multiplication(A,
% 197.93/198.11                                                                    star(B)))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3036
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1062
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1163]
% 197.93/198.11  leq(multiplication(star(sigma),b) addition A,star(sigma) addition multiplication(
% 197.93/198.11                                                                    star(B),A))
% 197.93/198.11  -> true
% 197.93/198.11  Current number of equations to process: 3035
% 197.93/198.11  Current number of ordered equations: 0
% 197.93/198.11  Current number of rules: 1063
% 197.93/198.11  New rule produced :
% 197.93/198.11  [1164]
% 197.93/198.11  multiplication(A,star(B)) addition multiplication(A,multiplication(multiplication(B,
% 210.83/211.07                                                                     star(B)),B))
% 210.83/211.07  -> multiplication(A,star(B))
% 210.83/211.07  Current number of equations to process: 3034
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1064
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1165]
% 210.83/211.07  multiplication(star(A),B) addition multiplication(multiplication(multiplication(A,
% 210.83/211.07                                                                   star(A)),A),B)
% 210.83/211.07  -> multiplication(star(A),B)
% 210.83/211.07  Current number of equations to process: 3033
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1065
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1166]
% 210.83/211.07  multiplication(A,star(B)) addition multiplication(A,multiplication(B,
% 210.83/211.07                                                      multiplication(star(B),B)))
% 210.83/211.07  -> multiplication(A,star(B))
% 210.83/211.07  Current number of equations to process: 3032
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1066
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1167]
% 210.83/211.07  multiplication(star(A),B) addition multiplication(multiplication(A,multiplication(
% 210.83/211.07                                                                     star(A),A)),B)
% 210.83/211.07  -> multiplication(star(A),B)
% 210.83/211.07  Current number of equations to process: 3031
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1067
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1168]
% 210.83/211.07  multiplication(star(A),B) addition multiplication(multiplication(A,star(A)),
% 210.83/211.07                                     multiplication(A,B)) ->
% 210.83/211.07  multiplication(star(A),B)
% 210.83/211.07  Current number of equations to process: 3030
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1068
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1169]
% 210.83/211.07  multiplication(star(A),B) addition multiplication(multiplication(star(A),A),
% 210.83/211.07                                     multiplication(A,B)) ->
% 210.83/211.07  multiplication(star(A),B)
% 210.83/211.07  Current number of equations to process: 3029
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1069
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1170]
% 210.83/211.07  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(
% 210.83/211.07                                                                   star(A))) ->
% 210.83/211.07  true
% 210.83/211.07  Current number of equations to process: 3079
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1070
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1171]
% 210.83/211.07  ifeq(leq(multiplication(A,B) addition multiplication(A,C) addition A,A),true,true,true)
% 210.83/211.07  -> true
% 210.83/211.07  Current number of equations to process: 3690
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1071
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1172]
% 210.83/211.07  ifeq(leq(sigma addition multiplication(b,A) addition multiplication(a,A),sigma),true,true,true)
% 210.83/211.07  -> true
% 210.83/211.07  Current number of equations to process: 3688
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1072
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1173]
% 210.83/211.07  ifeq(leq(multiplication(multiplication(multiplication(A,B),C),V_3) addition A,A),true,true,true)
% 210.83/211.07  -> true
% 210.83/211.07  Current number of equations to process: 3687
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1073
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1174]
% 210.83/211.07  ifeq(leq(sigma addition A,b addition A),true,leq(sigma,b addition A),true) ->
% 210.83/211.07  true
% 210.83/211.07  Current number of equations to process: 3686
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1074
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1175]
% 210.83/211.07  ifeq(leq(sigma addition A,a addition A),true,leq(b,a addition A),true) ->
% 210.83/211.07  true
% 210.83/211.07  Current number of equations to process: 3684
% 210.83/211.07  Current number of ordered equations: 1
% 210.83/211.07  Current number of rules: 1075
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1176]
% 210.83/211.07  ifeq(leq(sigma addition A,b addition A),true,leq(a,b addition A),true) ->
% 210.83/211.07  true
% 210.83/211.07  Current number of equations to process: 3684
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1076
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1177]
% 210.83/211.07  ifeq(leq(sigma addition A,a addition A),true,leq(sigma,a addition A),true) ->
% 210.83/211.07  true
% 210.83/211.07  Current number of equations to process: 3683
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1077
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1178]
% 210.83/211.07  ifeq(leq(multiplication(A,B) addition multiplication(C,B) addition B,B),true,true,true)
% 210.83/211.07  -> true
% 210.83/211.07  Current number of equations to process: 3682
% 210.83/211.07  Current number of ordered equations: 0
% 210.83/211.07  Current number of rules: 1078
% 210.83/211.07  New rule produced :
% 210.83/211.07  [1179]
% 210.83/211.07  ifeq(leq(sigma addition multiplication(A,b) addition multiplication(A,a),sigma),true,true,true)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3681
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1079
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1180]
% 211.24/211.42  ifeq(leq(multiplication(A,multiplication(B,multiplication(C,V_3))) addition V_3,V_3),true,true,true)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3679
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1080
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1181]
% 211.24/211.42  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)) addition V_3)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3678
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1081
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1182]
% 211.24/211.42  leq(sigma addition one,a addition star(A) addition multiplication(b,star(B)) addition C)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3677
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1082
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1183]
% 211.24/211.42  leq(sigma addition one,b addition star(A) addition multiplication(a,star(B)) addition C)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3676
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1083
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1184]
% 211.24/211.42  leq(sigma addition A,a addition multiplication(b,star(B)) addition multiplication(A,
% 211.24/211.42                                                                     star(B)))
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3674
% 211.24/211.42  Current number of ordered equations: 1
% 211.24/211.42  Current number of rules: 1084
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1185]
% 211.24/211.42  leq(sigma addition A,multiplication(b,star(B)) addition multiplication(a,
% 211.24/211.42                                                          star(B)) addition A)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3674
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1085
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1186]
% 211.24/211.42  leq(sigma addition A,b addition multiplication(a,star(B)) addition multiplication(A,
% 211.24/211.42                                                                     star(B)))
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3672
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1086
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1187]
% 211.24/211.42  leq(star(A) addition star(B) addition C,multiplication(star(A),star(B)) addition C)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3670
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1087
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1188]
% 211.24/211.42  ifeq3(star(sigma addition A),sigma,leq(star(sigma addition A),sigma),true) ->
% 211.24/211.42  true
% 211.24/211.42  Current number of equations to process: 3668
% 211.24/211.42  Current number of ordered equations: 1
% 211.24/211.42  Current number of rules: 1088
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1189]
% 211.24/211.42  ifeq3(a addition star(b) addition A,sigma,leq(star(b) addition A,sigma),true)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3668
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1089
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1190] ifeq2(leq(star(A addition B),A),true,star(A addition B),A) -> A
% 211.24/211.42  Current number of equations to process: 3667
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1090
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1191] ifeq3(star(A addition B),A,leq(star(A addition B),A),true) -> true
% 211.24/211.42  Rule
% 211.24/211.42  [1188]
% 211.24/211.42  ifeq3(star(sigma addition A),sigma,leq(star(sigma addition A),sigma),true) ->
% 211.24/211.42  true collapsed.
% 211.24/211.42  Current number of equations to process: 3665
% 211.24/211.42  Current number of ordered equations: 1
% 211.24/211.42  Current number of rules: 1090
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1192]
% 211.24/211.42  ifeq3(star(A) addition B,A addition B,leq(star(A),A addition B),true) -> true
% 211.24/211.42  Current number of equations to process: 3665
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1091
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1193]
% 211.24/211.42  ifeq2(leq(star(a) addition A,sigma),true,b addition star(a) addition A,sigma)
% 211.24/211.42  -> sigma
% 211.24/211.42  Current number of equations to process: 3664
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1092
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1194]
% 211.24/211.42  ifeq3(b addition star(a) addition A,sigma,leq(star(a) addition A,sigma),true)
% 211.24/211.42  -> true
% 211.24/211.42  Current number of equations to process: 3663
% 211.24/211.42  Current number of ordered equations: 0
% 211.24/211.42  Current number of rules: 1093
% 211.24/211.42  New rule produced :
% 211.24/211.42  [1195]
% 211.24/211.42  ifeq2(leq(star(b) addition A,sigma),true,a addition star(b) addition A,sigma)
% 211.24/211.42  -> sigma
% 211.24/211.42  Current number of equations to process: 3662
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1094
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1196]
% 211.64/211.80  leq(a addition star(sigma addition A) addition B,star(sigma addition A) addition B)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3661
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1095
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1197]
% 211.64/211.80  ifeq(leq(star(star(A)) addition multiplication(B,star(A)),star(A)),true,true,true)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3646
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1096
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1198]
% 211.64/211.80  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B) addition V_3)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3641
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1097
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1199]
% 211.64/211.80  leq(sigma addition one,a addition star(A) addition multiplication(star(B),b) addition C)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3640
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1098
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1200]
% 211.64/211.80  leq(sigma addition one,b addition star(A) addition multiplication(star(B),a) addition C)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3639
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1099
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1201]
% 211.64/211.80  leq(sigma addition A,multiplication(star(B),b) addition multiplication(
% 211.64/211.80                                                          star(B),a) addition A)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3637
% 211.64/211.80  Current number of ordered equations: 1
% 211.64/211.80  Current number of rules: 1100
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1202]
% 211.64/211.80  leq(sigma addition A,a addition multiplication(star(B),b) addition multiplication(
% 211.64/211.80                                                                     star(B),A))
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3636
% 211.64/211.80  Current number of ordered equations: 1
% 211.64/211.80  Current number of rules: 1101
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1203]
% 211.64/211.80  leq(sigma addition A,b addition multiplication(star(B),a) addition multiplication(
% 211.64/211.80                                                                     star(B),A))
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3636
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1102
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1204]
% 211.64/211.80  ifeq(leq(star(star(A)) addition multiplication(star(A),B),star(A)),true,true,true)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3633
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1103
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1205]
% 211.64/211.80  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,
% 211.64/211.80                                                      star(V_3)) addition V_4)
% 211.64/211.80  -> true
% 211.64/211.80  Rule
% 211.64/211.80  [1181]
% 211.64/211.80  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)) addition V_3)
% 211.64/211.80  -> true collapsed.
% 211.64/211.80  Current number of equations to process: 3626
% 211.64/211.80  Current number of ordered equations: 1
% 211.64/211.80  Current number of rules: 1103
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1206]
% 211.64/211.80  leq(A addition B,multiplication(multiplication(A,star(C)),star(V_3)) addition B addition V_4)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3626
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1104
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1207]
% 211.64/211.80  leq(A addition B,multiplication(star(C),B) addition multiplication(A,
% 211.64/211.80                                                      star(V_3)) addition V_4)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3624
% 211.64/211.80  Current number of ordered equations: 1
% 211.64/211.80  Current number of rules: 1105
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1208]
% 211.64/211.80  leq(A addition B,multiplication(star(C),multiplication(A,star(V_3))) addition B addition V_4)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3624
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1106
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1209]
% 211.64/211.80  leq(multiplication(A,multiplication(B,star(B))) addition A,multiplication(A,
% 211.64/211.80                                                             star(B)) addition C)
% 211.64/211.80  -> true
% 211.64/211.80  Current number of equations to process: 3623
% 211.64/211.80  Current number of ordered equations: 0
% 211.64/211.80  Current number of rules: 1107
% 211.64/211.80  New rule produced :
% 211.64/211.80  [1210]
% 211.64/211.80  leq(multiplication(A,multiplication(star(B),B)) addition A,multiplication(A,
% 211.64/211.80                                                             star(B)) addition C)
% 211.85/212.01  -> true
% 211.85/212.01  Current number of equations to process: 3622
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1108
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1211]
% 211.85/212.01  leq(sigma addition A,a addition multiplication(b,star(B)) addition multiplication(A,
% 211.85/212.01                                                                     star(C)))
% 211.85/212.01  -> true
% 211.85/212.01  Rule
% 211.85/212.01  [1184]
% 211.85/212.01  leq(sigma addition A,a addition multiplication(b,star(B)) addition multiplication(A,
% 211.85/212.01                                                                     star(B)))
% 211.85/212.01  -> true collapsed.
% 211.85/212.01  Current number of equations to process: 3621
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1108
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1212]
% 211.85/212.01  leq(sigma addition A,b addition multiplication(a,star(B)) addition multiplication(A,
% 211.85/212.01                                                                     star(C)))
% 211.85/212.01  -> true
% 211.85/212.01  Rule
% 211.85/212.01  [1186]
% 211.85/212.01  leq(sigma addition A,b addition multiplication(a,star(B)) addition multiplication(A,
% 211.85/212.01                                                                     star(B)))
% 211.85/212.01  -> true collapsed.
% 211.85/212.01  Current number of equations to process: 3620
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1108
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1213]
% 211.85/212.01  leq(A addition B addition C,star(A) addition multiplication(B,star(V_3)) addition C)
% 211.85/212.01  -> true
% 211.85/212.01  Current number of equations to process: 3618
% 211.85/212.01  Current number of ordered equations: 1
% 211.85/212.01  Current number of rules: 1109
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1214]
% 211.85/212.01  leq(A addition B addition C,star(multiplication(A,star(V_3)) addition C) addition B)
% 211.85/212.01  -> true
% 211.85/212.01  Current number of equations to process: 3618
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1110
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1215]
% 211.85/212.01  leq(sigma addition A,a addition multiplication(star(B),b) addition multiplication(A,
% 211.85/212.01                                                                     star(C)))
% 211.85/212.01  -> true
% 211.85/212.01  Current number of equations to process: 3617
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1111
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1216]
% 211.85/212.01  leq(sigma addition A,b addition multiplication(star(B),a) addition multiplication(A,
% 211.85/212.01                                                                     star(C)))
% 211.85/212.01  -> true
% 211.85/212.01  Current number of equations to process: 3616
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1112
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1217]
% 211.85/212.01  leq(b addition A,sigma addition multiplication(multiplication(A,star(B)),
% 211.85/212.01                                  star(C)) addition V_3) -> true
% 211.85/212.01  Current number of equations to process: 3615
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1113
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1218]
% 211.85/212.01  leq(b addition A,sigma addition multiplication(star(B),multiplication(A,
% 211.85/212.01                                                         star(C))) addition V_3)
% 211.85/212.01  -> true
% 211.85/212.01  Current number of equations to process: 3614
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1114
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1219]
% 211.85/212.01  leq(a addition A,sigma addition multiplication(multiplication(A,star(B)),
% 211.85/212.01                                  star(C)) addition V_3) -> true
% 211.85/212.01  Current number of equations to process: 3611
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1115
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1220]
% 211.85/212.01  leq(a addition A,sigma addition multiplication(star(B),multiplication(A,
% 211.85/212.01                                                         star(C))) addition V_3)
% 211.85/212.01  -> true
% 211.85/212.01  Current number of equations to process: 3610
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1116
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1221]
% 211.85/212.01  leq(multiplication(star(A),A),multiplication(multiplication(star(A),star(B)),
% 211.85/212.01                                star(C)) addition V_3) -> true
% 211.85/212.01  Current number of equations to process: 3605
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1117
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1222]
% 211.85/212.01  leq(multiplication(A,star(A)),multiplication(multiplication(star(A),star(B)),
% 211.85/212.01                                star(C)) addition V_3) -> true
% 211.85/212.01  Current number of equations to process: 3601
% 211.85/212.01  Current number of ordered equations: 0
% 211.85/212.01  Current number of rules: 1118
% 211.85/212.01  New rule produced :
% 211.85/212.01  [1223]
% 211.85/212.01  leq(one,multiplication(multiplication(multiplication(star(A),star(B)),
% 211.85/212.01                         star(C)),star(V_3)) addition V_4) -> true
% 212.04/212.22  Current number of equations to process: 3600
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1119
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1224]
% 212.04/212.22  leq(A addition B,multiplication(multiplication(star(C),A),star(V_3)) addition B addition V_4)
% 212.04/212.22  -> true
% 212.04/212.22  Current number of equations to process: 3597
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1120
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1225]
% 212.04/212.22  leq(A addition B,multiplication(star(C),B) addition multiplication(star(V_3),A) addition V_4)
% 212.04/212.22  -> true
% 212.04/212.22  Rule
% 212.04/212.22  [1198]
% 212.04/212.22  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B) addition V_3)
% 212.04/212.22  -> true collapsed.
% 212.04/212.22  Current number of equations to process: 3595
% 212.04/212.22  Current number of ordered equations: 1
% 212.04/212.22  Current number of rules: 1120
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1226]
% 212.04/212.22  leq(A addition B,multiplication(star(C),multiplication(star(V_3),A)) addition B addition V_4)
% 212.04/212.22  -> true
% 212.04/212.22  Current number of equations to process: 3595
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1121
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1227]
% 212.04/212.22  leq(multiplication(multiplication(A,star(A)),B) addition B,multiplication(
% 212.04/212.22                                                             star(A),B) addition C)
% 212.04/212.22  -> true
% 212.04/212.22  Current number of equations to process: 3594
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1122
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1228]
% 212.04/212.22  leq(multiplication(multiplication(star(A),A),B) addition B,multiplication(
% 212.04/212.22                                                             star(A),B) addition C)
% 212.04/212.22  -> true
% 212.04/212.22  Current number of equations to process: 3593
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1123
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1229]
% 212.04/212.22  leq(sigma addition A,a addition multiplication(b,star(B)) addition multiplication(
% 212.04/212.22                                                                     star(C),A))
% 212.04/212.22  -> true
% 212.04/212.22  Current number of equations to process: 3592
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1124
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1230]
% 212.04/212.22  leq(sigma addition A,b addition multiplication(a,star(B)) addition multiplication(
% 212.04/212.22                                                                     star(C),A))
% 212.04/212.22  -> true
% 212.04/212.22  Current number of equations to process: 3591
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1125
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1231]
% 212.04/212.22  leq(A addition B addition C,star(A) addition multiplication(star(V_3),B) addition C)
% 212.04/212.22  -> true
% 212.04/212.22  Current number of equations to process: 3589
% 212.04/212.22  Current number of ordered equations: 1
% 212.04/212.22  Current number of rules: 1126
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1232]
% 212.04/212.22  leq(A addition B addition C,star(multiplication(star(V_3),A) addition C) addition B)
% 212.04/212.22  -> true
% 212.04/212.22  Current number of equations to process: 3589
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1127
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1233]
% 212.04/212.22  leq(sigma addition A,a addition multiplication(star(B),b) addition multiplication(
% 212.04/212.22                                                                     star(C),A))
% 212.04/212.22  -> true
% 212.04/212.22  Rule
% 212.04/212.22  [1202]
% 212.04/212.22  leq(sigma addition A,a addition multiplication(star(B),b) addition multiplication(
% 212.04/212.22                                                                     star(B),A))
% 212.04/212.22  -> true collapsed.
% 212.04/212.22  Current number of equations to process: 3588
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1127
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1234]
% 212.04/212.22  leq(sigma addition A,b addition multiplication(star(B),a) addition multiplication(
% 212.04/212.22                                                                     star(C),A))
% 212.04/212.22  -> true
% 212.04/212.22  Rule
% 212.04/212.22  [1203]
% 212.04/212.22  leq(sigma addition A,b addition multiplication(star(B),a) addition multiplication(
% 212.04/212.22                                                                     star(B),A))
% 212.04/212.22  -> true collapsed.
% 212.04/212.22  Current number of equations to process: 3587
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1127
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1235]
% 212.04/212.22  leq(star(A) addition multiplication(B,star(B)),multiplication(star(B),
% 212.04/212.22                                                 star(A)) addition C) -> true
% 212.04/212.22  Current number of equations to process: 3586
% 212.04/212.22  Current number of ordered equations: 0
% 212.04/212.22  Current number of rules: 1128
% 212.04/212.22  New rule produced :
% 212.04/212.22  [1236]
% 212.04/212.22  leq(star(A) addition multiplication(star(B),B),multiplication(star(B),
% 212.04/212.22                                                 star(A)) addition C) -> true
% 212.45/212.61  Current number of equations to process: 3585
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1129
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1237]
% 212.45/212.61  leq(b addition A,sigma addition multiplication(multiplication(star(B),A),
% 212.45/212.61                                  star(C)) addition V_3) -> true
% 212.45/212.61  Current number of equations to process: 3584
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1130
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1238]
% 212.45/212.61  leq(b addition A,sigma addition multiplication(star(B),multiplication(
% 212.45/212.61                                                         star(C),A)) addition V_3)
% 212.45/212.61  -> true
% 212.45/212.61  Current number of equations to process: 3583
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1131
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1239]
% 212.45/212.61  leq(a addition A,sigma addition multiplication(multiplication(star(B),A),
% 212.45/212.61                                  star(C)) addition V_3) -> true
% 212.45/212.61  Current number of equations to process: 3580
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1132
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1240]
% 212.45/212.61  leq(a addition A,sigma addition multiplication(star(B),multiplication(
% 212.45/212.61                                                         star(C),A)) addition V_3)
% 212.45/212.61  -> true
% 212.45/212.61  Current number of equations to process: 3579
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1133
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1241]
% 212.45/212.61  leq(star(A) addition multiplication(B,star(B)),multiplication(star(A),
% 212.45/212.61                                                 star(B)) addition C) -> true
% 212.45/212.61  Current number of equations to process: 3575
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1134
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1242]
% 212.45/212.61  leq(star(A) addition multiplication(star(B),B),multiplication(star(A),
% 212.45/212.61                                                 star(B)) addition C) -> true
% 212.45/212.61  Current number of equations to process: 3573
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1135
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1243]
% 212.45/212.61  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(A),
% 212.45/212.61                                                       star(C))) addition V_3)
% 212.45/212.61  -> true
% 212.45/212.61  Current number of equations to process: 3572
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1136
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1244]
% 212.45/212.61  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(A),
% 212.45/212.61                                                       star(C))) addition V_3)
% 212.45/212.61  -> true
% 212.45/212.61  Current number of equations to process: 3568
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1137
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1245]
% 212.45/212.61  leq(one,multiplication(star(A),multiplication(multiplication(star(B),star(C)),
% 212.45/212.61                                 star(V_3))) addition V_4) -> true
% 212.45/212.61  Current number of equations to process: 3567
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1138
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1246]
% 212.45/212.61  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(A)),
% 212.45/212.61                                star(C)) addition V_3) -> true
% 212.45/212.61  Current number of equations to process: 3566
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1139
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1247]
% 212.45/212.61  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(A)),
% 212.45/212.61                                star(C)) addition V_3) -> true
% 212.45/212.61  Current number of equations to process: 3562
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1140
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1248]
% 212.45/212.61  leq(one,multiplication(multiplication(star(A),multiplication(star(B),star(C))),
% 212.45/212.61          star(V_3)) addition V_4) -> true
% 212.45/212.61  Current number of equations to process: 3561
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1141
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1249]
% 212.45/212.61  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(C),
% 212.45/212.61                                                       star(A))) addition V_3)
% 212.45/212.61  -> true
% 212.45/212.61  Current number of equations to process: 3560
% 212.45/212.61  Current number of ordered equations: 0
% 212.45/212.61  Current number of rules: 1142
% 212.45/212.61  New rule produced :
% 212.45/212.61  [1250]
% 212.45/212.61  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(C),
% 212.45/212.61                                                       star(A))) addition V_3)
% 212.86/213.02  -> true
% 212.86/213.02  Current number of equations to process: 3556
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1143
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1251]
% 212.86/213.02  leq(one,multiplication(star(A),multiplication(star(B),multiplication(
% 212.86/213.02                                                        star(C),star(V_3)))) addition V_4)
% 212.86/213.02  -> true
% 212.86/213.02  Current number of equations to process: 3555
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1144
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1252]
% 212.86/213.02  leq(multiplication(b,star(sigma)) addition multiplication(a,star(sigma)),
% 212.86/213.02  multiplication(star(sigma),star(A))) -> true
% 212.86/213.02  Current number of equations to process: 3554
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1145
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1253]
% 212.86/213.02  leq(multiplication(b,star(sigma)) addition multiplication(a,star(sigma)),
% 212.86/213.02  multiplication(star(A),star(sigma))) -> true
% 212.86/213.02  Current number of equations to process: 3553
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1146
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1254]
% 212.86/213.02  star(multiplication(A,star(B))) addition multiplication(star(multiplication(A,
% 212.86/213.02                                                               star(B))),A) ->
% 212.86/213.02  star(multiplication(A,star(B)))
% 212.86/213.02  Current number of equations to process: 3548
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1147
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1255]
% 212.86/213.02  leq(one addition multiplication(A,B),star(C) addition multiplication(A,
% 212.86/213.02                                                        multiplication(B,
% 212.86/213.02                                                        star(V_3)))) -> true
% 212.86/213.02  Current number of equations to process: 3547
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1148
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1256]
% 212.86/213.02  leq(A addition B,multiplication(A,multiplication(star(C),star(V_3))) addition B addition V_4)
% 212.86/213.02  -> true
% 212.86/213.02  Current number of equations to process: 3546
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1149
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1257]
% 212.86/213.02  leq(b addition A,sigma addition multiplication(A,multiplication(star(B),
% 212.86/213.02                                                   star(C))) addition V_3) ->
% 212.86/213.02  true
% 212.86/213.02  Current number of equations to process: 3545
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1150
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1258]
% 212.86/213.02  leq(a addition A,sigma addition multiplication(A,multiplication(star(B),
% 212.86/213.02                                                   star(C))) addition V_3) ->
% 212.86/213.02  true
% 212.86/213.02  Current number of equations to process: 3544
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1151
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1259]
% 212.86/213.02  leq(multiplication(A,star(A)),multiplication(star(A),multiplication(star(B),
% 212.86/213.02                                                       star(C))) addition V_3)
% 212.86/213.02  -> true
% 212.86/213.02  Current number of equations to process: 3540
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1152
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1260]
% 212.86/213.02  star(multiplication(A,star(B))) addition multiplication(A,star(multiplication(A,
% 212.86/213.02                                                                 star(B)))) ->
% 212.86/213.02  star(multiplication(A,star(B)))
% 212.86/213.02  Current number of equations to process: 3538
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1153
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1261]
% 212.86/213.02  leq(one addition multiplication(A,B),star(C) addition multiplication(
% 212.86/213.02                                                        multiplication(A,
% 212.86/213.02                                                        star(V_3)),B)) -> true
% 212.86/213.02  Current number of equations to process: 3537
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1154
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1262]
% 212.86/213.02  leq(A addition B,multiplication(multiplication(star(C),star(V_3)),A) addition B addition V_4)
% 212.86/213.02  -> true
% 212.86/213.02  Current number of equations to process: 3533
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1155
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1263]
% 212.86/213.02  leq(b addition A,sigma addition multiplication(multiplication(star(B),
% 212.86/213.02                                                 star(C)),A) addition V_3) ->
% 212.86/213.02  true
% 212.86/213.02  Current number of equations to process: 3532
% 212.86/213.02  Current number of ordered equations: 0
% 212.86/213.02  Current number of rules: 1156
% 212.86/213.02  New rule produced :
% 212.86/213.02  [1264]
% 212.86/213.02  leq(a addition A,sigma addition multiplication(multiplication(star(B),
% 213.25/213.41                                                 star(C)),A) addition V_3) ->
% 213.25/213.41  true
% 213.25/213.41  Current number of equations to process: 3531
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1157
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1265]
% 213.25/213.41  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(C)),
% 213.25/213.41                                star(A)) addition V_3) -> true
% 213.25/213.41  Current number of equations to process: 3529
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1158
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1266]
% 213.25/213.41  star(multiplication(star(A),B)) addition multiplication(star(multiplication(
% 213.25/213.41                                                               star(A),B)),B)
% 213.25/213.41  -> star(multiplication(star(A),B))
% 213.25/213.41  Current number of equations to process: 3528
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1159
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1267]
% 213.25/213.41  leq(one addition multiplication(A,B),star(C) addition multiplication(A,
% 213.25/213.41                                                        multiplication(
% 213.25/213.41                                                        star(V_3),B))) -> true
% 213.25/213.41  Current number of equations to process: 3527
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1160
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1268]
% 213.25/213.41  star(multiplication(star(A),B)) addition multiplication(B,star(multiplication(
% 213.25/213.41                                                                 star(A),B)))
% 213.25/213.41  -> star(multiplication(star(A),B))
% 213.25/213.41  Current number of equations to process: 3518
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1161
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1269]
% 213.25/213.41  leq(one addition multiplication(A,B),star(C) addition multiplication(
% 213.25/213.41                                                        multiplication(
% 213.25/213.41                                                        star(V_3),A),B)) ->
% 213.25/213.41  true
% 213.25/213.41  Current number of equations to process: 3517
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1162
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1270]
% 213.25/213.41  leq(one addition multiplication(A,star(A)),multiplication(multiplication(
% 213.25/213.41                                                            star(A),star(B)),
% 213.25/213.41                                             star(C))) -> true
% 213.25/213.41  Current number of equations to process: 3508
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1163
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1271]
% 213.25/213.41  leq(one addition multiplication(A,star(A)),multiplication(star(B),multiplication(
% 213.25/213.41                                                                    star(A),
% 213.25/213.41                                                                    star(C))))
% 213.25/213.41  -> true
% 213.25/213.41  Current number of equations to process: 3507
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1164
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1272]
% 213.25/213.41  leq(one addition multiplication(A,star(A)),multiplication(multiplication(
% 213.25/213.41                                                            star(B),star(A)),
% 213.25/213.41                                             star(C))) -> true
% 213.25/213.41  Current number of equations to process: 3506
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1165
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1273]
% 213.25/213.41  leq(one addition multiplication(A,star(A)),multiplication(star(B),multiplication(
% 213.25/213.41                                                                    star(C),
% 213.25/213.41                                                                    star(A))))
% 213.25/213.41  -> true
% 213.25/213.41  Current number of equations to process: 3505
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1166
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1274]
% 213.25/213.41  leq(one addition multiplication(star(A),A),multiplication(multiplication(
% 213.25/213.41                                                            star(A),star(B)),
% 213.25/213.41                                             star(C))) -> true
% 213.25/213.41  Current number of equations to process: 3504
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1167
% 213.25/213.41  New rule produced :
% 213.25/213.41  [1275]
% 213.25/213.41  leq(one addition multiplication(star(A),A),multiplication(star(B),multiplication(
% 213.25/213.41                                                                    star(A),
% 213.25/213.41                                                                    star(C))))
% 213.25/213.41  -> true
% 213.25/213.41  Current number of equations to process: 3503
% 213.25/213.41  Current number of ordered equations: 0
% 213.25/213.41  Current number of rules: 1168
% 213.25/213.41  New rule produced :
% 213.56/213.73  [1276]
% 213.56/213.73  leq(one addition multiplication(star(A),A),multiplication(multiplication(
% 213.56/213.73                                                            star(B),star(A)),
% 213.56/213.73                                             star(C))) -> true
% 213.56/213.73  Current number of equations to process: 3502
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1169
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1277]
% 213.56/213.73  leq(one addition multiplication(star(A),A),multiplication(star(B),multiplication(
% 213.56/213.73                                                                    star(C),
% 213.56/213.73                                                                    star(A))))
% 213.56/213.73  -> true
% 213.56/213.73  Current number of equations to process: 3501
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1170
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1278]
% 213.56/213.73  leq(one addition multiplication(star(A),multiplication(B,star(B))),multiplication(
% 213.56/213.73                                                                     star(A),
% 213.56/213.73                                                                     star(B)))
% 213.56/213.73  -> true
% 213.56/213.73  Current number of equations to process: 3499
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1171
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1279]
% 213.56/213.73  leq(one addition multiplication(multiplication(A,star(A)),star(B)),multiplication(
% 213.56/213.73                                                                     star(A),
% 213.56/213.73                                                                     star(B)))
% 213.56/213.73  -> true
% 213.56/213.73  Current number of equations to process: 3498
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1172
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1280]
% 213.56/213.73  leq(one addition multiplication(star(A),multiplication(star(B),B)),multiplication(
% 213.56/213.73                                                                     star(A),
% 213.56/213.73                                                                     star(B)))
% 213.56/213.73  -> true
% 213.56/213.73  Current number of equations to process: 3497
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1173
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1281]
% 213.56/213.73  leq(one addition multiplication(multiplication(star(A),A),star(B)),multiplication(
% 213.56/213.73                                                                     star(A),
% 213.56/213.73                                                                     star(B)))
% 213.56/213.73  -> true
% 213.56/213.73  Current number of equations to process: 3496
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1174
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1282]
% 213.56/213.73  leq(multiplication(star(sigma),b) addition multiplication(star(sigma),a),
% 213.56/213.73  multiplication(star(sigma),star(A))) -> true
% 213.56/213.73  Current number of equations to process: 3494
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1175
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1283]
% 213.56/213.73  leq(multiplication(star(sigma),b) addition multiplication(star(sigma),a),
% 213.56/213.73  multiplication(star(A),star(sigma))) -> true
% 213.56/213.73  Current number of equations to process: 3493
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1176
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1284]
% 213.56/213.73  leq(multiplication(star(A),A),multiplication(star(A),multiplication(star(B),
% 213.56/213.73                                                       star(C))) addition V_3)
% 213.56/213.73  -> true
% 213.56/213.73  Current number of equations to process: 3490
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1177
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1285]
% 213.56/213.73  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(C)),
% 213.56/213.73                                star(A)) addition V_3) -> true
% 213.56/213.73  Current number of equations to process: 3484
% 213.56/213.73  Current number of ordered equations: 0
% 213.56/213.73  Current number of rules: 1178
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1286]
% 213.56/213.73  leq(multiplication(multiplication(A,B),multiplication(C,star(C))),multiplication(A,
% 213.56/213.73                                                                    multiplication(B,
% 213.56/213.73                                                                    star(C))))
% 213.56/213.73  -> true
% 213.56/213.73  Current number of equations to process: 3480
% 213.56/213.73  Current number of ordered equations: 1
% 213.56/213.73  Current number of rules: 1179
% 213.56/213.73  New rule produced :
% 213.56/213.73  [1287]
% 213.56/213.73  leq(multiplication(A,multiplication(B,multiplication(C,star(C)))),multiplication(
% 213.56/213.73                                                                    multiplication(A,B),
% 213.56/213.73                                                                    star(C)))
% 213.56/213.73  -> true
% 213.56/213.73  Current number of equations to process: 3480
% 213.56/213.73  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1180
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1288]
% 213.95/214.11  leq(multiplication(A,multiplication(multiplication(B,C),star(C))),multiplication(
% 213.95/214.11                                                                    multiplication(A,B),
% 213.95/214.11                                                                    star(C)))
% 213.95/214.11  -> true
% 213.95/214.11  Current number of equations to process: 3479
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1181
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1289]
% 213.95/214.11  leq(multiplication(multiplication(A,B),star(B)) addition C,multiplication(A,
% 213.95/214.11                                                             star(B)) addition C)
% 213.95/214.11  -> true
% 213.95/214.11  Current number of equations to process: 3477
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1182
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1290]
% 213.95/214.11  leq(b addition multiplication(multiplication(A,B),star(B)),sigma addition 
% 213.95/214.11                                                             multiplication(A,
% 213.95/214.11                                                             star(B))) -> true
% 213.95/214.11  Current number of equations to process: 3476
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1183
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1291]
% 213.95/214.11  leq(a addition multiplication(multiplication(A,B),star(B)),sigma addition 
% 213.95/214.11                                                             multiplication(A,
% 213.95/214.11                                                             star(B))) -> true
% 213.95/214.11  Current number of equations to process: 3475
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1184
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1292]
% 213.95/214.11  leq(multiplication(multiplication(A,B),star(B)) addition A,multiplication(A,
% 213.95/214.11                                                             star(B)) addition C)
% 213.95/214.11  -> true
% 213.95/214.11  Current number of equations to process: 3474
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1185
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1293]
% 213.95/214.11  leq(one addition multiplication(multiplication(star(A),B),star(B)),multiplication(
% 213.95/214.11                                                                     star(A),
% 213.95/214.11                                                                     star(B)))
% 213.95/214.11  -> true
% 213.95/214.11  Current number of equations to process: 3473
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1186
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1294]
% 213.95/214.11  leq(one addition multiplication(A,B),star(C) addition multiplication(A,
% 213.95/214.11                                                        star(B)) addition V_3)
% 213.95/214.11  -> true
% 213.95/214.11  Current number of equations to process: 3472
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1187
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1295]
% 213.95/214.11  leq(multiplication(multiplication(A,star(A)),multiplication(B,star(B))),
% 213.95/214.11  multiplication(star(A),star(B))) -> true
% 213.95/214.11  Current number of equations to process: 3471
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1188
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1296]
% 213.95/214.11  leq(multiplication(multiplication(star(A),A),multiplication(B,star(B))),
% 213.95/214.11  multiplication(star(A),star(B))) -> true
% 213.95/214.11  Current number of equations to process: 3470
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1189
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1297]
% 213.95/214.11  leq(multiplication(multiplication(A,B),multiplication(B,star(B))),multiplication(A,
% 213.95/214.11                                                                    star(B)) addition C)
% 213.95/214.11  -> true
% 213.95/214.11  Current number of equations to process: 3469
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1190
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1298]
% 213.95/214.11  leq(b addition star(A) addition star(B),sigma addition multiplication(
% 213.95/214.11                                                         star(A),star(B))) ->
% 213.95/214.11  true
% 213.95/214.11  Current number of equations to process: 3466
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1191
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1299]
% 213.95/214.11  leq(a addition star(A) addition star(B),sigma addition multiplication(
% 213.95/214.11                                                         star(A),star(B))) ->
% 213.95/214.11  true
% 213.95/214.11  Current number of equations to process: 3461
% 213.95/214.11  Current number of ordered equations: 0
% 213.95/214.11  Current number of rules: 1192
% 213.95/214.11  New rule produced :
% 213.95/214.11  [1300]
% 213.95/214.11  leq(multiplication(b,star(sigma)) addition multiplication(a,star(sigma)),
% 213.95/214.11  star(star(sigma)) addition A) -> true
% 213.95/214.11  Current number of equations to process: 3450
% 213.95/214.11  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1193
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1301]
% 214.24/214.45  leq(multiplication(star(sigma),b) addition multiplication(star(sigma),a),
% 214.24/214.45  star(star(sigma)) addition A) -> true
% 214.24/214.45  Current number of equations to process: 3447
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1194
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1302]
% 214.24/214.45  leq(multiplication(multiplication(A,star(A)),multiplication(B,C)),multiplication(
% 214.24/214.45                                                                    multiplication(
% 214.24/214.45                                                                    star(A),B),C))
% 214.24/214.45  -> true
% 214.24/214.45  Current number of equations to process: 3445
% 214.24/214.45  Current number of ordered equations: 1
% 214.24/214.45  Current number of rules: 1195
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1303]
% 214.24/214.45  leq(multiplication(multiplication(multiplication(A,star(A)),B),C),multiplication(
% 214.24/214.45                                                                    star(A),
% 214.24/214.45                                                                    multiplication(B,C)))
% 214.24/214.45  -> true
% 214.24/214.45  Current number of equations to process: 3445
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1196
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1304]
% 214.24/214.45  leq(multiplication(multiplication(A,multiplication(star(A),B)),C),multiplication(
% 214.24/214.45                                                                    star(A),
% 214.24/214.45                                                                    multiplication(B,C)))
% 214.24/214.45  -> true
% 214.24/214.45  Current number of equations to process: 3444
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1197
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1305]
% 214.24/214.45  leq(multiplication(A,multiplication(star(A),B)) addition C,multiplication(
% 214.24/214.45                                                             star(A),B) addition C)
% 214.24/214.45  -> true
% 214.24/214.45  Current number of equations to process: 3443
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1198
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1306]
% 214.24/214.45  leq(b addition multiplication(A,multiplication(star(A),B)),sigma addition 
% 214.24/214.45                                                             multiplication(
% 214.24/214.45                                                             star(A),B)) ->
% 214.24/214.45  true
% 214.24/214.45  Current number of equations to process: 3442
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1199
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1307]
% 214.24/214.45  leq(a addition multiplication(A,multiplication(star(A),B)),sigma addition 
% 214.24/214.45                                                             multiplication(
% 214.24/214.45                                                             star(A),B)) ->
% 214.24/214.45  true
% 214.24/214.45  Current number of equations to process: 3441
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1200
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1308]
% 214.24/214.45  leq(multiplication(A,multiplication(star(A),B)) addition B,multiplication(
% 214.24/214.45                                                             star(A),B) addition C)
% 214.24/214.45  -> true
% 214.24/214.45  Current number of equations to process: 3440
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1201
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1309]
% 214.24/214.45  leq(one addition multiplication(A,multiplication(star(A),star(B))),multiplication(
% 214.24/214.45                                                                     star(A),
% 214.24/214.45                                                                     star(B)))
% 214.24/214.45  -> true
% 214.24/214.45  Current number of equations to process: 3439
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1202
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1310]
% 214.24/214.45  leq(multiplication(multiplication(A,star(A)),multiplication(star(B),B)),
% 214.24/214.45  multiplication(star(A),star(B))) -> true
% 214.24/214.45  Current number of equations to process: 3437
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1203
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1311]
% 214.24/214.45  leq(a addition one addition multiplication(multiplication(A,star(A)),A),
% 214.24/214.45  sigma addition star(A)) -> true
% 214.24/214.45  Current number of equations to process: 3436
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1204
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1312]
% 214.24/214.45  leq(multiplication(multiplication(A,star(A)),A) addition B,star(A) addition B addition C)
% 214.24/214.45  -> true
% 214.24/214.45  Current number of equations to process: 3435
% 214.24/214.45  Current number of ordered equations: 0
% 214.24/214.45  Current number of rules: 1205
% 214.24/214.45  New rule produced :
% 214.24/214.45  [1313]
% 214.24/214.45  leq(b addition multiplication(multiplication(A,star(A)),A),sigma addition 
% 214.24/214.45                                                             star(A) addition B)
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3434
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1206
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1314]
% 214.66/214.83  leq(a addition multiplication(multiplication(A,star(A)),A),sigma addition 
% 214.66/214.83                                                             star(A) addition B)
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3433
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1207
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1315]
% 214.66/214.83  leq(one addition multiplication(multiplication(A,star(A)),A) addition B,
% 214.66/214.83  star(A) addition B) -> true
% 214.66/214.83  Current number of equations to process: 3432
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1208
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1316]
% 214.66/214.83  leq(b addition one addition multiplication(multiplication(A,star(A)),A),
% 214.66/214.83  sigma addition star(A)) -> true
% 214.66/214.83  Current number of equations to process: 3431
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1209
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1317]
% 214.66/214.83  ifeq3(star(sigma),multiplication(b,star(sigma)),leq(star(sigma),multiplication(b,
% 214.66/214.83                                                                  star(sigma))),true)
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3430
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1210
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1318]
% 214.66/214.83  leq(a addition multiplication(b,star(sigma)) addition A,star(sigma) addition A addition B)
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3429
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1211
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1319]
% 214.66/214.83  leq(one addition multiplication(b,star(sigma)) addition A,star(sigma) addition A addition B)
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3426
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1212
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1320]
% 214.66/214.83  leq(multiplication(b,star(sigma)) addition multiplication(A,star(A)),
% 214.66/214.83  star(sigma) addition star(A)) -> true
% 214.66/214.83  Current number of equations to process: 3425
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1213
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1321]
% 214.66/214.83  leq(multiplication(b,star(sigma)) addition multiplication(star(A),A),
% 214.66/214.83  star(sigma) addition star(A)) -> true
% 214.66/214.83  Current number of equations to process: 3424
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1214
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1322]
% 214.66/214.83  ifeq3(star(sigma),multiplication(a,star(sigma)),leq(star(sigma),multiplication(a,
% 214.66/214.83                                                                  star(sigma))),true)
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3422
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1215
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1323]
% 214.66/214.83  leq(b addition multiplication(a,star(sigma)) addition A,star(sigma) addition A addition B)
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3421
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1216
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1324]
% 214.66/214.83  leq(one addition multiplication(a,star(sigma)) addition A,star(sigma) addition A addition B)
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3418
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1217
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1325]
% 214.66/214.83  leq(multiplication(a,star(sigma)) addition multiplication(A,star(A)),
% 214.66/214.83  star(sigma) addition star(A)) -> true
% 214.66/214.83  Current number of equations to process: 3417
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1218
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1326]
% 214.66/214.83  leq(multiplication(a,star(sigma)) addition multiplication(star(A),A),
% 214.66/214.83  star(sigma) addition star(A)) -> true
% 214.66/214.83  Current number of equations to process: 3416
% 214.66/214.83  Current number of ordered equations: 0
% 214.66/214.83  Current number of rules: 1219
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1327]
% 214.66/214.83  leq(multiplication(multiplication(A,B),multiplication(star(C),C)),multiplication(A,
% 214.66/214.83                                                                    multiplication(B,
% 214.66/214.83                                                                    star(C))))
% 214.66/214.83  -> true
% 214.66/214.83  Current number of equations to process: 3413
% 214.66/214.83  Current number of ordered equations: 1
% 214.66/214.83  Current number of rules: 1220
% 214.66/214.83  New rule produced :
% 214.66/214.83  [1328]
% 214.66/214.83  leq(multiplication(A,multiplication(B,multiplication(star(C),C))),multiplication(
% 214.66/214.83                                                                    multiplication(A,B),
% 214.96/215.14                                                                    star(C)))
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3413
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1221
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1329]
% 214.96/215.14  leq(multiplication(A,multiplication(multiplication(B,star(C)),C)),multiplication(
% 214.96/215.14                                                                    multiplication(A,B),
% 214.96/215.14                                                                    star(C)))
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3412
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1222
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1330]
% 214.96/215.14  leq(multiplication(multiplication(A,star(B)),B) addition C,multiplication(A,
% 214.96/215.14                                                             star(B)) addition C)
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3410
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1223
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1331]
% 214.96/215.14  leq(b addition multiplication(multiplication(A,star(B)),B),sigma addition 
% 214.96/215.14                                                             multiplication(A,
% 214.96/215.14                                                             star(B))) -> true
% 214.96/215.14  Current number of equations to process: 3409
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1224
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1332]
% 214.96/215.14  leq(a addition multiplication(multiplication(A,star(B)),B),sigma addition 
% 214.96/215.14                                                             multiplication(A,
% 214.96/215.14                                                             star(B))) -> true
% 214.96/215.14  Current number of equations to process: 3408
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1225
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1333]
% 214.96/215.14  leq(multiplication(multiplication(A,star(B)),B) addition A,multiplication(A,
% 214.96/215.14                                                             star(B)) addition C)
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3407
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1226
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1334]
% 214.96/215.14  leq(one addition multiplication(multiplication(star(A),star(B)),B),multiplication(
% 214.96/215.14                                                                     star(A),
% 214.96/215.14                                                                     star(B)))
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3406
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1227
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1335]
% 214.96/215.14  leq(multiplication(multiplication(star(A),A),multiplication(star(B),B)),
% 214.96/215.14  multiplication(star(A),star(B))) -> true
% 214.96/215.14  Current number of equations to process: 3404
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1228
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1336]
% 214.96/215.14  leq(multiplication(multiplication(A,B),multiplication(star(B),B)),multiplication(A,
% 214.96/215.14                                                                    star(B)) addition C)
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3403
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1229
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1337]
% 214.96/215.14  leq(a addition one addition multiplication(A,multiplication(star(A),A)),
% 214.96/215.14  sigma addition star(A)) -> true
% 214.96/215.14  Current number of equations to process: 3402
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1230
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1338]
% 214.96/215.14  leq(multiplication(A,multiplication(star(A),A)) addition B,star(A) addition B addition C)
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3401
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1231
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1339]
% 214.96/215.14  leq(b addition multiplication(A,multiplication(star(A),A)),sigma addition 
% 214.96/215.14                                                             star(A) addition B)
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3400
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1232
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1340]
% 214.96/215.14  leq(a addition multiplication(A,multiplication(star(A),A)),sigma addition 
% 214.96/215.14                                                             star(A) addition B)
% 214.96/215.14  -> true
% 214.96/215.14  Current number of equations to process: 3399
% 214.96/215.14  Current number of ordered equations: 0
% 214.96/215.14  Current number of rules: 1233
% 214.96/215.14  New rule produced :
% 214.96/215.14  [1341]
% 214.96/215.14  leq(one addition multiplication(A,multiplication(star(A),A)) addition B,
% 215.15/215.34  star(A) addition B) -> true
% 215.15/215.34  Current number of equations to process: 3398
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1234
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1342]
% 215.15/215.34  leq(b addition one addition multiplication(A,multiplication(star(A),A)),
% 215.15/215.34  sigma addition star(A)) -> true
% 215.15/215.34  Current number of equations to process: 3397
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1235
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1343]
% 215.15/215.34  leq(multiplication(multiplication(star(A),A),multiplication(B,C)),multiplication(
% 215.15/215.34                                                                    multiplication(
% 215.15/215.34                                                                    star(A),B),C))
% 215.15/215.34  -> true
% 215.15/215.34  Current number of equations to process: 3395
% 215.15/215.34  Current number of ordered equations: 1
% 215.15/215.34  Current number of rules: 1236
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1344]
% 215.15/215.34  leq(multiplication(multiplication(multiplication(star(A),A),B),C),multiplication(
% 215.15/215.34                                                                    star(A),
% 215.15/215.34                                                                    multiplication(B,C)))
% 215.15/215.34  -> true
% 215.15/215.34  Current number of equations to process: 3395
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1237
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1345]
% 215.15/215.34  leq(multiplication(multiplication(star(A),multiplication(A,B)),C),multiplication(
% 215.15/215.34                                                                    star(A),
% 215.15/215.34                                                                    multiplication(B,C)))
% 215.15/215.34  -> true
% 215.15/215.34  Current number of equations to process: 3394
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1238
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1346]
% 215.15/215.34  leq(multiplication(star(A),multiplication(A,B)) addition C,multiplication(
% 215.15/215.34                                                             star(A),B) addition C)
% 215.15/215.34  -> true
% 215.15/215.34  Current number of equations to process: 3393
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1239
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1347]
% 215.15/215.34  leq(b addition multiplication(star(A),multiplication(A,B)),sigma addition 
% 215.15/215.34                                                             multiplication(
% 215.15/215.34                                                             star(A),B)) ->
% 215.15/215.34  true
% 215.15/215.34  Current number of equations to process: 3392
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1240
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1348]
% 215.15/215.34  leq(a addition multiplication(star(A),multiplication(A,B)),sigma addition 
% 215.15/215.34                                                             multiplication(
% 215.15/215.34                                                             star(A),B)) ->
% 215.15/215.34  true
% 215.15/215.34  Current number of equations to process: 3391
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1241
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1349]
% 215.15/215.34  leq(multiplication(star(A),multiplication(A,B)) addition B,multiplication(
% 215.15/215.34                                                             star(A),B) addition C)
% 215.15/215.34  -> true
% 215.15/215.34  Current number of equations to process: 3390
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1242
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1350]
% 215.15/215.34  leq(one addition multiplication(star(A),multiplication(A,star(B))),multiplication(
% 215.15/215.34                                                                     star(A),
% 215.15/215.34                                                                     star(B)))
% 215.15/215.34  -> true
% 215.15/215.34  Current number of equations to process: 3389
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1243
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1351]
% 215.15/215.34  leq(one addition multiplication(A,B),star(C) addition multiplication(
% 215.15/215.34                                                        star(A),B) addition V_3)
% 215.15/215.34  -> true
% 215.15/215.34  Current number of equations to process: 3388
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1244
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1352]
% 215.15/215.34  leq(multiplication(multiplication(A,star(A)),multiplication(A,B)),multiplication(
% 215.15/215.34                                                                    star(A),B) addition C)
% 215.15/215.34  -> true
% 215.15/215.34  Current number of equations to process: 3387
% 215.15/215.34  Current number of ordered equations: 0
% 215.15/215.34  Current number of rules: 1245
% 215.15/215.34  New rule produced :
% 215.15/215.34  [1353]
% 215.15/215.34  leq(multiplication(multiplication(star(A),A),multiplication(A,B)),multiplication(
% 215.15/215.34                                                                    star(A),B) addition C)
% 215.35/215.58  -> true
% 215.35/215.58  Current number of equations to process: 3384
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1246
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1354]
% 215.35/215.58  ifeq3(star(sigma),multiplication(star(sigma),a),leq(star(sigma),multiplication(
% 215.35/215.58                                                                  star(sigma),a)),true)
% 215.35/215.58  -> true
% 215.35/215.58  Current number of equations to process: 3383
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1247
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1355]
% 215.35/215.58  leq(b addition multiplication(star(sigma),a) addition A,star(sigma) addition A addition B)
% 215.35/215.58  -> true
% 215.35/215.58  Current number of equations to process: 3382
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1248
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1356]
% 215.35/215.58  leq(one addition multiplication(star(sigma),a) addition A,star(sigma) addition A addition B)
% 215.35/215.58  -> true
% 215.35/215.58  Current number of equations to process: 3379
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1249
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1357]
% 215.35/215.58  leq(multiplication(star(sigma),a) addition multiplication(A,star(A)),
% 215.35/215.58  star(sigma) addition star(A)) -> true
% 215.35/215.58  Current number of equations to process: 3378
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1250
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1358]
% 215.35/215.58  leq(multiplication(star(sigma),a) addition multiplication(star(A),A),
% 215.35/215.58  star(sigma) addition star(A)) -> true
% 215.35/215.58  Current number of equations to process: 3377
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1251
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1359]
% 215.35/215.58  ifeq3(star(sigma),multiplication(star(sigma),b),leq(star(sigma),multiplication(
% 215.35/215.58                                                                  star(sigma),b)),true)
% 215.35/215.58  -> true
% 215.35/215.58  Current number of equations to process: 3375
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1252
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1360]
% 215.35/215.58  leq(a addition multiplication(star(sigma),b) addition A,star(sigma) addition A addition B)
% 215.35/215.58  -> true
% 215.35/215.58  Current number of equations to process: 3374
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1253
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1361]
% 215.35/215.58  leq(one addition multiplication(star(sigma),b) addition A,star(sigma) addition A addition B)
% 215.35/215.58  -> true
% 215.35/215.58  Current number of equations to process: 3371
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1254
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1362]
% 215.35/215.58  leq(multiplication(star(sigma),b) addition multiplication(A,star(A)),
% 215.35/215.58  star(sigma) addition star(A)) -> true
% 215.35/215.58  Current number of equations to process: 3370
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1255
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1363]
% 215.35/215.58  leq(multiplication(star(sigma),b) addition multiplication(star(A),A),
% 215.35/215.58  star(sigma) addition star(A)) -> true
% 215.35/215.58  Current number of equations to process: 3369
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1256
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1364]
% 215.35/215.58  leq(multiplication(star(A),A) addition multiplication(A,star(A)),multiplication(
% 215.35/215.58                                                                   star(A),
% 215.35/215.58                                                                   star(B))) ->
% 215.35/215.58  true
% 215.35/215.58  Current number of equations to process: 3367
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1257
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1365]
% 215.35/215.58  leq(multiplication(star(A),A) addition multiplication(A,star(A)),multiplication(
% 215.35/215.58                                                                   star(B),
% 215.35/215.58                                                                   star(A))) ->
% 215.35/215.58  true
% 215.35/215.58  Current number of equations to process: 3366
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1258
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1366]
% 215.35/215.58  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(
% 215.35/215.58                                                                   star(A)) addition B)
% 215.35/215.58  -> true
% 215.35/215.58  Current number of equations to process: 3365
% 215.35/215.58  Current number of ordered equations: 0
% 215.35/215.58  Current number of rules: 1259
% 215.35/215.58  New rule produced :
% 215.35/215.58  [1367]
% 215.35/215.58  leq(multiplication(A,star(A)) addition multiplication(B,star(B)),multiplication(
% 215.35/215.58                                                                   star(A),
% 215.35/215.58                                                                   star(B))) ->
% 248.94/249.13  true
% 248.94/249.13  Current number of equations to process: 3363
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1260
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1368]
% 248.94/249.13  leq(multiplication(star(A),A) addition multiplication(B,star(B)),multiplication(
% 248.94/249.13                                                                   star(B),
% 248.94/249.13                                                                   star(A))) ->
% 248.94/249.13  true
% 248.94/249.13  Current number of equations to process: 3362
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1261
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1369]
% 248.94/249.13  leq(multiplication(star(A),A) addition multiplication(B,star(B)),multiplication(
% 248.94/249.13                                                                   star(A),
% 248.94/249.13                                                                   star(B))) ->
% 248.94/249.13  true
% 248.94/249.13  Current number of equations to process: 3360
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1262
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1370]
% 248.94/249.13  leq(multiplication(star(A),A) addition multiplication(star(B),B),multiplication(
% 248.94/249.13                                                                   star(A),
% 248.94/249.13                                                                   star(B))) ->
% 248.94/249.13  true
% 248.94/249.13  Current number of equations to process: 3352
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1263
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1371]
% 248.94/249.13  ifeq(leq(multiplication(A,B) addition B,one addition A),true,true,true) ->
% 248.94/249.13  true
% 248.94/249.13  Current number of equations to process: 3358
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1264
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1372]
% 248.94/249.13  ifeq(leq(multiplication(star(A),star(B)),star(A) addition B),true,true,true)
% 248.94/249.13  -> true
% 248.94/249.13  Current number of equations to process: 3469
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1265
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1373]
% 248.94/249.13  ifeq(leq(multiplication(A,star(B)),multiplication(A,B) addition A),true,true,true)
% 248.94/249.13  -> true
% 248.94/249.13  Current number of equations to process: 3468
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1266
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1374]
% 248.94/249.13  ifeq(leq(multiplication(A,B) addition A,one addition B),true,true,true) ->
% 248.94/249.13  true
% 248.94/249.13  Current number of equations to process: 4148
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1267
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1375]
% 248.94/249.13  ifeq(leq(multiplication(star(A),star(B)),star(B) addition A),true,true,true)
% 248.94/249.13  -> true
% 248.94/249.13  Current number of equations to process: 4258
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1268
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1376]
% 248.94/249.13  ifeq(leq(multiplication(star(A),B),multiplication(A,B) addition B),true,true,true)
% 248.94/249.13  -> true
% 248.94/249.13  Current number of equations to process: 4260
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1269
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1377] ifeq3(star(A),one addition A,leq(star(A),one addition A),true) -> true
% 248.94/249.13  Current number of equations to process: 4929
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1270
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1378]
% 248.94/249.13  leq(one addition multiplication(A,star(A)) addition B,star(A) addition 
% 248.94/249.13                                                        star(B)) -> true
% 248.94/249.13  Current number of equations to process: 4417
% 248.94/249.13  Current number of ordered equations: 2
% 248.94/249.13  Current number of rules: 1271
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1379]
% 248.94/249.13  leq(one addition multiplication(A,star(A)) addition B,star(star(A) addition B))
% 248.94/249.13  -> true
% 248.94/249.13  Current number of equations to process: 4417
% 248.94/249.13  Current number of ordered equations: 1
% 248.94/249.13  Current number of rules: 1272
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1380]
% 248.94/249.13  leq(one addition multiplication(A,star(A)) addition B,star(star(A)) addition B)
% 248.94/249.13  -> true
% 248.94/249.13  Current number of equations to process: 4417
% 248.94/249.13  Current number of ordered equations: 0
% 248.94/249.13  Current number of rules: 1273
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1381]
% 248.94/249.13  leq(one addition multiplication(star(A),A) addition B,star(A) addition 
% 248.94/249.13                                                        star(B)) -> true
% 248.94/249.13  Current number of equations to process: 4610
% 248.94/249.13  Current number of ordered equations: 2
% 248.94/249.13  Current number of rules: 1274
% 248.94/249.13  New rule produced :
% 248.94/249.13  [1382]
% 248.94/249.13  leq(one addition multiplication(star(A),A) addition B,star(star(A) addition B))
% 248.94/249.13  -> true
% 248.94/249.13  Current number of equations to process: 4610
% 248.94/249.13  Current number of ordered equations: 1
% 248.94/249.13  Current number of rules: 1275
% 248.94/249.13  New rule produced :
% 266.83/267.03  [1383]
% 266.83/267.03  leq(one addition multiplication(star(A),A) addition B,star(star(A)) addition B)
% 266.83/267.03  -> true
% 266.83/267.03  Current number of equations to process: 4610
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1276
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1384]
% 266.83/267.03  leq(one addition A addition B,star(B) addition multiplication(A,star(C))) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 4679
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1277
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1385]
% 266.83/267.03  leq(one addition A addition B,star(multiplication(A,star(C)) addition B)) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 4728
% 266.83/267.03  Current number of ordered equations: 1
% 266.83/267.03  Current number of rules: 1278
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1386]
% 266.83/267.03  leq(one addition A addition B,star(multiplication(A,star(C))) addition B) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 4728
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1279
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1387]
% 266.83/267.03  leq(one addition A addition B,star(B) addition multiplication(star(C),A)) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 4801
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1280
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1388]
% 266.83/267.03  leq(one addition A addition B,star(multiplication(star(C),A) addition B)) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 4846
% 266.83/267.03  Current number of ordered equations: 1
% 266.83/267.03  Current number of rules: 1281
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1389]
% 266.83/267.03  leq(one addition A addition B,star(multiplication(star(C),A)) addition B) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 4846
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1282
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1390]
% 266.83/267.03  leq(multiplication(A,star(star(A))) addition B,star(star(A)) addition B) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 3308
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1283
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1391]
% 266.83/267.03  leq(sigma addition multiplication(multiplication(A,star(A)),b),a addition 
% 266.83/267.03                                                                 multiplication(
% 266.83/267.03                                                                 star(A),b)) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 3353
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1284
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1392]
% 266.83/267.03  leq(sigma addition multiplication(multiplication(A,star(A)),a),b addition 
% 266.83/267.03                                                                 multiplication(
% 266.83/267.03                                                                 star(A),a)) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 3352
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1285
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1393]
% 266.83/267.03  leq(b addition multiplication(A,star(star(A))),sigma addition star(star(A)))
% 266.83/267.03  -> true
% 266.83/267.03  Current number of equations to process: 3453
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1286
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1394]
% 266.83/267.03  leq(a addition multiplication(A,star(star(A))),sigma addition star(star(A)))
% 266.83/267.03  -> true
% 266.83/267.03  Current number of equations to process: 3558
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1287
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1395]
% 266.83/267.03  leq(multiplication(star(star(A)),A) addition B,star(star(A)) addition B) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 3694
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1288
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1396]
% 266.83/267.03  leq(sigma addition multiplication(b,multiplication(star(A),A)),a addition 
% 266.83/267.03                                                                 multiplication(b,
% 266.83/267.03                                                                 star(A))) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 3740
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1289
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1397]
% 266.83/267.03  leq(sigma addition multiplication(a,multiplication(star(A),A)),b addition 
% 266.83/267.03                                                                 multiplication(a,
% 266.83/267.03                                                                 star(A))) ->
% 266.83/267.03  true
% 266.83/267.03  Current number of equations to process: 3739
% 266.83/267.03  Current number of ordered equations: 0
% 266.83/267.03  Current number of rules: 1290
% 266.83/267.03  New rule produced :
% 266.83/267.03  [1398]
% 266.83/267.03  leq(b addition multiplication(star(star(A)),A),sigma addition star(star(A)))
% 266.83/267.03  -> true
% 266.83/267.03  Current number of equations to process: 3847
% 284.24/284.49  Current number of ordered equations: 0
% 284.24/284.49  Current number of rules: 1291
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1399]
% 284.24/284.49  leq(a addition multiplication(star(star(A)),A),sigma addition star(star(A)))
% 284.24/284.49  -> true
% 284.24/284.49  Current number of equations to process: 3959
% 284.24/284.49  Current number of ordered equations: 0
% 284.24/284.49  Current number of rules: 1292
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1400]
% 284.24/284.49  leq(b addition one addition multiplication(A,star(A)),star(sigma addition 
% 284.24/284.49                                                             star(A))) -> true
% 284.24/284.49  Current number of equations to process: 4492
% 284.24/284.49  Current number of ordered equations: 2
% 284.24/284.49  Current number of rules: 1293
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1401]
% 284.24/284.49  leq(b addition one addition multiplication(A,star(A)),star(sigma) addition 
% 284.24/284.49                                                        star(A)) -> true
% 284.24/284.49  Current number of equations to process: 4492
% 284.24/284.49  Current number of ordered equations: 1
% 284.24/284.49  Current number of rules: 1294
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1402]
% 284.24/284.49  leq(b addition one addition multiplication(A,star(A)),sigma addition 
% 284.24/284.49                                                        star(star(A))) -> true
% 284.24/284.49  Current number of equations to process: 4492
% 284.24/284.49  Current number of ordered equations: 0
% 284.24/284.49  Current number of rules: 1295
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1403]
% 284.24/284.49  leq(b addition one addition multiplication(star(A),A),star(sigma addition 
% 284.24/284.49                                                             star(A))) -> true
% 284.24/284.49  Current number of equations to process: 4533
% 284.24/284.49  Current number of ordered equations: 2
% 284.24/284.49  Current number of rules: 1296
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1404]
% 284.24/284.49  leq(b addition one addition multiplication(star(A),A),star(sigma) addition 
% 284.24/284.49                                                        star(A)) -> true
% 284.24/284.49  Current number of equations to process: 4533
% 284.24/284.49  Current number of ordered equations: 1
% 284.24/284.49  Current number of rules: 1297
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1405]
% 284.24/284.49  leq(b addition one addition multiplication(star(A),A),sigma addition 
% 284.24/284.49                                                        star(star(A))) -> true
% 284.24/284.49  Current number of equations to process: 4533
% 284.24/284.49  Current number of ordered equations: 0
% 284.24/284.49  Current number of rules: 1298
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1406]
% 284.24/284.49  leq(b addition one addition A,star(sigma addition multiplication(A,star(B))))
% 284.24/284.49  -> true
% 284.24/284.49  Current number of equations to process: 4572
% 284.24/284.49  Current number of ordered equations: 2
% 284.24/284.49  Current number of rules: 1299
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1407]
% 284.24/284.49  leq(b addition one addition A,star(sigma) addition multiplication(A,star(B)))
% 284.24/284.49  -> true
% 284.24/284.49  Current number of equations to process: 4572
% 284.24/284.49  Current number of ordered equations: 1
% 284.24/284.49  Current number of rules: 1300
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1408]
% 284.24/284.49  leq(b addition one addition A,sigma addition star(multiplication(A,star(B))))
% 284.24/284.49  -> true
% 284.24/284.49  Current number of equations to process: 4572
% 284.24/284.49  Current number of ordered equations: 0
% 284.24/284.49  Current number of rules: 1301
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1409]
% 284.24/284.49  leq(sigma addition one addition A,sigma addition multiplication(star(B),
% 284.24/284.49                                                   star(A))) -> true
% 284.24/284.49  Current number of equations to process: 4576
% 284.24/284.49  Current number of ordered equations: 0
% 284.24/284.49  Current number of rules: 1302
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1410]
% 284.24/284.49  leq(b addition one addition A,sigma addition multiplication(star(B),star(A)))
% 284.24/284.49  -> true
% 284.24/284.49  Current number of equations to process: 4576
% 284.24/284.49  Current number of ordered equations: 0
% 284.24/284.49  Current number of rules: 1303
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1411]
% 284.24/284.49  leq(b addition one addition A,star(sigma addition multiplication(star(B),A)))
% 284.24/284.49  -> true
% 284.24/284.49  Current number of equations to process: 4643
% 284.24/284.49  Current number of ordered equations: 2
% 284.24/284.49  Current number of rules: 1304
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1412]
% 284.24/284.49  leq(b addition one addition A,star(sigma) addition multiplication(star(B),A))
% 284.24/284.49  -> true
% 284.24/284.49  Current number of equations to process: 4643
% 284.24/284.49  Current number of ordered equations: 1
% 284.24/284.49  Current number of rules: 1305
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1413]
% 284.24/284.49  leq(b addition one addition A,sigma addition star(multiplication(star(B),A)))
% 284.24/284.49  -> true
% 284.24/284.49  Current number of equations to process: 4643
% 284.24/284.49  Current number of ordered equations: 0
% 284.24/284.49  Current number of rules: 1306
% 284.24/284.49  New rule produced :
% 284.24/284.49  [1414]
% 284.24/284.49  leq(a addition one addition multiplication(A,star(A)),star(sigma addition 
% 284.24/284.49                                                             star(A))) -> true
% 299.52/299.79  Current number of equations to process: 4677
% 299.52/299.79  Current number of ordered equations: 2
% 299.52/299.79  Current number of rules: 1307
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1415]
% 299.52/299.79  leq(a addition one addition multiplication(A,star(A)),star(sigma) addition 
% 299.52/299.79                                                        star(A)) -> true
% 299.52/299.79  Current number of equations to process: 4677
% 299.52/299.79  Current number of ordered equations: 1
% 299.52/299.79  Current number of rules: 1308
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1416]
% 299.52/299.79  leq(a addition one addition multiplication(A,star(A)),sigma addition 
% 299.52/299.79                                                        star(star(A))) -> true
% 299.52/299.79  Current number of equations to process: 4677
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1309
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1417]
% 299.52/299.79  leq(a addition one addition multiplication(star(A),A),star(sigma addition 
% 299.52/299.79                                                             star(A))) -> true
% 299.52/299.79  Current number of equations to process: 4718
% 299.52/299.79  Current number of ordered equations: 2
% 299.52/299.79  Current number of rules: 1310
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1418]
% 299.52/299.79  leq(a addition one addition multiplication(star(A),A),star(sigma) addition 
% 299.52/299.79                                                        star(A)) -> true
% 299.52/299.79  Current number of equations to process: 4718
% 299.52/299.79  Current number of ordered equations: 1
% 299.52/299.79  Current number of rules: 1311
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1419]
% 299.52/299.79  leq(a addition one addition multiplication(star(A),A),sigma addition 
% 299.52/299.79                                                        star(star(A))) -> true
% 299.52/299.79  Current number of equations to process: 4718
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1312
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1420]
% 299.52/299.79  leq(a addition one addition A,star(sigma addition multiplication(A,star(B))))
% 299.52/299.79  -> true
% 299.52/299.79  Current number of equations to process: 4756
% 299.52/299.79  Current number of ordered equations: 2
% 299.52/299.79  Current number of rules: 1313
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1421]
% 299.52/299.79  leq(a addition one addition A,star(sigma) addition multiplication(A,star(B)))
% 299.52/299.79  -> true
% 299.52/299.79  Current number of equations to process: 4756
% 299.52/299.79  Current number of ordered equations: 1
% 299.52/299.79  Current number of rules: 1314
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1422]
% 299.52/299.79  leq(a addition one addition A,sigma addition star(multiplication(A,star(B))))
% 299.52/299.79  -> true
% 299.52/299.79  Current number of equations to process: 4756
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1315
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1423]
% 299.52/299.79  leq(a addition one addition A,sigma addition multiplication(star(B),star(A)))
% 299.52/299.79  -> true
% 299.52/299.79  Current number of equations to process: 4760
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1316
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1424]
% 299.52/299.79  leq(a addition one addition A,star(sigma addition multiplication(star(B),A)))
% 299.52/299.79  -> true
% 299.52/299.79  Current number of equations to process: 4826
% 299.52/299.79  Current number of ordered equations: 2
% 299.52/299.79  Current number of rules: 1317
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1425]
% 299.52/299.79  leq(a addition one addition A,star(sigma) addition multiplication(star(B),A))
% 299.52/299.79  -> true
% 299.52/299.79  Current number of equations to process: 4826
% 299.52/299.79  Current number of ordered equations: 1
% 299.52/299.79  Current number of rules: 1318
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1426]
% 299.52/299.79  leq(a addition one addition A,sigma addition star(multiplication(star(B),A)))
% 299.52/299.79  -> true
% 299.52/299.79  Current number of equations to process: 4826
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1319
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1427]
% 299.52/299.79  ifeq(leq(a addition star(b),sigma),true,leq(star(b),sigma),true) -> true
% 299.52/299.79  Current number of equations to process: 4945
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1320
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1428]
% 299.52/299.79  ifeq(leq(b addition star(a),sigma),true,leq(star(a),sigma),true) -> true
% 299.52/299.79  Current number of equations to process: 4960
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1321
% 299.52/299.79  New rule produced : [1429] leq(A,star(star(A))) -> true
% 299.52/299.79  Current number of equations to process: 3472
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1322
% 299.52/299.79  New rule produced : [1430] leq(A,star(star(A)) addition B) -> true
% 299.52/299.79  Current number of equations to process: 3471
% 299.52/299.79  Current number of ordered equations: 0
% 299.52/299.79  Current number of rules: 1323
% 299.52/299.79  New rule produced :
% 299.52/299.79  [1431] leq(A,multiplication(multiplication(star(A),star(B)),star(C))) -> true
% 299.52/299.79  Current number of equations to process: 3478
% 299.52/299.79  CurrenCputime limit exceeded (core dumped)
%------------------------------------------------------------------------------