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

View Problem - Process Solution

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

% Computer : n187.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:06:55 EST 2019

% Result   : Timeout 290.62s
% 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  : KLE044-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.03/0.25  % Computer : n187.star.cs.uiowa.edu
% 0.03/0.25  % Model    : x86_64 x86_64
% 0.03/0.25  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.25  % Memory   : 32218.5MB
% 0.03/0.25  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.25  % CPULimit : 300
% 0.03/0.25  % DateTime : Thu Feb 21 04:15:13 CST 2019
% 0.03/0.25  % CPUTime  : 
% 1.18/1.38  Processing problem /tmp/CiME_36883_n187.star.cs.uiowa.edu
% 1.18/1.38  #verbose 1;
% 1.18/1.38                let F = signature "  addition : AC; sK1_goals_X0,sK2_goals_X0,true,one,zero : constant;  tuple : 2;  star : 1;  leq : 2;  multiplication : 2;  ifeq : 4;  ifeq2 : 4;  ifeq3 : 4;";
% 1.18/1.38  let X = vars "A B C";
% 1.18/1.38  let Axioms = equations F X "
% 1.18/1.38   multiplication(multiplication(A,B),C) = multiplication(A,multiplication(B,C));
% 1.18/1.38   ifeq3(A,A,B,C) = B;
% 1.18/1.38   ifeq2(A,A,B,C) = B;
% 1.18/1.38   ifeq(A,A,B,C) = B;
% 1.18/1.38   A addition zero = A;
% 1.18/1.38   A addition A = A;
% 1.18/1.38   multiplication(A,one) = A;
% 1.18/1.38   multiplication(one,A) = A;
% 1.18/1.38   multiplication(A,B addition C) = multiplication(A,B) addition multiplication(A,C);
% 1.18/1.38   multiplication(A addition B,C) = multiplication(A,C) addition multiplication(B,C);
% 1.18/1.38   multiplication(A,zero) = zero;
% 1.18/1.38   multiplication(zero,A) = zero;
% 1.18/1.38   ifeq2(leq(A,B),true,A addition B,B) = B;
% 1.18/1.38   ifeq3(A addition B,B,leq(A,B),true) = true;
% 1.18/1.38   leq(one addition multiplication(A,star(A)),star(A)) = true;
% 1.18/1.38   leq(one addition multiplication(star(A),A),star(A)) = true;
% 1.18/1.38   ifeq(leq(multiplication(A,B) addition C,B),true,leq(multiplication(star(A),C),B),true) = true;
% 1.18/1.38   ifeq(leq(multiplication(A,B) addition C,A),true,leq(multiplication(C,star(B)),A),true) = true;
% 1.18/1.38  ";
% 1.18/1.38  
% 1.18/1.38  let s1 = status F "
% 1.18/1.38   tuple lr_lex;
% 1.18/1.38   sK1_goals_X0 lr_lex;
% 1.18/1.38   sK2_goals_X0 lr_lex;
% 1.18/1.38   star lr_lex;
% 1.18/1.38   true lr_lex;
% 1.18/1.38   leq lr_lex;
% 1.18/1.38   one lr_lex;
% 1.18/1.38   zero lr_lex;
% 1.18/1.38   ifeq lr_lex;
% 1.18/1.38   ifeq2 lr_lex;
% 1.18/1.38   ifeq3 lr_lex;
% 1.18/1.38   multiplication mul;
% 1.18/1.38   addition mul;
% 1.18/1.38  ";
% 1.18/1.38  
% 1.18/1.38  let p1 = precedence F "
% 1.18/1.38  ifeq3 > ifeq2 > ifeq > multiplication > leq > tuple > star > addition > zero > one > true > sK2_goals_X0 > sK1_goals_X0";
% 1.18/1.38  
% 1.18/1.38  let s2 = status F "
% 1.18/1.38  tuple mul;
% 1.18/1.38  sK1_goals_X0 mul;
% 1.18/1.38  sK2_goals_X0 mul;
% 1.18/1.38  star mul;
% 1.18/1.38  true mul;
% 1.18/1.38  leq mul;
% 1.18/1.38  one mul;
% 1.18/1.38  multiplication mul;
% 1.18/1.38  zero mul;
% 1.18/1.38  addition mul;
% 1.18/1.38  ifeq mul;
% 1.18/1.38  ifeq2 mul;
% 1.18/1.38  ifeq3 mul;
% 1.18/1.38  ";
% 1.18/1.38  
% 1.18/1.38  let p2 = precedence F "
% 1.18/1.38  ifeq3 > ifeq2 > ifeq > multiplication > leq > tuple > star > addition > zero = one = true = sK2_goals_X0 = sK1_goals_X0";
% 1.18/1.38  
% 1.18/1.38  let o_auto = AUTO Axioms;
% 1.18/1.38  
% 1.18/1.38  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.18/1.38  
% 1.18/1.38  let Conjectures = equations F X " tuple(leq(star(one addition sK2_goals_X0),star(sK2_goals_X0)),leq(star(sK1_goals_X0),star(one addition sK1_goals_X0))) = tuple(true,true);"
% 1.18/1.38  ;
% 1.18/1.38  (*
% 1.18/1.38  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.18/1.38  
% 1.18/1.38  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.18/1.38  *)
% 1.18/1.38  #time on;
% 1.18/1.38  
% 1.18/1.38  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.18/1.38  
% 1.18/1.38  #time off;
% 1.18/1.38  
% 1.18/1.38  
% 1.18/1.38  let status = if res then "unsatisfiable" else "satisfiable";
% 1.18/1.38  #quit;
% 1.18/1.38  Verbose level is now 1
% 1.18/1.38  
% 1.18/1.38  F : signature = <signature>
% 1.18/1.38  X : variable_set = <variable set>
% 1.18/1.38  
% 1.18/1.38  Axioms : (F,X) equations = { multiplication(multiplication(A,B),C) =
% 1.18/1.38                               multiplication(A,multiplication(B,C)),
% 1.18/1.38                               ifeq3(A,A,B,C) = B,
% 1.18/1.38                               ifeq2(A,A,B,C) = B,
% 1.18/1.38                               ifeq(A,A,B,C) = B,
% 1.18/1.38                               zero addition A = A,
% 1.18/1.38                               A addition A = A,
% 1.18/1.38                               multiplication(A,one) = A,
% 1.18/1.38                               multiplication(one,A) = A,
% 1.18/1.38                               multiplication(A,B addition C) =
% 1.18/1.38                               multiplication(A,B) addition multiplication(A,C),
% 1.18/1.38                               multiplication(A addition B,C) =
% 1.18/1.38                               multiplication(A,C) addition multiplication(B,C),
% 1.18/1.38                               multiplication(A,zero) = zero,
% 1.18/1.38                               multiplication(zero,A) = zero,
% 1.18/1.38                               ifeq2(leq(A,B),true,A addition B,B) = B,
% 1.18/1.38                               ifeq3(A addition B,B,leq(A,B),true) = true,
% 1.18/1.38                               leq(one addition multiplication(A,star(A)),
% 1.18/1.38                               star(A)) = true,
% 1.18/1.38                               leq(one addition multiplication(star(A),A),
% 1.18/1.38                               star(A)) = true,
% 1.18/1.38                               ifeq(leq(multiplication(A,B) addition C,B),true,
% 1.18/1.38                               leq(multiplication(star(A),C),B),true) = true,
% 1.18/1.38                               ifeq(leq(multiplication(A,B) addition C,A),true,
% 1.18/1.38                               leq(multiplication(C,star(B)),A),true) = true }
% 1.18/1.40                               (18 equation(s))
% 1.18/1.40  s1 : F status = <status>
% 1.18/1.40  p1 : F precedence = <precedence>
% 1.18/1.40  s2 : F status = <status>
% 1.18/1.40  p2 : F precedence = <precedence>
% 1.18/1.40  o_auto : F term_ordering = <term ordering>
% 1.18/1.40  o : F term_ordering = <term ordering>
% 1.18/1.40  Conjectures : (F,X) equations = { tuple(leq(star(sK2_goals_X0 addition one),
% 1.18/1.40                                          star(sK2_goals_X0)),leq(star(sK1_goals_X0),
% 1.18/1.40                                                              star(sK1_goals_X0 addition one)))
% 1.18/1.40                                    = tuple(true,true) } (1 equation(s))
% 1.18/1.40  time is now on
% 1.18/1.40  
% 1.18/1.40  Initializing completion ...
% 1.18/1.40  New rule produced : [1] A addition A -> A
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 18
% 1.18/1.40  Current number of rules: 1
% 1.18/1.40  New rule produced : [2] zero addition A -> A
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 17
% 1.18/1.40  Current number of rules: 2
% 1.18/1.40  New rule produced : [3] multiplication(A,zero) -> zero
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 16
% 1.18/1.40  Current number of rules: 3
% 1.18/1.40  New rule produced : [4] multiplication(A,one) -> A
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 15
% 1.18/1.40  Current number of rules: 4
% 1.18/1.40  New rule produced : [5] multiplication(zero,A) -> zero
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 14
% 1.18/1.40  Current number of rules: 5
% 1.18/1.40  New rule produced : [6] multiplication(one,A) -> A
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 13
% 1.18/1.40  Current number of rules: 6
% 1.18/1.40  New rule produced : [7] ifeq(A,A,B,C) -> B
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 12
% 1.18/1.40  Current number of rules: 7
% 1.18/1.40  New rule produced : [8] ifeq2(A,A,B,C) -> B
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 11
% 1.18/1.40  Current number of rules: 8
% 1.18/1.40  New rule produced : [9] ifeq3(A,A,B,C) -> B
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 10
% 1.18/1.40  Current number of rules: 9
% 1.18/1.40  New rule produced :
% 1.18/1.40  [10]
% 1.18/1.40  multiplication(A,multiplication(B,C)) <->
% 1.18/1.40  multiplication(multiplication(A,B),C)
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 9
% 1.18/1.40  Current number of rules: 10
% 1.18/1.40  New rule produced :
% 1.18/1.40  [11]
% 1.18/1.40  multiplication(multiplication(A,B),C) <->
% 1.18/1.40  multiplication(A,multiplication(B,C))
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 8
% 1.18/1.40  Current number of rules: 11
% 1.18/1.40  New rule produced : [12] ifeq3(A addition B,B,leq(A,B),true) -> true
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 7
% 1.18/1.40  Current number of rules: 12
% 1.18/1.40  New rule produced : [13] ifeq2(leq(A,B),true,A addition B,B) -> B
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 6
% 1.18/1.40  Current number of rules: 13
% 1.18/1.40  New rule produced :
% 1.18/1.40  [14] leq(one addition multiplication(A,star(A)),star(A)) -> true
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 5
% 1.18/1.40  Current number of rules: 14
% 1.18/1.40  New rule produced :
% 1.18/1.40  [15] leq(one addition multiplication(star(A),A),star(A)) -> true
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 4
% 1.18/1.40  Current number of rules: 15
% 1.18/1.40  New rule produced :
% 1.18/1.40  [16]
% 1.18/1.40  multiplication(A,B addition C) ->
% 1.18/1.40  multiplication(A,B) addition multiplication(A,C)
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 3
% 1.18/1.40  Current number of rules: 16
% 1.18/1.40  New rule produced :
% 1.18/1.40  [17]
% 1.18/1.40  multiplication(A addition B,C) ->
% 1.18/1.40  multiplication(A,C) addition multiplication(B,C)
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 2
% 1.18/1.40  Current number of rules: 17
% 1.18/1.40  New rule produced :
% 1.18/1.40  [18]
% 1.18/1.40  ifeq(leq(multiplication(A,B) addition C,A),true,leq(multiplication(C,star(B)),A),true)
% 1.18/1.40  -> true
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 1
% 1.18/1.40  Current number of rules: 18
% 1.18/1.40  New rule produced :
% 1.18/1.40  [19]
% 1.18/1.40  ifeq(leq(multiplication(A,B) addition C,B),true,leq(multiplication(star(A),C),B),true)
% 1.18/1.40  -> true
% 1.18/1.40  Current number of equations to process: 0
% 1.18/1.40  Current number of ordered equations: 0
% 1.18/1.40  Current number of rules: 19
% 1.18/1.42  New rule produced : [20] leq(A,A) -> true
% 1.18/1.42  Current number of equations to process: 8
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 20
% 1.18/1.42  New rule produced : [21] leq(A,A addition B) -> true
% 1.18/1.42  Current number of equations to process: 7
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 21
% 1.18/1.42  New rule produced : [22] leq(zero,A) -> true
% 1.18/1.42  Current number of equations to process: 8
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 22
% 1.18/1.42  New rule produced : [23] ifeq3(A,zero,leq(A,zero),true) -> true
% 1.18/1.42  Current number of equations to process: 7
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 23
% 1.18/1.42  New rule produced : [24] ifeq2(leq(A,zero),true,A,zero) -> zero
% 1.18/1.42  Current number of equations to process: 9
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 24
% 1.18/1.42  New rule produced : [25] leq(one,star(zero)) -> true
% 1.18/1.42  Current number of equations to process: 9
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 25
% 1.18/1.42  New rule produced : [26] leq(one addition star(one),star(one)) -> true
% 1.18/1.42  Current number of equations to process: 9
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 26
% 1.18/1.42  New rule produced :
% 1.18/1.42  [27] one addition star(A) addition multiplication(A,star(A)) -> star(A)
% 1.18/1.42  Current number of equations to process: 17
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 27
% 1.18/1.42  New rule produced :
% 1.18/1.42  [28] one addition star(A) addition multiplication(star(A),A) -> star(A)
% 1.18/1.42  Current number of equations to process: 16
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 28
% 1.18/1.42  New rule produced :
% 1.18/1.42  [29]
% 1.18/1.42  multiplication(A,multiplication(multiplication(B,C),V_3)) <->
% 1.18/1.42  multiplication(multiplication(A,B),multiplication(C,V_3))
% 1.18/1.42  Current number of equations to process: 15
% 1.18/1.42  Current number of ordered equations: 1
% 1.18/1.42  Current number of rules: 29
% 1.18/1.42  New rule produced :
% 1.18/1.42  [30]
% 1.18/1.42  multiplication(multiplication(A,B),multiplication(C,V_3)) <->
% 1.18/1.42  multiplication(A,multiplication(multiplication(B,C),V_3))
% 1.18/1.42  Current number of equations to process: 15
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 30
% 1.18/1.42  New rule produced :
% 1.18/1.42  [31]
% 1.18/1.42  multiplication(multiplication(A,multiplication(B,C)),V_3) <->
% 1.18/1.42  multiplication(multiplication(A,B),multiplication(C,V_3))
% 1.18/1.42  Current number of equations to process: 14
% 1.18/1.42  Current number of ordered equations: 1
% 1.18/1.42  Current number of rules: 31
% 1.18/1.42  New rule produced :
% 1.18/1.42  [32]
% 1.18/1.42  multiplication(multiplication(A,B),multiplication(C,V_3)) <->
% 1.18/1.42  multiplication(multiplication(A,multiplication(B,C)),V_3)
% 1.18/1.42  Current number of equations to process: 14
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 32
% 1.18/1.42  New rule produced :
% 1.18/1.42  [33]
% 1.18/1.42  multiplication(A,multiplication(multiplication(B,C),V_3)) <->
% 1.18/1.42  multiplication(multiplication(multiplication(A,B),C),V_3)
% 1.18/1.42  Current number of equations to process: 11
% 1.18/1.42  Current number of ordered equations: 5
% 1.18/1.42  Current number of rules: 33
% 1.18/1.42  New rule produced :
% 1.18/1.42  [34]
% 1.18/1.42  multiplication(A,multiplication(B,multiplication(C,V_3))) <->
% 1.18/1.42  multiplication(multiplication(A,multiplication(B,C)),V_3)
% 1.18/1.42  Current number of equations to process: 11
% 1.18/1.42  Current number of ordered equations: 4
% 1.18/1.42  Current number of rules: 34
% 1.18/1.42  New rule produced :
% 1.18/1.42  [35]
% 1.18/1.42  multiplication(A,multiplication(B,multiplication(C,V_3))) <->
% 1.18/1.42  multiplication(multiplication(multiplication(A,B),C),V_3)
% 1.18/1.42  Current number of equations to process: 11
% 1.18/1.42  Current number of ordered equations: 3
% 1.18/1.42  Current number of rules: 35
% 1.18/1.42  New rule produced :
% 1.18/1.42  [36]
% 1.18/1.42  multiplication(multiplication(A,multiplication(B,C)),V_3) <->
% 1.18/1.42  multiplication(A,multiplication(B,multiplication(C,V_3)))
% 1.18/1.42  Current number of equations to process: 11
% 1.18/1.42  Current number of ordered equations: 2
% 1.18/1.42  Current number of rules: 36
% 1.18/1.42  New rule produced :
% 1.18/1.42  [37]
% 1.18/1.42  multiplication(multiplication(multiplication(A,B),C),V_3) <->
% 1.18/1.42  multiplication(A,multiplication(multiplication(B,C),V_3))
% 1.18/1.42  Current number of equations to process: 11
% 1.18/1.42  Current number of ordered equations: 1
% 1.18/1.42  Current number of rules: 37
% 1.18/1.42  New rule produced :
% 1.18/1.42  [38]
% 1.18/1.42  multiplication(multiplication(multiplication(A,B),C),V_3) <->
% 1.18/1.42  multiplication(A,multiplication(B,multiplication(C,V_3)))
% 1.18/1.42  Current number of equations to process: 11
% 1.18/1.42  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 38
% 1.19/1.44  New rule produced :
% 1.19/1.44  [39] ifeq3(A addition B,A,leq(A addition B,A),true) -> true
% 1.19/1.44  Current number of equations to process: 10
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 39
% 1.19/1.44  New rule produced : [40] ifeq2(leq(A addition B,A),true,A addition B,A) -> A
% 1.19/1.44  Current number of equations to process: 9
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 40
% 1.19/1.44  New rule produced :
% 1.19/1.44  [41] ifeq(leq(multiplication(A,B),A),true,true,true) -> true
% 1.19/1.44  Current number of equations to process: 9
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 41
% 1.19/1.44  New rule produced :
% 1.19/1.44  [42] ifeq(leq(A,B),true,leq(multiplication(A,star(zero)),B),true) -> true
% 1.19/1.44  Current number of equations to process: 16
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 42
% 1.19/1.44  New rule produced :
% 1.19/1.44  [43] ifeq(leq(A,zero),true,leq(multiplication(A,star(B)),zero),true) -> true
% 1.19/1.44  Current number of equations to process: 15
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 43
% 1.19/1.44  New rule produced :
% 1.19/1.44  [44]
% 1.19/1.44  ifeq(leq(A addition B,A),true,leq(multiplication(B,star(one)),A),true) ->
% 1.19/1.44  true
% 1.19/1.44  Current number of equations to process: 17
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 44
% 1.19/1.44  New rule produced :
% 1.19/1.44  [45]
% 1.19/1.44  ifeq(leq(one addition multiplication(A,B),A),true,leq(star(B),A),true) ->
% 1.19/1.44  true
% 1.19/1.44  Current number of equations to process: 15
% 1.19/1.44  Current number of ordered equations: 1
% 1.19/1.44  Current number of rules: 45
% 1.19/1.44  New rule produced :
% 1.19/1.44  [46]
% 1.19/1.44  ifeq(leq(A addition B,one),true,leq(multiplication(B,star(A)),one),true) ->
% 1.19/1.44  true
% 1.19/1.44  Current number of equations to process: 15
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 46
% 1.19/1.44  New rule produced :
% 1.19/1.44  [47] ifeq(leq(multiplication(A,B),B),true,true,true) -> true
% 1.19/1.44  Current number of equations to process: 17
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 47
% 1.19/1.44  New rule produced :
% 1.19/1.44  [48] ifeq(leq(A,zero),true,leq(multiplication(star(B),A),zero),true) -> true
% 1.19/1.44  Current number of equations to process: 24
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 48
% 1.19/1.44  New rule produced :
% 1.19/1.44  [49] ifeq(leq(A,B),true,leq(multiplication(star(zero),A),B),true) -> true
% 1.19/1.44  Current number of equations to process: 23
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 49
% 1.19/1.44  New rule produced :
% 1.19/1.44  [50]
% 1.19/1.44  ifeq(leq(one addition multiplication(A,B),B),true,leq(star(A),B),true) ->
% 1.19/1.44  true
% 1.19/1.44  Current number of equations to process: 24
% 1.19/1.44  Current number of ordered equations: 1
% 1.19/1.44  Current number of rules: 50
% 1.19/1.44  New rule produced :
% 1.19/1.44  [51]
% 1.19/1.44  ifeq(leq(A addition B,one),true,leq(multiplication(star(A),B),one),true) ->
% 1.19/1.44  true
% 1.19/1.44  Current number of equations to process: 24
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 51
% 1.19/1.44  New rule produced :
% 1.19/1.44  [52]
% 1.19/1.44  ifeq(leq(A addition B,A),true,leq(multiplication(star(one),B),A),true) ->
% 1.19/1.44  true
% 1.19/1.44  Current number of equations to process: 23
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 52
% 1.19/1.44  New rule produced : [53] one addition star(zero) -> star(zero)
% 1.19/1.44  Current number of equations to process: 26
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 53
% 1.19/1.44  New rule produced : [54] one addition star(one) -> star(one)
% 1.19/1.44  Rule [26] leq(one addition star(one),star(one)) -> true collapsed.
% 1.19/1.44  Current number of equations to process: 26
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 53
% 1.19/1.44  New rule produced : [55] one addition star(A) -> star(A)
% 1.19/1.44  Rule [27] one addition star(A) addition multiplication(A,star(A)) -> star(A)
% 1.19/1.44  collapsed.
% 1.19/1.44  Rule [28] one addition star(A) addition multiplication(star(A),A) -> star(A)
% 1.19/1.44  collapsed.
% 1.19/1.44  Rule [53] one addition star(zero) -> star(zero) collapsed.
% 1.19/1.44  Rule [54] one addition star(one) -> star(one) collapsed.
% 1.19/1.44  Current number of equations to process: 31
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 50
% 1.19/1.44  New rule produced :
% 1.19/1.44  [56] star(A) addition multiplication(A,star(A)) -> star(A)
% 1.19/1.44  Current number of equations to process: 30
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.44  Current number of rules: 51
% 1.19/1.44  New rule produced :
% 1.19/1.44  [57] star(A) addition multiplication(star(A),A) -> star(A)
% 1.19/1.44  Current number of equations to process: 29
% 1.19/1.44  Current number of ordered equations: 0
% 1.19/1.57  Current number of rules: 52
% 1.19/1.57  New rule produced :
% 1.19/1.57  [58]
% 1.19/1.57  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.57  Current number of equations to process: 382
% 1.19/1.57  Current number of ordered equations: 5
% 1.19/1.57  Current number of rules: 53
% 1.19/1.57  New rule produced :
% 1.19/1.57  [59]
% 1.19/1.57  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.57  Current number of equations to process: 382
% 1.19/1.57  Current number of ordered equations: 4
% 1.19/1.57  Current number of rules: 54
% 1.19/1.57  New rule produced :
% 1.19/1.57  [60]
% 1.19/1.57  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.57  Current number of equations to process: 382
% 1.19/1.57  Current number of ordered equations: 3
% 1.19/1.57  Current number of rules: 55
% 1.19/1.57  New rule produced :
% 1.19/1.57  [61]
% 1.19/1.57  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.19/1.57  Current number of equations to process: 382
% 1.19/1.57  Current number of ordered equations: 2
% 1.19/1.57  Current number of rules: 56
% 1.19/1.57  New rule produced :
% 1.19/1.57  [62]
% 1.19/1.57  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.19/1.57  Current number of equations to process: 382
% 1.19/1.57  Current number of ordered equations: 1
% 1.19/1.57  Current number of rules: 57
% 1.19/1.57  New rule produced :
% 1.19/1.57  [63]
% 1.19/1.57  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.19/1.57  Current number of equations to process: 382
% 1.19/1.57  Current number of ordered equations: 0
% 1.19/1.57  Current number of rules: 58
% 1.19/1.57  New rule produced :
% 1.19/1.57  [64]
% 1.19/1.57  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.19/1.57  Current number of equations to process: 379
% 1.19/1.57  Current number of ordered equations: 5
% 1.19/1.57  Current number of rules: 59
% 1.19/1.57  New rule produced :
% 1.19/1.57  [65]
% 1.19/1.57  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.57  Current number of equations to process: 379
% 1.19/1.57  Current number of ordered equations: 4
% 1.19/1.57  Current number of rules: 60
% 1.19/1.57  New rule produced :
% 1.19/1.57  [66]
% 1.19/1.57  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.57  Current number of equations to process: 379
% 1.19/1.57  Current number of ordered equations: 3
% 1.19/1.57  Current number of rules: 61
% 1.19/1.57  New rule produced :
% 1.19/1.57  [67]
% 1.19/1.57  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.19/1.57  Current number of equations to process: 379
% 1.19/1.57  Current number of ordered equations: 2
% 1.19/1.57  Current number of rules: 62
% 1.19/1.57  New rule produced :
% 1.19/1.57  [68]
% 1.19/1.57  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.19/1.57  Current number of equations to process: 379
% 1.19/1.57  Current number of ordered equations: 1
% 1.19/1.57  Current number of rules: 63
% 1.19/1.57  New rule produced :
% 1.19/1.57  [69]
% 1.19/1.57  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.19/1.57  <->
% 1.19/1.57  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.19/1.57  Current number of equations to process: 379
% 1.19/1.57  Current number of ordered equations: 0
% 1.19/1.57  Current number of rules: 64
% 1.19/1.57  New rule produced :
% 1.19/1.57  [70]
% 1.19/1.57  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.57  Current number of equations to process: 376
% 1.19/1.57  Current number of ordered equations: 3
% 1.19/1.57  Current number of rules: 65
% 1.19/1.57  New rule produced :
% 1.19/1.57  [71]
% 1.19/1.57  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.19/1.57  <->
% 1.19/1.57  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.57  Current number of equations to process: 376
% 1.19/1.60  Current number of ordered equations: 2
% 1.19/1.60  Current number of rules: 66
% 1.19/1.60  New rule produced :
% 1.19/1.60  [72]
% 1.19/1.60  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.19/1.60  Current number of equations to process: 376
% 1.19/1.60  Current number of ordered equations: 1
% 1.19/1.60  Current number of rules: 67
% 1.19/1.60  New rule produced :
% 1.19/1.60  [73]
% 1.19/1.60  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.19/1.60  Current number of equations to process: 376
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 68
% 1.19/1.60  New rule produced :
% 1.19/1.60  [74]
% 1.19/1.60  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.60  Current number of equations to process: 373
% 1.19/1.60  Current number of ordered equations: 5
% 1.19/1.60  Current number of rules: 69
% 1.19/1.60  New rule produced :
% 1.19/1.60  [75]
% 1.19/1.60  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.60  Current number of equations to process: 373
% 1.19/1.60  Current number of ordered equations: 4
% 1.19/1.60  Current number of rules: 70
% 1.19/1.60  New rule produced :
% 1.19/1.60  [76]
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.60  Current number of equations to process: 373
% 1.19/1.60  Current number of ordered equations: 3
% 1.19/1.60  Current number of rules: 71
% 1.19/1.60  New rule produced :
% 1.19/1.60  [77]
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.19/1.60  Current number of equations to process: 373
% 1.19/1.60  Current number of ordered equations: 2
% 1.19/1.60  Current number of rules: 72
% 1.19/1.60  New rule produced :
% 1.19/1.60  [78]
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.19/1.60  Current number of equations to process: 373
% 1.19/1.60  Current number of ordered equations: 1
% 1.19/1.60  Current number of rules: 73
% 1.19/1.60  New rule produced :
% 1.19/1.60  [79]
% 1.19/1.60  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.60  Current number of equations to process: 373
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 74
% 1.19/1.60  New rule produced :
% 1.19/1.60  [80]
% 1.19/1.60  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.60  Current number of equations to process: 371
% 1.19/1.60  Current number of ordered equations: 3
% 1.19/1.60  Current number of rules: 75
% 1.19/1.60  New rule produced :
% 1.19/1.60  [81]
% 1.19/1.60  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.60  Current number of equations to process: 371
% 1.19/1.60  Current number of ordered equations: 2
% 1.19/1.60  Current number of rules: 76
% 1.19/1.60  New rule produced :
% 1.19/1.60  [82]
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.19/1.60  Current number of equations to process: 371
% 1.19/1.60  Current number of ordered equations: 1
% 1.19/1.60  Current number of rules: 77
% 1.19/1.60  New rule produced :
% 1.19/1.60  [83]
% 1.19/1.60  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.19/1.60  Current number of equations to process: 371
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 78
% 1.19/1.60  New rule produced :
% 1.19/1.60  [84]
% 1.19/1.60  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.19/1.60  Current number of equations to process: 368
% 1.19/1.60  Current number of ordered equations: 3
% 1.19/1.60  Current number of rules: 79
% 1.19/1.60  New rule produced :
% 1.19/1.60  [85]
% 1.19/1.60  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.60  <->
% 1.19/1.60  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.19/1.63  Current number of equations to process: 368
% 1.19/1.63  Current number of ordered equations: 2
% 1.19/1.63  Current number of rules: 80
% 1.19/1.63  New rule produced :
% 1.19/1.63  [86]
% 1.19/1.63  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.63  Current number of equations to process: 368
% 1.19/1.63  Current number of ordered equations: 1
% 1.19/1.63  Current number of rules: 81
% 1.19/1.63  New rule produced :
% 1.19/1.63  [87]
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.19/1.63  <->
% 1.19/1.63  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.19/1.63  Current number of equations to process: 368
% 1.19/1.63  Current number of ordered equations: 0
% 1.19/1.63  Current number of rules: 82
% 1.19/1.63  New rule produced :
% 1.19/1.63  [88]
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.19/1.63  Current number of equations to process: 365
% 1.19/1.63  Current number of ordered equations: 5
% 1.19/1.63  Current number of rules: 83
% 1.19/1.63  New rule produced :
% 1.19/1.63  [89]
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.19/1.63  Current number of equations to process: 365
% 1.19/1.63  Current number of ordered equations: 4
% 1.19/1.63  Current number of rules: 84
% 1.19/1.63  New rule produced :
% 1.19/1.63  [90]
% 1.19/1.63  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.19/1.63  Current number of equations to process: 365
% 1.19/1.63  Current number of ordered equations: 3
% 1.19/1.63  Current number of rules: 85
% 1.19/1.63  New rule produced :
% 1.19/1.63  [91]
% 1.19/1.63  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.63  Current number of equations to process: 365
% 1.19/1.63  Current number of ordered equations: 2
% 1.19/1.63  Current number of rules: 86
% 1.19/1.63  New rule produced :
% 1.19/1.63  [92]
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.19/1.63  Current number of equations to process: 365
% 1.19/1.63  Current number of ordered equations: 1
% 1.19/1.63  Current number of rules: 87
% 1.19/1.63  New rule produced :
% 1.19/1.63  [93]
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.63  Current number of equations to process: 365
% 1.19/1.63  Current number of ordered equations: 0
% 1.19/1.63  Current number of rules: 88
% 1.19/1.63  New rule produced :
% 1.19/1.63  [94]
% 1.19/1.63  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.19/1.63  Current number of equations to process: 359
% 1.19/1.63  Current number of ordered equations: 1
% 1.19/1.63  Current number of rules: 89
% 1.19/1.63  New rule produced :
% 1.19/1.63  [95]
% 1.19/1.63  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.19/1.63  Current number of equations to process: 359
% 1.19/1.63  Current number of ordered equations: 0
% 1.19/1.63  Current number of rules: 90
% 1.19/1.63  New rule produced :
% 1.19/1.63  [96]
% 1.19/1.63  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.19/1.63  Current number of equations to process: 356
% 1.19/1.63  Current number of ordered equations: 3
% 1.19/1.63  Current number of rules: 91
% 1.19/1.63  New rule produced :
% 1.19/1.63  [97]
% 1.19/1.63  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.19/1.63  Current number of equations to process: 356
% 1.19/1.63  Current number of ordered equations: 2
% 1.19/1.63  Current number of rules: 92
% 1.19/1.63  New rule produced :
% 1.19/1.63  [98]
% 1.19/1.63  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.19/1.63  <->
% 1.19/1.63  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.19/1.63  Current number of equations to process: 356
% 1.19/1.63  Current number of ordered equations: 1
% 1.19/1.63  Current number of rules: 93
% 1.19/1.63  New rule produced :
% 1.19/1.63  [99]
% 1.19/1.63  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.43/1.67  <->
% 1.43/1.67  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.43/1.67  Current number of equations to process: 356
% 1.43/1.67  Current number of ordered equations: 0
% 1.43/1.67  Current number of rules: 94
% 1.43/1.67  New rule produced :
% 1.43/1.67  [100]
% 1.43/1.67  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.43/1.67  <->
% 1.43/1.67  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.43/1.67  Current number of equations to process: 352
% 1.43/1.67  Current number of ordered equations: 3
% 1.43/1.67  Current number of rules: 95
% 1.43/1.67  New rule produced :
% 1.43/1.67  [101]
% 1.43/1.67  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.43/1.67  <->
% 1.43/1.67  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.43/1.67  Current number of equations to process: 352
% 1.43/1.67  Current number of ordered equations: 2
% 1.43/1.67  Current number of rules: 96
% 1.43/1.67  New rule produced :
% 1.43/1.67  [102]
% 1.43/1.67  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.43/1.67  <->
% 1.43/1.67  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 1.43/1.67  Current number of equations to process: 352
% 1.43/1.67  Current number of ordered equations: 1
% 1.43/1.67  Current number of rules: 97
% 1.43/1.67  New rule produced :
% 1.43/1.67  [103]
% 1.43/1.67  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.43/1.67  <->
% 1.43/1.67  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 1.43/1.67  Current number of equations to process: 352
% 1.43/1.67  Current number of ordered equations: 0
% 1.43/1.67  Current number of rules: 98
% 1.43/1.67  New rule produced :
% 1.43/1.67  [104]
% 1.43/1.67  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.43/1.67  <->
% 1.43/1.67  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.43/1.67  Current number of equations to process: 346
% 1.43/1.67  Current number of ordered equations: 5
% 1.43/1.67  Current number of rules: 99
% 1.43/1.67  New rule produced :
% 1.43/1.67  [105]
% 1.43/1.67  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.43/1.67  <->
% 1.43/1.67  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.43/1.67  Current number of equations to process: 346
% 1.43/1.67  Current number of ordered equations: 4
% 1.43/1.67  Current number of rules: 100
% 1.43/1.67  New rule produced :
% 1.43/1.67  [106]
% 1.43/1.67  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.43/1.67  <->
% 1.43/1.67  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.43/1.67  Current number of equations to process: 346
% 1.43/1.67  Current number of ordered equations: 3
% 1.43/1.67  Current number of rules: 101
% 1.43/1.67  New rule produced :
% 1.43/1.67  [107]
% 1.43/1.67  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.43/1.67  <->
% 1.43/1.67  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.43/1.67  Current number of equations to process: 346
% 1.43/1.67  Current number of ordered equations: 2
% 1.43/1.67  Current number of rules: 102
% 1.43/1.67  New rule produced :
% 1.43/1.67  [108]
% 1.43/1.67  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.43/1.67  <->
% 1.43/1.67  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.43/1.67  Current number of equations to process: 346
% 1.43/1.67  Current number of ordered equations: 1
% 1.43/1.67  Current number of rules: 103
% 1.43/1.67  New rule produced :
% 1.43/1.67  [109]
% 1.43/1.67  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.43/1.67  <->
% 1.43/1.67  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.43/1.67  Current number of equations to process: 346
% 1.43/1.68  Current number of ordered equations: 0
% 1.43/1.68  Current number of rules: 104
% 1.43/1.68  New rule produced :
% 1.43/1.68  [110]
% 1.43/1.68  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.43/1.68  <->
% 1.43/1.68  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.43/1.68  Current number of equations to process: 344
% 1.43/1.68  Current number of ordered equations: 1
% 1.43/1.68  Current number of rules: 105
% 1.43/1.68  New rule produced :
% 1.43/1.68  [111]
% 1.43/1.68  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.43/1.68  <->
% 1.43/1.68  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.43/1.68  Current number of equations to process: 344
% 1.43/1.68  Current number of ordered equations: 0
% 1.43/1.68  Current number of rules: 106
% 1.43/1.68  New rule produced :
% 1.43/1.68  [112]
% 1.43/1.68  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.43/1.68  <->
% 1.43/1.68  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.43/1.68  Current number of equations to process: 342
% 1.43/1.68  Current number of ordered equations: 3
% 1.43/1.68  Current number of rules: 107
% 1.43/1.68  New rule produced :
% 1.43/1.68  [113]
% 1.43/1.68  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.48/1.72  <->
% 1.48/1.72  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.48/1.72  Current number of equations to process: 342
% 1.48/1.72  Current number of ordered equations: 2
% 1.48/1.72  Current number of rules: 108
% 1.48/1.72  New rule produced :
% 1.48/1.72  [114]
% 1.48/1.72  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.48/1.72  <->
% 1.48/1.72  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.48/1.72  Current number of equations to process: 342
% 1.48/1.72  Current number of ordered equations: 1
% 1.48/1.72  Current number of rules: 109
% 1.48/1.72  New rule produced :
% 1.48/1.72  [115]
% 1.48/1.72  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.48/1.72  <->
% 1.48/1.72  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 1.48/1.72  Current number of equations to process: 342
% 1.48/1.72  Current number of ordered equations: 0
% 1.48/1.72  Current number of rules: 110
% 1.48/1.72  New rule produced :
% 1.48/1.72  [116]
% 1.48/1.72  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.48/1.72  <->
% 1.48/1.72  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.48/1.72  Current number of equations to process: 335
% 1.48/1.72  Current number of ordered equations: 5
% 1.48/1.72  Current number of rules: 111
% 1.48/1.72  New rule produced :
% 1.48/1.72  [117]
% 1.48/1.72  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.48/1.72  <->
% 1.48/1.72  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.48/1.72  Current number of equations to process: 335
% 1.48/1.72  Current number of ordered equations: 4
% 1.48/1.72  Current number of rules: 112
% 1.48/1.72  New rule produced :
% 1.48/1.72  [118]
% 1.48/1.72  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.48/1.72  <->
% 1.48/1.72  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.48/1.72  Current number of equations to process: 335
% 1.48/1.72  Current number of ordered equations: 3
% 1.48/1.72  Current number of rules: 113
% 1.48/1.72  New rule produced :
% 1.48/1.72  [119]
% 1.48/1.72  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 1.48/1.72  <->
% 1.48/1.72  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.48/1.72  Current number of equations to process: 335
% 1.48/1.72  Current number of ordered equations: 2
% 1.48/1.72  Current number of rules: 114
% 1.48/1.72  New rule produced :
% 1.48/1.72  [120]
% 1.48/1.72  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.48/1.72  <->
% 1.48/1.72  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.48/1.72  Current number of equations to process: 335
% 1.48/1.72  Current number of ordered equations: 1
% 1.48/1.72  Current number of rules: 115
% 1.48/1.72  New rule produced :
% 1.48/1.72  [121]
% 1.48/1.72  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.48/1.72  <->
% 1.48/1.72  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.48/1.72  Current number of equations to process: 335
% 1.48/1.72  Current number of ordered equations: 0
% 1.48/1.72  Current number of rules: 116
% 1.48/1.72  New rule produced :
% 1.48/1.72  [122]
% 1.48/1.72  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.48/1.72  <->
% 1.48/1.72  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.48/1.72  Current number of equations to process: 331
% 1.48/1.72  Current number of ordered equations: 1
% 1.48/1.72  Current number of rules: 117
% 1.48/1.72  New rule produced :
% 1.48/1.72  [123]
% 1.48/1.72  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.48/1.72  <->
% 1.48/1.72  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.48/1.72  Current number of equations to process: 331
% 1.48/1.72  Current number of ordered equations: 0
% 1.48/1.72  Current number of rules: 118
% 1.48/1.72  New rule produced :
% 1.48/1.72  [124]
% 1.48/1.72  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.48/1.72  <->
% 1.48/1.72  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.48/1.72  Current number of equations to process: 328
% 1.48/1.72  Current number of ordered equations: 1
% 1.48/1.72  Current number of rules: 119
% 1.48/1.72  New rule produced :
% 1.48/1.72  [125]
% 1.48/1.72  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 1.48/1.72  <->
% 1.48/1.72  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 1.48/1.72  Current number of equations to process: 328
% 1.48/1.72  Current number of ordered equations: 0
% 1.48/1.72  Current number of rules: 120
% 1.48/1.72  New rule produced :
% 1.48/1.72  [126]
% 1.48/1.72  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.48/1.72  <->
% 1.48/1.72  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.48/1.72  Current number of equations to process: 326
% 1.48/1.72  Current number of ordered equations: 1
% 1.60/1.82  Current number of rules: 121
% 1.60/1.82  New rule produced :
% 1.60/1.82  [127]
% 1.60/1.82  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 1.60/1.82  <->
% 1.60/1.82  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 1.60/1.82  Current number of equations to process: 326
% 1.60/1.82  Current number of ordered equations: 0
% 1.60/1.82  Current number of rules: 122
% 1.60/1.82  New rule produced :
% 1.60/1.82  [128]
% 1.60/1.82  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.60/1.82  <->
% 1.60/1.82  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.60/1.82  Current number of equations to process: 319
% 1.60/1.82  Current number of ordered equations: 3
% 1.60/1.82  Current number of rules: 123
% 1.60/1.82  New rule produced :
% 1.60/1.82  [129]
% 1.60/1.82  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.60/1.82  <->
% 1.60/1.82  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.60/1.82  Current number of equations to process: 319
% 1.60/1.82  Current number of ordered equations: 2
% 1.60/1.82  Current number of rules: 124
% 1.60/1.82  New rule produced :
% 1.60/1.82  [130]
% 1.60/1.82  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.60/1.82  <->
% 1.60/1.82  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.60/1.82  Current number of equations to process: 319
% 1.60/1.82  Current number of ordered equations: 1
% 1.60/1.82  Current number of rules: 125
% 1.60/1.82  New rule produced :
% 1.60/1.82  [131]
% 1.60/1.82  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.60/1.82  <->
% 1.60/1.82  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.60/1.82  Current number of equations to process: 319
% 1.60/1.82  Current number of ordered equations: 0
% 1.60/1.82  Current number of rules: 126
% 1.60/1.82  New rule produced :
% 1.60/1.82  [132]
% 1.60/1.82  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.60/1.82  <->
% 1.60/1.82  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.60/1.82  Current number of equations to process: 315
% 1.60/1.82  Current number of ordered equations: 3
% 1.60/1.82  Current number of rules: 127
% 1.60/1.82  New rule produced :
% 1.60/1.82  [133]
% 1.60/1.82  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.60/1.82  <->
% 1.60/1.82  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.60/1.82  Current number of equations to process: 315
% 1.60/1.82  Current number of ordered equations: 2
% 1.60/1.82  Current number of rules: 128
% 1.60/1.82  New rule produced :
% 1.60/1.82  [134]
% 1.60/1.82  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 1.60/1.82  <->
% 1.60/1.82  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 1.60/1.82  Current number of equations to process: 315
% 1.60/1.82  Current number of ordered equations: 1
% 1.60/1.82  Current number of rules: 129
% 1.60/1.82  New rule produced :
% 1.60/1.82  [135]
% 1.60/1.82  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 1.60/1.82  <->
% 1.60/1.82  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 1.60/1.82  Current number of equations to process: 315
% 1.60/1.82  Current number of ordered equations: 0
% 1.60/1.82  Current number of rules: 130
% 1.60/1.82  New rule produced :
% 1.60/1.82  [136]
% 1.60/1.82  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.60/1.82  <->
% 1.60/1.82  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.60/1.82  Current number of equations to process: 270
% 1.60/1.82  Current number of ordered equations: 1
% 1.60/1.82  Current number of rules: 131
% 1.60/1.82  New rule produced :
% 1.60/1.82  [137]
% 1.60/1.82  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 1.60/1.82  <->
% 1.60/1.82  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 1.60/1.82  Current number of equations to process: 270
% 1.60/1.82  Current number of ordered equations: 0
% 1.60/1.82  Current number of rules: 132
% 1.60/1.82  New rule produced : [138] ifeq(leq(A,one),true,true,true) -> true
% 1.60/1.82  Current number of equations to process: 261
% 1.60/1.82  Current number of ordered equations: 0
% 1.60/1.82  Current number of rules: 133
% 1.60/1.82  New rule produced :
% 1.60/1.82  [139]
% 1.60/1.82  ifeq(leq(multiplication(multiplication(A,B),C),A),true,true,true) -> true
% 1.60/1.82  Current number of equations to process: 264
% 1.60/1.82  Current number of ordered equations: 0
% 1.60/1.82  Current number of rules: 134
% 1.60/1.82  New rule produced :
% 1.60/1.82  [140] ifeq(leq(one,A),true,leq(star(zero),A),true) -> true
% 1.60/1.82  Current number of equations to process: 272
% 1.60/1.82  Current number of ordered equations: 0
% 1.60/1.82  Current number of rules: 135
% 1.60/1.82  New rule produced :
% 1.60/1.82  [141]
% 1.60/1.82  ifeq(leq(multiplication(A,multiplication(B,C)),multiplication(A,B)),true,true,true)
% 1.60/1.82  -> true
% 1.60/1.82  Current number of equations to process: 274
% 1.60/1.82  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 136
% 1.74/1.94  New rule produced :
% 1.74/1.94  [142]
% 1.74/1.94  ifeq(leq(multiplication(A,B) addition multiplication(A,C),A),true,true,true)
% 1.74/1.94  -> true
% 1.74/1.94  Current number of equations to process: 273
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 137
% 1.74/1.94  New rule produced :
% 1.74/1.94  [143]
% 1.74/1.94  ifeq(leq(multiplication(multiplication(multiplication(A,B),C),V_3),A),true,true,true)
% 1.74/1.94  -> true
% 1.74/1.94  Current number of equations to process: 272
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 138
% 1.74/1.94  New rule produced :
% 1.74/1.94  [144]
% 1.74/1.94  leq(star(zero) addition multiplication(multiplication(A,star(A)),star(zero)),
% 1.74/1.94  star(A)) -> true
% 1.74/1.94  Current number of equations to process: 271
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 139
% 1.74/1.94  New rule produced :
% 1.74/1.94  [145]
% 1.74/1.94  leq(star(zero) addition multiplication(multiplication(star(A),A),star(zero)),
% 1.74/1.94  star(A)) -> true
% 1.74/1.94  Current number of equations to process: 270
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 140
% 1.74/1.94  New rule produced : [146] leq(multiplication(A,star(zero)),A) -> true
% 1.74/1.94  Current number of equations to process: 271
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 141
% 1.74/1.94  New rule produced :
% 1.74/1.94  [147] leq(multiplication(A,star(zero)),A addition B) -> true
% 1.74/1.94  Current number of equations to process: 272
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 142
% 1.74/1.94  New rule produced :
% 1.74/1.94  [148] ifeq(leq(A,multiplication(A,star(zero))),true,true,true) -> true
% 1.74/1.94  Current number of equations to process: 271
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 143
% 1.74/1.94  New rule produced :
% 1.74/1.94  [149] ifeq(leq(one,zero),true,leq(star(A),zero),true) -> true
% 1.74/1.94  Current number of equations to process: 273
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 144
% 1.74/1.94  New rule produced :
% 1.74/1.94  [150]
% 1.74/1.94  ifeq(leq(A,multiplication(A,star(zero)) addition B),true,true,true) -> true
% 1.74/1.94  Current number of equations to process: 273
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 145
% 1.74/1.94  New rule produced : [151] leq(multiplication(A,star(one)),A) -> true
% 1.74/1.94  Current number of equations to process: 280
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 146
% 1.74/1.94  New rule produced :
% 1.74/1.94  [152] leq(multiplication(A,star(one)),A addition B) -> true
% 1.74/1.94  Current number of equations to process: 279
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 147
% 1.74/1.94  New rule produced :
% 1.74/1.94  [153] ifeq(leq(one addition A,A),true,leq(star(one),A),true) -> true
% 1.74/1.94  Current number of equations to process: 281
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 148
% 1.74/1.94  New rule produced :
% 1.74/1.94  [154] ifeq(leq(one addition A,one),true,leq(star(A),one),true) -> true
% 1.74/1.94  Current number of equations to process: 288
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 149
% 1.74/1.94  New rule produced :
% 1.74/1.94  [155] ifeq(leq(A,one),true,leq(multiplication(A,star(A)),one),true) -> true
% 1.74/1.94  Current number of equations to process: 303
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 150
% 1.74/1.94  New rule produced :
% 1.74/1.94  [156]
% 1.74/1.94  ifeq(leq(multiplication(A,multiplication(B,C)),C),true,true,true) -> true
% 1.74/1.94  Current number of equations to process: 310
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 151
% 1.74/1.94  New rule produced :
% 1.74/1.94  [157]
% 1.74/1.94  ifeq(leq(multiplication(multiplication(A,B),C),multiplication(B,C)),true,true,true)
% 1.74/1.94  -> true
% 1.74/1.94  Current number of equations to process: 318
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 152
% 1.74/1.94  New rule produced :
% 1.74/1.94  [158]
% 1.74/1.94  ifeq(leq(multiplication(A,B) addition multiplication(C,B),B),true,true,true)
% 1.74/1.94  -> true
% 1.74/1.94  Current number of equations to process: 317
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 153
% 1.74/1.94  New rule produced :
% 1.74/1.94  [159]
% 1.74/1.94  ifeq(leq(multiplication(A,multiplication(B,multiplication(C,V_3))),V_3),true,true,true)
% 1.74/1.94  -> true
% 1.74/1.94  Current number of equations to process: 316
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 154
% 1.74/1.94  New rule produced :
% 1.74/1.94  [160]
% 1.74/1.94  leq(star(zero) addition multiplication(star(zero),multiplication(A,star(A))),
% 1.74/1.94  star(A)) -> true
% 1.74/1.94  Current number of equations to process: 323
% 1.74/1.94  Current number of ordered equations: 0
% 1.74/1.94  Current number of rules: 155
% 1.74/1.94  New rule produced :
% 1.74/1.94  [161]
% 1.74/1.94  leq(star(zero) addition multiplication(star(zero),multiplication(star(A),A)),
% 1.91/2.13  star(A)) -> true
% 1.91/2.13  Current number of equations to process: 322
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 156
% 1.91/2.13  New rule produced : [162] leq(multiplication(star(zero),A),A) -> true
% 1.91/2.13  Current number of equations to process: 323
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 157
% 1.91/2.13  New rule produced :
% 1.91/2.13  [163] leq(multiplication(star(zero),A),A addition B) -> true
% 1.91/2.13  Current number of equations to process: 324
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 158
% 1.91/2.13  New rule produced :
% 1.91/2.13  [164] ifeq(leq(A,multiplication(star(zero),A)),true,true,true) -> true
% 1.91/2.13  Current number of equations to process: 323
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 159
% 1.91/2.13  New rule produced :
% 1.91/2.13  [165]
% 1.91/2.13  ifeq(leq(A,multiplication(star(zero),A) addition B),true,true,true) -> true
% 1.91/2.13  Current number of equations to process: 323
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 160
% 1.91/2.13  New rule produced :
% 1.91/2.13  [166] ifeq(leq(A,one),true,leq(multiplication(star(A),A),one),true) -> true
% 1.91/2.13  Current number of equations to process: 342
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 161
% 1.91/2.13  New rule produced : [167] leq(multiplication(star(one),A),A) -> true
% 1.91/2.13  Current number of equations to process: 349
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 162
% 1.91/2.13  New rule produced :
% 1.91/2.13  [168] leq(multiplication(star(one),A),A addition B) -> true
% 1.91/2.13  Current number of equations to process: 348
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 163
% 1.91/2.13  New rule produced : [169] leq(one,star(A)) -> true
% 1.91/2.13  Rule [25] leq(one,star(zero)) -> true collapsed.
% 1.91/2.13  Current number of equations to process: 362
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 163
% 1.91/2.13  New rule produced : [170] leq(one,star(A) addition B) -> true
% 1.91/2.13  Current number of equations to process: 361
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 164
% 1.91/2.13  New rule produced :
% 1.91/2.13  [171] multiplication(A,star(B)) addition A -> multiplication(A,star(B))
% 1.91/2.13  Current number of equations to process: 372
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 165
% 1.91/2.13  New rule produced :
% 1.91/2.13  [172] multiplication(star(A),B) addition B -> multiplication(star(A),B)
% 1.91/2.13  Current number of equations to process: 371
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 166
% 1.91/2.13  New rule produced : [173] ifeq3(star(A),one,leq(star(A),one),true) -> true
% 1.91/2.13  Current number of equations to process: 370
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 167
% 1.91/2.13  New rule produced : [174] ifeq2(leq(star(A),one),true,star(A),one) -> one
% 1.91/2.13  Current number of equations to process: 369
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 168
% 1.91/2.13  New rule produced : [175] leq(one addition A,star(B) addition A) -> true
% 1.91/2.13  Current number of equations to process: 376
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 169
% 1.91/2.13  New rule produced :
% 1.91/2.13  [176] leq(one addition A,star(B) addition A addition C) -> true
% 1.91/2.13  Current number of equations to process: 380
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 170
% 1.91/2.13  New rule produced : [177] leq(multiplication(A,star(A)),star(A)) -> true
% 1.91/2.13  Current number of equations to process: 391
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 171
% 1.91/2.13  New rule produced :
% 1.91/2.13  [178] leq(multiplication(A,star(A)),star(A) addition B) -> true
% 1.91/2.13  Current number of equations to process: 405
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 172
% 1.91/2.13  New rule produced :
% 1.91/2.13  [179]
% 1.91/2.13  leq(multiplication(star(one),multiplication(A,star(A))),star(A)) -> true
% 1.91/2.13  Current number of equations to process: 404
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 173
% 1.91/2.13  New rule produced :
% 1.91/2.13  [180] leq(multiplication(star(A),star(A)),star(A)) -> true
% 1.91/2.13  Current number of equations to process: 407
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 174
% 1.91/2.13  New rule produced :
% 1.91/2.13  [181]
% 1.91/2.13  leq(multiplication(multiplication(A,star(A)),star(one)),star(A)) -> true
% 1.91/2.13  Current number of equations to process: 417
% 1.91/2.13  Current number of ordered equations: 0
% 1.91/2.13  Current number of rules: 175
% 2.10/2.32  New rule produced : [182] leq(multiplication(star(A),A),star(A)) -> true
% 2.10/2.32  Current number of equations to process: 436
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 176
% 2.10/2.32  New rule produced :
% 2.10/2.32  [183] leq(multiplication(star(A),A),star(A) addition B) -> true
% 2.10/2.32  Current number of equations to process: 450
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 177
% 2.10/2.32  New rule produced :
% 2.10/2.32  [184]
% 2.10/2.32  leq(multiplication(star(one),multiplication(star(A),A)),star(A)) -> true
% 2.10/2.32  Current number of equations to process: 449
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 178
% 2.10/2.32  New rule produced :
% 2.10/2.32  [185] leq(multiplication(A,star(A)) addition B,star(A) addition B) -> true
% 2.10/2.32  Current number of equations to process: 448
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 179
% 2.10/2.32  New rule produced :
% 2.10/2.32  [186]
% 2.10/2.32  leq(multiplication(multiplication(star(A),A),star(one)),star(A)) -> true
% 2.10/2.32  Current number of equations to process: 461
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 180
% 2.10/2.32  New rule produced :
% 2.10/2.32  [187] leq(multiplication(star(A),A) addition B,star(A) addition B) -> true
% 2.10/2.32  Current number of equations to process: 468
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 181
% 2.10/2.32  New rule produced :
% 2.10/2.32  [188]
% 2.10/2.32  leq(multiplication(star(one),multiplication(A,star(A))),star(A) addition B)
% 2.10/2.32  -> true
% 2.10/2.32  Current number of equations to process: 467
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 182
% 2.10/2.32  New rule produced :
% 2.10/2.32  [189]
% 2.10/2.32  leq(multiplication(multiplication(A,star(A)),star(one)),star(A) addition B)
% 2.10/2.32  -> true
% 2.10/2.32  Current number of equations to process: 466
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 183
% 2.10/2.32  New rule produced :
% 2.10/2.32  [190]
% 2.10/2.32  leq(multiplication(star(one),multiplication(star(A),A)),star(A) addition B)
% 2.10/2.32  -> true
% 2.10/2.32  Current number of equations to process: 465
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 184
% 2.10/2.32  New rule produced :
% 2.10/2.32  [191]
% 2.10/2.32  leq(multiplication(multiplication(star(A),A),star(one)),star(A) addition B)
% 2.10/2.32  -> true
% 2.10/2.32  Current number of equations to process: 464
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 185
% 2.10/2.32  New rule produced :
% 2.10/2.32  [192]
% 2.10/2.32  multiplication(A,star(B)) addition multiplication(A,multiplication(B,star(B)))
% 2.10/2.32  -> multiplication(A,star(B))
% 2.10/2.32  Current number of equations to process: 463
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 186
% 2.10/2.32  New rule produced :
% 2.10/2.32  [193]
% 2.10/2.32  multiplication(star(A),B) addition multiplication(multiplication(A,star(A)),B)
% 2.10/2.32  -> multiplication(star(A),B)
% 2.10/2.32  Current number of equations to process: 462
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 187
% 2.10/2.32  New rule produced :
% 2.10/2.32  [194]
% 2.10/2.32  multiplication(A,star(B)) addition multiplication(A,multiplication(star(B),B))
% 2.10/2.32  -> multiplication(A,star(B))
% 2.10/2.32  Current number of equations to process: 461
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 188
% 2.10/2.32  New rule produced :
% 2.10/2.32  [195]
% 2.10/2.32  multiplication(star(A),B) addition multiplication(multiplication(star(A),A),B)
% 2.10/2.32  -> multiplication(star(A),B)
% 2.10/2.32  Current number of equations to process: 460
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 189
% 2.10/2.32  New rule produced :
% 2.10/2.32  [196] ifeq3(star(A) addition B,one,leq(star(A) addition B,one),true) -> true
% 2.10/2.32  Current number of equations to process: 459
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 190
% 2.10/2.32  New rule produced :
% 2.10/2.32  [197] ifeq2(leq(star(A) addition B,one),true,star(A) addition B,one) -> one
% 2.10/2.32  Current number of equations to process: 458
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 191
% 2.10/2.32  New rule produced :
% 2.10/2.32  [198]
% 2.10/2.32  leq(multiplication(A,star(A)) addition B,star(A) addition B addition C) ->
% 2.10/2.32  true
% 2.10/2.32  Current number of equations to process: 455
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 192
% 2.10/2.32  New rule produced :
% 2.10/2.32  [199]
% 2.10/2.32  leq(multiplication(star(A),A) addition B,star(A) addition B addition C) ->
% 2.10/2.32  true
% 2.10/2.32  Current number of equations to process: 454
% 2.10/2.32  Current number of ordered equations: 0
% 2.10/2.32  Current number of rules: 193
% 2.10/2.32  New rule produced :
% 2.10/2.32  [200]
% 2.10/2.32  ifeq(leq(star(A),one),true,leq(multiplication(star(one),star(A)),one),true)
% 2.10/2.32  -> true
% 2.10/2.32  Current number of equations to process: 467
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 194
% 98.85/99.09  New rule produced :
% 98.85/99.09  [201]
% 98.85/99.09  ifeq3(star(A) addition B,star(A),leq(one addition B,star(A)),true) -> true
% 98.85/99.09  Current number of equations to process: 466
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 195
% 98.85/99.09  New rule produced :
% 98.85/99.09  [202]
% 98.85/99.09  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(one)),one),true)
% 98.85/99.09  -> true
% 98.85/99.09  Current number of equations to process: 465
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 196
% 98.85/99.09  New rule produced : [203] leq(star(zero),one) -> true
% 98.85/99.09  Current number of equations to process: 2840
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 197
% 98.85/99.09  New rule produced : [204] leq(star(zero),one addition A) -> true
% 98.85/99.09  Current number of equations to process: 2840
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 198
% 98.85/99.09  New rule produced :
% 98.85/99.09  [205] ifeq(leq(multiplication(A,B) addition A,A),true,true,true) -> true
% 98.85/99.09  Current number of equations to process: 3107
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 199
% 98.85/99.09  New rule produced :
% 98.85/99.09  [206]
% 98.85/99.09  leq(star(zero) addition multiplication(A,multiplication(star(A),star(zero))),
% 98.85/99.09  star(A)) -> true
% 98.85/99.09  Current number of equations to process: 3368
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 200
% 98.85/99.09  New rule produced :
% 98.85/99.09  [207]
% 98.85/99.09  star(zero) addition star(A) addition multiplication(multiplication(A,star(A)),
% 98.85/99.09                                       star(zero)) -> star(A)
% 98.85/99.09  Current number of equations to process: 3367
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 201
% 98.85/99.09  New rule produced :
% 98.85/99.09  [208]
% 98.85/99.09  leq(star(zero) addition multiplication(star(A),multiplication(A,star(zero))),
% 98.85/99.09  star(A)) -> true
% 98.85/99.09  Current number of equations to process: 3370
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 202
% 98.85/99.09  New rule produced :
% 98.85/99.09  [209]
% 98.85/99.09  star(zero) addition star(A) addition multiplication(multiplication(star(A),A),
% 98.85/99.09                                       star(zero)) -> star(A)
% 98.85/99.09  Current number of equations to process: 3369
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 203
% 98.85/99.09  New rule produced : [210] multiplication(A,star(zero)) -> A
% 98.85/99.09  Rule
% 98.85/99.09  [42] ifeq(leq(A,B),true,leq(multiplication(A,star(zero)),B),true) -> true
% 98.85/99.09  collapsed.
% 98.85/99.09  Rule
% 98.85/99.09  [144]
% 98.85/99.09  leq(star(zero) addition multiplication(multiplication(A,star(A)),star(zero)),
% 98.85/99.09  star(A)) -> true collapsed.
% 98.85/99.09  Rule
% 98.85/99.09  [145]
% 98.85/99.09  leq(star(zero) addition multiplication(multiplication(star(A),A),star(zero)),
% 98.85/99.09  star(A)) -> true collapsed.
% 98.85/99.09  Rule [146] leq(multiplication(A,star(zero)),A) -> true collapsed.
% 98.85/99.09  Rule [147] leq(multiplication(A,star(zero)),A addition B) -> true collapsed.
% 98.85/99.09  Rule [148] ifeq(leq(A,multiplication(A,star(zero))),true,true,true) -> true
% 98.85/99.09  collapsed.
% 98.85/99.09  Rule
% 98.85/99.09  [150]
% 98.85/99.09  ifeq(leq(A,multiplication(A,star(zero)) addition B),true,true,true) -> true
% 98.85/99.09  collapsed.
% 98.85/99.09  Rule
% 98.85/99.09  [206]
% 98.85/99.09  leq(star(zero) addition multiplication(A,multiplication(star(A),star(zero))),
% 98.85/99.09  star(A)) -> true collapsed.
% 98.85/99.09  Rule
% 98.85/99.09  [207]
% 98.85/99.09  star(zero) addition star(A) addition multiplication(multiplication(A,star(A)),
% 98.85/99.09                                       star(zero)) -> star(A) collapsed.
% 98.85/99.09  Rule
% 98.85/99.09  [208]
% 98.85/99.09  leq(star(zero) addition multiplication(star(A),multiplication(A,star(zero))),
% 98.85/99.09  star(A)) -> true collapsed.
% 98.85/99.09  Rule
% 98.85/99.09  [209]
% 98.85/99.09  star(zero) addition star(A) addition multiplication(multiplication(star(A),A),
% 98.85/99.09                                       star(zero)) -> star(A) collapsed.
% 98.85/99.09  Current number of equations to process: 3376
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 193
% 98.85/99.09  New rule produced : [211] ifeq(leq(A,B),true,leq(A,B),true) -> true
% 98.85/99.09  Current number of equations to process: 3374
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 194
% 98.85/99.09  New rule produced :
% 98.85/99.09  [212] leq(star(zero) addition multiplication(A,star(A)),star(A)) -> true
% 98.85/99.09  Current number of equations to process: 3373
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 195
% 98.85/99.09  New rule produced :
% 98.85/99.09  [213] leq(star(zero) addition multiplication(star(A),A),star(A)) -> true
% 98.85/99.09  Current number of equations to process: 3372
% 98.85/99.09  Current number of ordered equations: 0
% 98.85/99.09  Current number of rules: 196
% 98.85/99.09  New rule produced : [214] star(zero) addition star(A) -> star(A)
% 100.26/100.55  Current number of equations to process: 3370
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 197
% 100.26/100.55  New rule produced : [215] leq(star(one),one) -> true
% 100.26/100.55  Current number of equations to process: 3369
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 198
% 100.26/100.55  New rule produced : [216] multiplication(A,star(one)) -> A
% 100.26/100.55  Rule
% 100.26/100.55  [44]
% 100.26/100.55  ifeq(leq(A addition B,A),true,leq(multiplication(B,star(one)),A),true) ->
% 100.26/100.55  true collapsed.
% 100.26/100.55  Rule [151] leq(multiplication(A,star(one)),A) -> true collapsed.
% 100.26/100.55  Rule [152] leq(multiplication(A,star(one)),A addition B) -> true collapsed.
% 100.26/100.55  Rule
% 100.26/100.55  [181]
% 100.26/100.55  leq(multiplication(multiplication(A,star(A)),star(one)),star(A)) -> true
% 100.26/100.55  collapsed.
% 100.26/100.55  Rule
% 100.26/100.55  [186]
% 100.26/100.55  leq(multiplication(multiplication(star(A),A),star(one)),star(A)) -> true
% 100.26/100.55  collapsed.
% 100.26/100.55  Rule
% 100.26/100.55  [189]
% 100.26/100.55  leq(multiplication(multiplication(A,star(A)),star(one)),star(A) addition B)
% 100.26/100.55  -> true collapsed.
% 100.26/100.55  Rule
% 100.26/100.55  [191]
% 100.26/100.55  leq(multiplication(multiplication(star(A),A),star(one)),star(A) addition B)
% 100.26/100.55  -> true collapsed.
% 100.26/100.55  Rule
% 100.26/100.55  [202]
% 100.26/100.55  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(one)),one),true)
% 100.26/100.55  -> true collapsed.
% 100.26/100.55  Current number of equations to process: 3372
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 191
% 100.26/100.55  New rule produced : [217] leq(star(one),one addition A) -> true
% 100.26/100.55  Current number of equations to process: 3372
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 192
% 100.26/100.55  New rule produced :
% 100.26/100.55  [218] ifeq(leq(A addition B,A),true,leq(B,A),true) -> true
% 100.26/100.55  Current number of equations to process: 3369
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 193
% 100.26/100.55  New rule produced : [219] leq(star(one),star(A)) -> true
% 100.26/100.55  Current number of equations to process: 3370
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 194
% 100.26/100.55  New rule produced : [220] leq(star(one),star(A) addition B) -> true
% 100.26/100.55  Current number of equations to process: 3369
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 195
% 100.26/100.55  New rule produced :
% 100.26/100.55  [221] ifeq(leq(star(A),one),true,leq(star(star(A)),one),true) -> true
% 100.26/100.55  Current number of equations to process: 3371
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 196
% 100.26/100.55  New rule produced :
% 100.26/100.55  [222]
% 100.26/100.55  ifeq(leq(one addition A,one),true,leq(star(one addition A),one),true) -> true
% 100.26/100.55  Current number of equations to process: 3491
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 197
% 100.26/100.55  New rule produced :
% 100.26/100.55  [223] ifeq(leq(multiplication(A,B) addition B,B),true,true,true) -> true
% 100.26/100.55  Current number of equations to process: 3752
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 198
% 100.26/100.55  New rule produced : [224] leq(star(zero),star(one)) -> true
% 100.26/100.55  Current number of equations to process: 4000
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 199
% 100.26/100.55  New rule produced :
% 100.26/100.55  [225]
% 100.26/100.55  star(A) addition multiplication(star(zero),multiplication(A,star(A))) ->
% 100.26/100.55  star(A)
% 100.26/100.55  Current number of equations to process: 4002
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 200
% 100.26/100.55  New rule produced :
% 100.26/100.55  [226]
% 100.26/100.55  leq(star(zero) addition multiplication(multiplication(star(zero),A),star(A)),
% 100.26/100.55  star(A)) -> true
% 100.26/100.55  Current number of equations to process: 4001
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 201
% 100.26/100.55  New rule produced :
% 100.26/100.55  [227]
% 100.26/100.55  star(A) addition multiplication(star(zero),multiplication(star(A),A)) ->
% 100.26/100.55  star(A)
% 100.26/100.55  Current number of equations to process: 4004
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 202
% 100.26/100.55  New rule produced :
% 100.26/100.55  [228]
% 100.26/100.55  leq(star(zero) addition multiplication(multiplication(star(zero),star(A)),A),
% 100.26/100.55  star(A)) -> true
% 100.26/100.55  Current number of equations to process: 4004
% 100.26/100.55  Current number of ordered equations: 0
% 100.26/100.55  Current number of rules: 203
% 100.26/100.55  New rule produced : [229] multiplication(star(zero),A) -> A
% 100.26/100.55  Rule
% 100.26/100.55  [49] ifeq(leq(A,B),true,leq(multiplication(star(zero),A),B),true) -> true
% 100.26/100.55  collapsed.
% 100.26/100.55  Rule
% 100.26/100.55  [160]
% 100.26/100.55  leq(star(zero) addition multiplication(star(zero),multiplication(A,star(A))),
% 100.26/100.55  star(A)) -> true collapsed.
% 100.26/100.55  Rule
% 100.26/100.55  [161]
% 100.26/100.55  leq(star(zero) addition multiplication(star(zero),multiplication(star(A),A)),
% 100.26/100.55  star(A)) -> true collapsed.
% 100.26/100.55  Rule [162] leq(multiplication(star(zero),A),A) -> true collapsed.
% 100.80/101.03  Rule [163] leq(multiplication(star(zero),A),A addition B) -> true collapsed.
% 100.80/101.03  Rule [164] ifeq(leq(A,multiplication(star(zero),A)),true,true,true) -> true
% 100.80/101.03  collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [165]
% 100.80/101.03  ifeq(leq(A,multiplication(star(zero),A) addition B),true,true,true) -> true
% 100.80/101.03  collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [225]
% 100.80/101.03  star(A) addition multiplication(star(zero),multiplication(A,star(A))) ->
% 100.80/101.03  star(A) collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [226]
% 100.80/101.03  leq(star(zero) addition multiplication(multiplication(star(zero),A),star(A)),
% 100.80/101.03  star(A)) -> true collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [227]
% 100.80/101.03  star(A) addition multiplication(star(zero),multiplication(star(A),A)) ->
% 100.80/101.03  star(A) collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [228]
% 100.80/101.03  leq(star(zero) addition multiplication(multiplication(star(zero),star(A)),A),
% 100.80/101.03  star(A)) -> true collapsed.
% 100.80/101.03  Current number of equations to process: 4006
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 193
% 100.80/101.03  New rule produced : [230] multiplication(star(one),A) -> A
% 100.80/101.03  Rule
% 100.80/101.03  [52]
% 100.80/101.03  ifeq(leq(A addition B,A),true,leq(multiplication(star(one),B),A),true) ->
% 100.80/101.03  true collapsed.
% 100.80/101.03  Rule [167] leq(multiplication(star(one),A),A) -> true collapsed.
% 100.80/101.03  Rule [168] leq(multiplication(star(one),A),A addition B) -> true collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [179]
% 100.80/101.03  leq(multiplication(star(one),multiplication(A,star(A))),star(A)) -> true
% 100.80/101.03  collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [184]
% 100.80/101.03  leq(multiplication(star(one),multiplication(star(A),A)),star(A)) -> true
% 100.80/101.03  collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [188]
% 100.80/101.03  leq(multiplication(star(one),multiplication(A,star(A))),star(A) addition B)
% 100.80/101.03  -> true collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [190]
% 100.80/101.03  leq(multiplication(star(one),multiplication(star(A),A)),star(A) addition B)
% 100.80/101.03  -> true collapsed.
% 100.80/101.03  Rule
% 100.80/101.03  [200]
% 100.80/101.03  ifeq(leq(star(A),one),true,leq(multiplication(star(one),star(A)),one),true)
% 100.80/101.03  -> true collapsed.
% 100.80/101.03  Current number of equations to process: 4025
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 186
% 100.80/101.03  New rule produced : [231] leq(star(zero),star(A)) -> true
% 100.80/101.03  Rule [224] leq(star(zero),star(one)) -> true collapsed.
% 100.80/101.03  Current number of equations to process: 4024
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 186
% 100.80/101.03  New rule produced : [232] leq(star(zero),star(A) addition B) -> true
% 100.80/101.03  Current number of equations to process: 4023
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 187
% 100.80/101.03  New rule produced : [233] leq(A,multiplication(A,star(B))) -> true
% 100.80/101.03  Current number of equations to process: 4032
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 188
% 100.80/101.03  New rule produced : [234] leq(A,multiplication(A,star(B)) addition C) -> true
% 100.80/101.03  Current number of equations to process: 4031
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 189
% 100.80/101.03  New rule produced :
% 100.80/101.03  [235] leq(A addition B,multiplication(A,star(C)) addition B) -> true
% 100.80/101.03  Current number of equations to process: 4062
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 190
% 100.80/101.03  New rule produced : [236] star(A) addition A -> star(A)
% 100.80/101.03  Current number of equations to process: 4075
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 191
% 100.80/101.03  New rule produced :
% 100.80/101.03  [237] multiplication(star(star(A)),star(A)) -> star(star(A))
% 100.80/101.03  Current number of equations to process: 4078
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 192
% 100.80/101.03  New rule produced :
% 100.80/101.03  [238]
% 100.80/101.03  one addition multiplication(star(A),star(B)) ->
% 100.80/101.03  multiplication(star(A),star(B))
% 100.80/101.03  Current number of equations to process: 4076
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 193
% 100.80/101.03  New rule produced : [239] leq(one,multiplication(star(A),star(B))) -> true
% 100.80/101.03  Current number of equations to process: 4132
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 194
% 100.80/101.03  New rule produced : [240] leq(A,multiplication(star(B),A)) -> true
% 100.80/101.03  Current number of equations to process: 4143
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 195
% 100.80/101.03  New rule produced : [241] leq(A,multiplication(star(B),A) addition C) -> true
% 100.80/101.03  Current number of equations to process: 4142
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 196
% 100.80/101.03  New rule produced :
% 100.80/101.03  [242] leq(one,multiplication(star(A),star(B)) addition C) -> true
% 100.80/101.03  Current number of equations to process: 4153
% 100.80/101.03  Current number of ordered equations: 0
% 100.80/101.03  Current number of rules: 197
% 100.80/101.03  New rule produced :
% 101.11/101.33  [243] leq(A addition B,multiplication(star(C),A) addition B) -> true
% 101.11/101.33  Current number of equations to process: 4172
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 198
% 101.11/101.33  New rule produced :
% 101.11/101.33  [244] multiplication(star(A),star(star(A))) -> star(star(A))
% 101.11/101.33  Current number of equations to process: 4183
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 199
% 101.11/101.33  New rule produced :
% 101.11/101.33  [245]
% 101.11/101.33  leq(A addition B,multiplication(A,star(C)) addition B addition V_3) -> true
% 101.11/101.33  Current number of equations to process: 4245
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 200
% 101.11/101.33  New rule produced :
% 101.11/101.33  [246]
% 101.11/101.33  multiplication(star(A),star(B)) addition multiplication(A,star(A)) ->
% 101.11/101.33  multiplication(star(A),star(B))
% 101.11/101.33  Current number of equations to process: 4243
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 201
% 101.11/101.33  New rule produced :
% 101.11/101.33  [247]
% 101.11/101.33  multiplication(star(A),star(B)) addition multiplication(star(A),A) ->
% 101.11/101.33  multiplication(star(A),star(B))
% 101.11/101.33  Current number of equations to process: 4242
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 202
% 101.11/101.33  New rule produced :
% 101.11/101.33  [248]
% 101.11/101.33  multiplication(multiplication(A,star(B)),star(C)) addition A ->
% 101.11/101.33  multiplication(multiplication(A,star(B)),star(C))
% 101.11/101.33  Current number of equations to process: 4241
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 203
% 101.11/101.33  New rule produced :
% 101.11/101.33  [249]
% 101.11/101.33  leq(A addition B,multiplication(star(C),A) addition B addition V_3) -> true
% 101.11/101.33  Current number of equations to process: 4240
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 204
% 101.11/101.33  New rule produced :
% 101.11/101.33  [250]
% 101.11/101.33  multiplication(star(A),star(B)) addition multiplication(B,star(B)) ->
% 101.11/101.33  multiplication(star(A),star(B))
% 101.11/101.33  Current number of equations to process: 4239
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 205
% 101.11/101.33  New rule produced :
% 101.11/101.33  [251]
% 101.11/101.33  multiplication(star(A),star(B)) addition multiplication(star(B),B) ->
% 101.11/101.33  multiplication(star(A),star(B))
% 101.11/101.33  Current number of equations to process: 4238
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 206
% 101.11/101.33  New rule produced :
% 101.11/101.33  [252]
% 101.11/101.33  multiplication(star(A),multiplication(B,star(C))) addition B ->
% 101.11/101.33  multiplication(star(A),multiplication(B,star(C)))
% 101.11/101.33  Current number of equations to process: 4236
% 101.11/101.33  Current number of ordered equations: 1
% 101.11/101.33  Current number of rules: 207
% 101.11/101.33  New rule produced :
% 101.11/101.33  [253]
% 101.11/101.33  multiplication(multiplication(star(A),B),star(C)) addition B ->
% 101.11/101.33  multiplication(multiplication(star(A),B),star(C))
% 101.11/101.33  Current number of equations to process: 4236
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 208
% 101.11/101.33  New rule produced :
% 101.11/101.33  [254]
% 101.11/101.33  multiplication(star(A),multiplication(star(B),C)) addition C ->
% 101.11/101.33  multiplication(star(A),multiplication(star(B),C))
% 101.11/101.33  Current number of equations to process: 4235
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 209
% 101.11/101.33  New rule produced :
% 101.11/101.33  [255]
% 101.11/101.33  multiplication(multiplication(A,B),star(C)) <->
% 101.11/101.33  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B)
% 101.11/101.33  Current number of equations to process: 4236
% 101.11/101.33  Current number of ordered equations: 1
% 101.11/101.33  Current number of rules: 210
% 101.11/101.33  New rule produced :
% 101.11/101.33  [256]
% 101.11/101.33  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) <->
% 101.11/101.33  multiplication(multiplication(A,B),star(C))
% 101.11/101.33  Current number of equations to process: 4236
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 211
% 101.11/101.33  Rule [255]
% 101.11/101.33       multiplication(multiplication(A,B),star(C)) <->
% 101.11/101.33       multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) is composed into 
% 101.11/101.33  [255]
% 101.11/101.33  multiplication(multiplication(A,B),star(C)) <->
% 101.11/101.33  multiplication(A,multiplication(B,star(C)))
% 101.11/101.33  New rule produced :
% 101.11/101.33  [257]
% 101.11/101.33  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) ->
% 101.11/101.33  multiplication(A,multiplication(B,star(C)))
% 101.11/101.33  Rule
% 101.11/101.33  [256]
% 101.11/101.33  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) <->
% 101.11/101.33  multiplication(multiplication(A,B),star(C)) collapsed.
% 101.11/101.33  Current number of equations to process: 4235
% 101.11/101.33  Current number of ordered equations: 0
% 101.11/101.33  Current number of rules: 211
% 101.11/101.33  New rule produced :
% 101.11/101.33  [258]
% 101.11/101.33  multiplication(multiplication(A,star(B)),C) addition multiplication(A,C) ->
% 101.11/101.33  multiplication(multiplication(A,star(B)),C)
% 101.55/101.79  Current number of equations to process: 4234
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 212
% 101.55/101.79  New rule produced :
% 101.55/101.79  [259]
% 101.55/101.79  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) <->
% 101.55/101.79  multiplication(star(A),multiplication(B,C))
% 101.55/101.79  Current number of equations to process: 4233
% 101.55/101.79  Current number of ordered equations: 1
% 101.55/101.79  Current number of rules: 213
% 101.55/101.79  New rule produced :
% 101.55/101.79  [260]
% 101.55/101.79  multiplication(star(A),multiplication(B,C)) <->
% 101.55/101.79  multiplication(multiplication(star(A),B),C) addition multiplication(B,C)
% 101.55/101.79  Current number of equations to process: 4233
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 214
% 101.55/101.79  New rule produced :
% 101.55/101.79  [261]
% 101.55/101.79  multiplication(A,multiplication(star(B),C)) addition multiplication(A,C) ->
% 101.55/101.79  multiplication(A,multiplication(star(B),C))
% 101.55/101.79  Current number of equations to process: 4232
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 215
% 101.55/101.79  Rule [260]
% 101.55/101.79       multiplication(star(A),multiplication(B,C)) <->
% 101.55/101.79       multiplication(multiplication(star(A),B),C) addition multiplication(B,C) is composed into 
% 101.55/101.79  [260]
% 101.55/101.79  multiplication(star(A),multiplication(B,C)) <->
% 101.55/101.79  multiplication(multiplication(star(A),B),C)
% 101.55/101.79  New rule produced :
% 101.55/101.79  [262]
% 101.55/101.79  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) ->
% 101.55/101.79  multiplication(multiplication(star(A),B),C)
% 101.55/101.79  Rule
% 101.55/101.79  [259]
% 101.55/101.79  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) <->
% 101.55/101.79  multiplication(star(A),multiplication(B,C)) collapsed.
% 101.55/101.79  Current number of equations to process: 4231
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 215
% 101.55/101.79  New rule produced :
% 101.55/101.79  [263] leq(one addition multiplication(A,star(A)),star(A) addition B) -> true
% 101.55/101.79  Current number of equations to process: 4242
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 216
% 101.55/101.79  New rule produced :
% 101.55/101.79  [264] leq(one addition multiplication(star(A),A),star(A) addition B) -> true
% 101.55/101.79  Current number of equations to process: 4241
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 217
% 101.55/101.79  New rule produced :
% 101.55/101.79  [265] leq(one addition A,star(B) addition multiplication(A,star(C))) -> true
% 101.55/101.79  Current number of equations to process: 4251
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 218
% 101.55/101.79  New rule produced :
% 101.55/101.79  [266] leq(one addition A,multiplication(star(B),star(C)) addition A) -> true
% 101.55/101.79  Current number of equations to process: 4249
% 101.55/101.79  Current number of ordered equations: 1
% 101.55/101.79  Current number of rules: 219
% 101.55/101.79  New rule produced :
% 101.55/101.79  [267] leq(one addition A,star(B) addition multiplication(star(C),A)) -> true
% 101.55/101.79  Current number of equations to process: 4249
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 220
% 101.55/101.79  New rule produced :
% 101.55/101.79  [268] leq(multiplication(A,star(A)),multiplication(star(A),star(B))) -> true
% 101.55/101.79  Current number of equations to process: 4283
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 221
% 101.55/101.79  New rule produced :
% 101.55/101.79  [269] leq(multiplication(A,star(A)),multiplication(star(B),star(A))) -> true
% 101.55/101.79  Current number of equations to process: 4282
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 222
% 101.55/101.79  New rule produced :
% 101.55/101.79  [270]
% 101.55/101.79  leq(multiplication(A,star(A)),multiplication(star(A),star(B)) addition C) ->
% 101.55/101.79  true
% 101.55/101.79  Current number of equations to process: 4301
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 223
% 101.55/101.79  New rule produced :
% 101.55/101.79  [271]
% 101.55/101.79  leq(multiplication(A,star(A)),multiplication(star(B),star(A)) addition C) ->
% 101.55/101.79  true
% 101.55/101.79  Current number of equations to process: 4300
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 224
% 101.55/101.79  New rule produced :
% 101.55/101.79  [272] leq(multiplication(star(A),A),multiplication(star(A),star(B))) -> true
% 101.55/101.79  Current number of equations to process: 4322
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 225
% 101.55/101.79  New rule produced :
% 101.55/101.79  [273] leq(multiplication(star(A),A),multiplication(star(B),star(A))) -> true
% 101.55/101.79  Current number of equations to process: 4321
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 226
% 101.55/101.79  New rule produced :
% 101.55/101.79  [274]
% 101.55/101.79  leq(multiplication(star(A),A),multiplication(star(A),star(B)) addition C) ->
% 101.55/101.79  true
% 101.55/101.79  Current number of equations to process: 4320
% 101.55/101.79  Current number of ordered equations: 0
% 101.55/101.79  Current number of rules: 227
% 102.84/103.05  New rule produced :
% 102.84/103.05  [275]
% 102.84/103.05  leq(multiplication(star(A),A),multiplication(star(B),star(A)) addition C) ->
% 102.84/103.05  true
% 102.84/103.05  Current number of equations to process: 4319
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 228
% 102.84/103.05  New rule produced :
% 102.84/103.05  [276]
% 102.84/103.05  ifeq3(multiplication(A,star(B)),A,leq(multiplication(A,star(B)),A),true) ->
% 102.84/103.05  true
% 102.84/103.05  Current number of equations to process: 4318
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 229
% 102.84/103.05  New rule produced :
% 102.84/103.05  [277]
% 102.84/103.05  ifeq2(leq(multiplication(A,star(B)),A),true,multiplication(A,star(B)),A) -> A
% 102.84/103.05  Current number of equations to process: 4317
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 230
% 102.84/103.05  New rule produced :
% 102.84/103.05  [278]
% 102.84/103.05  ifeq3(multiplication(star(A),B),B,leq(multiplication(star(A),B),B),true) ->
% 102.84/103.05  true
% 102.84/103.05  Current number of equations to process: 4314
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 231
% 102.84/103.05  New rule produced :
% 102.84/103.05  [279]
% 102.84/103.05  ifeq2(leq(multiplication(star(A),B),B),true,multiplication(star(A),B),B) -> B
% 102.84/103.05  Current number of equations to process: 4313
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 232
% 102.84/103.05  New rule produced :
% 102.84/103.05  [280]
% 102.84/103.05  leq(one addition multiplication(A,star(A)) addition B,star(A) addition B) ->
% 102.84/103.05  true
% 102.84/103.05  Current number of equations to process: 4310
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 233
% 102.84/103.05  New rule produced :
% 102.84/103.05  [281]
% 102.84/103.05  leq(one addition multiplication(star(A),A) addition B,star(A) addition B) ->
% 102.84/103.05  true
% 102.84/103.05  Current number of equations to process: 4309
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 234
% 102.84/103.05  New rule produced :
% 102.84/103.05  [282]
% 102.84/103.05  leq(one addition A,star(B) addition multiplication(A,star(C)) addition V_3)
% 102.84/103.05  -> true
% 102.84/103.05  Current number of equations to process: 4308
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 235
% 102.84/103.05  New rule produced :
% 102.84/103.05  [283]
% 102.84/103.05  leq(one addition A,multiplication(star(B),star(C)) addition A addition V_3)
% 102.84/103.05  -> true
% 102.84/103.05  Current number of equations to process: 4306
% 102.84/103.05  Current number of ordered equations: 1
% 102.84/103.05  Current number of rules: 236
% 102.84/103.05  New rule produced :
% 102.84/103.05  [284]
% 102.84/103.05  leq(one addition A,star(B) addition multiplication(star(C),A) addition V_3)
% 102.84/103.05  -> true
% 102.84/103.05  Current number of equations to process: 4306
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 237
% 102.84/103.05  New rule produced :
% 102.84/103.05  [285]
% 102.84/103.05  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(A)) ->
% 102.84/103.05  true
% 102.84/103.05  Current number of equations to process: 4324
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 238
% 102.84/103.05  New rule produced :
% 102.84/103.05  [286]
% 102.84/103.05  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,star(B))) ->
% 102.84/103.05  true
% 102.84/103.05  Current number of equations to process: 4371
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 239
% 102.84/103.05  New rule produced :
% 102.84/103.05  [287]
% 102.84/103.05  multiplication(multiplication(A,B),star(B)) addition multiplication(A,
% 102.84/103.05                                                       star(B)) ->
% 102.84/103.05  multiplication(A,star(B))
% 102.84/103.05  Current number of equations to process: 4370
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 240
% 102.84/103.05  New rule produced :
% 102.84/103.05  [288]
% 102.84/103.05  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,star(B)) addition C)
% 102.84/103.05  -> true
% 102.84/103.05  Current number of equations to process: 4369
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 241
% 102.84/103.05  New rule produced :
% 102.84/103.05  [289]
% 102.84/103.05  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),B)) ->
% 102.84/103.05  true
% 102.84/103.05  Current number of equations to process: 4641
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 242
% 102.84/103.05  New rule produced :
% 102.84/103.05  [290]
% 102.84/103.05  multiplication(star(A),B) addition multiplication(A,multiplication(star(A),B))
% 102.84/103.05  -> multiplication(star(A),B)
% 102.84/103.05  Current number of equations to process: 4640
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 243
% 102.84/103.05  New rule produced :
% 102.84/103.05  [291]
% 102.84/103.05  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),B) addition C)
% 102.84/103.05  -> true
% 102.84/103.05  Current number of equations to process: 4639
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 244
% 102.84/103.05  New rule produced :
% 102.84/103.05  [292] star(A) addition multiplication(multiplication(A,star(A)),A) -> star(A)
% 102.84/103.05  Current number of equations to process: 4679
% 102.84/103.05  Current number of ordered equations: 0
% 102.84/103.05  Current number of rules: 245
% 105.74/105.96  New rule produced :
% 105.74/105.96  [293]
% 105.74/105.96  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,star(B))) ->
% 105.74/105.96  true
% 105.74/105.96  Current number of equations to process: 4894
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 246
% 105.74/105.96  New rule produced :
% 105.74/105.96  [294]
% 105.74/105.96  multiplication(multiplication(A,star(B)),B) addition multiplication(A,
% 105.74/105.96                                                       star(B)) ->
% 105.74/105.96  multiplication(A,star(B))
% 105.74/105.96  Current number of equations to process: 4893
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 247
% 105.74/105.96  New rule produced :
% 105.74/105.96  [295]
% 105.74/105.96  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,star(B)) addition C)
% 105.74/105.96  -> true
% 105.74/105.96  Current number of equations to process: 4892
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 248
% 105.74/105.96  New rule produced :
% 105.74/105.96  [296] star(A) addition multiplication(A,multiplication(star(A),A)) -> star(A)
% 105.74/105.96  Current number of equations to process: 4932
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 249
% 105.74/105.96  New rule produced :
% 105.74/105.96  [297]
% 105.74/105.96  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),B)) ->
% 105.74/105.96  true
% 105.74/105.96  Current number of equations to process: 3848
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 250
% 105.74/105.96  New rule produced :
% 105.74/105.96  [298]
% 105.74/105.96  multiplication(star(A),multiplication(A,B)) addition multiplication(star(A),B)
% 105.74/105.96  -> multiplication(star(A),B)
% 105.74/105.96  Current number of equations to process: 3847
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 251
% 105.74/105.96  New rule produced :
% 105.74/105.96  [299]
% 105.74/105.96  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),B) addition C)
% 105.74/105.96  -> true
% 105.74/105.96  Current number of equations to process: 3846
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 252
% 105.74/105.96  New rule produced :
% 105.74/105.96  [300]
% 105.74/105.96  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(A) addition B)
% 105.74/105.96  -> true
% 105.74/105.96  Current number of equations to process: 4165
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 253
% 105.74/105.96  New rule produced :
% 105.74/105.96  [301]
% 105.74/105.96  leq(multiplication(A,star(A)) addition B,star(A) addition multiplication(B,
% 105.74/105.96                                                            star(C))) -> true
% 105.74/105.96  Current number of equations to process: 4163
% 105.74/105.96  Current number of ordered equations: 1
% 105.74/105.96  Current number of rules: 254
% 105.74/105.96  New rule produced :
% 105.74/105.96  [302]
% 105.74/105.96  leq(multiplication(A,star(A)) addition B,multiplication(star(A),star(C)) addition B)
% 105.74/105.96  -> true
% 105.74/105.96  Current number of equations to process: 4163
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 255
% 105.74/105.96  New rule produced :
% 105.74/105.96  [303]
% 105.74/105.96  leq(multiplication(A,star(A)) addition B,star(A) addition multiplication(
% 105.74/105.96                                                            star(C),B)) -> true
% 105.74/105.96  Current number of equations to process: 4161
% 105.74/105.96  Current number of ordered equations: 1
% 105.74/105.96  Current number of rules: 256
% 105.74/105.96  New rule produced :
% 105.74/105.96  [304]
% 105.74/105.96  leq(multiplication(A,star(A)) addition B,multiplication(star(C),star(A)) addition B)
% 105.74/105.96  -> true
% 105.74/105.96  Current number of equations to process: 4161
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 257
% 105.74/105.96  New rule produced :
% 105.74/105.96  [305]
% 105.74/105.96  leq(multiplication(star(A),A) addition B,star(A) addition multiplication(B,
% 105.74/105.96                                                            star(C))) -> true
% 105.74/105.96  Current number of equations to process: 4216
% 105.74/105.96  Current number of ordered equations: 1
% 105.74/105.96  Current number of rules: 258
% 105.74/105.96  New rule produced :
% 105.74/105.96  [306]
% 105.74/105.96  leq(multiplication(star(A),A) addition B,multiplication(star(A),star(C)) addition B)
% 105.74/105.96  -> true
% 105.74/105.96  Current number of equations to process: 4216
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 259
% 105.74/105.96  New rule produced :
% 105.74/105.96  [307]
% 105.74/105.96  leq(multiplication(star(A),A) addition B,star(A) addition multiplication(
% 105.74/105.96                                                            star(C),B)) -> true
% 105.74/105.96  Current number of equations to process: 4214
% 105.74/105.96  Current number of ordered equations: 1
% 105.74/105.96  Current number of rules: 260
% 105.74/105.96  New rule produced :
% 105.74/105.96  [308]
% 105.74/105.96  leq(multiplication(star(A),A) addition B,multiplication(star(C),star(A)) addition B)
% 105.74/105.96  -> true
% 105.74/105.96  Current number of equations to process: 4214
% 105.74/105.96  Current number of ordered equations: 0
% 105.74/105.96  Current number of rules: 261
% 105.74/105.96  New rule produced :
% 105.74/105.96  [309]
% 105.74/105.96  ifeq2(leq(one addition A,star(B)),true,star(B) addition A,star(B)) -> star(B)
% 106.24/106.45  Current number of equations to process: 4213
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 262
% 106.24/106.45  New rule produced : [310] leq(star(star(zero)),one) -> true
% 106.24/106.45  Current number of equations to process: 4217
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 263
% 106.24/106.45  New rule produced : [311] ifeq3(star(zero),one,true,true) -> true
% 106.24/106.45  Current number of equations to process: 4217
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 264
% 106.24/106.45  New rule produced : [312] star(zero) -> one
% 106.24/106.45  Rule [140] ifeq(leq(one,A),true,leq(star(zero),A),true) -> true collapsed.
% 106.24/106.45  Rule [203] leq(star(zero),one) -> true collapsed.
% 106.24/106.45  Rule [204] leq(star(zero),one addition A) -> true collapsed.
% 106.24/106.45  Rule [210] multiplication(A,star(zero)) -> A collapsed.
% 106.24/106.45  Rule [212] leq(star(zero) addition multiplication(A,star(A)),star(A)) -> true
% 106.24/106.45  collapsed.
% 106.24/106.45  Rule [213] leq(star(zero) addition multiplication(star(A),A),star(A)) -> true
% 106.24/106.45  collapsed.
% 106.24/106.45  Rule [214] star(zero) addition star(A) -> star(A) collapsed.
% 106.24/106.45  Rule [229] multiplication(star(zero),A) -> A collapsed.
% 106.24/106.45  Rule [231] leq(star(zero),star(A)) -> true collapsed.
% 106.24/106.45  Rule [232] leq(star(zero),star(A) addition B) -> true collapsed.
% 106.24/106.45  Rule [310] leq(star(star(zero)),one) -> true collapsed.
% 106.24/106.45  Rule [311] ifeq3(star(zero),one,true,true) -> true collapsed.
% 106.24/106.45  Current number of equations to process: 4217
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 253
% 106.24/106.45  New rule produced :
% 106.24/106.45  [313]
% 106.24/106.45  ifeq(leq(multiplication(multiplication(A,B),C) addition A,A),true,true,true)
% 106.24/106.45  -> true
% 106.24/106.45  Current number of equations to process: 4220
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 254
% 106.24/106.45  New rule produced : [314] leq(star(star(one)),one) -> true
% 106.24/106.45  Current number of equations to process: 4287
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 255
% 106.24/106.45  New rule produced : [315] ifeq3(star(one),one,true,true) -> true
% 106.24/106.45  Current number of equations to process: 4287
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 256
% 106.24/106.45  New rule produced : [316] star(one) -> one
% 106.24/106.45  Rule [153] ifeq(leq(one addition A,A),true,leq(star(one),A),true) -> true
% 106.24/106.45  collapsed.
% 106.24/106.45  Rule [215] leq(star(one),one) -> true collapsed.
% 106.24/106.45  Rule [216] multiplication(A,star(one)) -> A collapsed.
% 106.24/106.45  Rule [217] leq(star(one),one addition A) -> true collapsed.
% 106.24/106.45  Rule [219] leq(star(one),star(A)) -> true collapsed.
% 106.24/106.45  Rule [220] leq(star(one),star(A) addition B) -> true collapsed.
% 106.24/106.45  Rule [230] multiplication(star(one),A) -> A collapsed.
% 106.24/106.45  Rule [314] leq(star(star(one)),one) -> true collapsed.
% 106.24/106.45  Rule [315] ifeq3(star(one),one,true,true) -> true collapsed.
% 106.24/106.45  Current number of equations to process: 4287
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 248
% 106.24/106.45  New rule produced :
% 106.24/106.45  [317]
% 106.24/106.45  ifeq(leq(multiplication(A,B) addition multiplication(C,B),A addition C),true,true,true)
% 106.24/106.45  -> true
% 106.24/106.45  Current number of equations to process: 4323
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 249
% 106.24/106.45  New rule produced :
% 106.24/106.45  [318]
% 106.24/106.45  ifeq(leq(multiplication(A,multiplication(multiplication(B,C),V_3)),multiplication(A,B)),true,true,true)
% 106.24/106.45  -> true
% 106.24/106.45  Current number of equations to process: 4322
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 250
% 106.24/106.45  New rule produced :
% 106.24/106.45  [319]
% 106.24/106.45  ifeq(leq(multiplication(multiplication(A,multiplication(B,C)),V_3),multiplication(A,B)),true,true,true)
% 106.24/106.45  -> true
% 106.24/106.45  Current number of equations to process: 4321
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 251
% 106.24/106.45  New rule produced :
% 106.24/106.45  [320]
% 106.24/106.45  ifeq(leq(multiplication(A,B) addition multiplication(A,C),B addition C),true,true,true)
% 106.24/106.45  -> true
% 106.24/106.45  Current number of equations to process: 4319
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 252
% 106.24/106.45  New rule produced :
% 106.24/106.45  [321]
% 106.24/106.45  ifeq(leq(multiplication(A,multiplication(multiplication(B,C),V_3)),multiplication(C,V_3)),true,true,true)
% 106.24/106.45  -> true
% 106.24/106.45  Current number of equations to process: 4318
% 106.24/106.45  Current number of ordered equations: 0
% 106.24/106.45  Current number of rules: 253
% 106.24/106.45  New rule produced :
% 106.24/106.45  [322]
% 106.24/106.45  ifeq(leq(multiplication(multiplication(A,multiplication(B,C)),V_3),multiplication(C,V_3)),true,true,true)
% 106.24/106.45  -> true
% 106.24/106.45  Current number of equations to process: 4317
% 106.24/106.45  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 254
% 107.01/107.25  New rule produced :
% 107.01/107.25  [323]
% 107.01/107.25  ifeq3(star(A) addition B,one addition B,leq(star(A),one addition B),true) ->
% 107.01/107.25  true
% 107.01/107.25  Current number of equations to process: 4315
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 255
% 107.01/107.25  New rule produced :
% 107.01/107.25  [324]
% 107.01/107.25  ifeq3(star(A),multiplication(A,star(A)),leq(star(A),multiplication(A,star(A))),true)
% 107.01/107.25  -> true
% 107.01/107.25  Current number of equations to process: 4314
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 256
% 107.01/107.25  New rule produced :
% 107.01/107.25  [325] ifeq(leq(star(A),A),true,leq(star(star(A)),A),true) -> true
% 107.01/107.25  Current number of equations to process: 4313
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 257
% 107.01/107.25  New rule produced :
% 107.01/107.25  [326]
% 107.01/107.25  ifeq3(star(A),multiplication(star(A),A),leq(star(A),multiplication(star(A),A)),true)
% 107.01/107.25  -> true
% 107.01/107.25  Current number of equations to process: 4311
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 258
% 107.01/107.25  New rule produced :
% 107.01/107.25  [327]
% 107.01/107.25  ifeq(leq(multiplication(A,multiplication(B,C)) addition C,C),true,true,true)
% 107.01/107.25  -> true
% 107.01/107.25  Current number of equations to process: 4313
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 259
% 107.01/107.25  New rule produced :
% 107.01/107.25  [328]
% 107.01/107.25  leq(multiplication(A,B),multiplication(A,multiplication(B,star(C)))) -> true
% 107.01/107.25  Current number of equations to process: 4381
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 260
% 107.01/107.25  New rule produced : [329] leq(A,star(A)) -> true
% 107.01/107.25  Current number of equations to process: 4421
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 261
% 107.01/107.25  New rule produced : [330] leq(A,star(A) addition B) -> true
% 107.01/107.25  Current number of equations to process: 4420
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 262
% 107.01/107.25  New rule produced :
% 107.01/107.25  [331] leq(A,multiplication(multiplication(A,star(B)),star(C))) -> true
% 107.01/107.25  Current number of equations to process: 4451
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 263
% 107.01/107.25  New rule produced :
% 107.01/107.25  [332] leq(A,multiplication(star(B),multiplication(A,star(C)))) -> true
% 107.01/107.25  Current number of equations to process: 4450
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 264
% 107.01/107.25  New rule produced :
% 107.01/107.25  [333]
% 107.01/107.25  leq(A,multiplication(multiplication(A,star(B)),star(C)) addition V_3) -> true
% 107.01/107.25  Current number of equations to process: 4449
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 265
% 107.01/107.25  New rule produced :
% 107.01/107.25  [334]
% 107.01/107.25  leq(A,multiplication(star(B),multiplication(A,star(C))) addition V_3) -> true
% 107.01/107.25  Current number of equations to process: 4448
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 266
% 107.01/107.25  New rule produced :
% 107.01/107.25  [335]
% 107.01/107.25  leq(multiplication(A,B),multiplication(A,multiplication(B,star(C))) addition V_3)
% 107.01/107.25  -> true
% 107.01/107.25  Current number of equations to process: 4450
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 267
% 107.01/107.25  New rule produced :
% 107.01/107.25  [336] leq(star(A) addition star(B),multiplication(star(A),star(B))) -> true
% 107.01/107.25  Current number of equations to process: 4483
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 268
% 107.01/107.25  New rule produced : [337] leq(one addition A,star(A)) -> true
% 107.01/107.25  Current number of equations to process: 4541
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 269
% 107.01/107.25  New rule produced :
% 107.01/107.25  [338] leq(multiplication(A,star(A)),star(star(A))) -> true
% 107.01/107.25  Current number of equations to process: 4544
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 270
% 107.01/107.25  New rule produced : [339] star(A addition B) addition A -> star(A addition B)
% 107.01/107.25  Current number of equations to process: 4597
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 271
% 107.01/107.25  New rule produced :
% 107.01/107.25  [340] leq(multiplication(star(A),A),star(star(A))) -> true
% 107.01/107.25  Current number of equations to process: 4596
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 272
% 107.01/107.25  New rule produced : [341] ifeq3(star(A),A,leq(star(A),A),true) -> true
% 107.01/107.25  Current number of equations to process: 4595
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 273
% 107.01/107.25  New rule produced : [342] ifeq2(leq(star(A),A),true,star(A),A) -> A
% 107.01/107.25  Current number of equations to process: 4594
% 107.01/107.25  Current number of ordered equations: 0
% 107.01/107.25  Current number of rules: 274
% 107.25/107.49  New rule produced :
% 107.25/107.49  [343]
% 107.25/107.49  multiplication(A,star(B)) addition multiplication(A,B) ->
% 107.25/107.49  multiplication(A,star(B))
% 107.25/107.49  Current number of equations to process: 4593
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 275
% 107.25/107.49  New rule produced :
% 107.25/107.49  [344]
% 107.25/107.49  multiplication(star(A),B) addition multiplication(A,B) ->
% 107.25/107.49  multiplication(star(A),B)
% 107.25/107.49  Current number of equations to process: 4592
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 276
% 107.25/107.49  New rule produced :
% 107.25/107.49  [345] leq(multiplication(A,star(A)),star(star(A) addition B)) -> true
% 107.25/107.49  Current number of equations to process: 4590
% 107.25/107.49  Current number of ordered equations: 1
% 107.25/107.49  Current number of rules: 277
% 107.25/107.49  New rule produced :
% 107.25/107.49  [346] leq(multiplication(A,star(A)),star(star(A)) addition B) -> true
% 107.25/107.49  Current number of equations to process: 4590
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 278
% 107.25/107.49  New rule produced :
% 107.25/107.49  [347] leq(multiplication(star(A),A),star(star(A) addition B)) -> true
% 107.25/107.49  Current number of equations to process: 4588
% 107.25/107.49  Current number of ordered equations: 1
% 107.25/107.49  Current number of rules: 279
% 107.25/107.49  New rule produced :
% 107.25/107.49  [348] leq(multiplication(star(A),A),star(star(A)) addition B) -> true
% 107.25/107.49  Current number of equations to process: 4588
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 280
% 107.25/107.49  New rule produced : [349] leq(A addition B,star(A) addition B) -> true
% 107.25/107.49  Current number of equations to process: 4597
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 281
% 107.25/107.49  New rule produced : [350] leq(one addition A,star(A addition B)) -> true
% 107.25/107.49  Current number of equations to process: 4626
% 107.25/107.49  Current number of ordered equations: 1
% 107.25/107.49  Current number of rules: 282
% 107.25/107.49  New rule produced : [351] leq(one addition A,star(A) addition B) -> true
% 107.25/107.49  Current number of equations to process: 4626
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 283
% 107.25/107.49  New rule produced :
% 107.25/107.49  [352] star(star(A)) addition multiplication(A,star(A)) -> star(star(A))
% 107.25/107.49  Current number of equations to process: 4653
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 284
% 107.25/107.49  New rule produced :
% 107.25/107.49  [353] star(star(A)) addition multiplication(star(A),A) -> star(star(A))
% 107.25/107.49  Current number of equations to process: 4652
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 285
% 107.25/107.49  New rule produced :
% 107.25/107.49  [354]
% 107.25/107.49  star(multiplication(A,star(B))) addition A -> star(multiplication(A,star(B)))
% 107.25/107.49  Current number of equations to process: 4650
% 107.25/107.49  Current number of ordered equations: 1
% 107.25/107.49  Current number of rules: 286
% 107.25/107.49  New rule produced :
% 107.25/107.49  [355]
% 107.25/107.49  multiplication(star(A),star(B)) addition A -> multiplication(star(A),star(B))
% 107.25/107.49  Current number of equations to process: 4650
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 287
% 107.25/107.49  New rule produced :
% 107.25/107.49  [356]
% 107.25/107.49  star(multiplication(star(A),B)) addition B -> star(multiplication(star(A),B))
% 107.25/107.49  Current number of equations to process: 4648
% 107.25/107.49  Current number of ordered equations: 1
% 107.25/107.49  Current number of rules: 288
% 107.25/107.49  New rule produced :
% 107.25/107.49  [357]
% 107.25/107.49  multiplication(star(A),star(B)) addition B -> multiplication(star(A),star(B))
% 107.25/107.49  Current number of equations to process: 4648
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 289
% 107.25/107.49  New rule produced : [358] leq(A,star(multiplication(A,star(B)))) -> true
% 107.25/107.49  Current number of equations to process: 4647
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 290
% 107.25/107.49  New rule produced : [359] star(star(A)) addition A -> star(star(A))
% 107.25/107.49  Current number of equations to process: 4648
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 291
% 107.25/107.49  New rule produced :
% 107.25/107.49  [360] leq(A,star(multiplication(A,star(B))) addition C) -> true
% 107.25/107.49  Current number of equations to process: 4647
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 292
% 107.25/107.49  New rule produced :
% 107.25/107.49  [361] leq(A addition B,star(A) addition B addition C) -> true
% 107.25/107.49  Current number of equations to process: 4645
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 293
% 107.25/107.49  New rule produced :
% 107.25/107.49  [362] leq(one addition A addition B,star(A) addition B) -> true
% 107.25/107.49  Current number of equations to process: 4644
% 107.25/107.49  Current number of ordered equations: 0
% 107.25/107.49  Current number of rules: 294
% 107.25/107.49  New rule produced :
% 107.25/107.49  [363] leq(one addition A,star(A addition B) addition C) -> true
% 107.66/107.92  Current number of equations to process: 4643
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 295
% 107.66/107.92  New rule produced :
% 107.66/107.92  [364]
% 107.66/107.92  multiplication(multiplication(A,star(star(B))),star(B)) ->
% 107.66/107.92  multiplication(A,star(star(B)))
% 107.66/107.92  Current number of equations to process: 4645
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 296
% 107.66/107.92  New rule produced :
% 107.66/107.92  [365]
% 107.66/107.92  multiplication(star(star(A)),multiplication(star(A),B)) ->
% 107.66/107.92  multiplication(star(star(A)),B)
% 107.66/107.92  Current number of equations to process: 4644
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 297
% 107.66/107.92  New rule produced :
% 107.66/107.92  [366] ifeq(leq(star(star(A)),star(A)),true,true,true) -> true
% 107.66/107.92  Current number of equations to process: 4646
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 298
% 107.66/107.92  New rule produced :
% 107.66/107.92  [367] star(star(A)) addition multiplication(star(star(A)),A) -> star(star(A))
% 107.66/107.92  Current number of equations to process: 4675
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 299
% 107.66/107.92  New rule produced :
% 107.66/107.92  [368]
% 107.66/107.92  leq(multiplication(star(A),A) addition B,star(A) addition star(B)) -> true
% 107.66/107.92  Current number of equations to process: 4693
% 107.66/107.92  Current number of ordered equations: 2
% 107.66/107.92  Current number of rules: 300
% 107.66/107.92  New rule produced :
% 107.66/107.92  [369]
% 107.66/107.92  leq(multiplication(star(A),A) addition B,star(star(A) addition B)) -> true
% 107.66/107.92  Current number of equations to process: 4693
% 107.66/107.92  Current number of ordered equations: 1
% 107.66/107.92  Current number of rules: 301
% 107.66/107.92  New rule produced :
% 107.66/107.92  [370]
% 107.66/107.92  leq(multiplication(star(A),A) addition B,star(star(A)) addition B) -> true
% 107.66/107.92  Current number of equations to process: 4693
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 302
% 107.66/107.92  New rule produced :
% 107.66/107.92  [371]
% 107.66/107.92  leq(multiplication(A,star(A)),star(star(A) addition B) addition C) -> true
% 107.66/107.92  Current number of equations to process: 4690
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 303
% 107.66/107.92  New rule produced :
% 107.66/107.92  [372]
% 107.66/107.92  leq(multiplication(star(A),A),star(star(A) addition B) addition C) -> true
% 107.66/107.92  Current number of equations to process: 4689
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 304
% 107.66/107.92  New rule produced :
% 107.66/107.92  [373] leq(one addition A addition B,star(A) addition B addition C) -> true
% 107.66/107.92  Current number of equations to process: 4681
% 107.66/107.92  Current number of ordered equations: 1
% 107.66/107.92  Current number of rules: 305
% 107.66/107.92  New rule produced :
% 107.66/107.92  [374] leq(one addition A addition B,star(B addition C) addition A) -> true
% 107.66/107.92  Current number of equations to process: 4681
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 306
% 107.66/107.92  New rule produced :
% 107.66/107.92  [375]
% 107.66/107.92  leq(multiplication(A,star(A)) addition B,star(A) addition star(B)) -> true
% 107.66/107.92  Current number of equations to process: 4678
% 107.66/107.92  Current number of ordered equations: 2
% 107.66/107.92  Current number of rules: 307
% 107.66/107.92  New rule produced :
% 107.66/107.92  [376]
% 107.66/107.92  leq(multiplication(A,star(A)) addition B,star(star(A) addition B)) -> true
% 107.66/107.92  Current number of equations to process: 4678
% 107.66/107.92  Current number of ordered equations: 1
% 107.66/107.92  Current number of rules: 308
% 107.66/107.92  New rule produced :
% 107.66/107.92  [377]
% 107.66/107.92  leq(multiplication(A,star(A)) addition B,star(star(A)) addition B) -> true
% 107.66/107.92  Current number of equations to process: 4678
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 309
% 107.66/107.92  New rule produced :
% 107.66/107.92  [378] ifeq(leq(star(A),zero),true,leq(star(star(A)),zero),true) -> true
% 107.66/107.92  Current number of equations to process: 4677
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 310
% 107.66/107.92  New rule produced :
% 107.66/107.92  [379]
% 107.66/107.92  ifeq(leq(multiplication(A,star(star(B))),star(B)),true,true,true) -> true
% 107.66/107.92  Current number of equations to process: 4676
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 311
% 107.66/107.92  New rule produced :
% 107.66/107.92  [380]
% 107.66/107.92  multiplication(A,multiplication(star(B),star(C))) addition A ->
% 107.66/107.92  multiplication(A,multiplication(star(B),star(C)))
% 107.66/107.92  Current number of equations to process: 4675
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 312
% 107.66/107.92  New rule produced :
% 107.66/107.92  [381]
% 107.66/107.92  multiplication(multiplication(star(A),star(B)),C) addition C ->
% 107.66/107.92  multiplication(multiplication(star(A),star(B)),C)
% 107.66/107.92  Current number of equations to process: 4674
% 107.66/107.92  Current number of ordered equations: 0
% 107.66/107.92  Current number of rules: 313
% 107.66/107.92  New rule produced :
% 108.41/108.63  [382]
% 108.41/108.63  leq(multiplication(A,B),multiplication(multiplication(star(C),A),B)) -> true
% 108.41/108.63  Current number of equations to process: 4698
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 314
% 108.41/108.63  New rule produced :
% 108.41/108.63  [383] leq(A,multiplication(multiplication(star(B),A),star(C))) -> true
% 108.41/108.63  Current number of equations to process: 4768
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 315
% 108.41/108.63  New rule produced :
% 108.41/108.63  [384] leq(A,multiplication(star(B),multiplication(star(C),A))) -> true
% 108.41/108.63  Current number of equations to process: 4767
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 316
% 108.41/108.63  New rule produced : [385] leq(A,star(multiplication(star(B),A))) -> true
% 108.41/108.63  Current number of equations to process: 4768
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 317
% 108.41/108.63  New rule produced :
% 108.41/108.63  [386] leq(A,star(multiplication(star(B),A)) addition C) -> true
% 108.41/108.63  Current number of equations to process: 4767
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 318
% 108.41/108.63  New rule produced :
% 108.41/108.63  [387]
% 108.41/108.63  leq(A,multiplication(multiplication(star(B),A),star(C)) addition V_3) -> true
% 108.41/108.63  Current number of equations to process: 4766
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 319
% 108.41/108.63  New rule produced :
% 108.41/108.63  [388]
% 108.41/108.63  leq(A,multiplication(star(B),multiplication(star(C),A)) addition V_3) -> true
% 108.41/108.63  Current number of equations to process: 4765
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 320
% 108.41/108.63  New rule produced :
% 108.41/108.63  [389]
% 108.41/108.63  leq(multiplication(A,B),multiplication(multiplication(star(C),A),B) addition V_3)
% 108.41/108.63  -> true
% 108.41/108.63  Current number of equations to process: 4764
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 321
% 108.41/108.63  New rule produced :
% 108.41/108.63  [390]
% 108.41/108.63  leq(one,multiplication(multiplication(star(A),star(B)),star(C))) -> true
% 108.41/108.63  Current number of equations to process: 4767
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 322
% 108.41/108.63  New rule produced :
% 108.41/108.63  [391]
% 108.41/108.63  leq(one,multiplication(star(A),multiplication(star(B),star(C)))) -> true
% 108.41/108.63  Current number of equations to process: 4766
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 323
% 108.41/108.63  New rule produced :
% 108.41/108.63  [392]
% 108.41/108.63  leq(one,multiplication(multiplication(star(A),star(B)),star(C)) addition V_3)
% 108.41/108.63  -> true
% 108.41/108.63  Current number of equations to process: 4768
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 324
% 108.41/108.63  New rule produced :
% 108.41/108.63  [393]
% 108.41/108.63  leq(one,multiplication(star(A),multiplication(star(B),star(C))) addition V_3)
% 108.41/108.63  -> true
% 108.41/108.63  Current number of equations to process: 4767
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 325
% 108.41/108.63  New rule produced :
% 108.41/108.63  [394]
% 108.41/108.63  multiplication(multiplication(A,star(B)),star(star(B))) ->
% 108.41/108.63  multiplication(A,star(star(B)))
% 108.41/108.63  Current number of equations to process: 4809
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 326
% 108.41/108.63  New rule produced :
% 108.41/108.63  [395]
% 108.41/108.63  multiplication(star(A),multiplication(star(star(A)),B)) ->
% 108.41/108.63  multiplication(star(star(A)),B)
% 108.41/108.63  Current number of equations to process: 4808
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 327
% 108.41/108.63  New rule produced :
% 108.41/108.63  [396] star(star(A)) addition multiplication(A,star(star(A))) -> star(star(A))
% 108.41/108.63  Current number of equations to process: 4843
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 328
% 108.41/108.63  New rule produced :
% 108.41/108.63  [397]
% 108.41/108.63  ifeq(leq(multiplication(star(star(A)),B),star(A)),true,true,true) -> true
% 108.41/108.63  Current number of equations to process: 4842
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 329
% 108.41/108.63  New rule produced :
% 108.41/108.63  [398]
% 108.41/108.63  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)))
% 108.41/108.63  -> true
% 108.41/108.63  Current number of equations to process: 4845
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 330
% 108.41/108.63  New rule produced :
% 108.41/108.63  [399]
% 108.41/108.63  leq(multiplication(A,multiplication(B,star(B))) addition A,multiplication(A,
% 108.41/108.63                                                             star(B))) -> true
% 108.41/108.63  Current number of equations to process: 4844
% 108.41/108.63  Current number of ordered equations: 0
% 108.41/108.63  Current number of rules: 331
% 108.41/108.63  New rule produced :
% 108.41/108.63  [400]
% 108.41/108.63  leq(multiplication(A,multiplication(star(B),B)) addition A,multiplication(A,
% 108.41/108.63                                                             star(B))) -> true
% 108.91/109.10  Current number of equations to process: 4843
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 332
% 108.91/109.10  New rule produced :
% 108.91/109.10  [401] ifeq3(star(A) addition B,A,leq(star(A) addition B,A),true) -> true
% 108.91/109.10  Current number of equations to process: 4842
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 333
% 108.91/109.10  New rule produced :
% 108.91/109.10  [402] ifeq2(leq(star(A) addition B,A),true,star(A) addition B,A) -> A
% 108.91/109.10  Current number of equations to process: 4841
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 334
% 108.91/109.10  New rule produced :
% 108.91/109.10  [403]
% 108.91/109.10  multiplication(multiplication(A,star(star(B))),multiplication(star(B),C)) <->
% 108.91/109.10  multiplication(A,multiplication(star(star(B)),C))
% 108.91/109.10  Current number of equations to process: 4836
% 108.91/109.10  Current number of ordered equations: 1
% 108.91/109.10  Current number of rules: 335
% 108.91/109.10  New rule produced :
% 108.91/109.10  [404]
% 108.91/109.10  multiplication(A,multiplication(star(star(B)),C)) <->
% 108.91/109.10  multiplication(multiplication(A,star(star(B))),multiplication(star(B),C))
% 108.91/109.10  Current number of equations to process: 4836
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 336
% 108.91/109.10  Rule [404]
% 108.91/109.10       multiplication(A,multiplication(star(star(B)),C)) <->
% 108.91/109.10       multiplication(multiplication(A,star(star(B))),multiplication(star(B),C)) is composed into 
% 108.91/109.10  [404]
% 108.91/109.10  multiplication(A,multiplication(star(star(B)),C)) <->
% 108.91/109.10  multiplication(multiplication(A,star(star(B))),C)
% 108.91/109.10  New rule produced :
% 108.91/109.10  [405]
% 108.91/109.10  multiplication(multiplication(A,star(star(B))),multiplication(star(B),C)) ->
% 108.91/109.10  multiplication(multiplication(A,star(star(B))),C)
% 108.91/109.10  Rule
% 108.91/109.10  [403]
% 108.91/109.10  multiplication(multiplication(A,star(star(B))),multiplication(star(B),C)) <->
% 108.91/109.10  multiplication(A,multiplication(star(star(B)),C)) collapsed.
% 108.91/109.10  Current number of equations to process: 4835
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 336
% 108.91/109.10  New rule produced :
% 108.91/109.10  [406]
% 108.91/109.10  star(star(A)) addition multiplication(star(star(A)),multiplication(A,star(A)))
% 108.91/109.10  -> star(star(A))
% 108.91/109.10  Current number of equations to process: 4834
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 337
% 108.91/109.10  New rule produced :
% 108.91/109.10  [407]
% 108.91/109.10  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B))
% 108.91/109.10  -> true
% 108.91/109.10  Current number of equations to process: 4832
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 338
% 108.91/109.10  New rule produced :
% 108.91/109.10  [408]
% 108.91/109.10  leq(multiplication(multiplication(A,star(A)),B) addition B,multiplication(
% 108.91/109.10                                                             star(A),B)) ->
% 108.91/109.10  true
% 108.91/109.10  Current number of equations to process: 4831
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 339
% 108.91/109.10  New rule produced :
% 108.91/109.10  [409]
% 108.91/109.10  leq(multiplication(multiplication(star(A),A),B) addition B,multiplication(
% 108.91/109.10                                                             star(A),B)) ->
% 108.91/109.10  true
% 108.91/109.10  Current number of equations to process: 4830
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 340
% 108.91/109.10  New rule produced :
% 108.91/109.10  [410]
% 108.91/109.10  multiplication(multiplication(A,star(B)),multiplication(star(star(B)),C)) ->
% 108.91/109.10  multiplication(A,multiplication(star(star(B)),C))
% 108.91/109.10  Current number of equations to process: 4829
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 341
% 108.91/109.10  New rule produced :
% 108.91/109.10  [411]
% 108.91/109.10  star(star(A)) addition multiplication(multiplication(star(A),A),star(star(A)))
% 108.91/109.10  -> star(star(A))
% 108.91/109.10  Current number of equations to process: 4826
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 342
% 108.91/109.10  New rule produced :
% 108.91/109.10  [412]
% 108.91/109.10  one addition multiplication(multiplication(star(A),star(B)),star(C)) ->
% 108.91/109.10  multiplication(multiplication(star(A),star(B)),star(C))
% 108.91/109.10  Current number of equations to process: 4825
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 343
% 108.91/109.10  New rule produced :
% 108.91/109.10  [413]
% 108.91/109.10  one addition multiplication(star(A),multiplication(star(B),star(C))) ->
% 108.91/109.10  multiplication(star(A),multiplication(star(B),star(C)))
% 108.91/109.10  Current number of equations to process: 4824
% 108.91/109.10  Current number of ordered equations: 0
% 108.91/109.10  Current number of rules: 344
% 108.91/109.10  New rule produced :
% 108.91/109.10  [414] leq(A addition B,star(A) addition multiplication(B,star(C))) -> true
% 108.91/109.10  Current number of equations to process: 4919
% 108.91/109.10  Current number of ordered equations: 2
% 108.91/109.10  Current number of rules: 345
% 108.91/109.10  New rule produced :
% 108.91/109.10  [415] leq(A addition B,star(multiplication(A,star(C)) addition B)) -> true
% 110.18/110.42  Current number of equations to process: 4919
% 110.18/110.42  Current number of ordered equations: 1
% 110.18/110.42  Current number of rules: 346
% 110.18/110.42  New rule produced :
% 110.18/110.42  [416] leq(A addition B,star(multiplication(A,star(C))) addition B) -> true
% 110.18/110.42  Current number of equations to process: 4919
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 347
% 110.18/110.42  New rule produced :
% 110.18/110.42  [417]
% 110.18/110.42  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,
% 110.18/110.42                                                      star(V_3))) -> true
% 110.18/110.42  Rule
% 110.18/110.42  [398]
% 110.18/110.42  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)))
% 110.18/110.42  -> true collapsed.
% 110.18/110.42  Current number of equations to process: 4945
% 110.18/110.42  Current number of ordered equations: 1
% 110.18/110.42  Current number of rules: 347
% 110.18/110.42  New rule produced :
% 110.18/110.42  [418]
% 110.18/110.42  leq(A addition B,multiplication(multiplication(A,star(C)),star(V_3)) addition B)
% 110.18/110.42  -> true
% 110.18/110.42  Current number of equations to process: 4945
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 348
% 110.18/110.42  New rule produced :
% 110.18/110.42  [419]
% 110.18/110.42  leq(A addition B,multiplication(star(C),B) addition multiplication(A,
% 110.18/110.42                                                      star(V_3))) -> true
% 110.18/110.42  Current number of equations to process: 4942
% 110.18/110.42  Current number of ordered equations: 2
% 110.18/110.42  Current number of rules: 349
% 110.18/110.42  New rule produced :
% 110.18/110.42  [420]
% 110.18/110.42  leq(A addition B,multiplication(star(C),multiplication(A,star(V_3))) addition B)
% 110.18/110.42  -> true
% 110.18/110.42  Current number of equations to process: 4942
% 110.18/110.42  Current number of ordered equations: 1
% 110.18/110.42  Current number of rules: 350
% 110.18/110.42  New rule produced :
% 110.18/110.42  [421]
% 110.18/110.42  leq(star(A) addition star(B),multiplication(star(A),star(B)) addition C) ->
% 110.18/110.42  true
% 110.18/110.42  Current number of equations to process: 4942
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 351
% 110.18/110.42  New rule produced :
% 110.18/110.42  [422]
% 110.18/110.42  leq(A addition B,star(A) addition multiplication(B,star(C)) addition V_3) ->
% 110.18/110.42  true
% 110.18/110.42  Current number of equations to process: 4939
% 110.18/110.42  Current number of ordered equations: 2
% 110.18/110.42  Current number of rules: 352
% 110.18/110.42  New rule produced :
% 110.18/110.42  [423]
% 110.18/110.42  leq(A addition B,star(multiplication(A,star(C)) addition B) addition V_3) ->
% 110.18/110.42  true
% 110.18/110.42  Current number of equations to process: 4939
% 110.18/110.42  Current number of ordered equations: 1
% 110.18/110.42  Current number of rules: 353
% 110.18/110.42  New rule produced :
% 110.18/110.42  [424]
% 110.18/110.42  leq(A addition B,star(multiplication(A,star(C))) addition B addition V_3) ->
% 110.18/110.42  true
% 110.18/110.42  Current number of equations to process: 4939
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 354
% 110.18/110.42  New rule produced : [425] leq(A,multiplication(star(A),star(B))) -> true
% 110.18/110.42  Current number of equations to process: 3128
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 355
% 110.18/110.42  New rule produced :
% 110.18/110.42  [426] leq(A,multiplication(star(A),star(B)) addition C) -> true
% 110.18/110.42  Current number of equations to process: 3127
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 356
% 110.18/110.42  New rule produced :
% 110.18/110.42  [427] leq(A addition B,multiplication(star(A),star(C)) addition B) -> true
% 110.18/110.42  Current number of equations to process: 3136
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 357
% 110.18/110.42  New rule produced :
% 110.18/110.42  [428]
% 110.18/110.42  leq(star(A) addition multiplication(B,star(B)),multiplication(star(B),
% 110.18/110.42                                                 star(A))) -> true
% 110.18/110.42  Current number of equations to process: 3163
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 358
% 110.18/110.42  New rule produced :
% 110.18/110.42  [429]
% 110.18/110.42  leq(A addition B,multiplication(star(A),star(C)) addition B addition V_3) ->
% 110.18/110.42  true
% 110.18/110.42  Current number of equations to process: 3162
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 359
% 110.18/110.42  New rule produced :
% 110.18/110.42  [430]
% 110.18/110.42  star(multiplication(star(A),star(B))) addition multiplication(A,star(A)) ->
% 110.18/110.42  star(multiplication(star(A),star(B)))
% 110.18/110.42  Current number of equations to process: 3161
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 360
% 110.18/110.42  New rule produced :
% 110.18/110.42  [431]
% 110.18/110.42  leq(star(A) addition multiplication(star(B),B),multiplication(star(B),
% 110.18/110.42                                                 star(A))) -> true
% 110.18/110.42  Current number of equations to process: 3276
% 110.18/110.42  Current number of ordered equations: 0
% 110.18/110.42  Current number of rules: 361
% 110.18/110.42  New rule produced :
% 110.18/110.42  [432]
% 110.18/110.42  leq(multiplication(A,star(A)),multiplication(multiplication(star(A),star(B)),
% 111.66/111.90                                star(C))) -> true
% 111.66/111.90  Current number of equations to process: 3275
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 362
% 111.66/111.90  New rule produced :
% 111.66/111.90  [433]
% 111.66/111.90  leq(multiplication(star(A),A),multiplication(multiplication(star(A),star(B)),
% 111.66/111.90                                star(C))) -> true
% 111.66/111.90  Current number of equations to process: 3274
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 363
% 111.66/111.90  New rule produced :
% 111.66/111.90  [434]
% 111.66/111.90  star(multiplication(star(A),star(B))) addition multiplication(star(A),A) ->
% 111.66/111.90  star(multiplication(star(A),star(B)))
% 111.66/111.90  Current number of equations to process: 3273
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 364
% 111.66/111.90  New rule produced :
% 111.66/111.90  [435]
% 111.66/111.90  leq(A,multiplication(multiplication(multiplication(A,star(B)),star(C)),
% 111.66/111.90        star(V_3))) -> true
% 111.66/111.90  Current number of equations to process: 3450
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 365
% 111.66/111.90  New rule produced :
% 111.66/111.90  [436]
% 111.66/111.90  leq(A,multiplication(multiplication(multiplication(star(B),A),star(C)),
% 111.66/111.90        star(V_3))) -> true
% 111.66/111.90  Current number of equations to process: 3449
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 366
% 111.66/111.90  New rule produced :
% 111.66/111.90  [437]
% 111.66/111.90  leq(one,multiplication(multiplication(multiplication(star(A),star(B)),
% 111.66/111.90                         star(C)),star(V_3))) -> true
% 111.66/111.90  Current number of equations to process: 3452
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 367
% 111.66/111.90  New rule produced :
% 111.66/111.90  [438]
% 111.66/111.90  star(multiplication(multiplication(A,star(B)),star(C))) addition A ->
% 111.66/111.90  star(multiplication(multiplication(A,star(B)),star(C)))
% 111.66/111.90  Current number of equations to process: 3450
% 111.66/111.90  Current number of ordered equations: 1
% 111.66/111.90  Current number of rules: 368
% 111.66/111.90  New rule produced :
% 111.66/111.90  [439]
% 111.66/111.90  multiplication(multiplication(star(A),star(B)),star(C)) addition A ->
% 111.66/111.90  multiplication(multiplication(star(A),star(B)),star(C))
% 111.66/111.90  Current number of equations to process: 3450
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 369
% 111.66/111.90  New rule produced :
% 111.66/111.90  [440]
% 111.66/111.90  multiplication(star(multiplication(A,star(B))),star(C)) addition A ->
% 111.66/111.90  multiplication(star(multiplication(A,star(B))),star(C))
% 111.66/111.90  Current number of equations to process: 3449
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 370
% 111.66/111.90  New rule produced :
% 111.66/111.90  [441] leq(A addition B,star(A) addition multiplication(star(C),B)) -> true
% 111.66/111.90  Current number of equations to process: 3542
% 111.66/111.90  Current number of ordered equations: 2
% 111.66/111.90  Current number of rules: 371
% 111.66/111.90  New rule produced :
% 111.66/111.90  [442] leq(A addition B,star(multiplication(star(C),A) addition B)) -> true
% 111.66/111.90  Current number of equations to process: 3542
% 111.66/111.90  Current number of ordered equations: 1
% 111.66/111.90  Current number of rules: 372
% 111.66/111.90  New rule produced :
% 111.66/111.90  [443] leq(A addition B,star(multiplication(star(C),A)) addition B) -> true
% 111.66/111.90  Current number of equations to process: 3542
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 373
% 111.66/111.90  New rule produced :
% 111.66/111.90  [444]
% 111.66/111.90  leq(A addition B,multiplication(multiplication(star(C),A),star(V_3)) addition B)
% 111.66/111.90  -> true
% 111.66/111.90  Current number of equations to process: 3589
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 374
% 111.66/111.90  New rule produced :
% 111.66/111.90  [445]
% 111.66/111.90  leq(A addition B,multiplication(star(C),B) addition multiplication(star(V_3),A))
% 111.66/111.90  -> true
% 111.66/111.90  Rule
% 111.66/111.90  [407]
% 111.66/111.90  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B))
% 111.66/111.90  -> true collapsed.
% 111.66/111.90  Current number of equations to process: 3587
% 111.66/111.90  Current number of ordered equations: 1
% 111.66/111.90  Current number of rules: 374
% 111.66/111.90  New rule produced :
% 111.66/111.90  [446]
% 111.66/111.90  leq(A addition B,multiplication(star(C),multiplication(star(V_3),A)) addition B)
% 111.66/111.90  -> true
% 111.66/111.90  Current number of equations to process: 3587
% 111.66/111.90  Current number of ordered equations: 0
% 111.66/111.90  Current number of rules: 375
% 111.66/111.90  New rule produced :
% 111.66/111.90  [447]
% 111.66/111.90  leq(A addition B,star(A) addition multiplication(star(C),B) addition V_3) ->
% 111.66/111.90  true
% 111.66/111.90  Current number of equations to process: 3584
% 111.66/111.90  Current number of ordered equations: 2
% 111.66/111.90  Current number of rules: 376
% 111.66/111.90  New rule produced :
% 111.66/111.90  [448]
% 111.66/111.90  leq(A addition B,star(multiplication(star(C),A) addition B) addition V_3) ->
% 111.66/111.90  true
% 111.66/111.90  Current number of equations to process: 3584
% 111.66/111.90  Current number of ordered equations: 1
% 111.66/111.90  Current number of rules: 377
% 111.66/111.90  New rule produced :
% 114.13/114.33  [449]
% 114.13/114.33  leq(A addition B,star(multiplication(star(C),A)) addition B addition V_3) ->
% 114.13/114.33  true
% 114.13/114.33  Current number of equations to process: 3584
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 378
% 114.13/114.33  New rule produced : [450] leq(A,multiplication(star(B),star(A))) -> true
% 114.13/114.33  Current number of equations to process: 3648
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 379
% 114.13/114.33  New rule produced :
% 114.13/114.33  [451] leq(A,multiplication(star(B),star(A)) addition C) -> true
% 114.13/114.33  Current number of equations to process: 3647
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 380
% 114.13/114.33  New rule produced :
% 114.13/114.33  [452] leq(A addition B,multiplication(star(C),star(A)) addition B) -> true
% 114.13/114.33  Current number of equations to process: 3658
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 381
% 114.13/114.33  New rule produced :
% 114.13/114.33  [453]
% 114.13/114.33  leq(star(A) addition multiplication(B,star(B)),multiplication(star(A),
% 114.13/114.33                                                 star(B))) -> true
% 114.13/114.33  Current number of equations to process: 3693
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 382
% 114.13/114.33  New rule produced :
% 114.13/114.33  [454]
% 114.13/114.33  leq(A addition B,multiplication(star(C),star(A)) addition B addition V_3) ->
% 114.13/114.33  true
% 114.13/114.33  Current number of equations to process: 3692
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 383
% 114.13/114.33  New rule produced :
% 114.13/114.33  [455]
% 114.13/114.33  star(multiplication(star(A),star(B))) addition multiplication(B,star(B)) ->
% 114.13/114.33  star(multiplication(star(A),star(B)))
% 114.13/114.33  Current number of equations to process: 3691
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 384
% 114.13/114.33  New rule produced :
% 114.13/114.33  [456]
% 114.13/114.33  multiplication(star(A),star(multiplication(B,star(C)))) addition B ->
% 114.13/114.33  multiplication(star(A),star(multiplication(B,star(C))))
% 114.13/114.33  Current number of equations to process: 3690
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 385
% 114.13/114.33  New rule produced :
% 114.13/114.33  [457]
% 114.13/114.33  leq(star(A) addition multiplication(star(B),B),multiplication(star(A),
% 114.13/114.33                                                 star(B))) -> true
% 114.13/114.33  Current number of equations to process: 3814
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 386
% 114.13/114.33  New rule produced :
% 114.13/114.33  [458]
% 114.13/114.33  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(A),
% 114.13/114.33                                                       star(C)))) -> true
% 114.13/114.33  Current number of equations to process: 3813
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 387
% 114.13/114.33  New rule produced :
% 114.13/114.33  [459]
% 114.13/114.33  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(A),
% 114.13/114.33                                                       star(C)))) -> true
% 114.13/114.33  Current number of equations to process: 3812
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 388
% 114.13/114.33  New rule produced :
% 114.13/114.33  [460]
% 114.13/114.33  star(multiplication(star(A),star(B))) addition multiplication(star(B),B) ->
% 114.13/114.33  star(multiplication(star(A),star(B)))
% 114.13/114.33  Current number of equations to process: 3811
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 389
% 114.13/114.33  New rule produced :
% 114.13/114.33  [461]
% 114.13/114.33  leq(A,multiplication(star(B),multiplication(multiplication(A,star(C)),
% 114.13/114.33                               star(V_3)))) -> true
% 114.13/114.33  Current number of equations to process: 4004
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 390
% 114.13/114.33  New rule produced :
% 114.13/114.33  [462]
% 114.13/114.33  leq(A,multiplication(star(B),multiplication(multiplication(star(C),A),
% 114.13/114.33                               star(V_3)))) -> true
% 114.13/114.33  Current number of equations to process: 4003
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 391
% 114.13/114.33  New rule produced :
% 114.13/114.33  [463]
% 114.13/114.33  leq(one,multiplication(star(A),multiplication(multiplication(star(B),star(C)),
% 114.13/114.33                                 star(V_3)))) -> true
% 114.13/114.33  Current number of equations to process: 4043
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 392
% 114.13/114.33  New rule produced :
% 114.13/114.33  [464]
% 114.13/114.33  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(A)),
% 114.13/114.33                                star(C))) -> true
% 114.13/114.33  Current number of equations to process: 4042
% 114.13/114.33  Current number of ordered equations: 0
% 114.13/114.33  Current number of rules: 393
% 114.13/114.33  New rule produced :
% 114.13/114.33  [465]
% 114.13/114.33  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(A)),
% 114.13/114.33                                star(C))) -> true
% 116.39/116.58  Current number of equations to process: 4041
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 394
% 116.39/116.58  New rule produced :
% 116.39/116.58  [466]
% 116.39/116.58  multiplication(star(A),multiplication(star(B),star(C))) addition B ->
% 116.39/116.58  multiplication(star(A),multiplication(star(B),star(C)))
% 116.39/116.58  Current number of equations to process: 4039
% 116.39/116.58  Current number of ordered equations: 1
% 116.39/116.58  Current number of rules: 395
% 116.39/116.58  New rule produced :
% 116.39/116.58  [467]
% 116.39/116.58  star(multiplication(star(A),multiplication(B,star(C)))) addition B ->
% 116.39/116.58  star(multiplication(star(A),multiplication(B,star(C))))
% 116.39/116.58  Current number of equations to process: 4039
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 396
% 116.39/116.58  New rule produced :
% 116.39/116.58  [468]
% 116.39/116.58  leq(A,multiplication(multiplication(star(B),multiplication(A,star(C))),
% 116.39/116.58        star(V_3))) -> true
% 116.39/116.58  Current number of equations to process: 4238
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 397
% 116.39/116.58  New rule produced :
% 116.39/116.58  [469]
% 116.39/116.58  leq(A,multiplication(multiplication(star(B),multiplication(star(C),A)),
% 116.39/116.58        star(V_3))) -> true
% 116.39/116.58  Current number of equations to process: 4237
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 398
% 116.39/116.58  New rule produced :
% 116.39/116.58  [470]
% 116.39/116.58  leq(one,multiplication(multiplication(star(A),multiplication(star(B),star(C))),
% 116.39/116.58          star(V_3))) -> true
% 116.39/116.58  Current number of equations to process: 4277
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 399
% 116.39/116.58  New rule produced :
% 116.39/116.58  [471]
% 116.39/116.58  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(C),
% 116.39/116.58                                                       star(A)))) -> true
% 116.39/116.58  Current number of equations to process: 4276
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 400
% 116.39/116.58  New rule produced :
% 116.39/116.58  [472]
% 116.39/116.58  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(C),
% 116.39/116.58                                                       star(A)))) -> true
% 116.39/116.58  Current number of equations to process: 4275
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 401
% 116.39/116.58  New rule produced :
% 116.39/116.58  [473]
% 116.39/116.58  multiplication(multiplication(star(A),star(B)),star(C)) addition B ->
% 116.39/116.58  multiplication(multiplication(star(A),star(B)),star(C))
% 116.39/116.58  Current number of equations to process: 4273
% 116.39/116.58  Current number of ordered equations: 1
% 116.39/116.58  Current number of rules: 402
% 116.39/116.58  New rule produced :
% 116.39/116.58  [474]
% 116.39/116.58  star(multiplication(multiplication(star(A),B),star(C))) addition B ->
% 116.39/116.58  star(multiplication(multiplication(star(A),B),star(C)))
% 116.39/116.58  Current number of equations to process: 4273
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 403
% 116.39/116.58  New rule produced :
% 116.39/116.58  [475]
% 116.39/116.58  multiplication(star(multiplication(star(A),B)),star(C)) addition B ->
% 116.39/116.58  multiplication(star(multiplication(star(A),B)),star(C))
% 116.39/116.58  Current number of equations to process: 4272
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 404
% 116.39/116.58  New rule produced :
% 116.39/116.58  [476]
% 116.39/116.58  multiplication(star(A),star(multiplication(star(B),C))) addition C ->
% 116.39/116.58  multiplication(star(A),star(multiplication(star(B),C)))
% 116.39/116.58  Current number of equations to process: 4271
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 405
% 116.39/116.58  New rule produced :
% 116.39/116.58  [477]
% 116.39/116.58  leq(A,multiplication(star(B),multiplication(star(C),multiplication(A,
% 116.39/116.58                                                      star(V_3))))) -> true
% 116.39/116.58  Current number of equations to process: 4470
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 406
% 116.39/116.58  New rule produced :
% 116.39/116.58  [478]
% 116.39/116.58  leq(A,multiplication(star(B),multiplication(star(C),multiplication(star(V_3),A))))
% 116.39/116.58  -> true
% 116.39/116.58  Current number of equations to process: 4469
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 407
% 116.39/116.58  New rule produced :
% 116.39/116.58  [479]
% 116.39/116.58  leq(one,multiplication(star(A),multiplication(star(B),multiplication(
% 116.39/116.58                                                        star(C),star(V_3)))))
% 116.39/116.58  -> true
% 116.39/116.58  Current number of equations to process: 4468
% 116.39/116.58  Current number of ordered equations: 0
% 116.39/116.58  Current number of rules: 408
% 116.39/116.58  New rule produced :
% 116.39/116.58  [480]
% 116.39/116.58  star(multiplication(star(A),multiplication(star(B),C))) addition C ->
% 116.39/116.58  star(multiplication(star(A),multiplication(star(B),C)))
% 116.39/116.58  Current number of equations to process: 4469
% 116.39/116.58  Current number of ordered equations: 1
% 116.39/116.58  Current number of rules: 409
% 116.46/116.70  New rule produced :
% 116.46/116.70  [481]
% 116.46/116.70  multiplication(star(A),multiplication(star(B),star(C))) addition C ->
% 116.46/116.70  multiplication(star(A),multiplication(star(B),star(C)))
% 116.46/116.70  Current number of equations to process: 4469
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 410
% 116.46/116.70  New rule produced :
% 116.46/116.70  [482]
% 116.46/116.70  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(A,B),
% 116.46/116.70                                            multiplication(C,star(V_3)))) ->
% 116.46/116.70  true
% 116.46/116.70  Current number of equations to process: 4468
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 411
% 116.46/116.70  New rule produced :
% 116.46/116.70  [483]
% 116.46/116.70  leq(multiplication(A,multiplication(B,C)),multiplication(A,multiplication(B,
% 116.46/116.70                                                             multiplication(C,
% 116.46/116.70                                                             star(V_3))))) ->
% 116.46/116.70  true
% 116.46/116.70  Current number of equations to process: 4467
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 412
% 116.46/116.70  New rule produced :
% 116.46/116.70  [484]
% 116.46/116.70  leq(multiplication(multiplication(A,B),C),multiplication(A,multiplication(
% 116.46/116.70                                                             multiplication(B,C),
% 116.46/116.70                                                             star(V_3)))) ->
% 116.46/116.70  true
% 116.46/116.70  Current number of equations to process: 4466
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 413
% 116.46/116.70  New rule produced :
% 116.46/116.70  [485]
% 116.46/116.70  leq(multiplication(multiplication(A,B),C),multiplication(A,multiplication(B,
% 116.46/116.70                                                             multiplication(C,
% 116.46/116.70                                                             star(V_3))))) ->
% 116.46/116.70  true
% 116.46/116.70  Current number of equations to process: 4465
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 414
% 116.46/116.70  New rule produced :
% 116.46/116.70  [486]
% 116.46/116.70  leq(multiplication(A,B) addition C,multiplication(A,multiplication(B,
% 116.46/116.70                                                      star(V_3))) addition C)
% 116.46/116.70  -> true
% 116.46/116.70  Current number of equations to process: 4464
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 415
% 116.46/116.70  New rule produced :
% 116.46/116.70  [487]
% 116.46/116.70  leq(multiplication(star(A),A) addition B,star(A) addition star(B) addition C)
% 116.46/116.70  -> true
% 116.46/116.70  Current number of equations to process: 4457
% 116.46/116.70  Current number of ordered equations: 5
% 116.46/116.70  Current number of rules: 416
% 116.46/116.70  New rule produced :
% 116.46/116.70  [488]
% 116.46/116.70  leq(multiplication(star(A),A) addition B,star(star(A) addition B addition C))
% 116.46/116.70  -> true
% 116.46/116.70  Current number of equations to process: 4457
% 116.46/116.70  Current number of ordered equations: 4
% 116.46/116.70  Current number of rules: 417
% 116.46/116.70  New rule produced :
% 116.46/116.70  [489]
% 116.46/116.70  leq(multiplication(star(A),A) addition B,star(B addition C) addition star(A))
% 116.46/116.70  -> true
% 116.46/116.70  Current number of equations to process: 4457
% 116.46/116.70  Current number of ordered equations: 3
% 116.46/116.70  Current number of rules: 418
% 116.46/116.70  New rule produced :
% 116.46/116.70  [490]
% 116.46/116.70  leq(multiplication(star(A),A) addition B,star(star(A) addition C) addition B)
% 116.46/116.70  -> true
% 116.46/116.70  Current number of equations to process: 4457
% 116.46/116.70  Current number of ordered equations: 2
% 116.46/116.70  Current number of rules: 419
% 116.46/116.70  New rule produced :
% 116.46/116.70  [491]
% 116.46/116.70  leq(multiplication(star(A),A) addition B,star(star(A) addition B) addition C)
% 116.46/116.70  -> true
% 116.46/116.70  Current number of equations to process: 4457
% 116.46/116.70  Current number of ordered equations: 1
% 116.46/116.70  Current number of rules: 420
% 116.46/116.70  New rule produced :
% 116.46/116.70  [492]
% 116.46/116.70  leq(multiplication(star(A),A) addition B,star(star(A)) addition B addition C)
% 116.46/116.70  -> true
% 116.46/116.70  Current number of equations to process: 4457
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 421
% 116.46/116.70  New rule produced :
% 116.46/116.70  [493]
% 116.46/116.70  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(A)),one),true) ->
% 116.46/116.70  true
% 116.46/116.70  Current number of equations to process: 4455
% 116.46/116.70  Current number of ordered equations: 1
% 116.46/116.70  Current number of rules: 422
% 116.46/116.70  New rule produced :
% 116.46/116.70  [494]
% 116.46/116.70  ifeq(leq(star(A),one),true,leq(multiplication(star(star(A)),A),one),true) ->
% 116.46/116.70  true
% 116.46/116.70  Current number of equations to process: 4455
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 423
% 116.46/116.70  New rule produced :
% 116.46/116.70  [495]
% 116.46/116.70  ifeq3(star(A) addition B,star(A),leq(A addition B,star(A)),true) -> true
% 116.46/116.70  Current number of equations to process: 4454
% 116.46/116.70  Current number of ordered equations: 0
% 116.46/116.70  Current number of rules: 424
% 116.46/116.70  New rule produced :
% 116.46/116.70  [496]
% 116.46/116.70  ifeq(leq(star(A),one),true,leq(multiplication(A,star(star(A))),one),true) ->
% 116.46/116.70  true
% 116.56/116.79  Current number of equations to process: 4452
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 425
% 116.56/116.79  New rule produced :
% 116.56/116.79  [497]
% 116.56/116.79  leq(one addition A addition B,star(B addition C) addition A addition V_3) ->
% 116.56/116.79  true
% 116.56/116.79  Current number of equations to process: 4451
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 426
% 116.56/116.79  New rule produced :
% 116.56/116.79  [498]
% 116.56/116.79  star(multiplication(A,star(B))) addition multiplication(A,multiplication(B,
% 116.56/116.79                                                            star(B))) ->
% 116.56/116.79  star(multiplication(A,star(B)))
% 116.56/116.79  Current number of equations to process: 4450
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 427
% 116.56/116.79  New rule produced :
% 116.56/116.79  [499]
% 116.56/116.79  star(multiplication(star(A),B)) addition multiplication(multiplication(A,
% 116.56/116.79                                                          star(A)),B) ->
% 116.56/116.79  star(multiplication(star(A),B))
% 116.56/116.79  Current number of equations to process: 4449
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 428
% 116.56/116.79  New rule produced :
% 116.56/116.79  [500]
% 116.56/116.79  star(multiplication(A,star(B))) addition multiplication(A,multiplication(
% 116.56/116.79                                                            star(B),B)) ->
% 116.56/116.79  star(multiplication(A,star(B)))
% 116.56/116.79  Current number of equations to process: 4448
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 429
% 116.56/116.79  New rule produced :
% 116.56/116.79  [501]
% 116.56/116.79  star(multiplication(star(A),B)) addition multiplication(multiplication(
% 116.56/116.79                                                          star(A),A),B) ->
% 116.56/116.79  star(multiplication(star(A),B))
% 116.56/116.79  Current number of equations to process: 4447
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 430
% 116.56/116.79  New rule produced :
% 116.56/116.79  [502]
% 116.56/116.79  leq(multiplication(A,star(A)) addition B,star(A) addition star(B) addition C)
% 116.56/116.79  -> true
% 116.56/116.79  Current number of equations to process: 4443
% 116.56/116.79  Current number of ordered equations: 2
% 116.56/116.79  Current number of rules: 431
% 116.56/116.79  New rule produced :
% 116.56/116.79  [503]
% 116.56/116.79  leq(multiplication(A,star(A)) addition B,star(star(A) addition B) addition C)
% 116.56/116.79  -> true
% 116.56/116.79  Current number of equations to process: 4443
% 116.56/116.79  Current number of ordered equations: 1
% 116.56/116.79  Current number of rules: 432
% 116.56/116.79  New rule produced :
% 116.56/116.79  [504]
% 116.56/116.79  leq(multiplication(A,star(A)) addition B,star(star(A)) addition B addition C)
% 116.56/116.79  -> true
% 116.56/116.79  Current number of equations to process: 4443
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 433
% 116.56/116.79  New rule produced :
% 116.56/116.79  [505]
% 116.56/116.79  ifeq(leq(multiplication(star(star(A)),B),multiplication(star(A),B)),true,true,true)
% 116.56/116.79  -> true
% 116.56/116.79  Current number of equations to process: 4442
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 434
% 116.56/116.79  New rule produced :
% 116.56/116.79  [506]
% 116.56/116.79  ifeq(leq(multiplication(A,multiplication(B,star(star(C)))),star(C)),true,true,true)
% 116.56/116.79  -> true
% 116.56/116.79  Current number of equations to process: 4441
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 435
% 116.56/116.79  New rule produced :
% 116.56/116.79  [507]
% 116.56/116.79  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(
% 116.56/116.79                                                           star(V_3),A),
% 116.56/116.79                                            multiplication(B,C))) -> true
% 116.56/116.79  Current number of equations to process: 4440
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 436
% 116.56/116.79  New rule produced :
% 116.56/116.79  [508]
% 116.56/116.79  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(
% 116.56/116.79                                                           multiplication(
% 116.56/116.79                                                           star(V_3),A),B),C))
% 116.56/116.79  -> true
% 116.56/116.79  Current number of equations to process: 4439
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 437
% 116.56/116.79  New rule produced :
% 116.56/116.79  [509]
% 116.56/116.79  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 116.56/116.79                                                           star(V_3),multiplication(A,B)),C))
% 116.56/116.79  -> true
% 116.56/116.79  Current number of equations to process: 4438
% 116.56/116.79  Current number of ordered equations: 0
% 116.56/116.79  Current number of rules: 438
% 116.56/116.79  New rule produced :
% 116.56/116.79  [510]
% 116.56/116.79  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 116.56/116.79                                                           multiplication(
% 116.56/116.79                                                           star(V_3),A),B),C))
% 116.56/116.79  -> true
% 116.56/116.79  Current number of equations to process: 4437
% 116.56/116.79  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 439
% 116.69/116.91  New rule produced :
% 116.69/116.91  [511]
% 116.69/116.91  leq(multiplication(A,B) addition C,multiplication(multiplication(star(V_3),A),B) addition C)
% 116.69/116.91  -> true
% 116.69/116.91  Current number of equations to process: 4436
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 440
% 116.69/116.91  New rule produced :
% 116.69/116.91  [512]
% 116.69/116.91  ifeq(leq(multiplication(A,star(star(B))),multiplication(A,star(B))),true,true,true)
% 116.69/116.91  -> true
% 116.69/116.91  Current number of equations to process: 4435
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 441
% 116.69/116.91  New rule produced :
% 116.69/116.91  [513]
% 116.69/116.91  ifeq(leq(multiplication(multiplication(star(star(A)),B),C),star(A)),true,true,true)
% 116.69/116.91  -> true
% 116.69/116.91  Current number of equations to process: 4434
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 442
% 116.69/116.91  New rule produced :
% 116.69/116.91  [514]
% 116.69/116.91  leq(one addition A,multiplication(star(B),star(C)) addition multiplication(A,
% 116.69/116.91                                                              star(V_3))) ->
% 116.69/116.91  true
% 116.69/116.91  Current number of equations to process: 4433
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 443
% 116.69/116.91  New rule produced :
% 116.69/116.91  [515]
% 116.69/116.91  multiplication(star(A),star(B)) addition multiplication(A,multiplication(
% 116.69/116.91                                                            star(A),A)) ->
% 116.69/116.91  multiplication(star(A),star(B))
% 116.69/116.91  Current number of equations to process: 4432
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 444
% 116.69/116.91  New rule produced :
% 116.69/116.91  [516]
% 116.69/116.91  multiplication(star(A),star(B)) addition multiplication(multiplication(A,
% 116.69/116.91                                                          star(A)),A) ->
% 116.69/116.91  multiplication(star(A),star(B))
% 116.69/116.91  Current number of equations to process: 4431
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 445
% 116.69/116.91  New rule produced :
% 116.69/116.91  [517]
% 116.69/116.91  leq(one addition A,star(B) addition multiplication(multiplication(A,star(C)),
% 116.69/116.91                                      star(V_3))) -> true
% 116.69/116.91  Current number of equations to process: 4429
% 116.69/116.91  Current number of ordered equations: 1
% 116.69/116.91  Current number of rules: 446
% 116.69/116.91  New rule produced :
% 116.69/116.91  [518]
% 116.69/116.91  leq(one addition A,multiplication(multiplication(star(B),star(C)),star(V_3)) addition A)
% 116.69/116.91  -> true
% 116.69/116.91  Current number of equations to process: 4429
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 447
% 116.69/116.91  New rule produced :
% 116.69/116.91  [519]
% 116.69/116.91  leq(A,multiplication(multiplication(multiplication(A,star(B)),star(C)),
% 116.69/116.91        star(V_3)) addition V_4) -> true
% 116.69/116.91  Current number of equations to process: 4428
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 448
% 116.69/116.91  New rule produced :
% 116.69/116.91  [520]
% 116.69/116.91  leq(A,multiplication(multiplication(multiplication(star(B),A),star(C)),
% 116.69/116.91        star(V_3)) addition V_4) -> true
% 116.69/116.91  Current number of equations to process: 4427
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 449
% 116.69/116.91  New rule produced :
% 116.69/116.91  [521]
% 116.69/116.91  leq(one addition A,multiplication(star(B),star(C)) addition multiplication(
% 116.69/116.91                                                              star(V_3),A)) ->
% 116.69/116.91  true
% 116.69/116.91  Current number of equations to process: 4426
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 450
% 116.69/116.91  New rule produced :
% 116.69/116.91  [522]
% 116.69/116.91  multiplication(star(A),star(B)) addition multiplication(B,multiplication(
% 116.69/116.91                                                            star(B),B)) ->
% 116.69/116.91  multiplication(star(A),star(B))
% 116.69/116.91  Current number of equations to process: 4425
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 451
% 116.69/116.91  New rule produced :
% 116.69/116.91  [523]
% 116.69/116.91  multiplication(star(A),star(B)) addition multiplication(multiplication(B,
% 116.69/116.91                                                          star(B)),B) ->
% 116.69/116.91  multiplication(star(A),star(B))
% 116.69/116.91  Current number of equations to process: 4424
% 116.69/116.91  Current number of ordered equations: 0
% 116.69/116.91  Current number of rules: 452
% 116.69/116.91  New rule produced :
% 116.69/116.91  [524]
% 116.69/116.91  leq(one addition A,star(B) addition multiplication(star(C),multiplication(A,
% 116.69/116.91                                                             star(V_3)))) ->
% 116.69/116.91  true
% 116.69/116.91  Current number of equations to process: 4422
% 116.69/116.91  Current number of ordered equations: 1
% 116.69/116.91  Current number of rules: 453
% 116.69/116.91  New rule produced :
% 116.69/116.91  [525]
% 116.69/116.91  leq(one addition A,multiplication(star(B),multiplication(star(C),star(V_3))) addition A)
% 116.69/116.91  -> true
% 116.69/116.91  Current number of equations to process: 4422
% 116.69/116.91  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 454
% 120.86/121.06  New rule produced :
% 120.86/121.06  [526]
% 120.86/121.06  leq(A,multiplication(star(B),multiplication(multiplication(A,star(C)),
% 120.86/121.06                               star(V_3))) addition V_4) -> true
% 120.86/121.06  Current number of equations to process: 4421
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 455
% 120.86/121.06  New rule produced :
% 120.86/121.06  [527]
% 120.86/121.06  leq(A,multiplication(star(B),multiplication(multiplication(star(C),A),
% 120.86/121.06                               star(V_3))) addition V_4) -> true
% 120.86/121.06  Current number of equations to process: 4420
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 456
% 120.86/121.06  New rule produced :
% 120.86/121.06  [528]
% 120.86/121.06  leq(one addition A,star(B) addition multiplication(multiplication(star(C),A),
% 120.86/121.06                                      star(V_3))) -> true
% 120.86/121.06  Current number of equations to process: 4418
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 457
% 120.86/121.06  New rule produced :
% 120.86/121.06  [529]
% 120.86/121.06  leq(A,multiplication(multiplication(star(B),multiplication(A,star(C))),
% 120.86/121.06        star(V_3)) addition V_4) -> true
% 120.86/121.06  Current number of equations to process: 4417
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 458
% 120.86/121.06  New rule produced :
% 120.86/121.06  [530]
% 120.86/121.06  leq(A,multiplication(multiplication(star(B),multiplication(star(C),A)),
% 120.86/121.06        star(V_3)) addition V_4) -> true
% 120.86/121.06  Current number of equations to process: 4416
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 459
% 120.86/121.06  New rule produced :
% 120.86/121.06  [531]
% 120.86/121.06  leq(one addition A,star(B) addition multiplication(star(C),multiplication(
% 120.86/121.06                                                             star(V_3),A))) ->
% 120.86/121.06  true
% 120.86/121.06  Current number of equations to process: 4414
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 460
% 120.86/121.06  New rule produced :
% 120.86/121.06  [532]
% 120.86/121.06  leq(A,multiplication(star(B),multiplication(star(C),multiplication(A,
% 120.86/121.06                                                      star(V_3)))) addition V_4)
% 120.86/121.06  -> true
% 120.86/121.06  Current number of equations to process: 4413
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 461
% 120.86/121.06  New rule produced :
% 120.86/121.06  [533]
% 120.86/121.06  leq(A,multiplication(star(B),multiplication(star(C),multiplication(star(V_3),A))) addition V_4)
% 120.86/121.06  -> true
% 120.86/121.06  Current number of equations to process: 4412
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 462
% 120.86/121.06  New rule produced :
% 120.86/121.06  [534] leq(A,multiplication(A,multiplication(star(B),star(C)))) -> true
% 120.86/121.06  Current number of equations to process: 2850
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 463
% 120.86/121.06  New rule produced :
% 120.86/121.06  [535]
% 120.86/121.06  leq(A,multiplication(A,multiplication(star(B),star(C))) addition V_3) -> true
% 120.86/121.06  Current number of equations to process: 2849
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 464
% 120.86/121.06  New rule produced :
% 120.86/121.06  [536]
% 120.86/121.06  leq(A addition B,multiplication(A,multiplication(star(C),star(V_3))) addition B)
% 120.86/121.06  -> true
% 120.86/121.06  Current number of equations to process: 2901
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 465
% 120.86/121.06  New rule produced :
% 120.86/121.06  [537]
% 120.86/121.06  leq(multiplication(A,B),multiplication(multiplication(A,star(C)),B)) -> true
% 120.86/121.06  Current number of equations to process: 2924
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 466
% 120.86/121.06  New rule produced :
% 120.86/121.06  [538]
% 120.86/121.06  leq(multiplication(A,B),multiplication(multiplication(A,star(C)),B) addition V_3)
% 120.86/121.06  -> true
% 120.86/121.06  Current number of equations to process: 2936
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 467
% 120.86/121.06  New rule produced :
% 120.86/121.06  [539]
% 120.86/121.06  star(multiplication(A,multiplication(B,star(C)))) addition multiplication(A,B)
% 120.86/121.06  -> star(multiplication(A,multiplication(B,star(C))))
% 120.86/121.06  Current number of equations to process: 2935
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 468
% 120.86/121.06  New rule produced :
% 120.86/121.06  [540] leq(A,multiplication(multiplication(star(B),star(C)),A)) -> true
% 120.86/121.06  Current number of equations to process: 3357
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 469
% 120.86/121.06  New rule produced :
% 120.86/121.06  [541]
% 120.86/121.06  leq(A,multiplication(multiplication(star(B),star(C)),A) addition V_3) -> true
% 120.86/121.06  Current number of equations to process: 3356
% 120.86/121.06  Current number of ordered equations: 0
% 120.86/121.06  Current number of rules: 470
% 120.86/121.06  New rule produced :
% 120.86/121.06  [542]
% 120.86/121.06  leq(A addition B,multiplication(multiplication(star(C),star(V_3)),A) addition B)
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 3404
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 471
% 126.51/126.73  New rule produced :
% 126.51/126.73  [543]
% 126.51/126.73  leq(multiplication(A,B) addition C,multiplication(multiplication(A,star(V_3)),B) addition C)
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 3407
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 472
% 126.51/126.73  New rule produced :
% 126.51/126.73  [544]
% 126.51/126.73  star(multiplication(multiplication(A,star(B)),C)) addition multiplication(A,C)
% 126.51/126.73  -> star(multiplication(multiplication(A,star(B)),C))
% 126.51/126.73  Current number of equations to process: 3406
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 473
% 126.51/126.73  New rule produced :
% 126.51/126.73  [545]
% 126.51/126.73  leq(multiplication(A,B),multiplication(A,multiplication(star(C),B))) -> true
% 126.51/126.73  Current number of equations to process: 3646
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 474
% 126.51/126.73  New rule produced :
% 126.51/126.73  [546]
% 126.51/126.73  leq(multiplication(A,B),multiplication(A,multiplication(star(C),B)) addition V_3)
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 3658
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 475
% 126.51/126.73  New rule produced :
% 126.51/126.73  [547]
% 126.51/126.73  leq(multiplication(A,B) addition C,multiplication(A,multiplication(star(V_3),B)) addition C)
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 4174
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 476
% 126.51/126.73  New rule produced :
% 126.51/126.73  [548]
% 126.51/126.73  star(multiplication(A,multiplication(star(B),C))) addition multiplication(A,C)
% 126.51/126.73  -> star(multiplication(A,multiplication(star(B),C)))
% 126.51/126.73  Current number of equations to process: 4173
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 477
% 126.51/126.73  New rule produced :
% 126.51/126.73  [549]
% 126.51/126.73  leq(one addition multiplication(A,star(A)),multiplication(star(A),star(B)))
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 4665
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 478
% 126.51/126.73  New rule produced :
% 126.51/126.73  [550]
% 126.51/126.73  leq(one addition multiplication(A,star(A)),multiplication(star(B),star(A)))
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 4664
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 479
% 126.51/126.73  New rule produced :
% 126.51/126.73  [551] leq(one addition multiplication(A,star(A)),star(star(A))) -> true
% 126.51/126.73  Current number of equations to process: 4665
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 480
% 126.51/126.73  New rule produced :
% 126.51/126.73  [552]
% 126.51/126.73  leq(one addition multiplication(A,star(A)),star(star(A)) addition B) -> true
% 126.51/126.73  Current number of equations to process: 4672
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 481
% 126.51/126.73  New rule produced :
% 126.51/126.73  [553]
% 126.51/126.73  leq(one addition multiplication(star(A),A),multiplication(star(A),star(B)))
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 4694
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 482
% 126.51/126.73  New rule produced :
% 126.51/126.73  [554]
% 126.51/126.73  leq(one addition multiplication(star(A),A),multiplication(star(B),star(A)))
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 4693
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 483
% 126.51/126.73  New rule produced :
% 126.51/126.73  [555] leq(one addition multiplication(star(A),A),star(star(A))) -> true
% 126.51/126.73  Current number of equations to process: 4694
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 484
% 126.51/126.73  New rule produced :
% 126.51/126.73  [556]
% 126.51/126.73  leq(one addition multiplication(star(A),A),star(star(A)) addition B) -> true
% 126.51/126.73  Current number of equations to process: 4701
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 485
% 126.51/126.73  New rule produced :
% 126.51/126.73  [557] leq(one addition A,star(multiplication(A,star(B)))) -> true
% 126.51/126.73  Current number of equations to process: 4735
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 486
% 126.51/126.73  New rule produced :
% 126.51/126.73  [558] leq(one addition A,star(multiplication(star(B),A))) -> true
% 126.51/126.73  Current number of equations to process: 4789
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 487
% 126.51/126.73  New rule produced :
% 126.51/126.73  [559]
% 126.51/126.73  leq(multiplication(A,star(A)),star(multiplication(star(A),star(B)))) -> true
% 126.51/126.73  Current number of equations to process: 4843
% 126.51/126.73  Current number of ordered equations: 0
% 126.51/126.73  Current number of rules: 488
% 126.51/126.73  New rule produced :
% 126.51/126.73  [560]
% 126.51/126.73  leq(multiplication(A,star(A)),star(multiplication(star(A),star(B))) addition C)
% 126.51/126.73  -> true
% 126.51/126.73  Current number of equations to process: 4856
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 489
% 127.79/127.98  New rule produced :
% 127.79/127.98  [561]
% 127.79/127.98  leq(multiplication(A,star(A)),multiplication(star(A),multiplication(star(B),
% 127.79/127.98                                                       star(C)))) -> true
% 127.79/127.98  Current number of equations to process: 4855
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 490
% 127.79/127.98  New rule produced :
% 127.79/127.98  [562]
% 127.79/127.98  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(C)),
% 127.79/127.98                                star(A))) -> true
% 127.79/127.98  Current number of equations to process: 4854
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 491
% 127.79/127.98  New rule produced :
% 127.79/127.98  [563]
% 127.79/127.98  leq(multiplication(A,star(A)),star(multiplication(star(B),star(A)))) -> true
% 127.79/127.98  Current number of equations to process: 4873
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 492
% 127.79/127.98  New rule produced :
% 127.79/127.98  [564]
% 127.79/127.98  leq(multiplication(A,star(A)),star(multiplication(star(B),star(A))) addition C)
% 127.79/127.98  -> true
% 127.79/127.98  Current number of equations to process: 4923
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 493
% 127.79/127.98  New rule produced :
% 127.79/127.98  [565]
% 127.79/127.98  leq(multiplication(star(A),A),star(multiplication(star(A),star(B)))) -> true
% 127.79/127.98  Current number of equations to process: 4943
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 494
% 127.79/127.98  New rule produced :
% 127.79/127.98  [566]
% 127.79/127.98  leq(multiplication(star(A),A),star(multiplication(star(A),star(B))) addition C)
% 127.79/127.98  -> true
% 127.79/127.98  Current number of equations to process: 4956
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 495
% 127.79/127.98  New rule produced :
% 127.79/127.98  [567]
% 127.79/127.98  leq(multiplication(star(A),A),multiplication(star(A),multiplication(star(B),
% 127.79/127.98                                                       star(C)))) -> true
% 127.79/127.98  Current number of equations to process: 4955
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 496
% 127.79/127.98  New rule produced :
% 127.79/127.98  [568]
% 127.79/127.98  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(C)),
% 127.79/127.98                                star(A))) -> true
% 127.79/127.98  Current number of equations to process: 4954
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 497
% 127.79/127.98  New rule produced :
% 127.79/127.98  [569]
% 127.79/127.98  leq(multiplication(star(A),A),star(multiplication(star(B),star(A)))) -> true
% 127.79/127.98  Current number of equations to process: 4975
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 498
% 127.79/127.98  New rule produced :
% 127.79/127.98  [570]
% 127.79/127.98  leq(multiplication(star(A),A),star(multiplication(star(B),star(A))) addition C)
% 127.79/127.98  -> true
% 127.79/127.98  Current number of equations to process: 4985
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 499
% 127.79/127.98  New rule produced :
% 127.79/127.98  [571] ifeq3(multiplication(star(A),star(A)),star(A),true,true) -> true
% 127.79/127.98  Current number of equations to process: 4985
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 500
% 127.79/127.98  New rule produced :
% 127.79/127.98  [572]
% 127.79/127.98  star(multiplication(multiplication(star(A),B),C)) addition multiplication(B,C)
% 127.79/127.98  -> star(multiplication(multiplication(star(A),B),C))
% 127.79/127.98  Current number of equations to process: 4987
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 501
% 127.79/127.98  New rule produced :
% 127.79/127.98  [573]
% 127.79/127.98  leq(one addition multiplication(A,star(A)),multiplication(star(A),star(B)) addition C)
% 127.79/127.98  -> true
% 127.79/127.98  Current number of equations to process: 4986
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 502
% 127.79/127.98  New rule produced :
% 127.79/127.98  [574]
% 127.79/127.98  leq(one addition multiplication(A,star(A)),multiplication(star(B),star(A)) addition C)
% 127.79/127.98  -> true
% 127.79/127.98  Current number of equations to process: 4985
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 503
% 127.79/127.98  New rule produced :
% 127.79/127.98  [575]
% 127.79/127.98  leq(one addition multiplication(star(A),A),multiplication(star(A),star(B)) addition C)
% 127.79/127.98  -> true
% 127.79/127.98  Current number of equations to process: 4984
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 504
% 127.79/127.98  New rule produced :
% 127.79/127.98  [576]
% 127.79/127.98  leq(one addition multiplication(star(A),A),multiplication(star(B),star(A)) addition C)
% 127.79/127.98  -> true
% 127.79/127.98  Current number of equations to process: 4983
% 127.79/127.98  Current number of ordered equations: 0
% 127.79/127.98  Current number of rules: 505
% 127.79/127.98  New rule produced : [577] multiplication(star(A),star(A)) -> star(A)
% 127.79/127.98  Rule [180] leq(multiplication(star(A),star(A)),star(A)) -> true collapsed.
% 127.79/127.98  Rule
% 127.79/127.98  [493]
% 127.79/127.98  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(A)),one),true) ->
% 131.67/131.87  true collapsed.
% 131.67/131.87  Rule [571] ifeq3(multiplication(star(A),star(A)),star(A),true,true) -> true
% 131.67/131.87  collapsed.
% 131.67/131.87  Current number of equations to process: 3937
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 503
% 131.67/131.87  New rule produced :
% 131.67/131.87  [578]
% 131.67/131.87  leq(one addition multiplication(star(A),A) addition multiplication(A,star(A)),
% 131.67/131.87  star(A)) -> true
% 131.67/131.87  Current number of equations to process: 4167
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 504
% 131.67/131.87  New rule produced :
% 131.67/131.87  [579] leq(one addition A,star(multiplication(A,star(B)) addition C)) -> true
% 131.67/131.87  Current number of equations to process: 4238
% 131.67/131.87  Current number of ordered equations: 1
% 131.67/131.87  Current number of rules: 505
% 131.67/131.87  New rule produced :
% 131.67/131.87  [580] leq(one addition A,star(multiplication(A,star(B))) addition C) -> true
% 131.67/131.87  Current number of equations to process: 4238
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 506
% 131.67/131.87  New rule produced :
% 131.67/131.87  [581]
% 131.67/131.87  leq(one addition A,star(B) addition multiplication(star(A),star(C))) -> true
% 131.67/131.87  Current number of equations to process: 4237
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 507
% 131.67/131.87  New rule produced :
% 131.67/131.87  [582]
% 131.67/131.87  leq(one addition A,star(B) addition multiplication(star(C),star(A))) -> true
% 131.67/131.87  Current number of equations to process: 4242
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 508
% 131.67/131.87  New rule produced :
% 131.67/131.87  [583]
% 131.67/131.87  leq(one addition A,star(multiplication(A,star(B)) addition C) addition V_3)
% 131.67/131.87  -> true
% 131.67/131.87  Current number of equations to process: 4262
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 509
% 131.67/131.87  New rule produced :
% 131.67/131.87  [584]
% 131.67/131.87  leq(one addition A,star(B) addition multiplication(star(A),star(C)) addition V_3)
% 131.67/131.87  -> true
% 131.67/131.87  Current number of equations to process: 4259
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 510
% 131.67/131.87  New rule produced :
% 131.67/131.87  [585]
% 131.67/131.87  leq(one addition A,star(B) addition multiplication(star(C),star(A)) addition V_3)
% 131.67/131.87  -> true
% 131.67/131.87  Current number of equations to process: 4258
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 511
% 131.67/131.87  New rule produced :
% 131.67/131.87  [586]
% 131.67/131.87  leq(one addition A,star(B) addition multiplication(A,multiplication(star(C),
% 131.67/131.87                                                       star(V_3)))) -> true
% 131.67/131.87  Current number of equations to process: 4257
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 512
% 131.67/131.87  New rule produced :
% 131.67/131.87  [587]
% 131.67/131.87  leq(one addition A,star(B) addition multiplication(multiplication(star(C),
% 131.67/131.87                                                     star(V_3)),A)) -> true
% 131.67/131.87  Current number of equations to process: 4353
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 513
% 131.67/131.87  New rule produced :
% 131.67/131.87  [588] leq(one addition A,star(multiplication(star(B),A)) addition C) -> true
% 131.67/131.87  Current number of equations to process: 4393
% 131.67/131.87  Current number of ordered equations: 1
% 131.67/131.87  Current number of rules: 514
% 131.67/131.87  New rule produced :
% 131.67/131.87  [589] leq(one addition A,star(multiplication(star(B),A) addition C)) -> true
% 131.67/131.87  Current number of equations to process: 4393
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 515
% 131.67/131.87  New rule produced :
% 131.67/131.87  [590]
% 131.67/131.87  leq(one addition A,star(multiplication(star(B),A) addition C) addition V_3)
% 131.67/131.87  -> true
% 131.67/131.87  Current number of equations to process: 4411
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 516
% 131.67/131.87  New rule produced :
% 131.67/131.87  [591] leq(multiplication(multiplication(A,star(A)),star(A)),star(A)) -> true
% 131.67/131.87  Current number of equations to process: 4411
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 517
% 131.67/131.87  New rule produced :
% 131.67/131.87  [592] leq(multiplication(star(A),multiplication(star(A),A)),star(A)) -> true
% 131.67/131.87  Current number of equations to process: 4411
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 518
% 131.67/131.87  New rule produced :
% 131.67/131.87  [593]
% 131.67/131.87  leq(multiplication(multiplication(A,B),star(B)),multiplication(A,star(B))) ->
% 131.67/131.87  true
% 131.67/131.87  Current number of equations to process: 4453
% 131.67/131.87  Current number of ordered equations: 0
% 131.67/131.87  Current number of rules: 519
% 131.67/131.87  New rule produced :
% 131.67/131.87  [594]
% 131.67/131.87  leq(multiplication(star(star(A)),multiplication(A,star(A))),star(star(A))) ->
% 131.67/131.87  true
% 131.67/131.87  Current number of equations to process: 4565
% 131.67/131.87  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 520
% 134.06/134.28  New rule produced :
% 134.06/134.28  [595]
% 134.06/134.28  leq(multiplication(multiplication(A,B),star(B)),multiplication(A,star(B)) addition C)
% 134.06/134.28  -> true
% 134.06/134.28  Current number of equations to process: 4600
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 521
% 134.06/134.28  New rule produced :
% 134.06/134.28  [596] star(A) addition multiplication(multiplication(A,A),star(A)) -> star(A)
% 134.06/134.28  Current number of equations to process: 4643
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 522
% 134.06/134.28  New rule produced :
% 134.06/134.28  [597] leq(multiplication(A,B),multiplication(A,star(B))) -> true
% 134.06/134.28  Current number of equations to process: 4931
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 523
% 134.06/134.28  New rule produced :
% 134.06/134.28  [598] leq(multiplication(A,B),multiplication(A,star(B)) addition C) -> true
% 134.06/134.28  Current number of equations to process: 4930
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 524
% 134.06/134.28  New rule produced :
% 134.06/134.28  [599] multiplication(star(A),star(star(star(A)))) -> star(star(star(A)))
% 134.06/134.28  Current number of equations to process: 4937
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 525
% 134.06/134.28  New rule produced :
% 134.06/134.28  [600]
% 134.06/134.28  leq(multiplication(A,B) addition C,multiplication(A,star(B)) addition C) ->
% 134.06/134.28  true
% 134.06/134.28  Current number of equations to process: 4943
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 526
% 134.06/134.28  New rule produced :
% 134.06/134.28  [601]
% 134.06/134.28  leq(multiplication(multiplication(A,B),star(B)) addition A,multiplication(A,
% 134.06/134.28                                                             star(B))) -> true
% 134.06/134.28  Current number of equations to process: 4982
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 527
% 134.06/134.28  New rule produced :
% 134.06/134.28  [602]
% 134.06/134.28  leq(one addition multiplication(A,B),star(C) addition multiplication(A,
% 134.06/134.28                                                        star(B))) -> true
% 134.06/134.28  Current number of equations to process: 4981
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 528
% 134.06/134.28  New rule produced :
% 134.06/134.28  [603]
% 134.06/134.28  star(multiplication(A,star(B))) addition multiplication(multiplication(A,B),
% 134.06/134.28                                           star(B)) ->
% 134.06/134.28  star(multiplication(A,star(B)))
% 134.06/134.28  Current number of equations to process: 4984
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 529
% 134.06/134.28  New rule produced :
% 134.06/134.28  [604]
% 134.06/134.28  leq(multiplication(A,B) addition C,multiplication(A,star(B)) addition C addition V_3)
% 134.06/134.28  -> true
% 134.06/134.28  Current number of equations to process: 4983
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 530
% 134.06/134.28  New rule produced :
% 134.06/134.28  [605]
% 134.06/134.28  multiplication(star(A),star(B)) addition multiplication(multiplication(A,A),
% 134.06/134.28                                           star(A)) ->
% 134.06/134.28  multiplication(star(A),star(B))
% 134.06/134.28  Current number of equations to process: 4982
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 531
% 134.06/134.28  New rule produced :
% 134.06/134.28  [606]
% 134.06/134.28  multiplication(star(A),star(B)) addition multiplication(multiplication(B,B),
% 134.06/134.28                                           star(B)) ->
% 134.06/134.28  multiplication(star(A),star(B))
% 134.06/134.28  Current number of equations to process: 4981
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 532
% 134.06/134.28  New rule produced :
% 134.06/134.28  [607]
% 134.06/134.28  leq(multiplication(A,multiplication(B,star(B))),multiplication(multiplication(A,
% 134.06/134.28                                                                 star(C)),
% 134.06/134.28                                                  star(B))) -> true
% 134.06/134.28  Current number of equations to process: 4980
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 533
% 134.06/134.28  New rule produced :
% 134.06/134.28  [608]
% 134.06/134.28  leq(multiplication(A,multiplication(B,star(B))),star(multiplication(A,
% 134.06/134.28                                                       star(B)))) -> true
% 134.06/134.28  Current number of equations to process: 3724
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 534
% 134.06/134.28  New rule produced :
% 134.06/134.28  [609]
% 134.06/134.28  leq(multiplication(A,multiplication(star(A),B)),multiplication(star(A),B)) ->
% 134.06/134.28  true
% 134.06/134.28  Current number of equations to process: 3745
% 134.06/134.28  Current number of ordered equations: 0
% 134.06/134.28  Current number of rules: 535
% 134.06/134.28  New rule produced :
% 134.06/134.28  [610]
% 134.06/134.28  leq(multiplication(multiplication(A,B),multiplication(B,star(B))),multiplication(A,
% 134.06/134.28                                                                    star(B)))
% 134.06/134.28  -> true
% 134.06/134.28  Current number of equations to process: 3744
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 536
% 135.98/136.23  New rule produced :
% 135.98/136.23  [611] leq(multiplication(A,star(star(A))),star(star(A))) -> true
% 135.98/136.23  Current number of equations to process: 3843
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 537
% 135.98/136.23  New rule produced :
% 135.98/136.23  [612]
% 135.98/136.23  leq(multiplication(A,multiplication(star(A),B)),multiplication(star(A),B) addition C)
% 135.98/136.23  -> true
% 135.98/136.23  Current number of equations to process: 3879
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 538
% 135.98/136.23  New rule produced :
% 135.98/136.23  [613]
% 135.98/136.23  leq(multiplication(A,multiplication(B,star(B))),multiplication(multiplication(A,
% 135.98/136.23                                                                 star(B)),
% 135.98/136.23                                                  star(C))) -> true
% 135.98/136.23  Current number of equations to process: 3878
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 539
% 135.98/136.23  New rule produced :
% 135.98/136.23  [614]
% 135.98/136.23  leq(multiplication(A,multiplication(B,star(B))),multiplication(star(C),
% 135.98/136.23                                                  multiplication(A,star(B))))
% 135.98/136.23  -> true
% 135.98/136.23  Current number of equations to process: 3877
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 540
% 135.98/136.23  New rule produced :
% 135.98/136.23  [615]
% 135.98/136.23  leq(multiplication(A,multiplication(B,star(B))),star(multiplication(A,
% 135.98/136.23                                                       star(B))) addition C) ->
% 135.98/136.23  true
% 135.98/136.23  Current number of equations to process: 3876
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 541
% 135.98/136.23  New rule produced :
% 135.98/136.23  [616]
% 135.98/136.23  leq(multiplication(star(star(A)),multiplication(A,star(A))),star(star(A)) addition B)
% 135.98/136.23  -> true
% 135.98/136.23  Current number of equations to process: 3875
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 542
% 135.98/136.23  New rule produced :
% 135.98/136.23  [617]
% 135.98/136.23  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,multiplication(
% 135.98/136.23                                                                   star(B),
% 135.98/136.23                                                                   star(C))))
% 135.98/136.23  -> true
% 135.98/136.23  Current number of equations to process: 3874
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 543
% 135.98/136.23  New rule produced :
% 135.98/136.23  [618]
% 135.98/136.23  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,multiplication(
% 135.98/136.23                                                                   star(C),
% 135.98/136.23                                                                   star(B))))
% 135.98/136.23  -> true
% 135.98/136.23  Current number of equations to process: 3873
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 544
% 135.98/136.23  New rule produced :
% 135.98/136.23  [619]
% 135.98/136.23  leq(multiplication(A,multiplication(B,star(B))),multiplication(multiplication(
% 135.98/136.23                                                                 star(C),A),
% 135.98/136.23                                                  star(B))) -> true
% 135.98/136.23  Current number of equations to process: 3872
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 545
% 135.98/136.23  New rule produced :
% 135.98/136.23  [620]
% 135.98/136.23  leq(multiplication(star(A),multiplication(star(A),B)),multiplication(
% 135.98/136.23                                                        star(A),B)) -> true
% 135.98/136.23  Current number of equations to process: 3903
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 546
% 135.98/136.23  New rule produced :
% 135.98/136.23  [621]
% 135.98/136.23  leq(multiplication(A,multiplication(star(A),B)) addition B,multiplication(
% 135.98/136.23                                                             star(A),B)) ->
% 135.98/136.23  true
% 135.98/136.23  Current number of equations to process: 4162
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 547
% 135.98/136.23  New rule produced :
% 135.98/136.23  [622]
% 135.98/136.23  star(multiplication(star(A),B)) addition multiplication(A,multiplication(
% 135.98/136.23                                                            star(A),B)) ->
% 135.98/136.23  star(multiplication(star(A),B))
% 135.98/136.23  Current number of equations to process: 4165
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 548
% 135.98/136.23  New rule produced :
% 135.98/136.23  [623]
% 135.98/136.23  leq(multiplication(multiplication(A,star(A)),B),multiplication(multiplication(
% 135.98/136.23                                                                 star(A),
% 135.98/136.23                                                                 star(C)),B))
% 135.98/136.23  -> true
% 135.98/136.23  Current number of equations to process: 4164
% 135.98/136.23  Current number of ordered equations: 0
% 135.98/136.23  Current number of rules: 549
% 135.98/136.23  New rule produced :
% 138.30/138.55  [624] leq(multiplication(multiplication(A,star(A)),A),star(A)) -> true
% 138.30/138.55  Current number of equations to process: 4175
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 550
% 138.30/138.55  New rule produced :
% 138.30/138.55  [625]
% 138.30/138.55  leq(multiplication(multiplication(A,star(A)),A),star(A) addition B) -> true
% 138.30/138.55  Current number of equations to process: 4174
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 551
% 138.30/138.55  New rule produced :
% 138.30/138.55  [626] leq(multiplication(A,star(star(A))),star(star(A)) addition B) -> true
% 138.30/138.55  Current number of equations to process: 4272
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 552
% 138.30/138.55  New rule produced :
% 138.30/138.55  [627]
% 138.30/138.55  leq(multiplication(multiplication(A,star(A)),B),star(multiplication(star(A),B)))
% 138.30/138.55  -> true
% 138.30/138.55  Current number of equations to process: 4271
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 553
% 138.30/138.55  New rule produced :
% 138.30/138.55  [628]
% 138.30/138.55  leq(multiplication(multiplication(A,star(A)),A),multiplication(star(A),
% 138.30/138.55                                                  star(B))) -> true
% 138.30/138.55  Current number of equations to process: 4272
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 554
% 138.30/138.55  New rule produced :
% 138.30/138.55  [629]
% 138.30/138.55  leq(multiplication(multiplication(A,star(A)),A),multiplication(star(B),
% 138.30/138.55                                                  star(A))) -> true
% 138.30/138.55  Current number of equations to process: 4275
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 555
% 138.30/138.55  New rule produced : [630] star(A) addition multiplication(A,A) -> star(A)
% 138.30/138.55  Current number of equations to process: 4289
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 556
% 138.30/138.55  New rule produced :
% 138.30/138.55  [631]
% 138.30/138.55  leq(one addition multiplication(multiplication(A,star(A)),A),star(A)) -> true
% 138.30/138.55  Current number of equations to process: 4293
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 557
% 138.30/138.55  New rule produced :
% 138.30/138.55  [632]
% 138.30/138.55  star(star(A)) addition multiplication(multiplication(A,star(A)),A) ->
% 138.30/138.55  star(star(A))
% 138.30/138.55  Current number of equations to process: 4470
% 138.30/138.55  Current number of ordered equations: 0
% 138.30/138.55  Current number of rules: 558
% 138.30/138.55  New rule produced :
% 138.39/138.55  [633]
% 138.39/138.55  leq(multiplication(multiplication(A,star(B)),B),multiplication(A,star(B))) ->
% 138.39/138.55  true
% 138.39/138.55  Current number of equations to process: 4478
% 138.39/138.55  Current number of ordered equations: 0
% 138.39/138.55  Current number of rules: 559
% 138.39/138.55  New rule produced :
% 138.39/138.55  [634]
% 138.39/138.55  leq(multiplication(multiplication(A,star(A)),A) addition B,star(A) addition B)
% 138.39/138.55  -> true
% 138.39/138.55  Current number of equations to process: 4477
% 138.39/138.55  Current number of ordered equations: 0
% 138.39/138.55  Current number of rules: 560
% 138.39/138.55  New rule produced :
% 138.39/138.55  [635]
% 138.39/138.55  leq(one addition multiplication(multiplication(A,star(A)),A),star(A) addition B)
% 138.39/138.55  -> true
% 138.39/138.55  Current number of equations to process: 4476
% 138.39/138.55  Current number of ordered equations: 0
% 138.39/138.55  Current number of rules: 561
% 138.39/138.55  New rule produced :
% 138.39/138.55  [636] leq(multiplication(star(star(A)),A),star(star(A))) -> true
% 138.39/138.55  Current number of equations to process: 4576
% 138.39/138.55  Current number of ordered equations: 0
% 138.39/138.55  Current number of rules: 562
% 138.39/138.55  New rule produced :
% 138.39/138.55  [637]
% 138.39/138.55  leq(multiplication(multiplication(A,star(B)),B),multiplication(A,star(B)) addition C)
% 138.39/138.55  -> true
% 138.39/138.55  Current number of equations to process: 4610
% 138.39/138.55  Current number of ordered equations: 0
% 138.39/138.55  Current number of rules: 563
% 138.39/138.55  New rule produced :
% 138.39/138.55  [638]
% 138.39/138.55  leq(multiplication(multiplication(A,star(A)),B),multiplication(multiplication(
% 138.39/138.55                                                                 star(A),B),
% 138.39/138.55                                                  star(C))) -> true
% 138.39/138.55  Current number of equations to process: 4609
% 138.39/138.55  Current number of ordered equations: 0
% 138.39/138.55  Current number of rules: 564
% 138.39/138.55  New rule produced :
% 138.39/138.55  [639]
% 138.39/138.55  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(C),
% 138.39/138.55                                                  multiplication(star(A),B)))
% 138.39/138.55  -> true
% 138.39/138.55  Current number of equations to process: 4608
% 138.39/138.55  Current number of ordered equations: 0
% 138.39/138.55  Current number of rules: 565
% 138.39/138.55  New rule produced :
% 138.39/138.55  [640]
% 138.39/138.55  leq(multiplication(multiplication(A,star(A)),B),star(multiplication(star(A),B)) addition C)
% 138.39/138.55  -> true
% 138.39/138.55  Current number of equations to process: 4607
% 138.39/138.55  Current number of ordered equations: 0
% 138.39/138.55  Current number of rules: 566
% 138.39/138.55  New rule produced :
% 138.39/138.55  [641]
% 138.39/138.55  leq(multiplication(multiplication(A,star(A)),A),multiplication(star(A),
% 140.28/140.47                                                  star(B)) addition C) -> true
% 140.28/140.47  Current number of equations to process: 4606
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 567
% 140.28/140.47  New rule produced :
% 140.28/140.47  [642]
% 140.28/140.47  leq(multiplication(multiplication(A,star(A)),A),multiplication(star(B),
% 140.28/140.47                                                  star(A)) addition C) -> true
% 140.28/140.47  Current number of equations to process: 4605
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 568
% 140.28/140.47  New rule produced :
% 140.28/140.47  [643]
% 140.28/140.47  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),
% 140.28/140.47                                                  multiplication(B,star(C))))
% 140.28/140.47  -> true
% 140.28/140.47  Current number of equations to process: 4604
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 569
% 140.28/140.47  New rule produced :
% 140.28/140.47  [644]
% 140.28/140.47  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),
% 140.28/140.47                                                  multiplication(star(C),B)))
% 140.28/140.47  -> true
% 140.28/140.47  Current number of equations to process: 4603
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 570
% 140.28/140.47  New rule produced :
% 140.28/140.47  [645]
% 140.28/140.47  leq(multiplication(multiplication(A,star(A)),B),multiplication(multiplication(
% 140.28/140.47                                                                 star(C),
% 140.28/140.47                                                                 star(A)),B))
% 140.28/140.47  -> true
% 140.28/140.47  Current number of equations to process: 4602
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 571
% 140.28/140.47  New rule produced :
% 140.28/140.47  [646]
% 140.28/140.47  leq(multiplication(multiplication(A,star(B)),star(B)),multiplication(A,
% 140.28/140.47                                                        star(B))) -> true
% 140.28/140.47  Current number of equations to process: 4600
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 572
% 140.28/140.47  New rule produced :
% 140.28/140.47  [647]
% 140.28/140.47  leq(multiplication(multiplication(A,star(B)),B) addition A,multiplication(A,
% 140.28/140.47                                                             star(B))) -> true
% 140.28/140.47  Current number of equations to process: 4891
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 573
% 140.28/140.47  New rule produced :
% 140.28/140.47  [648]
% 140.28/140.47  star(multiplication(A,star(B))) addition multiplication(multiplication(A,
% 140.28/140.47                                                          star(B)),B) ->
% 140.28/140.47  star(multiplication(A,star(B)))
% 140.28/140.47  Current number of equations to process: 4894
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 574
% 140.28/140.47  New rule produced :
% 140.28/140.47  [649]
% 140.28/140.47  leq(multiplication(A,multiplication(star(B),B)),multiplication(multiplication(A,
% 140.28/140.47                                                                 star(C)),
% 140.28/140.47                                                  star(B))) -> true
% 140.28/140.47  Current number of equations to process: 4893
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 575
% 140.28/140.47  New rule produced :
% 140.28/140.47  [650] leq(multiplication(A,multiplication(star(A),A)),star(A)) -> true
% 140.28/140.47  Current number of equations to process: 4904
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 576
% 140.28/140.47  New rule produced :
% 140.28/140.47  [651]
% 140.28/140.47  leq(multiplication(A,multiplication(star(A),A)),star(A) addition B) -> true
% 140.28/140.47  Current number of equations to process: 4903
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 577
% 140.28/140.47  New rule produced :
% 140.28/140.47  [652] leq(multiplication(star(star(A)),A),star(star(A)) addition B) -> true
% 140.28/140.47  Current number of equations to process: 2253
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 578
% 140.28/140.47  New rule produced :
% 140.28/140.47  [653]
% 140.28/140.47  leq(multiplication(A,multiplication(star(B),B)),star(multiplication(A,
% 140.28/140.47                                                       star(B)))) -> true
% 140.28/140.47  Current number of equations to process: 2252
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 579
% 140.28/140.47  New rule produced :
% 140.28/140.47  [654]
% 140.28/140.47  leq(multiplication(A,multiplication(star(A),A)),multiplication(star(A),
% 140.28/140.47                                                  star(B))) -> true
% 140.28/140.47  Current number of equations to process: 2253
% 140.28/140.47  Current number of ordered equations: 0
% 140.28/140.47  Current number of rules: 580
% 140.28/140.47  New rule produced :
% 140.28/140.47  [655]
% 140.28/140.47  leq(multiplication(A,multiplication(star(A),A)),multiplication(star(B),
% 140.28/140.47                                                  star(A))) -> true
% 140.28/140.47  Current number of equations to process: 2256
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 581
% 142.34/142.51  New rule produced :
% 142.34/142.51  [656]
% 142.34/142.51  leq(one addition multiplication(A,multiplication(star(A),A)),star(A)) -> true
% 142.34/142.51  Current number of equations to process: 2276
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 582
% 142.34/142.51  New rule produced :
% 142.34/142.51  [657]
% 142.34/142.51  star(star(A)) addition multiplication(A,multiplication(star(A),A)) ->
% 142.34/142.51  star(star(A))
% 142.34/142.51  Current number of equations to process: 2457
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 583
% 142.34/142.51  New rule produced :
% 142.34/142.51  [658]
% 142.34/142.51  leq(multiplication(star(A),multiplication(A,B)),multiplication(star(A),B)) ->
% 142.34/142.51  true
% 142.34/142.51  Current number of equations to process: 2465
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 584
% 142.34/142.51  New rule produced :
% 142.34/142.51  [659]
% 142.34/142.51  leq(multiplication(multiplication(A,B),multiplication(star(B),B)),multiplication(A,
% 142.34/142.51                                                                    star(B)))
% 142.34/142.51  -> true
% 142.34/142.51  Current number of equations to process: 2464
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 585
% 142.34/142.51  New rule produced :
% 142.34/142.51  [660]
% 142.34/142.51  leq(multiplication(A,multiplication(star(A),A)) addition B,star(A) addition B)
% 142.34/142.51  -> true
% 142.34/142.51  Current number of equations to process: 2463
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 586
% 142.34/142.51  New rule produced :
% 142.34/142.51  [661]
% 142.34/142.51  leq(one addition multiplication(A,multiplication(star(A),A)),star(A) addition B)
% 142.34/142.51  -> true
% 142.34/142.51  Current number of equations to process: 2462
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 587
% 142.34/142.51  New rule produced :
% 142.34/142.51  [662]
% 142.34/142.51  leq(multiplication(multiplication(star(A),A),star(star(A))),star(star(A))) ->
% 142.34/142.51  true
% 142.34/142.51  Current number of equations to process: 2577
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 588
% 142.34/142.51  New rule produced :
% 142.34/142.51  [663]
% 142.34/142.51  leq(multiplication(star(A),multiplication(A,B)),multiplication(star(A),B) addition C)
% 142.34/142.51  -> true
% 142.34/142.51  Current number of equations to process: 2612
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 589
% 142.34/142.51  New rule produced :
% 142.34/142.51  [664]
% 142.34/142.51  leq(multiplication(A,multiplication(star(B),B)),multiplication(multiplication(A,
% 142.34/142.51                                                                 star(B)),
% 142.34/142.51                                                  star(C))) -> true
% 142.34/142.51  Current number of equations to process: 2611
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 590
% 142.34/142.51  New rule produced :
% 142.34/142.51  [665]
% 142.34/142.51  leq(multiplication(A,multiplication(star(B),B)),multiplication(star(C),
% 142.34/142.51                                                  multiplication(A,star(B))))
% 142.34/142.51  -> true
% 142.34/142.51  Current number of equations to process: 2610
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 591
% 142.34/142.51  New rule produced :
% 142.34/142.51  [666]
% 142.34/142.51  leq(multiplication(A,multiplication(star(B),B)),star(multiplication(A,
% 142.34/142.51                                                       star(B))) addition C) ->
% 142.34/142.51  true
% 142.34/142.51  Current number of equations to process: 2609
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 592
% 142.34/142.51  New rule produced :
% 142.34/142.51  [667]
% 142.34/142.51  leq(multiplication(A,multiplication(star(A),A)),multiplication(star(A),
% 142.34/142.51                                                  star(B)) addition C) -> true
% 142.34/142.51  Current number of equations to process: 2608
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 593
% 142.34/142.51  New rule produced :
% 142.34/142.51  [668]
% 142.34/142.51  leq(multiplication(A,multiplication(star(A),A)),multiplication(star(B),
% 142.34/142.51                                                  star(A)) addition C) -> true
% 142.34/142.51  Current number of equations to process: 2607
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 594
% 142.34/142.51  New rule produced :
% 142.34/142.51  [669]
% 142.34/142.51  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,multiplication(
% 142.34/142.51                                                                   star(B),
% 142.34/142.51                                                                   star(C))))
% 142.34/142.51  -> true
% 142.34/142.51  Current number of equations to process: 2606
% 142.34/142.51  Current number of ordered equations: 0
% 142.34/142.51  Current number of rules: 595
% 142.34/142.51  New rule produced :
% 142.34/142.51  [670]
% 142.34/142.51  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,multiplication(
% 142.34/142.51                                                                   star(C),
% 142.34/142.51                                                                   star(B))))
% 144.68/144.86  -> true
% 144.68/144.86  Current number of equations to process: 2605
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 596
% 144.68/144.86  New rule produced :
% 144.68/144.86  [671]
% 144.68/144.86  leq(multiplication(A,multiplication(star(B),B)),multiplication(multiplication(
% 144.68/144.86                                                                 star(C),A),
% 144.68/144.86                                                  star(B))) -> true
% 144.68/144.86  Current number of equations to process: 2604
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 597
% 144.68/144.86  New rule produced :
% 144.68/144.86  [672] star(A) addition multiplication(star(A),multiplication(A,A)) -> star(A)
% 144.68/144.86  Current number of equations to process: 2649
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 598
% 144.68/144.86  New rule produced :
% 144.68/144.86  [673] leq(multiplication(A,B),multiplication(star(A),B)) -> true
% 144.68/144.86  Current number of equations to process: 2941
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 599
% 144.68/144.86  New rule produced :
% 144.68/144.86  [674] leq(multiplication(A,B),multiplication(star(A),B) addition C) -> true
% 144.68/144.86  Current number of equations to process: 2940
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 600
% 144.68/144.86  New rule produced :
% 144.68/144.86  [675]
% 144.68/144.86  leq(multiplication(A,B) addition C,multiplication(star(A),B) addition C) ->
% 144.68/144.86  true
% 144.68/144.86  Current number of equations to process: 2959
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 601
% 144.68/144.86  New rule produced :
% 144.68/144.86  [676]
% 144.68/144.86  leq(multiplication(star(A),multiplication(A,B)) addition B,multiplication(
% 144.68/144.86                                                             star(A),B)) ->
% 144.68/144.86  true
% 144.68/144.86  Current number of equations to process: 2990
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 602
% 144.68/144.86  New rule produced :
% 144.68/144.86  [677]
% 144.68/144.86  leq(one addition multiplication(A,B),star(C) addition multiplication(
% 144.68/144.86                                                        star(A),B)) -> true
% 144.68/144.86  Current number of equations to process: 2989
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 603
% 144.68/144.86  New rule produced :
% 144.68/144.86  [678]
% 144.68/144.86  leq(multiplication(multiplication(A,star(A)),multiplication(A,B)),multiplication(
% 144.68/144.86                                                                    star(A),B))
% 144.68/144.86  -> true
% 144.68/144.86  Current number of equations to process: 2988
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 604
% 144.68/144.86  New rule produced :
% 144.68/144.86  [679]
% 144.68/144.86  star(multiplication(star(A),B)) addition multiplication(star(A),multiplication(A,B))
% 144.68/144.86  -> star(multiplication(star(A),B))
% 144.68/144.86  Current number of equations to process: 2991
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 605
% 144.68/144.86  New rule produced :
% 144.68/144.86  [680]
% 144.68/144.86  multiplication(star(A),star(B)) addition multiplication(star(A),multiplication(A,A))
% 144.68/144.86  -> multiplication(star(A),star(B))
% 144.68/144.86  Current number of equations to process: 2990
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 606
% 144.68/144.86  New rule produced :
% 144.68/144.86  [681]
% 144.68/144.86  leq(multiplication(A,B) addition C,multiplication(star(A),B) addition C addition V_3)
% 144.68/144.86  -> true
% 144.68/144.86  Current number of equations to process: 2989
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 607
% 144.68/144.86  New rule produced :
% 144.68/144.86  [682]
% 144.68/144.86  multiplication(star(A),star(B)) addition multiplication(star(B),multiplication(B,B))
% 144.68/144.86  -> multiplication(star(A),star(B))
% 144.68/144.86  Current number of equations to process: 2988
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 608
% 144.68/144.86  New rule produced :
% 144.68/144.86  [683]
% 144.68/144.86  leq(multiplication(multiplication(star(A),A),B),multiplication(multiplication(
% 144.68/144.86                                                                 star(A),
% 144.68/144.86                                                                 star(C)),B))
% 144.68/144.86  -> true
% 144.68/144.86  Current number of equations to process: 2987
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 609
% 144.68/144.86  New rule produced :
% 144.68/144.86  [684]
% 144.68/144.86  leq(multiplication(multiplication(star(A),A),B),star(multiplication(star(A),B)))
% 144.68/144.86  -> true
% 144.68/144.86  Current number of equations to process: 3110
% 144.68/144.86  Current number of ordered equations: 0
% 144.68/144.86  Current number of rules: 610
% 144.68/144.86  New rule produced :
% 144.68/144.86  [685]
% 144.68/144.86  leq(multiplication(multiplication(star(A),A),multiplication(A,B)),multiplication(
% 144.68/144.86                                                                    star(A),B))
% 144.68/144.86  -> true
% 144.68/144.86  Current number of equations to process: 3126
% 144.68/144.86  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 611
% 144.81/145.01  New rule produced :
% 144.81/145.01  [686]
% 144.81/145.01  leq(multiplication(multiplication(star(A),A),B),multiplication(multiplication(
% 144.81/145.01                                                                 star(A),B),
% 144.81/145.01                                                  star(C))) -> true
% 144.81/145.01  Current number of equations to process: 3126
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 612
% 144.81/145.01  New rule produced :
% 144.81/145.01  [687]
% 144.81/145.01  leq(multiplication(multiplication(star(A),A),B),multiplication(star(C),
% 144.81/145.01                                                  multiplication(star(A),B)))
% 144.81/145.01  -> true
% 144.81/145.01  Current number of equations to process: 3125
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 613
% 144.81/145.01  New rule produced :
% 144.81/145.01  [688]
% 144.81/145.01  leq(multiplication(multiplication(star(A),A),B),star(multiplication(star(A),B)) addition C)
% 144.81/145.01  -> true
% 144.81/145.01  Current number of equations to process: 3124
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 614
% 144.81/145.01  New rule produced :
% 144.81/145.01  [689]
% 144.81/145.01  leq(multiplication(multiplication(star(A),A),star(star(A))),star(star(A)) addition B)
% 144.81/145.01  -> true
% 144.81/145.01  Current number of equations to process: 3123
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 615
% 144.81/145.01  New rule produced :
% 144.81/145.01  [690]
% 144.81/145.01  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),
% 144.81/145.01                                                  multiplication(B,star(C))))
% 144.81/145.01  -> true
% 144.81/145.01  Current number of equations to process: 3122
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 616
% 144.81/145.01  New rule produced :
% 144.81/145.01  [691]
% 144.81/145.01  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),
% 144.81/145.01                                                  multiplication(star(C),B)))
% 144.81/145.01  -> true
% 144.81/145.01  Current number of equations to process: 3121
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 617
% 144.81/145.01  New rule produced :
% 144.81/145.01  [692]
% 144.81/145.01  leq(multiplication(multiplication(star(A),A),B),multiplication(multiplication(
% 144.81/145.01                                                                 star(C),
% 144.81/145.01                                                                 star(A)),B))
% 144.81/145.01  -> true
% 144.81/145.01  Current number of equations to process: 3120
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 618
% 144.81/145.01  New rule produced :
% 144.81/145.01  [693]
% 144.81/145.01  ifeq2(leq(A addition B,star(A)),true,star(A) addition B,star(A)) -> star(A)
% 144.81/145.01  Current number of equations to process: 3119
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 619
% 144.81/145.01  New rule produced :
% 144.81/145.01  [694]
% 144.81/145.01  multiplication(multiplication(A,B),multiplication(B,star(B))) addition 
% 144.81/145.01  multiplication(A,star(B)) -> multiplication(A,star(B))
% 144.81/145.01  Current number of equations to process: 3118
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 620
% 144.81/145.01  New rule produced :
% 144.81/145.01  [695]
% 144.81/145.01  multiplication(multiplication(A,B),multiplication(star(B),B)) addition 
% 144.81/145.01  multiplication(A,star(B)) -> multiplication(A,star(B))
% 144.81/145.01  Current number of equations to process: 3117
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 621
% 144.81/145.01  New rule produced :
% 144.81/145.01  [696]
% 144.81/145.01  multiplication(A,star(B)) addition multiplication(A,multiplication(multiplication(B,
% 144.81/145.01                                                                     star(B)),B))
% 144.81/145.01  -> multiplication(A,star(B))
% 144.81/145.01  Current number of equations to process: 3116
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 622
% 144.81/145.01  New rule produced :
% 144.81/145.01  [697]
% 144.81/145.01  multiplication(star(A),B) addition multiplication(multiplication(multiplication(A,
% 144.81/145.01                                                                   star(A)),A),B)
% 144.81/145.01  -> multiplication(star(A),B)
% 144.81/145.01  Current number of equations to process: 3115
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 623
% 144.81/145.01  New rule produced :
% 144.81/145.01  [698]
% 144.81/145.01  multiplication(A,star(B)) addition multiplication(A,multiplication(B,
% 144.81/145.01                                                      multiplication(star(B),B)))
% 144.81/145.01  -> multiplication(A,star(B))
% 144.81/145.01  Current number of equations to process: 3114
% 144.81/145.01  Current number of ordered equations: 0
% 144.81/145.01  Current number of rules: 624
% 144.81/145.01  New rule produced :
% 144.81/145.01  [699]
% 144.81/145.01  multiplication(star(A),B) addition multiplication(multiplication(A,multiplication(
% 144.81/145.01                                                                     star(A),A)),B)
% 144.81/145.01  -> multiplication(star(A),B)
% 149.50/149.67  Current number of equations to process: 3113
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 625
% 149.50/149.67  New rule produced :
% 149.50/149.67  [700]
% 149.50/149.67  multiplication(star(A),B) addition multiplication(multiplication(A,star(A)),
% 149.50/149.67                                     multiplication(A,B)) ->
% 149.50/149.67  multiplication(star(A),B)
% 149.50/149.67  Current number of equations to process: 3112
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 626
% 149.50/149.67  New rule produced :
% 149.50/149.67  [701]
% 149.50/149.67  multiplication(star(A),B) addition multiplication(multiplication(star(A),A),
% 149.50/149.67                                     multiplication(A,B)) ->
% 149.50/149.67  multiplication(star(A),B)
% 149.50/149.67  Current number of equations to process: 3111
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 627
% 149.50/149.67  New rule produced :
% 149.50/149.67  [702]
% 149.50/149.67  ifeq(leq(multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4),A),true,true,true)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3110
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 628
% 149.50/149.67  New rule produced :
% 149.50/149.67  [703]
% 149.50/149.67  ifeq(leq(multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4)))),V_4),true,true,true)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3109
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 629
% 149.50/149.67  New rule produced :
% 149.50/149.67  [704]
% 149.50/149.67  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(
% 149.50/149.67                                                                   star(A))) ->
% 149.50/149.67  true
% 149.50/149.67  Current number of equations to process: 3160
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 630
% 149.50/149.67  New rule produced :
% 149.50/149.67  [705]
% 149.50/149.67  ifeq(leq(multiplication(multiplication(A,B),C) addition multiplication(A,V_3),A),true,true,true)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3608
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 631
% 149.50/149.67  New rule produced :
% 149.50/149.67  [706]
% 149.50/149.67  ifeq(leq(multiplication(A,multiplication(B,C)) addition multiplication(V_3,C),C),true,true,true)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3601
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 632
% 149.50/149.67  New rule produced :
% 149.50/149.67  [707]
% 149.50/149.67  leq(one addition multiplication(A,star(A)) addition B,star(A) addition B addition C)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3589
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 633
% 149.50/149.67  New rule produced :
% 149.50/149.67  [708]
% 149.50/149.67  leq(one addition multiplication(star(A),A) addition B,star(A) addition B addition C)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3588
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 634
% 149.50/149.67  New rule produced :
% 149.50/149.67  [709]
% 149.50/149.67  leq(one addition A addition B,star(C) addition multiplication(A,star(V_3)) addition B)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3587
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 635
% 149.50/149.67  New rule produced :
% 149.50/149.67  [710]
% 149.50/149.67  leq(one addition A addition B,star(C) addition multiplication(star(V_3),A) addition B)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3586
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 636
% 149.50/149.67  New rule produced :
% 149.50/149.67  [711]
% 149.50/149.67  leq(multiplication(A,multiplication(B,star(B))) addition C,multiplication(A,
% 149.50/149.67                                                             star(B)) addition C)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3585
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 637
% 149.50/149.67  New rule produced :
% 149.50/149.67  [712]
% 149.50/149.67  leq(multiplication(multiplication(A,star(A)),B) addition C,multiplication(
% 149.50/149.67                                                             star(A),B) addition C)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3584
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 638
% 149.50/149.67  New rule produced :
% 149.50/149.67  [713]
% 149.50/149.67  leq(multiplication(A,multiplication(star(B),B)) addition C,multiplication(A,
% 149.50/149.67                                                             star(B)) addition C)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3583
% 149.50/149.67  Current number of ordered equations: 0
% 149.50/149.67  Current number of rules: 639
% 149.50/149.67  New rule produced :
% 149.50/149.67  [714]
% 149.50/149.67  leq(multiplication(multiplication(star(A),A),B) addition C,multiplication(
% 149.50/149.67                                                             star(A),B) addition C)
% 149.50/149.67  -> true
% 149.50/149.67  Current number of equations to process: 3582
% 149.50/149.67  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 640
% 149.68/149.87  New rule produced :
% 149.68/149.87  [715]
% 149.68/149.87  ifeq3(multiplication(star(A),star(B)),one,leq(multiplication(star(A),star(B)),one),true)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3581
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 641
% 149.68/149.87  New rule produced :
% 149.68/149.87  [716]
% 149.68/149.87  ifeq2(leq(multiplication(star(A),star(B)),one),true,multiplication(star(A),
% 149.68/149.87                                                      star(B)),one) -> one
% 149.68/149.87  Current number of equations to process: 3580
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 642
% 149.68/149.87  New rule produced :
% 149.68/149.87  [717]
% 149.68/149.87  leq(multiplication(A,star(A)) addition multiplication(B,star(B)),star(A) addition 
% 149.68/149.87                                                                   star(B)) ->
% 149.68/149.87  true
% 149.68/149.87  Current number of equations to process: 3578
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 643
% 149.68/149.87  New rule produced :
% 149.68/149.87  [718]
% 149.68/149.87  leq(multiplication(star(A),A) addition multiplication(B,star(B)),star(A) addition 
% 149.68/149.87                                                                   star(B)) ->
% 149.68/149.87  true
% 149.68/149.87  Current number of equations to process: 3577
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 644
% 149.68/149.87  New rule produced :
% 149.68/149.87  [719]
% 149.68/149.87  leq(multiplication(star(A),A) addition multiplication(star(B),B),star(A) addition 
% 149.68/149.87                                                                   star(B)) ->
% 149.68/149.87  true
% 149.68/149.87  Current number of equations to process: 3574
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 645
% 149.68/149.87  New rule produced :
% 149.68/149.87  [720]
% 149.68/149.87  ifeq(leq(multiplication(A,B) addition multiplication(A,C) addition A,A),true,true,true)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3573
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 646
% 149.68/149.87  New rule produced :
% 149.68/149.87  [721]
% 149.68/149.87  ifeq(leq(multiplication(multiplication(multiplication(A,B),C),V_3) addition A,A),true,true,true)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3572
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 647
% 149.68/149.87  New rule produced :
% 149.68/149.87  [722]
% 149.68/149.87  ifeq(leq(multiplication(A,B) addition multiplication(C,B) addition B,B),true,true,true)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3571
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 648
% 149.68/149.87  New rule produced :
% 149.68/149.87  [723]
% 149.68/149.87  ifeq(leq(multiplication(A,multiplication(B,multiplication(C,V_3))) addition V_3,V_3),true,true,true)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3570
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 649
% 149.68/149.87  New rule produced :
% 149.68/149.87  [724]
% 149.68/149.87  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)) addition V_3)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3569
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 650
% 149.68/149.87  New rule produced :
% 149.68/149.87  [725]
% 149.68/149.87  leq(star(A) addition star(B) addition C,multiplication(star(A),star(B)) addition C)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3568
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 651
% 149.68/149.87  New rule produced :
% 149.68/149.87  [726] ifeq3(star(A addition B),A,leq(star(A addition B),A),true) -> true
% 149.68/149.87  Current number of equations to process: 3566
% 149.68/149.87  Current number of ordered equations: 1
% 149.68/149.87  Current number of rules: 652
% 149.68/149.87  New rule produced :
% 149.68/149.87  [727]
% 149.68/149.87  ifeq3(star(A) addition B,A addition B,leq(star(A),A addition B),true) -> true
% 149.68/149.87  Current number of equations to process: 3566
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 653
% 149.68/149.87  New rule produced :
% 149.68/149.87  [728] ifeq2(leq(star(A addition B),A),true,star(A addition B),A) -> A
% 149.68/149.87  Current number of equations to process: 3565
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 654
% 149.68/149.87  New rule produced :
% 149.68/149.87  [729]
% 149.68/149.87  ifeq(leq(star(star(A)) addition multiplication(B,star(A)),star(A)),true,true,true)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3562
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 655
% 149.68/149.87  New rule produced :
% 149.68/149.87  [730]
% 149.68/149.87  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B) addition V_3)
% 149.68/149.87  -> true
% 149.68/149.87  Current number of equations to process: 3557
% 149.68/149.87  Current number of ordered equations: 0
% 149.68/149.87  Current number of rules: 656
% 149.68/149.87  New rule produced :
% 149.68/149.87  [731]
% 149.68/149.87  ifeq(leq(star(star(A)) addition multiplication(star(A),B),star(A)),true,true,true)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3555
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 657
% 149.89/150.07  New rule produced :
% 149.89/150.07  [732]
% 149.89/150.07  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,
% 149.89/150.07                                                      star(V_3)) addition V_4)
% 149.89/150.07  -> true
% 149.89/150.07  Rule
% 149.89/150.07  [724]
% 149.89/150.07  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)) addition V_3)
% 149.89/150.07  -> true collapsed.
% 149.89/150.07  Current number of equations to process: 3551
% 149.89/150.07  Current number of ordered equations: 1
% 149.89/150.07  Current number of rules: 657
% 149.89/150.07  New rule produced :
% 149.89/150.07  [733]
% 149.89/150.07  leq(A addition B,multiplication(multiplication(A,star(C)),star(V_3)) addition B addition V_4)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3551
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 658
% 149.89/150.07  New rule produced :
% 149.89/150.07  [734]
% 149.89/150.07  leq(A addition B,multiplication(star(C),B) addition multiplication(A,
% 149.89/150.07                                                      star(V_3)) addition V_4)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3549
% 149.89/150.07  Current number of ordered equations: 1
% 149.89/150.07  Current number of rules: 659
% 149.89/150.07  New rule produced :
% 149.89/150.07  [735]
% 149.89/150.07  leq(A addition B,multiplication(star(C),multiplication(A,star(V_3))) addition B addition V_4)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3549
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 660
% 149.89/150.07  New rule produced :
% 149.89/150.07  [736]
% 149.89/150.07  leq(multiplication(A,multiplication(B,star(B))) addition A,multiplication(A,
% 149.89/150.07                                                             star(B)) addition C)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3548
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 661
% 149.89/150.07  New rule produced :
% 149.89/150.07  [737]
% 149.89/150.07  leq(multiplication(A,multiplication(star(B),B)) addition A,multiplication(A,
% 149.89/150.07                                                             star(B)) addition C)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3547
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 662
% 149.89/150.07  New rule produced :
% 149.89/150.07  [738]
% 149.89/150.07  leq(A addition B addition C,star(A) addition multiplication(B,star(V_3)) addition C)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3545
% 149.89/150.07  Current number of ordered equations: 1
% 149.89/150.07  Current number of rules: 663
% 149.89/150.07  New rule produced :
% 149.89/150.07  [739]
% 149.89/150.07  leq(A addition B addition C,star(multiplication(A,star(V_3)) addition C) addition B)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3545
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 664
% 149.89/150.07  New rule produced :
% 149.89/150.07  [740]
% 149.89/150.07  leq(multiplication(A,star(A)),multiplication(multiplication(star(A),star(B)),
% 149.89/150.07                                star(C)) addition V_3) -> true
% 149.89/150.07  Current number of equations to process: 3542
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 665
% 149.89/150.07  New rule produced :
% 149.89/150.07  [741]
% 149.89/150.07  leq(multiplication(star(A),A),multiplication(multiplication(star(A),star(B)),
% 149.89/150.07                                star(C)) addition V_3) -> true
% 149.89/150.07  Current number of equations to process: 3541
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 666
% 149.89/150.07  New rule produced :
% 149.89/150.07  [742]
% 149.89/150.07  leq(one,multiplication(multiplication(multiplication(star(A),star(B)),
% 149.89/150.07                         star(C)),star(V_3)) addition V_4) -> true
% 149.89/150.07  Current number of equations to process: 3539
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 667
% 149.89/150.07  New rule produced :
% 149.89/150.07  [743]
% 149.89/150.07  leq(A addition B,multiplication(multiplication(star(C),A),star(V_3)) addition B addition V_4)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3535
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 668
% 149.89/150.07  New rule produced :
% 149.89/150.07  [744]
% 149.89/150.07  leq(A addition B,multiplication(star(C),B) addition multiplication(star(V_3),A) addition V_4)
% 149.89/150.07  -> true
% 149.89/150.07  Rule
% 149.89/150.07  [730]
% 149.89/150.07  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B) addition V_3)
% 149.89/150.07  -> true collapsed.
% 149.89/150.07  Current number of equations to process: 3533
% 149.89/150.07  Current number of ordered equations: 1
% 149.89/150.07  Current number of rules: 668
% 149.89/150.07  New rule produced :
% 149.89/150.07  [745]
% 149.89/150.07  leq(A addition B,multiplication(star(C),multiplication(star(V_3),A)) addition B addition V_4)
% 149.89/150.07  -> true
% 149.89/150.07  Current number of equations to process: 3533
% 149.89/150.07  Current number of ordered equations: 0
% 149.89/150.07  Current number of rules: 669
% 149.89/150.07  New rule produced :
% 150.10/150.26  [746]
% 150.10/150.26  leq(multiplication(multiplication(A,star(A)),B) addition B,multiplication(
% 150.10/150.26                                                             star(A),B) addition C)
% 150.10/150.26  -> true
% 150.10/150.26  Current number of equations to process: 3532
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 670
% 150.10/150.26  New rule produced :
% 150.10/150.26  [747]
% 150.10/150.26  leq(multiplication(multiplication(star(A),A),B) addition B,multiplication(
% 150.10/150.26                                                             star(A),B) addition C)
% 150.10/150.26  -> true
% 150.10/150.26  Current number of equations to process: 3531
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 671
% 150.10/150.26  New rule produced :
% 150.10/150.26  [748]
% 150.10/150.26  leq(A addition B addition C,star(A) addition multiplication(star(V_3),B) addition C)
% 150.10/150.26  -> true
% 150.10/150.26  Current number of equations to process: 3529
% 150.10/150.26  Current number of ordered equations: 1
% 150.10/150.26  Current number of rules: 672
% 150.10/150.26  New rule produced :
% 150.10/150.26  [749]
% 150.10/150.26  leq(A addition B addition C,star(multiplication(star(V_3),A) addition C) addition B)
% 150.10/150.26  -> true
% 150.10/150.26  Current number of equations to process: 3529
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 673
% 150.10/150.26  New rule produced :
% 150.10/150.26  [750]
% 150.10/150.26  leq(star(A) addition multiplication(B,star(B)),multiplication(star(B),
% 150.10/150.26                                                 star(A)) addition C) -> true
% 150.10/150.26  Current number of equations to process: 3528
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 674
% 150.10/150.26  New rule produced :
% 150.10/150.26  [751]
% 150.10/150.26  leq(star(A) addition multiplication(star(B),B),multiplication(star(B),
% 150.10/150.26                                                 star(A)) addition C) -> true
% 150.10/150.26  Current number of equations to process: 3527
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 675
% 150.10/150.26  New rule produced :
% 150.10/150.26  [752]
% 150.10/150.26  leq(star(A) addition multiplication(B,star(B)),multiplication(star(A),
% 150.10/150.26                                                 star(B)) addition C) -> true
% 150.10/150.26  Current number of equations to process: 3525
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 676
% 150.10/150.26  New rule produced :
% 150.10/150.26  [753]
% 150.10/150.26  leq(star(A) addition multiplication(star(B),B),multiplication(star(A),
% 150.10/150.26                                                 star(B)) addition C) -> true
% 150.10/150.26  Current number of equations to process: 3523
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 677
% 150.10/150.26  New rule produced :
% 150.10/150.26  [754]
% 150.10/150.26  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(A),
% 150.10/150.26                                                       star(C))) addition V_3)
% 150.10/150.26  -> true
% 150.10/150.26  Current number of equations to process: 3522
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 678
% 150.10/150.26  New rule produced :
% 150.10/150.26  [755]
% 150.10/150.26  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(A),
% 150.10/150.26                                                       star(C))) addition V_3)
% 150.10/150.26  -> true
% 150.10/150.26  Current number of equations to process: 3521
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 679
% 150.10/150.26  New rule produced :
% 150.10/150.26  [756]
% 150.10/150.26  leq(one,multiplication(star(A),multiplication(multiplication(star(B),star(C)),
% 150.10/150.26                                 star(V_3))) addition V_4) -> true
% 150.10/150.26  Current number of equations to process: 3519
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 680
% 150.10/150.26  New rule produced :
% 150.10/150.26  [757]
% 150.10/150.26  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(A)),
% 150.10/150.26                                star(C)) addition V_3) -> true
% 150.10/150.26  Current number of equations to process: 3518
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 681
% 150.10/150.26  New rule produced :
% 150.10/150.26  [758]
% 150.10/150.26  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(A)),
% 150.10/150.26                                star(C)) addition V_3) -> true
% 150.10/150.26  Current number of equations to process: 3517
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 682
% 150.10/150.26  New rule produced :
% 150.10/150.26  [759]
% 150.10/150.26  leq(one,multiplication(multiplication(star(A),multiplication(star(B),star(C))),
% 150.10/150.26          star(V_3)) addition V_4) -> true
% 150.10/150.26  Current number of equations to process: 3515
% 150.10/150.26  Current number of ordered equations: 0
% 150.10/150.26  Current number of rules: 683
% 150.10/150.26  New rule produced :
% 150.10/150.26  [760]
% 150.10/150.26  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(C),
% 150.10/150.26                                                       star(A))) addition V_3)
% 150.10/150.26  -> true
% 150.28/150.46  Current number of equations to process: 3514
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 684
% 150.28/150.46  New rule produced :
% 150.28/150.46  [761]
% 150.28/150.46  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(C),
% 150.28/150.46                                                       star(A))) addition V_3)
% 150.28/150.46  -> true
% 150.28/150.46  Current number of equations to process: 3513
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 685
% 150.28/150.46  New rule produced :
% 150.28/150.46  [762]
% 150.28/150.46  leq(one,multiplication(star(A),multiplication(star(B),multiplication(
% 150.28/150.46                                                        star(C),star(V_3)))) addition V_4)
% 150.28/150.46  -> true
% 150.28/150.46  Current number of equations to process: 3511
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 686
% 150.28/150.46  New rule produced :
% 150.28/150.46  [763]
% 150.28/150.46  star(multiplication(A,star(B))) addition multiplication(star(multiplication(A,
% 150.28/150.46                                                               star(B))),A) ->
% 150.28/150.46  star(multiplication(A,star(B)))
% 150.28/150.46  Current number of equations to process: 3510
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 687
% 150.28/150.46  New rule produced :
% 150.28/150.46  [764]
% 150.28/150.46  leq(one addition multiplication(A,B),star(C) addition multiplication(A,
% 150.28/150.46                                                        multiplication(B,
% 150.28/150.46                                                        star(V_3)))) -> true
% 150.28/150.46  Current number of equations to process: 3509
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 688
% 150.28/150.46  New rule produced :
% 150.28/150.46  [765]
% 150.28/150.46  leq(A addition B,multiplication(A,multiplication(star(C),star(V_3))) addition B addition V_4)
% 150.28/150.46  -> true
% 150.28/150.46  Current number of equations to process: 3508
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 689
% 150.28/150.46  New rule produced :
% 150.28/150.46  [766]
% 150.28/150.46  star(multiplication(A,star(B))) addition multiplication(A,star(multiplication(A,
% 150.28/150.46                                                                 star(B)))) ->
% 150.28/150.46  star(multiplication(A,star(B)))
% 150.28/150.46  Current number of equations to process: 3506
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 690
% 150.28/150.46  New rule produced :
% 150.28/150.46  [767]
% 150.28/150.46  leq(one addition multiplication(A,B),star(C) addition multiplication(
% 150.28/150.46                                                        multiplication(A,
% 150.28/150.46                                                        star(V_3)),B)) -> true
% 150.28/150.46  Current number of equations to process: 3505
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 691
% 150.28/150.46  New rule produced :
% 150.28/150.46  [768]
% 150.28/150.46  leq(A addition B,multiplication(multiplication(star(C),star(V_3)),A) addition B addition V_4)
% 150.28/150.46  -> true
% 150.28/150.46  Current number of equations to process: 3503
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 692
% 150.28/150.46  New rule produced :
% 150.28/150.46  [769]
% 150.28/150.46  star(multiplication(star(A),B)) addition multiplication(star(multiplication(
% 150.28/150.46                                                               star(A),B)),B)
% 150.28/150.46  -> star(multiplication(star(A),B))
% 150.28/150.46  Current number of equations to process: 3502
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 693
% 150.28/150.46  New rule produced :
% 150.28/150.46  [770]
% 150.28/150.46  leq(one addition multiplication(A,B),star(C) addition multiplication(A,
% 150.28/150.46                                                        multiplication(
% 150.28/150.46                                                        star(V_3),B))) -> true
% 150.28/150.46  Current number of equations to process: 3501
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 694
% 150.28/150.46  New rule produced :
% 150.28/150.46  [771]
% 150.28/150.46  star(multiplication(star(A),B)) addition multiplication(B,star(multiplication(
% 150.28/150.46                                                                 star(A),B)))
% 150.28/150.46  -> star(multiplication(star(A),B))
% 150.28/150.46  Current number of equations to process: 3498
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 695
% 150.28/150.46  New rule produced :
% 150.28/150.46  [772]
% 150.28/150.46  leq(one addition multiplication(A,B),star(C) addition multiplication(
% 150.28/150.46                                                        multiplication(
% 150.28/150.46                                                        star(V_3),A),B)) ->
% 150.28/150.46  true
% 150.28/150.46  Current number of equations to process: 3497
% 150.28/150.46  Current number of ordered equations: 0
% 150.28/150.46  Current number of rules: 696
% 150.28/150.46  New rule produced :
% 150.28/150.46  [773]
% 150.28/150.46  leq(one addition multiplication(A,star(A)),multiplication(multiplication(
% 150.28/150.46                                                            star(A),star(B)),
% 150.46/150.62                                             star(C))) -> true
% 150.46/150.62  Current number of equations to process: 3494
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 697
% 150.46/150.62  New rule produced :
% 150.46/150.62  [774]
% 150.46/150.62  leq(one addition multiplication(A,star(A)),multiplication(star(B),multiplication(
% 150.46/150.62                                                                    star(A),
% 150.46/150.62                                                                    star(C))))
% 150.46/150.62  -> true
% 150.46/150.62  Current number of equations to process: 3493
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 698
% 150.46/150.62  New rule produced :
% 150.46/150.62  [775]
% 150.46/150.62  leq(one addition multiplication(A,star(A)),multiplication(multiplication(
% 150.46/150.62                                                            star(B),star(A)),
% 150.46/150.62                                             star(C))) -> true
% 150.46/150.62  Current number of equations to process: 3492
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 699
% 150.46/150.62  New rule produced :
% 150.46/150.62  [776]
% 150.46/150.62  leq(one addition multiplication(A,star(A)),multiplication(star(B),multiplication(
% 150.46/150.62                                                                    star(C),
% 150.46/150.62                                                                    star(A))))
% 150.46/150.62  -> true
% 150.46/150.62  Current number of equations to process: 3491
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 700
% 150.46/150.62  New rule produced :
% 150.46/150.62  [777]
% 150.46/150.62  leq(one addition multiplication(star(A),A),multiplication(multiplication(
% 150.46/150.62                                                            star(A),star(B)),
% 150.46/150.62                                             star(C))) -> true
% 150.46/150.62  Current number of equations to process: 3490
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 701
% 150.46/150.62  New rule produced :
% 150.46/150.62  [778]
% 150.46/150.62  leq(one addition multiplication(star(A),A),multiplication(star(B),multiplication(
% 150.46/150.62                                                                    star(A),
% 150.46/150.62                                                                    star(C))))
% 150.46/150.62  -> true
% 150.46/150.62  Current number of equations to process: 3489
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 702
% 150.46/150.62  New rule produced :
% 150.46/150.62  [779]
% 150.46/150.62  leq(one addition multiplication(star(A),A),multiplication(multiplication(
% 150.46/150.62                                                            star(B),star(A)),
% 150.46/150.62                                             star(C))) -> true
% 150.46/150.62  Current number of equations to process: 3488
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 703
% 150.46/150.62  New rule produced :
% 150.46/150.62  [780]
% 150.46/150.62  leq(one addition multiplication(star(A),A),multiplication(star(B),multiplication(
% 150.46/150.62                                                                    star(C),
% 150.46/150.62                                                                    star(A))))
% 150.46/150.62  -> true
% 150.46/150.62  Current number of equations to process: 3487
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 704
% 150.46/150.62  New rule produced :
% 150.46/150.62  [781]
% 150.46/150.62  leq(one addition multiplication(star(A),multiplication(B,star(B))),multiplication(
% 150.46/150.62                                                                     star(A),
% 150.46/150.62                                                                     star(B)))
% 150.46/150.62  -> true
% 150.46/150.62  Current number of equations to process: 3485
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 705
% 150.46/150.62  New rule produced :
% 150.46/150.62  [782]
% 150.46/150.62  leq(one addition multiplication(multiplication(A,star(A)),star(B)),multiplication(
% 150.46/150.62                                                                     star(A),
% 150.46/150.62                                                                     star(B)))
% 150.46/150.62  -> true
% 150.46/150.62  Current number of equations to process: 3484
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 706
% 150.46/150.62  New rule produced :
% 150.46/150.62  [783]
% 150.46/150.62  leq(one addition multiplication(star(A),multiplication(star(B),B)),multiplication(
% 150.46/150.62                                                                     star(A),
% 150.46/150.62                                                                     star(B)))
% 150.46/150.62  -> true
% 150.46/150.62  Current number of equations to process: 3483
% 150.46/150.62  Current number of ordered equations: 0
% 150.46/150.62  Current number of rules: 707
% 150.46/150.62  New rule produced :
% 150.46/150.62  [784]
% 150.46/150.62  leq(one addition multiplication(multiplication(star(A),A),star(B)),multiplication(
% 150.46/150.62                                                                     star(A),
% 150.59/150.78                                                                     star(B)))
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3482
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 708
% 150.59/150.78  New rule produced :
% 150.59/150.78  [785]
% 150.59/150.78  leq(multiplication(A,star(A)),multiplication(star(A),multiplication(star(B),
% 150.59/150.78                                                       star(C))) addition V_3)
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3478
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 709
% 150.59/150.78  New rule produced :
% 150.59/150.78  [786]
% 150.59/150.78  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(C)),
% 150.59/150.78                                star(A)) addition V_3) -> true
% 150.59/150.78  Current number of equations to process: 3476
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 710
% 150.59/150.78  New rule produced :
% 150.59/150.78  [787]
% 150.59/150.78  leq(multiplication(star(A),A),multiplication(star(A),multiplication(star(B),
% 150.59/150.78                                                       star(C))) addition V_3)
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3468
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 711
% 150.59/150.78  New rule produced :
% 150.59/150.78  [788]
% 150.59/150.78  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(C)),
% 150.59/150.78                                star(A)) addition V_3) -> true
% 150.59/150.78  Current number of equations to process: 3466
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 712
% 150.59/150.78  New rule produced :
% 150.59/150.78  [789]
% 150.59/150.78  leq(multiplication(multiplication(A,B),multiplication(C,star(C))),multiplication(A,
% 150.59/150.78                                                                    multiplication(B,
% 150.59/150.78                                                                    star(C))))
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3459
% 150.59/150.78  Current number of ordered equations: 1
% 150.59/150.78  Current number of rules: 713
% 150.59/150.78  New rule produced :
% 150.59/150.78  [790]
% 150.59/150.78  leq(multiplication(A,multiplication(B,multiplication(C,star(C)))),multiplication(
% 150.59/150.78                                                                    multiplication(A,B),
% 150.59/150.78                                                                    star(C)))
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3459
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 714
% 150.59/150.78  New rule produced :
% 150.59/150.78  [791]
% 150.59/150.78  leq(multiplication(A,multiplication(multiplication(B,C),star(C))),multiplication(
% 150.59/150.78                                                                    multiplication(A,B),
% 150.59/150.78                                                                    star(C)))
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3458
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 715
% 150.59/150.78  New rule produced :
% 150.59/150.78  [792]
% 150.59/150.78  leq(multiplication(multiplication(A,B),star(B)) addition C,multiplication(A,
% 150.59/150.78                                                             star(B)) addition C)
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3456
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 716
% 150.59/150.78  New rule produced :
% 150.59/150.78  [793]
% 150.59/150.78  leq(multiplication(multiplication(A,B),star(B)) addition A,multiplication(A,
% 150.59/150.78                                                             star(B)) addition C)
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3455
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 717
% 150.59/150.78  New rule produced :
% 150.59/150.78  [794]
% 150.59/150.78  leq(one addition multiplication(multiplication(star(A),B),star(B)),multiplication(
% 150.59/150.78                                                                     star(A),
% 150.59/150.78                                                                     star(B)))
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3454
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 718
% 150.59/150.78  New rule produced :
% 150.59/150.78  [795]
% 150.59/150.78  leq(one addition multiplication(A,B),star(C) addition multiplication(A,
% 150.59/150.78                                                        star(B)) addition V_3)
% 150.59/150.78  -> true
% 150.59/150.78  Current number of equations to process: 3453
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 719
% 150.59/150.78  New rule produced :
% 150.59/150.78  [796]
% 150.59/150.78  leq(multiplication(multiplication(A,star(A)),multiplication(B,star(B))),
% 150.59/150.78  multiplication(star(A),star(B))) -> true
% 150.59/150.78  Current number of equations to process: 3452
% 150.59/150.78  Current number of ordered equations: 0
% 150.59/150.78  Current number of rules: 720
% 150.59/150.78  New rule produced :
% 150.78/150.97  [797]
% 150.78/150.97  leq(multiplication(multiplication(star(A),A),multiplication(B,star(B))),
% 150.78/150.97  multiplication(star(A),star(B))) -> true
% 150.78/150.97  Current number of equations to process: 3451
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 721
% 150.78/150.97  New rule produced :
% 150.78/150.97  [798]
% 150.78/150.97  leq(multiplication(multiplication(A,B),multiplication(B,star(B))),multiplication(A,
% 150.78/150.97                                                                    star(B)) addition C)
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3450
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 722
% 150.78/150.97  New rule produced :
% 150.78/150.97  [799]
% 150.78/150.97  leq(multiplication(multiplication(A,star(A)),multiplication(B,C)),multiplication(
% 150.78/150.97                                                                    multiplication(
% 150.78/150.97                                                                    star(A),B),C))
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3448
% 150.78/150.97  Current number of ordered equations: 1
% 150.78/150.97  Current number of rules: 723
% 150.78/150.97  New rule produced :
% 150.78/150.97  [800]
% 150.78/150.97  leq(multiplication(multiplication(multiplication(A,star(A)),B),C),multiplication(
% 150.78/150.97                                                                    star(A),
% 150.78/150.97                                                                    multiplication(B,C)))
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3448
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 724
% 150.78/150.97  New rule produced :
% 150.78/150.97  [801]
% 150.78/150.97  leq(multiplication(multiplication(A,multiplication(star(A),B)),C),multiplication(
% 150.78/150.97                                                                    star(A),
% 150.78/150.97                                                                    multiplication(B,C)))
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3447
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 725
% 150.78/150.97  New rule produced :
% 150.78/150.97  [802]
% 150.78/150.97  leq(multiplication(A,multiplication(star(A),B)) addition C,multiplication(
% 150.78/150.97                                                             star(A),B) addition C)
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3445
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 726
% 150.78/150.97  New rule produced :
% 150.78/150.97  [803]
% 150.78/150.97  leq(multiplication(A,multiplication(star(A),B)) addition B,multiplication(
% 150.78/150.97                                                             star(A),B) addition C)
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3444
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 727
% 150.78/150.97  New rule produced :
% 150.78/150.97  [804]
% 150.78/150.97  leq(one addition multiplication(A,multiplication(star(A),star(B))),multiplication(
% 150.78/150.97                                                                     star(A),
% 150.78/150.97                                                                     star(B)))
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3443
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 728
% 150.78/150.97  New rule produced :
% 150.78/150.97  [805]
% 150.78/150.97  leq(multiplication(multiplication(A,star(A)),multiplication(star(B),B)),
% 150.78/150.97  multiplication(star(A),star(B))) -> true
% 150.78/150.97  Current number of equations to process: 3441
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 729
% 150.78/150.97  New rule produced :
% 150.78/150.97  [806]
% 150.78/150.97  leq(multiplication(multiplication(A,star(A)),A) addition B,star(A) addition B addition C)
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3440
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 730
% 150.78/150.97  New rule produced :
% 150.78/150.97  [807]
% 150.78/150.97  leq(one addition multiplication(multiplication(A,star(A)),A) addition B,
% 150.78/150.97  star(A) addition B) -> true
% 150.78/150.97  Current number of equations to process: 3439
% 150.78/150.97  Current number of ordered equations: 0
% 150.78/150.97  Current number of rules: 731
% 150.78/150.97  New rule produced :
% 150.78/150.97  [808]
% 150.78/150.97  leq(multiplication(multiplication(A,B),multiplication(star(C),C)),multiplication(A,
% 150.78/150.97                                                                    multiplication(B,
% 150.78/150.97                                                                    star(C))))
% 150.78/150.97  -> true
% 150.78/150.97  Current number of equations to process: 3437
% 150.78/150.97  Current number of ordered equations: 1
% 150.78/150.97  Current number of rules: 732
% 150.78/150.97  New rule produced :
% 150.78/150.97  [809]
% 150.78/150.97  leq(multiplication(A,multiplication(B,multiplication(star(C),C))),multiplication(
% 150.78/150.97                                                                    multiplication(A,B),
% 150.78/150.97                                                                    star(C)))
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3437
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 733
% 151.02/151.17  New rule produced :
% 151.02/151.17  [810]
% 151.02/151.17  leq(multiplication(A,multiplication(multiplication(B,star(C)),C)),multiplication(
% 151.02/151.17                                                                    multiplication(A,B),
% 151.02/151.17                                                                    star(C)))
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3436
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 734
% 151.02/151.17  New rule produced :
% 151.02/151.17  [811]
% 151.02/151.17  leq(multiplication(multiplication(A,star(B)),B) addition C,multiplication(A,
% 151.02/151.17                                                             star(B)) addition C)
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3434
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 735
% 151.02/151.17  New rule produced :
% 151.02/151.17  [812]
% 151.02/151.17  leq(multiplication(multiplication(A,star(B)),B) addition A,multiplication(A,
% 151.02/151.17                                                             star(B)) addition C)
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3433
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 736
% 151.02/151.17  New rule produced :
% 151.02/151.17  [813]
% 151.02/151.17  leq(one addition multiplication(multiplication(star(A),star(B)),B),multiplication(
% 151.02/151.17                                                                     star(A),
% 151.02/151.17                                                                     star(B)))
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3432
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 737
% 151.02/151.17  New rule produced :
% 151.02/151.17  [814]
% 151.02/151.17  leq(multiplication(multiplication(star(A),A),multiplication(star(B),B)),
% 151.02/151.17  multiplication(star(A),star(B))) -> true
% 151.02/151.17  Current number of equations to process: 3430
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 738
% 151.02/151.17  New rule produced :
% 151.02/151.17  [815]
% 151.02/151.17  leq(multiplication(multiplication(A,B),multiplication(star(B),B)),multiplication(A,
% 151.02/151.17                                                                    star(B)) addition C)
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3429
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 739
% 151.02/151.17  New rule produced :
% 151.02/151.17  [816]
% 151.02/151.17  leq(multiplication(A,multiplication(star(A),A)) addition B,star(A) addition B addition C)
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3428
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 740
% 151.02/151.17  New rule produced :
% 151.02/151.17  [817]
% 151.02/151.17  leq(one addition multiplication(A,multiplication(star(A),A)) addition B,
% 151.02/151.17  star(A) addition B) -> true
% 151.02/151.17  Current number of equations to process: 3427
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 741
% 151.02/151.17  New rule produced :
% 151.02/151.17  [818]
% 151.02/151.17  leq(multiplication(multiplication(star(A),A),multiplication(B,C)),multiplication(
% 151.02/151.17                                                                    multiplication(
% 151.02/151.17                                                                    star(A),B),C))
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3425
% 151.02/151.17  Current number of ordered equations: 1
% 151.02/151.17  Current number of rules: 742
% 151.02/151.17  New rule produced :
% 151.02/151.17  [819]
% 151.02/151.17  leq(multiplication(multiplication(multiplication(star(A),A),B),C),multiplication(
% 151.02/151.17                                                                    star(A),
% 151.02/151.17                                                                    multiplication(B,C)))
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3425
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 743
% 151.02/151.17  New rule produced :
% 151.02/151.17  [820]
% 151.02/151.17  leq(multiplication(multiplication(star(A),multiplication(A,B)),C),multiplication(
% 151.02/151.17                                                                    star(A),
% 151.02/151.17                                                                    multiplication(B,C)))
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3424
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 744
% 151.02/151.17  New rule produced :
% 151.02/151.17  [821]
% 151.02/151.17  leq(multiplication(star(A),multiplication(A,B)) addition C,multiplication(
% 151.02/151.17                                                             star(A),B) addition C)
% 151.02/151.17  -> true
% 151.02/151.17  Current number of equations to process: 3422
% 151.02/151.17  Current number of ordered equations: 0
% 151.02/151.17  Current number of rules: 745
% 151.02/151.17  New rule produced :
% 151.02/151.17  [822]
% 151.02/151.17  leq(multiplication(star(A),multiplication(A,B)) addition B,multiplication(
% 151.18/151.36                                                             star(A),B) addition C)
% 151.18/151.36  -> true
% 151.18/151.36  Current number of equations to process: 3421
% 151.18/151.36  Current number of ordered equations: 0
% 151.18/151.36  Current number of rules: 746
% 151.18/151.36  New rule produced :
% 151.18/151.36  [823]
% 151.18/151.36  leq(one addition multiplication(star(A),multiplication(A,star(B))),multiplication(
% 151.18/151.36                                                                     star(A),
% 151.18/151.36                                                                     star(B)))
% 151.18/151.36  -> true
% 151.18/151.36  Current number of equations to process: 3420
% 151.18/151.36  Current number of ordered equations: 0
% 151.18/151.36  Current number of rules: 747
% 151.18/151.36  New rule produced :
% 151.18/151.36  [824]
% 151.18/151.36  leq(one addition multiplication(A,B),star(C) addition multiplication(
% 151.18/151.36                                                        star(A),B) addition V_3)
% 151.18/151.36  -> true
% 151.18/151.36  Current number of equations to process: 3419
% 151.18/151.36  Current number of ordered equations: 0
% 151.18/151.36  Current number of rules: 748
% 151.18/151.36  New rule produced :
% 151.18/151.36  [825]
% 151.18/151.36  leq(multiplication(multiplication(A,star(A)),multiplication(A,B)),multiplication(
% 151.18/151.36                                                                    star(A),B) addition C)
% 151.18/151.36  -> true
% 151.18/151.36  Current number of equations to process: 3418
% 151.18/151.36  Current number of ordered equations: 0
% 151.18/151.36  Current number of rules: 749
% 151.18/151.36  New rule produced :
% 151.18/151.36  [826]
% 151.18/151.36  leq(multiplication(multiplication(star(A),A),multiplication(A,B)),multiplication(
% 151.18/151.36                                                                    star(A),B) addition C)
% 151.18/151.36  -> true
% 151.18/151.36  Current number of equations to process: 3415
% 151.18/151.36  Current number of ordered equations: 0
% 151.18/151.36  Current number of rules: 750
% 151.18/151.36  New rule produced :
% 151.18/151.36  [827]
% 151.18/151.36  leq(multiplication(star(A),A) addition multiplication(A,star(A)),multiplication(
% 151.18/151.36                                                                   star(A),
% 151.18/151.36                                                                   star(B))) ->
% 151.18/151.36  true
% 151.18/151.36  Current number of equations to process: 3414
% 151.18/151.36  Current number of ordered equations: 0
% 151.18/151.36  Current number of rules: 751
% 151.18/151.36  New rule produced :
% 151.18/151.36  [828]
% 151.18/151.36  leq(multiplication(star(A),A) addition multiplication(A,star(A)),multiplication(
% 151.18/151.37                                                                   star(B),
% 151.18/151.37                                                                   star(A))) ->
% 151.18/151.37  true
% 151.18/151.37  Current number of equations to process: 3413
% 151.18/151.37  Current number of ordered equations: 0
% 151.18/151.37  Current number of rules: 752
% 151.18/151.37  New rule produced :
% 151.18/151.37  [829]
% 151.18/151.37  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(
% 151.18/151.37                                                                   star(A)) addition B)
% 151.18/151.37  -> true
% 151.18/151.37  Current number of equations to process: 3412
% 151.18/151.37  Current number of ordered equations: 0
% 151.18/151.37  Current number of rules: 753
% 151.18/151.37  New rule produced :
% 151.18/151.37  [830]
% 151.18/151.37  leq(multiplication(A,star(A)) addition multiplication(B,star(B)),multiplication(
% 151.18/151.37                                                                   star(A),
% 151.18/151.37                                                                   star(B))) ->
% 151.18/151.37  true
% 151.18/151.37  Current number of equations to process: 3410
% 151.18/151.37  Current number of ordered equations: 0
% 151.18/151.37  Current number of rules: 754
% 151.18/151.37  New rule produced :
% 151.18/151.37  [831]
% 151.18/151.37  leq(multiplication(star(A),A) addition multiplication(B,star(B)),multiplication(
% 151.18/151.37                                                                   star(B),
% 151.18/151.37                                                                   star(A))) ->
% 151.18/151.37  true
% 151.18/151.37  Current number of equations to process: 3409
% 151.18/151.37  Current number of ordered equations: 0
% 151.18/151.37  Current number of rules: 755
% 151.18/151.37  New rule produced :
% 151.18/151.37  [832]
% 151.18/151.37  leq(multiplication(star(A),A) addition multiplication(B,star(B)),multiplication(
% 151.18/151.37                                                                   star(A),
% 151.18/151.37                                                                   star(B))) ->
% 151.18/151.37  true
% 151.18/151.37  Current number of equations to process: 3407
% 151.18/151.37  Current number of ordered equations: 0
% 151.18/151.37  Current number of rules: 756
% 151.18/151.37  New rule produced :
% 151.18/151.37  [833]
% 151.18/151.37  leq(multiplication(star(A),A) addition multiplication(star(B),B),multiplication(
% 151.18/151.37                                                                   star(A),
% 151.18/151.37                                                                   star(B))) ->
% 151.18/151.37  true
% 151.18/151.37  Current number of equations to process: 3403
% 151.18/151.37  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 757
% 161.76/161.96  New rule produced :
% 161.76/161.96  [834]
% 161.76/161.96  ifeq(leq(multiplication(A,B) addition B,one addition A),true,true,true) ->
% 161.76/161.96  true
% 161.76/161.96  Current number of equations to process: 3523
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 758
% 161.76/161.96  New rule produced :
% 161.76/161.96  [835]
% 161.76/161.96  ifeq(leq(star(A) addition multiplication(star(star(A)),B),star(A)),true,true,true)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 3522
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 759
% 161.76/161.96  New rule produced :
% 161.76/161.96  [836]
% 161.76/161.96  ifeq(leq(multiplication(star(A),star(B)),star(A) addition B),true,true,true)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 3634
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 760
% 161.76/161.96  New rule produced :
% 161.76/161.96  [837]
% 161.76/161.96  ifeq(leq(multiplication(A,star(B)),multiplication(A,B) addition A),true,true,true)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 3633
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 761
% 161.76/161.96  New rule produced :
% 161.76/161.96  [838]
% 161.76/161.96  ifeq(leq(multiplication(A,B) addition A,one addition B),true,true,true) ->
% 161.76/161.96  true
% 161.76/161.96  Current number of equations to process: 4300
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 762
% 161.76/161.96  New rule produced :
% 161.76/161.96  [839]
% 161.76/161.96  ifeq(leq(multiplication(star(A),star(B)),star(B) addition A),true,true,true)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 4412
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 763
% 161.76/161.96  New rule produced :
% 161.76/161.96  [840]
% 161.76/161.96  ifeq(leq(multiplication(star(A),B),multiplication(A,B) addition B),true,true,true)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 4411
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 764
% 161.76/161.96  New rule produced :
% 161.76/161.96  [841] ifeq3(star(A),one addition A,leq(star(A),one addition A),true) -> true
% 161.76/161.96  Current number of equations to process: 3333
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 765
% 161.76/161.96  New rule produced : [842] leq(A,star(star(A))) -> true
% 161.76/161.96  Current number of equations to process: 3702
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 766
% 161.76/161.96  New rule produced : [843] leq(A,star(star(A)) addition B) -> true
% 161.76/161.96  Current number of equations to process: 3701
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 767
% 161.76/161.96  New rule produced :
% 161.76/161.96  [844] leq(A,multiplication(multiplication(star(A),star(B)),star(C))) -> true
% 161.76/161.96  Current number of equations to process: 3708
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 768
% 161.76/161.96  New rule produced :
% 161.76/161.96  [845] leq(A,multiplication(star(B),multiplication(star(A),star(C)))) -> true
% 161.76/161.96  Current number of equations to process: 3707
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 769
% 161.76/161.96  New rule produced :
% 161.76/161.96  [846] leq(A,multiplication(multiplication(star(B),star(A)),star(C))) -> true
% 161.76/161.96  Current number of equations to process: 3706
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 770
% 161.76/161.96  New rule produced :
% 161.76/161.96  [847] leq(A,multiplication(star(B),multiplication(star(C),star(A)))) -> true
% 161.76/161.96  Current number of equations to process: 3705
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 771
% 161.76/161.96  New rule produced :
% 161.76/161.96  [848]
% 161.76/161.96  leq(A,multiplication(multiplication(star(A),star(B)),star(C)) addition V_3)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 3706
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 772
% 161.76/161.96  New rule produced :
% 161.76/161.96  [849]
% 161.76/161.96  leq(A,multiplication(star(B),multiplication(star(A),star(C))) addition V_3)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 3705
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 773
% 161.76/161.96  New rule produced :
% 161.76/161.96  [850]
% 161.76/161.96  leq(A,multiplication(multiplication(star(B),star(A)),star(C)) addition V_3)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 3704
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 774
% 161.76/161.96  New rule produced :
% 161.76/161.96  [851]
% 161.76/161.96  leq(A,multiplication(star(B),multiplication(star(C),star(A))) addition V_3)
% 161.76/161.96  -> true
% 161.76/161.96  Current number of equations to process: 3703
% 161.76/161.96  Current number of ordered equations: 0
% 161.76/161.96  Current number of rules: 775
% 161.76/161.96  New rule produced :
% 161.76/161.96  [852]
% 161.76/161.96  leq(multiplication(A,B),multiplication(multiplication(A,multiplication(B,
% 161.76/161.96                                                          star(C))),star(V_3)))
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3798
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 776
% 163.13/163.26  New rule produced :
% 163.13/163.26  [853]
% 163.13/163.26  leq(multiplication(A,B),multiplication(A,multiplication(multiplication(B,
% 163.13/163.26                                                          star(C)),star(V_3))))
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3797
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 777
% 163.13/163.26  New rule produced :
% 163.13/163.26  [854]
% 163.13/163.26  leq(multiplication(A,B),multiplication(A,multiplication(B,multiplication(
% 163.13/163.26                                                            star(C),star(V_3)))))
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3796
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 778
% 163.13/163.26  New rule produced :
% 163.13/163.26  [855]
% 163.13/163.26  leq(multiplication(A,B),multiplication(star(C),multiplication(A,multiplication(B,
% 163.13/163.26                                                                  star(V_3)))))
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3795
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 779
% 163.13/163.26  New rule produced :
% 163.13/163.26  [856]
% 163.13/163.26  leq(multiplication(A,B),multiplication(multiplication(star(C),A),multiplication(B,
% 163.13/163.26                                                                   star(V_3))))
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3794
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 780
% 163.13/163.26  New rule produced :
% 163.13/163.26  [857]
% 163.13/163.26  leq(multiplication(A,B),multiplication(multiplication(multiplication(
% 163.13/163.26                                                        star(C),A),B),star(V_3)))
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3793
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 781
% 163.13/163.26  New rule produced :
% 163.13/163.26  [858] leq(A,star(multiplication(multiplication(A,star(B)),star(C)))) -> true
% 163.13/163.26  Current number of equations to process: 3840
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 782
% 163.13/163.26  New rule produced :
% 163.13/163.26  [859] leq(A,multiplication(star(multiplication(A,star(B))),star(C))) -> true
% 163.13/163.26  Current number of equations to process: 3841
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 783
% 163.13/163.26  New rule produced :
% 163.13/163.26  [860] leq(A,multiplication(star(B),star(multiplication(A,star(C))))) -> true
% 163.13/163.26  Current number of equations to process: 3844
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 784
% 163.13/163.26  New rule produced :
% 163.13/163.26  [861]
% 163.13/163.26  leq(A,star(multiplication(multiplication(A,star(B)),star(C))) addition V_3)
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3851
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 785
% 163.13/163.26  New rule produced :
% 163.13/163.26  [862]
% 163.13/163.26  leq(A,multiplication(star(multiplication(A,star(B))),star(C)) addition V_3)
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3850
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 786
% 163.13/163.26  New rule produced :
% 163.13/163.26  [863]
% 163.13/163.26  leq(A,multiplication(star(B),star(multiplication(A,star(C)))) addition V_3)
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3849
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 787
% 163.13/163.26  New rule produced :
% 163.13/163.26  [864]
% 163.13/163.26  leq(A,multiplication(multiplication(A,star(B)),multiplication(star(C),
% 163.13/163.26                                                 star(V_3)))) -> true
% 163.13/163.26  Current number of equations to process: 3848
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 788
% 163.13/163.26  New rule produced :
% 163.13/163.26  [865]
% 163.13/163.26  leq(A,multiplication(multiplication(star(B),star(C)),multiplication(A,
% 163.13/163.26                                                       star(V_3)))) -> true
% 163.13/163.26  Current number of equations to process: 3850
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 789
% 163.13/163.26  New rule produced :
% 163.13/163.26  [866] leq(A,star(multiplication(star(B),multiplication(A,star(C))))) -> true
% 163.13/163.26  Current number of equations to process: 3898
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 790
% 163.13/163.26  New rule produced :
% 163.13/163.26  [867]
% 163.13/163.26  leq(A,star(multiplication(star(B),multiplication(A,star(C)))) addition V_3)
% 163.13/163.26  -> true
% 163.13/163.26  Current number of equations to process: 3905
% 163.13/163.26  Current number of ordered equations: 0
% 163.13/163.26  Current number of rules: 791
% 163.13/163.26  New rule produced :
% 163.13/163.26  [868]
% 163.13/163.26  leq(multiplication(A,B),multiplication(multiplication(A,star(C)),multiplication(B,
% 163.13/163.26                                                                   star(V_3))))
% 167.06/167.23  -> true
% 167.06/167.23  Current number of equations to process: 3914
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 792
% 167.06/167.23  New rule produced :
% 167.06/167.23  [869]
% 167.06/167.23  leq(multiplication(A,B),star(multiplication(A,multiplication(B,star(C))))) ->
% 167.06/167.23  true
% 167.06/167.23  Current number of equations to process: 4109
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 793
% 167.06/167.23  New rule produced :
% 167.06/167.23  [870]
% 167.06/167.23  leq(multiplication(star(multiplication(A,star(B))),A),star(multiplication(A,
% 167.06/167.23                                                             star(B)))) -> true
% 167.06/167.23  Current number of equations to process: 4127
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 794
% 167.06/167.23  New rule produced :
% 167.06/167.23  [871]
% 167.06/167.23  leq(multiplication(A,B),star(multiplication(A,multiplication(B,star(C)))) addition V_3)
% 167.06/167.23  -> true
% 167.06/167.23  Current number of equations to process: 4126
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 795
% 167.06/167.23  New rule produced :
% 167.06/167.23  [872]
% 167.06/167.23  leq(multiplication(A,B),multiplication(A,multiplication(star(C),multiplication(B,
% 167.06/167.23                                                                  star(V_3)))))
% 167.06/167.23  -> true
% 167.06/167.23  Current number of equations to process: 4125
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 796
% 167.06/167.23  New rule produced :
% 167.06/167.23  [873] star(star(A addition B)) addition A -> star(star(A addition B))
% 167.06/167.23  Current number of equations to process: 4147
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 797
% 167.06/167.23  New rule produced : [874] leq(A,star(A addition B)) -> true
% 167.06/167.23  Current number of equations to process: 4154
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 798
% 167.06/167.23  New rule produced : [875] leq(A,star(A addition B) addition C) -> true
% 167.06/167.23  Current number of equations to process: 4153
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 799
% 167.06/167.23  New rule produced :
% 167.06/167.23  [876] leq(A addition B,star(A addition C) addition B) -> true
% 167.06/167.23  Current number of equations to process: 4205
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 800
% 167.06/167.23  New rule produced :
% 167.06/167.23  [877] leq(A,star(multiplication(A,star(B)) addition C)) -> true
% 167.06/167.23  Current number of equations to process: 4274
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 801
% 167.06/167.23  New rule produced :
% 167.06/167.23  [878] star(star(A) addition B) addition A -> star(star(A) addition B)
% 167.06/167.23  Current number of equations to process: 4273
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 802
% 167.06/167.23  New rule produced :
% 167.06/167.23  [879] leq(A,star(multiplication(star(B),A) addition C)) -> true
% 167.06/167.23  Current number of equations to process: 4272
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 803
% 167.06/167.23  New rule produced :
% 167.06/167.23  [880] leq(A,star(multiplication(A,star(B)) addition C) addition V_3) -> true
% 167.06/167.23  Current number of equations to process: 4412
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 804
% 167.06/167.23  New rule produced :
% 167.06/167.23  [881] leq(A,star(multiplication(star(B),A) addition C) addition V_3) -> true
% 167.06/167.23  Current number of equations to process: 4411
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 805
% 167.06/167.23  New rule produced : [882] leq(A,star(star(A) addition B)) -> true
% 167.06/167.23  Current number of equations to process: 4416
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 806
% 167.06/167.23  New rule produced : [883] leq(A,star(star(A) addition B) addition C) -> true
% 167.06/167.23  Current number of equations to process: 4415
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 807
% 167.06/167.23  New rule produced :
% 167.06/167.23  [884]
% 167.06/167.23  star(star(A addition B) addition C) addition A ->
% 167.06/167.23  star(star(A addition B) addition C)
% 167.06/167.23  Current number of equations to process: 4438
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 808
% 167.06/167.23  New rule produced :
% 167.06/167.23  [885] leq(A addition B,star(A addition C) addition B addition V_3) -> true
% 167.06/167.23  Current number of equations to process: 4437
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 809
% 167.06/167.23  New rule produced :
% 167.06/167.23  [886]
% 167.06/167.23  star(star(A) addition B) addition multiplication(A,star(A)) ->
% 167.06/167.23  star(star(A) addition B)
% 167.06/167.23  Current number of equations to process: 4436
% 167.06/167.23  Current number of ordered equations: 0
% 167.06/167.23  Current number of rules: 810
% 167.06/167.23  New rule produced :
% 167.06/167.23  [887]
% 167.06/167.23  star(star(A) addition B) addition multiplication(star(A),A) ->
% 167.06/167.23  star(star(A) addition B)
% 169.16/169.32  Current number of equations to process: 4435
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 811
% 169.16/169.32  New rule produced :
% 169.16/169.32  [888]
% 169.16/169.32  multiplication(star(A addition B),star(C)) addition A ->
% 169.16/169.32  multiplication(star(A addition B),star(C))
% 169.16/169.32  Current number of equations to process: 4433
% 169.16/169.32  Current number of ordered equations: 1
% 169.16/169.32  Current number of rules: 812
% 169.16/169.32  New rule produced :
% 169.16/169.32  [889]
% 169.16/169.32  star(multiplication(A,star(B)) addition C) addition A ->
% 169.16/169.32  star(multiplication(A,star(B)) addition C)
% 169.16/169.32  Current number of equations to process: 4433
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 813
% 169.16/169.32  New rule produced :
% 169.16/169.32  [890]
% 169.16/169.32  star(multiplication(star(A),B) addition C) addition B ->
% 169.16/169.32  star(multiplication(star(A),B) addition C)
% 169.16/169.32  Current number of equations to process: 4431
% 169.16/169.32  Current number of ordered equations: 1
% 169.16/169.32  Current number of rules: 814
% 169.16/169.32  New rule produced :
% 169.16/169.32  [891]
% 169.16/169.32  multiplication(star(A),star(B addition C)) addition B ->
% 169.16/169.32  multiplication(star(A),star(B addition C))
% 169.16/169.32  Current number of equations to process: 4431
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 815
% 169.16/169.32  New rule produced :
% 169.16/169.32  [892]
% 169.16/169.32  leq(one addition multiplication(A,star(A)),star(star(A) addition B)) -> true
% 169.16/169.32  Current number of equations to process: 4428
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 816
% 169.16/169.32  New rule produced :
% 169.16/169.32  [893]
% 169.16/169.32  leq(one addition multiplication(star(A),A),star(star(A) addition B)) -> true
% 169.16/169.32  Current number of equations to process: 4427
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 817
% 169.16/169.32  New rule produced :
% 169.16/169.32  [894]
% 169.16/169.32  leq(A,star(multiplication(multiplication(A,star(B)),star(C)) addition V_3))
% 169.16/169.32  -> true
% 169.16/169.32  Current number of equations to process: 4426
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 818
% 169.16/169.32  New rule produced :
% 169.16/169.32  [895]
% 169.16/169.32  leq(A,star(multiplication(star(B),multiplication(A,star(C))) addition V_3))
% 169.16/169.32  -> true
% 169.16/169.32  Current number of equations to process: 4425
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 819
% 169.16/169.32  New rule produced :
% 169.16/169.32  [896]
% 169.16/169.32  multiplication(A,star(star(B))) addition multiplication(A,B) ->
% 169.16/169.32  multiplication(A,star(star(B)))
% 169.16/169.32  Current number of equations to process: 4426
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 820
% 169.16/169.32  New rule produced :
% 169.16/169.32  [897]
% 169.16/169.32  multiplication(A,star(B addition C)) addition multiplication(A,B) ->
% 169.16/169.32  multiplication(A,star(B addition C))
% 169.16/169.32  Current number of equations to process: 4469
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 821
% 169.16/169.32  New rule produced :
% 169.16/169.32  [898]
% 169.16/169.32  multiplication(star(A addition B),C) addition multiplication(A,C) ->
% 169.16/169.32  multiplication(star(A addition B),C)
% 169.16/169.32  Current number of equations to process: 4468
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 822
% 169.16/169.32  New rule produced :
% 169.16/169.32  [899] leq(multiplication(A,B) addition A,multiplication(A,star(B))) -> true
% 169.16/169.32  Current number of equations to process: 4748
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 823
% 169.16/169.32  New rule produced :
% 169.16/169.32  [900]
% 169.16/169.32  star(multiplication(A,star(B))) addition multiplication(A,B) ->
% 169.16/169.32  star(multiplication(A,star(B)))
% 169.16/169.32  Current number of equations to process: 4793
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 824
% 169.16/169.32  New rule produced :
% 169.16/169.32  [901]
% 169.16/169.32  multiplication(star(A),star(B)) addition multiplication(A,A) ->
% 169.16/169.32  multiplication(star(A),star(B))
% 169.16/169.32  Current number of equations to process: 4792
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 825
% 169.16/169.32  New rule produced :
% 169.16/169.32  [902]
% 169.16/169.32  multiplication(star(A),star(B)) addition multiplication(B,B) ->
% 169.16/169.32  multiplication(star(A),star(B))
% 169.16/169.32  Current number of equations to process: 4791
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 826
% 169.16/169.32  New rule produced :
% 169.16/169.32  [903]
% 169.16/169.32  leq(multiplication(A,star(A)),multiplication(star(B),star(star(A)))) -> true
% 169.16/169.32  Current number of equations to process: 4790
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 827
% 169.16/169.32  New rule produced :
% 169.16/169.32  [904]
% 169.16/169.32  leq(multiplication(star(A),A),multiplication(star(B),star(star(A)))) -> true
% 169.16/169.32  Current number of equations to process: 4789
% 169.16/169.32  Current number of ordered equations: 0
% 169.16/169.32  Current number of rules: 828
% 169.16/169.32  New rule produced :
% 169.16/169.32  [905]
% 169.16/169.32  multiplication(multiplication(A,B),B) addition multiplication(A,star(B)) ->
% 171.19/171.41  multiplication(A,star(B))
% 171.19/171.41  Current number of equations to process: 4812
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 829
% 171.19/171.41  New rule produced :
% 171.19/171.41  [906]
% 171.19/171.41  leq(multiplication(A,B) addition A,multiplication(A,star(B)) addition C) ->
% 171.19/171.41  true
% 171.19/171.41  Current number of equations to process: 4823
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 830
% 171.19/171.41  New rule produced :
% 171.19/171.41  [907]
% 171.19/171.41  leq(one addition multiplication(star(A),B),multiplication(star(A),star(B)))
% 171.19/171.41  -> true
% 171.19/171.41  Current number of equations to process: 4822
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 831
% 171.19/171.41  New rule produced :
% 171.19/171.41  [908]
% 171.19/171.41  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,star(
% 171.19/171.41                                                                   star(B))))
% 171.19/171.41  -> true
% 171.19/171.41  Current number of equations to process: 4821
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 832
% 171.19/171.41  New rule produced :
% 171.19/171.41  [909]
% 171.19/171.41  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),
% 171.19/171.41                                                  star(B))) -> true
% 171.19/171.41  Current number of equations to process: 4820
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 833
% 171.19/171.41  New rule produced :
% 171.19/171.41  [910]
% 171.19/171.41  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,star(
% 171.19/171.41                                                                   star(B))))
% 171.19/171.41  -> true
% 171.19/171.41  Current number of equations to process: 4819
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 834
% 171.19/171.41  New rule produced :
% 171.19/171.41  [911]
% 171.19/171.41  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),
% 171.19/171.41                                                  star(B))) -> true
% 171.19/171.41  Current number of equations to process: 4818
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 835
% 171.19/171.41  New rule produced :
% 171.19/171.41  [912]
% 171.19/171.41  leq(multiplication(A,B),multiplication(A,star(multiplication(B,star(C))))) ->
% 171.19/171.41  true
% 171.19/171.41  Current number of equations to process: 4827
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 836
% 171.19/171.41  New rule produced :
% 171.19/171.41  [913]
% 171.19/171.41  multiplication(star(star(A)),B) addition multiplication(A,B) ->
% 171.19/171.41  multiplication(star(star(A)),B)
% 171.19/171.41  Current number of equations to process: 4826
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 837
% 171.19/171.41  New rule produced :
% 171.19/171.41  [914] leq(multiplication(A,B) addition B,multiplication(star(A),B)) -> true
% 171.19/171.41  Current number of equations to process: 3656
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 838
% 171.19/171.41  New rule produced :
% 171.19/171.41  [915]
% 171.19/171.41  star(multiplication(star(A),B)) addition multiplication(A,B) ->
% 171.19/171.41  star(multiplication(star(A),B))
% 171.19/171.41  Current number of equations to process: 3697
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 839
% 171.19/171.41  New rule produced :
% 171.19/171.41  [916]
% 171.19/171.41  leq(multiplication(A,star(A)),multiplication(star(star(A)),star(B))) -> true
% 171.19/171.41  Current number of equations to process: 3696
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 840
% 171.19/171.41  New rule produced :
% 171.19/171.41  [917]
% 171.19/171.41  leq(multiplication(star(A),A),multiplication(star(star(A)),star(B))) -> true
% 171.19/171.41  Current number of equations to process: 3695
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 841
% 171.19/171.41  New rule produced :
% 171.19/171.41  [918]
% 171.19/171.41  multiplication(star(A),B) addition multiplication(A,multiplication(A,B)) ->
% 171.19/171.41  multiplication(star(A),B)
% 171.19/171.41  Current number of equations to process: 3718
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 842
% 171.19/171.41  New rule produced :
% 171.19/171.41  [919]
% 171.19/171.41  leq(multiplication(A,B) addition B,multiplication(star(A),B) addition C) ->
% 171.19/171.41  true
% 171.19/171.41  Current number of equations to process: 3729
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 843
% 171.19/171.41  New rule produced :
% 171.19/171.41  [920]
% 171.19/171.41  leq(one addition multiplication(A,star(B)),multiplication(star(A),star(B)))
% 171.19/171.41  -> true
% 171.19/171.41  Current number of equations to process: 3728
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 844
% 171.19/171.41  New rule produced :
% 171.19/171.41  [921]
% 171.19/171.41  leq(multiplication(A,multiplication(B,star(B))),multiplication(star(A),
% 171.19/171.41                                                  star(B))) -> true
% 171.19/171.41  Current number of equations to process: 3727
% 171.19/171.41  Current number of ordered equations: 0
% 171.19/171.41  Current number of rules: 845
% 171.19/171.41  New rule produced :
% 171.19/171.41  [922]
% 171.19/171.41  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(star(A)),B))
% 174.15/174.29  -> true
% 174.15/174.29  Current number of equations to process: 3726
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 846
% 174.15/174.29  New rule produced :
% 174.15/174.29  [923]
% 174.15/174.29  leq(multiplication(A,multiplication(star(B),B)),multiplication(star(A),
% 174.15/174.29                                                  star(B))) -> true
% 174.15/174.29  Current number of equations to process: 3725
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 847
% 174.15/174.29  New rule produced :
% 174.15/174.29  [924]
% 174.15/174.29  leq(multiplication(multiplication(star(A),A),B),multiplication(star(star(A)),B))
% 174.15/174.29  -> true
% 174.15/174.29  Current number of equations to process: 3724
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 848
% 174.15/174.29  New rule produced :
% 174.15/174.29  [925]
% 174.15/174.29  leq(multiplication(A,B),multiplication(star(A),multiplication(B,star(C)))) ->
% 174.15/174.29  true
% 174.15/174.29  Current number of equations to process: 3733
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 849
% 174.15/174.29  New rule produced :
% 174.15/174.29  [926]
% 174.15/174.29  multiplication(star(A),star(B)) addition multiplication(A,B) ->
% 174.15/174.29  multiplication(star(A),star(B))
% 174.15/174.29  Current number of equations to process: 3732
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 850
% 174.15/174.29  New rule produced :
% 174.15/174.29  [927] leq(multiplication(A,star(A)),star(star(star(A)))) -> true
% 174.15/174.29  Current number of equations to process: 3752
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 851
% 174.15/174.29  New rule produced :
% 174.15/174.29  [928] leq(multiplication(A,star(A)),star(star(star(A)) addition B)) -> true
% 174.15/174.29  Current number of equations to process: 3759
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 852
% 174.15/174.29  New rule produced :
% 174.15/174.29  [929] leq(multiplication(A,star(A)),star(star(star(A) addition B))) -> true
% 174.15/174.29  Current number of equations to process: 3760
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 853
% 174.15/174.29  New rule produced :
% 174.15/174.29  [930] leq(multiplication(A,star(A)),star(star(star(A))) addition B) -> true
% 174.15/174.29  Current number of equations to process: 3787
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 854
% 174.15/174.29  New rule produced :
% 174.15/174.29  [931] leq(multiplication(star(A),A),star(star(star(A)))) -> true
% 174.15/174.29  Current number of equations to process: 3810
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 855
% 174.15/174.29  New rule produced :
% 174.15/174.29  [932] leq(multiplication(star(A),A),star(star(star(A)) addition B)) -> true
% 174.15/174.29  Current number of equations to process: 3817
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 856
% 174.15/174.29  New rule produced :
% 174.15/174.29  [933] leq(multiplication(star(A),A),star(star(star(A) addition B))) -> true
% 174.15/174.29  Current number of equations to process: 3818
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 857
% 174.15/174.29  New rule produced :
% 174.15/174.29  [934] leq(multiplication(star(A),A),star(star(star(A))) addition B) -> true
% 174.15/174.29  Current number of equations to process: 3847
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 858
% 174.15/174.29  New rule produced :
% 174.15/174.29  [935]
% 174.15/174.29  leq(multiplication(multiplication(A,star(A)),A) addition A,star(A)) -> true
% 174.15/174.29  Current number of equations to process: 3851
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 859
% 174.15/174.29  New rule produced :
% 174.15/174.29  [936]
% 174.15/174.29  leq(multiplication(A,multiplication(star(A),A)) addition A,star(A)) -> true
% 174.15/174.29  Current number of equations to process: 3850
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 860
% 174.15/174.29  New rule produced : [937] leq(one addition A,star(star(A))) -> true
% 174.15/174.29  Current number of equations to process: 3881
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 861
% 174.15/174.29  New rule produced :
% 174.15/174.29  [938] leq(one addition A,star(star(A) addition B)) -> true
% 174.15/174.29  Current number of equations to process: 3880
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 862
% 174.15/174.29  New rule produced :
% 174.15/174.29  [939] leq(one addition A addition B,star(star(A) addition B)) -> true
% 174.15/174.29  Current number of equations to process: 3947
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 863
% 174.15/174.29  New rule produced :
% 174.15/174.29  [940] leq(one addition A,star(star(A addition B))) -> true
% 174.15/174.29  Current number of equations to process: 3958
% 174.15/174.29  Current number of ordered equations: 0
% 174.15/174.29  Current number of rules: 864
% 174.15/174.29  New rule produced :
% 174.15/174.29  [941] leq(one addition A,star(star(A addition B) addition C)) -> true
% 174.15/174.29  Current number of equations to process: 3957
% 174.86/175.00  Current number of ordered equations: 0
% 174.86/175.00  Current number of rules: 865
% 174.86/175.00  New rule produced :
% 174.86/175.00  [942]
% 174.86/175.00  leq(one addition multiplication(A,B),star(multiplication(A,star(B)))) -> true
% 174.86/175.00  Current number of equations to process: 3956
% 174.86/175.00  Current number of ordered equations: 0
% 174.86/175.00  Current number of rules: 866
% 174.86/175.00  New rule produced :
% 174.86/175.00  [943]
% 174.86/175.00  leq(one addition multiplication(A,B),star(multiplication(star(A),B))) -> true
% 174.86/175.00  Current number of equations to process: 3955
% 174.86/175.00  Current number of ordered equations: 0
% 174.86/175.00  Current number of rules: 867
% 174.86/175.00  New rule produced :
% 174.86/175.00  [944] leq(one addition A,multiplication(star(A),star(B))) -> true
% 174.86/175.00  Current number of equations to process: 3958
% 174.86/175.00  Current number of ordered equations: 0
% 174.86/175.00  Current number of rules: 868
% 174.86/175.00  New rule produced :
% 174.86/175.00  [945] leq(one addition A,multiplication(star(B),star(A))) -> true
% 174.86/175.00  Current number of equations to process: 3957
% 174.86/175.00  Current number of ordered equations: 0
% 174.86/175.00  Current number of rules: 869
% 174.86/175.00  New rule produced :
% 174.86/175.00  [946] leq(one addition A,star(star(A)) addition B) -> true
% 174.86/175.00  Current number of equations to process: 3957
% 174.86/175.00  Current number of ordered equations: 0
% 174.86/175.00  Current number of rules: 870
% 174.86/175.00  New rule produced :
% 174.86/175.00  [947] leq(one addition A,multiplication(star(A),star(B)) addition C) -> true
% 174.86/175.00  Rule
% 174.86/175.00  [581]
% 174.86/175.00  leq(one addition A,star(B) addition multiplication(star(A),star(C))) -> true
% 174.86/175.00  collapsed.
% 174.86/175.00  Rule
% 174.86/175.00  [584]
% 174.86/175.00  leq(one addition A,star(B) addition multiplication(star(A),star(C)) addition V_3)
% 174.86/175.00  -> true collapsed.
% 174.86/175.00  Current number of equations to process: 3964
% 174.86/175.00  Current number of ordered equations: 0
% 174.86/175.00  Current number of rules: 869
% 174.86/175.00  New rule produced :
% 174.86/175.00  [948] leq(one addition A,multiplication(star(B),star(A)) addition C) -> true
% 174.86/175.00  Rule
% 174.86/175.00  [582]
% 174.86/175.00  leq(one addition A,star(B) addition multiplication(star(C),star(A))) -> true
% 174.86/175.00  collapsed.
% 174.86/175.00  Rule
% 174.86/175.00  [585]
% 174.86/175.00  leq(one addition A,star(B) addition multiplication(star(C),star(A)) addition V_3)
% 174.86/175.00  -> true collapsed.
% 174.86/175.00  Current number of equations to process: 3963
% 174.86/175.00  Current number of ordered equations: 0
% 174.86/175.00  Current number of rules: 868
% 174.86/175.00  New rule produced :
% 174.86/175.00  [949] leq(one addition A,star(star(A) addition B) addition C) -> true
% 174.86/175.01  Current number of equations to process: 3963
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 869
% 174.86/175.01  New rule produced :
% 174.86/175.01  [950]
% 174.86/175.01  leq(one addition A,star(multiplication(multiplication(A,star(B)),star(C))))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3998
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 870
% 174.86/175.01  New rule produced :
% 174.86/175.01  [951]
% 174.86/175.01  leq(one addition A,star(multiplication(star(B),multiplication(A,star(C)))))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3997
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 871
% 174.86/175.01  New rule produced :
% 174.86/175.01  [952]
% 174.86/175.01  leq(one addition A,star(multiplication(multiplication(star(B),A),star(C))))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3996
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 872
% 174.86/175.01  New rule produced :
% 174.86/175.01  [953]
% 174.86/175.01  leq(one addition A,star(multiplication(star(B),multiplication(star(C),A))))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3995
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 873
% 174.86/175.01  New rule produced :
% 174.86/175.01  [954]
% 174.86/175.01  leq(one addition multiplication(multiplication(A,star(A)),A),star(star(A)))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3994
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 874
% 174.86/175.01  New rule produced :
% 174.86/175.01  [955]
% 174.86/175.01  leq(one addition multiplication(A,multiplication(star(A),A)),star(star(A)))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3993
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 875
% 174.86/175.01  New rule produced :
% 174.86/175.01  [956]
% 174.86/175.01  leq(one addition A,multiplication(multiplication(star(A),star(B)),star(C)))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3992
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 876
% 174.86/175.01  New rule produced :
% 174.86/175.01  [957]
% 174.86/175.01  leq(one addition A,multiplication(star(B),multiplication(star(A),star(C))))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3991
% 174.86/175.01  Current number of ordered equations: 0
% 174.86/175.01  Current number of rules: 877
% 174.86/175.01  New rule produced :
% 174.86/175.01  [958]
% 174.86/175.01  leq(one addition A,multiplication(multiplication(star(B),star(A)),star(C)))
% 174.86/175.01  -> true
% 174.86/175.01  Current number of equations to process: 3990
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 878
% 177.86/178.02  New rule produced :
% 177.86/178.02  [959]
% 177.86/178.02  leq(one addition A,multiplication(star(B),multiplication(star(C),star(A))))
% 177.86/178.02  -> true
% 177.86/178.02  Current number of equations to process: 3989
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 879
% 177.86/178.02  New rule produced : [960] leq(A addition B,star(star(A)) addition B) -> true
% 177.86/178.02  Current number of equations to process: 4049
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 880
% 177.86/178.02  New rule produced :
% 177.86/178.02  [961]
% 177.86/178.02  star(star(star(A))) addition multiplication(A,star(A)) -> star(star(star(A)))
% 177.86/178.02  Current number of equations to process: 4064
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 881
% 177.86/178.02  New rule produced :
% 177.86/178.02  [962]
% 177.86/178.02  star(star(multiplication(A,star(B)))) addition A ->
% 177.86/178.02  star(star(multiplication(A,star(B))))
% 177.86/178.02  Current number of equations to process: 4063
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 882
% 177.86/178.02  New rule produced :
% 177.86/178.02  [963]
% 177.86/178.02  star(star(multiplication(star(A),B))) addition B ->
% 177.86/178.02  star(star(multiplication(star(A),B)))
% 177.86/178.02  Current number of equations to process: 4062
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 883
% 177.86/178.02  New rule produced :
% 177.86/178.02  [964] leq(multiplication(A,multiplication(star(A),A)),star(star(A))) -> true
% 177.86/178.02  Current number of equations to process: 4069
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 884
% 177.86/178.02  New rule produced :
% 177.86/178.02  [965] leq(A addition B,star(star(A)) addition B addition C) -> true
% 177.86/178.02  Current number of equations to process: 4068
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 885
% 177.86/178.02  New rule produced :
% 177.86/178.02  [966]
% 177.86/178.02  star(star(A)) addition multiplication(multiplication(A,A),star(A)) ->
% 177.86/178.02  star(star(A))
% 177.86/178.02  Current number of equations to process: 4067
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 886
% 177.86/178.02  New rule produced :
% 177.86/178.02  [967] leq(A,star(star(multiplication(A,star(B))))) -> true
% 177.86/178.02  Current number of equations to process: 4072
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 887
% 177.86/178.02  New rule produced :
% 177.86/178.02  [968] leq(A,star(star(multiplication(A,star(B)))) addition C) -> true
% 177.86/178.02  Current number of equations to process: 4071
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 888
% 177.86/178.02  New rule produced :
% 177.86/178.02  [969] star(star(A)) addition multiplication(A,A) -> star(star(A))
% 177.86/178.02  Current number of equations to process: 4076
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 889
% 177.86/178.02  New rule produced :
% 177.86/178.02  [970] leq(one addition multiplication(A,star(A)),star(star(star(A)))) -> true
% 177.86/178.02  Current number of equations to process: 4078
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 890
% 177.86/178.02  New rule produced :
% 177.86/178.02  [971]
% 177.86/178.02  leq(multiplication(A,multiplication(star(A),A)),star(star(A)) addition B) ->
% 177.86/178.02  true
% 177.86/178.02  Current number of equations to process: 4111
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 891
% 177.86/178.02  New rule produced :
% 177.86/178.02  [972]
% 177.86/178.02  star(star(star(A))) addition multiplication(star(A),A) -> star(star(star(A)))
% 177.86/178.02  Current number of equations to process: 4184
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 892
% 177.86/178.02  New rule produced :
% 177.86/178.02  [973] leq(multiplication(multiplication(A,star(A)),A),star(star(A))) -> true
% 177.86/178.02  Current number of equations to process: 4191
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 893
% 177.86/178.02  New rule produced :
% 177.86/178.02  [974]
% 177.86/178.02  star(star(A)) addition multiplication(star(A),multiplication(A,A)) ->
% 177.86/178.02  star(star(A))
% 177.86/178.02  Current number of equations to process: 4192
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 894
% 177.86/178.02  New rule produced :
% 177.86/178.02  [975] leq(one addition multiplication(star(A),A),star(star(star(A)))) -> true
% 177.86/178.02  Current number of equations to process: 4207
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 895
% 177.86/178.02  New rule produced :
% 177.86/178.02  [976]
% 177.86/178.02  leq(multiplication(multiplication(A,star(A)),A),star(star(A)) addition B) ->
% 177.86/178.02  true
% 177.86/178.02  Current number of equations to process: 4244
% 177.86/178.02  Current number of ordered equations: 0
% 177.86/178.02  Current number of rules: 896
% 177.86/178.02  New rule produced :
% 177.86/178.02  [977] leq(A,star(multiplication(multiplication(star(B),A),star(C)))) -> true
% 177.86/178.02  Current number of equations to process: 4343
% 177.86/178.02  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 897
% 180.96/181.14  New rule produced :
% 180.96/181.14  [978]
% 180.96/181.14  star(multiplication(star(A),star(B))) addition A ->
% 180.96/181.14  star(multiplication(star(A),star(B)))
% 180.96/181.14  Current number of equations to process: 4378
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 898
% 180.96/181.14  New rule produced :
% 180.96/181.14  [979] leq(A,star(multiplication(star(A),star(B)))) -> true
% 180.96/181.14  Current number of equations to process: 4443
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 899
% 180.96/181.14  New rule produced :
% 180.96/181.14  [980] leq(A,star(multiplication(star(A),star(B))) addition C) -> true
% 180.96/181.14  Current number of equations to process: 4446
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 900
% 180.96/181.14  New rule produced :
% 180.96/181.14  [981] leq(one addition A,star(star(multiplication(A,star(B))))) -> true
% 180.96/181.14  Current number of equations to process: 4477
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 901
% 180.96/181.14  New rule produced :
% 180.96/181.14  [982] leq(one addition A,star(multiplication(star(A),star(B)))) -> true
% 180.96/181.14  Current number of equations to process: 4476
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 902
% 180.96/181.14  New rule produced :
% 180.96/181.14  [983]
% 180.96/181.14  leq(A,star(multiplication(multiplication(star(B),A),star(C))) addition V_3)
% 180.96/181.14  -> true
% 180.96/181.14  Current number of equations to process: 4527
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 903
% 180.96/181.14  New rule produced :
% 180.96/181.14  [984]
% 180.96/181.14  leq(multiplication(A,star(A)),star(star(multiplication(star(A),star(B))))) ->
% 180.96/181.14  true
% 180.96/181.14  Current number of equations to process: 4526
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 904
% 180.96/181.14  New rule produced :
% 180.96/181.14  [985]
% 180.96/181.14  leq(multiplication(A,star(A)),star(multiplication(star(star(A)),star(B)))) ->
% 180.96/181.14  true
% 180.96/181.14  Current number of equations to process: 4525
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 905
% 180.96/181.14  New rule produced :
% 180.96/181.14  [986]
% 180.96/181.14  leq(multiplication(star(A),A),star(star(multiplication(star(A),star(B))))) ->
% 180.96/181.14  true
% 180.96/181.14  Current number of equations to process: 4524
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 906
% 180.96/181.14  New rule produced :
% 180.96/181.14  [987]
% 180.96/181.14  leq(multiplication(star(A),A),star(multiplication(star(star(A)),star(B)))) ->
% 180.96/181.14  true
% 180.96/181.14  Current number of equations to process: 4523
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 907
% 180.96/181.14  New rule produced :
% 180.96/181.14  [988]
% 180.96/181.14  leq(one addition A,star(star(multiplication(A,star(B))) addition C)) -> true
% 180.96/181.14  Current number of equations to process: 4522
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 908
% 180.96/181.14  New rule produced :
% 180.96/181.14  [989]
% 180.96/181.14  leq(one addition A,star(multiplication(star(A),star(B))) addition C) -> true
% 180.96/181.14  Current number of equations to process: 4521
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 909
% 180.96/181.14  New rule produced :
% 180.96/181.14  [990] leq(A,multiplication(star(multiplication(star(B),A)),star(C))) -> true
% 180.96/181.14  Current number of equations to process: 4577
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 910
% 180.96/181.14  New rule produced :
% 180.96/181.14  [991] leq(star(A) addition B,multiplication(star(B),star(A))) -> true
% 180.96/181.14  Current number of equations to process: 4576
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 911
% 180.96/181.14  New rule produced :
% 180.96/181.14  [992]
% 180.96/181.14  multiplication(star(star(A)),star(B)) addition A ->
% 180.96/181.14  multiplication(star(star(A)),star(B))
% 180.96/181.14  Current number of equations to process: 4633
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 912
% 180.96/181.14  New rule produced :
% 180.96/181.14  [993] leq(one addition A,multiplication(star(A addition B),star(C))) -> true
% 180.96/181.14  Current number of equations to process: 4696
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 913
% 180.96/181.14  New rule produced :
% 180.96/181.14  [994] leq(A,multiplication(star(star(A)),star(B))) -> true
% 180.96/181.14  Current number of equations to process: 4715
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 914
% 180.96/181.14  New rule produced :
% 180.96/181.14  [995] leq(A,multiplication(star(star(A)),star(B)) addition C) -> true
% 180.96/181.14  Current number of equations to process: 4718
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 915
% 180.96/181.14  New rule produced :
% 180.96/181.14  [996] leq(one addition A,multiplication(star(star(A)),star(B))) -> true
% 180.96/181.14  Current number of equations to process: 4750
% 180.96/181.14  Current number of ordered equations: 0
% 180.96/181.14  Current number of rules: 916
% 180.96/181.14  New rule produced :
% 180.96/181.14  [997]
% 180.96/181.14  leq(A,multiplication(star(multiplication(star(B),A)),star(C)) addition V_3)
% 183.02/183.16  -> true
% 183.02/183.16  Current number of equations to process: 4786
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 917
% 183.02/183.16  New rule produced :
% 183.02/183.16  [998]
% 183.02/183.16  leq(star(A) addition B,multiplication(star(B addition C),star(A))) -> true
% 183.02/183.16  Current number of equations to process: 4784
% 183.02/183.16  Current number of ordered equations: 1
% 183.02/183.16  Current number of rules: 918
% 183.02/183.16  New rule produced :
% 183.02/183.16  [999]
% 183.02/183.16  leq(star(A) addition B,multiplication(star(B),star(A)) addition C) -> true
% 183.02/183.16  Current number of equations to process: 4784
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 919
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1000]
% 183.02/183.16  leq(multiplication(A,star(A)) addition B,multiplication(star(B),star(A))) ->
% 183.02/183.16  true
% 183.02/183.16  Current number of equations to process: 4783
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 920
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1001]
% 183.02/183.16  leq(multiplication(star(A),A) addition B,multiplication(star(B),star(A))) ->
% 183.02/183.16  true
% 183.02/183.16  Current number of equations to process: 4782
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 921
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1002]
% 183.02/183.16  leq(multiplication(A,star(A)),multiplication(star(star(star(A))),star(B))) ->
% 183.02/183.16  true
% 183.02/183.16  Current number of equations to process: 4781
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 922
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1003]
% 183.02/183.16  leq(multiplication(star(A),A),multiplication(star(star(star(A))),star(B))) ->
% 183.02/183.16  true
% 183.02/183.16  Current number of equations to process: 4780
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 923
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1004]
% 183.02/183.16  leq(one addition A,star(multiplication(star(A),star(B)) addition C)) -> true
% 183.02/183.16  Current number of equations to process: 4779
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 924
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1005]
% 183.02/183.16  leq(one addition A,multiplication(star(star(A)),star(B)) addition C) -> true
% 183.02/183.16  Current number of equations to process: 4778
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 925
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1006] leq(A,star(multiplication(star(B),multiplication(star(C),A)))) -> true
% 183.02/183.16  Current number of equations to process: 4877
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 926
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1007]
% 183.02/183.16  star(multiplication(star(A),star(B))) addition B ->
% 183.02/183.16  star(multiplication(star(A),star(B)))
% 183.02/183.16  Current number of equations to process: 4912
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 927
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1008] leq(A,star(multiplication(star(B),star(A)))) -> true
% 183.02/183.16  Current number of equations to process: 4976
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 928
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1009] leq(A,star(multiplication(star(B),star(A))) addition C) -> true
% 183.02/183.16  Current number of equations to process: 4979
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 929
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1010] leq(one addition A,star(star(multiplication(star(B),A)))) -> true
% 183.02/183.16  Current number of equations to process: 3256
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 930
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1011] leq(one addition A,star(multiplication(star(B),star(A)))) -> true
% 183.02/183.16  Current number of equations to process: 3255
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 931
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1012]
% 183.02/183.16  leq(A,star(multiplication(star(B),multiplication(star(C),A))) addition V_3)
% 183.02/183.16  -> true
% 183.02/183.16  Current number of equations to process: 3308
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 932
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1013]
% 183.02/183.16  leq(multiplication(A,star(A)),star(star(multiplication(star(B),star(A))))) ->
% 183.02/183.16  true
% 183.02/183.16  Current number of equations to process: 3307
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 933
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1014]
% 183.02/183.16  leq(multiplication(A,star(A)),star(multiplication(star(B),star(star(A))))) ->
% 183.02/183.16  true
% 183.02/183.16  Current number of equations to process: 3306
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 934
% 183.02/183.16  New rule produced :
% 183.02/183.16  [1015]
% 183.02/183.16  leq(multiplication(star(A),A),star(star(multiplication(star(B),star(A))))) ->
% 183.02/183.16  true
% 183.02/183.16  Current number of equations to process: 3305
% 183.02/183.16  Current number of ordered equations: 0
% 183.02/183.16  Current number of rules: 935
% 183.02/183.16  New rule produced :
% 186.64/186.80  [1016]
% 186.64/186.80  leq(multiplication(star(A),A),star(multiplication(star(B),star(star(A))))) ->
% 186.64/186.80  true
% 186.64/186.80  Current number of equations to process: 3304
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 936
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1017]
% 186.64/186.80  leq(one addition A,star(star(multiplication(star(B),A)) addition C)) -> true
% 186.64/186.80  Current number of equations to process: 3303
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 937
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1018]
% 186.64/186.80  leq(one addition A,star(multiplication(star(B),star(A))) addition C) -> true
% 186.64/186.80  Current number of equations to process: 3302
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 938
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1019] leq(star(A) addition B,multiplication(star(A),star(B))) -> true
% 186.64/186.80  Current number of equations to process: 3358
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 939
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1020] leq(A,multiplication(star(B),star(multiplication(star(C),A)))) -> true
% 186.64/186.80  Current number of equations to process: 3357
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 940
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1021]
% 186.64/186.80  multiplication(star(A),star(star(B))) addition B ->
% 186.64/186.80  multiplication(star(A),star(star(B)))
% 186.64/186.80  Current number of equations to process: 3414
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 941
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1022] leq(one addition A,multiplication(star(B),star(A addition C))) -> true
% 186.64/186.80  Current number of equations to process: 3477
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 942
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1023] leq(A,multiplication(star(B),star(star(A)))) -> true
% 186.64/186.80  Current number of equations to process: 3496
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 943
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1024] leq(A,multiplication(star(B),star(star(A))) addition C) -> true
% 186.64/186.80  Current number of equations to process: 3499
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 944
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1025] leq(one addition A,multiplication(star(B),star(star(A)))) -> true
% 186.64/186.80  Current number of equations to process: 3537
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 945
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1026] star(star(star(star(A)))) addition A -> star(star(star(star(A))))
% 186.64/186.80  Current number of equations to process: 3575
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 946
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1027] star(star(star(A))) addition A -> star(star(star(A)))
% 186.64/186.80  Current number of equations to process: 3662
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 947
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1028] leq(A,star(star(multiplication(star(B),A)))) -> true
% 186.64/186.80  Current number of equations to process: 3661
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 948
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1029] leq(A,star(star(multiplication(star(B),A))) addition C) -> true
% 186.64/186.80  Current number of equations to process: 3773
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 949
% 186.64/186.80  New rule produced : [1030] leq(A,star(star(star(A)))) -> true
% 186.64/186.80  Current number of equations to process: 3776
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 950
% 186.64/186.80  New rule produced : [1031] leq(A,star(star(star(A))) addition B) -> true
% 186.64/186.80  Current number of equations to process: 3775
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 951
% 186.64/186.80  New rule produced : [1032] leq(one addition A,star(star(star(A)))) -> true
% 186.64/186.80  Current number of equations to process: 3821
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 952
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1033] leq(multiplication(A,star(A)),star(star(star(star(A))))) -> true
% 186.64/186.80  Current number of equations to process: 3820
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 953
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1034] leq(multiplication(star(A),A),star(star(star(star(A))))) -> true
% 186.64/186.80  Current number of equations to process: 3819
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 954
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1035] leq(one addition A,star(star(star(A)) addition B)) -> true
% 186.64/186.80  Current number of equations to process: 3818
% 186.64/186.80  Current number of ordered equations: 0
% 186.64/186.80  Current number of rules: 955
% 186.64/186.80  New rule produced :
% 186.64/186.80  [1036] leq(one addition A,star(star(star(A))) addition B) -> true
% 187.02/187.20  Current number of equations to process: 3817
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 956
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1037]
% 187.02/187.20  star(star(star(A addition B))) addition A -> star(star(star(A addition B)))
% 187.02/187.20  Current number of equations to process: 3814
% 187.02/187.20  Current number of ordered equations: 1
% 187.02/187.20  Current number of rules: 957
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1038]
% 187.02/187.20  star(star(star(A)) addition B) addition A -> star(star(star(A)) addition B)
% 187.02/187.20  Current number of equations to process: 3814
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 958
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1039] ifeq3(star(star(A)),A,leq(star(star(A)),A),true) -> true
% 187.02/187.20  Current number of equations to process: 3813
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 959
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1040] ifeq2(leq(star(star(A)),A),true,star(star(A)),A) -> A
% 187.02/187.20  Current number of equations to process: 3812
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 960
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1041] leq(one addition A addition B,star(star(A)) addition B) -> true
% 187.02/187.20  Current number of equations to process: 3809
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 961
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1042] leq(one addition A,star(star(A addition B)) addition C) -> true
% 187.02/187.20  Current number of equations to process: 3808
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 962
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1043]
% 187.02/187.20  leq(A,star(star(multiplication(multiplication(A,star(B)),star(C))))) -> true
% 187.02/187.20  Current number of equations to process: 3807
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 963
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1044]
% 187.02/187.20  leq(A,star(star(multiplication(star(B),multiplication(A,star(C)))))) -> true
% 187.02/187.20  Current number of equations to process: 3806
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 964
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1045]
% 187.02/187.20  leq(A,multiplication(star(B),star(multiplication(star(C),A))) addition V_3)
% 187.02/187.20  -> true
% 187.02/187.20  Current number of equations to process: 3805
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 965
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1046]
% 187.02/187.20  leq(star(A) addition B,multiplication(star(A),star(B)) addition C) -> true
% 187.02/187.20  Current number of equations to process: 3803
% 187.02/187.20  Current number of ordered equations: 1
% 187.02/187.20  Current number of rules: 966
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1047]
% 187.02/187.20  leq(star(A) addition B,multiplication(star(A),star(B addition C))) -> true
% 187.02/187.20  Current number of equations to process: 3803
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 967
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1048]
% 187.02/187.20  leq(multiplication(A,star(A)) addition B,multiplication(star(A),star(B))) ->
% 187.02/187.20  true
% 187.02/187.20  Current number of equations to process: 3802
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 968
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1049]
% 187.02/187.20  leq(multiplication(star(A),A) addition B,multiplication(star(A),star(B))) ->
% 187.02/187.20  true
% 187.02/187.20  Current number of equations to process: 3801
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 969
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1050]
% 187.02/187.20  leq(multiplication(A,star(A)),multiplication(star(B),star(star(star(A))))) ->
% 187.02/187.20  true
% 187.02/187.20  Current number of equations to process: 3800
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 970
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1051]
% 187.02/187.20  leq(multiplication(star(A),A),multiplication(star(B),star(star(star(A))))) ->
% 187.02/187.20  true
% 187.02/187.20  Current number of equations to process: 3799
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 971
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1052]
% 187.02/187.20  leq(one addition A,star(multiplication(star(B),star(A)) addition C)) -> true
% 187.02/187.20  Current number of equations to process: 3798
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 972
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1053]
% 187.02/187.20  leq(one addition A,multiplication(star(B),star(star(A))) addition C) -> true
% 187.02/187.20  Current number of equations to process: 3797
% 187.02/187.20  Current number of ordered equations: 0
% 187.02/187.20  Current number of rules: 973
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1054]
% 187.02/187.20  leq(A addition B,star(star(B)) addition multiplication(A,star(C))) -> true
% 187.02/187.20  Current number of equations to process: 3792
% 187.02/187.20  Current number of ordered equations: 2
% 187.02/187.20  Current number of rules: 974
% 187.02/187.20  New rule produced :
% 187.02/187.20  [1055]
% 187.02/187.20  leq(A addition B,star(star(multiplication(A,star(C)) addition B))) -> true
% 187.42/187.53  Current number of equations to process: 3792
% 187.42/187.53  Current number of ordered equations: 1
% 187.42/187.53  Current number of rules: 975
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1056]
% 187.42/187.53  leq(A addition B,star(star(multiplication(A,star(C)))) addition B) -> true
% 187.42/187.53  Current number of equations to process: 3792
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 976
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1057]
% 187.42/187.53  leq(A addition B,star(star(B)) addition multiplication(star(C),A)) -> true
% 187.42/187.53  Current number of equations to process: 3789
% 187.42/187.53  Current number of ordered equations: 2
% 187.42/187.53  Current number of rules: 977
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1058]
% 187.42/187.53  leq(A addition B,star(star(multiplication(star(C),A) addition B))) -> true
% 187.42/187.53  Current number of equations to process: 3789
% 187.42/187.53  Current number of ordered equations: 1
% 187.42/187.53  Current number of rules: 978
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1059]
% 187.42/187.53  leq(A addition B,star(star(multiplication(star(C),A))) addition B) -> true
% 187.42/187.53  Current number of equations to process: 3789
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 979
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1060]
% 187.42/187.53  leq(one addition A,star(star(multiplication(A,star(B)))) addition C) -> true
% 187.42/187.53  Current number of equations to process: 3787
% 187.42/187.53  Current number of ordered equations: 1
% 187.42/187.53  Current number of rules: 980
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1061]
% 187.42/187.53  leq(one addition A,star(star(multiplication(A,star(B)) addition C))) -> true
% 187.42/187.53  Current number of equations to process: 3787
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 981
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1062]
% 187.42/187.53  leq(one addition A,star(star(multiplication(star(B),A))) addition C) -> true
% 187.42/187.53  Current number of equations to process: 3785
% 187.42/187.53  Current number of ordered equations: 1
% 187.42/187.53  Current number of rules: 982
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1063]
% 187.42/187.53  leq(one addition A,star(star(multiplication(star(B),A) addition C))) -> true
% 187.42/187.53  Current number of equations to process: 3785
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 983
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1064]
% 187.42/187.53  leq(multiplication(A,B),star(star(multiplication(A,multiplication(B,star(C))))))
% 187.42/187.53  -> true
% 187.42/187.53  Current number of equations to process: 3784
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 984
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1065]
% 187.42/187.53  leq(multiplication(A,star(A)),star(star(star(star(A))) addition B)) -> true
% 187.42/187.53  Current number of equations to process: 3783
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 985
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1066]
% 187.42/187.53  leq(multiplication(A,star(A)),star(star(star(star(A)))) addition B) -> true
% 187.42/187.53  Current number of equations to process: 3782
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 986
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1067]
% 187.42/187.53  leq(multiplication(star(A),A),star(star(star(star(A))) addition B)) -> true
% 187.42/187.53  Current number of equations to process: 3781
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 987
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1068]
% 187.42/187.53  leq(multiplication(star(A),A),star(star(star(star(A)))) addition B) -> true
% 187.42/187.53  Current number of equations to process: 3780
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 988
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1069] leq(one addition A addition B,star(star(star(A)) addition B)) -> true
% 187.42/187.53  Current number of equations to process: 3779
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 989
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1070]
% 187.42/187.53  star(star(star(star(A)))) addition multiplication(A,star(A)) ->
% 187.42/187.53  star(star(star(star(A))))
% 187.42/187.53  Current number of equations to process: 3778
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 990
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1071]
% 187.42/187.53  star(star(star(star(A)))) addition multiplication(star(A),A) ->
% 187.42/187.53  star(star(star(star(A))))
% 187.42/187.53  Current number of equations to process: 3777
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 991
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1072]
% 187.42/187.53  star(multiplication(star(star(A)),star(B))) addition A ->
% 187.42/187.53  star(multiplication(star(star(A)),star(B)))
% 187.42/187.53  Current number of equations to process: 3775
% 187.42/187.53  Current number of ordered equations: 1
% 187.42/187.53  Current number of rules: 992
% 187.42/187.53  New rule produced :
% 187.42/187.53  [1073]
% 187.42/187.53  star(star(star(multiplication(A,star(B))))) addition A ->
% 187.42/187.53  star(star(star(multiplication(A,star(B)))))
% 187.42/187.53  Current number of equations to process: 3775
% 187.42/187.53  Current number of ordered equations: 0
% 187.42/187.53  Current number of rules: 993
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1074]
% 188.21/188.33  star(star(multiplication(star(A),star(B)))) addition A ->
% 188.21/188.33  star(star(multiplication(star(A),star(B))))
% 188.21/188.33  Current number of equations to process: 3773
% 188.21/188.33  Current number of ordered equations: 1
% 188.21/188.33  Current number of rules: 994
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1075]
% 188.21/188.33  multiplication(star(star(star(A))),star(B)) addition A ->
% 188.21/188.33  multiplication(star(star(star(A))),star(B))
% 188.21/188.33  Current number of equations to process: 3773
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 995
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1076]
% 188.21/188.33  star(multiplication(star(A),star(star(B)))) addition B ->
% 188.21/188.33  star(multiplication(star(A),star(star(B))))
% 188.21/188.33  Current number of equations to process: 3771
% 188.21/188.33  Current number of ordered equations: 1
% 188.21/188.33  Current number of rules: 996
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1077]
% 188.21/188.33  star(star(star(multiplication(star(A),B)))) addition B ->
% 188.21/188.33  star(star(star(multiplication(star(A),B))))
% 188.21/188.33  Current number of equations to process: 3771
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 997
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1078]
% 188.21/188.33  multiplication(star(A),star(star(star(B)))) addition B ->
% 188.21/188.33  multiplication(star(A),star(star(star(B))))
% 188.21/188.33  Current number of equations to process: 3769
% 188.21/188.33  Current number of ordered equations: 1
% 188.21/188.33  Current number of rules: 998
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1079]
% 188.21/188.33  star(star(multiplication(star(A),star(B)))) addition B ->
% 188.21/188.33  star(star(multiplication(star(A),star(B))))
% 188.21/188.33  Current number of equations to process: 3769
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 999
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1080] leq(A,star(star(star(multiplication(A,star(B)))))) -> true
% 188.21/188.33  Current number of equations to process: 3820
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1000
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1081] leq(A,star(star(multiplication(A,star(B))) addition C)) -> true
% 188.21/188.33  Current number of equations to process: 3819
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1001
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1082]
% 188.21/188.33  leq(A,star(multiplication(star(multiplication(A,star(B))),star(C)))) -> true
% 188.21/188.33  Current number of equations to process: 3818
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1002
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1083]
% 188.21/188.33  leq(A,multiplication(star(star(multiplication(A,star(B)))),star(C))) -> true
% 188.21/188.33  Current number of equations to process: 3817
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1003
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1084]
% 188.21/188.33  leq(A,star(multiplication(star(B),star(multiplication(A,star(C)))))) -> true
% 188.21/188.33  Current number of equations to process: 3816
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1004
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1085]
% 188.21/188.33  leq(A,multiplication(star(B),star(star(multiplication(A,star(C)))))) -> true
% 188.21/188.33  Current number of equations to process: 3815
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1005
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1086] leq(A,star(star(star(multiplication(A,star(B))))) addition C) -> true
% 188.21/188.33  Current number of equations to process: 3814
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1006
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1087]
% 188.21/188.33  leq(A,star(star(multiplication(A,star(B))) addition C) addition V_3) -> true
% 188.21/188.33  Current number of equations to process: 3813
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1007
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1088]
% 188.21/188.33  star(star(star(A))) addition multiplication(multiplication(A,star(A)),A) ->
% 188.21/188.33  star(star(star(A)))
% 188.21/188.33  Current number of equations to process: 3816
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1008
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1089]
% 188.21/188.33  star(star(star(A))) addition multiplication(A,multiplication(star(A),A)) ->
% 188.21/188.33  star(star(star(A)))
% 188.21/188.33  Current number of equations to process: 3815
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1009
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1090]
% 188.21/188.33  star(star(multiplication(A,star(B)))) addition multiplication(A,B) ->
% 188.21/188.33  star(star(multiplication(A,star(B))))
% 188.21/188.33  Current number of equations to process: 3814
% 188.21/188.33  Current number of ordered equations: 0
% 188.21/188.33  Current number of rules: 1010
% 188.21/188.33  New rule produced :
% 188.21/188.33  [1091]
% 188.21/188.33  star(star(multiplication(star(A),B))) addition multiplication(A,B) ->
% 188.21/188.33  star(star(multiplication(star(A),B)))
% 188.21/188.33  Current number of equations to process: 3813
% 188.21/188.33  Current number of ordered equations: 0
% 190.73/190.84  Current number of rules: 1011
% 190.73/190.84  New rule produced : [1092] leq(A addition B,star(A) addition star(B)) -> true
% 190.73/190.84  Current number of equations to process: 3841
% 190.73/190.84  Current number of ordered equations: 1
% 190.73/190.84  Current number of rules: 1012
% 190.73/190.84  New rule produced : [1093] leq(A addition B,star(star(A) addition B)) -> true
% 190.73/190.84  Current number of equations to process: 3841
% 190.73/190.84  Current number of ordered equations: 0
% 190.73/190.84  Current number of rules: 1013
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1094] leq(A addition B,star(A) addition star(B) addition C) -> true
% 190.73/190.84  Current number of equations to process: 3879
% 190.73/190.84  Current number of ordered equations: 1
% 190.73/190.84  Current number of rules: 1014
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1095] leq(A addition B,star(star(A) addition B) addition C) -> true
% 190.73/190.84  Current number of equations to process: 3879
% 190.73/190.84  Current number of ordered equations: 0
% 190.73/190.84  Current number of rules: 1015
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1096] leq(A addition B,star(star(star(A))) addition B) -> true
% 190.73/190.84  Current number of equations to process: 3996
% 190.73/190.84  Current number of ordered equations: 2
% 190.73/190.84  Current number of rules: 1016
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1097] leq(A addition B,star(star(A)) addition star(B)) -> true
% 190.73/190.84  Current number of equations to process: 3996
% 190.73/190.84  Current number of ordered equations: 1
% 190.73/190.84  Current number of rules: 1017
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1098] leq(A addition B,star(star(star(A) addition B))) -> true
% 190.73/190.84  Current number of equations to process: 3996
% 190.73/190.84  Current number of ordered equations: 0
% 190.73/190.84  Current number of rules: 1018
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1099] leq(A addition B,star(star(A) addition B addition C)) -> true
% 190.73/190.84  Current number of equations to process: 3993
% 190.73/190.84  Current number of ordered equations: 2
% 190.73/190.84  Current number of rules: 1019
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1100] leq(A addition B,star(star(A) addition C) addition B) -> true
% 190.73/190.84  Current number of equations to process: 3993
% 190.73/190.84  Current number of ordered equations: 1
% 190.73/190.84  Current number of rules: 1020
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1101] leq(A addition B,star(A addition C) addition star(B)) -> true
% 190.73/190.84  Current number of equations to process: 3993
% 190.73/190.84  Current number of ordered equations: 0
% 190.73/190.84  Current number of rules: 1021
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1102]
% 190.73/190.84  leq(A addition B,star(multiplication(star(A),star(C))) addition B) -> true
% 190.73/190.84  Current number of equations to process: 3991
% 190.73/190.84  Current number of ordered equations: 1
% 190.73/190.84  Current number of rules: 1022
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1103]
% 190.73/190.84  leq(A addition B,star(multiplication(A,star(C))) addition star(B)) -> true
% 190.73/190.84  Current number of equations to process: 3991
% 190.73/190.84  Current number of ordered equations: 0
% 190.73/190.84  Current number of rules: 1023
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1104]
% 190.73/190.84  leq(A addition B,star(B) addition multiplication(star(A),star(C))) -> true
% 190.73/190.84  Current number of equations to process: 3988
% 190.73/190.84  Current number of ordered equations: 2
% 190.73/190.84  Current number of rules: 1024
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1105]
% 190.73/190.84  leq(A addition B,multiplication(star(star(A)),star(C)) addition B) -> true
% 190.73/190.84  Current number of equations to process: 3988
% 190.73/190.84  Current number of ordered equations: 1
% 190.73/190.84  Current number of rules: 1025
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1106]
% 190.73/190.84  leq(A addition B,multiplication(star(star(A) addition B),star(C))) -> true
% 190.73/190.84  Current number of equations to process: 3988
% 190.73/190.84  Current number of ordered equations: 0
% 190.73/190.84  Current number of rules: 1026
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1107]
% 190.73/190.84  leq(A addition B,star(multiplication(star(C),B)) addition star(A)) -> true
% 190.73/190.84  Current number of equations to process: 3986
% 190.73/190.84  Current number of ordered equations: 1
% 190.73/190.84  Current number of rules: 1027
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1108]
% 190.73/190.84  leq(A addition B,star(multiplication(star(C),star(A))) addition B) -> true
% 190.73/190.84  Current number of equations to process: 3986
% 190.73/190.84  Current number of ordered equations: 0
% 190.73/190.84  Current number of rules: 1028
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1109]
% 190.73/190.84  leq(A addition B,star(A) addition multiplication(star(C),star(B))) -> true
% 190.73/190.84  Current number of equations to process: 3983
% 190.73/190.84  Current number of ordered equations: 2
% 190.73/190.84  Current number of rules: 1029
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1110]
% 190.73/190.84  leq(A addition B,multiplication(star(C),star(star(A))) addition B) -> true
% 190.73/190.84  Current number of equations to process: 3983
% 190.73/190.84  Current number of ordered equations: 1
% 190.73/190.84  Current number of rules: 1030
% 190.73/190.84  New rule produced :
% 190.73/190.84  [1111]
% 190.73/190.84  leq(A addition B,multiplication(star(C),star(star(A) addition B))) -> true
% 190.73/190.84  Current number of equations to process: 3983
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1031
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1112] leq(A addition B,star(star(A)) addition star(B) addition C) -> true
% 196.22/196.37  Current number of equations to process: 3980
% 196.22/196.37  Current number of ordered equations: 2
% 196.22/196.37  Current number of rules: 1032
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1113] leq(A addition B,star(star(star(A) addition B)) addition C) -> true
% 196.22/196.37  Current number of equations to process: 3980
% 196.22/196.37  Current number of ordered equations: 1
% 196.22/196.37  Current number of rules: 1033
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1114] leq(A addition B,star(star(star(A))) addition B addition C) -> true
% 196.22/196.37  Current number of equations to process: 3980
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1034
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1115] leq(one addition A,star(star(star(A addition B)))) -> true
% 196.22/196.37  Current number of equations to process: 4138
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1035
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1116]
% 196.22/196.37  multiplication(multiplication(A,star(star(star(B)))),star(B)) ->
% 196.22/196.37  multiplication(A,star(star(star(B))))
% 196.22/196.37  Current number of equations to process: 4137
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1036
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1117]
% 196.22/196.37  leq(one addition A,star(multiplication(star(A addition B),star(C)))) -> true
% 196.22/196.37  Current number of equations to process: 4136
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1037
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1118]
% 196.22/196.37  leq(one addition A,multiplication(star(star(A addition B)),star(C))) -> true
% 196.22/196.37  Current number of equations to process: 4135
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1038
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1119]
% 196.22/196.37  leq(one addition A,star(multiplication(star(B),star(A addition C)))) -> true
% 196.22/196.37  Current number of equations to process: 4134
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1039
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1120]
% 196.22/196.37  leq(one addition A,multiplication(star(B),star(star(A addition C)))) -> true
% 196.22/196.37  Current number of equations to process: 4133
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1040
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1121] leq(one addition A,star(star(star(A)) addition B) addition C) -> true
% 196.22/196.37  Current number of equations to process: 4131
% 196.22/196.37  Current number of ordered equations: 1
% 196.22/196.37  Current number of rules: 1041
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1122] leq(one addition A,star(star(star(A addition B))) addition C) -> true
% 196.22/196.37  Current number of equations to process: 4131
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1042
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1123] multiplication(star(star(star(A))),star(A)) -> star(star(star(A)))
% 196.22/196.37  Current number of equations to process: 4190
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1043
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1124]
% 196.22/196.37  multiplication(star(star(star(A))),multiplication(star(A),B)) ->
% 196.22/196.37  multiplication(star(star(star(A))),B)
% 196.22/196.37  Current number of equations to process: 4202
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1044
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1125]
% 196.22/196.37  leq(one addition multiplication(star(star(A)),A),star(star(A))) -> true
% 196.22/196.37  Current number of equations to process: 4293
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1045
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1126]
% 196.22/196.37  star(star(star(A))) addition multiplication(star(star(A)),A) ->
% 196.22/196.37  star(star(star(A)))
% 196.22/196.37  Current number of equations to process: 4403
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1046
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1127]
% 196.22/196.37  leq(star(A) addition multiplication(star(star(A)),A),star(star(A))) -> true
% 196.22/196.37  Current number of equations to process: 4437
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1047
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1128]
% 196.22/196.37  leq(one addition multiplication(star(star(A)),A),star(star(star(A)))) -> true
% 196.22/196.37  Current number of equations to process: 4436
% 196.22/196.37  Current number of ordered equations: 0
% 196.22/196.37  Current number of rules: 1048
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1129]
% 196.22/196.37  leq(A addition B,star(multiplication(A,star(C)) addition B addition V_3)) ->
% 196.22/196.37  true
% 196.22/196.37  Current number of equations to process: 4433
% 196.22/196.37  Current number of ordered equations: 2
% 196.22/196.37  Current number of rules: 1049
% 196.22/196.37  New rule produced :
% 196.22/196.37  [1130]
% 196.22/196.37  leq(A addition B,star(B addition C) addition multiplication(A,star(V_3))) ->
% 196.60/196.73  true
% 196.60/196.73  Current number of equations to process: 4433
% 196.60/196.73  Current number of ordered equations: 1
% 196.60/196.73  Current number of rules: 1050
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1131]
% 196.60/196.73  leq(A addition B,star(multiplication(A,star(C)) addition V_3) addition B) ->
% 196.60/196.73  true
% 196.60/196.73  Current number of equations to process: 4433
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1051
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1132]
% 196.60/196.73  leq(A addition B,star(multiplication(star(C),A) addition B addition V_3)) ->
% 196.60/196.73  true
% 196.60/196.73  Current number of equations to process: 4430
% 196.60/196.73  Current number of ordered equations: 2
% 196.60/196.73  Current number of rules: 1052
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1133]
% 196.60/196.73  leq(A addition B,star(B addition C) addition multiplication(star(V_3),A)) ->
% 196.60/196.73  true
% 196.60/196.73  Current number of equations to process: 4430
% 196.60/196.73  Current number of ordered equations: 1
% 196.60/196.73  Current number of rules: 1053
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1134]
% 196.60/196.73  leq(A addition B,star(multiplication(star(C),A) addition V_3) addition B) ->
% 196.60/196.73  true
% 196.60/196.73  Current number of equations to process: 4430
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1054
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1135]
% 196.60/196.73  leq(multiplication(A,star(A)),star(multiplication(star(A),star(B)) addition C))
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4429
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1055
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1136]
% 196.60/196.73  leq(multiplication(A,star(A)),star(multiplication(star(B),star(A)) addition C))
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4428
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1056
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1137]
% 196.60/196.73  leq(multiplication(star(A),A),star(multiplication(star(A),star(B)) addition C))
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4427
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1057
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1138]
% 196.60/196.73  leq(multiplication(star(A),A),star(multiplication(star(B),star(A)) addition C))
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4426
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1058
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1139]
% 196.60/196.73  leq(multiplication(A,B),star(multiplication(A,multiplication(B,star(C))) addition V_3))
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4425
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1059
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1140]
% 196.60/196.73  leq(star(A) addition multiplication(star(B),A),multiplication(star(B),
% 196.60/196.73                                                 star(A))) -> true
% 196.60/196.73  Current number of equations to process: 4424
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1060
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1141]
% 196.60/196.73  leq(multiplication(A,star(A)),multiplication(star(B),star(star(A))) addition C)
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4423
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1061
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1142]
% 196.60/196.73  leq(multiplication(star(A),A),multiplication(star(B),star(star(A))) addition C)
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4422
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1062
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1143]
% 196.60/196.73  leq(multiplication(A,B),multiplication(A,star(multiplication(B,star(C)))) addition V_3)
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4421
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1063
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1144]
% 196.60/196.73  leq(star(A) addition multiplication(A,star(B)),multiplication(star(A),
% 196.60/196.73                                                 star(B))) -> true
% 196.60/196.73  Current number of equations to process: 4420
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1064
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1145]
% 196.60/196.73  leq(multiplication(A,star(A)),multiplication(star(star(A)),star(B)) addition C)
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4419
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1065
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1146]
% 196.60/196.73  leq(multiplication(star(A),A),multiplication(star(star(A)),star(B)) addition C)
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4418
% 196.60/196.73  Current number of ordered equations: 0
% 196.60/196.73  Current number of rules: 1066
% 196.60/196.73  New rule produced :
% 196.60/196.73  [1147]
% 196.60/196.73  leq(multiplication(A,B),multiplication(star(A),multiplication(B,star(C))) addition V_3)
% 196.60/196.73  -> true
% 196.60/196.73  Current number of equations to process: 4417
% 196.60/196.73  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1067
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1148]
% 196.83/197.03  leq(multiplication(A,star(A)),star(star(star(A) addition B) addition C)) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4414
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1068
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1149]
% 196.83/197.03  leq(multiplication(A,star(A)),star(star(star(A)) addition B) addition C) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4411
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1069
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1150]
% 196.83/197.03  leq(multiplication(star(A),A),star(star(star(A) addition B) addition C)) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4408
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1070
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1151]
% 196.83/197.03  leq(multiplication(star(A),A),star(star(star(A)) addition B) addition C) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4405
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1071
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1152]
% 196.83/197.03  leq(one addition multiplication(A,B),star(multiplication(multiplication(A,
% 196.83/197.03                                                           star(C)),B))) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4404
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1072
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1153]
% 196.83/197.03  leq(one addition A addition B,star(multiplication(A,star(C)) addition B)) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4403
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1073
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1154]
% 196.83/197.03  leq(one addition A addition B,star(multiplication(star(C),A) addition B)) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4402
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1074
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1155]
% 196.83/197.03  leq(one addition A addition B,star(star(A) addition B addition C)) -> true
% 196.83/197.03  Current number of equations to process: 4401
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1075
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1156]
% 196.83/197.03  leq(one addition multiplication(A,star(A)),star(multiplication(star(A),
% 196.83/197.03                                                  star(B)))) -> true
% 196.83/197.03  Current number of equations to process: 4400
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1076
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1157]
% 196.83/197.03  leq(one addition multiplication(star(A),A),star(multiplication(star(A),
% 196.83/197.03                                                  star(B)))) -> true
% 196.83/197.03  Current number of equations to process: 4399
% 196.83/197.03  Current number of ordered equations: 0
% 196.83/197.03  Current number of rules: 1077
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1158]
% 196.83/197.03  leq(one addition multiplication(star(A),A),star(multiplication(star(B),
% 196.83/197.03                                                  star(A)))) -> true
% 196.83/197.03  Current number of equations to process: 4397
% 196.83/197.03  Current number of ordered equations: 1
% 196.83/197.03  Current number of rules: 1078
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1159]
% 196.83/197.03  leq(one addition multiplication(A,B),star(multiplication(A,multiplication(B,
% 196.83/197.03                                                             star(C))))) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4396
% 196.83/197.03  Current number of ordered equations: 1
% 196.83/197.03  Current number of rules: 1079
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1160]
% 196.83/197.03  leq(one addition multiplication(A,B),star(multiplication(A,multiplication(
% 196.83/197.03                                                             star(C),B)))) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4395
% 196.83/197.03  Current number of ordered equations: 1
% 196.83/197.03  Current number of rules: 1080
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1161]
% 196.83/197.03  leq(one addition multiplication(A,B),star(multiplication(multiplication(
% 196.83/197.03                                                           star(C),A),B))) ->
% 196.83/197.03  true
% 196.83/197.03  Current number of equations to process: 4394
% 196.83/197.03  Current number of ordered equations: 1
% 196.83/197.03  Current number of rules: 1081
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1162]
% 196.83/197.03  leq(one addition A addition B,star(star(A addition C) addition B)) -> true
% 196.83/197.03  Current number of equations to process: 4393
% 196.83/197.03  Current number of ordered equations: 1
% 196.83/197.03  Current number of rules: 1082
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1163]
% 196.83/197.03  leq(one addition multiplication(A,B),star(multiplication(A,star(B)) addition C))
% 196.83/197.03  -> true
% 196.83/197.03  Current number of equations to process: 4392
% 196.83/197.03  Current number of ordered equations: 1
% 196.83/197.03  Current number of rules: 1083
% 196.83/197.03  New rule produced :
% 196.83/197.03  [1164]
% 196.83/197.03  leq(one addition multiplication(A,B),star(multiplication(star(A),B) addition C))
% 197.23/197.39  -> true
% 197.23/197.39  Current number of equations to process: 4391
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1084
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1165]
% 197.23/197.39  leq(one addition multiplication(A,star(A)),star(star(star(A)) addition B)) ->
% 197.23/197.39  true
% 197.23/197.39  Current number of equations to process: 4390
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1085
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1166]
% 197.23/197.39  leq(one addition multiplication(star(A),A),star(star(star(A)) addition B)) ->
% 197.23/197.39  true
% 197.23/197.39  Current number of equations to process: 4389
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1086
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1167]
% 197.23/197.39  leq(one addition A addition B,star(multiplication(A,star(C))) addition B) ->
% 197.23/197.39  true
% 197.23/197.39  Current number of equations to process: 4388
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1087
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1168]
% 197.23/197.39  leq(A,star(multiplication(multiplication(multiplication(A,star(B)),star(C)),
% 197.23/197.39             star(V_3)))) -> true
% 197.23/197.39  Current number of equations to process: 4385
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1088
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1169]
% 197.23/197.39  leq(A,star(multiplication(multiplication(star(B),multiplication(A,star(C))),
% 197.23/197.39             star(V_3)))) -> true
% 197.23/197.39  Current number of equations to process: 4384
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1089
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1170]
% 197.23/197.39  leq(one addition multiplication(A,star(A)),multiplication(star(star(A)),
% 197.23/197.39                                             star(B))) -> true
% 197.23/197.39  Current number of equations to process: 4381
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1090
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1171]
% 197.23/197.39  leq(one addition multiplication(star(A),A),multiplication(star(star(A)),
% 197.23/197.39                                             star(B))) -> true
% 197.23/197.39  Current number of equations to process: 4380
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1091
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1172]
% 197.23/197.39  leq(one addition A addition B,multiplication(star(A),star(C)) addition B) ->
% 197.23/197.39  true
% 197.23/197.39  Current number of equations to process: 4379
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1092
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1173]
% 197.23/197.39  leq(one addition A,multiplication(star(A addition B),star(C)) addition V_3)
% 197.23/197.39  -> true
% 197.23/197.39  Current number of equations to process: 4378
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1093
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1174]
% 197.23/197.39  leq(A,multiplication(star(multiplication(multiplication(A,star(B)),star(C))),
% 197.23/197.39        star(V_3))) -> true
% 197.23/197.39  Current number of equations to process: 4377
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1094
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1175]
% 197.23/197.39  leq(A,multiplication(star(multiplication(star(B),multiplication(A,star(C)))),
% 197.23/197.39        star(V_3))) -> true
% 197.23/197.39  Current number of equations to process: 4376
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1095
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1176]
% 197.23/197.39  leq(one addition A addition B,star(multiplication(star(C),A)) addition B) ->
% 197.23/197.39  true
% 197.23/197.39  Current number of equations to process: 4375
% 197.23/197.39  Current number of ordered equations: 1
% 197.23/197.39  Current number of rules: 1096
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1177]
% 197.23/197.39  leq(one addition multiplication(A,star(A)),star(multiplication(star(B),
% 197.23/197.39                                                  star(A)))) -> true
% 197.23/197.39  Current number of equations to process: 4375
% 197.23/197.39  Current number of ordered equations: 0
% 197.23/197.39  Current number of rules: 1097
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1178]
% 197.23/197.39  leq(A,star(multiplication(star(B),multiplication(multiplication(A,star(C)),
% 197.23/197.39                                    star(V_3))))) -> true
% 197.23/197.39  Current number of equations to process: 4373
% 197.23/197.39  Current number of ordered equations: 0
% 197.23/197.39  Current number of rules: 1098
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1179]
% 197.23/197.39  leq(A,star(multiplication(star(B),multiplication(star(C),multiplication(A,
% 197.23/197.39                                                           star(V_3)))))) ->
% 197.23/197.39  true
% 197.23/197.39  Current number of equations to process: 4372
% 197.23/197.39  Current number of ordered equations: 0
% 197.23/197.39  Current number of rules: 1099
% 197.23/197.39  New rule produced :
% 197.23/197.39  [1180]
% 197.23/197.39  leq(one addition multiplication(A,star(A)),multiplication(star(B),star(
% 197.23/197.39                                                                    star(A))))
% 197.70/197.81  -> true
% 197.70/197.81  Current number of equations to process: 4369
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1100
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1181]
% 197.70/197.81  leq(one addition multiplication(star(A),A),multiplication(star(B),star(
% 197.70/197.81                                                                    star(A))))
% 197.70/197.81  -> true
% 197.70/197.81  Current number of equations to process: 4368
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1101
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1182]
% 197.70/197.81  leq(one addition A addition B,multiplication(star(C),star(A)) addition B) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4367
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1102
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1183]
% 197.70/197.81  leq(one addition A,multiplication(star(B),star(A addition C)) addition V_3)
% 197.70/197.81  -> true
% 197.70/197.81  Current number of equations to process: 4366
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1103
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1184]
% 197.70/197.81  leq(A,multiplication(star(B),star(multiplication(multiplication(A,star(C)),
% 197.70/197.81                                    star(V_3))))) -> true
% 197.70/197.81  Current number of equations to process: 4365
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1104
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1185]
% 197.70/197.81  leq(A,multiplication(star(B),star(multiplication(star(C),multiplication(A,
% 197.70/197.81                                                           star(V_3)))))) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4364
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1105
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1186]
% 197.70/197.81  leq(multiplication(star(A),A) addition B,star(star(B)) addition star(A)) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4361
% 197.70/197.81  Current number of ordered equations: 2
% 197.70/197.81  Current number of rules: 1106
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1187]
% 197.70/197.81  leq(multiplication(star(A),A) addition B,star(star(star(A))) addition B) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4361
% 197.70/197.81  Current number of ordered equations: 1
% 197.70/197.81  Current number of rules: 1107
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1188]
% 197.70/197.81  leq(multiplication(star(A),A) addition B,star(star(star(A) addition B))) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4361
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1108
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1189]
% 197.70/197.81  leq(one addition A addition B,star(star(A)) addition B addition C) -> true
% 197.70/197.81  Current number of equations to process: 4359
% 197.70/197.81  Current number of ordered equations: 1
% 197.70/197.81  Current number of rules: 1109
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1190]
% 197.70/197.81  leq(one addition A addition B,star(star(B addition C)) addition A) -> true
% 197.70/197.81  Current number of equations to process: 4359
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1110
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1191]
% 197.70/197.81  leq(multiplication(A,star(A)) addition B,star(star(B)) addition star(A)) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4356
% 197.70/197.81  Current number of ordered equations: 2
% 197.70/197.81  Current number of rules: 1111
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1192]
% 197.70/197.81  leq(multiplication(A,star(A)) addition B,star(star(star(A))) addition B) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4356
% 197.70/197.81  Current number of ordered equations: 1
% 197.70/197.81  Current number of rules: 1112
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1193]
% 197.70/197.81  leq(multiplication(A,star(A)) addition B,star(star(star(A) addition B))) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4356
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1113
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1194]
% 197.70/197.81  leq(one addition multiplication(A,star(A)),star(star(star(A))) addition B) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4355
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1114
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1195]
% 197.70/197.81  leq(one addition multiplication(star(A),A),star(star(star(A))) addition B) ->
% 197.70/197.81  true
% 197.70/197.81  Current number of equations to process: 4354
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1115
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1196]
% 197.70/197.81  leq(multiplication(A,multiplication(B,star(B))),star(star(multiplication(A,
% 197.70/197.81                                                            star(B))))) -> true
% 197.70/197.81  Current number of equations to process: 4349
% 197.70/197.81  Current number of ordered equations: 0
% 197.70/197.81  Current number of rules: 1116
% 197.70/197.81  New rule produced :
% 197.70/197.81  [1197]
% 197.70/197.81  leq(multiplication(multiplication(A,star(A)),B),star(star(multiplication(
% 197.70/197.81                                                            star(A),B)))) ->
% 198.11/198.26  true
% 198.11/198.26  Current number of equations to process: 4348
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1117
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1198]
% 198.11/198.26  leq(multiplication(A,multiplication(star(B),B)),star(star(multiplication(A,
% 198.11/198.26                                                            star(B))))) -> true
% 198.11/198.26  Current number of equations to process: 4347
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1118
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1199]
% 198.11/198.26  leq(multiplication(multiplication(star(A),A),B),star(star(multiplication(
% 198.11/198.26                                                            star(A),B)))) ->
% 198.11/198.26  true
% 198.11/198.26  Current number of equations to process: 4346
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1119
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1200]
% 198.11/198.26  leq(A,star(star(multiplication(multiplication(A,star(B)),star(C)))) addition V_3)
% 198.11/198.26  -> true
% 198.11/198.26  Current number of equations to process: 4345
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1120
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1201]
% 198.11/198.26  leq(A,star(star(multiplication(star(B),multiplication(A,star(C))))) addition V_3)
% 198.11/198.26  -> true
% 198.11/198.26  Current number of equations to process: 4344
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1121
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1202]
% 198.11/198.26  leq(A,multiplication(multiplication(star(multiplication(A,star(B))),star(C)),
% 198.11/198.26        star(V_3))) -> true
% 198.11/198.26  Current number of equations to process: 4343
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1122
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1203]
% 198.11/198.26  leq(A,multiplication(star(B),multiplication(star(multiplication(A,star(C))),
% 198.11/198.26                               star(V_3)))) -> true
% 198.11/198.26  Current number of equations to process: 4342
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1123
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1204]
% 198.11/198.26  leq(A,multiplication(multiplication(star(B),star(multiplication(A,star(C)))),
% 198.11/198.26        star(V_3))) -> true
% 198.11/198.26  Current number of equations to process: 4341
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1124
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1205]
% 198.11/198.26  leq(A,multiplication(star(B),multiplication(star(C),star(multiplication(A,
% 198.11/198.26                                                           star(V_3)))))) ->
% 198.11/198.26  true
% 198.11/198.26  Current number of equations to process: 4340
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1125
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1206]
% 198.11/198.26  leq(A,star(multiplication(star(multiplication(A,star(B))),star(C))) addition V_3)
% 198.11/198.26  -> true
% 198.11/198.26  Current number of equations to process: 4339
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1126
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1207]
% 198.11/198.26  leq(A,multiplication(star(star(multiplication(A,star(B)))),star(C)) addition V_3)
% 198.11/198.26  -> true
% 198.11/198.26  Current number of equations to process: 4338
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1127
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1208]
% 198.11/198.26  leq(A,star(multiplication(star(B),star(multiplication(A,star(C))))) addition V_3)
% 198.11/198.26  -> true
% 198.11/198.26  Current number of equations to process: 4337
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1128
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1209]
% 198.11/198.26  leq(A,multiplication(star(B),star(star(multiplication(A,star(C))))) addition V_3)
% 198.11/198.26  -> true
% 198.11/198.26  Current number of equations to process: 4336
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1129
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1210]
% 198.11/198.26  leq(A addition B addition C,star(A) addition star(B) addition C) -> true
% 198.11/198.26  Current number of equations to process: 4334
% 198.11/198.26  Current number of ordered equations: 1
% 198.11/198.26  Current number of rules: 1130
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1211]
% 198.11/198.26  leq(A addition B addition C,star(star(A) addition C) addition B) -> true
% 198.11/198.26  Current number of equations to process: 4334
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1131
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1212]
% 198.11/198.26  leq(multiplication(multiplication(A,star(A)),A) addition A,star(A) addition B)
% 198.11/198.26  -> true
% 198.11/198.26  Current number of equations to process: 4333
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1132
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1213]
% 198.11/198.26  leq(multiplication(A,multiplication(star(A),A)) addition A,star(A) addition B)
% 198.11/198.26  -> true
% 198.11/198.26  Current number of equations to process: 4332
% 198.11/198.26  Current number of ordered equations: 0
% 198.11/198.26  Current number of rules: 1133
% 198.11/198.26  New rule produced :
% 198.11/198.26  [1214]
% 198.11/198.26  leq(A addition B,star(star(A) addition B addition C) addition V_3) -> true
% 198.61/198.79  Current number of equations to process: 4329
% 198.61/198.79  Current number of ordered equations: 2
% 198.61/198.79  Current number of rules: 1134
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1215]
% 198.61/198.79  leq(A addition B,star(star(A) addition C) addition B addition V_3) -> true
% 198.61/198.79  Current number of equations to process: 4329
% 198.61/198.79  Current number of ordered equations: 1
% 198.61/198.79  Current number of rules: 1135
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1216]
% 198.61/198.79  leq(A addition B,star(A addition C) addition star(B) addition V_3) -> true
% 198.61/198.79  Current number of equations to process: 4329
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1136
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1217]
% 198.61/198.79  leq(multiplication(A,B) addition C,star(C) addition multiplication(A,star(B)))
% 198.61/198.79  -> true
% 198.61/198.79  Current number of equations to process: 4328
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1137
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1218]
% 198.61/198.79  leq(multiplication(A,B) addition C,star(C) addition multiplication(star(A),B))
% 198.61/198.79  -> true
% 198.61/198.79  Current number of equations to process: 4327
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1138
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1219]
% 198.61/198.79  leq(multiplication(A,star(A)) addition B,star(star(A)) addition star(B)) ->
% 198.61/198.79  true
% 198.61/198.79  Current number of equations to process: 4326
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1139
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1220]
% 198.61/198.79  leq(multiplication(star(A),A) addition B,star(star(A)) addition star(B)) ->
% 198.61/198.79  true
% 198.61/198.79  Current number of equations to process: 4325
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1140
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1221]
% 198.61/198.79  leq(one addition multiplication(multiplication(A,star(A)),A) addition A,
% 198.61/198.79  star(A)) -> true
% 198.61/198.79  Current number of equations to process: 4324
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1141
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1222]
% 198.61/198.79  leq(one addition multiplication(A,multiplication(star(A),A)) addition A,
% 198.61/198.79  star(A)) -> true
% 198.61/198.79  Current number of equations to process: 4323
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1142
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1223]
% 198.61/198.79  leq(one addition A addition B,star(star(A) addition B) addition C) -> true
% 198.61/198.79  Current number of equations to process: 4319
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1143
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1224]
% 198.61/198.79  leq(one addition A,star(star(A addition B) addition C) addition V_3) -> true
% 198.61/198.79  Current number of equations to process: 4318
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1144
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1225]
% 198.61/198.79  leq(one addition multiplication(A,B),star(multiplication(A,star(B))) addition C)
% 198.61/198.79  -> true
% 198.61/198.79  Current number of equations to process: 4317
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1145
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1226]
% 198.61/198.79  leq(one addition multiplication(A,B),star(multiplication(star(A),B)) addition C)
% 198.61/198.79  -> true
% 198.61/198.79  Current number of equations to process: 4316
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1146
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1227]
% 198.61/198.79  leq(multiplication(multiplication(A,star(star(B))),B),multiplication(A,
% 198.61/198.79                                                        star(star(B)))) -> true
% 198.61/198.79  Current number of equations to process: 4313
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1147
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1228]
% 198.61/198.79  leq(multiplication(star(star(A)),A) addition B,star(star(A)) addition B) ->
% 198.61/198.79  true
% 198.61/198.79  Current number of equations to process: 4312
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1148
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1229]
% 198.61/198.79  leq(one addition multiplication(star(star(A)),A),star(star(A)) addition B) ->
% 198.61/198.79  true
% 198.61/198.79  Current number of equations to process: 4311
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1149
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1230]
% 198.61/198.79  star(star(star(star(A)))) addition multiplication(star(star(A)),A) ->
% 198.61/198.79  star(star(star(star(A))))
% 198.61/198.79  Current number of equations to process: 4310
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1150
% 198.61/198.79  New rule produced :
% 198.61/198.79  [1231]
% 198.61/198.79  multiplication(star(A),star(star(B))) addition multiplication(B,star(B)) ->
% 198.61/198.79  multiplication(star(A),star(star(B)))
% 198.61/198.79  Current number of equations to process: 4310
% 198.61/198.79  Current number of ordered equations: 0
% 198.61/198.79  Current number of rules: 1151
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1232]
% 201.52/201.68  multiplication(star(A),star(star(B))) addition multiplication(star(B),B) ->
% 201.52/201.68  multiplication(star(A),star(star(B)))
% 201.52/201.68  Current number of equations to process: 4309
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1152
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1233]
% 201.52/201.68  multiplication(star(star(A)),star(B)) addition multiplication(A,star(A)) ->
% 201.52/201.68  multiplication(star(star(A)),star(B))
% 201.52/201.68  Current number of equations to process: 4308
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1153
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1234]
% 201.52/201.68  multiplication(star(star(A)),star(B)) addition multiplication(star(A),A) ->
% 201.52/201.68  multiplication(star(star(A)),star(B))
% 201.52/201.68  Current number of equations to process: 4307
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1154
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1235]
% 201.52/201.68  star(star(star(A)) addition B) addition multiplication(A,star(A)) ->
% 201.52/201.68  star(star(star(A)) addition B)
% 201.52/201.68  Current number of equations to process: 4301
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1155
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1236]
% 201.52/201.68  star(star(star(A)) addition B) addition multiplication(star(A),A) ->
% 201.52/201.68  star(star(star(A)) addition B)
% 201.52/201.68  Current number of equations to process: 4297
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1156
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1237]
% 201.52/201.68  star(multiplication(star(A addition B),star(C))) addition A ->
% 201.52/201.68  star(multiplication(star(A addition B),star(C)))
% 201.52/201.68  Current number of equations to process: 4294
% 201.52/201.68  Current number of ordered equations: 1
% 201.52/201.68  Current number of rules: 1157
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1238]
% 201.52/201.68  star(star(multiplication(A,star(B))) addition C) addition A ->
% 201.52/201.68  star(star(multiplication(A,star(B))) addition C)
% 201.52/201.68  Current number of equations to process: 4294
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1158
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1239]
% 201.52/201.68  multiplication(star(A),multiplication(star(B),star(C))) addition A ->
% 201.52/201.68  multiplication(star(A),multiplication(star(B),star(C)))
% 201.52/201.68  Current number of equations to process: 4290
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1159
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1240]
% 201.52/201.68  star(multiplication(star(A),star(B)) addition C) addition A ->
% 201.52/201.68  star(multiplication(star(A),star(B)) addition C)
% 201.52/201.68  Current number of equations to process: 4288
% 201.52/201.68  Current number of ordered equations: 1
% 201.52/201.68  Current number of rules: 1160
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1241]
% 201.52/201.68  multiplication(star(star(A addition B)),star(C)) addition A ->
% 201.52/201.68  multiplication(star(star(A addition B)),star(C))
% 201.52/201.68  Current number of equations to process: 4288
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1161
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1242]
% 201.52/201.68  star(multiplication(star(A),star(B addition C))) addition B ->
% 201.52/201.68  star(multiplication(star(A),star(B addition C)))
% 201.52/201.68  Current number of equations to process: 4285
% 201.52/201.68  Current number of ordered equations: 1
% 201.52/201.68  Current number of rules: 1162
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1243]
% 201.52/201.68  star(star(multiplication(star(A),B)) addition C) addition B ->
% 201.52/201.68  star(star(multiplication(star(A),B)) addition C)
% 201.52/201.68  Current number of equations to process: 4285
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1163
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1244]
% 201.52/201.68  multiplication(multiplication(star(A),star(B)),star(C)) addition C ->
% 201.52/201.68  multiplication(multiplication(star(A),star(B)),star(C))
% 201.52/201.68  Current number of equations to process: 4284
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1164
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1245]
% 201.52/201.68  multiplication(star(A),star(star(B addition C))) addition B ->
% 201.52/201.68  multiplication(star(A),star(star(B addition C)))
% 201.52/201.68  Current number of equations to process: 4278
% 201.52/201.68  Current number of ordered equations: 1
% 201.52/201.68  Current number of rules: 1165
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1246]
% 201.52/201.68  star(multiplication(star(A),star(B)) addition C) addition B ->
% 201.52/201.68  star(multiplication(star(A),star(B)) addition C)
% 201.52/201.68  Current number of equations to process: 4278
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1166
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1247]
% 201.52/201.68  leq(multiplication(A,star(A)),multiplication(star(star(A) addition B),
% 201.52/201.68                                star(C))) -> true
% 201.52/201.68  Current number of equations to process: 4398
% 201.52/201.68  Current number of ordered equations: 0
% 201.52/201.68  Current number of rules: 1167
% 201.52/201.68  New rule produced :
% 201.52/201.68  [1248]
% 211.24/211.35  leq(multiplication(A,star(A)),multiplication(star(B),star(star(A) addition C)))
% 211.24/211.35  -> true
% 211.24/211.35  Current number of equations to process: 4397
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1168
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1249]
% 211.24/211.35  leq(multiplication(A,star(A)),star(star(star(A) addition B)) addition C) ->
% 211.24/211.35  true
% 211.24/211.35  Current number of equations to process: 4396
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1169
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1250]
% 211.24/211.35  leq(multiplication(A,star(A)),star(star(star(star(A) addition B)))) -> true
% 211.24/211.35  Current number of equations to process: 4415
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1170
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1251]
% 211.24/211.35  leq(multiplication(star(A),A),multiplication(star(star(A) addition B),
% 211.24/211.35                                star(C))) -> true
% 211.24/211.35  Current number of equations to process: 4456
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1171
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1252]
% 211.24/211.35  leq(multiplication(star(A),A),multiplication(star(B),star(star(A) addition C)))
% 211.24/211.35  -> true
% 211.24/211.35  Current number of equations to process: 4455
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1172
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1253]
% 211.24/211.35  leq(multiplication(star(A),A),star(star(star(A) addition B)) addition C) ->
% 211.24/211.35  true
% 211.24/211.35  Current number of equations to process: 4454
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1173
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1254]
% 211.24/211.35  leq(multiplication(star(A),A),star(star(star(star(A) addition B)))) -> true
% 211.24/211.35  Current number of equations to process: 4473
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1174
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1255] leq(one addition A addition B,star(A) addition star(B)) -> true
% 211.24/211.35  Current number of equations to process: 4516
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1175
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1256]
% 211.24/211.35  leq(one addition A addition B,star(B) addition multiplication(A,star(C))) ->
% 211.24/211.35  true
% 211.24/211.35  Current number of equations to process: 4595
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1176
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1257]
% 211.24/211.35  leq(one addition A addition B,star(A) addition multiplication(star(C),B)) ->
% 211.24/211.35  true
% 211.24/211.35  Current number of equations to process: 4594
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1177
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1258]
% 211.24/211.35  leq(one addition A addition B,star(A) addition star(B) addition C) -> true
% 211.24/211.35  Current number of equations to process: 4593
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1178
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1259] leq(one addition A addition B,star(star(star(A))) addition B) -> true
% 211.24/211.35  Current number of equations to process: 4667
% 211.24/211.35  Current number of ordered equations: 2
% 211.24/211.35  Current number of rules: 1179
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1260] leq(one addition A addition B,star(star(A)) addition star(B)) -> true
% 211.24/211.35  Current number of equations to process: 4667
% 211.24/211.35  Current number of ordered equations: 1
% 211.24/211.35  Current number of rules: 1180
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1261] leq(one addition A addition B,star(star(star(A) addition B))) -> true
% 211.24/211.35  Current number of equations to process: 4667
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1181
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1262]
% 211.24/211.35  leq(one addition A addition B,star(star(A) addition C) addition B) -> true
% 211.24/211.35  Current number of equations to process: 4665
% 211.24/211.35  Current number of ordered equations: 1
% 211.24/211.35  Current number of rules: 1182
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1263]
% 211.24/211.35  leq(one addition A addition B,star(A addition C) addition star(B)) -> true
% 211.24/211.35  Current number of equations to process: 4665
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1183
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1264]
% 211.24/211.35  leq(multiplication(A,star(star(A))) addition B,star(star(A)) addition B) ->
% 211.24/211.35  true
% 211.24/211.35  Current number of equations to process: 4909
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1184
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1265] ifeq(leq(star(star(star(A))),star(A)),true,true,true) -> true
% 211.24/211.35  Current number of equations to process: 4921
% 211.24/211.35  Current number of ordered equations: 0
% 211.24/211.35  Current number of rules: 1185
% 211.24/211.35  New rule produced :
% 211.24/211.35  [1266]
% 211.24/211.35  ifeq(leq(multiplication(A,star(star(star(B)))),star(B)),true,true,true) ->
% 211.24/211.35  true
% 211.24/211.35  Current number of equations to process: 4923
% 211.24/211.35  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1186
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1267]
% 221.84/221.94  leq(A,multiplication(multiplication(star(B),A),multiplication(star(C),
% 221.84/221.94                                                 star(V_3)))) -> true
% 221.84/221.94  Current number of equations to process: 3677
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1187
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1268]
% 221.84/221.94  leq(one,multiplication(multiplication(star(A),star(B)),multiplication(
% 221.84/221.94                                                         star(C),star(V_3))))
% 221.84/221.94  -> true
% 221.84/221.94  Current number of equations to process: 3756
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1188
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1269] leq(A,multiplication(star(A),multiplication(star(B),star(C)))) -> true
% 221.84/221.94  Current number of equations to process: 3759
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1189
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1270]
% 221.84/221.94  leq(A,multiplication(star(A),multiplication(star(B),star(C))) addition V_3)
% 221.84/221.94  -> true
% 221.84/221.94  Current number of equations to process: 3861
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1190
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1271]
% 221.84/221.94  leq(one addition A,star(multiplication(A,multiplication(star(B),star(C)))))
% 221.84/221.94  -> true
% 221.84/221.94  Current number of equations to process: 3860
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1191
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1272]
% 221.84/221.94  leq(one addition A,multiplication(star(A),multiplication(star(B),star(C))))
% 221.84/221.94  -> true
% 221.84/221.94  Current number of equations to process: 3859
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1192
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1273]
% 221.84/221.94  leq(A,multiplication(star(multiplication(A,star(B))),multiplication(star(C),
% 221.84/221.94                                                       star(V_3)))) -> true
% 221.84/221.94  Current number of equations to process: 3858
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1193
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1274]
% 221.84/221.94  star(multiplication(A,multiplication(star(B),star(C)))) addition A ->
% 221.84/221.94  star(multiplication(A,multiplication(star(B),star(C))))
% 221.84/221.94  Current number of equations to process: 3905
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1194
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1275]
% 221.84/221.94  leq(A,multiplication(multiplication(star(B),star(C)),multiplication(star(V_3),A)))
% 221.84/221.94  -> true
% 221.84/221.94  Current number of equations to process: 4105
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1195
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1276] leq(A,multiplication(multiplication(star(B),star(C)),star(A))) -> true
% 221.84/221.94  Current number of equations to process: 4190
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1196
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1277]
% 221.84/221.94  leq(A,multiplication(multiplication(star(B),star(C)),star(A)) addition V_3)
% 221.84/221.94  -> true
% 221.84/221.94  Current number of equations to process: 4292
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1197
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1278]
% 221.84/221.94  leq(one addition A,star(multiplication(multiplication(star(B),star(C)),A)))
% 221.84/221.94  -> true
% 221.84/221.94  Current number of equations to process: 4291
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1198
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1279]
% 221.84/221.94  leq(one addition A,multiplication(multiplication(star(B),star(C)),star(A)))
% 221.84/221.94  -> true
% 221.84/221.94  Current number of equations to process: 4290
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1199
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1280]
% 221.84/221.94  leq(multiplication(A,B),star(multiplication(multiplication(star(C),A),B))) ->
% 221.84/221.94  true
% 221.84/221.94  Current number of equations to process: 4577
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1200
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1281]
% 221.84/221.94  leq(multiplication(star(A),B),star(multiplication(star(star(A)),B))) -> true
% 221.84/221.94  Current number of equations to process: 4613
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1201
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1282] leq(A,star(star(star(multiplication(star(B),A))))) -> true
% 221.84/221.94  Current number of equations to process: 4667
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1202
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1283] leq(A,star(star(multiplication(star(B),A)) addition C)) -> true
% 221.84/221.94  Current number of equations to process: 4667
% 221.84/221.94  Current number of ordered equations: 0
% 221.84/221.94  Current number of rules: 1203
% 221.84/221.94  New rule produced :
% 221.84/221.94  [1284]
% 221.84/221.94  leq(A,star(multiplication(star(multiplication(star(B),A)),star(C)))) -> true
% 222.13/222.28  Current number of equations to process: 4670
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1204
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1285]
% 222.13/222.28  leq(A,multiplication(star(star(multiplication(star(B),A))),star(C))) -> true
% 222.13/222.28  Current number of equations to process: 4669
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1205
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1286]
% 222.13/222.28  leq(A,star(multiplication(star(B),star(multiplication(star(C),A))))) -> true
% 222.13/222.28  Current number of equations to process: 4668
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1206
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1287]
% 222.13/222.28  leq(A,multiplication(star(B),star(star(multiplication(star(C),A))))) -> true
% 222.13/222.28  Current number of equations to process: 4667
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1207
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1288] leq(A,star(star(star(multiplication(star(B),A)))) addition C) -> true
% 222.13/222.28  Current number of equations to process: 4666
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1208
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1289]
% 222.13/222.28  leq(A,star(star(multiplication(star(B),A)) addition C) addition V_3) -> true
% 222.13/222.28  Current number of equations to process: 4665
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1209
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1290]
% 222.13/222.28  leq(A,multiplication(multiplication(star(B),star(C)),star(multiplication(A,
% 222.13/222.28                                                            star(V_3))))) ->
% 222.13/222.28  true
% 222.13/222.28  Current number of equations to process: 4666
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1210
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1291]
% 222.13/222.28  leq(multiplication(star(A),B),multiplication(multiplication(star(star(A)),B),
% 222.13/222.28                                star(C))) -> true
% 222.13/222.28  Current number of equations to process: 4665
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1211
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1292]
% 222.13/222.28  leq(multiplication(A,B),multiplication(star(C),multiplication(multiplication(
% 222.13/222.28                                                                star(V_3),A),B)))
% 222.13/222.28  -> true
% 222.13/222.28  Current number of equations to process: 4664
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1212
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1293]
% 222.13/222.28  leq(multiplication(A,B),multiplication(multiplication(star(C),multiplication(
% 222.13/222.28                                                                star(V_3),A)),B))
% 222.13/222.28  -> true
% 222.13/222.28  Current number of equations to process: 4663
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1213
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1294]
% 222.13/222.28  leq(multiplication(A,B),multiplication(multiplication(multiplication(
% 222.13/222.28                                                        star(C),star(V_3)),A),B))
% 222.13/222.28  -> true
% 222.13/222.28  Current number of equations to process: 4662
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1214
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1295]
% 222.13/222.28  leq(multiplication(star(A),B),multiplication(star(C),multiplication(star(
% 222.13/222.28                                                                      star(A)),B)))
% 222.13/222.28  -> true
% 222.13/222.28  Current number of equations to process: 4660
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1215
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1296]
% 222.13/222.28  leq(multiplication(A,B),star(multiplication(multiplication(star(C),A),B)) addition V_3)
% 222.13/222.28  -> true
% 222.13/222.28  Current number of equations to process: 4659
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1216
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1297]
% 222.13/222.28  leq(A,multiplication(multiplication(star(multiplication(star(B),A)),star(C)),
% 222.13/222.28        star(V_3))) -> true
% 222.13/222.28  Current number of equations to process: 4658
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1217
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1298]
% 222.13/222.28  leq(A,multiplication(star(B),multiplication(star(multiplication(star(C),A)),
% 222.13/222.28                               star(V_3)))) -> true
% 222.13/222.28  Current number of equations to process: 4657
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1218
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1299]
% 222.13/222.28  leq(A,multiplication(multiplication(star(B),star(multiplication(star(C),A))),
% 222.13/222.28        star(V_3))) -> true
% 222.13/222.28  Current number of equations to process: 4656
% 222.13/222.28  Current number of ordered equations: 0
% 222.13/222.28  Current number of rules: 1219
% 222.13/222.28  New rule produced :
% 222.13/222.28  [1300]
% 222.13/222.28  leq(A,multiplication(star(B),multiplication(star(C),star(multiplication(
% 224.20/224.32                                                           star(V_3),A))))) ->
% 224.20/224.32  true
% 224.20/224.32  Current number of equations to process: 4655
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1220
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1301]
% 224.20/224.32  leq(A,star(multiplication(star(multiplication(star(B),A)),star(C))) addition V_3)
% 224.20/224.32  -> true
% 224.20/224.32  Current number of equations to process: 4653
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1221
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1302]
% 224.20/224.32  leq(A,multiplication(star(star(multiplication(star(B),A))),star(C)) addition V_3)
% 224.20/224.32  -> true
% 224.20/224.32  Current number of equations to process: 4652
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1222
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1303]
% 224.20/224.32  leq(A,star(multiplication(star(B),star(multiplication(star(C),A)))) addition V_3)
% 224.20/224.32  -> true
% 224.20/224.32  Current number of equations to process: 4651
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1223
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1304]
% 224.20/224.32  leq(A,multiplication(star(B),star(star(multiplication(star(C),A)))) addition V_3)
% 224.20/224.32  -> true
% 224.20/224.32  Current number of equations to process: 4650
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1224
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1305]
% 224.20/224.32  leq(multiplication(star(A),B),star(multiplication(star(star(A)),B)) addition C)
% 224.20/224.32  -> true
% 224.20/224.32  Current number of equations to process: 4649
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1225
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1306]
% 224.20/224.32  leq(A,multiplication(star(multiplication(star(B),A)),multiplication(star(C),
% 224.20/224.32                                                       star(V_3)))) -> true
% 224.20/224.32  Current number of equations to process: 4648
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1226
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1307]
% 224.20/224.32  leq(A,multiplication(multiplication(star(B),star(C)),star(multiplication(
% 224.20/224.32                                                            star(V_3),A)))) ->
% 224.20/224.32  true
% 224.20/224.32  Current number of equations to process: 4647
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1227
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1308]
% 224.20/224.32  leq(A,star(star(multiplication(multiplication(star(B),A),star(C))))) -> true
% 224.20/224.32  Current number of equations to process: 4715
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1228
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1309]
% 224.20/224.32  leq(A,star(multiplication(multiplication(star(B),A),star(C)) addition V_3))
% 224.20/224.32  -> true
% 224.20/224.32  Current number of equations to process: 4718
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1229
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1310]
% 224.20/224.32  leq(A,star(multiplication(multiplication(multiplication(star(B),A),star(C)),
% 224.20/224.32             star(V_3)))) -> true
% 224.20/224.32  Current number of equations to process: 4720
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1230
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1311]
% 224.20/224.32  leq(A,multiplication(star(multiplication(multiplication(star(B),A),star(C))),
% 224.20/224.32        star(V_3))) -> true
% 224.20/224.32  Current number of equations to process: 4719
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1231
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1312]
% 224.20/224.32  leq(A,star(multiplication(star(B),multiplication(multiplication(star(C),A),
% 224.20/224.32                                    star(V_3))))) -> true
% 224.20/224.32  Current number of equations to process: 4718
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1232
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1313]
% 224.20/224.32  leq(A,multiplication(star(B),star(multiplication(multiplication(star(C),A),
% 224.20/224.32                                    star(V_3))))) -> true
% 224.20/224.32  Current number of equations to process: 4717
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1233
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1314]
% 224.20/224.32  leq(A,star(star(multiplication(multiplication(star(B),A),star(C)))) addition V_3)
% 224.20/224.32  -> true
% 224.20/224.32  Current number of equations to process: 4716
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1234
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1315]
% 224.20/224.32  leq(A,star(star(multiplication(star(B),multiplication(star(C),A))))) -> true
% 224.20/224.32  Current number of equations to process: 4783
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1235
% 224.20/224.32  New rule produced :
% 224.20/224.32  [1316]
% 224.20/224.32  leq(A,star(multiplication(star(B),multiplication(star(C),A)) addition V_3))
% 224.20/224.32  -> true
% 224.20/224.32  Current number of equations to process: 4786
% 224.20/224.32  Current number of ordered equations: 0
% 224.20/224.32  Current number of rules: 1236
% 227.63/227.75  New rule produced :
% 227.63/227.75  [1317]
% 227.63/227.75  leq(A,star(multiplication(multiplication(star(B),multiplication(star(C),A)),
% 227.63/227.75             star(V_3)))) -> true
% 227.63/227.75  Current number of equations to process: 4785
% 227.63/227.75  Current number of ordered equations: 0
% 227.63/227.75  Current number of rules: 1237
% 227.63/227.75  New rule produced :
% 227.63/227.75  [1318]
% 227.63/227.75  leq(A,multiplication(star(multiplication(star(B),multiplication(star(C),A))),
% 227.63/227.75        star(V_3))) -> true
% 227.63/227.75  Current number of equations to process: 4784
% 227.63/227.75  Current number of ordered equations: 0
% 227.63/227.75  Current number of rules: 1238
% 227.63/227.75  New rule produced :
% 227.63/227.75  [1319]
% 227.63/227.75  leq(A,star(multiplication(star(B),multiplication(star(C),multiplication(
% 227.63/227.75                                                           star(V_3),A))))) ->
% 227.63/227.75  true
% 227.63/227.75  Current number of equations to process: 4783
% 227.63/227.75  Current number of ordered equations: 0
% 227.63/227.75  Current number of rules: 1239
% 227.63/227.75  New rule produced :
% 227.63/227.75  [1320]
% 227.63/227.75  leq(A,multiplication(star(B),star(multiplication(star(C),multiplication(
% 227.63/227.75                                                           star(V_3),A))))) ->
% 227.63/227.75  true
% 227.63/227.75  Current number of equations to process: 4782
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1240
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1321]
% 227.63/227.76  leq(A,star(star(multiplication(star(B),multiplication(star(C),A)))) addition V_3)
% 227.63/227.76  -> true
% 227.63/227.76  Current number of equations to process: 4781
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1241
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1322]
% 227.63/227.76  leq(multiplication(A,B),multiplication(multiplication(multiplication(
% 227.63/227.76                                                        star(C),A),star(V_3)),B))
% 227.63/227.76  -> true
% 227.63/227.76  Current number of equations to process: 4789
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1242
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1323]
% 227.63/227.76  star(multiplication(multiplication(star(A),star(B)),C)) addition C ->
% 227.63/227.76  star(multiplication(multiplication(star(A),star(B)),C))
% 227.63/227.76  Current number of equations to process: 4788
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1243
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1324]
% 227.63/227.76  leq(multiplication(A,star(multiplication(star(B),A))),star(multiplication(
% 227.63/227.76                                                             star(B),A))) ->
% 227.63/227.76  true
% 227.63/227.76  Current number of equations to process: 4999
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1244
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1325]
% 227.63/227.76  leq(multiplication(A,B),multiplication(multiplication(star(C),A),multiplication(
% 227.63/227.76                                                                   star(V_3),B)))
% 227.63/227.76  -> true
% 227.63/227.76  Current number of equations to process: 4998
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1245
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1326]
% 227.63/227.76  leq(multiplication(A,B),multiplication(multiplication(star(C),A),star(B))) ->
% 227.63/227.76  true
% 227.63/227.76  Current number of equations to process: 766
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1246
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1327]
% 227.63/227.76  leq(multiplication(A,B),multiplication(star(multiplication(star(C),A)),B)) ->
% 227.63/227.76  true
% 227.63/227.76  Current number of equations to process: 765
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1247
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1328]
% 227.63/227.76  leq(multiplication(A,B),star(star(multiplication(multiplication(star(C),A),B))))
% 227.63/227.76  -> true
% 227.63/227.76  Current number of equations to process: 768
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1248
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1329]
% 227.63/227.76  leq(multiplication(A,B),star(multiplication(multiplication(star(C),A),B) addition V_3))
% 227.63/227.76  -> true
% 227.63/227.76  Current number of equations to process: 767
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1249
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1330]
% 227.63/227.76  leq(multiplication(A,B),multiplication(multiplication(star(C),A),star(B)) addition V_3)
% 227.63/227.76  -> true
% 227.63/227.76  Current number of equations to process: 766
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1250
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1331]
% 227.63/227.76  leq(multiplication(A,B),multiplication(star(multiplication(star(C),A)),B) addition V_3)
% 227.63/227.76  -> true
% 227.63/227.76  Current number of equations to process: 765
% 227.63/227.76  Current number of ordered equations: 0
% 227.63/227.76  Current number of rules: 1251
% 227.63/227.76  New rule produced :
% 227.63/227.76  [1332]
% 227.63/227.76  multiplication(multiplication(A,star(B)),star(star(star(B)))) ->
% 227.63/227.76  multiplication(A,star(star(star(B))))
% 227.63/227.76  Current number of equations to process: 790
% 227.63/227.76  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1252
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1333]
% 231.11/231.23  leq(multiplication(A,star(B)),star(multiplication(A,star(star(B))))) -> true
% 231.11/231.23  Current number of equations to process: 878
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1253
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1334]
% 231.11/231.23  multiplication(star(A),multiplication(star(star(star(A))),B)) ->
% 231.11/231.23  multiplication(star(star(star(A))),B)
% 231.11/231.23  Current number of equations to process: 877
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1254
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1335]
% 231.11/231.23  leq(one addition multiplication(A,star(star(A))),star(star(A))) -> true
% 231.11/231.23  Current number of equations to process: 958
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1255
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1336]
% 231.11/231.23  star(star(star(A))) addition multiplication(A,star(star(A))) ->
% 231.11/231.23  star(star(star(A)))
% 231.11/231.23  Current number of equations to process: 1062
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1256
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1337]
% 231.11/231.23  leq(star(A) addition multiplication(A,star(star(A))),star(star(A))) -> true
% 231.11/231.23  Current number of equations to process: 1112
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1257
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1338]
% 231.11/231.23  leq(one addition multiplication(A,star(star(A))),star(star(star(A)))) -> true
% 231.11/231.23  Current number of equations to process: 1111
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1258
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1339]
% 231.11/231.23  leq(multiplication(A,star(B)),multiplication(multiplication(A,star(star(B))),
% 231.11/231.23                                star(C))) -> true
% 231.11/231.23  Current number of equations to process: 1110
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1259
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1340]
% 231.11/231.23  leq(multiplication(A,star(B)),multiplication(star(C),multiplication(A,
% 231.11/231.23                                                       star(star(B))))) -> true
% 231.11/231.23  Current number of equations to process: 1109
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1260
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1341]
% 231.11/231.23  leq(multiplication(A,star(B)),star(multiplication(A,star(star(B)))) addition C)
% 231.11/231.23  -> true
% 231.11/231.23  Current number of equations to process: 1108
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1261
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1342]
% 231.11/231.23  leq(multiplication(A,multiplication(star(star(A)),B)),multiplication(
% 231.11/231.23                                                        star(star(A)),B)) ->
% 231.11/231.23  true
% 231.11/231.23  Current number of equations to process: 1107
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1262
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1343]
% 231.11/231.23  leq(one addition multiplication(A,star(star(A))),star(star(A)) addition B) ->
% 231.11/231.23  true
% 231.11/231.23  Current number of equations to process: 1106
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1263
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1344]
% 231.11/231.23  star(star(star(star(A)))) addition multiplication(A,star(star(A))) ->
% 231.11/231.23  star(star(star(star(A))))
% 231.11/231.23  Current number of equations to process: 1105
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1264
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1345]
% 231.11/231.23  ifeq(leq(multiplication(star(star(star(A))),B),star(A)),true,true,true) ->
% 231.11/231.23  true
% 231.11/231.23  Current number of equations to process: 1116
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1265
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1346]
% 231.11/231.23  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(A,
% 231.11/231.23                                                           multiplication(B,C)),
% 231.11/231.23                                            star(V_3))) -> true
% 231.11/231.23  Current number of equations to process: 1119
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1266
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1347]
% 231.11/231.23  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 231.11/231.23                                                           multiplication(A,B),C),
% 231.11/231.23                                            star(V_3))) -> true
% 231.11/231.23  Current number of equations to process: 1118
% 231.11/231.23  Current number of ordered equations: 0
% 231.11/231.23  Current number of rules: 1267
% 231.11/231.23  New rule produced :
% 231.11/231.23  [1348]
% 231.11/231.23  leq(A,multiplication(multiplication(A,star(B)),multiplication(star(C),
% 231.11/231.23                                                 star(V_3))) addition V_4) ->
% 231.11/231.23  true
% 231.11/231.23  Current number of equations to process: 1117
% 231.11/231.23  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1268
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1349]
% 231.49/231.67  leq(A,multiplication(multiplication(star(B),star(C)),multiplication(A,
% 231.49/231.67                                                       star(V_3))) addition V_4)
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1116
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1269
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1350]
% 231.49/231.67  leq(multiplication(A,star(A)) addition B,star(star(A) addition B addition C))
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1113
% 231.49/231.67  Current number of ordered equations: 2
% 231.49/231.67  Current number of rules: 1270
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1351]
% 231.49/231.67  leq(multiplication(A,star(A)) addition B,star(B addition C) addition star(A))
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1113
% 231.49/231.67  Current number of ordered equations: 1
% 231.49/231.67  Current number of rules: 1271
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1352]
% 231.49/231.67  leq(multiplication(A,star(A)) addition B,star(star(A) addition C) addition B)
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1113
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1272
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1353]
% 231.49/231.67  leq(one addition multiplication(A,star(A)),star(star(A) addition B) addition C)
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1112
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1273
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1354]
% 231.49/231.67  leq(one addition multiplication(star(A),A),star(star(A) addition B) addition C)
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1111
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1274
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1355]
% 231.49/231.67  leq(multiplication(A,multiplication(B,star(B))),star(multiplication(A,
% 231.49/231.67                                                       star(B)) addition C)) ->
% 231.49/231.67  true
% 231.49/231.67  Current number of equations to process: 1110
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1275
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1356]
% 231.49/231.67  leq(multiplication(multiplication(A,star(A)),B),star(multiplication(star(A),B) addition C))
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1109
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1276
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1357]
% 231.49/231.67  star(star(A) addition B) addition multiplication(multiplication(A,star(A)),A)
% 231.49/231.67  -> star(star(A) addition B)
% 231.49/231.67  Current number of equations to process: 1108
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1277
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1358]
% 231.49/231.67  leq(multiplication(A,multiplication(star(B),B)),star(multiplication(A,
% 231.49/231.67                                                       star(B)) addition C)) ->
% 231.49/231.67  true
% 231.49/231.67  Current number of equations to process: 1107
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1278
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1359]
% 231.49/231.67  star(star(A) addition B) addition multiplication(A,multiplication(star(A),A))
% 231.49/231.67  -> star(star(A) addition B)
% 231.49/231.67  Current number of equations to process: 1106
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1279
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1360]
% 231.49/231.67  leq(multiplication(multiplication(star(A),A),B),star(multiplication(star(A),B) addition C))
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1105
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1280
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1361]
% 231.49/231.67  leq(A,star(multiplication(multiplication(A,star(B)),star(C)) addition V_3) addition V_4)
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1104
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1281
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1362]
% 231.49/231.67  leq(A,star(multiplication(star(B),multiplication(A,star(C))) addition V_3) addition V_4)
% 231.49/231.67  -> true
% 231.49/231.67  Current number of equations to process: 1103
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1282
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1363]
% 231.49/231.67  multiplication(multiplication(A,star(B)),star(C)) addition multiplication(A,C)
% 231.49/231.67  -> multiplication(multiplication(A,star(B)),star(C))
% 231.49/231.67  Current number of equations to process: 1101
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1283
% 231.49/231.67  New rule produced :
% 231.49/231.67  [1364]
% 231.49/231.67  multiplication(multiplication(A,star(B)),star(C)) addition multiplication(A,B)
% 231.49/231.67  -> multiplication(multiplication(A,star(B)),star(C))
% 231.49/231.67  Current number of equations to process: 1100
% 231.49/231.67  Current number of ordered equations: 0
% 231.49/231.67  Current number of rules: 1284
% 231.49/231.67  New rule produced :
% 231.94/232.12  [1365]
% 231.94/232.12  multiplication(star(A),multiplication(B,star(C))) addition multiplication(B,C)
% 231.94/232.12  -> multiplication(star(A),multiplication(B,star(C)))
% 231.94/232.12  Current number of equations to process: 1099
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1285
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1366]
% 231.94/232.12  multiplication(A,star(star(B))) addition multiplication(A,multiplication(B,
% 231.94/232.12                                                            star(B))) ->
% 231.94/232.12  multiplication(A,star(star(B)))
% 231.94/232.12  Current number of equations to process: 1098
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1286
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1367]
% 231.94/232.12  multiplication(star(A),star(B)) addition multiplication(multiplication(A,
% 231.94/232.12                                                          star(A)),B) ->
% 231.94/232.12  multiplication(star(A),star(B))
% 231.94/232.12  Current number of equations to process: 1097
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1287
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1368]
% 231.94/232.12  multiplication(A,star(star(B))) addition multiplication(A,multiplication(
% 231.94/232.12                                                            star(B),B)) ->
% 231.94/232.12  multiplication(A,star(star(B)))
% 231.94/232.12  Current number of equations to process: 1096
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1288
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1369]
% 231.94/232.12  multiplication(star(A),star(B)) addition multiplication(multiplication(
% 231.94/232.12                                                          star(A),A),B) ->
% 231.94/232.12  multiplication(star(A),star(B))
% 231.94/232.12  Current number of equations to process: 1095
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1289
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1370]
% 231.94/232.12  leq(multiplication(A,B) addition A addition C,multiplication(A,star(B)) addition C)
% 231.94/232.12  -> true
% 231.94/232.12  Current number of equations to process: 1094
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1290
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1371]
% 231.94/232.12  multiplication(A,multiplication(star(B),star(C))) addition multiplication(A,B)
% 231.94/232.12  -> multiplication(A,multiplication(star(B),star(C)))
% 231.94/232.12  Current number of equations to process: 1089
% 231.94/232.12  Current number of ordered equations: 1
% 231.94/232.12  Current number of rules: 1291
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1372]
% 231.94/232.12  multiplication(A,star(multiplication(B,star(C)))) addition multiplication(A,B)
% 231.94/232.12  -> multiplication(A,star(multiplication(B,star(C))))
% 231.94/232.12  Current number of equations to process: 1089
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1292
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1373]
% 231.94/232.12  multiplication(A,multiplication(star(B),star(C))) addition multiplication(A,C)
% 231.94/232.12  -> multiplication(A,multiplication(star(B),star(C)))
% 231.94/232.12  Current number of equations to process: 1087
% 231.94/232.12  Current number of ordered equations: 1
% 231.94/232.12  Current number of rules: 1293
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1374]
% 231.94/232.12  multiplication(A,star(multiplication(star(B),C))) addition multiplication(A,C)
% 231.94/232.12  -> multiplication(A,star(multiplication(star(B),C)))
% 231.94/232.12  Current number of equations to process: 1087
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1294
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1375]
% 231.94/232.12  multiplication(multiplication(star(A),B),star(C)) addition multiplication(B,C)
% 231.94/232.12  -> multiplication(multiplication(star(A),B),star(C))
% 231.94/232.12  Current number of equations to process: 1086
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1295
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1376]
% 231.94/232.12  leq(one addition multiplication(star(A),B),multiplication(star(A),star(B)) addition C)
% 231.94/232.12  -> true
% 231.94/232.12  Current number of equations to process: 1085
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1296
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1377]
% 231.94/232.12  multiplication(multiplication(A,B),star(B)) addition multiplication(A,
% 231.94/232.12                                                       star(star(B))) ->
% 231.94/232.12  multiplication(A,star(star(B)))
% 231.94/232.12  Current number of equations to process: 1084
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1297
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1378]
% 231.94/232.12  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,star(
% 231.94/232.12                                                                   star(B))) addition C)
% 231.94/232.12  -> true
% 231.94/232.12  Current number of equations to process: 1083
% 231.94/232.12  Current number of ordered equations: 0
% 231.94/232.12  Current number of rules: 1298
% 231.94/232.12  New rule produced :
% 231.94/232.12  [1379]
% 231.94/232.12  multiplication(star(A),star(B)) addition multiplication(A,multiplication(
% 231.94/232.12                                                            star(A),B)) ->
% 232.40/232.56  multiplication(star(A),star(B))
% 232.40/232.56  Current number of equations to process: 1082
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1299
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1380]
% 232.40/232.56  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),
% 232.40/232.56                                                  star(B)) addition C) -> true
% 232.40/232.56  Current number of equations to process: 1081
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1300
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1381]
% 232.40/232.56  multiplication(multiplication(A,star(B)),B) addition multiplication(A,
% 232.40/232.56                                                       star(star(B))) ->
% 232.40/232.56  multiplication(A,star(star(B)))
% 232.40/232.56  Current number of equations to process: 1080
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1301
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1382]
% 232.40/232.56  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,star(
% 232.40/232.56                                                                   star(B))) addition C)
% 232.40/232.56  -> true
% 232.40/232.56  Current number of equations to process: 1079
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1302
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1383]
% 232.40/232.56  multiplication(star(A),star(B)) addition multiplication(star(A),multiplication(A,B))
% 232.40/232.56  -> multiplication(star(A),star(B))
% 232.40/232.56  Current number of equations to process: 1078
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1303
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1384]
% 232.40/232.56  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),
% 232.40/232.56                                                  star(B)) addition C) -> true
% 232.40/232.56  Current number of equations to process: 1077
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1304
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1385]
% 232.40/232.56  star(multiplication(A,star(B)) addition C) addition multiplication(A,B) ->
% 232.40/232.56  star(multiplication(A,star(B)) addition C)
% 232.40/232.56  Current number of equations to process: 1076
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1305
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1386]
% 232.40/232.56  multiplication(multiplication(star(A),star(B)),C) addition multiplication(A,C)
% 232.40/232.56  -> multiplication(multiplication(star(A),star(B)),C)
% 232.40/232.56  Current number of equations to process: 1073
% 232.40/232.56  Current number of ordered equations: 1
% 232.40/232.56  Current number of rules: 1306
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1387]
% 232.40/232.56  multiplication(star(multiplication(A,star(B))),C) addition multiplication(A,C)
% 232.40/232.56  -> multiplication(star(multiplication(A,star(B))),C)
% 232.40/232.56  Current number of equations to process: 1073
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1307
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1388]
% 232.40/232.56  multiplication(multiplication(star(A),B),star(C)) addition multiplication(A,B)
% 232.40/232.56  -> multiplication(multiplication(star(A),B),star(C))
% 232.40/232.56  Current number of equations to process: 1072
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1308
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1389]
% 232.40/232.56  multiplication(star(A),multiplication(star(B),C)) addition multiplication(B,C)
% 232.40/232.56  -> multiplication(star(A),multiplication(star(B),C))
% 232.40/232.56  Current number of equations to process: 1071
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1309
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1390]
% 232.40/232.56  multiplication(star(A),star(B)) addition multiplication(A,multiplication(B,
% 232.40/232.56                                                            star(B))) ->
% 232.40/232.56  multiplication(star(A),star(B))
% 232.40/232.56  Current number of equations to process: 1070
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1310
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1391]
% 232.40/232.56  multiplication(star(star(A)),B) addition multiplication(multiplication(A,
% 232.40/232.56                                                          star(A)),B) ->
% 232.40/232.56  multiplication(star(star(A)),B)
% 232.40/232.56  Current number of equations to process: 1069
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1311
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1392]
% 232.40/232.56  multiplication(star(A),star(B)) addition multiplication(A,multiplication(
% 232.40/232.56                                                            star(B),B)) ->
% 232.40/232.56  multiplication(star(A),star(B))
% 232.40/232.56  Current number of equations to process: 1068
% 232.40/232.56  Current number of ordered equations: 0
% 232.40/232.56  Current number of rules: 1312
% 232.40/232.56  New rule produced :
% 232.40/232.56  [1393]
% 232.40/232.56  multiplication(star(star(A)),B) addition multiplication(multiplication(
% 232.40/232.56                                                          star(A),A),B) ->
% 232.92/233.04  multiplication(star(star(A)),B)
% 232.92/233.04  Current number of equations to process: 1067
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1313
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1394]
% 232.92/233.04  leq(multiplication(A,B) addition B addition C,multiplication(star(A),B) addition C)
% 232.92/233.04  -> true
% 232.92/233.04  Current number of equations to process: 1065
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1314
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1395]
% 232.92/233.04  multiplication(star(A),multiplication(B,star(C))) addition multiplication(A,B)
% 232.92/233.04  -> multiplication(star(A),multiplication(B,star(C)))
% 232.92/233.04  Current number of equations to process: 1064
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1315
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1396]
% 232.92/233.04  multiplication(star(A),multiplication(star(B),C)) addition multiplication(A,C)
% 232.92/233.04  -> multiplication(star(A),multiplication(star(B),C))
% 232.92/233.04  Current number of equations to process: 1063
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1316
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1397]
% 232.92/233.04  multiplication(multiplication(star(A),star(B)),C) addition multiplication(B,C)
% 232.92/233.04  -> multiplication(multiplication(star(A),star(B)),C)
% 232.92/233.04  Current number of equations to process: 1061
% 232.92/233.04  Current number of ordered equations: 1
% 232.92/233.04  Current number of rules: 1317
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1398]
% 232.92/233.04  multiplication(star(multiplication(star(A),B)),C) addition multiplication(B,C)
% 232.92/233.04  -> multiplication(star(multiplication(star(A),B)),C)
% 232.92/233.04  Current number of equations to process: 1061
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1318
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1399]
% 232.92/233.04  leq(one addition multiplication(A,star(B)),multiplication(star(A),star(B)) addition C)
% 232.92/233.04  -> true
% 232.92/233.04  Current number of equations to process: 1060
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1319
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1400]
% 232.92/233.04  multiplication(star(A),star(B)) addition multiplication(multiplication(A,B),
% 232.92/233.04                                           star(B)) ->
% 232.92/233.04  multiplication(star(A),star(B))
% 232.92/233.04  Current number of equations to process: 1059
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1320
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1401]
% 232.92/233.04  leq(multiplication(A,multiplication(B,star(B))),multiplication(star(A),
% 232.92/233.04                                                  star(B)) addition C) -> true
% 232.92/233.04  Current number of equations to process: 1058
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1321
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1402]
% 232.92/233.04  multiplication(star(star(A)),B) addition multiplication(A,multiplication(
% 232.92/233.04                                                            star(A),B)) ->
% 232.92/233.04  multiplication(star(star(A)),B)
% 232.92/233.04  Current number of equations to process: 1057
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1322
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1403]
% 232.92/233.04  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(star(A)),B) addition C)
% 232.92/233.04  -> true
% 232.92/233.04  Current number of equations to process: 1056
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1323
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1404]
% 232.92/233.04  multiplication(star(A),star(B)) addition multiplication(multiplication(A,
% 232.92/233.04                                                          star(B)),B) ->
% 232.92/233.04  multiplication(star(A),star(B))
% 232.92/233.04  Current number of equations to process: 1055
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1324
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1405]
% 232.92/233.04  leq(multiplication(A,multiplication(star(B),B)),multiplication(star(A),
% 232.92/233.04                                                  star(B)) addition C) -> true
% 232.92/233.04  Current number of equations to process: 1054
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1325
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1406]
% 232.92/233.04  multiplication(star(star(A)),B) addition multiplication(star(A),multiplication(A,B))
% 232.92/233.04  -> multiplication(star(star(A)),B)
% 232.92/233.04  Current number of equations to process: 1053
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1326
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1407]
% 232.92/233.04  leq(multiplication(multiplication(star(A),A),B),multiplication(star(star(A)),B) addition C)
% 232.92/233.04  -> true
% 232.92/233.04  Current number of equations to process: 1052
% 232.92/233.04  Current number of ordered equations: 0
% 232.92/233.04  Current number of rules: 1327
% 232.92/233.04  New rule produced :
% 232.92/233.04  [1408]
% 232.92/233.04  star(multiplication(star(A),B) addition C) addition multiplication(A,B) ->
% 233.31/233.41  star(multiplication(star(A),B) addition C)
% 233.31/233.41  Current number of equations to process: 1051
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1328
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1409]
% 233.31/233.41  leq(multiplication(A,star(A)),star(multiplication(multiplication(star(A),
% 233.31/233.41                                                    star(B)),star(C)))) -> true
% 233.31/233.41  Current number of equations to process: 1049
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1329
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1410]
% 233.31/233.41  leq(multiplication(A,star(A)),star(multiplication(star(B),multiplication(
% 233.31/233.41                                                            star(A),star(C)))))
% 233.31/233.41  -> true
% 233.31/233.41  Current number of equations to process: 1048
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1330
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1411]
% 233.31/233.41  leq(multiplication(A,star(A)),star(multiplication(multiplication(star(B),
% 233.31/233.41                                                    star(A)),star(C)))) -> true
% 233.31/233.41  Current number of equations to process: 1047
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1331
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1412]
% 233.31/233.41  leq(multiplication(A,star(A)),star(multiplication(star(B),multiplication(
% 233.31/233.41                                                            star(C),star(A)))))
% 233.31/233.41  -> true
% 233.31/233.41  Current number of equations to process: 1046
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1332
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1413]
% 233.31/233.41  leq(multiplication(A,star(A)),multiplication(multiplication(star(star(A)),
% 233.31/233.41                                               star(B)),star(C))) -> true
% 233.31/233.41  Current number of equations to process: 1045
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1333
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1414]
% 233.31/233.41  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(
% 233.31/233.41                                                                      star(A)),
% 233.31/233.41                                                       star(C)))) -> true
% 233.31/233.41  Current number of equations to process: 1044
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1334
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1415]
% 233.31/233.41  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(
% 233.31/233.41                                                                      star(A))),
% 233.31/233.41                                star(C))) -> true
% 233.31/233.41  Current number of equations to process: 1043
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1335
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1416]
% 233.31/233.41  leq(multiplication(A,star(A)),multiplication(star(B),multiplication(star(C),
% 233.31/233.41                                                       star(star(A))))) -> true
% 233.31/233.41  Current number of equations to process: 1042
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1336
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1417]
% 233.31/233.41  leq(multiplication(star(A),A),star(multiplication(multiplication(star(A),
% 233.31/233.41                                                    star(B)),star(C)))) -> true
% 233.31/233.41  Current number of equations to process: 1041
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1337
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1418]
% 233.31/233.41  leq(multiplication(star(A),A),star(multiplication(star(B),multiplication(
% 233.31/233.41                                                            star(A),star(C)))))
% 233.31/233.41  -> true
% 233.31/233.41  Current number of equations to process: 1040
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1338
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1419]
% 233.31/233.41  leq(multiplication(star(A),A),star(multiplication(multiplication(star(B),
% 233.31/233.41                                                    star(A)),star(C)))) -> true
% 233.31/233.41  Current number of equations to process: 1039
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1339
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1420]
% 233.31/233.41  leq(multiplication(star(A),A),star(multiplication(star(B),multiplication(
% 233.31/233.41                                                            star(C),star(A)))))
% 233.31/233.41  -> true
% 233.31/233.41  Current number of equations to process: 1038
% 233.31/233.41  Current number of ordered equations: 0
% 233.31/233.41  Current number of rules: 1340
% 233.31/233.41  New rule produced :
% 233.31/233.41  [1421]
% 233.31/233.41  leq(multiplication(star(A),A),multiplication(multiplication(star(star(A)),
% 233.31/233.41                                               star(B)),star(C))) -> true
% 233.31/233.41  Current number of equations to process: 1037
% 233.31/233.41  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1341
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1422]
% 233.74/233.88  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(
% 233.74/233.88                                                                      star(A)),
% 233.74/233.88                                                       star(C)))) -> true
% 233.74/233.88  Current number of equations to process: 1036
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1342
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1423]
% 233.74/233.88  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(
% 233.74/233.88                                                                      star(A))),
% 233.74/233.88                                star(C))) -> true
% 233.74/233.88  Current number of equations to process: 1035
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1343
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1424]
% 233.74/233.88  leq(multiplication(star(A),A),multiplication(star(B),multiplication(star(C),
% 233.74/233.88                                                       star(star(A))))) -> true
% 233.74/233.88  Current number of equations to process: 1034
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1344
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1425]
% 233.74/233.88  leq(one addition multiplication(A,star(A)) addition B,star(star(A) addition B))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1033
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1345
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1426]
% 233.74/233.88  leq(one addition multiplication(star(A),A) addition B,star(star(A) addition B))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1032
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1346
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1427]
% 233.74/233.88  leq(one addition multiplication(A,multiplication(B,star(B))),star(multiplication(A,
% 233.74/233.88                                                                    star(B))))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1031
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1347
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1428]
% 233.74/233.88  leq(one addition multiplication(multiplication(A,star(A)),B),star(multiplication(
% 233.74/233.88                                                                    star(A),B)))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1030
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1348
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1429]
% 233.74/233.88  leq(one addition multiplication(A,multiplication(star(B),B)),star(multiplication(A,
% 233.74/233.88                                                                    star(B))))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1029
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1349
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1430]
% 233.74/233.88  leq(one addition multiplication(multiplication(star(A),A),B),star(multiplication(
% 233.74/233.88                                                                    star(A),B)))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1028
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1350
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1431]
% 233.74/233.88  leq(one addition A,star(multiplication(multiplication(A,star(B)),star(C)) addition V_3))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1027
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1351
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1432]
% 233.74/233.88  leq(one addition A,star(multiplication(star(B),multiplication(A,star(C))) addition V_3))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1026
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1352
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1433]
% 233.74/233.88  leq(one addition A,star(multiplication(multiplication(star(B),A),star(C)) addition V_3))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1025
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1353
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1434]
% 233.74/233.88  leq(one addition A,star(multiplication(star(B),multiplication(star(C),A)) addition V_3))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1024
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1354
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1435]
% 233.74/233.88  leq(one addition multiplication(multiplication(A,B),star(B)),star(multiplication(A,
% 233.74/233.88                                                                    star(B))))
% 233.74/233.88  -> true
% 233.74/233.88  Current number of equations to process: 1023
% 233.74/233.88  Current number of ordered equations: 0
% 233.74/233.88  Current number of rules: 1355
% 233.74/233.88  New rule produced :
% 233.74/233.88  [1436]
% 233.74/233.88  leq(one addition multiplication(A,multiplication(star(A),B)),star(multiplication(
% 234.31/234.40                                                                    star(A),B)))
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1022
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1356
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1437]
% 234.31/234.40  leq(one addition multiplication(multiplication(A,star(A)),A),star(star(A) addition B))
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1021
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1357
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1438]
% 234.31/234.40  leq(one addition multiplication(multiplication(A,star(B)),B),star(multiplication(A,
% 234.31/234.40                                                                    star(B))))
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1020
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1358
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1439]
% 234.31/234.40  leq(one addition multiplication(A,multiplication(star(A),A)),star(star(A) addition B))
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1019
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1359
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1440]
% 234.31/234.40  leq(one addition multiplication(star(A),multiplication(A,B)),star(multiplication(
% 234.31/234.40                                                                    star(A),B)))
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1018
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1360
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1441]
% 234.31/234.40  leq(one addition A,multiplication(multiplication(star(A),star(B)),star(C)) addition V_3)
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1017
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1361
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1442]
% 234.31/234.40  leq(one addition A,multiplication(star(B),multiplication(star(A),star(C))) addition V_3)
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1016
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1362
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1443]
% 234.31/234.40  leq(one addition A,multiplication(multiplication(star(B),star(A)),star(C)) addition V_3)
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1015
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1363
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1444]
% 234.31/234.40  leq(one addition A,multiplication(star(B),multiplication(star(C),star(A))) addition V_3)
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1014
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1364
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1445]
% 234.31/234.40  leq(one addition multiplication(A,star(A)) addition B,star(star(A)) addition B)
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1011
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1365
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1446]
% 234.31/234.40  leq(one addition multiplication(star(A),A) addition B,star(star(A)) addition B)
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1007
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1366
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1447]
% 234.31/234.40  leq(multiplication(star(multiplication(A,star(B))),A),star(star(multiplication(A,
% 234.31/234.40                                                                  star(B)))))
% 234.31/234.40  -> true
% 234.31/234.40  Current number of equations to process: 1005
% 234.31/234.40  Current number of ordered equations: 0
% 234.31/234.40  Current number of rules: 1367
% 234.31/234.40  New rule produced :
% 234.31/234.40  [1448]
% 234.31/234.40  leq(A addition B,star(multiplication(B,star(C))) addition multiplication(A,
% 234.31/234.41                                                            star(V_3))) -> true
% 234.31/234.41  Current number of equations to process: 1001
% 234.31/234.41  Current number of ordered equations: 1
% 234.31/234.41  Current number of rules: 1368
% 234.31/234.41  New rule produced :
% 234.31/234.41  [1449]
% 234.31/234.41  leq(A addition B,star(multiplication(multiplication(A,star(C)),star(V_3))) addition B)
% 234.31/234.41  -> true
% 234.31/234.41  Current number of equations to process: 1001
% 234.31/234.41  Current number of ordered equations: 0
% 234.31/234.41  Current number of rules: 1369
% 234.31/234.41  New rule produced :
% 234.31/234.41  [1450]
% 234.31/234.41  leq(A addition B,star(multiplication(B,star(C))) addition multiplication(
% 234.31/234.41                                                            star(V_3),A)) ->
% 234.31/234.41  true
% 234.31/234.41  Current number of equations to process: 999
% 234.31/234.41  Current number of ordered equations: 1
% 234.31/234.41  Current number of rules: 1370
% 234.31/234.41  New rule produced :
% 234.31/234.41  [1451]
% 234.31/234.41  leq(A addition B,star(multiplication(multiplication(star(C),A),star(V_3))) addition B)
% 234.31/234.41  -> true
% 234.31/234.41  Current number of equations to process: 999
% 234.31/234.41  Current number of ordered equations: 0
% 234.31/234.41  Current number of rules: 1371
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1452]
% 234.71/234.80  leq(one addition A,star(multiplication(multiplication(A,star(B)),star(C))) addition V_3)
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 994
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1372
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1453]
% 234.71/234.80  leq(one addition A,star(multiplication(multiplication(star(B),A),star(C))) addition V_3)
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 993
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1373
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1454]
% 234.71/234.80  leq(multiplication(A,B),star(multiplication(multiplication(A,multiplication(B,
% 234.71/234.80                                                               star(C))),
% 234.71/234.80                               star(V_3)))) -> true
% 234.71/234.80  Current number of equations to process: 992
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1374
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1455]
% 234.71/234.80  leq(multiplication(A,star(A)),star(star(multiplication(star(A),star(B))) addition C))
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 991
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1375
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1456]
% 234.71/234.80  leq(multiplication(A,star(A)),star(multiplication(star(star(A)),star(B))) addition C)
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 990
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1376
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1457]
% 234.71/234.80  leq(multiplication(star(A),A),star(star(multiplication(star(A),star(B))) addition C))
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 989
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1377
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1458]
% 234.71/234.80  leq(multiplication(star(A),A),star(multiplication(star(star(A)),star(B))) addition C)
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 988
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1378
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1459]
% 234.71/234.80  leq(one addition A addition B,star(star(multiplication(A,star(C))) addition B))
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 987
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1379
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1460]
% 234.71/234.80  leq(star(A) addition B addition C,multiplication(star(B),star(A)) addition C)
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 983
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1380
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1461]
% 234.71/234.80  leq(A addition B,multiplication(star(B),star(C)) addition multiplication(A,
% 234.71/234.80                                                            star(V_3))) -> true
% 234.71/234.80  Current number of equations to process: 980
% 234.71/234.80  Current number of ordered equations: 2
% 234.71/234.80  Current number of rules: 1381
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1462]
% 234.71/234.80  leq(A addition B,multiplication(star(multiplication(A,star(C)) addition B),
% 234.71/234.80                   star(V_3))) -> true
% 234.71/234.80  Current number of equations to process: 980
% 234.71/234.80  Current number of ordered equations: 1
% 234.71/234.80  Current number of rules: 1382
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1463]
% 234.71/234.80  leq(A addition B,multiplication(star(multiplication(A,star(C))),star(V_3)) addition B)
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 980
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1383
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1464]
% 234.71/234.80  leq(A addition B,multiplication(star(B),star(C)) addition multiplication(
% 234.71/234.80                                                            star(V_3),A)) ->
% 234.71/234.80  true
% 234.71/234.80  Current number of equations to process: 976
% 234.71/234.80  Current number of ordered equations: 3
% 234.71/234.80  Current number of rules: 1384
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1465]
% 234.71/234.80  leq(A addition B,multiplication(star(multiplication(star(C),A) addition B),
% 234.71/234.80                   star(V_3))) -> true
% 234.71/234.80  Current number of equations to process: 976
% 234.71/234.80  Current number of ordered equations: 2
% 234.71/234.80  Current number of rules: 1385
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1466]
% 234.71/234.80  leq(A addition B,multiplication(star(multiplication(star(C),A)),star(V_3)) addition B)
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 976
% 234.71/234.80  Current number of ordered equations: 1
% 234.71/234.80  Current number of rules: 1386
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1467]
% 234.71/234.80  leq(star(A) addition B,multiplication(star(B addition C),star(A)) addition V_3)
% 234.71/234.80  -> true
% 234.71/234.80  Current number of equations to process: 976
% 234.71/234.80  Current number of ordered equations: 0
% 234.71/234.80  Current number of rules: 1387
% 234.71/234.80  New rule produced :
% 234.71/234.80  [1468]
% 234.71/234.80  leq(multiplication(A,star(A)),multiplication(star(multiplication(star(A),
% 234.90/235.07                                                    star(B))),star(C))) -> true
% 234.90/235.07  Current number of equations to process: 975
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1388
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1469]
% 234.90/235.07  leq(multiplication(A,star(A)),multiplication(star(multiplication(star(B),
% 234.90/235.07                                                    star(A))),star(C))) -> true
% 234.90/235.07  Current number of equations to process: 974
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1389
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1470]
% 234.90/235.07  leq(multiplication(star(A),A),multiplication(star(multiplication(star(A),
% 234.90/235.07                                                    star(B))),star(C))) -> true
% 234.90/235.07  Current number of equations to process: 973
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1390
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1471]
% 234.90/235.07  leq(multiplication(star(A),A),multiplication(star(multiplication(star(B),
% 234.90/235.07                                                    star(A))),star(C))) -> true
% 234.90/235.07  Current number of equations to process: 972
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1391
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1472]
% 234.90/235.07  leq(star(A) addition multiplication(B,star(B)),multiplication(star(star(B)),
% 234.90/235.07                                                 star(A))) -> true
% 234.90/235.07  Current number of equations to process: 971
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1392
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1473]
% 234.90/235.07  leq(star(A) addition multiplication(star(B),B),multiplication(star(star(B)),
% 234.90/235.07                                                 star(A))) -> true
% 234.90/235.07  Current number of equations to process: 970
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1393
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1474]
% 234.90/235.07  leq(multiplication(A,B),multiplication(star(multiplication(A,multiplication(B,
% 234.90/235.07                                                               star(C)))),
% 234.90/235.07                          star(V_3))) -> true
% 234.90/235.07  Current number of equations to process: 969
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1394
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1475]
% 234.90/235.07  leq(multiplication(A,star(A)),star(multiplication(star(star(A)),star(B)) addition C))
% 234.90/235.07  -> true
% 234.90/235.07  Current number of equations to process: 968
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1395
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1476]
% 234.90/235.07  leq(multiplication(A,star(A)),multiplication(star(star(star(A))),star(B)) addition C)
% 234.90/235.07  -> true
% 234.90/235.07  Current number of equations to process: 967
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1396
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1477]
% 234.90/235.07  leq(multiplication(star(A),A),star(multiplication(star(star(A)),star(B)) addition C))
% 234.90/235.07  -> true
% 234.90/235.07  Current number of equations to process: 966
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1397
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1478]
% 234.90/235.07  leq(multiplication(star(A),A),multiplication(star(star(star(A))),star(B)) addition C)
% 234.90/235.07  -> true
% 234.90/235.07  Current number of equations to process: 965
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1398
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1479]
% 234.90/235.07  leq(one addition A addition B,star(multiplication(star(A),star(C)) addition B))
% 234.90/235.07  -> true
% 234.90/235.07  Current number of equations to process: 964
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1399
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1480]
% 234.90/235.07  leq(A addition B,star(multiplication(star(C),B)) addition multiplication(A,
% 234.90/235.07                                                            star(V_3))) -> true
% 234.90/235.07  Current number of equations to process: 960
% 234.90/235.07  Current number of ordered equations: 1
% 234.90/235.07  Current number of rules: 1400
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1481]
% 234.90/235.07  leq(A addition B,star(multiplication(star(C),multiplication(A,star(V_3)))) addition B)
% 234.90/235.07  -> true
% 234.90/235.07  Current number of equations to process: 960
% 234.90/235.07  Current number of ordered equations: 0
% 234.90/235.07  Current number of rules: 1401
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1482]
% 234.90/235.07  leq(A addition B,star(multiplication(star(C),B)) addition multiplication(
% 234.90/235.07                                                            star(V_3),A)) ->
% 234.90/235.07  true
% 234.90/235.07  Current number of equations to process: 958
% 234.90/235.07  Current number of ordered equations: 1
% 234.90/235.07  Current number of rules: 1402
% 234.90/235.07  New rule produced :
% 234.90/235.07  [1483]
% 234.90/235.07  leq(A addition B,star(multiplication(star(C),multiplication(star(V_3),A))) addition B)
% 234.90/235.07  -> true
% 234.90/235.07  Current number of equations to process: 958
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.39  Current number of rules: 1403
% 235.29/235.39  New rule produced :
% 235.29/235.39  [1484]
% 235.29/235.39  leq(one addition A,star(multiplication(star(B),multiplication(A,star(C)))) addition V_3)
% 235.29/235.39  -> true
% 235.29/235.39  Current number of equations to process: 953
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.39  Current number of rules: 1404
% 235.29/235.39  New rule produced :
% 235.29/235.39  [1485]
% 235.29/235.39  leq(one addition A,star(multiplication(star(B),multiplication(star(C),A))) addition V_3)
% 235.29/235.39  -> true
% 235.29/235.39  Current number of equations to process: 952
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.39  Current number of rules: 1405
% 235.29/235.39  New rule produced :
% 235.29/235.39  [1486]
% 235.29/235.39  leq(multiplication(A,B),star(multiplication(star(C),multiplication(A,
% 235.29/235.39                                                      multiplication(B,
% 235.29/235.39                                                      star(V_3)))))) -> true
% 235.29/235.39  Current number of equations to process: 951
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.39  Current number of rules: 1406
% 235.29/235.39  New rule produced :
% 235.29/235.39  [1487]
% 235.29/235.39  leq(multiplication(A,star(A)),star(star(multiplication(star(B),star(A))) addition C))
% 235.29/235.39  -> true
% 235.29/235.39  Current number of equations to process: 950
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.39  Current number of rules: 1407
% 235.29/235.39  New rule produced :
% 235.29/235.39  [1488]
% 235.29/235.39  leq(multiplication(A,star(A)),star(multiplication(star(B),star(star(A)))) addition C)
% 235.29/235.39  -> true
% 235.29/235.39  Current number of equations to process: 949
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.39  Current number of rules: 1408
% 235.29/235.39  New rule produced :
% 235.29/235.39  [1489]
% 235.29/235.39  leq(multiplication(star(A),A),star(star(multiplication(star(B),star(A))) addition C))
% 235.29/235.39  -> true
% 235.29/235.39  Current number of equations to process: 948
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.39  Current number of rules: 1409
% 235.29/235.39  New rule produced :
% 235.29/235.39  [1490]
% 235.29/235.39  leq(multiplication(star(A),A),star(multiplication(star(B),star(star(A)))) addition C)
% 235.29/235.39  -> true
% 235.29/235.39  Current number of equations to process: 947
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.39  Current number of rules: 1410
% 235.29/235.39  New rule produced :
% 235.29/235.39  [1491]
% 235.29/235.39  leq(one addition A addition B,star(star(multiplication(star(C),A)) addition B))
% 235.29/235.39  -> true
% 235.29/235.39  Current number of equations to process: 946
% 235.29/235.39  Current number of ordered equations: 0
% 235.29/235.40  Current number of rules: 1411
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1492]
% 235.29/235.40  leq(star(A) addition B addition C,multiplication(star(A),star(B)) addition C)
% 235.29/235.40  -> true
% 235.29/235.40  Current number of equations to process: 942
% 235.29/235.40  Current number of ordered equations: 0
% 235.29/235.40  Current number of rules: 1412
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1493]
% 235.29/235.40  leq(A addition B,multiplication(star(C),star(multiplication(A,star(V_3)) addition B)))
% 235.29/235.40  -> true
% 235.29/235.40  Current number of equations to process: 938
% 235.29/235.40  Current number of ordered equations: 3
% 235.29/235.40  Current number of rules: 1413
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1494]
% 235.29/235.40  leq(A addition B,multiplication(star(C),star(B)) addition multiplication(A,
% 235.29/235.40                                                            star(V_3))) -> true
% 235.29/235.40  Current number of equations to process: 938
% 235.29/235.40  Current number of ordered equations: 2
% 235.29/235.40  Current number of rules: 1414
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1495]
% 235.29/235.40  leq(A addition B,multiplication(star(C),star(multiplication(A,star(V_3)))) addition B)
% 235.29/235.40  -> true
% 235.29/235.40  Current number of equations to process: 938
% 235.29/235.40  Current number of ordered equations: 1
% 235.29/235.40  Current number of rules: 1415
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1496]
% 235.29/235.40  leq(star(A) addition B,multiplication(star(A),star(B addition C)) addition V_3)
% 235.29/235.40  -> true
% 235.29/235.40  Current number of equations to process: 938
% 235.29/235.40  Current number of ordered equations: 0
% 235.29/235.40  Current number of rules: 1416
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1497]
% 235.29/235.40  leq(A addition B,multiplication(star(C),star(multiplication(star(V_3),A) addition B)))
% 235.29/235.40  -> true
% 235.29/235.40  Current number of equations to process: 935
% 235.29/235.40  Current number of ordered equations: 2
% 235.29/235.40  Current number of rules: 1417
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1498]
% 235.29/235.40  leq(A addition B,multiplication(star(C),star(B)) addition multiplication(
% 235.29/235.40                                                            star(V_3),A)) ->
% 235.29/235.40  true
% 235.29/235.40  Current number of equations to process: 935
% 235.29/235.40  Current number of ordered equations: 1
% 235.29/235.40  Current number of rules: 1418
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1499]
% 235.29/235.40  leq(A addition B,multiplication(star(C),star(multiplication(star(V_3),A))) addition B)
% 235.29/235.40  -> true
% 235.29/235.40  Current number of equations to process: 935
% 235.29/235.40  Current number of ordered equations: 0
% 235.29/235.40  Current number of rules: 1419
% 235.29/235.40  New rule produced :
% 235.29/235.40  [1500]
% 235.74/235.88  leq(multiplication(A,star(A)),multiplication(star(B),star(multiplication(
% 235.74/235.88                                                            star(A),star(C)))))
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 934
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1420
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1501]
% 235.74/235.88  leq(multiplication(A,star(A)),multiplication(star(B),star(multiplication(
% 235.74/235.88                                                            star(C),star(A)))))
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 933
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1421
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1502]
% 235.74/235.88  leq(multiplication(star(A),A),multiplication(star(B),star(multiplication(
% 235.74/235.88                                                            star(A),star(C)))))
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 932
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1422
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1503]
% 235.74/235.88  leq(multiplication(star(A),A),multiplication(star(B),star(multiplication(
% 235.74/235.88                                                            star(C),star(A)))))
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 931
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1423
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1504]
% 235.74/235.88  leq(star(A) addition multiplication(B,star(B)),multiplication(star(A),
% 235.74/235.88                                                 star(star(B)))) -> true
% 235.74/235.88  Current number of equations to process: 930
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1424
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1505]
% 235.74/235.88  leq(star(A) addition multiplication(star(B),B),multiplication(star(A),
% 235.74/235.88                                                 star(star(B)))) -> true
% 235.74/235.88  Current number of equations to process: 929
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1425
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1506]
% 235.74/235.88  leq(multiplication(A,B),multiplication(star(C),star(multiplication(A,
% 235.74/235.88                                                      multiplication(B,
% 235.74/235.88                                                      star(V_3)))))) -> true
% 235.74/235.88  Current number of equations to process: 928
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1426
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1507]
% 235.74/235.88  leq(multiplication(A,star(A)),star(multiplication(star(B),star(star(A))) addition C))
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 927
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1427
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1508]
% 235.74/235.88  leq(multiplication(A,star(A)),multiplication(star(B),star(star(star(A)))) addition C)
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 926
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1428
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1509]
% 235.74/235.88  leq(multiplication(star(A),A),star(multiplication(star(B),star(star(A))) addition C))
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 925
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1429
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1510]
% 235.74/235.88  leq(multiplication(star(A),A),multiplication(star(B),star(star(star(A)))) addition C)
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 924
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1430
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1511]
% 235.74/235.88  leq(one addition A addition B,star(multiplication(star(C),star(A)) addition B))
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 923
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1431
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1512]
% 235.74/235.88  leq(A addition B,star(multiplication(A,star(C)) addition multiplication(B,
% 235.74/235.88                                                           star(C)))) -> true
% 235.74/235.88  Current number of equations to process: 922
% 235.74/235.88  Current number of ordered equations: 0
% 235.74/235.88  Current number of rules: 1432
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1513]
% 235.74/235.88  leq(A addition B,star(star(B)) addition multiplication(A,star(C)) addition V_3)
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 917
% 235.74/235.88  Current number of ordered equations: 2
% 235.74/235.88  Current number of rules: 1433
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1514]
% 235.74/235.88  leq(A addition B,star(star(multiplication(A,star(C)) addition B)) addition V_3)
% 235.74/235.88  -> true
% 235.74/235.88  Current number of equations to process: 917
% 235.74/235.88  Current number of ordered equations: 1
% 235.74/235.88  Current number of rules: 1434
% 235.74/235.88  New rule produced :
% 235.74/235.88  [1515]
% 235.74/235.88  leq(A addition B,star(star(multiplication(A,star(C)))) addition B addition V_3)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 917
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1435
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1516]
% 236.41/236.49  leq(A addition B,star(star(B)) addition multiplication(star(C),A) addition V_3)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 914
% 236.41/236.49  Current number of ordered equations: 2
% 236.41/236.49  Current number of rules: 1436
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1517]
% 236.41/236.49  leq(A addition B,star(star(multiplication(star(C),A) addition B)) addition V_3)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 914
% 236.41/236.49  Current number of ordered equations: 1
% 236.41/236.49  Current number of rules: 1437
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1518]
% 236.41/236.49  leq(A addition B,star(star(multiplication(star(C),A))) addition B addition V_3)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 914
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1438
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1519]
% 236.41/236.49  leq(multiplication(A,star(A)),star(star(multiplication(star(A),star(B)))) addition C)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 913
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1439
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1520]
% 236.41/236.49  leq(multiplication(A,star(A)),star(star(multiplication(star(B),star(A)))) addition C)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 912
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1440
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1521]
% 236.41/236.49  leq(multiplication(star(A),A),star(star(multiplication(star(A),star(B)))) addition C)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 911
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1441
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1522]
% 236.41/236.49  leq(multiplication(star(A),A),star(star(multiplication(star(B),star(A)))) addition C)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 910
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1442
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1523]
% 236.41/236.49  leq(one addition A,star(star(multiplication(A,star(B)) addition C)) addition V_3)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 909
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1443
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1524]
% 236.41/236.49  leq(one addition A,star(star(multiplication(star(B),A) addition C)) addition V_3)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 908
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1444
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1525]
% 236.41/236.49  leq(multiplication(star(A),A) addition multiplication(A,star(A)),star(
% 236.41/236.49                                                                   star(
% 236.41/236.49                                                                   star(A))))
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 907
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1445
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1526]
% 236.41/236.49  leq(multiplication(A,B),star(star(multiplication(A,multiplication(B,star(C))))) addition V_3)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 906
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1446
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1527]
% 236.41/236.49  leq(one addition A addition B,star(star(star(A)) addition B addition C)) ->
% 236.41/236.49  true
% 236.41/236.49  Current number of equations to process: 905
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1447
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1528]
% 236.41/236.49  leq(A addition B,multiplication(multiplication(star(A),star(C)),star(V_3)) addition B)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 903
% 236.41/236.49  Current number of ordered equations: 1
% 236.41/236.49  Current number of rules: 1448
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1529]
% 236.41/236.49  leq(A addition B,star(B) addition multiplication(multiplication(A,star(C)),
% 236.41/236.49                                    star(V_3))) -> true
% 236.41/236.49  Current number of equations to process: 903
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1449
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1530]
% 236.41/236.49  leq(A addition B,star(A) addition multiplication(star(C),multiplication(B,
% 236.41/236.49                                                           star(V_3)))) -> true
% 236.41/236.49  Current number of equations to process: 901
% 236.41/236.49  Current number of ordered equations: 1
% 236.41/236.49  Current number of rules: 1450
% 236.41/236.49  New rule produced :
% 236.41/236.49  [1531]
% 236.41/236.49  leq(A addition B,multiplication(star(C),multiplication(star(A),star(V_3))) addition B)
% 236.41/236.49  -> true
% 236.41/236.49  Current number of equations to process: 901
% 236.41/236.49  Current number of ordered equations: 0
% 236.41/236.49  Current number of rules: 1451
% 236.41/236.49  New rule produced :
% 236.94/237.08  [1532]
% 236.94/237.08  leq(A addition B,star(A) addition multiplication(multiplication(star(C),B),
% 236.94/237.08                                    star(V_3))) -> true
% 236.94/237.08  Current number of equations to process: 899
% 236.94/237.08  Current number of ordered equations: 1
% 236.94/237.08  Current number of rules: 1452
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1533]
% 236.94/237.08  leq(A addition B,multiplication(multiplication(star(C),star(A)),star(V_3)) addition B)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 899
% 236.94/237.08  Current number of ordered equations: 0
% 236.94/237.08  Current number of rules: 1453
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1534]
% 236.94/237.08  leq(A addition B,star(A) addition multiplication(star(C),multiplication(
% 236.94/237.08                                                           star(V_3),B))) ->
% 236.94/237.08  true
% 236.94/237.08  Current number of equations to process: 897
% 236.94/237.08  Current number of ordered equations: 1
% 236.94/237.08  Current number of rules: 1454
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1535]
% 236.94/237.08  leq(A addition B,multiplication(star(C),multiplication(star(V_3),star(A))) addition B)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 897
% 236.94/237.08  Current number of ordered equations: 0
% 236.94/237.08  Current number of rules: 1455
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1536]
% 236.94/237.08  leq(multiplication(multiplication(A,star(A)),A) addition B,star(A) addition 
% 236.94/237.08                                                             star(B)) -> true
% 236.94/237.08  Current number of equations to process: 896
% 236.94/237.08  Current number of ordered equations: 0
% 236.94/237.08  Current number of rules: 1456
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1537]
% 236.94/237.08  leq(multiplication(A,multiplication(star(A),A)) addition B,star(A) addition 
% 236.94/237.08                                                             star(B)) -> true
% 236.94/237.08  Current number of equations to process: 895
% 236.94/237.08  Current number of ordered equations: 0
% 236.94/237.08  Current number of rules: 1457
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1538]
% 236.94/237.08  leq(A addition B,star(multiplication(star(A),star(C))) addition B addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 893
% 236.94/237.08  Current number of ordered equations: 1
% 236.94/237.08  Current number of rules: 1458
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1539]
% 236.94/237.08  leq(A addition B,star(multiplication(A,star(C))) addition star(B) addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 893
% 236.94/237.08  Current number of ordered equations: 0
% 236.94/237.08  Current number of rules: 1459
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1540]
% 236.94/237.08  leq(A addition B,star(B) addition multiplication(star(A),star(C)) addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 890
% 236.94/237.08  Current number of ordered equations: 2
% 236.94/237.08  Current number of rules: 1460
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1541]
% 236.94/237.08  leq(A addition B,multiplication(star(star(A) addition B),star(C)) addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 890
% 236.94/237.08  Current number of ordered equations: 1
% 236.94/237.08  Current number of rules: 1461
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1542]
% 236.94/237.08  leq(A addition B,multiplication(star(star(A)),star(C)) addition B addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 890
% 236.94/237.08  Current number of ordered equations: 0
% 236.94/237.08  Current number of rules: 1462
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1543]
% 236.94/237.08  leq(A addition B,star(multiplication(star(C),B)) addition star(A) addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 888
% 236.94/237.08  Current number of ordered equations: 1
% 236.94/237.08  Current number of rules: 1463
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1544]
% 236.94/237.08  leq(A addition B,star(multiplication(star(C),star(A))) addition B addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 888
% 236.94/237.08  Current number of ordered equations: 0
% 236.94/237.08  Current number of rules: 1464
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1545]
% 236.94/237.08  leq(A addition B,star(A) addition multiplication(star(C),star(B)) addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 885
% 236.94/237.08  Current number of ordered equations: 2
% 236.94/237.08  Current number of rules: 1465
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1546]
% 236.94/237.08  leq(A addition B,multiplication(star(C),star(star(A) addition B)) addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 885
% 236.94/237.08  Current number of ordered equations: 1
% 236.94/237.08  Current number of rules: 1466
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1547]
% 236.94/237.08  leq(A addition B,multiplication(star(C),star(star(A))) addition B addition V_3)
% 236.94/237.08  -> true
% 236.94/237.08  Current number of equations to process: 885
% 236.94/237.08  Current number of ordered equations: 0
% 236.94/237.08  Current number of rules: 1467
% 236.94/237.08  New rule produced :
% 236.94/237.08  [1548]
% 236.94/237.08  leq(A addition B addition C,star(star(A)) addition star(B) addition C) ->
% 236.94/237.08  true
% 236.94/237.08  Current number of equations to process: 883
% 236.94/237.08  Current number of ordered equations: 1
% 236.94/237.08  Current number of rules: 1468
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1549]
% 237.64/237.74  leq(A addition B addition C,star(star(star(A) addition C)) addition B) ->
% 237.64/237.74  true
% 237.64/237.74  Current number of equations to process: 883
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1469
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1550]
% 237.64/237.74  leq(one addition A,multiplication(multiplication(star(A addition B),star(C)),
% 237.64/237.74                     star(V_3))) -> true
% 237.64/237.74  Current number of equations to process: 879
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1470
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1551]
% 237.64/237.74  leq(one addition A,multiplication(star(B),multiplication(star(A addition C),
% 237.64/237.74                                            star(V_3)))) -> true
% 237.64/237.74  Current number of equations to process: 877
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1471
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1552]
% 237.64/237.74  leq(one addition A,multiplication(multiplication(star(B),star(A addition C)),
% 237.64/237.74                     star(V_3))) -> true
% 237.64/237.74  Current number of equations to process: 875
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1472
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1553]
% 237.64/237.74  leq(one addition A,multiplication(star(B),multiplication(star(C),star(
% 237.64/237.74                                                                   A addition V_3))))
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 873
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1473
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1554]
% 237.64/237.74  leq(one addition multiplication(multiplication(A,star(A)),A),star(star(A)) addition B)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 872
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1474
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1555]
% 237.64/237.74  leq(one addition multiplication(A,multiplication(star(A),A)),star(star(A)) addition B)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 871
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1475
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1556]
% 237.64/237.74  leq(one addition A,star(multiplication(star(A addition B),star(C))) addition V_3)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 869
% 237.64/237.74  Current number of ordered equations: 1
% 237.64/237.74  Current number of rules: 1476
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1557]
% 237.64/237.74  leq(one addition A,star(star(multiplication(A,star(B))) addition C) addition V_3)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 869
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1477
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1558]
% 237.64/237.74  leq(one addition A,star(multiplication(star(A),star(B)) addition C) addition V_3)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 867
% 237.64/237.74  Current number of ordered equations: 1
% 237.64/237.74  Current number of rules: 1478
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1559]
% 237.64/237.74  leq(one addition A,multiplication(star(star(A addition B)),star(C)) addition V_3)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 867
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1479
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1560]
% 237.64/237.74  leq(one addition A,star(star(multiplication(star(B),A)) addition C) addition V_3)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 865
% 237.64/237.74  Current number of ordered equations: 1
% 237.64/237.74  Current number of rules: 1480
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1561]
% 237.64/237.74  leq(one addition A,star(multiplication(star(B),star(A addition C))) addition V_3)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 865
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1481
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1562]
% 237.64/237.74  leq(one addition A,star(multiplication(star(B),star(A)) addition C) addition V_3)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 863
% 237.64/237.74  Current number of ordered equations: 1
% 237.64/237.74  Current number of rules: 1482
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1563]
% 237.64/237.74  leq(one addition A,multiplication(star(B),star(star(A addition C))) addition V_3)
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 863
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1483
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1564]
% 237.64/237.74  leq(one addition A addition B,star(star(star(A)) addition B) addition C) ->
% 237.64/237.74  true
% 237.64/237.74  Current number of equations to process: 861
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1484
% 237.64/237.74  New rule produced :
% 237.64/237.74  [1565]
% 237.64/237.74  leq(one addition multiplication(star(star(A)),A),star(star(star(A)) addition B))
% 237.64/237.74  -> true
% 237.64/237.74  Current number of equations to process: 859
% 237.64/237.74  Current number of ordered equations: 0
% 237.64/237.74  Current number of rules: 1485
% 237.64/237.74  New rule produced :
% 238.25/238.35  [1566]
% 238.25/238.35  leq(multiplication(star(star(A)),A) addition B,star(star(A)) addition star(B))
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 857
% 238.25/238.35  Current number of ordered equations: 1
% 238.25/238.35  Current number of rules: 1486
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1567]
% 238.25/238.35  leq(star(A) addition multiplication(star(star(A)),A),star(star(A)) addition B)
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 857
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1487
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1568]
% 238.25/238.35  leq(one addition multiplication(star(star(A)),A),star(star(star(A))) addition B)
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 856
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1488
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1569]
% 238.25/238.35  leq(multiplication(A,star(A)),star(multiplication(star(star(A) addition B),
% 238.25/238.35                                     star(C)))) -> true
% 238.25/238.35  Current number of equations to process: 852
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1489
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1570]
% 238.25/238.35  leq(multiplication(A,star(A)),multiplication(star(star(star(A) addition B)),
% 238.25/238.35                                star(C))) -> true
% 238.25/238.35  Current number of equations to process: 850
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1490
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1571]
% 238.25/238.35  leq(multiplication(A,star(A)),star(multiplication(star(B),star(star(A) addition C))))
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 848
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1491
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1572]
% 238.25/238.35  leq(multiplication(A,star(A)),multiplication(star(B),star(star(star(A) addition C))))
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 846
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1492
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1573]
% 238.25/238.35  leq(multiplication(A,star(A)),star(star(star(star(A))) addition B) addition C)
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 844
% 238.25/238.35  Current number of ordered equations: 1
% 238.25/238.35  Current number of rules: 1493
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1574]
% 238.25/238.35  leq(multiplication(A,star(A)),star(star(star(star(A) addition B))) addition C)
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 844
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1494
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1575]
% 238.25/238.35  leq(multiplication(star(A),A),star(multiplication(star(star(A) addition B),
% 238.25/238.35                                     star(C)))) -> true
% 238.25/238.35  Current number of equations to process: 842
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1495
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1576]
% 238.25/238.35  leq(multiplication(star(A),A),multiplication(star(star(star(A) addition B)),
% 238.25/238.35                                star(C))) -> true
% 238.25/238.35  Current number of equations to process: 840
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1496
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1577]
% 238.25/238.35  leq(multiplication(star(A),A),star(multiplication(star(B),star(star(A) addition C))))
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 838
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1497
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1578]
% 238.25/238.35  leq(multiplication(star(A),A),multiplication(star(B),star(star(star(A) addition C))))
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 836
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1498
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1579]
% 238.25/238.35  leq(multiplication(star(A),A),star(star(star(star(A))) addition B) addition C)
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 834
% 238.25/238.35  Current number of ordered equations: 1
% 238.25/238.35  Current number of rules: 1499
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1580]
% 238.25/238.35  leq(multiplication(star(A),A),star(star(star(star(A) addition B))) addition C)
% 238.25/238.35  -> true
% 238.25/238.35  Current number of equations to process: 834
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1500
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1581]
% 238.25/238.35  leq(one addition multiplication(A,star(A)) addition B,star(A) addition 
% 238.25/238.35                                                        star(B)) -> true
% 238.25/238.35  Current number of equations to process: 833
% 238.25/238.35  Current number of ordered equations: 0
% 238.25/238.35  Current number of rules: 1501
% 238.25/238.35  New rule produced :
% 238.25/238.35  [1582]
% 238.25/238.35  leq(one addition multiplication(star(A),A) addition B,star(A) addition 
% 238.25/238.35                                                        star(B)) -> true
% 238.25/238.35  Current number of equations to process: 832
% 238.25/238.35  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1502
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1583]
% 238.77/238.89  leq(one addition A addition B,star(multiplication(star(A),star(C))) addition B)
% 238.77/238.89  -> true
% 238.77/238.89  Current number of equations to process: 830
% 238.77/238.89  Current number of ordered equations: 1
% 238.77/238.89  Current number of rules: 1503
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1584]
% 238.77/238.89  leq(one addition A addition B,star(multiplication(A,star(C))) addition 
% 238.77/238.89                                star(B)) -> true
% 238.77/238.89  Current number of equations to process: 830
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1504
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1585]
% 238.77/238.89  leq(one addition A addition B,star(B) addition multiplication(star(A),
% 238.77/238.89                                                 star(C))) -> true
% 238.77/238.89  Current number of equations to process: 827
% 238.77/238.89  Current number of ordered equations: 2
% 238.77/238.89  Current number of rules: 1505
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1586]
% 238.77/238.89  leq(one addition A addition B,multiplication(star(star(A)),star(C)) addition B)
% 238.77/238.89  -> true
% 238.77/238.89  Current number of equations to process: 827
% 238.77/238.89  Current number of ordered equations: 1
% 238.77/238.89  Current number of rules: 1506
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1587]
% 238.77/238.89  leq(one addition A addition B,multiplication(star(star(A) addition B),
% 238.77/238.89                                star(C))) -> true
% 238.77/238.89  Current number of equations to process: 827
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1507
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1588]
% 238.77/238.89  leq(one addition A addition B,star(multiplication(star(C),B)) addition 
% 238.77/238.89                                star(A)) -> true
% 238.77/238.89  Current number of equations to process: 825
% 238.77/238.89  Current number of ordered equations: 1
% 238.77/238.89  Current number of rules: 1508
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1589]
% 238.77/238.89  leq(one addition A addition B,star(multiplication(star(C),star(A))) addition B)
% 238.77/238.89  -> true
% 238.77/238.89  Current number of equations to process: 825
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1509
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1590]
% 238.77/238.89  leq(one addition A addition B,star(A) addition multiplication(star(C),
% 238.77/238.89                                                 star(B))) -> true
% 238.77/238.89  Current number of equations to process: 822
% 238.77/238.89  Current number of ordered equations: 2
% 238.77/238.89  Current number of rules: 1510
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1591]
% 238.77/238.89  leq(one addition A addition B,multiplication(star(C),star(star(A))) addition B)
% 238.77/238.89  -> true
% 238.77/238.89  Current number of equations to process: 822
% 238.77/238.89  Current number of ordered equations: 1
% 238.77/238.89  Current number of rules: 1511
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1592]
% 238.77/238.89  leq(one addition A addition B,multiplication(star(C),star(star(A) addition B)))
% 238.77/238.89  -> true
% 238.77/238.89  Current number of equations to process: 822
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1512
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1593]
% 238.77/238.89  leq(one addition A addition B,star(star(A)) addition star(B) addition C) ->
% 238.77/238.89  true
% 238.77/238.89  Current number of equations to process: 819
% 238.77/238.89  Current number of ordered equations: 2
% 238.77/238.89  Current number of rules: 1513
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1594]
% 238.77/238.89  leq(one addition A addition B,star(star(star(A) addition B)) addition C) ->
% 238.77/238.89  true
% 238.77/238.89  Current number of equations to process: 819
% 238.77/238.89  Current number of ordered equations: 1
% 238.77/238.89  Current number of rules: 1514
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1595]
% 238.77/238.89  leq(one addition A addition B,star(star(star(A))) addition B addition C) ->
% 238.77/238.89  true
% 238.77/238.89  Current number of equations to process: 819
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1515
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1596]
% 238.77/238.89  leq(one addition A addition B,star(star(multiplication(A,star(C)))) addition B)
% 238.77/238.89  -> true
% 238.77/238.89  Current number of equations to process: 816
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1516
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1597]
% 238.77/238.89  leq(one addition A addition B,star(star(multiplication(star(C),B))) addition A)
% 238.77/238.89  -> true
% 238.77/238.89  Current number of equations to process: 814
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1517
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1598]
% 238.77/238.89  leq(one addition A addition B,star(star(star(A)) addition C) addition B) ->
% 238.77/238.89  true
% 238.77/238.89  Current number of equations to process: 812
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1518
% 238.77/238.89  New rule produced :
% 238.77/238.89  [1599]
% 238.77/238.89  leq(multiplication(star(star(A)),A) addition multiplication(A,star(A)),
% 238.77/238.89  star(star(A))) -> true
% 238.77/238.89  Current number of equations to process: 808
% 238.77/238.89  Current number of ordered equations: 0
% 238.77/238.89  Current number of rules: 1519
% 238.77/238.89  New rule produced :
% 239.07/239.17  [1600]
% 239.07/239.17  leq(A,multiplication(multiplication(star(B),A),multiplication(star(C),
% 239.07/239.17                                                 star(V_3))) addition V_4) ->
% 239.07/239.17  true
% 239.07/239.17  Current number of equations to process: 806
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1520
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1601]
% 239.07/239.17  leq(multiplication(A,star(A)),star(multiplication(star(A),multiplication(
% 239.07/239.17                                                            star(B),star(C)))))
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 805
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1521
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1602]
% 239.07/239.17  leq(multiplication(A,star(A)),multiplication(star(star(A)),multiplication(
% 239.07/239.17                                                             star(B),star(C))))
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 804
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1522
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1603]
% 239.07/239.17  leq(multiplication(star(A),A),star(multiplication(star(A),multiplication(
% 239.07/239.17                                                            star(B),star(C)))))
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 803
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1523
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1604]
% 239.07/239.17  leq(multiplication(star(A),A),multiplication(star(star(A)),multiplication(
% 239.07/239.17                                                             star(B),star(C))))
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 802
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1524
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1605]
% 239.07/239.17  leq(one addition A,star(multiplication(A,multiplication(star(B),star(C))) addition V_3))
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 801
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1525
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1606]
% 239.07/239.17  leq(one addition A,multiplication(star(A),multiplication(star(B),star(C))) addition V_3)
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 800
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1526
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1607]
% 239.07/239.17  leq(A addition B,star(A) addition multiplication(B,multiplication(star(C),
% 239.07/239.17                                                     star(V_3)))) -> true
% 239.07/239.17  Current number of equations to process: 798
% 239.07/239.17  Current number of ordered equations: 1
% 239.07/239.17  Current number of rules: 1527
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1608]
% 239.07/239.17  leq(A addition B,multiplication(star(A),multiplication(star(C),star(V_3))) addition B)
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 798
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1528
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1609]
% 239.07/239.17  leq(one addition A,multiplication(star(A addition B),multiplication(star(C),
% 239.07/239.17                                                       star(V_3)))) -> true
% 239.07/239.17  Current number of equations to process: 796
% 239.07/239.17  Current number of ordered equations: 1
% 239.07/239.17  Current number of rules: 1529
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1610]
% 239.07/239.17  leq(one addition A,star(multiplication(A,multiplication(star(B),star(C)))) addition V_3)
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 796
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1530
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1611]
% 239.07/239.17  leq(A,multiplication(multiplication(star(B),star(C)),multiplication(star(V_3),A)) addition V_4)
% 239.07/239.17  -> true
% 239.07/239.17  Current number of equations to process: 794
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1531
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1612]
% 239.07/239.17  leq(multiplication(A,star(A)),star(multiplication(multiplication(star(B),
% 239.07/239.17                                                    star(C)),star(A)))) -> true
% 239.07/239.17  Current number of equations to process: 793
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1532
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1613]
% 239.07/239.17  leq(multiplication(A,star(A)),multiplication(multiplication(star(B),star(C)),
% 239.07/239.17                                star(star(A)))) -> true
% 239.07/239.17  Current number of equations to process: 792
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1533
% 239.07/239.17  New rule produced :
% 239.07/239.17  [1614]
% 239.07/239.17  leq(multiplication(star(A),A),star(multiplication(multiplication(star(B),
% 239.07/239.17                                                    star(C)),star(A)))) -> true
% 239.07/239.17  Current number of equations to process: 791
% 239.07/239.17  Current number of ordered equations: 0
% 239.07/239.17  Current number of rules: 1534
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1615]
% 239.37/239.48  leq(multiplication(star(A),A),multiplication(multiplication(star(B),star(C)),
% 239.37/239.48                                star(star(A)))) -> true
% 239.37/239.48  Current number of equations to process: 790
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1535
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1616]
% 239.37/239.48  leq(one addition A,star(multiplication(multiplication(star(B),star(C)),A) addition V_3))
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 789
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1536
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1617]
% 239.37/239.48  leq(one addition A,multiplication(multiplication(star(B),star(C)),star(A)) addition V_3)
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 788
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1537
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1618]
% 239.37/239.48  leq(A addition B,star(A) addition multiplication(multiplication(star(C),
% 239.37/239.48                                                   star(V_3)),B)) -> true
% 239.37/239.48  Current number of equations to process: 786
% 239.37/239.48  Current number of ordered equations: 1
% 239.37/239.48  Current number of rules: 1538
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1619]
% 239.37/239.48  leq(A addition B,multiplication(multiplication(star(C),star(V_3)),star(A)) addition B)
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 786
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1539
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1620]
% 239.37/239.48  leq(one addition A,multiplication(multiplication(star(B),star(C)),star(
% 239.37/239.48                                                                    A addition V_3)))
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 784
% 239.37/239.48  Current number of ordered equations: 1
% 239.37/239.48  Current number of rules: 1540
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1621]
% 239.37/239.48  leq(one addition A,star(multiplication(multiplication(star(B),star(C)),A)) addition V_3)
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 784
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1541
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1622]
% 239.37/239.48  leq(multiplication(A,multiplication(B,C)),multiplication(star(V_3),multiplication(
% 239.37/239.48                                                                     multiplication(A,B),C)))
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 783
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1542
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1623]
% 239.37/239.48  leq(multiplication(multiplication(A,B),C),multiplication(star(V_3),multiplication(A,
% 239.37/239.48                                                                     multiplication(B,C))))
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 782
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1543
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1624]
% 239.37/239.48  leq(multiplication(multiplication(star(A),B),C),multiplication(multiplication(
% 239.37/239.48                                                                 star(star(A)),B),C))
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 781
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1544
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1625]
% 239.37/239.48  leq(A addition B,star(multiplication(star(C),A) addition multiplication(
% 239.37/239.48                                                           star(C),B))) -> true
% 239.37/239.48  Current number of equations to process: 780
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1545
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1626]
% 239.37/239.48  leq(A,star(multiplication(multiplication(star(B),A),star(C)) addition V_3) addition V_4)
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 778
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1546
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1627]
% 239.37/239.48  leq(A,star(multiplication(star(B),multiplication(star(C),A)) addition V_3) addition V_4)
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 776
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1547
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1628]
% 239.37/239.48  leq(multiplication(A,star(multiplication(star(B),A))),star(star(multiplication(
% 239.37/239.48                                                                  star(B),A))))
% 239.37/239.48  -> true
% 239.37/239.48  Current number of equations to process: 775
% 239.37/239.48  Current number of ordered equations: 0
% 239.37/239.48  Current number of rules: 1548
% 239.37/239.48  New rule produced :
% 239.37/239.48  [1629]
% 239.37/239.48  leq(multiplication(A,B),star(multiplication(multiplication(multiplication(
% 239.37/239.48                                                             star(C),A),B),
% 239.37/239.48                               star(V_3)))) -> true
% 239.37/239.48  Current number of equations to process: 774
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1549
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1630]
% 252.23/252.34  leq(multiplication(A,B),multiplication(star(multiplication(multiplication(
% 252.23/252.34                                                             star(C),A),B)),
% 252.23/252.34                          star(V_3))) -> true
% 252.23/252.34  Current number of equations to process: 773
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1550
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1631]
% 252.23/252.34  leq(multiplication(A,B),star(multiplication(star(C),multiplication(multiplication(
% 252.23/252.34                                                                     star(V_3),A),B))))
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 772
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1551
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1632]
% 252.23/252.34  leq(multiplication(A,B),multiplication(star(C),star(multiplication(multiplication(
% 252.23/252.34                                                                     star(V_3),A),B))))
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 771
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1552
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1633]
% 252.23/252.34  leq(multiplication(A,B),star(star(multiplication(multiplication(star(C),A),B))) addition V_3)
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 770
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1553
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1634]
% 252.23/252.34  leq(multiplication(A,multiplication(B,star(C))),multiplication(A,multiplication(B,
% 252.23/252.34                                                                   star(
% 252.23/252.34                                                                   star(C)))))
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 769
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1554
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1635]
% 252.23/252.34  leq(one addition multiplication(A,star(star(A))),star(star(star(A)) addition B))
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 767
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1555
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1636]
% 252.23/252.34  leq(star(A) addition multiplication(A,star(star(A))),star(star(A)) addition B)
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 765
% 252.23/252.34  Current number of ordered equations: 1
% 252.23/252.34  Current number of rules: 1556
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1637]
% 252.23/252.34  leq(multiplication(A,star(star(A))) addition B,star(star(A)) addition star(B))
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 765
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1557
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1638]
% 252.23/252.34  leq(one addition multiplication(A,star(star(A))),star(star(star(A))) addition B)
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 764
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1558
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1639]
% 252.23/252.34  leq(multiplication(star(A),A) addition multiplication(A,star(star(A))),
% 252.23/252.34  star(star(A))) -> true
% 252.23/252.34  Current number of equations to process: 763
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1559
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1640] ifeq3(star(star(star(A))),A,leq(star(star(star(A))),A),true) -> true
% 252.23/252.34  Current number of equations to process: 1012
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1560
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1641] ifeq2(leq(star(star(star(A))),A),true,star(star(star(A))),A) -> A
% 252.23/252.34  Current number of equations to process: 1040
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1561
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1642]
% 252.23/252.34  leq(one addition multiplication(star(star(A)),multiplication(A,star(A))),
% 252.23/252.34  star(star(A))) -> true
% 252.23/252.34  Current number of equations to process: 1648
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1562
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1643]
% 252.23/252.34  leq(multiplication(star(star(A)),star(multiplication(A,star(A)))),star(
% 252.23/252.34                                                                    star(A)))
% 252.23/252.34  -> true
% 252.23/252.34  Current number of equations to process: 1648
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1563
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1644]
% 252.23/252.34  star(star(A)) addition multiplication(star(A),multiplication(A,star(A))) ->
% 252.23/252.34  star(star(A))
% 252.23/252.34  Current number of equations to process: 1761
% 252.23/252.34  Current number of ordered equations: 0
% 252.23/252.34  Current number of rules: 1564
% 252.23/252.34  New rule produced :
% 252.23/252.34  [1645]
% 252.23/252.34  leq(one addition multiplication(multiplication(star(A),A),star(star(A))),
% 255.55/255.65  star(star(A))) -> true
% 255.55/255.65  Current number of equations to process: 2298
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1565
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1646]
% 255.55/255.65  leq(multiplication(star(multiplication(star(A),A)),star(star(A))),star(
% 255.55/255.65                                                                    star(A)))
% 255.55/255.65  -> true
% 255.55/255.65  Current number of equations to process: 2307
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1566
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1647]
% 255.55/255.65  star(star(A)) addition multiplication(multiplication(star(A),A),star(A)) ->
% 255.55/255.65  star(star(A))
% 255.55/255.65  Current number of equations to process: 2417
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1567
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1648]
% 255.55/255.65  multiplication(multiplication(A,B),C) addition multiplication(A,multiplication(B,
% 255.55/255.65                                                                  star(C))) <->
% 255.55/255.65  multiplication(multiplication(A,B),star(C))
% 255.55/255.65  Current number of equations to process: 2454
% 255.55/255.65  Current number of ordered equations: 1
% 255.55/255.65  Current number of rules: 1568
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1649]
% 255.55/255.65  multiplication(multiplication(A,B),star(C)) <->
% 255.55/255.65  multiplication(multiplication(A,B),C) addition multiplication(A,multiplication(B,
% 255.55/255.65                                                                  star(C)))
% 255.55/255.65  Current number of equations to process: 2454
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1569
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1650]
% 255.55/255.65  multiplication(multiplication(A,B),C) addition multiplication(A,star(
% 255.55/255.65                                                                  multiplication(B,C)))
% 255.55/255.65  -> multiplication(A,star(multiplication(B,C)))
% 255.55/255.65  Current number of equations to process: 2453
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1570
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1651]
% 255.55/255.65  multiplication(multiplication(A,B),star(C)) addition multiplication(A,
% 255.55/255.65                                                       multiplication(B,C)) ->
% 255.55/255.65  multiplication(multiplication(A,B),star(C))
% 255.55/255.65  Current number of equations to process: 2451
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1571
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1652]
% 255.55/255.65  multiplication(A,multiplication(B,star(C))) addition multiplication(A,
% 255.55/255.65                                                       multiplication(B,C)) ->
% 255.55/255.65  multiplication(A,multiplication(B,star(C)))
% 255.55/255.65  Current number of equations to process: 2450
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1572
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1653]
% 255.55/255.65  multiplication(multiplication(A,star(B)),C) addition multiplication(multiplication(A,B),C)
% 255.55/255.65  -> multiplication(multiplication(A,star(B)),C)
% 255.55/255.65  Current number of equations to process: 2449
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1573
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1654]
% 255.55/255.65  multiplication(star(A),multiplication(B,C)) addition multiplication(multiplication(A,B),C)
% 255.55/255.65  -> multiplication(star(A),multiplication(B,C))
% 255.55/255.65  Current number of equations to process: 2446
% 255.55/255.65  Current number of ordered equations: 2
% 255.55/255.65  Current number of rules: 1574
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1655]
% 255.55/255.65  multiplication(multiplication(star(A),B),C) addition multiplication(A,
% 255.55/255.65                                                       multiplication(B,C)) <->
% 255.55/255.65  multiplication(star(A),multiplication(B,C))
% 255.55/255.65  Current number of equations to process: 2446
% 255.55/255.65  Current number of ordered equations: 1
% 255.55/255.65  Current number of rules: 1575
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1656]
% 255.55/255.65  multiplication(star(A),multiplication(B,C)) <->
% 255.55/255.65  multiplication(multiplication(star(A),B),C) addition multiplication(A,
% 255.55/255.65                                                       multiplication(B,C))
% 255.55/255.65  Current number of equations to process: 2446
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1576
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1657]
% 255.55/255.65  multiplication(star(multiplication(A,B)),C) addition multiplication(A,
% 255.55/255.65                                                       multiplication(B,C)) ->
% 255.55/255.65  multiplication(star(multiplication(A,B)),C)
% 255.55/255.65  Current number of equations to process: 2445
% 255.55/255.65  Current number of ordered equations: 0
% 255.55/255.65  Current number of rules: 1577
% 255.55/255.65  New rule produced :
% 255.55/255.65  [1658]
% 255.55/255.65  multiplication(A,multiplication(star(B),C)) addition multiplication(A,
% 255.55/255.65                                                       multiplication(B,C)) ->
% 262.65/262.74  multiplication(A,multiplication(star(B),C))
% 262.65/262.74  Current number of equations to process: 2444
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1578
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1659]
% 262.65/262.74  multiplication(multiplication(star(A),B),C) addition multiplication(multiplication(A,B),C)
% 262.65/262.74  -> multiplication(multiplication(star(A),B),C)
% 262.65/262.74  Current number of equations to process: 2443
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1579
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1660]
% 262.65/262.74  multiplication(star(star(A)),star(B)) addition multiplication(star(star(A)),A)
% 262.65/262.74  -> multiplication(star(star(A)),star(B))
% 262.65/262.74  Current number of equations to process: 2440
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1580
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1661]
% 262.65/262.74  multiplication(star(star(A)),A) addition multiplication(star(B),star(star(A)))
% 262.65/262.74  -> multiplication(star(B),star(star(A)))
% 262.65/262.74  Current number of equations to process: 2439
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1581
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1662]
% 262.65/262.74  star(star(star(A)) addition B) addition multiplication(star(star(A)),A) ->
% 262.65/262.74  star(star(star(A)) addition B)
% 262.65/262.74  Current number of equations to process: 2437
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1582
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1663]
% 262.65/262.74  multiplication(star(multiplication(star(A),star(B))),multiplication(star(A),
% 262.65/262.74                                                       star(B))) ->
% 262.65/262.74  star(multiplication(star(A),star(B)))
% 262.65/262.74  Current number of equations to process: 2436
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1583
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1664]
% 262.65/262.74  multiplication(multiplication(star(A),star(B)),star(multiplication(star(A),
% 262.65/262.74                                                      star(B)))) ->
% 262.65/262.74  star(multiplication(star(A),star(B)))
% 262.65/262.74  Current number of equations to process: 2435
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1584
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1665]
% 262.65/262.74  multiplication(star(star(A)),star(B)) addition multiplication(A,star(star(A)))
% 262.65/262.74  -> multiplication(star(star(A)),star(B))
% 262.65/262.74  Current number of equations to process: 2433
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1585
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1666]
% 262.65/262.74  multiplication(star(A),star(star(B))) addition multiplication(B,star(star(B)))
% 262.65/262.74  -> multiplication(star(A),star(star(B)))
% 262.65/262.74  Current number of equations to process: 2432
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1586
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1667]
% 262.65/262.74  star(star(star(A)) addition B) addition multiplication(A,star(star(A))) ->
% 262.65/262.74  star(star(star(A)) addition B)
% 262.65/262.74  Current number of equations to process: 2430
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1587
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1668]
% 262.65/262.74  multiplication(multiplication(A,star(star(star(B)))),multiplication(star(B),C))
% 262.65/262.74  -> multiplication(multiplication(A,star(star(star(B)))),C)
% 262.65/262.74  Current number of equations to process: 2429
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1588
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1669]
% 262.65/262.74  star(star(star(A))) addition multiplication(star(star(A)),multiplication(A,
% 262.65/262.74                                                            star(A))) ->
% 262.65/262.74  star(star(star(A)))
% 262.65/262.74  Current number of equations to process: 2428
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1589
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1670]
% 262.65/262.74  multiplication(multiplication(A,star(B)),multiplication(star(star(star(B))),C))
% 262.65/262.74  -> multiplication(A,multiplication(star(star(star(B))),C))
% 262.65/262.74  Current number of equations to process: 2427
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1590
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1671]
% 262.65/262.74  star(star(star(A))) addition multiplication(multiplication(star(A),A),
% 262.65/262.74                               star(star(A))) -> star(star(star(A)))
% 262.65/262.74  Current number of equations to process: 2426
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1591
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1672] leq(star(A) addition B,multiplication(star(A),star(star(B)))) -> true
% 262.65/262.74  Current number of equations to process: 2571
% 262.65/262.74  Current number of ordered equations: 0
% 262.65/262.74  Current number of rules: 1592
% 262.65/262.74  New rule produced :
% 262.65/262.74  [1673]
% 262.65/262.74  leq(star(A) addition star(B),star(multiplication(star(A),star(B)))) -> true
% 276.61/276.69  Current number of equations to process: 2620
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1593
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1674]
% 276.61/276.69  leq(multiplication(A,B) addition A,star(multiplication(A,star(B)))) -> true
% 276.61/276.69  Current number of equations to process: 2647
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1594
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1675] leq(star(A) addition B,star(multiplication(star(A),star(B)))) -> true
% 276.61/276.69  Current number of equations to process: 2646
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1595
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1676]
% 276.61/276.69  leq(multiplication(A,multiplication(B,star(B))) addition A,star(multiplication(A,
% 276.61/276.69                                                                  star(B)))) ->
% 276.61/276.69  true
% 276.61/276.69  Current number of equations to process: 2721
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1596
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1677]
% 276.61/276.69  leq(multiplication(A,multiplication(star(B),B)) addition A,star(multiplication(A,
% 276.61/276.69                                                                  star(B)))) ->
% 276.61/276.69  true
% 276.61/276.69  Current number of equations to process: 2720
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1597
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1678]
% 276.61/276.69  leq(star(A) addition multiplication(B,star(B)),star(multiplication(star(A),
% 276.61/276.69                                                      star(B)))) -> true
% 276.61/276.69  Current number of equations to process: 2719
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1598
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1679]
% 276.61/276.69  leq(star(A) addition multiplication(star(B),B),star(multiplication(star(A),
% 276.61/276.69                                                      star(B)))) -> true
% 276.61/276.69  Current number of equations to process: 2718
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1599
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1680]
% 276.61/276.69  leq(multiplication(multiplication(A,B),star(B)) addition A,star(multiplication(A,
% 276.61/276.69                                                                  star(B)))) ->
% 276.61/276.69  true
% 276.61/276.69  Current number of equations to process: 2717
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1600
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1681]
% 276.61/276.69  leq(multiplication(multiplication(A,star(B)),B) addition A,star(multiplication(A,
% 276.61/276.69                                                                  star(B)))) ->
% 276.61/276.69  true
% 276.61/276.69  Current number of equations to process: 2716
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1601
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1682]
% 276.61/276.69  leq(star(A) addition multiplication(A,star(B)),star(multiplication(star(A),
% 276.61/276.69                                                      star(B)))) -> true
% 276.61/276.69  Current number of equations to process: 2715
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1602
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1683]
% 276.61/276.69  leq(star(A) addition B,multiplication(star(A),star(multiplication(B,star(C)))))
% 276.61/276.69  -> true
% 276.61/276.69  Current number of equations to process: 2748
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1603
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1684]
% 276.61/276.69  leq(star(A) addition star(B),multiplication(multiplication(star(A),star(B)),
% 276.61/276.69                               star(C))) -> true
% 276.61/276.69  Current number of equations to process: 2858
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1604
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1685]
% 276.61/276.69  leq(star(A) addition star(B),multiplication(multiplication(star(A),star(C)),
% 276.61/276.69                               star(B))) -> true
% 276.61/276.69  Current number of equations to process: 2857
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1605
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1686]
% 276.61/276.69  leq(star(A) addition B,multiplication(star(multiplication(B,star(C))),
% 276.61/276.69                         star(A))) -> true
% 276.61/276.69  Current number of equations to process: 2929
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1606
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1687]
% 276.61/276.69  leq(star(A) addition B,multiplication(star(A),star(multiplication(star(C),B))))
% 276.61/276.69  -> true
% 276.61/276.69  Current number of equations to process: 2928
% 276.61/276.69  Current number of ordered equations: 0
% 276.61/276.69  Current number of rules: 1607
% 276.61/276.69  New rule produced :
% 276.61/276.69  [1688]
% 276.61/276.69  leq(star(A) addition star(B),multiplication(star(C),multiplication(star(A),
% 276.61/276.69                                                      star(B)))) -> true
% 276.61/276.69  Current number of equations to process: 3033
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1608
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1689]
% 284.22/284.38  leq(star(A) addition star(B),multiplication(star(B),multiplication(star(A),
% 284.22/284.38                                                      star(C)))) -> true
% 284.22/284.38  Current number of equations to process: 3032
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1609
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1690]
% 284.22/284.38  leq(star(A) addition star(B),star(star(multiplication(star(A),star(B))))) ->
% 284.22/284.38  true
% 284.22/284.38  Current number of equations to process: 3063
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1610
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1691]
% 284.22/284.38  leq(star(A) addition star(B),star(multiplication(star(A),star(B))) addition C)
% 284.22/284.38  -> true
% 284.22/284.38  Current number of equations to process: 3067
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1611
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1692]
% 284.22/284.38  leq(star(A) addition star(B),multiplication(star(A),multiplication(star(C),
% 284.22/284.38                                                      star(B)))) -> true
% 284.22/284.38  Current number of equations to process: 3066
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1612
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1693]
% 284.22/284.38  leq(star(A) addition star(B),multiplication(multiplication(star(C),star(A)),
% 284.22/284.38                               star(B))) -> true
% 284.22/284.38  Current number of equations to process: 3065
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1613
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1694]
% 284.22/284.38  leq(star(A) addition star(B),star(multiplication(star(A),star(B)) addition C))
% 284.22/284.38  -> true
% 284.22/284.38  Current number of equations to process: 3064
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1614
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1695]
% 284.22/284.38  leq(A addition B,star(star(A) addition multiplication(B,star(C)))) -> true
% 284.22/284.38  Current number of equations to process: 3116
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1615
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1696]
% 284.22/284.38  leq(star(A) addition B,multiplication(star(A),star(star(B))) addition C) ->
% 284.22/284.38  true
% 284.22/284.38  Current number of equations to process: 3212
% 284.22/284.38  Current number of ordered equations: 1
% 284.22/284.38  Current number of rules: 1616
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1697]
% 284.22/284.38  leq(star(A) addition B,multiplication(star(A),star(star(B) addition C))) ->
% 284.22/284.38  true
% 284.22/284.38  Current number of equations to process: 3212
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1617
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1698]
% 284.22/284.38  leq(A addition B,star(star(star(A) addition multiplication(B,star(C))))) ->
% 284.22/284.38  true
% 284.22/284.38  Current number of equations to process: 3209
% 284.22/284.38  Current number of ordered equations: 2
% 284.22/284.38  Current number of rules: 1618
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1699]
% 284.22/284.38  leq(A addition B,star(star(star(A))) addition multiplication(B,star(C))) ->
% 284.22/284.38  true
% 284.22/284.38  Current number of equations to process: 3209
% 284.22/284.38  Current number of ordered equations: 1
% 284.22/284.38  Current number of rules: 1619
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1700]
% 284.22/284.38  leq(A addition B,star(star(multiplication(B,star(C)))) addition star(A)) ->
% 284.22/284.38  true
% 284.22/284.38  Current number of equations to process: 3209
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1620
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1701]
% 284.22/284.38  leq(A addition B,star(star(A) addition multiplication(B,star(C))) addition V_3)
% 284.22/284.38  -> true
% 284.22/284.38  Current number of equations to process: 3221
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1621
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1702]
% 284.22/284.38  leq(A addition B,star(star(A) addition multiplication(B,star(C)) addition V_3))
% 284.22/284.38  -> true
% 284.22/284.38  Current number of equations to process: 3218
% 284.22/284.38  Current number of ordered equations: 2
% 284.22/284.38  Current number of rules: 1622
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1703]
% 284.22/284.38  leq(A addition B,star(star(A) addition C) addition multiplication(B,star(V_3)))
% 284.22/284.38  -> true
% 284.22/284.38  Current number of equations to process: 3218
% 284.22/284.38  Current number of ordered equations: 1
% 284.22/284.38  Current number of rules: 1623
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1704]
% 284.22/284.38  leq(A addition B,star(multiplication(B,star(C)) addition V_3) addition 
% 284.22/284.38                   star(A)) -> true
% 284.22/284.38  Current number of equations to process: 3218
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1624
% 284.22/284.38  New rule produced :
% 284.22/284.38  [1705]
% 284.22/284.38  leq(multiplication(A,B) addition A,star(multiplication(A,star(B))) addition C)
% 284.22/284.38  -> true
% 284.22/284.38  Current number of equations to process: 3342
% 284.22/284.38  Current number of ordered equations: 0
% 284.22/284.38  Current number of rules: 1625
% 284.22/284.38  New rule produced :
% 290.62/290.77  [1706]
% 290.62/290.77  leq(star(A) addition B,star(multiplication(star(A),star(B))) addition C) ->
% 290.62/290.77  true
% 290.62/290.77  Current number of equations to process: 3341
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1626
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1707]
% 290.62/290.77  leq(A addition B,star(star(star(multiplication(A,star(C)) addition B)))) ->
% 290.62/290.77  true
% 290.62/290.77  Current number of equations to process: 3340
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1627
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1708]
% 290.62/290.77  leq(A addition B,star(star(multiplication(A,star(C)) addition B) addition V_3))
% 290.62/290.77  -> true
% 290.62/290.77  Current number of equations to process: 3353
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1628
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1709]
% 290.62/290.77  leq(A addition B,star(star(multiplication(A,star(C))) addition B)) -> true
% 290.62/290.77  Current number of equations to process: 3427
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1629
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1710]
% 290.62/290.77  leq(A addition B,star(star(A)) addition star(multiplication(B,star(C)))) ->
% 290.62/290.77  true
% 290.62/290.77  Current number of equations to process: 3634
% 290.62/290.77  Current number of ordered equations: 2
% 290.62/290.77  Current number of rules: 1630
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1711]
% 290.62/290.77  leq(A addition B,star(star(star(multiplication(A,star(C))) addition B))) ->
% 290.62/290.77  true
% 290.62/290.77  Current number of equations to process: 3634
% 290.62/290.77  Current number of ordered equations: 1
% 290.62/290.77  Current number of rules: 1631
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1712]
% 290.62/290.77  leq(A addition B,star(star(star(multiplication(A,star(C))))) addition B) ->
% 290.62/290.77  true
% 290.62/290.77  Current number of equations to process: 3634
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1632
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1713] leq(A,star(star(multiplication(star(A),star(B))))) -> true
% 290.62/290.77  Current number of equations to process: 3659
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1633
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1714] leq(A,star(multiplication(star(A),star(B)) addition C)) -> true
% 290.62/290.77  Current number of equations to process: 3658
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1634
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1715]
% 290.62/290.77  leq(A,star(multiplication(multiplication(star(A),star(B)),star(C)))) -> true
% 290.62/290.77  Current number of equations to process: 3661
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1635
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1716]
% 290.62/290.77  leq(A,multiplication(star(multiplication(star(A),star(B))),star(C))) -> true
% 290.62/290.77  Current number of equations to process: 3660
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1636
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1717]
% 290.62/290.77  leq(A,star(multiplication(star(B),multiplication(star(A),star(C))))) -> true
% 290.62/290.77  Current number of equations to process: 3659
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1637
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1718]
% 290.62/290.77  leq(A,multiplication(star(B),star(multiplication(star(A),star(C))))) -> true
% 290.62/290.77  Current number of equations to process: 3658
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1638
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1719] leq(A,star(star(multiplication(star(A),star(B)))) addition C) -> true
% 290.62/290.77  Current number of equations to process: 3657
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1639
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1720]
% 290.62/290.77  leq(A,star(multiplication(star(A),star(B)) addition C) addition V_3) -> true
% 290.62/290.77  Current number of equations to process: 3656
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1640
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1721]
% 290.62/290.77  leq(A,multiplication(multiplication(multiplication(star(A),star(B)),star(C)),
% 290.62/290.77        star(V_3))) -> true
% 290.62/290.77  Current number of equations to process: 3657
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1641
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1722]
% 290.62/290.77  leq(A,multiplication(star(B),multiplication(multiplication(star(A),star(C)),
% 290.62/290.77                               star(V_3)))) -> true
% 290.62/290.77  Current number of equations to process: 3656
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1642
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1723]
% 290.62/290.77  leq(A,multiplication(multiplication(star(B),multiplication(star(A),star(C))),
% 290.62/290.77        star(V_3))) -> true
% 290.62/290.77  Current number of equations to process: 3655
% 290.62/290.77  Current number of ordered equations: 0
% 290.62/290.77  Current number of rules: 1643
% 290.62/290.77  New rule produced :
% 290.62/290.77  [1724]
% 290.62/290.77  leq(A,multiplication(star(B),multiplication(star(C),multiplicationCputime limit exceeded (core dumped)
%------------------------------------------------------------------------------