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

View Problem - Process Solution

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

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

% Result   : Timeout 300.09s
% 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  : KLE157-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.05  % Command  : tptp2X_and_run_cime %s
% 0.03/0.26  % Computer : n184.star.cs.uiowa.edu
% 0.03/0.26  % Model    : x86_64 x86_64
% 0.03/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.26  % Memory   : 32218.5MB
% 0.03/0.26  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.26  % CPULimit : 300
% 0.03/0.28  % DateTime : Thu Feb 21 05:25:14 CST 2019
% 0.03/0.28  % CPUTime  : 
% 1.21/1.57  Processing problem /tmp/CiME_7861_n184.star.cs.uiowa.edu
% 1.21/1.57  #verbose 1;
% 1.21/1.57                let F = signature "  addition : AC; sK1_goals_X1,sK2_goals_X0,true,one,zero : constant;  strong_iteration : 1;  leq : 2;  star : 1;  multiplication : 2;  ifeq : 4;  ifeq2 : 4;  ifeq3 : 4;";
% 1.21/1.57  let X = vars "A B C";
% 1.21/1.57  let Axioms = equations F X "
% 1.21/1.57   multiplication(multiplication(A,B),C) = multiplication(A,multiplication(B,C));
% 1.21/1.57   ifeq3(A,A,B,C) = B;
% 1.21/1.57   ifeq2(A,A,B,C) = B;
% 1.21/1.57   ifeq(A,A,B,C) = B;
% 1.21/1.57   A addition zero = A;
% 1.21/1.57   A addition A = A;
% 1.21/1.57   multiplication(A,one) = A;
% 1.21/1.57   multiplication(one,A) = A;
% 1.21/1.57   multiplication(A,B addition C) = multiplication(A,B) addition multiplication(A,C);
% 1.21/1.57   multiplication(A addition B,C) = multiplication(A,C) addition multiplication(B,C);
% 1.21/1.57   multiplication(zero,A) = zero;
% 1.21/1.57   one addition multiplication(A,star(A)) = star(A);
% 1.21/1.57   one addition multiplication(star(A),A) = star(A);
% 1.21/1.57   ifeq(leq(multiplication(A,C) addition B,C),true,leq(multiplication(star(A),B),C),true) = true;
% 1.21/1.57   ifeq(leq(multiplication(C,A) addition B,C),true,leq(multiplication(B,star(A)),C),true) = true;
% 1.21/1.57   strong_iteration(A) = multiplication(A,strong_iteration(A)) addition one;
% 1.21/1.57   ifeq(leq(C,multiplication(A,C) addition B),true,leq(C,multiplication(strong_iteration(A),B)),true) = true;
% 1.21/1.57   strong_iteration(A) = star(A) addition multiplication(strong_iteration(A),zero);
% 1.21/1.57   ifeq2(leq(A,B),true,A addition B,B) = B;
% 1.21/1.57   ifeq3(A addition B,B,leq(A,B),true) = true;
% 1.21/1.57   leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(sK1_goals_X1,sK2_goals_X0)) = true;
% 1.21/1.57  ";
% 1.21/1.57  
% 1.21/1.57  let s1 = status F "
% 1.21/1.57   sK1_goals_X1 lr_lex;
% 1.21/1.57   sK2_goals_X0 lr_lex;
% 1.21/1.57   strong_iteration lr_lex;
% 1.21/1.57   true lr_lex;
% 1.21/1.57   leq lr_lex;
% 1.21/1.57   star lr_lex;
% 1.21/1.57   one lr_lex;
% 1.21/1.57   zero lr_lex;
% 1.21/1.57   ifeq lr_lex;
% 1.21/1.57   ifeq2 lr_lex;
% 1.21/1.57   ifeq3 lr_lex;
% 1.21/1.57   multiplication mul;
% 1.21/1.57   addition mul;
% 1.21/1.57  ";
% 1.21/1.57  
% 1.21/1.57  let p1 = precedence F "
% 1.21/1.57  ifeq3 > ifeq2 > ifeq > multiplication > leq > star > strong_iteration > addition > zero > one > true > sK2_goals_X0 > sK1_goals_X1";
% 1.21/1.57  
% 1.21/1.57  let s2 = status F "
% 1.21/1.57  sK1_goals_X1 mul;
% 1.21/1.57  sK2_goals_X0 mul;
% 1.21/1.57  strong_iteration mul;
% 1.21/1.57  true mul;
% 1.21/1.57  leq mul;
% 1.21/1.57  star mul;
% 1.21/1.57  one mul;
% 1.21/1.57  multiplication mul;
% 1.21/1.57  zero mul;
% 1.21/1.57  addition mul;
% 1.21/1.57  ifeq mul;
% 1.21/1.57  ifeq2 mul;
% 1.21/1.57  ifeq3 mul;
% 1.21/1.57  ";
% 1.21/1.57  
% 1.21/1.57  let p2 = precedence F "
% 1.21/1.57  ifeq3 > ifeq2 > ifeq > multiplication > leq > star > strong_iteration > addition > zero = one = true = sK2_goals_X0 = sK1_goals_X1";
% 1.21/1.57  
% 1.21/1.57  let o_auto = AUTO Axioms;
% 1.21/1.57  
% 1.21/1.57  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.21/1.57  
% 1.21/1.57  let Conjectures = equations F X " strong_iteration(sK1_goals_X1 addition sK2_goals_X0) = multiplication(strong_iteration(sK1_goals_X1),strong_iteration(sK2_goals_X0));"
% 1.21/1.57  ;
% 1.21/1.57  (*
% 1.21/1.57  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.21/1.57  
% 1.21/1.57  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.21/1.57  *)
% 1.21/1.57  #time on;
% 1.21/1.57  
% 1.21/1.57  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.21/1.57  
% 1.21/1.57  #time off;
% 1.21/1.57  
% 1.21/1.57  
% 1.21/1.57  let status = if res then "unsatisfiable" else "satisfiable";
% 1.21/1.57  #quit;
% 1.21/1.57  Verbose level is now 1
% 1.21/1.57  
% 1.21/1.57  F : signature = <signature>
% 1.21/1.57  X : variable_set = <variable set>
% 1.21/1.57  
% 1.21/1.57  Axioms : (F,X) equations = { multiplication(multiplication(A,B),C) =
% 1.21/1.57                               multiplication(A,multiplication(B,C)),
% 1.21/1.57                               ifeq3(A,A,B,C) = B,
% 1.21/1.57                               ifeq2(A,A,B,C) = B,
% 1.21/1.57                               ifeq(A,A,B,C) = B,
% 1.21/1.57                               zero addition A = A,
% 1.21/1.57                               A addition A = A,
% 1.21/1.57                               multiplication(A,one) = A,
% 1.21/1.57                               multiplication(one,A) = A,
% 1.21/1.57                               multiplication(A,B addition C) =
% 1.21/1.57                               multiplication(A,B) addition multiplication(A,C),
% 1.21/1.57                               multiplication(A addition B,C) =
% 1.21/1.57                               multiplication(A,C) addition multiplication(B,C),
% 1.21/1.57                               multiplication(zero,A) = zero,
% 1.21/1.57                               one addition multiplication(A,star(A)) = star(A),
% 1.21/1.57                               one addition multiplication(star(A),A) = star(A),
% 1.21/1.57                               ifeq(leq(multiplication(A,C) addition B,C),true,
% 1.21/1.57                               leq(multiplication(star(A),B),C),true) = true,
% 1.21/1.57                               ifeq(leq(multiplication(C,A) addition B,C),true,
% 1.21/1.58                               leq(multiplication(B,star(A)),C),true) = true,
% 1.21/1.58                               strong_iteration(A) =
% 1.21/1.58                               one addition multiplication(A,strong_iteration(A)),
% 1.21/1.58                               ifeq(leq(C,multiplication(A,C) addition B),true,
% 1.21/1.58                               leq(C,multiplication(strong_iteration(A),B)),true)
% 1.21/1.58                               = true,
% 1.21/1.58                               strong_iteration(A) =
% 1.21/1.58                               star(A) addition multiplication(strong_iteration(A),zero),
% 1.21/1.58                               ifeq2(leq(A,B),true,A addition B,B) = B,
% 1.21/1.58                               ifeq3(A addition B,B,leq(A,B),true) = true,
% 1.21/1.58                               leq(multiplication(sK2_goals_X0,sK1_goals_X1),
% 1.21/1.58                               multiplication(sK1_goals_X1,sK2_goals_X0)) =
% 1.21/1.58                               true } (21 equation(s))
% 1.21/1.58  s1 : F status = <status>
% 1.21/1.58  p1 : F precedence = <precedence>
% 1.21/1.58  s2 : F status = <status>
% 1.21/1.58  p2 : F precedence = <precedence>
% 1.21/1.58  o_auto : F term_ordering = <term ordering>
% 1.21/1.58  o : F term_ordering = <term ordering>
% 1.21/1.58  Conjectures : (F,X) equations = { strong_iteration(sK1_goals_X1 addition sK2_goals_X0)
% 1.21/1.58                                    =
% 1.21/1.58                                    multiplication(strong_iteration(sK1_goals_X1),
% 1.21/1.58                                    strong_iteration(sK2_goals_X0)) }
% 1.21/1.58                                    (1 equation(s))
% 1.21/1.58  time is now on
% 1.21/1.58  
% 1.21/1.58  Initializing completion ...
% 1.21/1.58  New rule produced : [1] A addition A -> A
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 21
% 1.21/1.58  Current number of rules: 1
% 1.21/1.58  New rule produced : [2] zero addition A -> A
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 20
% 1.21/1.58  Current number of rules: 2
% 1.21/1.58  New rule produced : [3] multiplication(A,one) -> A
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 19
% 1.21/1.58  Current number of rules: 3
% 1.21/1.58  New rule produced : [4] multiplication(zero,A) -> zero
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 18
% 1.21/1.58  Current number of rules: 4
% 1.21/1.58  New rule produced : [5] multiplication(one,A) -> A
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 17
% 1.21/1.58  Current number of rules: 5
% 1.21/1.58  New rule produced : [6] ifeq(A,A,B,C) -> B
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 16
% 1.21/1.58  Current number of rules: 6
% 1.21/1.58  New rule produced : [7] ifeq2(A,A,B,C) -> B
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 15
% 1.21/1.58  Current number of rules: 7
% 1.21/1.58  New rule produced : [8] ifeq3(A,A,B,C) -> B
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 14
% 1.21/1.58  Current number of rules: 8
% 1.21/1.58  New rule produced : [9] one addition multiplication(A,star(A)) -> star(A)
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 13
% 1.21/1.58  Current number of rules: 9
% 1.21/1.58  New rule produced : [10] one addition multiplication(star(A),A) -> star(A)
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 12
% 1.21/1.58  Current number of rules: 10
% 1.21/1.58  New rule produced :
% 1.21/1.58  [11]
% 1.21/1.58  one addition multiplication(A,strong_iteration(A)) -> strong_iteration(A)
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 11
% 1.21/1.58  Current number of rules: 11
% 1.21/1.58  New rule produced :
% 1.21/1.58  [12]
% 1.21/1.58  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(sK1_goals_X1,sK2_goals_X0))
% 1.21/1.58  -> true
% 1.21/1.58  Current number of equations to process: 0
% 1.21/1.58  Current number of ordered equations: 10
% 1.21/1.58  Current number of rules: 12
% 1.21/1.58  New rule produced :
% 1.21/1.58  [13]
% 1.21/1.58  multiplication(A,multiplication(B,C)) <->
% 1.21/1.58  multiplication(multiplication(A,B),C)
% 1.21/1.58  Current number of equations to process: 24
% 1.21/1.58  Current number of ordered equations: 19
% 1.21/1.58  Current number of rules: 13
% 1.21/1.58  New rule produced :
% 1.21/1.58  [14]
% 1.21/1.58  multiplication(multiplication(A,B),C) <->
% 1.21/1.58  multiplication(A,multiplication(B,C))
% 1.21/1.58  Current number of equations to process: 24
% 1.21/1.58  Current number of ordered equations: 18
% 1.21/1.58  Current number of rules: 14
% 1.21/1.58  New rule produced :
% 1.21/1.58  [15]
% 1.21/1.58  star(A) addition multiplication(strong_iteration(A),zero) ->
% 1.21/1.58  strong_iteration(A)
% 1.21/1.58  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 17
% 1.21/1.60  Current number of rules: 15
% 1.21/1.60  New rule produced : [16] ifeq2(leq(A,B),true,A addition B,B) -> B
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 16
% 1.21/1.60  Current number of rules: 16
% 1.21/1.60  New rule produced :
% 1.21/1.60  [17]
% 1.21/1.60  multiplication(A,B addition C) ->
% 1.21/1.60  multiplication(A,B) addition multiplication(A,C)
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 15
% 1.21/1.60  Current number of rules: 17
% 1.21/1.60  New rule produced :
% 1.21/1.60  [18]
% 1.21/1.60  multiplication(A addition B,C) ->
% 1.21/1.60  multiplication(A,C) addition multiplication(B,C)
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 14
% 1.21/1.60  Current number of rules: 18
% 1.21/1.60  New rule produced : [19] ifeq3(A addition B,B,leq(A,B),true) -> true
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 13
% 1.21/1.60  Current number of rules: 19
% 1.21/1.60  New rule produced :
% 1.21/1.60  [20]
% 1.21/1.60  ifeq(leq(multiplication(A,C) addition B,C),true,leq(multiplication(star(A),B),C),true)
% 1.21/1.60  -> true
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 12
% 1.21/1.60  Current number of rules: 20
% 1.21/1.60  New rule produced :
% 1.21/1.60  [21]
% 1.21/1.60  ifeq(leq(multiplication(C,A) addition B,C),true,leq(multiplication(B,star(A)),C),true)
% 1.21/1.60  -> true
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 11
% 1.21/1.60  Current number of rules: 21
% 1.21/1.60  New rule produced :
% 1.21/1.60  [22]
% 1.21/1.60  ifeq(leq(C,multiplication(A,C) addition B),true,leq(C,multiplication(
% 1.21/1.60                                                        strong_iteration(A),B)),true)
% 1.21/1.60  -> true
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 10
% 1.21/1.60  Current number of rules: 22
% 1.21/1.60  New rule produced : [23] star(zero) -> one
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 8
% 1.21/1.60  Current number of rules: 23
% 1.21/1.60  New rule produced : [24] strong_iteration(zero) -> one
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 6
% 1.21/1.60  Current number of rules: 24
% 1.21/1.60  New rule produced : [25] one addition star(A) -> star(A)
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 2
% 1.21/1.60  Current number of rules: 25
% 1.21/1.60  New rule produced :
% 1.21/1.60  [26] one addition strong_iteration(A) -> strong_iteration(A)
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 26
% 1.21/1.60  New rule produced :
% 1.21/1.60  [27] multiplication(multiplication(A,zero),B) -> multiplication(A,zero)
% 1.21/1.60  Current number of equations to process: 25
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 27
% 1.21/1.60  New rule produced :
% 1.21/1.60  [28] strong_iteration(A) addition star(A) -> strong_iteration(A)
% 1.21/1.60  Current number of equations to process: 32
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 28
% 1.21/1.60  New rule produced :
% 1.21/1.60  [29] star(A) addition multiplication(A,star(A)) -> star(A)
% 1.21/1.60  Current number of equations to process: 30
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 29
% 1.21/1.60  New rule produced :
% 1.21/1.60  [30] star(A) addition multiplication(star(A),A) -> star(A)
% 1.21/1.60  Current number of equations to process: 27
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 30
% 1.21/1.60  New rule produced :
% 1.21/1.60  [31]
% 1.21/1.60  strong_iteration(A) addition multiplication(A,strong_iteration(A)) ->
% 1.21/1.60  strong_iteration(A)
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 31
% 1.21/1.60  New rule produced :
% 1.21/1.60  [32]
% 1.21/1.60  strong_iteration(A) addition multiplication(strong_iteration(A),zero) ->
% 1.21/1.60  strong_iteration(A)
% 1.21/1.60  Current number of equations to process: 22
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 32
% 1.21/1.60  New rule produced : [33] ifeq2(leq(A,A),true,A,A) -> A
% 1.21/1.60  Current number of equations to process: 26
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 33
% 1.21/1.60  New rule produced : [34] ifeq2(leq(zero,A),true,A,A) -> A
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 1
% 1.21/1.60  Current number of rules: 34
% 1.21/1.60  New rule produced : [35] ifeq2(leq(A,zero),true,A,zero) -> zero
% 1.21/1.60  Current number of equations to process: 24
% 1.21/1.60  Current number of ordered equations: 0
% 1.21/1.60  Current number of rules: 35
% 1.21/1.60  New rule produced :
% 1.21/1.60  [36]
% 1.21/1.60  multiplication(sK1_goals_X1,sK2_goals_X0) addition multiplication(sK2_goals_X0,sK1_goals_X1)
% 1.21/1.64  -> multiplication(sK1_goals_X1,sK2_goals_X0)
% 1.21/1.64  Current number of equations to process: 48
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 36
% 1.21/1.64  New rule produced :
% 1.21/1.64  [37]
% 1.21/1.64  multiplication(A,zero) addition multiplication(A,B) -> multiplication(A,B)
% 1.21/1.64  Current number of equations to process: 69
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 37
% 1.21/1.64  New rule produced : [38] leq(A,A) -> true
% 1.21/1.64  Rule [33] ifeq2(leq(A,A),true,A,A) -> A collapsed.
% 1.21/1.64  Current number of equations to process: 92
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 37
% 1.21/1.64  New rule produced : [39] leq(A,A addition B) -> true
% 1.21/1.64  Current number of equations to process: 91
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 38
% 1.21/1.64  New rule produced : [40] leq(zero,A) -> true
% 1.21/1.64  Rule [34] ifeq2(leq(zero,A),true,A,A) -> A collapsed.
% 1.21/1.64  Current number of equations to process: 92
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 38
% 1.21/1.64  New rule produced : [41] ifeq3(A,zero,leq(A,zero),true) -> true
% 1.21/1.64  Current number of equations to process: 91
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 39
% 1.21/1.64  New rule produced :
% 1.21/1.64  [42]
% 1.21/1.64  multiplication(A,multiplication(B,star(B))) addition A ->
% 1.21/1.64  multiplication(A,star(B))
% 1.21/1.64  Current number of equations to process: 122
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 40
% 1.21/1.64  New rule produced :
% 1.21/1.64  [43]
% 1.21/1.64  multiplication(A,multiplication(star(B),B)) addition A ->
% 1.21/1.64  multiplication(A,star(B))
% 1.21/1.64  Current number of equations to process: 121
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 41
% 1.21/1.64  New rule produced :
% 1.21/1.64  [44]
% 1.21/1.64  multiplication(A,multiplication(B,strong_iteration(B))) addition A ->
% 1.21/1.64  multiplication(A,strong_iteration(B))
% 1.21/1.64  Current number of equations to process: 120
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 42
% 1.21/1.64  New rule produced :
% 1.21/1.64  [45]
% 1.21/1.64  multiplication(multiplication(A,star(A)),B) addition B ->
% 1.21/1.64  multiplication(star(A),B)
% 1.21/1.64  Current number of equations to process: 119
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 43
% 1.21/1.64  New rule produced :
% 1.21/1.64  [46]
% 1.21/1.64  multiplication(multiplication(star(A),A),B) addition B ->
% 1.21/1.64  multiplication(star(A),B)
% 1.21/1.64  Current number of equations to process: 118
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 44
% 1.21/1.64  New rule produced :
% 1.21/1.64  [47]
% 1.21/1.64  multiplication(multiplication(A,strong_iteration(A)),B) addition B ->
% 1.21/1.64  multiplication(strong_iteration(A),B)
% 1.21/1.64  Current number of equations to process: 117
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 45
% 1.21/1.64  New rule produced :
% 1.21/1.64  [48]
% 1.21/1.64  star(A) addition multiplication(B,star(B)) <->
% 1.21/1.64  star(B) addition multiplication(A,star(A))
% 1.21/1.64  Current number of equations to process: 116
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 46
% 1.21/1.64  New rule produced :
% 1.21/1.64  [49]
% 1.21/1.64  star(A) addition multiplication(star(B),B) <->
% 1.21/1.64  star(B) addition multiplication(star(A),A)
% 1.21/1.64  Current number of equations to process: 115
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 47
% 1.21/1.64  New rule produced :
% 1.21/1.64  [50]
% 1.21/1.64  star(A) addition multiplication(star(B),B) <->
% 1.21/1.64  star(B) addition multiplication(A,star(A))
% 1.21/1.64  Current number of equations to process: 114
% 1.21/1.64  Current number of ordered equations: 1
% 1.21/1.64  Current number of rules: 48
% 1.21/1.64  New rule produced :
% 1.21/1.64  [51]
% 1.21/1.64  star(B) addition multiplication(A,star(A)) <->
% 1.21/1.64  star(A) addition multiplication(star(B),B)
% 1.21/1.64  Current number of equations to process: 114
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 49
% 1.21/1.64  New rule produced :
% 1.21/1.64  [52]
% 1.21/1.64  strong_iteration(A) addition multiplication(B,strong_iteration(B)) <->
% 1.21/1.64  strong_iteration(B) addition multiplication(A,strong_iteration(A))
% 1.21/1.64  Current number of equations to process: 113
% 1.21/1.64  Current number of ordered equations: 0
% 1.21/1.64  Current number of rules: 50
% 1.21/1.64  New rule produced :
% 1.21/1.64  [53]
% 1.21/1.64  star(A) addition multiplication(B,strong_iteration(B)) <->
% 1.21/1.64  strong_iteration(B) addition multiplication(A,star(A))
% 1.21/1.64  Current number of equations to process: 112
% 1.21/1.64  Current number of ordered equations: 1
% 1.21/1.64  Current number of rules: 51
% 1.21/1.64  New rule produced :
% 1.21/1.64  [54]
% 1.21/1.64  strong_iteration(B) addition multiplication(A,star(A)) <->
% 1.21/1.64  star(A) addition multiplication(B,strong_iteration(B))
% 1.21/1.66  Current number of equations to process: 112
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 52
% 1.21/1.66  New rule produced :
% 1.21/1.66  [55]
% 1.21/1.66  star(A) addition multiplication(B,strong_iteration(B)) <->
% 1.21/1.66  strong_iteration(B) addition multiplication(star(A),A)
% 1.21/1.66  Current number of equations to process: 111
% 1.21/1.66  Current number of ordered equations: 1
% 1.21/1.66  Current number of rules: 53
% 1.21/1.66  New rule produced :
% 1.21/1.66  [56]
% 1.21/1.66  strong_iteration(B) addition multiplication(star(A),A) <->
% 1.21/1.66  star(A) addition multiplication(B,strong_iteration(B))
% 1.21/1.66  Current number of equations to process: 111
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 54
% 1.21/1.66  New rule produced :
% 1.21/1.66  [57]
% 1.21/1.66  multiplication(A,multiplication(multiplication(B,C),V_3)) <->
% 1.21/1.66  multiplication(multiplication(A,B),multiplication(C,V_3))
% 1.21/1.66  Current number of equations to process: 110
% 1.21/1.66  Current number of ordered equations: 1
% 1.21/1.66  Current number of rules: 55
% 1.21/1.66  New rule produced :
% 1.21/1.66  [58]
% 1.21/1.66  multiplication(multiplication(A,B),multiplication(C,V_3)) <->
% 1.21/1.66  multiplication(A,multiplication(multiplication(B,C),V_3))
% 1.21/1.66  Current number of equations to process: 110
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 56
% 1.21/1.66  New rule produced :
% 1.21/1.66  [59]
% 1.21/1.66  multiplication(multiplication(A,multiplication(B,C)),V_3) <->
% 1.21/1.66  multiplication(multiplication(A,B),multiplication(C,V_3))
% 1.21/1.66  Current number of equations to process: 109
% 1.21/1.66  Current number of ordered equations: 1
% 1.21/1.66  Current number of rules: 57
% 1.21/1.66  New rule produced :
% 1.21/1.66  [60]
% 1.21/1.66  multiplication(multiplication(A,B),multiplication(C,V_3)) <->
% 1.21/1.66  multiplication(multiplication(A,multiplication(B,C)),V_3)
% 1.21/1.66  Current number of equations to process: 109
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 58
% 1.21/1.66  New rule produced :
% 1.21/1.66  [61]
% 1.21/1.66  multiplication(A,multiplication(multiplication(B,C),V_3)) <->
% 1.21/1.66  multiplication(multiplication(multiplication(A,B),C),V_3)
% 1.21/1.66  Current number of equations to process: 106
% 1.21/1.66  Current number of ordered equations: 5
% 1.21/1.66  Current number of rules: 59
% 1.21/1.66  New rule produced :
% 1.21/1.66  [62]
% 1.21/1.66  multiplication(A,multiplication(B,multiplication(C,V_3))) <->
% 1.21/1.66  multiplication(multiplication(A,multiplication(B,C)),V_3)
% 1.21/1.66  Current number of equations to process: 106
% 1.21/1.66  Current number of ordered equations: 4
% 1.21/1.66  Current number of rules: 60
% 1.21/1.66  New rule produced :
% 1.21/1.66  [63]
% 1.21/1.66  multiplication(A,multiplication(B,multiplication(C,V_3))) <->
% 1.21/1.66  multiplication(multiplication(multiplication(A,B),C),V_3)
% 1.21/1.66  Current number of equations to process: 106
% 1.21/1.66  Current number of ordered equations: 3
% 1.21/1.66  Current number of rules: 61
% 1.21/1.66  New rule produced :
% 1.21/1.66  [64]
% 1.21/1.66  multiplication(multiplication(A,multiplication(B,C)),V_3) <->
% 1.21/1.66  multiplication(A,multiplication(B,multiplication(C,V_3)))
% 1.21/1.66  Current number of equations to process: 106
% 1.21/1.66  Current number of ordered equations: 2
% 1.21/1.66  Current number of rules: 62
% 1.21/1.66  New rule produced :
% 1.21/1.66  [65]
% 1.21/1.66  multiplication(multiplication(multiplication(A,B),C),V_3) <->
% 1.21/1.66  multiplication(A,multiplication(multiplication(B,C),V_3))
% 1.21/1.66  Current number of equations to process: 106
% 1.21/1.66  Current number of ordered equations: 1
% 1.21/1.66  Current number of rules: 63
% 1.21/1.66  New rule produced :
% 1.21/1.66  [66]
% 1.21/1.66  multiplication(multiplication(multiplication(A,B),C),V_3) <->
% 1.21/1.66  multiplication(A,multiplication(B,multiplication(C,V_3)))
% 1.21/1.66  Current number of equations to process: 106
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 64
% 1.21/1.66  New rule produced :
% 1.21/1.66  [67]
% 1.21/1.66  multiplication(strong_iteration(A),zero) addition multiplication(star(A),B)
% 1.21/1.66  -> multiplication(strong_iteration(A),B)
% 1.21/1.66  Current number of equations to process: 101
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 65
% 1.21/1.66  New rule produced : [68] ifeq2(leq(A addition B,A),true,A addition B,A) -> A
% 1.21/1.66  Current number of equations to process: 100
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 66
% 1.21/1.66  New rule produced :
% 1.21/1.66  [69] ifeq2(leq(multiplication(A,star(A)),one),true,star(A),one) -> one
% 1.21/1.66  Current number of equations to process: 99
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 67
% 1.21/1.66  New rule produced :
% 1.21/1.66  [70] ifeq2(leq(multiplication(star(A),A),one),true,star(A),one) -> one
% 1.21/1.66  Current number of equations to process: 98
% 1.21/1.66  Current number of ordered equations: 0
% 1.21/1.66  Current number of rules: 68
% 1.21/1.66  New rule produced :
% 1.21/1.66  [71]
% 1.21/1.66  ifeq2(leq(multiplication(A,strong_iteration(A)),one),true,strong_iteration(A),one)
% 1.30/1.68  -> one
% 1.30/1.68  Current number of equations to process: 97
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 69
% 1.30/1.68  New rule produced :
% 1.30/1.68  [72] ifeq3(A addition B,A,leq(A addition B,A),true) -> true
% 1.30/1.68  Current number of equations to process: 96
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 70
% 1.30/1.68  New rule produced :
% 1.30/1.68  [73] ifeq3(star(A),one,leq(multiplication(A,star(A)),one),true) -> true
% 1.30/1.68  Current number of equations to process: 95
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 71
% 1.30/1.68  New rule produced :
% 1.30/1.68  [74] ifeq3(star(A),one,leq(multiplication(star(A),A),one),true) -> true
% 1.30/1.68  Current number of equations to process: 94
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 72
% 1.30/1.68  New rule produced :
% 1.30/1.68  [75]
% 1.30/1.68  ifeq3(strong_iteration(A),one,leq(multiplication(A,strong_iteration(A)),one),true)
% 1.30/1.68  -> true
% 1.30/1.68  Current number of equations to process: 93
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 73
% 1.30/1.68  New rule produced :
% 1.30/1.68  [76]
% 1.30/1.68  multiplication(A,star(B)) addition multiplication(A,multiplication(strong_iteration(B),zero))
% 1.30/1.68  -> multiplication(A,strong_iteration(B))
% 1.30/1.68  Current number of equations to process: 92
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 74
% 1.30/1.68  New rule produced :
% 1.30/1.68  [77]
% 1.30/1.68  ifeq3(strong_iteration(A),star(A),leq(multiplication(strong_iteration(A),zero),
% 1.30/1.68                                    star(A)),true) -> true
% 1.30/1.68  Current number of equations to process: 85
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 75
% 1.30/1.68  New rule produced :
% 1.30/1.68  [78]
% 1.30/1.68  ifeq2(leq(multiplication(strong_iteration(A),zero),star(A)),true,strong_iteration(A),
% 1.30/1.68  star(A)) -> star(A)
% 1.30/1.68  Current number of equations to process: 84
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 76
% 1.30/1.68  New rule produced :
% 1.30/1.68  [79]
% 1.30/1.68  ifeq3(star(A),multiplication(A,star(A)),leq(one,multiplication(A,star(A))),true)
% 1.30/1.68  -> true
% 1.30/1.68  Current number of equations to process: 82
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 77
% 1.30/1.68  New rule produced :
% 1.30/1.68  [80]
% 1.30/1.68  ifeq3(star(A),multiplication(star(A),A),leq(one,multiplication(star(A),A)),true)
% 1.30/1.68  -> true
% 1.30/1.68  Current number of equations to process: 81
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 78
% 1.30/1.68  New rule produced :
% 1.30/1.68  [81]
% 1.30/1.68  ifeq3(strong_iteration(A),multiplication(A,strong_iteration(A)),leq(one,
% 1.30/1.68                                                                  multiplication(A,
% 1.30/1.68                                                                  strong_iteration(A))),true)
% 1.30/1.68  -> true
% 1.30/1.68  Current number of equations to process: 80
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 79
% 1.30/1.68  New rule produced :
% 1.30/1.68  [82]
% 1.30/1.68  ifeq2(leq(multiplication(A,star(A)) addition B,one),true,star(A) addition B,one)
% 1.30/1.68  -> one
% 1.30/1.68  Current number of equations to process: 79
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 80
% 1.30/1.68  New rule produced :
% 1.30/1.68  [83]
% 1.30/1.68  ifeq2(leq(multiplication(star(A),A) addition B,one),true,star(A) addition B,one)
% 1.30/1.68  -> one
% 1.30/1.68  Current number of equations to process: 78
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 81
% 1.30/1.68  New rule produced :
% 1.30/1.68  [84]
% 1.30/1.68  ifeq2(leq(multiplication(A,strong_iteration(A)) addition B,one),true,
% 1.30/1.68  strong_iteration(A) addition B,one) -> one
% 1.30/1.68  Current number of equations to process: 77
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 82
% 1.30/1.68  New rule produced :
% 1.30/1.68  [85]
% 1.30/1.68  ifeq3(star(A) addition B,one,leq(multiplication(A,star(A)) addition B,one),true)
% 1.30/1.68  -> true
% 1.30/1.68  Current number of equations to process: 76
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 83
% 1.30/1.68  New rule produced :
% 1.30/1.68  [86]
% 1.30/1.68  ifeq3(star(A) addition B,one,leq(multiplication(star(A),A) addition B,one),true)
% 1.30/1.68  -> true
% 1.30/1.68  Current number of equations to process: 75
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 84
% 1.30/1.68  New rule produced :
% 1.30/1.68  [87]
% 1.30/1.68  ifeq3(strong_iteration(A) addition B,one,leq(multiplication(A,strong_iteration(A)) addition B,one),true)
% 1.30/1.68  -> true
% 1.30/1.68  Current number of equations to process: 74
% 1.30/1.68  Current number of ordered equations: 0
% 1.30/1.68  Current number of rules: 85
% 1.30/1.68  New rule produced :
% 1.30/1.68  [88]
% 1.30/1.68  ifeq3(strong_iteration(A),multiplication(strong_iteration(A),zero),leq(
% 1.31/1.71                                                                     star(A),
% 1.31/1.71                                                                     multiplication(
% 1.31/1.71                                                                     strong_iteration(A),zero)),true)
% 1.31/1.71  -> true
% 1.31/1.71  Current number of equations to process: 73
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 86
% 1.31/1.71  New rule produced :
% 1.31/1.71  [89]
% 1.31/1.71  ifeq2(leq(one,multiplication(A,star(A))),true,star(A),multiplication(A,
% 1.31/1.71                                                        star(A))) ->
% 1.31/1.71  multiplication(A,star(A))
% 1.31/1.71  Current number of equations to process: 72
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 87
% 1.31/1.71  New rule produced :
% 1.31/1.71  [90]
% 1.31/1.71  ifeq2(leq(one,multiplication(star(A),A)),true,star(A),multiplication(
% 1.31/1.71                                                        star(A),A)) ->
% 1.31/1.71  multiplication(star(A),A)
% 1.31/1.71  Current number of equations to process: 71
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 88
% 1.31/1.71  New rule produced :
% 1.31/1.71  [91]
% 1.31/1.71  ifeq2(leq(one,multiplication(A,strong_iteration(A))),true,strong_iteration(A),
% 1.31/1.71  multiplication(A,strong_iteration(A))) ->
% 1.31/1.71  multiplication(A,strong_iteration(A))
% 1.31/1.71  Current number of equations to process: 70
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 89
% 1.31/1.71  New rule produced : [92] ifeq(leq(A,B),true,leq(A,B),true) -> true
% 1.31/1.71  Current number of equations to process: 69
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 90
% 1.31/1.71  New rule produced :
% 1.31/1.71  [93]
% 1.31/1.71  ifeq(leq(multiplication(A,B),B),true,leq(multiplication(star(A),zero),B),true)
% 1.31/1.71  -> true
% 1.31/1.71  Current number of equations to process: 80
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 91
% 1.31/1.71  New rule produced :
% 1.31/1.71  [94]
% 1.31/1.71  ifeq(leq(one addition multiplication(A,B),B),true,leq(star(A),B),true) ->
% 1.31/1.71  true
% 1.31/1.71  Current number of equations to process: 78
% 1.31/1.71  Current number of ordered equations: 1
% 1.31/1.71  Current number of rules: 92
% 1.31/1.71  New rule produced :
% 1.31/1.71  [95]
% 1.31/1.71  ifeq(leq(A addition B,one),true,leq(multiplication(star(A),B),one),true) ->
% 1.31/1.71  true
% 1.31/1.71  Current number of equations to process: 78
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 93
% 1.31/1.71  New rule produced :
% 1.31/1.71  [96]
% 1.31/1.71  ifeq(leq(A addition B,A),true,leq(multiplication(star(one),B),A),true) ->
% 1.31/1.71  true
% 1.31/1.71  Current number of equations to process: 77
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 94
% 1.31/1.71  New rule produced :
% 1.31/1.71  [97]
% 1.31/1.71  ifeq(leq(strong_iteration(A),zero),true,leq(multiplication(star(strong_iteration(A)),
% 1.31/1.71                                              star(A)),zero),true) -> true
% 1.31/1.71  Current number of equations to process: 76
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 95
% 1.31/1.71  New rule produced :
% 1.31/1.71  [98] ifeq(leq(multiplication(A,B),A),true,true,true) -> true
% 1.31/1.71  Current number of equations to process: 78
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 96
% 1.31/1.71  New rule produced : [99] leq(star(A),strong_iteration(A)) -> true
% 1.31/1.71  Current number of equations to process: 89
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 97
% 1.31/1.71  New rule produced :
% 1.31/1.71  [100] ifeq(leq(A,zero),true,leq(multiplication(A,star(B)),zero),true) -> true
% 1.31/1.71  Current number of equations to process: 88
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 98
% 1.31/1.71  New rule produced :
% 1.31/1.71  [101]
% 1.31/1.71  ifeq(leq(A addition B,A),true,leq(multiplication(B,star(one)),A),true) ->
% 1.31/1.71  true
% 1.31/1.71  Current number of equations to process: 90
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 99
% 1.31/1.71  New rule produced :
% 1.31/1.71  [102]
% 1.31/1.71  ifeq(leq(one addition multiplication(A,B),A),true,leq(star(B),A),true) ->
% 1.31/1.71  true
% 1.31/1.71  Current number of equations to process: 88
% 1.31/1.71  Current number of ordered equations: 1
% 1.31/1.71  Current number of rules: 100
% 1.31/1.71  New rule produced :
% 1.31/1.71  [103]
% 1.31/1.71  ifeq(leq(A addition B,one),true,leq(multiplication(B,star(A)),one),true) ->
% 1.31/1.71  true
% 1.31/1.71  Current number of equations to process: 88
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 101
% 1.31/1.71  New rule produced :
% 1.31/1.71  [104] leq(A,multiplication(strong_iteration(one),B)) -> true
% 1.31/1.71  Current number of equations to process: 93
% 1.31/1.71  Current number of ordered equations: 0
% 1.31/1.71  Current number of rules: 102
% 1.31/1.71  New rule produced :
% 1.31/1.71  [105]
% 1.31/1.71  leq(star(A),strong_iteration(A) addition multiplication(strong_iteration(A),B))
% 1.37/1.76  -> true
% 1.37/1.76  Current number of equations to process: 93
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 103
% 1.37/1.76  New rule produced :
% 1.37/1.76  [106]
% 1.37/1.76  ifeq(leq(A,multiplication(B,A)),true,leq(A,multiplication(strong_iteration(B),zero)),true)
% 1.37/1.76  -> true
% 1.37/1.76  Current number of equations to process: 99
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 104
% 1.37/1.76  New rule produced :
% 1.37/1.76  [107]
% 1.37/1.76  ifeq(leq(A,one addition multiplication(B,A)),true,leq(A,strong_iteration(B)),true)
% 1.37/1.76  -> true
% 1.37/1.76  Current number of equations to process: 97
% 1.37/1.76  Current number of ordered equations: 1
% 1.37/1.76  Current number of rules: 105
% 1.37/1.76  New rule produced :
% 1.37/1.76  [108]
% 1.37/1.76  ifeq(leq(one,A addition B),true,leq(one,multiplication(strong_iteration(A),B)),true)
% 1.37/1.76  -> true
% 1.37/1.76  Current number of equations to process: 97
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 106
% 1.37/1.76  New rule produced : [109] leq(one,star(A)) -> true
% 1.37/1.76  Current number of equations to process: 125
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 107
% 1.37/1.76  New rule produced : [110] leq(one,star(A) addition B) -> true
% 1.37/1.76  Current number of equations to process: 124
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 108
% 1.37/1.76  New rule produced :
% 1.37/1.76  [111] multiplication(A,star(B)) addition A -> multiplication(A,star(B))
% 1.37/1.76  Current number of equations to process: 123
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 109
% 1.37/1.76  New rule produced :
% 1.37/1.76  [112] multiplication(star(A),B) addition B -> multiplication(star(A),B)
% 1.37/1.76  Current number of equations to process: 122
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 110
% 1.37/1.76  Rule [50]
% 1.37/1.76       star(A) addition multiplication(star(B),B) <->
% 1.37/1.76       star(B) addition multiplication(A,star(A)) is composed into [50]
% 1.37/1.76                                                                   star(A) addition 
% 1.37/1.76                                                                   multiplication(
% 1.37/1.76                                                                   star(B),B)
% 1.37/1.76                                                                   ->
% 1.37/1.76                                                                   star(A) addition 
% 1.37/1.76                                                                   star(B)
% 1.37/1.76  New rule produced :
% 1.37/1.76  [113] star(B) addition multiplication(A,star(A)) -> star(A) addition star(B)
% 1.37/1.76  Rule [29] star(A) addition multiplication(A,star(A)) -> star(A) collapsed.
% 1.37/1.76  Rule
% 1.37/1.76  [48]
% 1.37/1.76  star(A) addition multiplication(B,star(B)) <->
% 1.37/1.76  star(B) addition multiplication(A,star(A)) collapsed.
% 1.37/1.76  Rule
% 1.37/1.76  [51]
% 1.37/1.76  star(B) addition multiplication(A,star(A)) <->
% 1.37/1.76  star(A) addition multiplication(star(B),B) collapsed.
% 1.37/1.76  Current number of equations to process: 121
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 108
% 1.37/1.76  Rule [56]
% 1.37/1.76       strong_iteration(B) addition multiplication(star(A),A) <->
% 1.37/1.76       star(A) addition multiplication(B,strong_iteration(B)) is composed into 
% 1.37/1.76  [56]
% 1.37/1.76  strong_iteration(B) addition multiplication(star(A),A) ->
% 1.37/1.76  strong_iteration(B) addition star(A)
% 1.37/1.76  Rule [54]
% 1.37/1.76       strong_iteration(B) addition multiplication(A,star(A)) <->
% 1.37/1.76       star(A) addition multiplication(B,strong_iteration(B)) is composed into 
% 1.37/1.76  [54]
% 1.37/1.76  strong_iteration(B) addition multiplication(A,star(A)) ->
% 1.37/1.76  strong_iteration(B) addition star(A)
% 1.37/1.76  New rule produced :
% 1.37/1.76  [114]
% 1.37/1.76  star(B) addition multiplication(A,strong_iteration(A)) ->
% 1.37/1.76  strong_iteration(A) addition star(B)
% 1.37/1.76  Rule
% 1.37/1.76  [53]
% 1.37/1.76  star(A) addition multiplication(B,strong_iteration(B)) <->
% 1.37/1.76  strong_iteration(B) addition multiplication(A,star(A)) collapsed.
% 1.37/1.76  Rule
% 1.37/1.76  [55]
% 1.37/1.76  star(A) addition multiplication(B,strong_iteration(B)) <->
% 1.37/1.76  strong_iteration(B) addition multiplication(star(A),A) collapsed.
% 1.37/1.76  Current number of equations to process: 119
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 107
% 1.37/1.76  New rule produced : [115] ifeq2(leq(star(A),one),true,star(A),one) -> one
% 1.37/1.76  Current number of equations to process: 118
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 108
% 1.37/1.76  New rule produced : [116] ifeq3(star(A),one,leq(star(A),one),true) -> true
% 1.37/1.76  Current number of equations to process: 117
% 1.37/1.76  Current number of ordered equations: 0
% 1.37/1.76  Current number of rules: 109
% 1.37/1.76  New rule produced : [117] leq(one,strong_iteration(A)) -> true
% 1.44/1.82  Current number of equations to process: 140
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 110
% 1.44/1.82  New rule produced : [118] leq(one,strong_iteration(A) addition B) -> true
% 1.44/1.82  Current number of equations to process: 139
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 111
% 1.44/1.82  New rule produced :
% 1.44/1.82  [119]
% 1.44/1.82  multiplication(A,strong_iteration(B)) addition A ->
% 1.44/1.82  multiplication(A,strong_iteration(B))
% 1.44/1.82  Current number of equations to process: 138
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 112
% 1.44/1.82  New rule produced :
% 1.44/1.82  [120]
% 1.44/1.82  multiplication(strong_iteration(A),B) addition B ->
% 1.44/1.82  multiplication(strong_iteration(A),B)
% 1.44/1.82  Current number of equations to process: 137
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 113
% 1.44/1.82  New rule produced :
% 1.44/1.82  [121]
% 1.44/1.82  strong_iteration(B) addition multiplication(A,strong_iteration(A)) ->
% 1.44/1.82  strong_iteration(A) addition strong_iteration(B)
% 1.44/1.82  Rule
% 1.44/1.82  [31]
% 1.44/1.82  strong_iteration(A) addition multiplication(A,strong_iteration(A)) ->
% 1.44/1.82  strong_iteration(A) collapsed.
% 1.44/1.82  Rule
% 1.44/1.82  [52]
% 1.44/1.82  strong_iteration(A) addition multiplication(B,strong_iteration(B)) <->
% 1.44/1.82  strong_iteration(B) addition multiplication(A,strong_iteration(A)) collapsed.
% 1.44/1.82  Current number of equations to process: 136
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 112
% 1.44/1.82  New rule produced :
% 1.44/1.82  [122] ifeq2(leq(strong_iteration(A),one),true,strong_iteration(A),one) -> one
% 1.44/1.82  Current number of equations to process: 135
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 113
% 1.44/1.82  New rule produced :
% 1.44/1.82  [123]
% 1.44/1.82  ifeq3(strong_iteration(A),one,leq(strong_iteration(A),one),true) -> true
% 1.44/1.82  Current number of equations to process: 134
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 114
% 1.44/1.82  New rule produced :
% 1.44/1.82  [124] star(multiplication(A,zero)) -> one addition multiplication(A,zero)
% 1.44/1.82  Current number of equations to process: 139
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 115
% 1.44/1.82  New rule produced :
% 1.44/1.82  [125]
% 1.44/1.82  strong_iteration(multiplication(A,zero)) ->
% 1.44/1.82  one addition multiplication(A,zero)
% 1.44/1.82  Current number of equations to process: 138
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 116
% 1.44/1.82  New rule produced :
% 1.44/1.82  [126]
% 1.44/1.82  multiplication(multiplication(A,multiplication(B,zero)),C) ->
% 1.44/1.82  multiplication(A,multiplication(B,zero))
% 1.44/1.82  Current number of equations to process: 137
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 117
% 1.44/1.82  New rule produced : [127] leq(star(A),strong_iteration(A) addition B) -> true
% 1.44/1.82  Rule
% 1.44/1.82  [105]
% 1.44/1.82  leq(star(A),strong_iteration(A) addition multiplication(strong_iteration(A),B))
% 1.44/1.82  -> true collapsed.
% 1.44/1.82  Current number of equations to process: 153
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 117
% 1.44/1.82  New rule produced :
% 1.44/1.82  [128]
% 1.44/1.82  multiplication(A,strong_iteration(B)) addition multiplication(A,star(B)) ->
% 1.44/1.82  multiplication(A,strong_iteration(B))
% 1.44/1.82  Current number of equations to process: 152
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 118
% 1.44/1.82  New rule produced :
% 1.44/1.82  [129]
% 1.44/1.82  multiplication(strong_iteration(A),B) addition multiplication(star(A),B) ->
% 1.44/1.82  multiplication(strong_iteration(A),B)
% 1.44/1.82  Current number of equations to process: 151
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 119
% 1.44/1.82  New rule produced : [130] leq(multiplication(star(A),A),star(A)) -> true
% 1.44/1.82  Current number of equations to process: 174
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 120
% 1.44/1.82  New rule produced :
% 1.44/1.82  [131] leq(multiplication(star(A),A),star(A) addition B) -> true
% 1.44/1.82  Current number of equations to process: 173
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 121
% 1.44/1.82  New rule produced :
% 1.44/1.82  [132]
% 1.44/1.82  ifeq3(strong_iteration(A),star(A),leq(strong_iteration(A),star(A)),true) ->
% 1.44/1.82  true
% 1.44/1.82  Current number of equations to process: 172
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 122
% 1.44/1.82  New rule produced :
% 1.44/1.82  [133]
% 1.44/1.82  ifeq2(leq(strong_iteration(A),star(A)),true,strong_iteration(A),star(A)) ->
% 1.44/1.82  star(A)
% 1.44/1.82  Current number of equations to process: 171
% 1.44/1.82  Current number of ordered equations: 0
% 1.44/1.82  Current number of rules: 123
% 1.44/1.82  New rule produced :
% 1.44/1.82  [134] leq(multiplication(star(A),star(A)),star(A)) -> true
% 1.51/1.94  Current number of equations to process: 172
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 124
% 1.51/1.94  New rule produced :
% 1.51/1.94  [135]
% 1.51/1.94  leq(multiplication(strong_iteration(A),zero),strong_iteration(A)) -> true
% 1.51/1.94  Current number of equations to process: 191
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 125
% 1.51/1.94  New rule produced :
% 1.51/1.94  [136]
% 1.51/1.94  leq(multiplication(strong_iteration(A),zero),strong_iteration(A) addition B)
% 1.51/1.94  -> true
% 1.51/1.94  Current number of equations to process: 190
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 126
% 1.51/1.94  New rule produced :
% 1.51/1.94  [137]
% 1.51/1.94  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(sK1_goals_X1,sK2_goals_X0) addition A)
% 1.51/1.94  -> true
% 1.51/1.94  Current number of equations to process: 210
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 127
% 1.51/1.94  New rule produced : [138] multiplication(A,zero) addition A -> A
% 1.51/1.94  Rule
% 1.51/1.94  [32]
% 1.51/1.94  strong_iteration(A) addition multiplication(strong_iteration(A),zero) ->
% 1.51/1.94  strong_iteration(A) collapsed.
% 1.51/1.94  Current number of equations to process: 217
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 127
% 1.51/1.94  New rule produced : [139] star(A) addition multiplication(A,zero) -> star(A)
% 1.51/1.94  Current number of equations to process: 218
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 128
% 1.51/1.94  New rule produced :
% 1.51/1.94  [140]
% 1.51/1.94  strong_iteration(A) addition multiplication(A,zero) -> strong_iteration(A)
% 1.51/1.94  Current number of equations to process: 219
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 129
% 1.51/1.94  New rule produced :
% 1.51/1.94  [141] leq(multiplication(A,zero),multiplication(A,B)) -> true
% 1.51/1.94  Current number of equations to process: 247
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 130
% 1.51/1.94  New rule produced :
% 1.51/1.94  [142] leq(multiplication(A,zero),multiplication(A,B) addition C) -> true
% 1.51/1.94  Current number of equations to process: 246
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 131
% 1.51/1.94  New rule produced :
% 1.51/1.94  [143]
% 1.51/1.94  star(A) addition multiplication(strong_iteration(A),B) ->
% 1.51/1.94  strong_iteration(A) addition multiplication(strong_iteration(A),B)
% 1.51/1.94  Rule
% 1.51/1.94  [15]
% 1.51/1.94  star(A) addition multiplication(strong_iteration(A),zero) ->
% 1.51/1.94  strong_iteration(A) collapsed.
% 1.51/1.94  Current number of equations to process: 243
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 131
% 1.51/1.94  New rule produced :
% 1.51/1.94  [144]
% 1.51/1.94  multiplication(multiplication(A,B),C) addition multiplication(A,zero) <->
% 1.51/1.94  multiplication(A,multiplication(B,C))
% 1.51/1.94  Current number of equations to process: 242
% 1.51/1.94  Current number of ordered equations: 1
% 1.51/1.94  Current number of rules: 132
% 1.51/1.94  New rule produced :
% 1.51/1.94  [145]
% 1.51/1.94  multiplication(A,multiplication(B,C)) <->
% 1.51/1.94  multiplication(multiplication(A,B),C) addition multiplication(A,zero)
% 1.51/1.94  Current number of equations to process: 242
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 133
% 1.51/1.94  Rule [145]
% 1.51/1.94       multiplication(A,multiplication(B,C)) <->
% 1.51/1.94       multiplication(multiplication(A,B),C) addition multiplication(A,zero) is composed into 
% 1.51/1.94  [145]
% 1.51/1.94  multiplication(A,multiplication(B,C)) <->
% 1.51/1.94  multiplication(multiplication(A,B),C)
% 1.51/1.94  New rule produced :
% 1.51/1.94  [146]
% 1.51/1.94  multiplication(multiplication(A,B),C) addition multiplication(A,zero) ->
% 1.51/1.94  multiplication(multiplication(A,B),C)
% 1.51/1.94  Rule
% 1.51/1.94  [144]
% 1.51/1.94  multiplication(multiplication(A,B),C) addition multiplication(A,zero) <->
% 1.51/1.94  multiplication(A,multiplication(B,C)) collapsed.
% 1.51/1.94  Current number of equations to process: 241
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 133
% 1.51/1.94  New rule produced :
% 1.51/1.94  [147]
% 1.51/1.94  multiplication(sK1_goals_X1,sK2_goals_X0) addition multiplication(sK2_goals_X0,zero)
% 1.51/1.94  -> multiplication(sK1_goals_X1,sK2_goals_X0)
% 1.51/1.94  Current number of equations to process: 245
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 134
% 1.51/1.94  New rule produced : [148] leq(multiplication(A,star(A)),star(A)) -> true
% 1.51/1.94  Current number of equations to process: 261
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 135
% 1.51/1.94  New rule produced :
% 1.51/1.94  [149] leq(multiplication(A,strong_iteration(A)),strong_iteration(A)) -> true
% 1.51/1.94  Current number of equations to process: 260
% 1.51/1.94  Current number of ordered equations: 0
% 1.51/1.94  Current number of rules: 136
% 1.51/1.94  New rule produced : [150] leq(one addition A,star(B) addition A) -> true
% 1.68/2.04  Current number of equations to process: 259
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 137
% 1.68/2.04  New rule produced :
% 1.68/2.04  [151] leq(one addition A,strong_iteration(B) addition A) -> true
% 1.68/2.04  Current number of equations to process: 258
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 138
% 1.68/2.04  New rule produced :
% 1.68/2.04  [152] leq(multiplication(A,star(A)),star(A) addition B) -> true
% 1.68/2.04  Current number of equations to process: 257
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 139
% 1.68/2.04  New rule produced :
% 1.68/2.04  [153]
% 1.68/2.04  leq(multiplication(A,strong_iteration(A)),strong_iteration(A) addition B) ->
% 1.68/2.04  true
% 1.68/2.04  Current number of equations to process: 256
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 140
% 1.68/2.04  New rule produced :
% 1.68/2.04  [154] leq(one addition A,star(B) addition A addition C) -> true
% 1.68/2.04  Current number of equations to process: 255
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 141
% 1.68/2.04  New rule produced :
% 1.68/2.04  [155] leq(one addition A,strong_iteration(B) addition A addition C) -> true
% 1.68/2.04  Current number of equations to process: 254
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 142
% 1.68/2.04  New rule produced :
% 1.68/2.04  [156] leq(A,multiplication(strong_iteration(B),A)) -> true
% 1.68/2.04  Current number of equations to process: 256
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 143
% 1.68/2.04  New rule produced :
% 1.68/2.04  [157] leq(star(A) addition B,strong_iteration(A) addition B) -> true
% 1.68/2.04  Current number of equations to process: 261
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 144
% 1.68/2.04  New rule produced :
% 1.68/2.04  [158] leq(multiplication(A,star(A)) addition B,star(A) addition B) -> true
% 1.68/2.04  Current number of equations to process: 259
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 145
% 1.68/2.04  New rule produced :
% 1.68/2.04  [159] leq(multiplication(star(A),A) addition B,star(A) addition B) -> true
% 1.68/2.04  Current number of equations to process: 258
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 146
% 1.68/2.04  New rule produced :
% 1.68/2.04  [160]
% 1.68/2.04  leq(multiplication(A,strong_iteration(A)) addition B,strong_iteration(A) addition B)
% 1.68/2.04  -> true
% 1.68/2.04  Current number of equations to process: 257
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 147
% 1.68/2.04  New rule produced :
% 1.68/2.04  [161]
% 1.68/2.04  leq(star(A) addition B,strong_iteration(A) addition B addition C) -> true
% 1.68/2.04  Current number of equations to process: 256
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 148
% 1.68/2.04  New rule produced :
% 1.68/2.04  [162]
% 1.68/2.04  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition A)
% 1.68/2.04  -> true
% 1.68/2.04  Current number of equations to process: 254
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 149
% 1.68/2.04  New rule produced :
% 1.68/2.04  [163]
% 1.68/2.04  leq(multiplication(A,zero) addition B,multiplication(A,C) addition B) -> true
% 1.68/2.04  Current number of equations to process: 253
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 150
% 1.68/2.04  New rule produced :
% 1.68/2.04  [164]
% 1.68/2.04  multiplication(multiplication(A,B),star(B)) addition A ->
% 1.68/2.04  multiplication(A,star(B))
% 1.68/2.04  Current number of equations to process: 294
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 151
% 1.68/2.04  New rule produced :
% 1.68/2.04  [165]
% 1.68/2.04  one addition multiplication(star(multiplication(A,star(A))),star(A)) ->
% 1.68/2.04  star(multiplication(A,star(A)))
% 1.68/2.04  Current number of equations to process: 289
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 152
% 1.68/2.04  New rule produced :
% 1.68/2.04  [166]
% 1.68/2.04  multiplication(A,star(B)) addition multiplication(A,multiplication(star(B),B))
% 1.68/2.04  -> multiplication(A,star(B))
% 1.68/2.04  Current number of equations to process: 288
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 153
% 1.68/2.04  New rule produced :
% 1.68/2.04  [167]
% 1.68/2.04  multiplication(star(A),B) addition multiplication(multiplication(star(A),A),B)
% 1.68/2.04  -> multiplication(star(A),B)
% 1.68/2.04  Current number of equations to process: 287
% 1.68/2.04  Current number of ordered equations: 0
% 1.68/2.04  Current number of rules: 154
% 1.68/2.04  New rule produced :
% 1.68/2.04  [168]
% 1.68/2.04  multiplication(A,strong_iteration(B)) addition multiplication(A,multiplication(
% 1.68/2.04                                                                  strong_iteration(B),zero))
% 1.68/2.04  -> multiplication(A,strong_iteration(B))
% 1.68/2.04  Current number of equations to process: 286
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 155
% 1.93/2.29  New rule produced :
% 1.93/2.29  [169]
% 1.93/2.29  multiplication(A,star(B)) addition multiplication(A,multiplication(B,star(B)))
% 1.93/2.29  -> multiplication(A,star(B))
% 1.93/2.29  Current number of equations to process: 285
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 156
% 1.93/2.29  New rule produced : [170] leq(A,multiplication(A,star(B))) -> true
% 1.93/2.29  Current number of equations to process: 312
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 157
% 1.93/2.29  New rule produced : [171] leq(A,multiplication(A,star(B)) addition C) -> true
% 1.93/2.29  Current number of equations to process: 311
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 158
% 1.93/2.29  New rule produced :
% 1.93/2.29  [172]
% 1.93/2.29  one addition multiplication(star(A),star(B)) ->
% 1.93/2.29  multiplication(star(A),star(B))
% 1.93/2.29  Rule
% 1.93/2.29  [165]
% 1.93/2.29  one addition multiplication(star(multiplication(A,star(A))),star(A)) ->
% 1.93/2.29  star(multiplication(A,star(A))) collapsed.
% 1.93/2.29  Current number of equations to process: 310
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 158
% 1.93/2.29  New rule produced :
% 1.93/2.29  [173]
% 1.93/2.29  one addition multiplication(strong_iteration(A),star(B)) ->
% 1.93/2.29  multiplication(strong_iteration(A),star(B))
% 1.93/2.29  Current number of equations to process: 309
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 159
% 1.93/2.29  New rule produced :
% 1.93/2.29  [174]
% 1.93/2.29  multiplication(multiplication(A,star(B)),B) addition A ->
% 1.93/2.29  multiplication(A,star(B))
% 1.93/2.29  Current number of equations to process: 348
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 160
% 1.93/2.29  New rule produced :
% 1.93/2.29  [175]
% 1.93/2.29  multiplication(star(multiplication(A,star(A))),star(A)) ->
% 1.93/2.29  star(multiplication(A,star(A)))
% 1.93/2.29  Current number of equations to process: 347
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 161
% 1.93/2.29  New rule produced :
% 1.93/2.29  [176] leq(A addition B,multiplication(A,star(C)) addition B) -> true
% 1.93/2.29  Current number of equations to process: 346
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 162
% 1.93/2.29  New rule produced :
% 1.93/2.29  [177]
% 1.93/2.29  multiplication(star(multiplication(star(A),A)),star(A)) ->
% 1.93/2.29  star(multiplication(star(A),A))
% 1.93/2.29  Current number of equations to process: 345
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 163
% 1.93/2.29  New rule produced :
% 1.93/2.29  [178]
% 1.93/2.29  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,star(B))) ->
% 1.93/2.29  true
% 1.93/2.29  Current number of equations to process: 344
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 164
% 1.93/2.29  New rule produced :
% 1.93/2.29  [179]
% 1.93/2.29  multiplication(star(A),star(B)) addition multiplication(star(A),A) ->
% 1.93/2.29  multiplication(star(A),star(B))
% 1.93/2.29  Current number of equations to process: 341
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 165
% 1.93/2.29  New rule produced :
% 1.93/2.29  [180]
% 1.93/2.29  leq(A addition B,multiplication(A,star(C)) addition B addition V_3) -> true
% 1.93/2.29  Current number of equations to process: 340
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 166
% 1.93/2.29  New rule produced :
% 1.93/2.29  [181]
% 1.93/2.29  multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 1.93/2.29                                                     star(A)) ->
% 1.93/2.29  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),star(A))
% 1.93/2.29  Current number of equations to process: 339
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 167
% 1.93/2.29  New rule produced :
% 1.93/2.29  [182]
% 1.93/2.29  multiplication(multiplication(A,B),strong_iteration(B)) addition A ->
% 1.93/2.29  multiplication(A,strong_iteration(B))
% 1.93/2.29  Current number of equations to process: 400
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 168
% 1.93/2.29  New rule produced :
% 1.93/2.29  [183]
% 1.93/2.29  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,star(B))) ->
% 1.93/2.29  true
% 1.93/2.29  Current number of equations to process: 399
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 169
% 1.93/2.29  New rule produced :
% 1.93/2.29  [184]
% 1.93/2.29  one addition multiplication(star(multiplication(A,strong_iteration(A))),
% 1.93/2.29               strong_iteration(A)) ->
% 1.93/2.29  star(multiplication(A,strong_iteration(A)))
% 1.93/2.29  Current number of equations to process: 398
% 1.93/2.29  Current number of ordered equations: 0
% 1.93/2.29  Current number of rules: 170
% 1.93/2.29  New rule produced :
% 1.93/2.29  [185]
% 1.93/2.29  multiplication(A,strong_iteration(B)) addition multiplication(A,multiplication(B,
% 1.93/2.29                                                                  strong_iteration(B)))
% 2.11/2.47  -> multiplication(A,strong_iteration(B))
% 2.11/2.47  Current number of equations to process: 397
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 171
% 2.11/2.47  New rule produced :
% 2.11/2.47  [186] leq(A,multiplication(A,strong_iteration(B))) -> true
% 2.11/2.47  Current number of equations to process: 424
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 172
% 2.11/2.47  New rule produced :
% 2.11/2.47  [187] leq(A,multiplication(A,strong_iteration(B)) addition C) -> true
% 2.11/2.47  Current number of equations to process: 423
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 173
% 2.11/2.47  New rule produced :
% 2.11/2.47  [188]
% 2.11/2.47  one addition multiplication(star(A),strong_iteration(B)) ->
% 2.11/2.47  multiplication(star(A),strong_iteration(B))
% 2.11/2.47  Rule
% 2.11/2.47  [184]
% 2.11/2.47  one addition multiplication(star(multiplication(A,strong_iteration(A))),
% 2.11/2.47               strong_iteration(A)) ->
% 2.11/2.47  star(multiplication(A,strong_iteration(A))) collapsed.
% 2.11/2.47  Current number of equations to process: 422
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 173
% 2.11/2.47  New rule produced :
% 2.11/2.47  [189]
% 2.11/2.47  one addition multiplication(strong_iteration(A),strong_iteration(B)) ->
% 2.11/2.47  multiplication(strong_iteration(A),strong_iteration(B))
% 2.11/2.47  Current number of equations to process: 421
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 174
% 2.11/2.47  New rule produced :
% 2.11/2.47  [190]
% 2.11/2.47  multiplication(multiplication(A,star(A)),zero) ->
% 2.11/2.47  multiplication(star(A),zero)
% 2.11/2.47  Current number of equations to process: 442
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 175
% 2.11/2.47  New rule produced :
% 2.11/2.47  [191]
% 2.11/2.47  multiplication(A,multiplication(star(A),B)) addition B ->
% 2.11/2.47  multiplication(star(A),B)
% 2.11/2.47  Current number of equations to process: 479
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 176
% 2.11/2.47  New rule produced :
% 2.11/2.47  [192]
% 2.11/2.47  multiplication(star(multiplication(A,strong_iteration(A))),strong_iteration(A))
% 2.11/2.47  -> star(multiplication(A,strong_iteration(A)))
% 2.11/2.47  Current number of equations to process: 478
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 177
% 2.11/2.47  New rule produced :
% 2.11/2.47  [193]
% 2.11/2.47  leq(A addition B,multiplication(A,strong_iteration(C)) addition B) -> true
% 2.11/2.47  Current number of equations to process: 477
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 178
% 2.11/2.47  New rule produced :
% 2.11/2.47  [194]
% 2.11/2.47  multiplication(star(A),star(multiplication(A,star(A)))) ->
% 2.11/2.47  star(multiplication(A,star(A)))
% 2.11/2.47  Current number of equations to process: 476
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 179
% 2.11/2.47  New rule produced :
% 2.11/2.47  [195]
% 2.11/2.47  multiplication(star(A),strong_iteration(multiplication(A,star(A)))) ->
% 2.11/2.47  strong_iteration(multiplication(A,star(A)))
% 2.11/2.47  Current number of equations to process: 475
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 180
% 2.11/2.47  New rule produced :
% 2.11/2.47  [196]
% 2.11/2.47  leq(multiplication(A,multiplication(B,strong_iteration(B))),multiplication(A,
% 2.11/2.47                                                              strong_iteration(B)))
% 2.11/2.47  -> true
% 2.11/2.47  Current number of equations to process: 473
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 181
% 2.11/2.47  New rule produced :
% 2.11/2.47  [197]
% 2.11/2.47  multiplication(star(A),strong_iteration(B)) addition multiplication(star(A),A)
% 2.11/2.47  -> multiplication(star(A),strong_iteration(B))
% 2.11/2.47  Current number of equations to process: 470
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 182
% 2.11/2.47  New rule produced :
% 2.11/2.47  [198]
% 2.11/2.47  leq(A addition B,multiplication(A,strong_iteration(C)) addition B addition V_3)
% 2.11/2.47  -> true
% 2.11/2.47  Current number of equations to process: 469
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 183
% 2.11/2.47  New rule produced :
% 2.11/2.47  [199]
% 2.11/2.47  multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 2.11/2.47                                                     strong_iteration(A)) ->
% 2.11/2.47  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),strong_iteration(A))
% 2.11/2.47  Current number of equations to process: 468
% 2.11/2.47  Current number of ordered equations: 0
% 2.11/2.47  Current number of rules: 184
% 2.11/2.47  New rule produced :
% 2.11/2.47  [200]
% 2.11/2.47  multiplication(star(A),B) addition multiplication(multiplication(A,star(A)),B)
% 2.11/2.47  -> multiplication(star(A),B)
% 2.11/2.47  Current number of equations to process: 467
% 2.11/2.47  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 185
% 2.51/2.87  New rule produced : [201] leq(A,multiplication(star(B),A)) -> true
% 2.51/2.87  Current number of equations to process: 492
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 186
% 2.51/2.87  New rule produced : [202] leq(A,multiplication(star(B),A) addition C) -> true
% 2.51/2.87  Current number of equations to process: 491
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 187
% 2.51/2.87  New rule produced :
% 2.51/2.87  [203]
% 2.51/2.87  multiplication(star(A),multiplication(A,B)) addition B ->
% 2.51/2.87  multiplication(star(A),B)
% 2.51/2.87  Current number of equations to process: 560
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 188
% 2.51/2.87  New rule produced :
% 2.51/2.87  [204]
% 2.51/2.87  star(B) addition multiplication(star(A),strong_iteration(B)) ->
% 2.51/2.87  multiplication(star(A),strong_iteration(B))
% 2.51/2.87  Current number of equations to process: 559
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 189
% 2.51/2.87  New rule produced :
% 2.51/2.87  [205] leq(A addition B,multiplication(star(C),A) addition B) -> true
% 2.51/2.87  Current number of equations to process: 558
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 190
% 2.51/2.87  New rule produced :
% 2.51/2.87  [206]
% 2.51/2.87  multiplication(star(A),multiplication(A,star(A))) <->
% 2.51/2.87  multiplication(multiplication(A,star(A)),star(A))
% 2.51/2.87  Current number of equations to process: 557
% 2.51/2.87  Current number of ordered equations: 1
% 2.51/2.87  Current number of rules: 191
% 2.51/2.87  New rule produced :
% 2.51/2.87  [207]
% 2.51/2.87  multiplication(multiplication(A,star(A)),star(A)) <->
% 2.51/2.87  multiplication(star(A),multiplication(A,star(A)))
% 2.51/2.87  Current number of equations to process: 557
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 192
% 2.51/2.87  New rule produced :
% 2.51/2.87  [208]
% 2.51/2.87  multiplication(star(A),star(multiplication(star(A),A))) ->
% 2.51/2.87  star(multiplication(star(A),A))
% 2.51/2.87  Current number of equations to process: 556
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 193
% 2.51/2.87  New rule produced :
% 2.51/2.87  [209]
% 2.51/2.87  multiplication(star(A),strong_iteration(multiplication(star(A),A))) ->
% 2.51/2.87  strong_iteration(multiplication(star(A),A))
% 2.51/2.87  Current number of equations to process: 555
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 194
% 2.51/2.87  New rule produced :
% 2.51/2.87  [210]
% 2.51/2.87  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),B)) ->
% 2.51/2.87  true
% 2.51/2.87  Current number of equations to process: 554
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 195
% 2.51/2.87  New rule produced :
% 2.51/2.87  [211]
% 2.51/2.87  multiplication(star(A),star(B)) addition multiplication(star(B),B) ->
% 2.51/2.87  multiplication(star(A),star(B))
% 2.51/2.87  Current number of equations to process: 553
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 196
% 2.51/2.87  New rule produced :
% 2.51/2.87  [212]
% 2.51/2.87  leq(A addition B,multiplication(star(C),A) addition B addition V_3) -> true
% 2.51/2.87  Current number of equations to process: 552
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 197
% 2.51/2.87  New rule produced :
% 2.51/2.87  [213]
% 2.51/2.87  multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(star(A),
% 2.51/2.87                                                     multiplication(sK1_goals_X1,sK2_goals_X0))
% 2.51/2.87  -> multiplication(star(A),multiplication(sK1_goals_X1,sK2_goals_X0))
% 2.51/2.87  Current number of equations to process: 551
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 198
% 2.51/2.87  New rule produced :
% 2.51/2.87  [214]
% 2.51/2.87  multiplication(star(A),multiplication(B,C)) addition multiplication(B,zero)
% 2.51/2.87  -> multiplication(star(A),multiplication(B,C))
% 2.51/2.87  Current number of equations to process: 550
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 199
% 2.51/2.87  New rule produced :
% 2.51/2.87  [215]
% 2.51/2.87  multiplication(multiplication(A,strong_iteration(A)),zero) ->
% 2.51/2.87  multiplication(strong_iteration(A),zero)
% 2.51/2.87  Current number of equations to process: 605
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 200
% 2.51/2.87  New rule produced :
% 2.51/2.87  [216]
% 2.51/2.87  multiplication(A,multiplication(strong_iteration(A),B)) addition B ->
% 2.51/2.87  multiplication(strong_iteration(A),B)
% 2.51/2.87  Current number of equations to process: 642
% 2.51/2.87  Current number of ordered equations: 0
% 2.51/2.87  Current number of rules: 201
% 2.51/2.87  New rule produced :
% 2.51/2.87  [217]
% 2.51/2.87  multiplication(star(A),multiplication(star(A),A)) <->
% 2.51/2.87  multiplication(multiplication(star(A),A),star(A))
% 2.51/2.87  Current number of equations to process: 641
% 2.51/2.87  Current number of ordered equations: 1
% 2.51/2.87  Current number of rules: 202
% 2.72/3.08  New rule produced :
% 2.72/3.08  [218]
% 2.72/3.08  multiplication(multiplication(star(A),A),star(A)) <->
% 2.72/3.08  multiplication(star(A),multiplication(star(A),A))
% 2.72/3.08  Current number of equations to process: 641
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 203
% 2.72/3.08  New rule produced :
% 2.72/3.08  [219]
% 2.72/3.08  multiplication(strong_iteration(A),star(multiplication(A,strong_iteration(A))))
% 2.72/3.08  -> star(multiplication(A,strong_iteration(A)))
% 2.72/3.08  Current number of equations to process: 640
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 204
% 2.72/3.08  New rule produced :
% 2.72/3.08  [220]
% 2.72/3.08  multiplication(strong_iteration(A),strong_iteration(multiplication(A,
% 2.72/3.08                                                      strong_iteration(A)))) ->
% 2.72/3.08  strong_iteration(multiplication(A,strong_iteration(A)))
% 2.72/3.08  Current number of equations to process: 639
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 205
% 2.72/3.08  New rule produced :
% 2.72/3.08  [221]
% 2.72/3.08  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),B)) ->
% 2.72/3.08  true
% 2.72/3.08  Current number of equations to process: 637
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 206
% 2.72/3.08  New rule produced :
% 2.72/3.08  [222]
% 2.72/3.08  multiplication(strong_iteration(A),B) addition multiplication(multiplication(A,
% 2.72/3.08                                                                strong_iteration(A)),B)
% 2.72/3.08  -> multiplication(strong_iteration(A),B)
% 2.72/3.08  Current number of equations to process: 636
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 207
% 2.72/3.08  New rule produced :
% 2.72/3.08  [223] leq(A,multiplication(strong_iteration(B),A) addition C) -> true
% 2.72/3.08  Current number of equations to process: 660
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 208
% 2.72/3.08  New rule produced :
% 2.72/3.08  [224]
% 2.72/3.08  star(B) addition multiplication(strong_iteration(A),strong_iteration(B)) ->
% 2.72/3.08  multiplication(strong_iteration(A),strong_iteration(B))
% 2.72/3.08  Current number of equations to process: 721
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 209
% 2.72/3.08  New rule produced :
% 2.72/3.08  [225]
% 2.72/3.08  leq(A addition B,multiplication(strong_iteration(C),A) addition B) -> true
% 2.72/3.08  Current number of equations to process: 720
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 210
% 2.72/3.08  New rule produced :
% 2.72/3.08  [226]
% 2.72/3.08  multiplication(strong_iteration(A),multiplication(A,strong_iteration(A))) <->
% 2.72/3.08  multiplication(multiplication(A,strong_iteration(A)),strong_iteration(A))
% 2.72/3.08  Current number of equations to process: 719
% 2.72/3.08  Current number of ordered equations: 1
% 2.72/3.08  Current number of rules: 211
% 2.72/3.08  New rule produced :
% 2.72/3.08  [227]
% 2.72/3.08  multiplication(multiplication(A,strong_iteration(A)),strong_iteration(A)) <->
% 2.72/3.08  multiplication(strong_iteration(A),multiplication(A,strong_iteration(A)))
% 2.72/3.08  Current number of equations to process: 719
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 212
% 2.72/3.08  New rule produced :
% 2.72/3.08  [228]
% 2.72/3.08  leq(multiplication(multiplication(A,strong_iteration(A)),B),multiplication(
% 2.72/3.08                                                              strong_iteration(A),B))
% 2.72/3.08  -> true
% 2.72/3.08  Current number of equations to process: 718
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 213
% 2.72/3.08  New rule produced :
% 2.72/3.08  [229]
% 2.72/3.08  multiplication(strong_iteration(A),star(B)) addition multiplication(star(B),B)
% 2.72/3.08  -> multiplication(strong_iteration(A),star(B))
% 2.72/3.08  Current number of equations to process: 717
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 214
% 2.72/3.08  New rule produced :
% 2.72/3.08  [230]
% 2.72/3.08  leq(A addition B,multiplication(strong_iteration(C),A) addition B addition V_3)
% 2.72/3.08  -> true
% 2.72/3.08  Current number of equations to process: 716
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 215
% 2.72/3.08  New rule produced :
% 2.72/3.08  [231]
% 2.72/3.08  multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(strong_iteration(A),
% 2.72/3.08                                                     multiplication(sK1_goals_X1,sK2_goals_X0))
% 2.72/3.08  ->
% 2.72/3.08  multiplication(strong_iteration(A),multiplication(sK1_goals_X1,sK2_goals_X0))
% 2.72/3.08  Current number of equations to process: 715
% 2.72/3.08  Current number of ordered equations: 0
% 2.72/3.08  Current number of rules: 216
% 2.72/3.08  New rule produced :
% 2.72/3.08  [232]
% 2.72/3.08  multiplication(strong_iteration(A),multiplication(B,C)) addition multiplication(B,zero)
% 2.72/3.08  -> multiplication(strong_iteration(A),multiplication(B,C))
% 2.72/3.08  Current number of equations to process: 714
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 217
% 3.47/3.84  New rule produced :
% 3.47/3.84  [233]
% 3.47/3.84  leq(star(A),multiplication(strong_iteration(A),strong_iteration(B))) -> true
% 3.47/3.84  Current number of equations to process: 807
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 218
% 3.47/3.84  New rule produced :
% 3.47/3.84  [234]
% 3.47/3.84  multiplication(multiplication(A,multiplication(B,multiplication(C,zero))),V_3)
% 3.47/3.84  -> multiplication(multiplication(A,B),multiplication(C,zero))
% 3.47/3.84  Current number of equations to process: 1016
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 219
% 3.47/3.84  New rule produced :
% 3.47/3.84  [235]
% 3.47/3.84  one addition multiplication(strong_iteration(A),A) -> strong_iteration(A)
% 3.47/3.84  Current number of equations to process: 1375
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 220
% 3.47/3.84  New rule produced :
% 3.47/3.84  [236]
% 3.47/3.84  multiplication(strong_iteration(A),star(star(A))) ->
% 3.47/3.84  star(star(A)) addition multiplication(strong_iteration(A),zero)
% 3.47/3.84  Current number of equations to process: 1401
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 221
% 3.47/3.84  New rule produced :
% 3.47/3.84  [237]
% 3.47/3.84  multiplication(strong_iteration(A),strong_iteration(star(A))) ->
% 3.47/3.84  strong_iteration(star(A)) addition multiplication(strong_iteration(A),zero)
% 3.47/3.84  Current number of equations to process: 1400
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 222
% 3.47/3.84  New rule produced :
% 3.47/3.84  [238]
% 3.47/3.84  ifeq(leq(multiplication(A,zero) addition B,A),true,leq(B,A),true) -> true
% 3.47/3.84  Current number of equations to process: 1399
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 223
% 3.47/3.84  New rule produced :
% 3.47/3.84  [239] ifeq2(leq(star(A) addition B,one),true,star(A) addition B,one) -> one
% 3.47/3.84  Current number of equations to process: 1398
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 224
% 3.47/3.84  New rule produced :
% 3.47/3.84  [240] ifeq3(star(A) addition B,one,leq(star(A) addition B,one),true) -> true
% 3.47/3.84  Current number of equations to process: 1397
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 225
% 3.47/3.84  New rule produced :
% 3.47/3.84  [241]
% 3.47/3.84  ifeq2(leq(strong_iteration(A) addition B,one),true,strong_iteration(A) addition B,one)
% 3.47/3.84  -> one
% 3.47/3.84  Current number of equations to process: 1396
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 226
% 3.47/3.84  New rule produced :
% 3.47/3.84  [242]
% 3.47/3.84  ifeq3(strong_iteration(A) addition B,one,leq(strong_iteration(A) addition B,one),true)
% 3.47/3.84  -> true
% 3.47/3.84  Current number of equations to process: 1395
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 227
% 3.47/3.84  New rule produced :
% 3.47/3.84  [243]
% 3.47/3.84  multiplication(A,multiplication(sK1_goals_X1,sK2_goals_X0)) addition 
% 3.47/3.84  multiplication(A,multiplication(sK2_goals_X0,sK1_goals_X1)) ->
% 3.47/3.84  multiplication(A,multiplication(sK1_goals_X1,sK2_goals_X0))
% 3.47/3.84  Current number of equations to process: 1394
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 228
% 3.47/3.84  New rule produced :
% 3.47/3.84  [244]
% 3.47/3.84  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A) addition 
% 3.47/3.84  multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),A) ->
% 3.47/3.84  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A)
% 3.47/3.84  Current number of equations to process: 1393
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 229
% 3.47/3.84  New rule produced :
% 3.47/3.84  [245]
% 3.47/3.84  multiplication(multiplication(A,B),C) addition multiplication(A,multiplication(B,zero))
% 3.47/3.84  -> multiplication(multiplication(A,B),C)
% 3.47/3.84  Current number of equations to process: 1391
% 3.47/3.84  Current number of ordered equations: 2
% 3.47/3.84  Current number of rules: 230
% 3.47/3.84  New rule produced :
% 3.47/3.84  [246]
% 3.47/3.84  multiplication(multiplication(A,B),C) <->
% 3.47/3.84  multiplication(multiplication(A,B),zero) addition multiplication(A,multiplication(B,C))
% 3.47/3.84  Current number of equations to process: 1391
% 3.47/3.84  Current number of ordered equations: 1
% 3.47/3.84  Current number of rules: 231
% 3.47/3.84  New rule produced :
% 3.47/3.84  [247]
% 3.47/3.84  multiplication(multiplication(A,B),zero) addition multiplication(A,multiplication(B,C))
% 3.47/3.84  <-> multiplication(multiplication(A,B),C)
% 3.47/3.84  Current number of equations to process: 1391
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.84  Current number of rules: 232
% 3.47/3.84  New rule produced :
% 3.47/3.84  [248]
% 3.47/3.84  multiplication(A,multiplication(B,zero)) addition multiplication(A,multiplication(B,C))
% 3.47/3.84  -> multiplication(A,multiplication(B,C))
% 3.47/3.84  Current number of equations to process: 1389
% 3.47/3.84  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 233
% 3.47/3.89  New rule produced :
% 3.47/3.89  [249]
% 3.47/3.89  leq(multiplication(A,star(A)) addition B,star(A) addition B addition C) ->
% 3.47/3.89  true
% 3.47/3.89  Current number of equations to process: 1388
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 234
% 3.47/3.89  New rule produced :
% 3.47/3.89  [250]
% 3.47/3.89  leq(multiplication(star(A),A) addition B,star(A) addition B addition C) ->
% 3.47/3.89  true
% 3.47/3.89  Current number of equations to process: 1387
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 235
% 3.47/3.89  New rule produced :
% 3.47/3.89  [251]
% 3.47/3.89  leq(multiplication(A,strong_iteration(A)) addition B,strong_iteration(A) addition B addition C)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1386
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 236
% 3.47/3.89  New rule produced :
% 3.47/3.89  [252]
% 3.47/3.89  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition A addition B)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1384
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 237
% 3.47/3.89  New rule produced :
% 3.47/3.89  [253]
% 3.47/3.89  leq(multiplication(A,zero) addition B,multiplication(A,C) addition B addition V_3)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1383
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 238
% 3.47/3.89  New rule produced :
% 3.47/3.89  [254]
% 3.47/3.89  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,star(B)) addition C)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1381
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 239
% 3.47/3.89  New rule produced :
% 3.47/3.89  [255]
% 3.47/3.89  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,star(B)) addition C)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1379
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 240
% 3.47/3.89  New rule produced :
% 3.47/3.89  [256]
% 3.47/3.89  leq(multiplication(A,multiplication(B,strong_iteration(B))),multiplication(A,
% 3.47/3.89                                                              strong_iteration(B)) addition C)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1377
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 241
% 3.47/3.89  New rule produced :
% 3.47/3.89  [257]
% 3.47/3.89  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(A),B) addition C)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1373
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 242
% 3.47/3.89  New rule produced :
% 3.47/3.89  [258]
% 3.47/3.89  leq(multiplication(multiplication(star(A),A),B),multiplication(star(A),B) addition C)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1369
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 243
% 3.47/3.89  New rule produced :
% 3.47/3.89  [259]
% 3.47/3.89  leq(multiplication(multiplication(A,strong_iteration(A)),B),multiplication(
% 3.47/3.89                                                              strong_iteration(A),B) addition C)
% 3.47/3.89  -> true
% 3.47/3.89  Current number of equations to process: 1364
% 3.47/3.89  Current number of ordered equations: 0
% 3.47/3.89  Current number of rules: 244
% 3.47/3.89  New rule produced :
% 3.47/3.89  [260]
% 3.47/3.89  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.47/3.89  <->
% 3.47/3.89  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.47/3.89  Current number of equations to process: 1360
% 3.47/3.89  Current number of ordered equations: 5
% 3.47/3.89  Current number of rules: 245
% 3.47/3.89  New rule produced :
% 3.47/3.89  [261]
% 3.47/3.89  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.47/3.89  <->
% 3.47/3.89  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.47/3.89  Current number of equations to process: 1360
% 3.47/3.89  Current number of ordered equations: 4
% 3.47/3.89  Current number of rules: 246
% 3.47/3.89  New rule produced :
% 3.47/3.89  [262]
% 3.47/3.89  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 3.47/3.89  <->
% 3.47/3.89  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.47/3.89  Current number of equations to process: 1360
% 3.47/3.89  Current number of ordered equations: 3
% 3.47/3.89  Current number of rules: 247
% 3.47/3.89  New rule produced :
% 3.47/3.89  [263]
% 3.47/3.89  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.47/3.89  <->
% 3.47/3.89  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.47/3.89  Current number of equations to process: 1360
% 3.47/3.89  Current number of ordered equations: 2
% 3.47/3.89  Current number of rules: 248
% 3.47/3.89  New rule produced :
% 3.47/3.89  [264]
% 3.47/3.89  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 3.57/3.95  Current number of equations to process: 1360
% 3.57/3.95  Current number of ordered equations: 1
% 3.57/3.95  Current number of rules: 249
% 3.57/3.95  New rule produced :
% 3.57/3.95  [265]
% 3.57/3.95  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.57/3.95  Current number of equations to process: 1360
% 3.57/3.95  Current number of ordered equations: 0
% 3.57/3.95  Current number of rules: 250
% 3.57/3.95  New rule produced :
% 3.57/3.95  [266]
% 3.57/3.95  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 3.57/3.95  Current number of equations to process: 1357
% 3.57/3.95  Current number of ordered equations: 5
% 3.57/3.95  Current number of rules: 251
% 3.57/3.95  New rule produced :
% 3.57/3.95  [267]
% 3.57/3.95  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.57/3.95  Current number of equations to process: 1357
% 3.57/3.95  Current number of ordered equations: 4
% 3.57/3.95  Current number of rules: 252
% 3.57/3.95  New rule produced :
% 3.57/3.95  [268]
% 3.57/3.95  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.57/3.95  Current number of equations to process: 1357
% 3.57/3.95  Current number of ordered equations: 3
% 3.57/3.95  Current number of rules: 253
% 3.57/3.95  New rule produced :
% 3.57/3.95  [269]
% 3.57/3.95  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.57/3.95  Current number of equations to process: 1357
% 3.57/3.95  Current number of ordered equations: 2
% 3.57/3.95  Current number of rules: 254
% 3.57/3.95  New rule produced :
% 3.57/3.95  [270]
% 3.57/3.95  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.57/3.95  Current number of equations to process: 1357
% 3.57/3.95  Current number of ordered equations: 1
% 3.57/3.95  Current number of rules: 255
% 3.57/3.95  New rule produced :
% 3.57/3.95  [271]
% 3.57/3.95  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 3.57/3.95  <->
% 3.57/3.95  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.57/3.95  Current number of equations to process: 1357
% 3.57/3.95  Current number of ordered equations: 0
% 3.57/3.95  Current number of rules: 256
% 3.57/3.95  New rule produced :
% 3.57/3.95  [272]
% 3.57/3.95  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.57/3.95  Current number of equations to process: 1354
% 3.57/3.95  Current number of ordered equations: 3
% 3.57/3.95  Current number of rules: 257
% 3.57/3.95  New rule produced :
% 3.57/3.95  [273]
% 3.57/3.95  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.57/3.95  Current number of equations to process: 1354
% 3.57/3.95  Current number of ordered equations: 2
% 3.57/3.95  Current number of rules: 258
% 3.57/3.95  New rule produced :
% 3.57/3.95  [274]
% 3.57/3.95  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.57/3.95  Current number of equations to process: 1354
% 3.57/3.95  Current number of ordered equations: 1
% 3.57/3.95  Current number of rules: 259
% 3.57/3.95  New rule produced :
% 3.57/3.95  [275]
% 3.57/3.95  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.57/3.95  Current number of equations to process: 1354
% 3.57/3.95  Current number of ordered equations: 0
% 3.57/3.95  Current number of rules: 260
% 3.57/3.95  New rule produced :
% 3.57/3.95  [276]
% 3.57/3.95  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.57/3.95  Current number of equations to process: 1351
% 3.57/3.95  Current number of ordered equations: 5
% 3.57/3.95  Current number of rules: 261
% 3.57/3.95  New rule produced :
% 3.57/3.95  [277]
% 3.57/3.95  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.57/3.95  <->
% 3.57/3.95  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.57/3.95  Current number of equations to process: 1351
% 3.57/3.95  Current number of ordered equations: 4
% 3.57/3.95  Current number of rules: 262
% 3.57/3.95  New rule produced :
% 3.64/4.01  [278]
% 3.64/4.01  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.64/4.01  Current number of equations to process: 1351
% 3.64/4.01  Current number of ordered equations: 3
% 3.64/4.01  Current number of rules: 263
% 3.64/4.01  New rule produced :
% 3.64/4.01  [279]
% 3.64/4.01  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.64/4.01  Current number of equations to process: 1351
% 3.64/4.01  Current number of ordered equations: 2
% 3.64/4.01  Current number of rules: 264
% 3.64/4.01  New rule produced :
% 3.64/4.01  [280]
% 3.64/4.01  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.64/4.01  Current number of equations to process: 1351
% 3.64/4.01  Current number of ordered equations: 1
% 3.64/4.01  Current number of rules: 265
% 3.64/4.01  New rule produced :
% 3.64/4.01  [281]
% 3.64/4.01  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.64/4.01  Current number of equations to process: 1351
% 3.64/4.01  Current number of ordered equations: 0
% 3.64/4.01  Current number of rules: 266
% 3.64/4.01  New rule produced :
% 3.64/4.01  [282]
% 3.64/4.01  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.64/4.01  Current number of equations to process: 1349
% 3.64/4.01  Current number of ordered equations: 3
% 3.64/4.01  Current number of rules: 267
% 3.64/4.01  New rule produced :
% 3.64/4.01  [283]
% 3.64/4.01  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.64/4.01  Current number of equations to process: 1349
% 3.64/4.01  Current number of ordered equations: 2
% 3.64/4.01  Current number of rules: 268
% 3.64/4.01  New rule produced :
% 3.64/4.01  [284]
% 3.64/4.01  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.64/4.01  Current number of equations to process: 1349
% 3.64/4.01  Current number of ordered equations: 1
% 3.64/4.01  Current number of rules: 269
% 3.64/4.01  New rule produced :
% 3.64/4.01  [285]
% 3.64/4.01  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.64/4.01  Current number of equations to process: 1349
% 3.64/4.01  Current number of ordered equations: 0
% 3.64/4.01  Current number of rules: 270
% 3.64/4.01  New rule produced :
% 3.64/4.01  [286]
% 3.64/4.01  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.64/4.01  Current number of equations to process: 1346
% 3.64/4.01  Current number of ordered equations: 3
% 3.64/4.01  Current number of rules: 271
% 3.64/4.01  New rule produced :
% 3.64/4.01  [287]
% 3.64/4.01  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.64/4.01  Current number of equations to process: 1346
% 3.64/4.01  Current number of ordered equations: 2
% 3.64/4.01  Current number of rules: 272
% 3.64/4.01  New rule produced :
% 3.64/4.01  [288]
% 3.64/4.01  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.64/4.01  Current number of equations to process: 1346
% 3.64/4.01  Current number of ordered equations: 1
% 3.64/4.01  Current number of rules: 273
% 3.64/4.01  New rule produced :
% 3.64/4.01  [289]
% 3.64/4.01  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.64/4.01  <->
% 3.64/4.01  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 3.64/4.01  Current number of equations to process: 1346
% 3.64/4.01  Current number of ordered equations: 0
% 3.64/4.01  Current number of rules: 274
% 3.64/4.01  New rule produced :
% 3.64/4.01  [290]
% 3.64/4.01  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 3.64/4.01  Current number of equations to process: 1343
% 3.64/4.01  Current number of ordered equations: 5
% 3.64/4.01  Current number of rules: 275
% 3.64/4.01  New rule produced :
% 3.64/4.01  [291]
% 3.64/4.01  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.64/4.01  <->
% 3.64/4.01  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.64/4.01  Current number of equations to process: 1343
% 3.72/4.08  Current number of ordered equations: 4
% 3.72/4.08  Current number of rules: 276
% 3.72/4.08  New rule produced :
% 3.72/4.08  [292]
% 3.72/4.08  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.72/4.08  Current number of equations to process: 1343
% 3.72/4.08  Current number of ordered equations: 3
% 3.72/4.08  Current number of rules: 277
% 3.72/4.08  New rule produced :
% 3.72/4.08  [293]
% 3.72/4.08  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.72/4.08  Current number of equations to process: 1343
% 3.72/4.08  Current number of ordered equations: 2
% 3.72/4.08  Current number of rules: 278
% 3.72/4.08  New rule produced :
% 3.72/4.08  [294]
% 3.72/4.08  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.72/4.08  Current number of equations to process: 1343
% 3.72/4.08  Current number of ordered equations: 1
% 3.72/4.08  Current number of rules: 279
% 3.72/4.08  New rule produced :
% 3.72/4.08  [295]
% 3.72/4.08  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.72/4.08  Current number of equations to process: 1343
% 3.72/4.08  Current number of ordered equations: 0
% 3.72/4.08  Current number of rules: 280
% 3.72/4.08  New rule produced :
% 3.72/4.08  [296]
% 3.72/4.08  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.72/4.08  Current number of equations to process: 1337
% 3.72/4.08  Current number of ordered equations: 1
% 3.72/4.08  Current number of rules: 281
% 3.72/4.08  New rule produced :
% 3.72/4.08  [297]
% 3.72/4.08  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.72/4.08  Current number of equations to process: 1337
% 3.72/4.08  Current number of ordered equations: 0
% 3.72/4.08  Current number of rules: 282
% 3.72/4.08  New rule produced :
% 3.72/4.08  [298]
% 3.72/4.08  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.72/4.08  Current number of equations to process: 1334
% 3.72/4.08  Current number of ordered equations: 3
% 3.72/4.08  Current number of rules: 283
% 3.72/4.08  New rule produced :
% 3.72/4.08  [299]
% 3.72/4.08  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.72/4.08  Current number of equations to process: 1334
% 3.72/4.08  Current number of ordered equations: 2
% 3.72/4.08  Current number of rules: 284
% 3.72/4.08  New rule produced :
% 3.72/4.08  [300]
% 3.72/4.08  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 3.72/4.08  Current number of equations to process: 1334
% 3.72/4.08  Current number of ordered equations: 1
% 3.72/4.08  Current number of rules: 285
% 3.72/4.08  New rule produced :
% 3.72/4.08  [301]
% 3.72/4.08  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.72/4.08  Current number of equations to process: 1334
% 3.72/4.08  Current number of ordered equations: 0
% 3.72/4.08  Current number of rules: 286
% 3.72/4.08  New rule produced :
% 3.72/4.08  [302]
% 3.72/4.08  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.72/4.08  Current number of equations to process: 1330
% 3.72/4.08  Current number of ordered equations: 3
% 3.72/4.08  Current number of rules: 287
% 3.72/4.08  New rule produced :
% 3.72/4.08  [303]
% 3.72/4.08  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.72/4.08  Current number of equations to process: 1330
% 3.72/4.08  Current number of ordered equations: 2
% 3.72/4.08  Current number of rules: 288
% 3.72/4.08  New rule produced :
% 3.72/4.08  [304]
% 3.72/4.08  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(A,B),multiplication(C,multiplication(V_3,V_4)))
% 3.72/4.08  Current number of equations to process: 1330
% 3.72/4.08  Current number of ordered equations: 1
% 3.72/4.08  Current number of rules: 289
% 3.72/4.08  New rule produced :
% 3.72/4.08  [305]
% 3.72/4.08  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.72/4.08  <->
% 3.72/4.08  multiplication(multiplication(multiplication(A,B),C),multiplication(V_3,V_4))
% 3.79/4.17  Current number of equations to process: 1330
% 3.79/4.17  Current number of ordered equations: 0
% 3.79/4.17  Current number of rules: 290
% 3.79/4.17  New rule produced :
% 3.79/4.17  [306]
% 3.79/4.17  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.79/4.17  <->
% 3.79/4.17  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.79/4.17  Current number of equations to process: 1324
% 3.79/4.17  Current number of ordered equations: 5
% 3.79/4.17  Current number of rules: 291
% 3.79/4.17  New rule produced :
% 3.79/4.17  [307]
% 3.79/4.17  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.79/4.17  <->
% 3.79/4.17  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.79/4.17  Current number of equations to process: 1324
% 3.79/4.17  Current number of ordered equations: 4
% 3.79/4.17  Current number of rules: 292
% 3.79/4.17  New rule produced :
% 3.79/4.17  [308]
% 3.79/4.17  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.79/4.17  <->
% 3.79/4.17  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.79/4.17  Current number of equations to process: 1324
% 3.79/4.17  Current number of ordered equations: 3
% 3.79/4.17  Current number of rules: 293
% 3.79/4.17  New rule produced :
% 3.79/4.17  [309]
% 3.79/4.17  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.79/4.17  <->
% 3.79/4.17  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.79/4.17  Current number of equations to process: 1324
% 3.79/4.17  Current number of ordered equations: 2
% 3.79/4.17  Current number of rules: 294
% 3.79/4.17  New rule produced :
% 3.79/4.17  [310]
% 3.79/4.17  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.79/4.17  <->
% 3.79/4.17  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.79/4.17  Current number of equations to process: 1324
% 3.79/4.17  Current number of ordered equations: 1
% 3.79/4.17  Current number of rules: 295
% 3.79/4.17  New rule produced :
% 3.79/4.17  [311]
% 3.79/4.17  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.79/4.17  <->
% 3.79/4.17  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.79/4.17  Current number of equations to process: 1324
% 3.79/4.17  Current number of ordered equations: 0
% 3.79/4.17  Current number of rules: 296
% 3.79/4.17  New rule produced :
% 3.79/4.17  [312]
% 3.79/4.17  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.79/4.17  <->
% 3.79/4.17  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.79/4.17  Current number of equations to process: 1322
% 3.79/4.17  Current number of ordered equations: 1
% 3.79/4.17  Current number of rules: 297
% 3.79/4.17  New rule produced :
% 3.79/4.17  [313]
% 3.79/4.17  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.79/4.17  <->
% 3.79/4.17  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.79/4.17  Current number of equations to process: 1322
% 3.79/4.17  Current number of ordered equations: 0
% 3.79/4.17  Current number of rules: 298
% 3.79/4.17  New rule produced :
% 3.79/4.17  [314]
% 3.79/4.17  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 3.79/4.17  <->
% 3.79/4.17  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 3.79/4.17  Current number of equations to process: 1320
% 3.79/4.17  Current number of ordered equations: 3
% 3.79/4.17  Current number of rules: 299
% 3.79/4.17  New rule produced :
% 3.79/4.17  [315]
% 3.79/4.17  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.79/4.17  <->
% 3.79/4.17  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.79/4.17  Current number of equations to process: 1320
% 3.79/4.17  Current number of ordered equations: 2
% 3.79/4.17  Current number of rules: 300
% 3.79/4.17  New rule produced :
% 3.79/4.17  [316]
% 3.79/4.17  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 3.79/4.17  <->
% 3.79/4.17  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 3.79/4.17  Current number of equations to process: 1320
% 3.79/4.17  Current number of ordered equations: 1
% 3.79/4.17  Current number of rules: 301
% 3.79/4.17  New rule produced :
% 3.79/4.17  [317]
% 3.79/4.17  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.79/4.17  <->
% 3.79/4.17  multiplication(multiplication(A,multiplication(B,C)),multiplication(V_3,V_4))
% 3.79/4.17  Current number of equations to process: 1320
% 3.79/4.17  Current number of ordered equations: 0
% 3.79/4.17  Current number of rules: 302
% 3.79/4.17  New rule produced :
% 3.79/4.17  [318]
% 3.79/4.17  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.79/4.17  <->
% 3.79/4.17  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 3.79/4.17  Current number of equations to process: 1313
% 3.79/4.17  Current number of ordered equations: 5
% 3.79/4.17  Current number of rules: 303
% 3.79/4.17  New rule produced :
% 3.79/4.17  [319]
% 3.79/4.17  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.88/4.24  <->
% 3.88/4.24  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.88/4.24  Current number of equations to process: 1313
% 3.88/4.24  Current number of ordered equations: 4
% 3.88/4.24  Current number of rules: 304
% 3.88/4.24  New rule produced :
% 3.88/4.24  [320]
% 3.88/4.24  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.88/4.24  <->
% 3.88/4.24  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.88/4.24  Current number of equations to process: 1313
% 3.88/4.24  Current number of ordered equations: 3
% 3.88/4.24  Current number of rules: 305
% 3.88/4.24  New rule produced :
% 3.88/4.24  [321]
% 3.88/4.24  multiplication(multiplication(multiplication(A,B),multiplication(C,V_3)),V_4)
% 3.88/4.24  <->
% 3.88/4.24  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.88/4.24  Current number of equations to process: 1313
% 3.88/4.24  Current number of ordered equations: 2
% 3.88/4.24  Current number of rules: 306
% 3.88/4.24  New rule produced :
% 3.88/4.24  [322]
% 3.88/4.24  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.88/4.24  <->
% 3.88/4.24  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.88/4.25  Current number of equations to process: 1313
% 3.88/4.25  Current number of ordered equations: 1
% 3.88/4.25  Current number of rules: 307
% 3.88/4.25  New rule produced :
% 3.88/4.25  [323]
% 3.88/4.25  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.88/4.25  <->
% 3.88/4.25  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.88/4.25  Current number of equations to process: 1313
% 3.88/4.25  Current number of ordered equations: 0
% 3.88/4.25  Current number of rules: 308
% 3.88/4.25  New rule produced :
% 3.88/4.25  [324]
% 3.88/4.25  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.88/4.25  <->
% 3.88/4.25  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.88/4.25  Current number of equations to process: 1309
% 3.88/4.25  Current number of ordered equations: 1
% 3.88/4.25  Current number of rules: 309
% 3.88/4.25  New rule produced :
% 3.88/4.25  [325]
% 3.88/4.25  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.88/4.25  <->
% 3.88/4.25  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 3.88/4.25  Current number of equations to process: 1309
% 3.88/4.25  Current number of ordered equations: 0
% 3.88/4.25  Current number of rules: 310
% 3.88/4.25  New rule produced :
% 3.88/4.25  [326]
% 3.88/4.25  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.88/4.25  <->
% 3.88/4.25  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.88/4.25  Current number of equations to process: 1306
% 3.88/4.25  Current number of ordered equations: 1
% 3.88/4.25  Current number of rules: 311
% 3.88/4.25  New rule produced :
% 3.88/4.25  [327]
% 3.88/4.25  multiplication(multiplication(A,multiplication(multiplication(B,C),V_3)),V_4)
% 3.88/4.25  <->
% 3.88/4.25  multiplication(A,multiplication(multiplication(B,multiplication(C,V_3)),V_4))
% 3.88/4.25  Current number of equations to process: 1306
% 3.88/4.25  Current number of ordered equations: 0
% 3.88/4.25  Current number of rules: 312
% 3.88/4.25  New rule produced :
% 3.88/4.25  [328]
% 3.88/4.25  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.88/4.25  <->
% 3.88/4.25  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.88/4.25  Current number of equations to process: 1304
% 3.88/4.25  Current number of ordered equations: 1
% 3.88/4.25  Current number of rules: 313
% 3.88/4.25  New rule produced :
% 3.88/4.25  [329]
% 3.88/4.25  multiplication(multiplication(A,multiplication(B,multiplication(C,V_3))),V_4)
% 3.88/4.25  <->
% 3.88/4.25  multiplication(A,multiplication(multiplication(multiplication(B,C),V_3),V_4))
% 3.88/4.25  Current number of equations to process: 1304
% 3.88/4.25  Current number of ordered equations: 0
% 3.88/4.25  Current number of rules: 314
% 3.88/4.25  New rule produced :
% 3.88/4.25  [330]
% 3.88/4.25  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.88/4.25  <->
% 3.88/4.25  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.88/4.25  Current number of equations to process: 1297
% 3.88/4.25  Current number of ordered equations: 3
% 3.88/4.25  Current number of rules: 315
% 3.88/4.25  New rule produced :
% 3.88/4.25  [331]
% 3.88/4.25  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.88/4.25  <->
% 3.88/4.25  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 3.88/4.25  Current number of equations to process: 1297
% 3.88/4.25  Current number of ordered equations: 2
% 3.88/4.25  Current number of rules: 316
% 3.88/4.25  New rule produced :
% 3.88/4.25  [332]
% 3.88/4.25  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 3.88/4.25  <->
% 3.88/4.25  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 3.88/4.25  Current number of equations to process: 1297
% 3.88/4.25  Current number of ordered equations: 1
% 4.83/5.18  Current number of rules: 317
% 4.83/5.18  New rule produced :
% 4.83/5.18  [333]
% 4.83/5.18  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 4.83/5.18  <->
% 4.83/5.18  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 4.83/5.18  Current number of equations to process: 1297
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 318
% 4.83/5.18  New rule produced :
% 4.83/5.18  [334]
% 4.83/5.18  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 4.83/5.18  <->
% 4.83/5.18  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 4.83/5.18  Current number of equations to process: 1293
% 4.83/5.18  Current number of ordered equations: 3
% 4.83/5.18  Current number of rules: 319
% 4.83/5.18  New rule produced :
% 4.83/5.18  [335]
% 4.83/5.18  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 4.83/5.18  <->
% 4.83/5.18  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 4.83/5.18  Current number of equations to process: 1293
% 4.83/5.18  Current number of ordered equations: 2
% 4.83/5.18  Current number of rules: 320
% 4.83/5.18  New rule produced :
% 4.83/5.18  [336]
% 4.83/5.18  multiplication(multiplication(multiplication(A,multiplication(B,C)),V_3),V_4)
% 4.83/5.18  <->
% 4.83/5.18  multiplication(A,multiplication(B,multiplication(multiplication(C,V_3),V_4)))
% 4.83/5.18  Current number of equations to process: 1293
% 4.83/5.18  Current number of ordered equations: 1
% 4.83/5.18  Current number of rules: 321
% 4.83/5.18  New rule produced :
% 4.83/5.18  [337]
% 4.83/5.18  multiplication(multiplication(multiplication(multiplication(A,B),C),V_3),V_4)
% 4.83/5.18  <->
% 4.83/5.18  multiplication(A,multiplication(multiplication(B,C),multiplication(V_3,V_4)))
% 4.83/5.18  Current number of equations to process: 1293
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 322
% 4.83/5.18  New rule produced :
% 4.83/5.18  [338]
% 4.83/5.18  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 4.83/5.18  <->
% 4.83/5.18  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 4.83/5.18  Current number of equations to process: 1279
% 4.83/5.18  Current number of ordered equations: 1
% 4.83/5.18  Current number of rules: 323
% 4.83/5.18  New rule produced :
% 4.83/5.18  [339]
% 4.83/5.18  multiplication(multiplication(A,B),multiplication(multiplication(C,V_3),V_4))
% 4.83/5.18  <->
% 4.83/5.18  multiplication(A,multiplication(B,multiplication(C,multiplication(V_3,V_4))))
% 4.83/5.18  Current number of equations to process: 1279
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 324
% 4.83/5.18  New rule produced :
% 4.83/5.18  [340]
% 4.83/5.18  multiplication(strong_iteration(A),B) addition multiplication(star(A),C) ->
% 4.83/5.18  multiplication(strong_iteration(A),B) addition multiplication(strong_iteration(A),C)
% 4.83/5.18  Rule
% 4.83/5.18  [67]
% 4.83/5.18  multiplication(strong_iteration(A),zero) addition multiplication(star(A),B)
% 4.83/5.18  -> multiplication(strong_iteration(A),B) collapsed.
% 4.83/5.18  Rule
% 4.83/5.18  [129]
% 4.83/5.18  multiplication(strong_iteration(A),B) addition multiplication(star(A),B) ->
% 4.83/5.18  multiplication(strong_iteration(A),B) collapsed.
% 4.83/5.18  Current number of equations to process: 1238
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 323
% 4.83/5.18  New rule produced :
% 4.83/5.18  [341]
% 4.83/5.18  ifeq2(leq(multiplication(A,star(B)),A),true,multiplication(A,star(B)),A) -> A
% 4.83/5.18  Current number of equations to process: 1329
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 324
% 4.83/5.18  New rule produced :
% 4.83/5.18  [342]
% 4.83/5.18  ifeq2(leq(multiplication(A,strong_iteration(B)),A),true,multiplication(A,
% 4.83/5.18                                                          strong_iteration(B)),A)
% 4.83/5.18  -> A
% 4.83/5.18  Current number of equations to process: 1328
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 325
% 4.83/5.18  New rule produced :
% 4.83/5.18  [343]
% 4.83/5.18  ifeq2(leq(multiplication(star(A),B),B),true,multiplication(star(A),B),B) -> B
% 4.83/5.18  Current number of equations to process: 1327
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 326
% 4.83/5.18  New rule produced :
% 4.83/5.18  [344]
% 4.83/5.18  ifeq2(leq(multiplication(strong_iteration(A),B),B),true,multiplication(
% 4.83/5.18                                                          strong_iteration(A),B),B)
% 4.83/5.18  -> B
% 4.83/5.18  Current number of equations to process: 1326
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 327
% 4.83/5.18  New rule produced :
% 4.83/5.18  [345]
% 4.83/5.18  ifeq3(multiplication(A,star(B)),A,leq(multiplication(A,star(B)),A),true) ->
% 4.83/5.18  true
% 4.83/5.18  Current number of equations to process: 1422
% 4.83/5.18  Current number of ordered equations: 0
% 4.83/5.18  Current number of rules: 328
% 4.83/5.18  New rule produced :
% 4.83/5.18  [346]
% 4.83/5.18  ifeq3(multiplication(A,strong_iteration(B)),A,leq(multiplication(A,strong_iteration(B)),A),true)
% 4.83/5.18  -> true
% 5.00/5.37  Current number of equations to process: 1421
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 329
% 5.00/5.37  New rule produced :
% 5.00/5.37  [347]
% 5.00/5.37  ifeq3(multiplication(star(A),B),B,leq(multiplication(star(A),B),B),true) ->
% 5.00/5.37  true
% 5.00/5.37  Current number of equations to process: 1420
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 330
% 5.00/5.37  New rule produced :
% 5.00/5.37  [348]
% 5.00/5.37  ifeq3(multiplication(strong_iteration(A),B),B,leq(multiplication(strong_iteration(A),B),B),true)
% 5.00/5.37  -> true
% 5.00/5.37  Current number of equations to process: 1419
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 331
% 5.00/5.37  New rule produced :
% 5.00/5.37  [349]
% 5.00/5.37  star(A) addition multiplication(A,multiplication(strong_iteration(A),zero))
% 5.00/5.37  -> strong_iteration(A)
% 5.00/5.37  Current number of equations to process: 1427
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 332
% 5.00/5.37  New rule produced :
% 5.00/5.37  [350]
% 5.00/5.37  multiplication(multiplication(A,strong_iteration(B)),zero) addition multiplication(A,
% 5.00/5.37                                                                      star(B))
% 5.00/5.37  -> multiplication(A,strong_iteration(B))
% 5.00/5.37  Current number of equations to process: 1453
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 333
% 5.00/5.37  New rule produced :
% 5.00/5.37  [351]
% 5.00/5.37  strong_iteration(A) addition multiplication(star(A),multiplication(B,star(B)))
% 5.00/5.37  -> strong_iteration(A) addition multiplication(star(A),star(B))
% 5.00/5.37  Current number of equations to process: 1446
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 334
% 5.00/5.37  New rule produced :
% 5.00/5.37  [352]
% 5.00/5.37  strong_iteration(A) addition multiplication(star(A),multiplication(star(B),B))
% 5.00/5.37  -> strong_iteration(A) addition multiplication(star(A),star(B))
% 5.00/5.37  Current number of equations to process: 1445
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 335
% 5.00/5.37  New rule produced :
% 5.00/5.37  [353]
% 5.00/5.37  strong_iteration(A) addition multiplication(star(A),multiplication(B,
% 5.00/5.37                                                      strong_iteration(B))) ->
% 5.00/5.37  strong_iteration(A) addition multiplication(star(A),strong_iteration(B))
% 5.00/5.37  Current number of equations to process: 1444
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 336
% 5.00/5.37  New rule produced :
% 5.00/5.37  [354]
% 5.00/5.37  strong_iteration(A) addition multiplication(multiplication(B,star(B)),
% 5.00/5.37                               star(A)) ->
% 5.00/5.37  strong_iteration(A) addition multiplication(star(B),star(A))
% 5.00/5.37  Current number of equations to process: 1443
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 337
% 5.00/5.37  New rule produced :
% 5.00/5.37  [355]
% 5.00/5.37  strong_iteration(A) addition multiplication(multiplication(star(B),B),
% 5.00/5.37                               star(A)) ->
% 5.00/5.37  strong_iteration(A) addition multiplication(star(B),star(A))
% 5.00/5.37  Current number of equations to process: 1442
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 338
% 5.00/5.37  New rule produced :
% 5.00/5.37  [356]
% 5.00/5.37  strong_iteration(A) addition multiplication(multiplication(B,strong_iteration(B)),
% 5.00/5.37                               star(A)) ->
% 5.00/5.37  strong_iteration(A) addition multiplication(strong_iteration(B),star(A))
% 5.00/5.37  Current number of equations to process: 1441
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 339
% 5.00/5.37  New rule produced :
% 5.00/5.37  [357]
% 5.00/5.37  multiplication(star(A),star(B)) addition multiplication(star(C),C) ->
% 5.00/5.37  star(C) addition multiplication(star(A),star(B))
% 5.00/5.37  Rule
% 5.00/5.37  [179]
% 5.00/5.37  multiplication(star(A),star(B)) addition multiplication(star(A),A) ->
% 5.00/5.37  multiplication(star(A),star(B)) collapsed.
% 5.00/5.37  Rule
% 5.00/5.37  [211]
% 5.00/5.37  multiplication(star(A),star(B)) addition multiplication(star(B),B) ->
% 5.00/5.37  multiplication(star(A),star(B)) collapsed.
% 5.00/5.37  Current number of equations to process: 1440
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 338
% 5.00/5.37  New rule produced :
% 5.00/5.37  [358]
% 5.00/5.37  multiplication(star(A),strong_iteration(B)) addition multiplication(star(C),C)
% 5.00/5.37  -> star(C) addition multiplication(star(A),strong_iteration(B))
% 5.00/5.37  Rule
% 5.00/5.37  [197]
% 5.00/5.37  multiplication(star(A),strong_iteration(B)) addition multiplication(star(A),A)
% 5.00/5.37  -> multiplication(star(A),strong_iteration(B)) collapsed.
% 5.00/5.37  Current number of equations to process: 1439
% 5.00/5.37  Current number of ordered equations: 0
% 5.00/5.37  Current number of rules: 338
% 5.00/5.37  New rule produced :
% 5.00/5.37  [359]
% 5.00/5.37  multiplication(strong_iteration(A),star(B)) addition multiplication(star(C),C)
% 5.00/5.37  -> star(C) addition multiplication(strong_iteration(A),star(B))
% 5.07/5.43  Rule
% 5.07/5.43  [229]
% 5.07/5.43  multiplication(strong_iteration(A),star(B)) addition multiplication(star(B),B)
% 5.07/5.43  -> multiplication(strong_iteration(A),star(B)) collapsed.
% 5.07/5.43  Current number of equations to process: 1437
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 338
% 5.07/5.43  New rule produced :
% 5.07/5.43  [360]
% 5.07/5.43  multiplication(strong_iteration(A),star(B)) addition multiplication(C,
% 5.07/5.43                                                       star(C)) ->
% 5.07/5.43  star(C) addition multiplication(strong_iteration(A),star(B))
% 5.07/5.43  Current number of equations to process: 1432
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 339
% 5.07/5.43  New rule produced :
% 5.07/5.43  [361]
% 5.07/5.43  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(C,
% 5.07/5.43                                                                   star(C)) ->
% 5.07/5.43  star(C) addition multiplication(strong_iteration(A),strong_iteration(B))
% 5.07/5.43  Current number of equations to process: 1431
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 340
% 5.07/5.43  New rule produced :
% 5.07/5.43  [362]
% 5.07/5.43  multiplication(star(A),strong_iteration(B)) addition multiplication(C,
% 5.07/5.43                                                       star(C)) ->
% 5.07/5.43  star(C) addition multiplication(star(A),strong_iteration(B))
% 5.07/5.43  Current number of equations to process: 1430
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 341
% 5.07/5.43  New rule produced :
% 5.07/5.43  [363]
% 5.07/5.43  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(
% 5.07/5.43                                                                   star(C),C)
% 5.07/5.43  -> star(C) addition multiplication(strong_iteration(A),strong_iteration(B))
% 5.07/5.43  Current number of equations to process: 1427
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 342
% 5.07/5.43  New rule produced :
% 5.07/5.43  [364]
% 5.07/5.43  multiplication(strong_iteration(A),zero) addition multiplication(multiplication(
% 5.07/5.43                                                                   star(A),B),C)
% 5.07/5.43  <-> multiplication(strong_iteration(A),multiplication(B,C))
% 5.07/5.43  Current number of equations to process: 1422
% 5.07/5.43  Current number of ordered equations: 1
% 5.07/5.43  Current number of rules: 343
% 5.07/5.43  New rule produced :
% 5.07/5.43  [365]
% 5.07/5.43  multiplication(strong_iteration(A),multiplication(B,C)) <->
% 5.07/5.43  multiplication(strong_iteration(A),zero) addition multiplication(multiplication(
% 5.07/5.43                                                                   star(A),B),C)
% 5.07/5.43  Current number of equations to process: 1422
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 344
% 5.07/5.43  Rule [365]
% 5.07/5.43       multiplication(strong_iteration(A),multiplication(B,C)) <->
% 5.07/5.43       multiplication(strong_iteration(A),zero) addition multiplication(
% 5.07/5.43                                                         multiplication(
% 5.07/5.43                                                         star(A),B),C) is composed into 
% 5.07/5.43  [365]
% 5.07/5.43  multiplication(strong_iteration(A),multiplication(B,C)) <->
% 5.07/5.43  multiplication(multiplication(strong_iteration(A),B),C)
% 5.07/5.43  New rule produced :
% 5.07/5.43  [366]
% 5.07/5.43  multiplication(strong_iteration(A),zero) addition multiplication(multiplication(
% 5.07/5.43                                                                   star(A),B),C)
% 5.07/5.43  -> multiplication(multiplication(strong_iteration(A),B),C)
% 5.07/5.43  Rule
% 5.07/5.43  [364]
% 5.07/5.43  multiplication(strong_iteration(A),zero) addition multiplication(multiplication(
% 5.07/5.43                                                                   star(A),B),C)
% 5.07/5.43  <-> multiplication(strong_iteration(A),multiplication(B,C)) collapsed.
% 5.07/5.43  Current number of equations to process: 1421
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 344
% 5.07/5.43  New rule produced :
% 5.07/5.43  [367]
% 5.07/5.43  ifeq3(star(A) addition B,star(A),leq(one addition B,star(A)),true) -> true
% 5.07/5.43  Current number of equations to process: 1420
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 345
% 5.07/5.43  New rule produced :
% 5.07/5.43  [368]
% 5.07/5.43  ifeq3(strong_iteration(A) addition B,strong_iteration(A),leq(one addition B,
% 5.07/5.43                                                           strong_iteration(A)),true)
% 5.07/5.43  -> true
% 5.07/5.43  Current number of equations to process: 1419
% 5.07/5.43  Current number of ordered equations: 0
% 5.07/5.43  Current number of rules: 346
% 5.07/5.43  New rule produced :
% 5.07/5.43  [369]
% 5.07/5.43  multiplication(multiplication(multiplication(A,B),C),V_3) addition multiplication(A,zero)
% 5.42/5.86  <-> multiplication(A,multiplication(multiplication(B,C),V_3))
% 5.42/5.86  Current number of equations to process: 1414
% 5.42/5.86  Current number of ordered equations: 1
% 5.42/5.86  Current number of rules: 347
% 5.42/5.86  New rule produced :
% 5.42/5.86  [370]
% 5.42/5.86  multiplication(A,multiplication(multiplication(B,C),V_3)) <->
% 5.42/5.86  multiplication(multiplication(multiplication(A,B),C),V_3) addition multiplication(A,zero)
% 5.42/5.86  Current number of equations to process: 1414
% 5.42/5.86  Current number of ordered equations: 0
% 5.42/5.86  Current number of rules: 348
% 5.42/5.86  New rule produced :
% 5.42/5.86  [371]
% 5.42/5.86  multiplication(multiplication(multiplication(A,B),C),V_3) addition multiplication(A,zero)
% 5.42/5.86  <-> multiplication(A,multiplication(B,multiplication(C,V_3)))
% 5.42/5.86  Current number of equations to process: 1413
% 5.42/5.86  Current number of ordered equations: 1
% 5.42/5.86  Current number of rules: 349
% 5.42/5.86  New rule produced :
% 5.42/5.86  [372]
% 5.42/5.86  multiplication(A,multiplication(B,multiplication(C,V_3))) <->
% 5.42/5.86  multiplication(multiplication(multiplication(A,B),C),V_3) addition multiplication(A,zero)
% 5.42/5.86  Current number of equations to process: 1413
% 5.42/5.86  Current number of ordered equations: 0
% 5.42/5.86  Current number of rules: 350
% 5.42/5.86  New rule produced :
% 5.42/5.86  [373]
% 5.42/5.86  leq(multiplication(A,star(B)),multiplication(A,strong_iteration(B))) -> true
% 5.42/5.86  Current number of equations to process: 1426
% 5.42/5.86  Current number of ordered equations: 0
% 5.42/5.86  Current number of rules: 351
% 5.42/5.86  New rule produced :
% 5.42/5.86  [374]
% 5.42/5.86  leq(multiplication(A,star(B)),multiplication(A,strong_iteration(B)) addition C)
% 5.42/5.86  -> true
% 5.42/5.86  Current number of equations to process: 1454
% 5.42/5.86  Current number of ordered equations: 1
% 5.42/5.86  Current number of rules: 352
% 5.42/5.86  New rule produced :
% 5.42/5.86  [375]
% 5.42/5.86  leq(multiplication(A,multiplication(strong_iteration(B),zero)),multiplication(A,
% 5.42/5.86                                                                 strong_iteration(B)))
% 5.42/5.86  -> true
% 5.42/5.86  Current number of equations to process: 1454
% 5.42/5.86  Current number of ordered equations: 0
% 5.42/5.86  Current number of rules: 353
% 5.42/5.86  New rule produced :
% 5.42/5.86  [376]
% 5.42/5.86  leq(multiplication(A,multiplication(strong_iteration(B),zero)),multiplication(A,
% 5.42/5.86                                                                 strong_iteration(B)) addition C)
% 5.42/5.86  -> true
% 5.42/5.86  Current number of equations to process: 1490
% 5.42/5.86  Current number of ordered equations: 1
% 5.42/5.86  Current number of rules: 354
% 5.42/5.86  New rule produced :
% 5.42/5.86  [377]
% 5.42/5.86  leq(multiplication(A,star(B)) addition C,multiplication(A,strong_iteration(B)) addition C)
% 5.42/5.86  -> true
% 5.42/5.86  Current number of equations to process: 1490
% 5.42/5.86  Current number of ordered equations: 0
% 5.42/5.86  Current number of rules: 355
% 5.42/5.86  New rule produced :
% 5.42/5.86  [378]
% 5.42/5.86  ifeq2(leq(one addition A,star(B)),true,star(B) addition A,star(B)) -> star(B)
% 5.42/5.86  Current number of equations to process: 1489
% 5.42/5.86  Current number of ordered equations: 0
% 5.42/5.86  Current number of rules: 356
% 5.42/5.86  New rule produced :
% 5.42/5.86  [379]
% 5.42/5.86  ifeq2(leq(one addition A,strong_iteration(B)),true,strong_iteration(B) addition A,
% 5.42/5.86  strong_iteration(B)) -> strong_iteration(B)
% 5.42/5.86  Current number of equations to process: 1488
% 5.42/5.86  Current number of ordered equations: 0
% 5.42/5.86  Current number of rules: 357
% 5.42/5.86  New rule produced :
% 5.42/5.86  [380]
% 5.42/5.86  multiplication(multiplication(A,B),star(C)) <->
% 5.42/5.86  multiplication(A,multiplication(B,multiplication(C,star(C)))) addition 
% 5.42/5.86  multiplication(A,B)
% 5.42/5.86  Current number of equations to process: 1487
% 5.42/5.86  Current number of ordered equations: 1
% 5.42/5.86  Current number of rules: 358
% 5.42/5.86  New rule produced :
% 5.42/5.86  [381]
% 5.42/5.86  multiplication(A,multiplication(B,multiplication(C,star(C)))) addition 
% 5.42/5.86  multiplication(A,B) <-> multiplication(multiplication(A,B),star(C))
% 5.42/5.86  Current number of equations to process: 1487
% 5.42/5.86  Current number of ordered equations: 0
% 5.42/5.86  Current number of rules: 359
% 5.42/5.86  Rule [380]
% 5.42/5.86       multiplication(multiplication(A,B),star(C)) <->
% 5.42/5.86       multiplication(A,multiplication(B,multiplication(C,star(C)))) addition 
% 5.42/5.86       multiplication(A,B) is composed into [380]
% 5.42/5.86                                            multiplication(multiplication(A,B),
% 5.42/5.86                                            star(C)) <->
% 5.42/5.86                                            multiplication(A,multiplication(B,
% 5.42/5.86                                                             star(C)))
% 5.42/5.86  New rule produced :
% 5.42/5.86  [382]
% 5.42/5.86  multiplication(A,multiplication(B,multiplication(C,star(C)))) addition 
% 5.42/5.86  multiplication(A,B) -> multiplication(A,multiplication(B,star(C)))
% 5.42/5.86  Rule
% 5.42/5.86  [381]
% 5.42/5.86  multiplication(A,multiplication(B,multiplication(C,star(C)))) addition 
% 5.55/5.91  multiplication(A,B) <-> multiplication(multiplication(A,B),star(C))
% 5.55/5.91  collapsed.
% 5.55/5.91  Current number of equations to process: 1486
% 5.55/5.91  Current number of ordered equations: 0
% 5.55/5.91  Current number of rules: 359
% 5.55/5.91  New rule produced :
% 5.55/5.91  [383]
% 5.55/5.91  multiplication(multiplication(A,multiplication(B,star(B))),C) addition 
% 5.55/5.91  multiplication(A,C) -> multiplication(multiplication(A,star(B)),C)
% 5.55/5.91  Current number of equations to process: 1485
% 5.55/5.91  Current number of ordered equations: 0
% 5.55/5.91  Current number of rules: 360
% 5.55/5.91  New rule produced :
% 5.55/5.91  [384]
% 5.55/5.91  multiplication(multiplication(A,B),star(C)) <->
% 5.55/5.91  multiplication(A,multiplication(B,multiplication(star(C),C))) addition 
% 5.55/5.91  multiplication(A,B)
% 5.55/5.91  Current number of equations to process: 1484
% 5.55/5.91  Current number of ordered equations: 1
% 5.55/5.91  Current number of rules: 361
% 5.55/5.91  New rule produced :
% 5.55/5.91  [385]
% 5.55/5.91  multiplication(A,multiplication(B,multiplication(star(C),C))) addition 
% 5.55/5.91  multiplication(A,B) <-> multiplication(multiplication(A,B),star(C))
% 5.55/5.91  Current number of equations to process: 1484
% 5.55/5.91  Current number of ordered equations: 0
% 5.55/5.91  Current number of rules: 362
% 5.55/5.91  Rule [384]
% 5.55/5.91       multiplication(multiplication(A,B),star(C)) <->
% 5.55/5.91       multiplication(A,multiplication(B,multiplication(star(C),C))) addition 
% 5.55/5.91       multiplication(A,B) is composed into [384]
% 5.55/5.91                                            multiplication(multiplication(A,B),
% 5.55/5.91                                            star(C)) <->
% 5.55/5.91                                            multiplication(A,multiplication(B,
% 5.55/5.91                                                             star(C)))
% 5.55/5.91  New rule produced :
% 5.55/5.91  [386]
% 5.55/5.91  multiplication(A,multiplication(B,multiplication(star(C),C))) addition 
% 5.55/5.91  multiplication(A,B) -> multiplication(A,multiplication(B,star(C)))
% 5.55/5.91  Rule
% 5.55/5.91  [385]
% 5.55/5.91  multiplication(A,multiplication(B,multiplication(star(C),C))) addition 
% 5.55/5.91  multiplication(A,B) <-> multiplication(multiplication(A,B),star(C))
% 5.55/5.91  collapsed.
% 5.55/5.91  Current number of equations to process: 1483
% 5.55/5.91  Current number of ordered equations: 0
% 5.55/5.91  Current number of rules: 362
% 5.55/5.91  New rule produced :
% 5.55/5.91  [387]
% 5.55/5.91  multiplication(multiplication(A,multiplication(star(B),B)),C) addition 
% 5.55/5.91  multiplication(A,C) -> multiplication(multiplication(A,star(B)),C)
% 5.55/5.91  Current number of equations to process: 1482
% 5.55/5.91  Current number of ordered equations: 0
% 5.55/5.91  Current number of rules: 363
% 5.55/5.91  New rule produced :
% 5.55/5.91  [388]
% 5.55/5.91  multiplication(A,multiplication(B,multiplication(C,strong_iteration(C)))) addition 
% 5.55/5.91  multiplication(A,B) <->
% 5.55/5.91  multiplication(multiplication(A,B),strong_iteration(C))
% 5.55/5.91  Current number of equations to process: 1481
% 5.55/5.91  Current number of ordered equations: 1
% 5.55/5.91  Current number of rules: 364
% 5.55/5.91  New rule produced :
% 5.55/5.91  [389]
% 5.55/5.91  multiplication(multiplication(A,B),strong_iteration(C)) <->
% 5.55/5.91  multiplication(A,multiplication(B,multiplication(C,strong_iteration(C)))) addition 
% 5.55/5.91  multiplication(A,B)
% 5.55/5.91  Current number of equations to process: 1481
% 5.55/5.91  Current number of ordered equations: 0
% 5.55/5.91  Current number of rules: 365
% 5.55/5.91  Rule [389]
% 5.55/5.91       multiplication(multiplication(A,B),strong_iteration(C)) <->
% 5.55/5.91       multiplication(A,multiplication(B,multiplication(C,strong_iteration(C)))) addition 
% 5.55/5.91       multiplication(A,B) is composed into [389]
% 5.55/5.91                                            multiplication(multiplication(A,B),
% 5.55/5.91                                            strong_iteration(C)) <->
% 5.55/5.91                                            multiplication(A,multiplication(B,
% 5.55/5.91                                                             strong_iteration(C)))
% 5.55/5.91  New rule produced :
% 5.55/5.91  [390]
% 5.55/5.91  multiplication(A,multiplication(B,multiplication(C,strong_iteration(C)))) addition 
% 5.55/5.91  multiplication(A,B) ->
% 5.55/5.91  multiplication(A,multiplication(B,strong_iteration(C)))
% 5.55/5.91  Rule
% 5.55/5.91  [388]
% 5.55/5.91  multiplication(A,multiplication(B,multiplication(C,strong_iteration(C)))) addition 
% 5.55/5.91  multiplication(A,B) <->
% 5.55/5.91  multiplication(multiplication(A,B),strong_iteration(C)) collapsed.
% 5.55/5.91  Current number of equations to process: 1480
% 5.55/5.91  Current number of ordered equations: 0
% 5.55/5.91  Current number of rules: 365
% 5.55/5.91  New rule produced :
% 5.55/5.91  [391]
% 5.55/5.91  multiplication(multiplication(A,multiplication(B,strong_iteration(B))),C) addition 
% 5.55/5.91  multiplication(A,C) ->
% 5.55/5.91  multiplication(multiplication(A,strong_iteration(B)),C)
% 5.55/5.91  Current number of equations to process: 1479
% 5.59/5.97  Current number of ordered equations: 0
% 5.59/5.97  Current number of rules: 366
% 5.59/5.97  New rule produced :
% 5.59/5.97  [392]
% 5.59/5.97  multiplication(multiplication(multiplication(A,star(A)),B),C) addition 
% 5.59/5.97  multiplication(B,C) <-> multiplication(star(A),multiplication(B,C))
% 5.59/5.97  Current number of equations to process: 1478
% 5.59/5.97  Current number of ordered equations: 1
% 5.59/5.97  Current number of rules: 367
% 5.59/5.97  New rule produced :
% 5.59/5.97  [393]
% 5.59/5.97  multiplication(star(A),multiplication(B,C)) <->
% 5.59/5.97  multiplication(multiplication(multiplication(A,star(A)),B),C) addition 
% 5.59/5.97  multiplication(B,C)
% 5.59/5.97  Current number of equations to process: 1478
% 5.59/5.97  Current number of ordered equations: 0
% 5.59/5.97  Current number of rules: 368
% 5.59/5.97  New rule produced :
% 5.59/5.97  [394]
% 5.59/5.97  multiplication(A,multiplication(multiplication(B,star(B)),C)) addition 
% 5.59/5.97  multiplication(A,C) -> multiplication(A,multiplication(star(B),C))
% 5.59/5.97  Current number of equations to process: 1477
% 5.59/5.97  Current number of ordered equations: 0
% 5.59/5.97  Current number of rules: 369
% 5.59/5.97  Rule [393]
% 5.59/5.97       multiplication(star(A),multiplication(B,C)) <->
% 5.59/5.97       multiplication(multiplication(multiplication(A,star(A)),B),C) addition 
% 5.59/5.97       multiplication(B,C) is composed into [393]
% 5.59/5.97                                            multiplication(star(A),multiplication(B,C))
% 5.59/5.97                                            <->
% 5.59/5.97                                            multiplication(multiplication(
% 5.59/5.97                                                           star(A),B),C)
% 5.59/5.97  New rule produced :
% 5.59/5.97  [395]
% 5.59/5.97  multiplication(multiplication(multiplication(A,star(A)),B),C) addition 
% 5.59/5.97  multiplication(B,C) -> multiplication(multiplication(star(A),B),C)
% 5.59/5.97  Rule
% 5.59/5.97  [392]
% 5.59/5.97  multiplication(multiplication(multiplication(A,star(A)),B),C) addition 
% 5.59/5.97  multiplication(B,C) <-> multiplication(star(A),multiplication(B,C))
% 5.59/5.97  collapsed.
% 5.59/5.97  Current number of equations to process: 1476
% 5.59/5.97  Current number of ordered equations: 0
% 5.59/5.97  Current number of rules: 369
% 5.59/5.97  New rule produced :
% 5.59/5.97  [396]
% 5.59/5.97  multiplication(star(A),multiplication(B,C)) <->
% 5.59/5.97  multiplication(multiplication(multiplication(star(A),A),B),C) addition 
% 5.59/5.97  multiplication(B,C)
% 5.59/5.97  Current number of equations to process: 1475
% 5.59/5.97  Current number of ordered equations: 1
% 5.59/5.97  Current number of rules: 370
% 5.59/5.97  New rule produced :
% 5.59/5.97  [397]
% 5.59/5.97  multiplication(multiplication(multiplication(star(A),A),B),C) addition 
% 5.59/5.97  multiplication(B,C) <-> multiplication(star(A),multiplication(B,C))
% 5.59/5.97  Current number of equations to process: 1475
% 5.59/5.97  Current number of ordered equations: 0
% 5.59/5.97  Current number of rules: 371
% 5.59/5.97  New rule produced :
% 5.59/5.97  [398]
% 5.59/5.97  multiplication(A,multiplication(multiplication(star(B),B),C)) addition 
% 5.59/5.97  multiplication(A,C) -> multiplication(A,multiplication(star(B),C))
% 5.59/5.97  Current number of equations to process: 1474
% 5.59/5.97  Current number of ordered equations: 0
% 5.59/5.97  Current number of rules: 372
% 5.59/5.97  Rule [396]
% 5.59/5.97       multiplication(star(A),multiplication(B,C)) <->
% 5.59/5.97       multiplication(multiplication(multiplication(star(A),A),B),C) addition 
% 5.59/5.97       multiplication(B,C) is composed into [396]
% 5.59/5.97                                            multiplication(star(A),multiplication(B,C))
% 5.59/5.97                                            <->
% 5.59/5.97                                            multiplication(multiplication(
% 5.59/5.97                                                           star(A),B),C)
% 5.59/5.97  New rule produced :
% 5.59/5.97  [399]
% 5.59/5.97  multiplication(multiplication(multiplication(star(A),A),B),C) addition 
% 5.59/5.97  multiplication(B,C) -> multiplication(multiplication(star(A),B),C)
% 5.59/5.97  Rule
% 5.59/5.97  [397]
% 5.59/5.97  multiplication(multiplication(multiplication(star(A),A),B),C) addition 
% 5.59/5.97  multiplication(B,C) <-> multiplication(star(A),multiplication(B,C))
% 5.59/5.97  collapsed.
% 5.59/5.97  Current number of equations to process: 1473
% 5.59/5.97  Current number of ordered equations: 0
% 5.59/5.97  Current number of rules: 372
% 5.59/5.97  New rule produced :
% 5.59/5.97  [400]
% 5.59/5.97  multiplication(strong_iteration(A),multiplication(B,C)) <->
% 5.59/5.97  multiplication(multiplication(multiplication(A,strong_iteration(A)),B),C) addition 
% 5.59/5.97  multiplication(B,C)
% 5.59/5.97  Current number of equations to process: 1472
% 5.59/5.97  Current number of ordered equations: 1
% 5.59/5.97  Current number of rules: 373
% 5.59/5.97  New rule produced :
% 5.59/5.97  [401]
% 5.59/5.97  multiplication(multiplication(multiplication(A,strong_iteration(A)),B),C) addition 
% 5.59/5.97  multiplication(B,C) <->
% 5.59/5.97  multiplication(strong_iteration(A),multiplication(B,C))
% 5.59/5.97  Current number of equations to process: 1472
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 374
% 5.67/6.04  New rule produced :
% 5.67/6.04  [402]
% 5.67/6.04  multiplication(A,multiplication(multiplication(B,strong_iteration(B)),C)) addition 
% 5.67/6.04  multiplication(A,C) ->
% 5.67/6.04  multiplication(A,multiplication(strong_iteration(B),C))
% 5.67/6.04  Current number of equations to process: 1471
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 375
% 5.67/6.04  Rule [400]
% 5.67/6.04       multiplication(strong_iteration(A),multiplication(B,C)) <->
% 5.67/6.04       multiplication(multiplication(multiplication(A,strong_iteration(A)),B),C) addition 
% 5.67/6.04       multiplication(B,C) is composed into [400]
% 5.67/6.04                                            multiplication(strong_iteration(A),
% 5.67/6.04                                            multiplication(B,C)) <->
% 5.67/6.04                                            multiplication(multiplication(
% 5.67/6.04                                                           strong_iteration(A),B),C)
% 5.67/6.04  New rule produced :
% 5.67/6.04  [403]
% 5.67/6.04  multiplication(multiplication(multiplication(A,strong_iteration(A)),B),C) addition 
% 5.67/6.04  multiplication(B,C) ->
% 5.67/6.04  multiplication(multiplication(strong_iteration(A),B),C)
% 5.67/6.04  Rule
% 5.67/6.04  [401]
% 5.67/6.04  multiplication(multiplication(multiplication(A,strong_iteration(A)),B),C) addition 
% 5.67/6.04  multiplication(B,C) <->
% 5.67/6.04  multiplication(strong_iteration(A),multiplication(B,C)) collapsed.
% 5.67/6.04  Current number of equations to process: 1470
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 375
% 5.67/6.04  New rule produced :
% 5.67/6.04  [404]
% 5.67/6.04  multiplication(multiplication(A,B),multiplication(C,star(multiplication(B,C)))) addition A
% 5.67/6.04  -> multiplication(A,star(multiplication(B,C)))
% 5.67/6.04  Current number of equations to process: 1469
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 376
% 5.67/6.04  New rule produced :
% 5.67/6.04  [405]
% 5.67/6.04  multiplication(multiplication(A,B),multiplication(C,strong_iteration(
% 5.67/6.04                                                      multiplication(B,C)))) addition A
% 5.67/6.04  -> multiplication(A,strong_iteration(multiplication(B,C)))
% 5.67/6.04  Current number of equations to process: 1468
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 377
% 5.67/6.04  New rule produced :
% 5.67/6.04  [406]
% 5.67/6.04  multiplication(multiplication(A,B),star(C)) <->
% 5.67/6.04  multiplication(A,multiplication(multiplication(B,C),star(C))) addition 
% 5.67/6.04  multiplication(A,B)
% 5.67/6.04  Current number of equations to process: 1467
% 5.67/6.04  Current number of ordered equations: 1
% 5.67/6.04  Current number of rules: 378
% 5.67/6.04  New rule produced :
% 5.67/6.04  [407]
% 5.67/6.04  multiplication(A,multiplication(multiplication(B,C),star(C))) addition 
% 5.67/6.04  multiplication(A,B) <-> multiplication(multiplication(A,B),star(C))
% 5.67/6.04  Current number of equations to process: 1467
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 379
% 5.67/6.04  New rule produced :
% 5.67/6.04  [408]
% 5.67/6.04  multiplication(multiplication(A,B),star(C)) <->
% 5.67/6.04  multiplication(A,multiplication(multiplication(B,star(C)),C)) addition 
% 5.67/6.04  multiplication(A,B)
% 5.67/6.04  Current number of equations to process: 1466
% 5.67/6.04  Current number of ordered equations: 1
% 5.67/6.04  Current number of rules: 380
% 5.67/6.04  New rule produced :
% 5.67/6.04  [409]
% 5.67/6.04  multiplication(A,multiplication(multiplication(B,star(C)),C)) addition 
% 5.67/6.04  multiplication(A,B) <-> multiplication(multiplication(A,B),star(C))
% 5.67/6.04  Current number of equations to process: 1466
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 381
% 5.67/6.04  New rule produced :
% 5.67/6.04  [410]
% 5.67/6.04  multiplication(A,multiplication(multiplication(B,C),strong_iteration(C))) addition 
% 5.67/6.04  multiplication(A,B) <->
% 5.67/6.04  multiplication(multiplication(A,B),strong_iteration(C))
% 5.67/6.04  Current number of equations to process: 1465
% 5.67/6.04  Current number of ordered equations: 1
% 5.67/6.04  Current number of rules: 382
% 5.67/6.04  New rule produced :
% 5.67/6.04  [411]
% 5.67/6.04  multiplication(multiplication(A,B),strong_iteration(C)) <->
% 5.67/6.04  multiplication(A,multiplication(multiplication(B,C),strong_iteration(C))) addition 
% 5.67/6.04  multiplication(A,B)
% 5.67/6.04  Current number of equations to process: 1465
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 383
% 5.67/6.04  New rule produced :
% 5.67/6.04  [412]
% 5.67/6.04  multiplication(multiplication(star(multiplication(A,B)),A),multiplication(B,C)) addition C
% 5.67/6.04  -> multiplication(star(multiplication(A,B)),C)
% 5.67/6.04  Current number of equations to process: 1464
% 5.67/6.04  Current number of ordered equations: 0
% 5.67/6.04  Current number of rules: 384
% 5.67/6.04  New rule produced :
% 5.67/6.04  [413]
% 5.67/6.04  multiplication(star(A),multiplication(B,C)) <->
% 5.67/6.04  multiplication(multiplication(A,multiplication(star(A),B)),C) addition 
% 5.85/6.21  multiplication(B,C)
% 5.85/6.21  Current number of equations to process: 1463
% 5.85/6.21  Current number of ordered equations: 1
% 5.85/6.21  Current number of rules: 385
% 5.85/6.21  New rule produced :
% 5.85/6.21  [414]
% 5.85/6.21  multiplication(multiplication(A,multiplication(star(A),B)),C) addition 
% 5.85/6.21  multiplication(B,C) <-> multiplication(star(A),multiplication(B,C))
% 5.85/6.21  Current number of equations to process: 1463
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 386
% 5.85/6.21  New rule produced :
% 5.85/6.21  [415]
% 5.85/6.21  multiplication(star(A),multiplication(B,C)) <->
% 5.85/6.21  multiplication(multiplication(star(A),multiplication(A,B)),C) addition 
% 5.85/6.21  multiplication(B,C)
% 5.85/6.21  Current number of equations to process: 1462
% 5.85/6.21  Current number of ordered equations: 1
% 5.85/6.21  Current number of rules: 387
% 5.85/6.21  New rule produced :
% 5.85/6.21  [416]
% 5.85/6.21  multiplication(multiplication(star(A),multiplication(A,B)),C) addition 
% 5.85/6.21  multiplication(B,C) <-> multiplication(star(A),multiplication(B,C))
% 5.85/6.21  Current number of equations to process: 1462
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 388
% 5.85/6.21  New rule produced :
% 5.85/6.21  [417]
% 5.85/6.21  multiplication(strong_iteration(A),multiplication(B,C)) <->
% 5.85/6.21  multiplication(multiplication(A,multiplication(strong_iteration(A),B)),C) addition 
% 5.85/6.21  multiplication(B,C)
% 5.85/6.21  Current number of equations to process: 1461
% 5.85/6.21  Current number of ordered equations: 1
% 5.85/6.21  Current number of rules: 389
% 5.85/6.21  New rule produced :
% 5.85/6.21  [418]
% 5.85/6.21  multiplication(multiplication(A,multiplication(strong_iteration(A),B)),C) addition 
% 5.85/6.21  multiplication(B,C) <->
% 5.85/6.21  multiplication(strong_iteration(A),multiplication(B,C))
% 5.85/6.21  Current number of equations to process: 1461
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 390
% 5.85/6.21  New rule produced :
% 5.85/6.21  [419]
% 5.85/6.21  multiplication(multiplication(multiplication(A,B),C),star(multiplication(B,C))) addition A
% 5.85/6.21  -> multiplication(A,star(multiplication(B,C)))
% 5.85/6.21  Current number of equations to process: 1460
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 391
% 5.85/6.21  New rule produced :
% 5.85/6.21  [420]
% 5.85/6.21  multiplication(multiplication(multiplication(A,B),C),strong_iteration(
% 5.85/6.21                                                       multiplication(B,C))) addition A
% 5.85/6.21  -> multiplication(A,strong_iteration(multiplication(B,C)))
% 5.85/6.21  Current number of equations to process: 1459
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 392
% 5.85/6.21  New rule produced :
% 5.85/6.21  [421]
% 5.85/6.21  multiplication(star(multiplication(A,B)),multiplication(A,multiplication(B,C))) addition C
% 5.85/6.21  -> multiplication(star(multiplication(A,B)),C)
% 5.85/6.21  Current number of equations to process: 1458
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 393
% 5.85/6.21  New rule produced :
% 5.85/6.21  [422]
% 5.85/6.21  star(star(A)) addition multiplication(star(star(A)),multiplication(strong_iteration(A),zero))
% 5.85/6.21  -> multiplication(star(star(A)),strong_iteration(A))
% 5.85/6.21  Current number of equations to process: 1457
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 394
% 5.85/6.21  New rule produced :
% 5.85/6.21  [423]
% 5.85/6.21  ifeq3(star(A) addition B,one addition B,leq(star(A),one addition B),true) ->
% 5.85/6.21  true
% 5.85/6.21  Current number of equations to process: 1470
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 395
% 5.85/6.21  New rule produced :
% 5.85/6.21  [424]
% 5.85/6.21  ifeq3(strong_iteration(A) addition B,one addition B,leq(strong_iteration(A),
% 5.85/6.21                                                      one addition B),true) ->
% 5.85/6.21  true
% 5.85/6.21  Current number of equations to process: 1469
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 396
% 5.85/6.21  New rule produced :
% 5.85/6.21  [425]
% 5.85/6.21  ifeq3(strong_iteration(A) addition B,star(A),leq(strong_iteration(A) addition B,
% 5.85/6.21                                               star(A)),true) -> true
% 5.85/6.21  Current number of equations to process: 1467
% 5.85/6.21  Current number of ordered equations: 1
% 5.85/6.21  Current number of rules: 397
% 5.85/6.21  New rule produced :
% 5.85/6.21  [426]
% 5.85/6.21  ifeq3(strong_iteration(A) addition B,strong_iteration(A),leq(star(A) addition B,
% 5.85/6.21                                                           strong_iteration(A)),true)
% 5.85/6.21  -> true
% 5.85/6.21  Current number of equations to process: 1467
% 5.85/6.21  Current number of ordered equations: 0
% 5.85/6.21  Current number of rules: 398
% 5.85/6.21  New rule produced :
% 5.85/6.21  [427]
% 5.85/6.21  ifeq3(star(A),multiplication(star(A),A),leq(star(A),multiplication(star(A),A)),true)
% 5.85/6.21  -> true
% 5.85/6.21  Current number of equations to process: 1466
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 399
% 5.88/6.29  New rule produced :
% 5.88/6.29  [428]
% 5.88/6.29  ifeq(leq(star(A),A),true,leq(multiplication(star(star(A)),star(A)),A),true)
% 5.88/6.29  -> true
% 5.88/6.29  Current number of equations to process: 1465
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 400
% 5.88/6.29  New rule produced :
% 5.88/6.29  [429]
% 5.88/6.29  ifeq(leq(A,star(A)),true,leq(A,multiplication(strong_iteration(star(A)),
% 5.88/6.29                                 star(A))),true) -> true
% 5.88/6.29  Current number of equations to process: 1464
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 401
% 5.88/6.29  New rule produced :
% 5.88/6.29  [430]
% 5.88/6.29  ifeq3(strong_iteration(A),multiplication(strong_iteration(A),zero),leq(
% 5.88/6.29                                                                     strong_iteration(A),
% 5.88/6.29                                                                     multiplication(
% 5.88/6.29                                                                     strong_iteration(A),zero)),true)
% 5.88/6.29  -> true
% 5.88/6.29  Current number of equations to process: 1463
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 402
% 5.88/6.29  New rule produced :
% 5.88/6.29  [431]
% 5.88/6.29  ifeq(leq(strong_iteration(A),zero),true,leq(multiplication(star(strong_iteration(A)),
% 5.88/6.29                                              strong_iteration(A)),zero),true)
% 5.88/6.29  -> true
% 5.88/6.29  Current number of equations to process: 1462
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 403
% 5.88/6.29  New rule produced :
% 5.88/6.29  [432]
% 5.88/6.29  ifeq3(multiplication(sK1_goals_X1,sK2_goals_X0),multiplication(sK2_goals_X0,sK1_goals_X1),
% 5.88/6.29  leq(multiplication(sK1_goals_X1,sK2_goals_X0),multiplication(sK2_goals_X0,sK1_goals_X1)),true)
% 5.88/6.29  -> true
% 5.88/6.29  Current number of equations to process: 1461
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 404
% 5.88/6.29  New rule produced :
% 5.88/6.29  [433]
% 5.88/6.29  ifeq3(multiplication(A,B),multiplication(A,zero),leq(multiplication(A,B),
% 5.88/6.29                                                   multiplication(A,zero)),true)
% 5.88/6.29  -> true
% 5.88/6.29  Current number of equations to process: 1460
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 405
% 5.88/6.29  New rule produced :
% 5.88/6.29  [434]
% 5.88/6.29  ifeq2(leq(multiplication(A,multiplication(B,star(B))),A),true,multiplication(A,
% 5.88/6.29                                                                star(B)),A) ->
% 5.88/6.29  A
% 5.88/6.29  Current number of equations to process: 1458
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 406
% 5.88/6.29  New rule produced :
% 5.88/6.29  [435]
% 5.88/6.29  ifeq3(multiplication(A,star(B)),A,leq(multiplication(A,multiplication(B,
% 5.88/6.29                                                         star(B))),A),true) ->
% 5.88/6.29  true
% 5.88/6.29  Current number of equations to process: 1457
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 407
% 5.88/6.29  New rule produced :
% 5.88/6.29  [436]
% 5.88/6.29  leq(multiplication(A,multiplication(B,star(B))) addition C,multiplication(A,
% 5.88/6.29                                                             star(B)) addition C)
% 5.88/6.29  -> true
% 5.88/6.29  Current number of equations to process: 1455
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 408
% 5.88/6.29  New rule produced :
% 5.88/6.29  [437]
% 5.88/6.29  ifeq2(leq(multiplication(A,multiplication(star(B),B)),A),true,multiplication(A,
% 5.88/6.29                                                                star(B)),A) ->
% 5.88/6.29  A
% 5.88/6.29  Current number of equations to process: 1454
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 409
% 5.88/6.29  New rule produced :
% 5.88/6.29  [438]
% 5.88/6.29  ifeq3(multiplication(A,star(B)),A,leq(multiplication(A,multiplication(
% 5.88/6.29                                                         star(B),B)),A),true)
% 5.88/6.29  -> true
% 5.88/6.29  Current number of equations to process: 1453
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 410
% 5.88/6.29  New rule produced :
% 5.88/6.29  [439]
% 5.88/6.29  leq(multiplication(A,multiplication(star(B),B)) addition C,multiplication(A,
% 5.88/6.29                                                             star(B)) addition C)
% 5.88/6.29  -> true
% 5.88/6.29  Current number of equations to process: 1452
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 411
% 5.88/6.29  New rule produced :
% 5.88/6.29  [440]
% 5.88/6.29  ifeq2(leq(multiplication(A,multiplication(B,strong_iteration(B))),A),true,
% 5.88/6.29  multiplication(A,strong_iteration(B)),A) -> A
% 5.88/6.29  Current number of equations to process: 1450
% 5.88/6.29  Current number of ordered equations: 0
% 5.88/6.29  Current number of rules: 412
% 5.88/6.29  New rule produced :
% 5.88/6.29  [441]
% 5.88/6.29  ifeq3(multiplication(A,strong_iteration(B)),A,leq(multiplication(A,multiplication(B,
% 6.04/6.38                                                                     strong_iteration(B))),A),true)
% 6.04/6.38  -> true
% 6.04/6.38  Current number of equations to process: 1449
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 413
% 6.04/6.38  New rule produced :
% 6.04/6.38  [442]
% 6.04/6.38  leq(multiplication(A,multiplication(B,strong_iteration(B))) addition C,
% 6.04/6.38  multiplication(A,strong_iteration(B)) addition C) -> true
% 6.04/6.38  Current number of equations to process: 1447
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 414
% 6.04/6.38  New rule produced :
% 6.04/6.38  [443]
% 6.04/6.38  ifeq2(leq(multiplication(multiplication(A,star(A)),B),B),true,multiplication(
% 6.04/6.38                                                                star(A),B),B)
% 6.04/6.38  -> B
% 6.04/6.38  Current number of equations to process: 1446
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 415
% 6.04/6.38  New rule produced :
% 6.04/6.38  [444]
% 6.04/6.38  ifeq3(multiplication(star(A),B),B,leq(multiplication(multiplication(A,
% 6.04/6.38                                                       star(A)),B),B),true) ->
% 6.04/6.38  true
% 6.04/6.38  Current number of equations to process: 1445
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 416
% 6.04/6.38  New rule produced :
% 6.04/6.38  [445]
% 6.04/6.38  leq(multiplication(multiplication(A,star(A)),B) addition C,multiplication(
% 6.04/6.38                                                             star(A),B) addition C)
% 6.04/6.38  -> true
% 6.04/6.38  Current number of equations to process: 1443
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 417
% 6.04/6.38  New rule produced :
% 6.04/6.38  [446]
% 6.04/6.38  ifeq2(leq(multiplication(multiplication(star(A),A),B),B),true,multiplication(
% 6.04/6.38                                                                star(A),B),B)
% 6.04/6.38  -> B
% 6.04/6.38  Current number of equations to process: 1442
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 418
% 6.04/6.38  New rule produced :
% 6.04/6.38  [447]
% 6.04/6.38  ifeq3(multiplication(star(A),B),B,leq(multiplication(multiplication(star(A),A),B),B),true)
% 6.04/6.38  -> true
% 6.04/6.38  Current number of equations to process: 1441
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 419
% 6.04/6.38  New rule produced :
% 6.04/6.38  [448]
% 6.04/6.38  leq(multiplication(multiplication(star(A),A),B) addition C,multiplication(
% 6.04/6.38                                                             star(A),B) addition C)
% 6.04/6.38  -> true
% 6.04/6.38  Current number of equations to process: 1440
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 420
% 6.04/6.38  New rule produced :
% 6.04/6.38  [449]
% 6.04/6.38  ifeq2(leq(multiplication(multiplication(A,strong_iteration(A)),B),B),true,
% 6.04/6.38  multiplication(strong_iteration(A),B),B) -> B
% 6.04/6.38  Current number of equations to process: 1439
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 421
% 6.04/6.38  New rule produced :
% 6.04/6.38  [450]
% 6.04/6.38  ifeq3(multiplication(strong_iteration(A),B),B,leq(multiplication(multiplication(A,
% 6.04/6.38                                                                   strong_iteration(A)),B),B),true)
% 6.04/6.38  -> true
% 6.04/6.38  Current number of equations to process: 1438
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 422
% 6.04/6.38  New rule produced :
% 6.04/6.38  [451]
% 6.04/6.38  leq(multiplication(multiplication(A,strong_iteration(A)),B) addition C,
% 6.04/6.38  multiplication(strong_iteration(A),B) addition C) -> true
% 6.04/6.38  Current number of equations to process: 1436
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 423
% 6.04/6.38  New rule produced :
% 6.04/6.38  [452]
% 6.04/6.38  multiplication(A,star(C)) addition multiplication(A,multiplication(star(B),B))
% 6.04/6.38  -> multiplication(A,star(B)) addition multiplication(A,star(C))
% 6.04/6.38  Rule
% 6.04/6.38  [166]
% 6.04/6.38  multiplication(A,star(B)) addition multiplication(A,multiplication(star(B),B))
% 6.04/6.38  -> multiplication(A,star(B)) collapsed.
% 6.04/6.38  Current number of equations to process: 1435
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 423
% 6.04/6.38  New rule produced :
% 6.04/6.38  [453]
% 6.04/6.38  multiplication(star(C),B) addition multiplication(multiplication(star(A),A),B)
% 6.04/6.38  -> multiplication(star(A),B) addition multiplication(star(C),B)
% 6.04/6.38  Rule
% 6.04/6.38  [167]
% 6.04/6.38  multiplication(star(A),B) addition multiplication(multiplication(star(A),A),B)
% 6.04/6.38  -> multiplication(star(A),B) collapsed.
% 6.04/6.38  Current number of equations to process: 1434
% 6.04/6.38  Current number of ordered equations: 0
% 6.04/6.38  Current number of rules: 423
% 6.04/6.38  New rule produced :
% 6.04/6.38  [454]
% 6.04/6.38  multiplication(A,strong_iteration(B)) addition multiplication(A,multiplication(C,
% 6.04/6.38                                                                  star(C))) ->
% 7.07/7.40  multiplication(A,strong_iteration(B)) addition multiplication(A,star(C))
% 7.07/7.40  Current number of equations to process: 1431
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 424
% 7.07/7.40  New rule produced :
% 7.07/7.40  [455]
% 7.07/7.40  multiplication(strong_iteration(A),B) addition multiplication(multiplication(C,
% 7.07/7.40                                                                star(C)),B) ->
% 7.07/7.40  multiplication(strong_iteration(A),B) addition multiplication(star(C),B)
% 7.07/7.40  Current number of equations to process: 1430
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 425
% 7.07/7.40  New rule produced :
% 7.07/7.40  [456]
% 7.07/7.40  multiplication(A,strong_iteration(B)) addition multiplication(A,multiplication(
% 7.07/7.40                                                                  star(C),C))
% 7.07/7.40  -> multiplication(A,strong_iteration(B)) addition multiplication(A,star(C))
% 7.07/7.40  Current number of equations to process: 1429
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 426
% 7.07/7.40  New rule produced :
% 7.07/7.40  [457]
% 7.07/7.40  multiplication(strong_iteration(A),B) addition multiplication(multiplication(
% 7.07/7.40                                                                star(C),C),B)
% 7.07/7.40  -> multiplication(strong_iteration(A),B) addition multiplication(star(C),B)
% 7.07/7.40  Current number of equations to process: 1428
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 427
% 7.07/7.40  New rule produced :
% 7.07/7.40  [458]
% 7.07/7.40  ifeq3(star(A),multiplication(A,star(A)),leq(star(A),multiplication(A,star(A))),true)
% 7.07/7.40  -> true
% 7.07/7.40  Current number of equations to process: 1427
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 428
% 7.07/7.40  New rule produced :
% 7.07/7.40  [459]
% 7.07/7.40  ifeq3(strong_iteration(A),multiplication(A,strong_iteration(A)),leq(strong_iteration(A),
% 7.07/7.40                                                                  multiplication(A,
% 7.07/7.40                                                                  strong_iteration(A))),true)
% 7.07/7.40  -> true
% 7.07/7.40  Current number of equations to process: 1425
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 429
% 7.07/7.40  New rule produced :
% 7.07/7.40  [460]
% 7.07/7.40  leq(multiplication(A,star(B)) addition C,multiplication(A,strong_iteration(B)) addition C addition V_3)
% 7.07/7.40  -> true
% 7.07/7.40  Current number of equations to process: 1419
% 7.07/7.40  Current number of ordered equations: 1
% 7.07/7.40  Current number of rules: 430
% 7.07/7.40  New rule produced :
% 7.07/7.40  [461]
% 7.07/7.40  leq(multiplication(A,multiplication(strong_iteration(B),zero)) addition C,
% 7.07/7.40  multiplication(A,strong_iteration(B)) addition C) -> true
% 7.07/7.40  Current number of equations to process: 1419
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 431
% 7.07/7.40  New rule produced :
% 7.07/7.40  [462]
% 7.07/7.40  ifeq2(leq(star(A) addition B,strong_iteration(A)),true,strong_iteration(A) addition B,
% 7.07/7.40  strong_iteration(A)) -> strong_iteration(A)
% 7.07/7.40  Current number of equations to process: 1603
% 7.07/7.40  Current number of ordered equations: 1
% 7.07/7.40  Current number of rules: 432
% 7.07/7.40  New rule produced :
% 7.07/7.40  [463]
% 7.07/7.40  ifeq2(leq(strong_iteration(A) addition B,star(A)),true,strong_iteration(A) addition B,
% 7.07/7.40  star(A)) -> star(A)
% 7.07/7.40  Current number of equations to process: 1603
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 433
% 7.07/7.40  New rule produced :
% 7.07/7.40  [464]
% 7.07/7.40  multiplication(A,multiplication(strong_iteration(B),zero)) addition multiplication(A,
% 7.07/7.40                                                                      multiplication(
% 7.07/7.40                                                                      star(B),C))
% 7.07/7.40  -> multiplication(A,multiplication(strong_iteration(B),C))
% 7.07/7.40  Current number of equations to process: 1592
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 434
% 7.07/7.40  New rule produced :
% 7.07/7.40  [465]
% 7.07/7.40  multiplication(multiplication(A,star(B)),C) addition multiplication(A,
% 7.07/7.40                                                       multiplication(strong_iteration(B),zero))
% 7.07/7.40  -> multiplication(multiplication(A,strong_iteration(B)),C)
% 7.07/7.40  Current number of equations to process: 1589
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 435
% 7.07/7.40  New rule produced : [466] leq(multiplication(star(one),zero),A) -> true
% 7.07/7.40  Current number of equations to process: 1602
% 7.07/7.40  Current number of ordered equations: 0
% 7.07/7.40  Current number of rules: 436
% 7.07/7.40  New rule produced :
% 7.07/7.40  [467]
% 7.07/7.40  ifeq(leq(A,one),true,leq(multiplication(star(A),zero),one),true) -> true
% 7.68/8.02  Current number of equations to process: 1605
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 437
% 7.68/8.02  New rule produced :
% 7.68/8.02  [468] ifeq(leq(one addition A,one),true,leq(star(A),one),true) -> true
% 7.68/8.02  Current number of equations to process: 1622
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 438
% 7.68/8.02  New rule produced :
% 7.68/8.02  [469] ifeq(leq(one addition A,A),true,leq(star(one),A),true) -> true
% 7.68/8.02  Current number of equations to process: 1621
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 439
% 7.68/8.02  New rule produced :
% 7.68/8.02  [470] ifeq(leq(star(A),A),true,leq(star(star(A)),A),true) -> true
% 7.68/8.02  Current number of equations to process: 1620
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 440
% 7.68/8.02  New rule produced :
% 7.68/8.02  [471] ifeq(leq(A,one),true,leq(multiplication(star(A),A),one),true) -> true
% 7.68/8.02  Current number of equations to process: 1653
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 441
% 7.68/8.02  New rule produced :
% 7.68/8.02  [472]
% 7.68/8.02  ifeq(leq(star(A),one),true,leq(multiplication(star(one),star(A)),one),true)
% 7.68/8.02  -> true
% 7.68/8.02  Current number of equations to process: 1719
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 442
% 7.68/8.02  New rule produced :
% 7.68/8.02  [473]
% 7.68/8.02  ifeq(leq(strong_iteration(A),one),true,leq(multiplication(star(one),strong_iteration(A)),one),true)
% 7.68/8.02  -> true
% 7.68/8.02  Current number of equations to process: 1718
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 443
% 7.68/8.02  New rule produced :
% 7.68/8.02  [474]
% 7.68/8.02  ifeq(leq(star(A),one),true,leq(star(multiplication(star(A),A)),one),true) ->
% 7.68/8.02  true
% 7.68/8.02  Current number of equations to process: 1717
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 444
% 7.68/8.02  New rule produced : [475] leq(multiplication(star(one),A),A) -> true
% 7.68/8.02  Current number of equations to process: 1720
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 445
% 7.68/8.02  New rule produced :
% 7.68/8.02  [476] leq(multiplication(star(one),A),A addition B) -> true
% 7.68/8.02  Current number of equations to process: 1719
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 446
% 7.68/8.02  New rule produced :
% 7.68/8.02  [477]
% 7.68/8.02  ifeq(leq(A,zero),true,leq(multiplication(star(one),A),zero),true) -> true
% 7.68/8.02  Current number of equations to process: 1739
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 447
% 7.68/8.02  New rule produced :
% 7.68/8.02  [478] leq(multiplication(star(one),star(A)),strong_iteration(A)) -> true
% 7.68/8.02  Current number of equations to process: 1744
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 448
% 7.68/8.02  New rule produced :
% 7.68/8.02  [479]
% 7.68/8.02  leq(multiplication(star(one),star(A)),strong_iteration(A) addition B) -> true
% 7.68/8.02  Current number of equations to process: 1743
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 449
% 7.68/8.02  New rule produced :
% 7.68/8.02  [480]
% 7.68/8.02  leq(multiplication(star(one),multiplication(star(A),A)),star(A)) -> true
% 7.68/8.02  Current number of equations to process: 1746
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 450
% 7.68/8.02  New rule produced :
% 7.68/8.02  [481]
% 7.68/8.02  leq(multiplication(star(one),multiplication(sK2_goals_X0,sK1_goals_X1)),
% 7.68/8.02  multiplication(sK1_goals_X1,sK2_goals_X0)) -> true
% 7.68/8.02  Current number of equations to process: 1749
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 451
% 7.68/8.02  New rule produced :
% 7.68/8.02  [482]
% 7.68/8.02  leq(multiplication(star(one),multiplication(A,zero)),multiplication(A,B)) ->
% 7.68/8.02  true
% 7.68/8.02  Current number of equations to process: 1752
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 452
% 7.68/8.02  New rule produced :
% 7.68/8.02  [483]
% 7.68/8.02  leq(multiplication(star(one),multiplication(star(A),A)),star(A) addition B)
% 7.68/8.02  -> true
% 7.68/8.02  Current number of equations to process: 1786
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 453
% 7.68/8.02  New rule produced :
% 7.68/8.02  [484]
% 7.68/8.02  leq(multiplication(star(one),multiplication(sK2_goals_X0,sK1_goals_X1)),
% 7.68/8.02  multiplication(sK1_goals_X1,sK2_goals_X0) addition A) -> true
% 7.68/8.02  Current number of equations to process: 1785
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 454
% 7.68/8.02  New rule produced :
% 7.68/8.02  [485]
% 7.68/8.02  leq(multiplication(star(one),multiplication(A,zero)),multiplication(A,B) addition C)
% 7.68/8.02  -> true
% 7.68/8.02  Current number of equations to process: 1784
% 7.68/8.02  Current number of ordered equations: 0
% 7.68/8.02  Current number of rules: 455
% 7.68/8.02  New rule produced :
% 8.01/8.38  [486]
% 8.01/8.38  ifeq(leq(multiplication(A,multiplication(star(A),zero)),multiplication(
% 8.01/8.38                                                          star(A),zero)),true,true,true)
% 8.01/8.38  -> true
% 8.01/8.38  Current number of equations to process: 1785
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 456
% 8.01/8.38  New rule produced :
% 8.01/8.38  [487]
% 8.01/8.38  ifeq(leq(strong_iteration(A),one),true,leq(multiplication(star(star(A)),
% 8.01/8.38                                             strong_iteration(A)),one),true) ->
% 8.01/8.38  true
% 8.01/8.38  Current number of equations to process: 1783
% 8.01/8.38  Current number of ordered equations: 1
% 8.01/8.38  Current number of rules: 457
% 8.01/8.38  New rule produced :
% 8.01/8.38  [488]
% 8.01/8.38  ifeq(leq(strong_iteration(A),one),true,leq(multiplication(star(strong_iteration(A)),
% 8.01/8.38                                             star(A)),one),true) -> true
% 8.01/8.38  Current number of equations to process: 1783
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 458
% 8.01/8.38  New rule produced :
% 8.01/8.38  [489] ifeq(leq(one,zero),true,leq(star(one),zero),true) -> true
% 8.01/8.38  Current number of equations to process: 1783
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 459
% 8.01/8.38  New rule produced : [490] ifeq(leq(A,one),true,true,true) -> true
% 8.01/8.38  Current number of equations to process: 1783
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 460
% 8.01/8.38  New rule produced :
% 8.01/8.38  [491]
% 8.01/8.38  ifeq(leq(multiplication(multiplication(A,B),C),A),true,true,true) -> true
% 8.01/8.38  Current number of equations to process: 1786
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 461
% 8.01/8.38  New rule produced :
% 8.01/8.38  [492] ifeq(leq(one,zero),true,leq(star(A),zero),true) -> true
% 8.01/8.38  Rule [489] ifeq(leq(one,zero),true,leq(star(one),zero),true) -> true
% 8.01/8.38  collapsed.
% 8.01/8.38  Current number of equations to process: 1794
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 461
% 8.01/8.38  New rule produced :
% 8.01/8.38  [493]
% 8.01/8.38  ifeq(leq(multiplication(A,multiplication(B,C)),multiplication(A,B)),true,true,true)
% 8.01/8.38  -> true
% 8.01/8.38  Current number of equations to process: 1794
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 462
% 8.01/8.38  New rule produced :
% 8.01/8.38  [494]
% 8.01/8.38  ifeq(leq(multiplication(A,B) addition multiplication(A,C),A),true,true,true)
% 8.01/8.38  -> true
% 8.01/8.38  Current number of equations to process: 1793
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 463
% 8.01/8.38  New rule produced :
% 8.01/8.38  [495]
% 8.01/8.38  ifeq(leq(multiplication(multiplication(multiplication(A,B),C),V_3),A),true,true,true)
% 8.01/8.38  -> true
% 8.01/8.38  Current number of equations to process: 1792
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 464
% 8.01/8.38  New rule produced : [496] leq(multiplication(A,star(one)),A) -> true
% 8.01/8.38  Current number of equations to process: 1799
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 465
% 8.01/8.38  New rule produced :
% 8.01/8.38  [497] leq(multiplication(A,star(one)),A addition B) -> true
% 8.01/8.38  Current number of equations to process: 1798
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 466
% 8.01/8.38  New rule produced :
% 8.01/8.38  [498] leq(multiplication(star(A),star(one)),strong_iteration(A)) -> true
% 8.01/8.38  Current number of equations to process: 1826
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 467
% 8.01/8.38  New rule produced :
% 8.01/8.38  [499]
% 8.01/8.38  leq(multiplication(star(A),star(one)),strong_iteration(A) addition B) -> true
% 8.01/8.38  Current number of equations to process: 1825
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 468
% 8.01/8.38  New rule produced :
% 8.01/8.38  [500]
% 8.01/8.38  leq(multiplication(multiplication(star(A),A),star(one)),star(A)) -> true
% 8.01/8.38  Current number of equations to process: 1828
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 469
% 8.01/8.38  New rule produced :
% 8.01/8.38  [501]
% 8.01/8.38  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),star(one)),
% 8.01/8.38  multiplication(sK1_goals_X1,sK2_goals_X0)) -> true
% 8.01/8.38  Current number of equations to process: 1831
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 470
% 8.01/8.38  New rule produced :
% 8.01/8.38  [502]
% 8.01/8.38  leq(multiplication(multiplication(star(A),A),star(one)),star(A) addition B)
% 8.01/8.38  -> true
% 8.01/8.38  Current number of equations to process: 1867
% 8.01/8.38  Current number of ordered equations: 0
% 8.01/8.38  Current number of rules: 471
% 8.01/8.38  New rule produced :
% 8.01/8.38  [503]
% 8.01/8.38  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),star(one)),
% 8.01/8.38  multiplication(sK1_goals_X1,sK2_goals_X0) addition A) -> true
% 8.58/8.92  Current number of equations to process: 1866
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 472
% 8.58/8.92  New rule produced :
% 8.58/8.92  [504]
% 8.58/8.92  ifeq(leq(star(A),one),true,leq(multiplication(star(A),star(one)),one),true)
% 8.58/8.92  -> true
% 8.58/8.92  Current number of equations to process: 1867
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 473
% 8.58/8.92  New rule produced :
% 8.58/8.92  [505]
% 8.58/8.92  ifeq(leq(strong_iteration(A),one),true,leq(multiplication(strong_iteration(A),
% 8.58/8.92                                             star(one)),one),true) -> true
% 8.58/8.92  Current number of equations to process: 1866
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 474
% 8.58/8.92  New rule produced :
% 8.58/8.92  [506]
% 8.58/8.92  ifeq(leq(strong_iteration(A),A),true,leq(star(strong_iteration(A)),A),true)
% 8.58/8.92  -> true
% 8.58/8.92  Current number of equations to process: 1870
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 475
% 8.58/8.92  New rule produced :
% 8.58/8.92  [507] ifeq(leq(A,one),true,leq(multiplication(A,star(A)),one),true) -> true
% 8.58/8.92  Current number of equations to process: 1904
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 476
% 8.58/8.92  New rule produced : [508] leq(A,strong_iteration(one)) -> true
% 8.58/8.92  Current number of equations to process: 1968
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 477
% 8.58/8.92  New rule produced :
% 8.58/8.92  [509]
% 8.58/8.92  multiplication(strong_iteration(one),A) addition B ->
% 8.58/8.92  multiplication(strong_iteration(one),A)
% 8.58/8.92  Current number of equations to process: 1971
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 478
% 8.58/8.92  New rule produced :
% 8.58/8.92  [510]
% 8.58/8.92  leq(A,multiplication(multiplication(strong_iteration(one),B),C)) -> true
% 8.58/8.92  Current number of equations to process: 1970
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 479
% 8.58/8.92  New rule produced :
% 8.58/8.92  [511]
% 8.58/8.92  ifeq3(strong_iteration(one),multiplication(strong_iteration(one),zero),true,true)
% 8.58/8.92  -> true
% 8.58/8.92  Current number of equations to process: 1972
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 480
% 8.58/8.92  New rule produced :
% 8.58/8.92  [512]
% 8.58/8.92  multiplication(strong_iteration(one),star(strong_iteration(one))) ->
% 8.58/8.92  star(strong_iteration(one))
% 8.58/8.92  Current number of equations to process: 1972
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 481
% 8.58/8.92  New rule produced :
% 8.58/8.92  [513]
% 8.58/8.92  multiplication(strong_iteration(one),strong_iteration(strong_iteration(one)))
% 8.58/8.92  -> strong_iteration(strong_iteration(one))
% 8.58/8.92  Current number of equations to process: 1972
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 482
% 8.58/8.92  New rule produced :
% 8.58/8.92  [514]
% 8.58/8.92  ifeq(leq(one,A),true,leq(one,multiplication(strong_iteration(A),zero)),true)
% 8.58/8.92  -> true
% 8.58/8.92  Current number of equations to process: 1973
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 483
% 8.58/8.92  New rule produced :
% 8.58/8.92  [515]
% 8.58/8.92  leq(A,multiplication(strong_iteration(strong_iteration(one)),zero)) -> true
% 8.58/8.92  Current number of equations to process: 1983
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 484
% 8.58/8.92  New rule produced :
% 8.58/8.92  [516] ifeq(leq(A,star(A)),true,leq(A,strong_iteration(star(A))),true) -> true
% 8.58/8.92  Current number of equations to process: 1987
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 485
% 8.58/8.92  New rule produced :
% 8.58/8.92  [517]
% 8.58/8.92  leq(one,multiplication(strong_iteration(one addition A),multiplication(B,
% 8.58/8.92                                                          star(B)))) -> true
% 8.58/8.92  Current number of equations to process: 2007
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 486
% 8.58/8.92  New rule produced :
% 8.58/8.92  [518]
% 8.58/8.92  leq(one,multiplication(strong_iteration(one addition A),multiplication(
% 8.58/8.92                                                          star(B),B))) -> true
% 8.58/8.92  Current number of equations to process: 2006
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 487
% 8.58/8.92  New rule produced :
% 8.58/8.92  [519]
% 8.58/8.92  leq(one,multiplication(strong_iteration(one addition A),multiplication(B,
% 8.58/8.92                                                          strong_iteration(B))))
% 8.58/8.92  -> true
% 8.58/8.92  Current number of equations to process: 2005
% 8.58/8.92  Current number of ordered equations: 0
% 8.58/8.92  Current number of rules: 488
% 8.58/8.92  New rule produced :
% 8.58/8.92  [520]
% 8.58/8.92  ifeq(leq(one,A),true,leq(one,multiplication(strong_iteration(A),A)),true) ->
% 8.58/8.92  true
% 8.58/8.92  Current number of equations to process: 2005
% 8.58/8.92  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 489
% 8.74/9.16  New rule produced :
% 8.74/9.16  [521]
% 8.74/9.16  leq(one,multiplication(strong_iteration(one addition A),star(B))) -> true
% 8.74/9.16  Current number of equations to process: 2005
% 8.74/9.16  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 490
% 8.74/9.16  New rule produced :
% 8.74/9.16  [522]
% 8.74/9.16  leq(one,multiplication(strong_iteration(one addition A),strong_iteration(B)))
% 8.74/9.16  -> true
% 8.74/9.16  Current number of equations to process: 2005
% 8.74/9.16  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 491
% 8.74/9.16  New rule produced :
% 8.74/9.16  [523]
% 8.74/9.16  leq(one,multiplication(strong_iteration(strong_iteration(A)),star(A))) ->
% 8.74/9.16  true
% 8.74/9.16  Current number of equations to process: 2007
% 8.74/9.16  Current number of ordered equations: 1
% 8.74/9.16  Current number of rules: 492
% 8.74/9.16  New rule produced :
% 8.74/9.16  [524]
% 8.74/9.16  leq(one,multiplication(strong_iteration(star(A)),strong_iteration(A))) ->
% 8.74/9.16  true
% 8.74/9.16  Current number of equations to process: 2007
% 8.74/9.16  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 493
% 8.74/9.16  New rule produced :
% 8.74/9.16  [525]
% 8.74/9.16  leq(one,multiplication(strong_iteration(strong_iteration(A) addition B),
% 8.74/9.16          star(A))) -> true
% 8.74/9.16  Current number of equations to process: 2005
% 8.74/9.16  Current number of ordered equations: 1
% 8.74/9.16  Current number of rules: 494
% 8.74/9.16  New rule produced :
% 8.74/9.16  [526]
% 8.74/9.16  leq(one,multiplication(strong_iteration(star(A) addition B),strong_iteration(A)))
% 8.74/9.16  -> true
% 8.74/9.16  Current number of equations to process: 2005
% 8.74/9.16  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 495
% 8.74/9.16  New rule produced :
% 8.74/9.16  [527]
% 8.74/9.16  leq(one,multiplication(strong_iteration(star(A)),multiplication(star(A),A)))
% 8.74/9.16  -> true
% 8.74/9.16  Current number of equations to process: 2007
% 8.74/9.16  Current number of ordered equations: 1
% 8.74/9.16  Current number of rules: 496
% 8.74/9.16  New rule produced :
% 8.74/9.16  [528]
% 8.74/9.16  leq(one,multiplication(strong_iteration(multiplication(star(A),A)),star(A)))
% 8.74/9.16  -> true
% 8.74/9.16  Current number of equations to process: 2007
% 8.74/9.16  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 497
% 8.74/9.16  New rule produced :
% 8.74/9.16  [529] leq(one,multiplication(strong_iteration(one addition A),B)) -> true
% 8.74/9.16  Rule
% 8.74/9.16  [517]
% 8.74/9.16  leq(one,multiplication(strong_iteration(one addition A),multiplication(B,
% 8.74/9.16                                                          star(B)))) -> true
% 8.74/9.16  collapsed.
% 8.74/9.16  Rule
% 8.74/9.16  [518]
% 8.74/9.16  leq(one,multiplication(strong_iteration(one addition A),multiplication(
% 8.74/9.16                                                          star(B),B))) -> true
% 8.74/9.16  collapsed.
% 8.74/9.16  Rule
% 8.74/9.16  [519]
% 8.74/9.16  leq(one,multiplication(strong_iteration(one addition A),multiplication(B,
% 8.74/9.16                                                          strong_iteration(B))))
% 8.74/9.16  -> true collapsed.
% 8.74/9.16  Rule
% 8.74/9.16  [521]
% 8.74/9.16  leq(one,multiplication(strong_iteration(one addition A),star(B))) -> true
% 8.74/9.16  collapsed.
% 8.74/9.16  Rule
% 8.74/9.16  [522]
% 8.74/9.16  leq(one,multiplication(strong_iteration(one addition A),strong_iteration(B)))
% 8.74/9.16  -> true collapsed.
% 8.74/9.16  Current number of equations to process: 2014
% 8.74/9.16  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 493
% 8.74/9.16  New rule produced :
% 8.74/9.16  [530]
% 8.74/9.16  leq(one,multiplication(strong_iteration(multiplication(star(A),A)),star(B)))
% 8.74/9.16  -> true
% 8.74/9.16  Rule
% 8.74/9.16  [528]
% 8.74/9.16  leq(one,multiplication(strong_iteration(multiplication(star(A),A)),star(A)))
% 8.74/9.16  -> true collapsed.
% 8.74/9.16  Current number of equations to process: 2040
% 8.74/9.16  Current number of ordered equations: 1
% 8.74/9.16  Current number of rules: 493
% 8.74/9.16  New rule produced :
% 8.74/9.16  [531]
% 8.74/9.16  leq(one,multiplication(strong_iteration(star(A)),multiplication(star(B),B)))
% 8.74/9.16  -> true
% 8.74/9.16  Rule
% 8.74/9.16  [527]
% 8.74/9.16  leq(one,multiplication(strong_iteration(star(A)),multiplication(star(A),A)))
% 8.74/9.16  -> true collapsed.
% 8.74/9.16  Current number of equations to process: 2040
% 8.74/9.16  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 493
% 8.74/9.16  New rule produced :
% 8.74/9.16  [532]
% 8.74/9.16  leq(one,multiplication(strong_iteration(strong_iteration(A)),multiplication(B,
% 8.74/9.16                                                               star(B)))) ->
% 8.74/9.16  true
% 8.74/9.16  Current number of equations to process: 2044
% 8.74/9.16  Current number of ordered equations: 1
% 8.74/9.16  Current number of rules: 494
% 8.74/9.16  New rule produced :
% 8.74/9.16  [533]
% 8.74/9.16  leq(one,multiplication(strong_iteration(multiplication(A,star(A))),strong_iteration(B)))
% 8.74/9.16  -> true
% 8.74/9.16  Current number of equations to process: 2044
% 8.74/9.16  Current number of ordered equations: 0
% 8.74/9.16  Current number of rules: 495
% 8.74/9.16  New rule produced :
% 8.74/9.16  [534]
% 8.74/9.16  leq(one,multiplication(strong_iteration(strong_iteration(A)),multiplication(
% 8.74/9.16                                                               star(B),B))) ->
% 8.99/9.32  true
% 8.99/9.32  Current number of equations to process: 2046
% 8.99/9.32  Current number of ordered equations: 1
% 8.99/9.32  Current number of rules: 496
% 8.99/9.32  New rule produced :
% 8.99/9.32  [535]
% 8.99/9.32  leq(one,multiplication(strong_iteration(multiplication(star(A),A)),strong_iteration(B)))
% 8.99/9.32  -> true
% 8.99/9.32  Current number of equations to process: 2046
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 497
% 8.99/9.32  New rule produced :
% 8.99/9.32  [536]
% 8.99/9.32  leq(one,multiplication(strong_iteration(star(A) addition B),multiplication(
% 8.99/9.32                                                              star(A),A))) ->
% 8.99/9.32  true
% 8.99/9.32  Current number of equations to process: 2048
% 8.99/9.32  Current number of ordered equations: 1
% 8.99/9.32  Current number of rules: 498
% 8.99/9.32  New rule produced :
% 8.99/9.32  [537]
% 8.99/9.32  leq(one,multiplication(strong_iteration(multiplication(star(A),A) addition B),
% 8.99/9.32          star(A))) -> true
% 8.99/9.32  Current number of equations to process: 2048
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 499
% 8.99/9.32  New rule produced :
% 8.99/9.32  [538]
% 8.99/9.32  leq(one,multiplication(strong_iteration(star(A) addition B),multiplication(
% 8.99/9.32                                                              star(C),C))) ->
% 8.99/9.32  true
% 8.99/9.32  Rule
% 8.99/9.32  [536]
% 8.99/9.32  leq(one,multiplication(strong_iteration(star(A) addition B),multiplication(
% 8.99/9.32                                                              star(A),A))) ->
% 8.99/9.32  true collapsed.
% 8.99/9.32  Current number of equations to process: 2046
% 8.99/9.32  Current number of ordered equations: 1
% 8.99/9.32  Current number of rules: 499
% 8.99/9.32  New rule produced :
% 8.99/9.32  [539]
% 8.99/9.32  leq(one,multiplication(strong_iteration(multiplication(star(A),A) addition B),
% 8.99/9.32          star(C))) -> true
% 8.99/9.32  Rule
% 8.99/9.32  [537]
% 8.99/9.32  leq(one,multiplication(strong_iteration(multiplication(star(A),A) addition B),
% 8.99/9.32          star(A))) -> true collapsed.
% 8.99/9.32  Current number of equations to process: 2046
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 499
% 8.99/9.32  New rule produced :
% 8.99/9.32  [540]
% 8.99/9.32  leq(one,multiplication(strong_iteration(strong_iteration(A) addition B),
% 8.99/9.32          multiplication(C,star(C)))) -> true
% 8.99/9.32  Current number of equations to process: 2042
% 8.99/9.32  Current number of ordered equations: 1
% 8.99/9.32  Current number of rules: 500
% 8.99/9.32  New rule produced :
% 8.99/9.32  [541]
% 8.99/9.32  leq(one,multiplication(strong_iteration(multiplication(A,star(A)) addition B),
% 8.99/9.32          strong_iteration(C))) -> true
% 8.99/9.32  Current number of equations to process: 2042
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 501
% 8.99/9.32  New rule produced :
% 8.99/9.32  [542]
% 8.99/9.32  leq(one,multiplication(strong_iteration(strong_iteration(A) addition B),
% 8.99/9.32          multiplication(star(C),C))) -> true
% 8.99/9.32  Current number of equations to process: 2040
% 8.99/9.32  Current number of ordered equations: 1
% 8.99/9.32  Current number of rules: 502
% 8.99/9.32  New rule produced :
% 8.99/9.32  [543]
% 8.99/9.32  leq(one,multiplication(strong_iteration(multiplication(star(A),A) addition B),
% 8.99/9.32          strong_iteration(C))) -> true
% 8.99/9.32  Current number of equations to process: 2040
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 503
% 8.99/9.32  New rule produced : [544] leq(one,multiplication(star(A),star(B))) -> true
% 8.99/9.32  Current number of equations to process: 2045
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 504
% 8.99/9.32  New rule produced :
% 8.99/9.32  [545] leq(one,multiplication(star(A),strong_iteration(B))) -> true
% 8.99/9.32  Current number of equations to process: 2046
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 505
% 8.99/9.32  New rule produced :
% 8.99/9.32  [546] leq(one,multiplication(strong_iteration(A),star(B))) -> true
% 8.99/9.32  Rule
% 8.99/9.32  [523]
% 8.99/9.32  leq(one,multiplication(strong_iteration(strong_iteration(A)),star(A))) ->
% 8.99/9.32  true collapsed.
% 8.99/9.32  Rule
% 8.99/9.32  [525]
% 8.99/9.32  leq(one,multiplication(strong_iteration(strong_iteration(A) addition B),
% 8.99/9.32          star(A))) -> true collapsed.
% 8.99/9.32  Rule
% 8.99/9.32  [530]
% 8.99/9.32  leq(one,multiplication(strong_iteration(multiplication(star(A),A)),star(B)))
% 8.99/9.32  -> true collapsed.
% 8.99/9.32  Rule
% 8.99/9.32  [539]
% 8.99/9.32  leq(one,multiplication(strong_iteration(multiplication(star(A),A) addition B),
% 8.99/9.32          star(C))) -> true collapsed.
% 8.99/9.32  Current number of equations to process: 2048
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 502
% 8.99/9.32  New rule produced :
% 8.99/9.32  [547] leq(one,multiplication(star(A),star(B)) addition C) -> true
% 8.99/9.32  Current number of equations to process: 2047
% 8.99/9.32  Current number of ordered equations: 0
% 8.99/9.32  Current number of rules: 503
% 8.99/9.32  New rule produced :
% 8.99/9.32  [548] leq(one,multiplication(star(A),strong_iteration(B)) addition C) -> true
% 10.10/10.50  Current number of equations to process: 2046
% 10.10/10.50  Current number of ordered equations: 0
% 10.10/10.50  Current number of rules: 504
% 10.10/10.50  New rule produced :
% 10.10/10.50  [549] leq(one,multiplication(strong_iteration(A),star(B)) addition C) -> true
% 10.10/10.50  Current number of equations to process: 2044
% 10.10/10.50  Current number of ordered equations: 0
% 10.10/10.50  Current number of rules: 505
% 10.10/10.50  New rule produced : [550] star(A) addition A -> star(A)
% 10.10/10.50  Current number of equations to process: 2049
% 10.10/10.50  Current number of ordered equations: 0
% 10.10/10.50  Current number of rules: 506
% 10.10/10.50  New rule produced :
% 10.10/10.50  [551] leq(one,multiplication(strong_iteration(star(A)),B)) -> true
% 10.10/10.50  Rule
% 10.10/10.50  [524]
% 10.10/10.50  leq(one,multiplication(strong_iteration(star(A)),strong_iteration(A))) ->
% 10.10/10.50  true collapsed.
% 10.10/10.50  Rule
% 10.10/10.50  [531]
% 10.10/10.50  leq(one,multiplication(strong_iteration(star(A)),multiplication(star(B),B)))
% 10.10/10.50  -> true collapsed.
% 10.10/10.50  Current number of equations to process: 2054
% 10.10/10.50  Current number of ordered equations: 0
% 10.10/10.50  Current number of rules: 505
% 10.10/10.50  New rule produced :
% 10.10/10.50  [552] multiplication(star(star(A)),star(A)) -> star(star(A))
% 10.10/10.51  Rule
% 10.10/10.51  [428]
% 10.10/10.51  ifeq(leq(star(A),A),true,leq(multiplication(star(star(A)),star(A)),A),true)
% 10.10/10.51  -> true collapsed.
% 10.10/10.51  Current number of equations to process: 2053
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 505
% 10.10/10.51  New rule produced :
% 10.10/10.51  [553] leq(one,multiplication(strong_iteration(star(A) addition B),C)) -> true
% 10.10/10.51  Rule
% 10.10/10.51  [526]
% 10.10/10.51  leq(one,multiplication(strong_iteration(star(A) addition B),strong_iteration(A)))
% 10.10/10.51  -> true collapsed.
% 10.10/10.51  Rule
% 10.10/10.51  [538]
% 10.10/10.51  leq(one,multiplication(strong_iteration(star(A) addition B),multiplication(
% 10.10/10.51                                                              star(C),C))) ->
% 10.10/10.51  true collapsed.
% 10.10/10.51  Current number of equations to process: 2069
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 504
% 10.10/10.51  New rule produced :
% 10.10/10.51  [554]
% 10.10/10.51  multiplication(strong_iteration(A),star(strong_iteration(A))) ->
% 10.10/10.51  star(strong_iteration(A))
% 10.10/10.51  Rule
% 10.10/10.51  [512]
% 10.10/10.51  multiplication(strong_iteration(one),star(strong_iteration(one))) ->
% 10.10/10.51  star(strong_iteration(one)) collapsed.
% 10.10/10.51  Current number of equations to process: 2114
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 504
% 10.10/10.51  New rule produced :
% 10.10/10.51  [555] leq(multiplication(star(one),A),multiplication(A,star(B))) -> true
% 10.10/10.51  Current number of equations to process: 2162
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 505
% 10.10/10.51  New rule produced :
% 10.10/10.51  [556]
% 10.10/10.51  leq(multiplication(star(one),A),multiplication(A,star(B)) addition C) -> true
% 10.10/10.51  Current number of equations to process: 2161
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 506
% 10.10/10.51  New rule produced :
% 10.10/10.51  [557] leq(multiplication(A,star(one)),multiplication(A,star(B))) -> true
% 10.10/10.51  Current number of equations to process: 2164
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 507
% 10.10/10.51  New rule produced :
% 10.10/10.51  [558] multiplication(star(A),star(star(A))) -> star(star(A))
% 10.10/10.51  Current number of equations to process: 2183
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 508
% 10.10/10.51  New rule produced :
% 10.10/10.51  [559]
% 10.10/10.51  multiplication(star(A),strong_iteration(star(A))) ->
% 10.10/10.51  strong_iteration(star(A))
% 10.10/10.51  Current number of equations to process: 2182
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 509
% 10.10/10.51  New rule produced :
% 10.10/10.51  [560]
% 10.10/10.51  leq(multiplication(A,star(one)),multiplication(A,star(B)) addition C) -> true
% 10.10/10.51  Current number of equations to process: 2197
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 510
% 10.10/10.51  New rule produced :
% 10.10/10.51  [561]
% 10.10/10.51  multiplication(star(strong_iteration(A)),strong_iteration(A)) ->
% 10.10/10.51  star(strong_iteration(A))
% 10.10/10.51  Rule
% 10.10/10.51  [431]
% 10.10/10.51  ifeq(leq(strong_iteration(A),zero),true,leq(multiplication(star(strong_iteration(A)),
% 10.10/10.51                                              strong_iteration(A)),zero),true)
% 10.10/10.51  -> true collapsed.
% 10.10/10.51  Current number of equations to process: 2245
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 510
% 10.10/10.51  New rule produced :
% 10.10/10.51  [562] leq(multiplication(star(one),A),multiplication(star(B),A)) -> true
% 10.10/10.51  Current number of equations to process: 2295
% 10.10/10.51  Current number of ordered equations: 0
% 10.10/10.51  Current number of rules: 511
% 10.10/10.51  New rule produced :
% 10.10/10.51  [563]
% 10.10/10.51  leq(multiplication(star(one),A),multiplication(star(B),A) addition C) -> true
% 10.40/10.77  Current number of equations to process: 2294
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 512
% 10.40/10.77  New rule produced :
% 10.40/10.77  [564] leq(multiplication(A,star(one)),multiplication(star(B),A)) -> true
% 10.40/10.77  Current number of equations to process: 2297
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 513
% 10.40/10.77  New rule produced :
% 10.40/10.77  [565]
% 10.40/10.77  leq(multiplication(A,star(one)),multiplication(star(B),A) addition C) -> true
% 10.40/10.77  Current number of equations to process: 2336
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 514
% 10.40/10.77  New rule produced :
% 10.40/10.77  [566]
% 10.40/10.77  ifeq(leq(strong_iteration(A),zero),true,leq(star(strong_iteration(A)),zero),true)
% 10.40/10.77  -> true
% 10.40/10.77  Current number of equations to process: 2335
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 515
% 10.40/10.77  New rule produced :
% 10.40/10.77  [567]
% 10.40/10.77  multiplication(multiplication(A,star(B)),star(C)) addition A ->
% 10.40/10.77  multiplication(multiplication(A,star(B)),star(C))
% 10.40/10.77  Current number of equations to process: 2334
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 516
% 10.40/10.77  New rule produced :
% 10.40/10.77  [568]
% 10.40/10.77  multiplication(multiplication(A,star(B)),strong_iteration(C)) addition A ->
% 10.40/10.77  multiplication(multiplication(A,star(B)),strong_iteration(C))
% 10.40/10.77  Current number of equations to process: 2333
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 517
% 10.40/10.77  New rule produced :
% 10.40/10.77  [569]
% 10.40/10.77  multiplication(star(A),multiplication(B,star(C))) addition B ->
% 10.40/10.77  multiplication(star(A),multiplication(B,star(C)))
% 10.40/10.77  Current number of equations to process: 2331
% 10.40/10.77  Current number of ordered equations: 1
% 10.40/10.77  Current number of rules: 518
% 10.40/10.77  New rule produced :
% 10.40/10.77  [570]
% 10.40/10.77  multiplication(star(A),star(B)) addition multiplication(A,star(A)) ->
% 10.40/10.77  multiplication(star(A),star(B))
% 10.40/10.77  Current number of equations to process: 2331
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 519
% 10.40/10.77  New rule produced :
% 10.40/10.77  [571]
% 10.40/10.77  multiplication(strong_iteration(A),multiplication(B,star(C))) addition B ->
% 10.40/10.77  multiplication(strong_iteration(A),multiplication(B,star(C)))
% 10.40/10.77  Current number of equations to process: 2328
% 10.40/10.77  Current number of ordered equations: 1
% 10.40/10.77  Current number of rules: 520
% 10.40/10.77  New rule produced :
% 10.40/10.77  [572]
% 10.40/10.77  multiplication(strong_iteration(A),star(B)) addition multiplication(A,
% 10.40/10.77                                                       strong_iteration(A)) ->
% 10.40/10.77  multiplication(strong_iteration(A),star(B))
% 10.40/10.77  Current number of equations to process: 2328
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 521
% 10.40/10.77  New rule produced :
% 10.40/10.77  [573]
% 10.40/10.77  multiplication(multiplication(star(A),B),star(C)) addition B ->
% 10.40/10.77  multiplication(multiplication(star(A),B),star(C))
% 10.40/10.77  Current number of equations to process: 2325
% 10.40/10.77  Current number of ordered equations: 1
% 10.40/10.77  Current number of rules: 522
% 10.40/10.77  New rule produced :
% 10.40/10.77  [574]
% 10.40/10.77  multiplication(star(A),star(B)) addition multiplication(B,star(B)) ->
% 10.40/10.77  multiplication(star(A),star(B))
% 10.40/10.77  Current number of equations to process: 2325
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 523
% 10.40/10.77  New rule produced :
% 10.40/10.77  [575]
% 10.40/10.77  multiplication(star(A),strong_iteration(B)) addition multiplication(B,
% 10.40/10.77                                                       strong_iteration(B)) ->
% 10.40/10.77  multiplication(star(A),strong_iteration(B))
% 10.40/10.77  Current number of equations to process: 2322
% 10.40/10.77  Current number of ordered equations: 1
% 10.40/10.77  Current number of rules: 524
% 10.40/10.77  New rule produced :
% 10.40/10.77  [576]
% 10.40/10.77  multiplication(multiplication(star(A),B),strong_iteration(C)) addition B ->
% 10.40/10.77  multiplication(multiplication(star(A),B),strong_iteration(C))
% 10.40/10.77  Current number of equations to process: 2322
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 525
% 10.40/10.77  New rule produced :
% 10.40/10.77  [577]
% 10.40/10.77  multiplication(star(A),multiplication(star(B),C)) addition C ->
% 10.40/10.77  multiplication(star(A),multiplication(star(B),C))
% 10.40/10.77  Current number of equations to process: 2321
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 526
% 10.40/10.77  New rule produced :
% 10.40/10.77  [578]
% 10.40/10.77  multiplication(strong_iteration(A),multiplication(star(B),C)) addition C ->
% 10.40/10.77  multiplication(strong_iteration(A),multiplication(star(B),C))
% 10.40/10.77  Current number of equations to process: 2320
% 10.40/10.77  Current number of ordered equations: 0
% 10.40/10.77  Current number of rules: 527
% 10.40/10.77  New rule produced :
% 10.40/10.77  [579]
% 10.40/10.77  multiplication(strong_iteration(A),zero) addition multiplication(star(B),
% 12.49/12.83                                                    strong_iteration(A)) ->
% 12.49/12.83  multiplication(star(B),strong_iteration(A))
% 12.49/12.83  Current number of equations to process: 2319
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 528
% 12.49/12.83  New rule produced :
% 12.49/12.83  [580] leq(star(A),multiplication(strong_iteration(A),star(B))) -> true
% 12.49/12.83  Current number of equations to process: 2318
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 529
% 12.49/12.83  New rule produced :
% 12.49/12.83  [581]
% 12.49/12.83  leq(one,multiplication(strong_iteration(A),strong_iteration(B))) -> true
% 12.49/12.83  Rule
% 12.49/12.83  [533]
% 12.49/12.83  leq(one,multiplication(strong_iteration(multiplication(A,star(A))),strong_iteration(B)))
% 12.49/12.83  -> true collapsed.
% 12.49/12.83  Rule
% 12.49/12.83  [535]
% 12.49/12.83  leq(one,multiplication(strong_iteration(multiplication(star(A),A)),strong_iteration(B)))
% 12.49/12.83  -> true collapsed.
% 12.49/12.83  Rule
% 12.49/12.83  [541]
% 12.49/12.83  leq(one,multiplication(strong_iteration(multiplication(A,star(A)) addition B),
% 12.49/12.83          strong_iteration(C))) -> true collapsed.
% 12.49/12.83  Rule
% 12.49/12.83  [543]
% 12.49/12.83  leq(one,multiplication(strong_iteration(multiplication(star(A),A) addition B),
% 12.49/12.83          strong_iteration(C))) -> true collapsed.
% 12.49/12.83  Current number of equations to process: 2465
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 526
% 12.49/12.83  New rule produced :
% 12.49/12.83  [582]
% 12.49/12.83  leq(one,multiplication(strong_iteration(A),strong_iteration(B)) addition C)
% 12.49/12.83  -> true
% 12.49/12.83  Current number of equations to process: 2464
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 527
% 12.49/12.83  New rule produced :
% 12.49/12.83  [583]
% 12.49/12.83  leq(one,multiplication(strong_iteration(strong_iteration(A)),B)) -> true
% 12.49/12.83  Rule
% 12.49/12.83  [532]
% 12.49/12.83  leq(one,multiplication(strong_iteration(strong_iteration(A)),multiplication(B,
% 12.49/12.83                                                               star(B)))) ->
% 12.49/12.83  true collapsed.
% 12.49/12.83  Rule
% 12.49/12.83  [534]
% 12.49/12.83  leq(one,multiplication(strong_iteration(strong_iteration(A)),multiplication(
% 12.49/12.83                                                               star(B),B))) ->
% 12.49/12.83  true collapsed.
% 12.49/12.83  Current number of equations to process: 2465
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 526
% 12.49/12.83  New rule produced :
% 12.49/12.83  [584] strong_iteration(A) addition A -> strong_iteration(A)
% 12.49/12.83  Current number of equations to process: 2484
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 527
% 12.49/12.83  New rule produced :
% 12.49/12.83  [585]
% 12.49/12.83  leq(one,multiplication(strong_iteration(strong_iteration(A) addition B),C))
% 12.49/12.83  -> true
% 12.49/12.83  Rule
% 12.49/12.83  [540]
% 12.49/12.83  leq(one,multiplication(strong_iteration(strong_iteration(A) addition B),
% 12.49/12.83          multiplication(C,star(C)))) -> true collapsed.
% 12.49/12.83  Rule
% 12.49/12.83  [542]
% 12.49/12.83  leq(one,multiplication(strong_iteration(strong_iteration(A) addition B),
% 12.49/12.83          multiplication(star(C),C))) -> true collapsed.
% 12.49/12.83  Current number of equations to process: 2500
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 526
% 12.49/12.83  New rule produced :
% 12.49/12.83  [586]
% 12.49/12.83  leq(multiplication(star(one),A),multiplication(A,strong_iteration(B))) ->
% 12.49/12.83  true
% 12.49/12.83  Current number of equations to process: 2573
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 527
% 12.49/12.83  New rule produced :
% 12.49/12.83  [587]
% 12.49/12.83  leq(multiplication(star(one),A),multiplication(A,strong_iteration(B)) addition C)
% 12.49/12.83  -> true
% 12.49/12.83  Current number of equations to process: 2572
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 528
% 12.49/12.83  New rule produced :
% 12.49/12.83  [588]
% 12.49/12.83  leq(multiplication(A,star(one)),multiplication(A,strong_iteration(B))) ->
% 12.49/12.83  true
% 12.49/12.83  Current number of equations to process: 2575
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 529
% 12.49/12.83  New rule produced :
% 12.49/12.83  [589]
% 12.49/12.83  multiplication(strong_iteration(A),strong_iteration(strong_iteration(A))) ->
% 12.49/12.83  strong_iteration(strong_iteration(A))
% 12.49/12.83  Rule
% 12.49/12.83  [513]
% 12.49/12.83  multiplication(strong_iteration(one),strong_iteration(strong_iteration(one)))
% 12.49/12.83  -> strong_iteration(strong_iteration(one)) collapsed.
% 12.49/12.83  Current number of equations to process: 2612
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 529
% 12.49/12.83  New rule produced :
% 12.49/12.83  [590]
% 12.49/12.83  leq(multiplication(A,star(one)),multiplication(A,strong_iteration(B)) addition C)
% 12.49/12.83  -> true
% 12.49/12.83  Current number of equations to process: 2628
% 12.49/12.83  Current number of ordered equations: 0
% 12.49/12.83  Current number of rules: 530
% 12.49/12.83  New rule produced :
% 12.49/12.83  [591]
% 12.49/12.83  leq(multiplication(star(one),A),multiplication(strong_iteration(B),A)) ->
% 12.80/13.17  true
% 12.80/13.17  Current number of equations to process: 2706
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 531
% 12.80/13.17  New rule produced :
% 12.80/13.17  [592]
% 12.80/13.17  leq(multiplication(star(one),A),multiplication(strong_iteration(B),A) addition C)
% 12.80/13.17  -> true
% 12.80/13.17  Current number of equations to process: 2705
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 532
% 12.80/13.17  New rule produced :
% 12.80/13.17  [593]
% 12.80/13.17  leq(multiplication(A,star(one)),multiplication(strong_iteration(B),A)) ->
% 12.80/13.17  true
% 12.80/13.17  Current number of equations to process: 2708
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 533
% 12.80/13.17  New rule produced :
% 12.80/13.17  [594]
% 12.80/13.17  leq(multiplication(A,star(one)),multiplication(strong_iteration(B),A) addition C)
% 12.80/13.17  -> true
% 12.80/13.17  Current number of equations to process: 2759
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 534
% 12.80/13.17  New rule produced :
% 12.80/13.17  [595]
% 12.80/13.17  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(A,
% 12.80/13.17                                                                   strong_iteration(A))
% 12.80/13.17  -> multiplication(strong_iteration(A),strong_iteration(B))
% 12.80/13.17  Current number of equations to process: 2757
% 12.80/13.17  Current number of ordered equations: 1
% 12.80/13.17  Current number of rules: 535
% 12.80/13.17  New rule produced :
% 12.80/13.17  [596]
% 12.80/13.17  multiplication(strong_iteration(A),multiplication(B,strong_iteration(C))) addition B
% 12.80/13.17  -> multiplication(strong_iteration(A),multiplication(B,strong_iteration(C)))
% 12.80/13.17  Current number of equations to process: 2757
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 536
% 12.80/13.17  New rule produced :
% 12.80/13.17  [597]
% 12.80/13.17  multiplication(multiplication(A,strong_iteration(B)),star(C)) addition A ->
% 12.80/13.17  multiplication(multiplication(A,strong_iteration(B)),star(C))
% 12.80/13.17  Current number of equations to process: 2756
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 537
% 12.80/13.17  New rule produced :
% 12.80/13.17  [598]
% 12.80/13.17  multiplication(multiplication(A,strong_iteration(B)),strong_iteration(C)) addition A
% 12.80/13.17  -> multiplication(multiplication(A,strong_iteration(B)),strong_iteration(C))
% 12.80/13.17  Current number of equations to process: 2755
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 538
% 12.80/13.17  New rule produced :
% 12.80/13.17  [599]
% 12.80/13.17  multiplication(star(A),multiplication(B,strong_iteration(C))) addition B ->
% 12.80/13.17  multiplication(star(A),multiplication(B,strong_iteration(C)))
% 12.80/13.17  Current number of equations to process: 2754
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 539
% 12.80/13.17  New rule produced :
% 12.80/13.17  [600]
% 12.80/13.17  multiplication(strong_iteration(A),multiplication(strong_iteration(B),C)) addition C
% 12.80/13.17  -> multiplication(strong_iteration(A),multiplication(strong_iteration(B),C))
% 12.80/13.17  Current number of equations to process: 2750
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 540
% 12.80/13.17  New rule produced :
% 12.80/13.17  [601]
% 12.80/13.17  multiplication(multiplication(strong_iteration(A),B),star(C)) addition B ->
% 12.80/13.17  multiplication(multiplication(strong_iteration(A),B),star(C))
% 12.80/13.17  Current number of equations to process: 2749
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 541
% 12.80/13.17  New rule produced :
% 12.80/13.17  [602]
% 12.80/13.17  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(B,
% 12.80/13.17                                                                   strong_iteration(B))
% 12.80/13.17  -> multiplication(strong_iteration(A),strong_iteration(B))
% 12.80/13.17  Current number of equations to process: 2747
% 12.80/13.17  Current number of ordered equations: 1
% 12.80/13.17  Current number of rules: 542
% 12.80/13.17  New rule produced :
% 12.80/13.17  [603]
% 12.80/13.17  multiplication(multiplication(strong_iteration(A),B),strong_iteration(C)) addition B
% 12.80/13.17  -> multiplication(multiplication(strong_iteration(A),B),strong_iteration(C))
% 12.80/13.17  Current number of equations to process: 2747
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 543
% 12.80/13.17  New rule produced :
% 12.80/13.17  [604]
% 12.80/13.17  multiplication(star(A),multiplication(strong_iteration(B),C)) addition C ->
% 12.80/13.17  multiplication(star(A),multiplication(strong_iteration(B),C))
% 12.80/13.17  Current number of equations to process: 2746
% 12.80/13.17  Current number of ordered equations: 0
% 12.80/13.17  Current number of rules: 544
% 12.80/13.17  New rule produced :
% 12.80/13.17  [605]
% 12.80/13.17  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(
% 12.80/13.17                                                                   strong_iteration(B),zero)
% 12.80/13.17  -> multiplication(strong_iteration(A),strong_iteration(B))
% 13.71/14.07  Current number of equations to process: 2745
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 545
% 13.71/14.07  New rule produced :
% 13.71/14.07  [606]
% 13.71/14.07  star(multiplication(A,multiplication(B,zero))) <->
% 13.71/14.07  one addition multiplication(multiplication(A,B),zero)
% 13.71/14.07  Current number of equations to process: 2811
% 13.71/14.07  Current number of ordered equations: 1
% 13.71/14.07  Current number of rules: 546
% 13.71/14.07  New rule produced :
% 13.71/14.07  [607]
% 13.71/14.07  one addition multiplication(multiplication(A,B),zero) <->
% 13.71/14.07  star(multiplication(A,multiplication(B,zero)))
% 13.71/14.07  Current number of equations to process: 2811
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 547
% 13.71/14.07  New rule produced :
% 13.71/14.07  [608]
% 13.71/14.07  strong_iteration(multiplication(A,multiplication(B,zero))) <->
% 13.71/14.07  one addition multiplication(multiplication(A,B),zero)
% 13.71/14.07  Current number of equations to process: 2818
% 13.71/14.07  Current number of ordered equations: 1
% 13.71/14.07  Current number of rules: 548
% 13.71/14.07  New rule produced :
% 13.71/14.07  [609]
% 13.71/14.07  one addition multiplication(multiplication(A,B),zero) <->
% 13.71/14.07  strong_iteration(multiplication(A,multiplication(B,zero)))
% 13.71/14.07  Current number of equations to process: 2818
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 549
% 13.71/14.07  Rule [607]
% 13.71/14.07       one addition multiplication(multiplication(A,B),zero) <->
% 13.71/14.07       star(multiplication(A,multiplication(B,zero))) is composed into 
% 13.71/14.07  [607]
% 13.71/14.07  one addition multiplication(multiplication(A,B),zero) <->
% 13.71/14.07  one addition multiplication(A,multiplication(B,zero))
% 13.71/14.07  New rule produced :
% 13.71/14.07  [610]
% 13.71/14.07  star(multiplication(A,multiplication(B,zero))) ->
% 13.71/14.07  one addition multiplication(A,multiplication(B,zero))
% 13.71/14.07  Rule
% 13.71/14.07  [606]
% 13.71/14.07  star(multiplication(A,multiplication(B,zero))) <->
% 13.71/14.07  one addition multiplication(multiplication(A,B),zero) collapsed.
% 13.71/14.07  Current number of equations to process: 2826
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 549
% 13.71/14.07  Rule [609]
% 13.71/14.07       one addition multiplication(multiplication(A,B),zero) <->
% 13.71/14.07       strong_iteration(multiplication(A,multiplication(B,zero))) is composed into 
% 13.71/14.07  [609]
% 13.71/14.07  one addition multiplication(multiplication(A,B),zero) <->
% 13.71/14.07  one addition multiplication(A,multiplication(B,zero))
% 13.71/14.07  New rule produced :
% 13.71/14.07  [611]
% 13.71/14.07  strong_iteration(multiplication(A,multiplication(B,zero))) ->
% 13.71/14.07  one addition multiplication(A,multiplication(B,zero))
% 13.71/14.07  Rule
% 13.71/14.07  [608]
% 13.71/14.07  strong_iteration(multiplication(A,multiplication(B,zero))) <->
% 13.71/14.07  one addition multiplication(multiplication(A,B),zero) collapsed.
% 13.71/14.07  Current number of equations to process: 2825
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 549
% 13.71/14.07  New rule produced :
% 13.71/14.07  [612]
% 13.71/14.07  leq(star(A),multiplication(strong_iteration(B),strong_iteration(A))) -> true
% 13.71/14.07  Current number of equations to process: 2833
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 550
% 13.71/14.07  New rule produced :
% 13.71/14.07  [613]
% 13.71/14.07  leq(star(A),multiplication(strong_iteration(B),strong_iteration(A)) addition C)
% 13.71/14.07  -> true
% 13.71/14.07  Current number of equations to process: 2832
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 551
% 13.71/14.07  New rule produced :
% 13.71/14.07  [614] leq(star(A),multiplication(star(B),strong_iteration(A))) -> true
% 13.71/14.07  Current number of equations to process: 2835
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 552
% 13.71/14.07  New rule produced :
% 13.71/14.07  [615]
% 13.71/14.07  leq(star(A),multiplication(strong_iteration(A),star(B)) addition C) -> true
% 13.71/14.07  Current number of equations to process: 2834
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 553
% 13.71/14.07  New rule produced :
% 13.71/14.07  [616]
% 13.71/14.07  leq(star(A),multiplication(strong_iteration(A),strong_iteration(B)) addition C)
% 13.71/14.07  -> true
% 13.71/14.07  Current number of equations to process: 2833
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 554
% 13.71/14.07  New rule produced :
% 13.71/14.07  [617]
% 13.71/14.07  leq(star(A),multiplication(star(B),strong_iteration(A)) addition C) -> true
% 13.71/14.07  Current number of equations to process: 2832
% 13.71/14.07  Current number of ordered equations: 0
% 13.71/14.07  Current number of rules: 555
% 13.71/14.07  New rule produced :
% 13.71/14.07  [618]
% 13.71/14.07  multiplication(multiplication(A,B),star(C)) <->
% 13.71/14.07  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B)
% 13.71/14.07  Current number of equations to process: 2861
% 13.71/14.07  Current number of ordered equations: 1
% 13.71/14.07  Current number of rules: 556
% 13.71/14.07  New rule produced :
% 13.71/14.07  [619]
% 13.71/14.07  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) <->
% 13.71/14.07  multiplication(multiplication(A,B),star(C))
% 13.77/14.16  Current number of equations to process: 2861
% 13.77/14.16  Current number of ordered equations: 0
% 13.77/14.16  Current number of rules: 557
% 13.77/14.16  Rule [618]
% 13.77/14.16       multiplication(multiplication(A,B),star(C)) <->
% 13.77/14.16       multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) is composed into 
% 13.77/14.16  [618]
% 13.77/14.16  multiplication(multiplication(A,B),star(C)) <->
% 13.77/14.16  multiplication(A,multiplication(B,star(C)))
% 13.77/14.16  New rule produced :
% 13.77/14.16  [620]
% 13.77/14.16  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) ->
% 13.77/14.16  multiplication(A,multiplication(B,star(C)))
% 13.77/14.16  Rule
% 13.77/14.16  [619]
% 13.77/14.16  multiplication(A,multiplication(B,star(C))) addition multiplication(A,B) <->
% 13.77/14.16  multiplication(multiplication(A,B),star(C)) collapsed.
% 13.77/14.16  Current number of equations to process: 2860
% 13.77/14.16  Current number of ordered equations: 0
% 13.77/14.16  Current number of rules: 557
% 13.77/14.16  New rule produced :
% 13.77/14.16  [621]
% 13.77/14.16  multiplication(multiplication(A,star(B)),C) addition multiplication(A,C) ->
% 13.77/14.16  multiplication(multiplication(A,star(B)),C)
% 13.77/14.16  Current number of equations to process: 2859
% 13.77/14.16  Current number of ordered equations: 0
% 13.77/14.16  Current number of rules: 558
% 13.77/14.16  New rule produced :
% 13.77/14.16  [622]
% 13.77/14.16  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) <->
% 13.77/14.16  multiplication(star(A),multiplication(B,C))
% 13.77/14.16  Current number of equations to process: 2858
% 13.77/14.16  Current number of ordered equations: 1
% 13.77/14.16  Current number of rules: 559
% 13.77/14.16  New rule produced :
% 13.77/14.16  [623]
% 13.77/14.16  multiplication(star(A),multiplication(B,C)) <->
% 13.77/14.16  multiplication(multiplication(star(A),B),C) addition multiplication(B,C)
% 13.77/14.16  Current number of equations to process: 2858
% 13.77/14.16  Current number of ordered equations: 0
% 13.77/14.16  Current number of rules: 560
% 13.77/14.16  New rule produced :
% 13.77/14.16  [624]
% 13.77/14.16  multiplication(A,multiplication(star(B),C)) addition multiplication(A,C) ->
% 13.77/14.16  multiplication(A,multiplication(star(B),C))
% 13.77/14.16  Current number of equations to process: 2857
% 13.77/14.16  Current number of ordered equations: 0
% 13.77/14.16  Current number of rules: 561
% 13.77/14.16  Rule [623]
% 13.77/14.16       multiplication(star(A),multiplication(B,C)) <->
% 13.77/14.16       multiplication(multiplication(star(A),B),C) addition multiplication(B,C) is composed into 
% 13.77/14.16  [623]
% 13.77/14.16  multiplication(star(A),multiplication(B,C)) <->
% 13.77/14.16  multiplication(multiplication(star(A),B),C)
% 13.77/14.16  New rule produced :
% 13.77/14.16  [625]
% 13.77/14.16  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) ->
% 13.77/14.16  multiplication(multiplication(star(A),B),C)
% 13.77/14.16  Rule
% 13.77/14.16  [622]
% 13.77/14.16  multiplication(multiplication(star(A),B),C) addition multiplication(B,C) <->
% 13.77/14.16  multiplication(star(A),multiplication(B,C)) collapsed.
% 13.77/14.16  Current number of equations to process: 2856
% 13.77/14.16  Current number of ordered equations: 0
% 13.77/14.16  Current number of rules: 561
% 13.77/14.16  New rule produced :
% 13.77/14.16  [626]
% 13.77/14.16  multiplication(A,multiplication(B,strong_iteration(C))) addition multiplication(A,B)
% 13.77/14.16  <-> multiplication(multiplication(A,B),strong_iteration(C))
% 13.77/14.16  Current number of equations to process: 2855
% 13.77/14.16  Current number of ordered equations: 1
% 13.77/14.16  Current number of rules: 562
% 13.77/14.16  New rule produced :
% 13.77/14.16  [627]
% 13.77/14.16  multiplication(multiplication(A,B),strong_iteration(C)) <->
% 13.77/14.16  multiplication(A,multiplication(B,strong_iteration(C))) addition multiplication(A,B)
% 13.77/14.16  Current number of equations to process: 2855
% 13.77/14.16  Current number of ordered equations: 0
% 13.77/14.16  Current number of rules: 563
% 13.77/14.16  Rule [627]
% 13.77/14.16       multiplication(multiplication(A,B),strong_iteration(C)) <->
% 13.77/14.16       multiplication(A,multiplication(B,strong_iteration(C))) addition 
% 13.77/14.16       multiplication(A,B) is composed into [627]
% 13.77/14.16                                            multiplication(multiplication(A,B),
% 13.77/14.16                                            strong_iteration(C)) <->
% 13.77/14.16                                            multiplication(A,multiplication(B,
% 13.77/14.16                                                             strong_iteration(C)))
% 13.77/14.16  New rule produced :
% 13.77/14.16  [628]
% 13.77/14.16  multiplication(A,multiplication(B,strong_iteration(C))) addition multiplication(A,B)
% 13.77/14.16  -> multiplication(A,multiplication(B,strong_iteration(C)))
% 13.77/14.16  Rule
% 13.77/14.16  [626]
% 13.77/14.16  multiplication(A,multiplication(B,strong_iteration(C))) addition multiplication(A,B)
% 13.77/14.16  <-> multiplication(multiplication(A,B),strong_iteration(C)) collapsed.
% 13.77/14.16  Current number of equations to process: 2854
% 13.77/14.16  Current number of ordered equations: 0
% 13.77/14.16  Current number of rules: 563
% 13.77/14.16  New rule produced :
% 13.77/14.16  [629]
% 13.77/14.16  multiplication(multiplication(A,strong_iteration(B)),C) addition multiplication(A,C)
% 14.52/14.83  -> multiplication(multiplication(A,strong_iteration(B)),C)
% 14.52/14.83  Current number of equations to process: 2853
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 564
% 14.52/14.83  New rule produced :
% 14.52/14.83  [630]
% 14.52/14.83  multiplication(strong_iteration(A),multiplication(B,C)) <->
% 14.52/14.83  multiplication(multiplication(strong_iteration(A),B),C) addition multiplication(B,C)
% 14.52/14.83  Current number of equations to process: 2852
% 14.52/14.83  Current number of ordered equations: 1
% 14.52/14.83  Current number of rules: 565
% 14.52/14.83  New rule produced :
% 14.52/14.83  [631]
% 14.52/14.83  multiplication(multiplication(strong_iteration(A),B),C) addition multiplication(B,C)
% 14.52/14.83  <-> multiplication(strong_iteration(A),multiplication(B,C))
% 14.52/14.83  Current number of equations to process: 2852
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 566
% 14.52/14.83  New rule produced :
% 14.52/14.83  [632]
% 14.52/14.83  multiplication(A,multiplication(strong_iteration(B),C)) addition multiplication(A,C)
% 14.52/14.83  -> multiplication(A,multiplication(strong_iteration(B),C))
% 14.52/14.83  Current number of equations to process: 2851
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 567
% 14.52/14.83  Rule [630]
% 14.52/14.83       multiplication(strong_iteration(A),multiplication(B,C)) <->
% 14.52/14.83       multiplication(multiplication(strong_iteration(A),B),C) addition 
% 14.52/14.83       multiplication(B,C) is composed into [630]
% 14.52/14.83                                            multiplication(strong_iteration(A),
% 14.52/14.83                                            multiplication(B,C)) <->
% 14.52/14.83                                            multiplication(multiplication(
% 14.52/14.83                                                           strong_iteration(A),B),C)
% 14.52/14.83  New rule produced :
% 14.52/14.83  [633]
% 14.52/14.83  multiplication(multiplication(strong_iteration(A),B),C) addition multiplication(B,C)
% 14.52/14.83  -> multiplication(multiplication(strong_iteration(A),B),C)
% 14.52/14.83  Rule
% 14.52/14.83  [631]
% 14.52/14.83  multiplication(multiplication(strong_iteration(A),B),C) addition multiplication(B,C)
% 14.52/14.83  <-> multiplication(strong_iteration(A),multiplication(B,C)) collapsed.
% 14.52/14.83  Current number of equations to process: 2850
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 567
% 14.52/14.83  New rule produced :
% 14.52/14.83  [634]
% 14.52/14.83  star(multiplication(A,zero) addition multiplication(B,zero)) ->
% 14.52/14.83  one addition multiplication(A,zero) addition multiplication(B,zero)
% 14.52/14.83  Current number of equations to process: 2849
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 568
% 14.52/14.83  New rule produced :
% 14.52/14.83  [635]
% 14.52/14.83  strong_iteration(multiplication(A,zero) addition multiplication(B,zero)) ->
% 14.52/14.83  one addition multiplication(A,zero) addition multiplication(B,zero)
% 14.52/14.83  Current number of equations to process: 2847
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 569
% 14.52/14.83  New rule produced :
% 14.52/14.83  [636]
% 14.52/14.83  leq(multiplication(star(one),multiplication(A,star(B))),multiplication(A,
% 14.52/14.83                                                          strong_iteration(B)))
% 14.52/14.83  -> true
% 14.52/14.83  Current number of equations to process: 2900
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 570
% 14.52/14.83  New rule produced :
% 14.52/14.83  [637]
% 14.52/14.83  leq(multiplication(multiplication(A,star(B)),star(one)),multiplication(A,
% 14.52/14.83                                                          strong_iteration(B)))
% 14.52/14.83  -> true
% 14.52/14.83  Current number of equations to process: 2903
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 571
% 14.52/14.83  New rule produced :
% 14.52/14.83  [638]
% 14.52/14.83  leq(multiplication(star(A),A),multiplication(strong_iteration(B),star(A))) ->
% 14.52/14.83  true
% 14.52/14.83  Current number of equations to process: 2923
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 572
% 14.52/14.83  New rule produced :
% 14.52/14.83  [639]
% 14.52/14.83  leq(multiplication(star(A),A),multiplication(strong_iteration(B),star(A)) addition C)
% 14.52/14.83  -> true
% 14.52/14.83  Current number of equations to process: 2922
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 573
% 14.52/14.83  New rule produced :
% 14.52/14.83  [640] leq(multiplication(star(A),A),strong_iteration(A)) -> true
% 14.52/14.83  Current number of equations to process: 2923
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 574
% 14.52/14.83  New rule produced :
% 14.52/14.83  [641] leq(multiplication(star(A),A),strong_iteration(A) addition B) -> true
% 14.52/14.83  Current number of equations to process: 2922
% 14.52/14.83  Current number of ordered equations: 0
% 14.52/14.83  Current number of rules: 575
% 14.52/14.83  New rule produced :
% 14.52/14.83  [642] leq(multiplication(star(A),A),multiplication(star(A),star(B))) -> true
% 14.69/15.01  Current number of equations to process: 2928
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 576
% 14.69/15.01  New rule produced :
% 14.69/15.01  [643]
% 14.69/15.01  leq(multiplication(star(A),A),multiplication(star(A),strong_iteration(B))) ->
% 14.69/15.01  true
% 14.69/15.01  Current number of equations to process: 2927
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 577
% 14.69/15.01  New rule produced :
% 14.69/15.01  [644] leq(multiplication(star(A),A),multiplication(star(B),star(A))) -> true
% 14.69/15.01  Current number of equations to process: 2926
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 578
% 14.69/15.01  New rule produced :
% 14.69/15.01  [645]
% 14.69/15.01  leq(multiplication(star(A),A),multiplication(star(A),star(B)) addition C) ->
% 14.69/15.01  true
% 14.69/15.01  Current number of equations to process: 2925
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 579
% 14.69/15.01  New rule produced :
% 14.69/15.01  [646]
% 14.69/15.01  leq(multiplication(star(A),A),multiplication(star(A),strong_iteration(B)) addition C)
% 14.69/15.01  -> true
% 14.69/15.01  Current number of equations to process: 2924
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 580
% 14.69/15.01  New rule produced :
% 14.69/15.01  [647]
% 14.69/15.01  leq(multiplication(star(A),A),multiplication(star(B),star(A)) addition C) ->
% 14.69/15.01  true
% 14.69/15.01  Current number of equations to process: 2923
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 581
% 14.69/15.01  New rule produced :
% 14.69/15.01  [648]
% 14.69/15.01  multiplication(star(A),star(B)) addition multiplication(C,star(C)) ->
% 14.69/15.01  star(C) addition multiplication(star(A),star(B))
% 14.69/15.01  Rule
% 14.69/15.01  [570]
% 14.69/15.01  multiplication(star(A),star(B)) addition multiplication(A,star(A)) ->
% 14.69/15.01  multiplication(star(A),star(B)) collapsed.
% 14.69/15.01  Rule
% 14.69/15.01  [574]
% 14.69/15.01  multiplication(star(A),star(B)) addition multiplication(B,star(B)) ->
% 14.69/15.01  multiplication(star(A),star(B)) collapsed.
% 14.69/15.01  Current number of equations to process: 2922
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 580
% 14.69/15.01  New rule produced :
% 14.69/15.01  [649]
% 14.69/15.01  multiplication(strong_iteration(A),star(B)) addition multiplication(C,
% 14.69/15.01                                                       strong_iteration(C)) ->
% 14.69/15.01  strong_iteration(C) addition multiplication(strong_iteration(A),star(B))
% 14.69/15.01  Rule
% 14.69/15.01  [572]
% 14.69/15.01  multiplication(strong_iteration(A),star(B)) addition multiplication(A,
% 14.69/15.01                                                       strong_iteration(A)) ->
% 14.69/15.01  multiplication(strong_iteration(A),star(B)) collapsed.
% 14.69/15.01  Current number of equations to process: 2921
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 580
% 14.69/15.01  New rule produced :
% 14.69/15.01  [650]
% 14.69/15.01  multiplication(star(A),star(B)) addition multiplication(C,strong_iteration(C))
% 14.69/15.01  -> strong_iteration(C) addition multiplication(star(A),star(B))
% 14.69/15.01  Current number of equations to process: 2920
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 581
% 14.69/15.01  New rule produced :
% 14.69/15.01  [651]
% 14.69/15.01  multiplication(star(A),strong_iteration(B)) addition multiplication(C,
% 14.69/15.01                                                       strong_iteration(C)) ->
% 14.69/15.01  strong_iteration(C) addition multiplication(star(A),strong_iteration(B))
% 14.69/15.01  Rule
% 14.69/15.01  [575]
% 14.69/15.01  multiplication(star(A),strong_iteration(B)) addition multiplication(B,
% 14.69/15.01                                                       strong_iteration(B)) ->
% 14.69/15.01  multiplication(star(A),strong_iteration(B)) collapsed.
% 14.69/15.01  Current number of equations to process: 2919
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 581
% 14.69/15.01  New rule produced :
% 14.69/15.01  [652]
% 14.69/15.01  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(C,
% 14.69/15.01                                                                   strong_iteration(C))
% 14.69/15.01  ->
% 14.69/15.01  strong_iteration(C) addition multiplication(strong_iteration(A),strong_iteration(B))
% 14.69/15.01  Rule
% 14.69/15.01  [595]
% 14.69/15.01  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(A,
% 14.69/15.01                                                                   strong_iteration(A))
% 14.69/15.01  -> multiplication(strong_iteration(A),strong_iteration(B)) collapsed.
% 14.69/15.01  Rule
% 14.69/15.01  [602]
% 14.69/15.01  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(B,
% 14.69/15.01                                                                   strong_iteration(B))
% 14.69/15.01  -> multiplication(strong_iteration(A),strong_iteration(B)) collapsed.
% 14.69/15.01  Current number of equations to process: 2915
% 14.69/15.01  Current number of ordered equations: 0
% 14.69/15.01  Current number of rules: 580
% 14.69/15.01  New rule produced :
% 14.69/15.01  [653] leq(multiplication(star(star(A)),zero),star(A)) -> true
% 15.10/15.46  Current number of equations to process: 2909
% 15.10/15.46  Current number of ordered equations: 0
% 15.10/15.46  Current number of rules: 581
% 15.10/15.46  New rule produced :
% 15.10/15.46  [654]
% 15.10/15.46  leq(multiplication(strong_iteration(A),zero),multiplication(strong_iteration(B),
% 15.10/15.46                                               strong_iteration(A))) -> true
% 15.10/15.46  Current number of equations to process: 2911
% 15.10/15.46  Current number of ordered equations: 0
% 15.10/15.46  Current number of rules: 582
% 15.10/15.46  New rule produced :
% 15.10/15.46  [655]
% 15.10/15.46  leq(multiplication(strong_iteration(A),zero),multiplication(strong_iteration(B),
% 15.10/15.46                                               strong_iteration(A)) addition C)
% 15.10/15.46  -> true
% 15.10/15.46  Current number of equations to process: 2910
% 15.10/15.46  Current number of ordered equations: 0
% 15.10/15.46  Current number of rules: 583
% 15.10/15.46  New rule produced :
% 15.10/15.46  [656]
% 15.10/15.46  leq(multiplication(strong_iteration(A),zero),multiplication(star(B),strong_iteration(A)))
% 15.10/15.46  -> true
% 15.10/15.46  Current number of equations to process: 2911
% 15.10/15.46  Current number of ordered equations: 0
% 15.10/15.46  Current number of rules: 584
% 15.10/15.46  New rule produced :
% 15.10/15.46  [657]
% 15.10/15.46  leq(multiplication(strong_iteration(A),zero),multiplication(star(B),strong_iteration(A)) addition C)
% 15.10/15.46  -> true
% 15.10/15.46  Current number of equations to process: 2910
% 15.10/15.46  Current number of ordered equations: 0
% 15.10/15.46  Current number of rules: 585
% 15.10/15.46  New rule produced :
% 15.10/15.46  [658]
% 15.10/15.46  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(strong_iteration(A),
% 15.10/15.46                                                multiplication(sK1_goals_X1,sK2_goals_X0)))
% 15.10/15.46  -> true
% 15.10/15.46  Current number of equations to process: 2911
% 15.10/15.46  Current number of ordered equations: 0
% 15.10/15.46  Current number of rules: 586
% 15.10/15.46  New rule produced :
% 15.10/15.46  [659]
% 15.10/15.46  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(strong_iteration(A),
% 15.10/15.46                                                multiplication(sK1_goals_X1,sK2_goals_X0)) addition B)
% 15.10/15.46  -> true
% 15.10/15.46  Current number of equations to process: 2910
% 15.10/15.46  Current number of ordered equations: 0
% 15.10/15.46  Current number of rules: 587
% 15.10/15.46  New rule produced :
% 15.10/15.46  [660]
% 15.10/15.46  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 15.10/15.46                                                star(A))) -> true
% 15.10/15.47  Current number of equations to process: 2915
% 15.10/15.47  Current number of ordered equations: 0
% 15.10/15.47  Current number of rules: 588
% 15.10/15.47  New rule produced :
% 15.10/15.47  [661]
% 15.10/15.47  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 15.10/15.47                                                strong_iteration(A))) -> true
% 15.10/15.47  Current number of equations to process: 2914
% 15.10/15.47  Current number of ordered equations: 0
% 15.10/15.47  Current number of rules: 589
% 15.10/15.47  New rule produced :
% 15.10/15.47  [662]
% 15.10/15.47  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(star(A),
% 15.10/15.47                                                multiplication(sK1_goals_X1,sK2_goals_X0)))
% 15.10/15.47  -> true
% 15.10/15.47  Current number of equations to process: 2913
% 15.10/15.47  Current number of ordered equations: 0
% 15.10/15.47  Current number of rules: 590
% 15.10/15.47  New rule produced :
% 15.10/15.47  [663]
% 15.10/15.47  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 15.10/15.47                                                star(A)) addition B) -> true
% 15.10/15.47  Current number of equations to process: 2912
% 15.10/15.47  Current number of ordered equations: 0
% 15.10/15.47  Current number of rules: 591
% 15.10/15.47  New rule produced :
% 15.10/15.47  [664]
% 15.10/15.47  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 15.10/15.47                                                strong_iteration(A)) addition B)
% 15.10/15.47  -> true
% 15.10/15.47  Current number of equations to process: 2911
% 15.10/15.47  Current number of ordered equations: 0
% 15.10/15.47  Current number of rules: 592
% 15.10/15.47  New rule produced :
% 15.10/15.47  [665]
% 15.10/15.47  leq(multiplication(sK2_goals_X0,sK1_goals_X1),multiplication(star(A),
% 15.10/15.47                                                multiplication(sK1_goals_X1,sK2_goals_X0)) addition B)
% 15.10/15.47  -> true
% 15.10/15.47  Current number of equations to process: 2910
% 15.10/15.47  Current number of ordered equations: 0
% 15.10/15.47  Current number of rules: 593
% 15.10/15.47  New rule produced : [666] leq(multiplication(A,zero),A) -> true
% 15.10/15.47  Rule
% 15.10/15.47  [135]
% 15.10/15.47  leq(multiplication(strong_iteration(A),zero),strong_iteration(A)) -> true
% 15.10/15.47  collapsed.
% 15.10/15.47  Current number of equations to process: 2933
% 15.10/15.47  Current number of ordered equations: 0
% 15.10/15.47  Current number of rules: 593
% 15.10/15.47  New rule produced : [667] leq(multiplication(A,zero),A addition B) -> true
% 15.61/15.98  Rule
% 15.61/15.98  [136]
% 15.61/15.98  leq(multiplication(strong_iteration(A),zero),strong_iteration(A) addition B)
% 15.61/15.98  -> true collapsed.
% 15.61/15.98  Current number of equations to process: 2932
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 593
% 15.61/15.98  New rule produced :
% 15.61/15.98  [668]
% 15.61/15.98  multiplication(strong_iteration(A),B) addition multiplication(B,zero) ->
% 15.61/15.98  multiplication(strong_iteration(A),B)
% 15.61/15.98  Rule
% 15.61/15.98  [605]
% 15.61/15.98  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(
% 15.61/15.98                                                                   strong_iteration(B),zero)
% 15.61/15.98  -> multiplication(strong_iteration(A),strong_iteration(B)) collapsed.
% 15.61/15.98  Current number of equations to process: 2930
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 593
% 15.61/15.98  New rule produced :
% 15.61/15.98  [669]
% 15.61/15.98  multiplication(A,multiplication(B,zero)) addition multiplication(A,B) ->
% 15.61/15.98  multiplication(A,B)
% 15.61/15.98  Rule
% 15.61/15.98  [168]
% 15.61/15.98  multiplication(A,strong_iteration(B)) addition multiplication(A,multiplication(
% 15.61/15.98                                                                  strong_iteration(B),zero))
% 15.61/15.98  -> multiplication(A,strong_iteration(B)) collapsed.
% 15.61/15.98  Current number of equations to process: 2929
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 593
% 15.61/15.98  New rule produced :
% 15.61/15.98  [670]
% 15.61/15.98  strong_iteration(A) addition multiplication(star(A),zero) ->
% 15.61/15.98  strong_iteration(A)
% 15.61/15.98  Current number of equations to process: 2943
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 594
% 15.61/15.98  New rule produced :
% 15.61/15.98  [671] leq(multiplication(A,zero) addition B,A addition B) -> true
% 15.61/15.98  Current number of equations to process: 2951
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 595
% 15.61/15.98  New rule produced :
% 15.61/15.98  [672]
% 15.61/15.98  multiplication(star(A),B) addition multiplication(B,zero) ->
% 15.61/15.98  multiplication(star(A),B)
% 15.61/15.98  Rule
% 15.61/15.98  [579]
% 15.61/15.98  multiplication(strong_iteration(A),zero) addition multiplication(star(B),
% 15.61/15.98                                                    strong_iteration(A)) ->
% 15.61/15.98  multiplication(star(B),strong_iteration(A)) collapsed.
% 15.61/15.98  Current number of equations to process: 2950
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 595
% 15.61/15.98  New rule produced :
% 15.61/15.98  [673]
% 15.61/15.98  multiplication(sK1_goals_X1,sK2_goals_X0) addition multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),zero)
% 15.61/15.98  -> multiplication(sK1_goals_X1,sK2_goals_X0)
% 15.61/15.98  Current number of equations to process: 2957
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 596
% 15.61/15.98  New rule produced :
% 15.61/15.98  [674] leq(multiplication(star(one),multiplication(A,zero)),A) -> true
% 15.61/15.98  Current number of equations to process: 2963
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 597
% 15.61/15.98  New rule produced : [675] leq(multiplication(A,zero),star(A)) -> true
% 15.61/15.98  Current number of equations to process: 2998
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 598
% 15.61/15.98  New rule produced :
% 15.61/15.98  [676] leq(multiplication(A,zero),star(A) addition B) -> true
% 15.61/15.98  Current number of equations to process: 2997
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 599
% 15.61/15.98  New rule produced :
% 15.61/15.98  [677]
% 15.61/15.98  multiplication(star(A),B) addition multiplication(A,zero) ->
% 15.61/15.98  multiplication(star(A),B)
% 15.61/15.98  Current number of equations to process: 2996
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 600
% 15.61/15.98  New rule produced :
% 15.61/15.98  [678]
% 15.61/15.98  leq(multiplication(star(one),multiplication(A,zero)),A addition B) -> true
% 15.61/15.98  Current number of equations to process: 2995
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 601
% 15.61/15.98  New rule produced :
% 15.61/15.98  [679]
% 15.61/15.98  ifeq3(A,multiplication(A,zero),leq(A,multiplication(A,zero)),true) -> true
% 15.61/15.98  Rule
% 15.61/15.98  [430]
% 15.61/15.98  ifeq3(strong_iteration(A),multiplication(strong_iteration(A),zero),leq(
% 15.61/15.98                                                                     strong_iteration(A),
% 15.61/15.98                                                                     multiplication(
% 15.61/15.98                                                                     strong_iteration(A),zero)),true)
% 15.61/15.98  -> true collapsed.
% 15.61/15.98  Current number of equations to process: 2993
% 15.61/15.98  Current number of ordered equations: 0
% 15.61/15.98  Current number of rules: 601
% 15.61/15.98  New rule produced :
% 15.61/15.98  [680] leq(multiplication(A,zero) addition B,A addition B addition C) -> true
% 16.37/16.73  Current number of equations to process: 2992
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 602
% 16.37/16.73  New rule produced :
% 16.37/16.73  [681]
% 16.37/16.73  multiplication(strong_iteration(A),star(B)) addition multiplication(B,zero)
% 16.37/16.73  -> multiplication(strong_iteration(A),star(B))
% 16.37/16.73  Current number of equations to process: 2990
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 603
% 16.37/16.73  New rule produced :
% 16.37/16.73  [682] leq(multiplication(A,zero) addition B,star(A) addition B) -> true
% 16.37/16.73  Current number of equations to process: 3005
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 604
% 16.37/16.73  New rule produced :
% 16.37/16.73  [683] leq(multiplication(star(one),multiplication(A,zero)),star(A)) -> true
% 16.37/16.73  Current number of equations to process: 3011
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 605
% 16.37/16.73  New rule produced :
% 16.37/16.73  [684] leq(multiplication(A,zero),strong_iteration(A)) -> true
% 16.37/16.73  Current number of equations to process: 3045
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 606
% 16.37/16.73  New rule produced :
% 16.37/16.73  [685] leq(multiplication(A,zero),strong_iteration(A) addition B) -> true
% 16.37/16.73  Current number of equations to process: 3044
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 607
% 16.37/16.73  New rule produced :
% 16.37/16.73  [686]
% 16.37/16.73  multiplication(strong_iteration(A),B) addition multiplication(A,zero) ->
% 16.37/16.73  multiplication(strong_iteration(A),B)
% 16.37/16.73  Current number of equations to process: 3043
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 608
% 16.37/16.73  New rule produced :
% 16.37/16.73  [687]
% 16.37/16.73  multiplication(star(A),star(B)) addition multiplication(B,zero) ->
% 16.37/16.73  multiplication(star(A),star(B))
% 16.37/16.73  Current number of equations to process: 3042
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 609
% 16.37/16.73  New rule produced :
% 16.37/16.73  [688]
% 16.37/16.73  leq(multiplication(star(one),multiplication(A,zero)),star(A) addition B) ->
% 16.37/16.73  true
% 16.37/16.73  Current number of equations to process: 3041
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 610
% 16.37/16.73  New rule produced :
% 16.37/16.73  [689]
% 16.37/16.73  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(B,zero)
% 16.37/16.73  -> multiplication(strong_iteration(A),strong_iteration(B))
% 16.37/16.73  Current number of equations to process: 3039
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 611
% 16.37/16.73  New rule produced :
% 16.37/16.73  [690]
% 16.37/16.73  leq(multiplication(A,zero) addition B,strong_iteration(A) addition B) -> true
% 16.37/16.73  Current number of equations to process: 3055
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 612
% 16.37/16.73  New rule produced :
% 16.37/16.73  [691]
% 16.37/16.73  leq(multiplication(star(one),multiplication(A,zero)),strong_iteration(A)) ->
% 16.37/16.73  true
% 16.37/16.73  Current number of equations to process: 3061
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 613
% 16.37/16.73  New rule produced :
% 16.37/16.73  [692]
% 16.37/16.73  leq(multiplication(A,zero),multiplication(multiplication(A,B),C)) -> true
% 16.37/16.73  Current number of equations to process: 3069
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 614
% 16.37/16.73  New rule produced :
% 16.37/16.73  [693]
% 16.37/16.73  multiplication(star(A),strong_iteration(B)) addition multiplication(B,zero)
% 16.37/16.73  -> multiplication(star(A),strong_iteration(B))
% 16.37/16.73  Current number of equations to process: 3068
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 615
% 16.37/16.73  New rule produced :
% 16.37/16.73  [694]
% 16.37/16.73  leq(multiplication(star(one),multiplication(A,zero)),strong_iteration(A) addition B)
% 16.37/16.73  -> true
% 16.37/16.73  Current number of equations to process: 3067
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 616
% 16.37/16.73  New rule produced :
% 16.37/16.73  [695]
% 16.37/16.73  leq(multiplication(A,multiplication(B,zero)),multiplication(multiplication(A,B),C))
% 16.37/16.73  -> true
% 16.37/16.73  Current number of equations to process: 3064
% 16.37/16.73  Current number of ordered equations: 1
% 16.37/16.73  Current number of rules: 617
% 16.37/16.73  New rule produced :
% 16.37/16.73  [696]
% 16.37/16.73  leq(multiplication(multiplication(A,B),zero),multiplication(A,multiplication(B,C)))
% 16.37/16.73  -> true
% 16.37/16.73  Current number of equations to process: 3064
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 618
% 16.37/16.73  New rule produced :
% 16.37/16.73  [697]
% 16.37/16.73  leq(multiplication(A,zero),multiplication(multiplication(multiplication(A,B),C),V_3))
% 16.37/16.73  -> true
% 16.37/16.73  Current number of equations to process: 3069
% 16.37/16.73  Current number of ordered equations: 0
% 16.37/16.73  Current number of rules: 619
% 16.37/16.73  New rule produced :
% 16.37/16.73  [698]
% 16.37/16.73  leq(multiplication(A,zero),multiplication(strong_iteration(A),zero)) -> true
% 16.76/17.16  Current number of equations to process: 3070
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 620
% 16.76/17.16  New rule produced :
% 16.76/17.16  [699]
% 16.76/17.16  leq(multiplication(A,zero),multiplication(strong_iteration(B),multiplication(A,C)))
% 16.76/17.16  -> true
% 16.76/17.16  Current number of equations to process: 3075
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 621
% 16.76/17.16  New rule produced :
% 16.76/17.16  [700]
% 16.76/17.16  leq(multiplication(A,zero),multiplication(multiplication(A,B),C) addition V_3)
% 16.76/17.16  -> true
% 16.76/17.16  Current number of equations to process: 3074
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 622
% 16.76/17.16  New rule produced :
% 16.76/17.16  [701]
% 16.76/17.16  star(multiplication(A,B)) addition multiplication(A,multiplication(B,zero))
% 16.76/17.16  -> star(multiplication(A,B))
% 16.76/17.16  Current number of equations to process: 3073
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 623
% 16.76/17.16  New rule produced :
% 16.76/17.16  [702]
% 16.76/17.16  multiplication(A,star(B)) addition multiplication(A,multiplication(B,zero))
% 16.76/17.16  -> multiplication(A,star(B))
% 16.76/17.16  Current number of equations to process: 3072
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 624
% 16.76/17.16  New rule produced :
% 16.76/17.16  [703]
% 16.76/17.16  strong_iteration(multiplication(A,B)) addition multiplication(A,multiplication(B,zero))
% 16.76/17.16  -> strong_iteration(multiplication(A,B))
% 16.76/17.16  Current number of equations to process: 3071
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 625
% 16.76/17.16  New rule produced :
% 16.76/17.16  [704]
% 16.76/17.16  multiplication(A,strong_iteration(B)) addition multiplication(A,multiplication(B,zero))
% 16.76/17.16  -> multiplication(A,strong_iteration(B))
% 16.76/17.16  Current number of equations to process: 3070
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 626
% 16.76/17.16  New rule produced :
% 16.76/17.16  [705]
% 16.76/17.16  ifeq2(leq(A,multiplication(A,zero)),true,A,multiplication(A,zero)) ->
% 16.76/17.16  multiplication(A,zero)
% 16.76/17.16  Current number of equations to process: 3069
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 627
% 16.76/17.16  New rule produced :
% 16.76/17.16  [706] ifeq(leq(A,zero),true,leq(multiplication(star(A),A),zero),true) -> true
% 16.76/17.16  Current number of equations to process: 3068
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 628
% 16.76/17.16  New rule produced :
% 16.76/17.16  [707]
% 16.76/17.16  leq(multiplication(A,zero) addition B,star(A) addition B addition C) -> true
% 16.76/17.16  Current number of equations to process: 3066
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 629
% 16.76/17.16  New rule produced :
% 16.76/17.16  [708]
% 16.76/17.16  leq(multiplication(A,zero) addition B,strong_iteration(A) addition B addition C)
% 16.76/17.16  -> true
% 16.76/17.16  Current number of equations to process: 3065
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 630
% 16.76/17.16  New rule produced :
% 16.76/17.16  [709]
% 16.76/17.16  leq(multiplication(A,zero),multiplication(strong_iteration(B),multiplication(A,C)) addition V_3)
% 16.76/17.16  -> true
% 16.76/17.16  Current number of equations to process: 3064
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 631
% 16.76/17.16  New rule produced :
% 16.76/17.16  [710]
% 16.76/17.16  leq(multiplication(A,zero),multiplication(strong_iteration(A),B)) -> true
% 16.76/17.16  Rule
% 16.76/17.16  [698]
% 16.76/17.16  leq(multiplication(A,zero),multiplication(strong_iteration(A),zero)) -> true
% 16.76/17.16  collapsed.
% 16.76/17.16  Current number of equations to process: 3064
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 631
% 16.76/17.16  New rule produced :
% 16.76/17.16  [711]
% 16.76/17.16  leq(multiplication(sK2_goals_X0,zero),multiplication(sK1_goals_X1,sK2_goals_X0))
% 16.76/17.16  -> true
% 16.76/17.16  Current number of equations to process: 3065
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 632
% 16.76/17.16  New rule produced :
% 16.76/17.16  [712]
% 16.76/17.16  leq(multiplication(sK2_goals_X0,zero),multiplication(sK1_goals_X1,sK2_goals_X0) addition A)
% 16.76/17.16  -> true
% 16.76/17.16  Current number of equations to process: 3064
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 633
% 16.76/17.16  New rule produced :
% 16.76/17.16  [713]
% 16.76/17.16  leq(multiplication(A,zero),multiplication(star(B),multiplication(A,C))) ->
% 16.76/17.16  true
% 16.76/17.16  Current number of equations to process: 3070
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 634
% 16.76/17.16  New rule produced :
% 16.76/17.16  [714]
% 16.76/17.16  leq(multiplication(A,zero),multiplication(star(B),multiplication(A,C)) addition V_3)
% 16.76/17.16  -> true
% 16.76/17.16  Current number of equations to process: 3069
% 16.76/17.16  Current number of ordered equations: 0
% 16.76/17.16  Current number of rules: 635
% 16.76/17.16  New rule produced :
% 16.76/17.16  [715]
% 16.76/17.16  multiplication(multiplication(A,star(B)),zero) addition multiplication(A,
% 17.59/17.96                                                          strong_iteration(B))
% 17.59/17.96  -> multiplication(A,strong_iteration(B))
% 17.59/17.96  Current number of equations to process: 3094
% 17.59/17.96  Current number of ordered equations: 0
% 17.59/17.96  Current number of rules: 636
% 17.59/17.96  New rule produced :
% 17.59/17.96  [716]
% 17.59/17.96  leq(A,multiplication(strong_iteration(strong_iteration(B)),star(B))) -> true
% 17.59/17.96  Current number of equations to process: 3094
% 17.59/17.96  Current number of ordered equations: 0
% 17.59/17.96  Current number of rules: 637
% 17.59/17.96  New rule produced :
% 17.59/17.96  [717] star(strong_iteration(A)) addition star(A) -> star(strong_iteration(A))
% 17.59/17.96  Current number of equations to process: 3152
% 17.59/17.96  Current number of ordered equations: 0
% 17.59/17.96  Current number of rules: 638
% 17.59/17.96  New rule produced :
% 17.59/17.96  [718]
% 17.59/17.96  strong_iteration(strong_iteration(A)) addition star(A) ->
% 17.59/17.96  strong_iteration(strong_iteration(A))
% 17.59/17.96  Current number of equations to process: 3153
% 17.59/17.96  Current number of ordered equations: 0
% 17.59/17.96  Current number of rules: 639
% 17.59/17.96  New rule produced :
% 17.59/17.96  [719]
% 17.59/17.96  ifeq2(leq(multiplication(A,zero) addition B,A),true,A addition B,A) -> A
% 17.59/17.96  Current number of equations to process: 3152
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 640
% 17.65/17.96  New rule produced :
% 17.65/17.96  [720]
% 17.65/17.96  ifeq3(A addition B,A,leq(multiplication(A,zero) addition B,A),true) -> true
% 17.65/17.96  Current number of equations to process: 3151
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 641
% 17.65/17.96  New rule produced :
% 17.65/17.96  [721]
% 17.65/17.96  ifeq3(star(A),multiplication(A,zero),leq(star(A),multiplication(A,zero)),true)
% 17.65/17.96  -> true
% 17.65/17.96  Current number of equations to process: 3149
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 642
% 17.65/17.96  New rule produced :
% 17.65/17.96  [722]
% 17.65/17.96  ifeq3(strong_iteration(A),multiplication(A,zero),leq(strong_iteration(A),
% 17.65/17.96                                                   multiplication(A,zero)),true)
% 17.65/17.96  -> true
% 17.65/17.96  Current number of equations to process: 3148
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 643
% 17.65/17.96  New rule produced :
% 17.65/17.96  [723]
% 17.65/17.96  leq(multiplication(multiplication(A,B),zero),multiplication(A,multiplication(
% 17.65/17.96                                                                multiplication(B,C),V_3)))
% 17.65/17.96  -> true
% 17.65/17.96  Current number of equations to process: 3147
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 644
% 17.65/17.96  New rule produced :
% 17.65/17.96  [724]
% 17.65/17.96  leq(multiplication(multiplication(A,B),zero),multiplication(multiplication(A,
% 17.65/17.96                                                              multiplication(B,C)),V_3))
% 17.65/17.96  -> true
% 17.65/17.96  Current number of equations to process: 3146
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 645
% 17.65/17.96  New rule produced :
% 17.65/17.96  [725]
% 17.65/17.96  leq(multiplication(A,multiplication(B,zero)),multiplication(multiplication(A,B),C) addition V_3)
% 17.65/17.96  -> true
% 17.65/17.96  Current number of equations to process: 3144
% 17.65/17.96  Current number of ordered equations: 1
% 17.65/17.96  Current number of rules: 646
% 17.65/17.96  New rule produced :
% 17.65/17.96  [726]
% 17.65/17.96  leq(multiplication(multiplication(A,B),zero),multiplication(A,multiplication(B,C)) addition V_3)
% 17.65/17.96  -> true
% 17.65/17.96  Current number of equations to process: 3144
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 647
% 17.65/17.96  New rule produced :
% 17.65/17.96  [727]
% 17.65/17.96  leq(multiplication(A,zero),multiplication(multiplication(multiplication(A,B),C),V_3) addition V_4)
% 17.65/17.96  -> true
% 17.65/17.96  Current number of equations to process: 3143
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 648
% 17.65/17.96  New rule produced :
% 17.65/17.96  [728]
% 17.65/17.96  star(A) addition multiplication(multiplication(strong_iteration(A),B),C) <->
% 17.65/17.96  strong_iteration(A) addition multiplication(strong_iteration(A),multiplication(B,C))
% 17.65/17.96  Current number of equations to process: 3142
% 17.65/17.96  Current number of ordered equations: 1
% 17.65/17.96  Current number of rules: 649
% 17.65/17.96  New rule produced :
% 17.65/17.96  [729]
% 17.65/17.96  strong_iteration(A) addition multiplication(strong_iteration(A),multiplication(B,C))
% 17.65/17.96  <-> star(A) addition multiplication(multiplication(strong_iteration(A),B),C)
% 17.65/17.96  Current number of equations to process: 3142
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 650
% 17.65/17.96  New rule produced :
% 17.65/17.96  [730]
% 17.65/17.96  star(multiplication(A,B)) addition multiplication(A,zero) ->
% 17.65/17.96  star(multiplication(A,B))
% 17.65/17.96  Current number of equations to process: 3176
% 17.65/17.96  Current number of ordered equations: 0
% 17.65/17.96  Current number of rules: 651
% 17.65/17.96  New rule produced :
% 17.65/17.96  [731]
% 17.65/17.96  strong_iteration(multiplication(A,B)) addition multiplication(A,zero) ->
% 19.25/19.57  strong_iteration(multiplication(A,B))
% 19.25/19.57  Current number of equations to process: 3175
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 652
% 19.25/19.57  New rule produced :
% 19.25/19.57  [732]
% 19.25/19.57  multiplication(multiplication(A,strong_iteration(A)),multiplication(A,zero))
% 19.25/19.57  -> multiplication(strong_iteration(A),multiplication(A,zero))
% 19.25/19.57  Current number of equations to process: 3192
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 653
% 19.25/19.57  New rule produced :
% 19.25/19.57  [733]
% 19.25/19.57  multiplication(multiplication(A,star(A)),multiplication(A,zero)) ->
% 19.25/19.57  multiplication(star(A),multiplication(A,zero))
% 19.25/19.57  Current number of equations to process: 3235
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 654
% 19.25/19.57  New rule produced :
% 19.25/19.57  [734]
% 19.25/19.57  multiplication(multiplication(star(A),A),multiplication(star(A),zero)) ->
% 19.25/19.57  multiplication(star(A),multiplication(star(A),zero))
% 19.25/19.57  Current number of equations to process: 3241
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 655
% 19.25/19.57  New rule produced :
% 19.25/19.57  [735]
% 19.25/19.57  leq(multiplication(A,zero) addition B,multiplication(multiplication(A,C),V_3) addition B)
% 19.25/19.57  -> true
% 19.25/19.57  Current number of equations to process: 3240
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 656
% 19.25/19.57  New rule produced :
% 19.25/19.57  [736]
% 19.25/19.57  leq(multiplication(star(one),multiplication(A,zero)),multiplication(multiplication(A,B),C))
% 19.25/19.57  -> true
% 19.25/19.57  Current number of equations to process: 3244
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 657
% 19.25/19.57  New rule produced :
% 19.25/19.57  [737]
% 19.25/19.57  multiplication(sK2_goals_X0,zero) addition multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A)
% 19.25/19.57  -> multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A)
% 19.25/19.57  Current number of equations to process: 3282
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 658
% 19.25/19.57  New rule produced :
% 19.25/19.57  [738]
% 19.25/19.57  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition A)
% 19.25/19.57  -> true
% 19.25/19.57  Current number of equations to process: 3297
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 659
% 19.25/19.57  New rule produced :
% 19.25/19.57  [739]
% 19.25/19.57  leq(multiplication(star(one),multiplication(sK2_goals_X0,zero)),multiplication(sK1_goals_X1,sK2_goals_X0))
% 19.25/19.57  -> true
% 19.25/19.57  Current number of equations to process: 3303
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 660
% 19.25/19.57  New rule produced :
% 19.25/19.57  [740] leq(multiplication(star(A),zero),strong_iteration(A)) -> true
% 19.25/19.57  Current number of equations to process: 3317
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 661
% 19.25/19.57  New rule produced :
% 19.25/19.57  [741] leq(one addition multiplication(A,zero),star(A)) -> true
% 19.25/19.57  Current number of equations to process: 3332
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 662
% 19.25/19.57  New rule produced :
% 19.25/19.57  [742] leq(one addition multiplication(star(A),zero),star(A)) -> true
% 19.25/19.57  Current number of equations to process: 3331
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 663
% 19.25/19.57  New rule produced :
% 19.25/19.57  [743] leq(one addition multiplication(A,zero),strong_iteration(A)) -> true
% 19.25/19.57  Current number of equations to process: 3346
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 664
% 19.25/19.57  New rule produced :
% 19.25/19.57  [744]
% 19.25/19.57  leq(one addition multiplication(strong_iteration(A),zero),strong_iteration(A))
% 19.25/19.57  -> true
% 19.25/19.57  Current number of equations to process: 3345
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 665
% 19.25/19.57  New rule produced :
% 19.25/19.57  [745] leq(multiplication(A,star(A)),strong_iteration(A)) -> true
% 19.25/19.57  Current number of equations to process: 3346
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 666
% 19.25/19.57  New rule produced :
% 19.25/19.57  [746] leq(multiplication(A,star(A)),strong_iteration(A) addition B) -> true
% 19.25/19.57  Current number of equations to process: 3345
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 667
% 19.25/19.57  New rule produced :
% 19.25/19.57  [747]
% 19.25/19.57  leq(multiplication(A,star(A)),multiplication(strong_iteration(B),star(A))) ->
% 19.25/19.57  true
% 19.25/19.57  Current number of equations to process: 3347
% 19.25/19.57  Current number of ordered equations: 0
% 19.25/19.57  Current number of rules: 668
% 19.25/19.57  New rule produced :
% 19.25/19.57  [748]
% 19.25/19.57  leq(multiplication(star(one),multiplication(sK2_goals_X0,zero)),multiplication(sK1_goals_X1,sK2_goals_X0) addition A)
% 19.25/19.57  -> true
% 19.25/19.57  Current number of equations to process: 3346
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 669
% 19.60/19.90  New rule produced :
% 19.60/19.90  [749]
% 19.60/19.90  leq(one addition multiplication(A,zero) addition B,star(A) addition B) ->
% 19.60/19.90  true
% 19.60/19.90  Current number of equations to process: 3345
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 670
% 19.60/19.90  New rule produced :
% 19.60/19.90  [750]
% 19.60/19.90  leq(one addition multiplication(A,zero) addition B,strong_iteration(A) addition B)
% 19.60/19.90  -> true
% 19.60/19.90  Current number of equations to process: 3344
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 671
% 19.60/19.90  New rule produced :
% 19.60/19.90  [751]
% 19.60/19.90  leq(multiplication(A,star(A)),multiplication(strong_iteration(B),star(A)) addition C)
% 19.60/19.90  -> true
% 19.60/19.90  Current number of equations to process: 3343
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 672
% 19.60/19.90  New rule produced :
% 19.60/19.90  [752] leq(multiplication(A,star(A)),multiplication(star(A),star(B))) -> true
% 19.60/19.90  Current number of equations to process: 3350
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 673
% 19.60/19.90  New rule produced :
% 19.60/19.90  [753]
% 19.60/19.90  leq(multiplication(A,star(A)),multiplication(star(A),strong_iteration(B))) ->
% 19.60/19.90  true
% 19.60/19.90  Current number of equations to process: 3349
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 674
% 19.60/19.90  New rule produced :
% 19.60/19.90  [754] leq(multiplication(A,star(A)),multiplication(star(B),star(A))) -> true
% 19.60/19.90  Current number of equations to process: 3348
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 675
% 19.60/19.90  New rule produced :
% 19.60/19.90  [755]
% 19.60/19.90  leq(multiplication(A,star(A)),multiplication(star(A),star(B)) addition C) ->
% 19.60/19.90  true
% 19.60/19.90  Current number of equations to process: 3347
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 676
% 19.60/19.90  New rule produced :
% 19.60/19.90  [756]
% 19.60/19.90  leq(multiplication(A,star(A)),multiplication(star(A),strong_iteration(B)) addition C)
% 19.60/19.90  -> true
% 19.60/19.90  Current number of equations to process: 3346
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 677
% 19.60/19.90  New rule produced :
% 19.60/19.90  [757]
% 19.60/19.90  leq(multiplication(A,star(A)),multiplication(star(B),star(A)) addition C) ->
% 19.60/19.90  true
% 19.60/19.90  Current number of equations to process: 3345
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 678
% 19.60/19.90  New rule produced :
% 19.60/19.90  [758]
% 19.60/19.90  leq(multiplication(A,strong_iteration(A)),multiplication(strong_iteration(B),
% 19.60/19.90                                            strong_iteration(A))) -> true
% 19.60/19.90  Current number of equations to process: 3347
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 679
% 19.60/19.90  New rule produced :
% 19.60/19.90  [759]
% 19.60/19.90  leq(multiplication(A,strong_iteration(A)),multiplication(strong_iteration(B),
% 19.60/19.90                                            strong_iteration(A)) addition C) ->
% 19.60/19.90  true
% 19.60/19.90  Current number of equations to process: 3346
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 680
% 19.60/19.90  New rule produced :
% 19.60/19.90  [760]
% 19.60/19.90  leq(multiplication(A,strong_iteration(A)),multiplication(strong_iteration(A),
% 19.60/19.90                                            star(B))) -> true
% 19.60/19.90  Current number of equations to process: 3353
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 681
% 19.60/19.90  New rule produced :
% 19.60/19.90  [761]
% 19.60/19.90  leq(multiplication(A,strong_iteration(A)),multiplication(strong_iteration(A),
% 19.60/19.90                                            strong_iteration(B))) -> true
% 19.60/19.90  Current number of equations to process: 3352
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 682
% 19.60/19.90  New rule produced :
% 19.60/19.90  [762]
% 19.60/19.90  leq(multiplication(A,strong_iteration(A)),multiplication(star(B),strong_iteration(A)))
% 19.60/19.90  -> true
% 19.60/19.90  Current number of equations to process: 3351
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 683
% 19.60/19.90  New rule produced :
% 19.60/19.90  [763]
% 19.60/19.90  leq(multiplication(A,strong_iteration(A)),multiplication(strong_iteration(A),
% 19.60/19.90                                            star(B)) addition C) -> true
% 19.60/19.90  Current number of equations to process: 3350
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 684
% 19.60/19.90  New rule produced :
% 19.60/19.90  [764]
% 19.60/19.90  leq(multiplication(A,strong_iteration(A)),multiplication(strong_iteration(A),
% 19.60/19.90                                            strong_iteration(B)) addition C) ->
% 19.60/19.90  true
% 19.60/19.90  Current number of equations to process: 3349
% 19.60/19.90  Current number of ordered equations: 0
% 19.60/19.90  Current number of rules: 685
% 19.60/19.90  New rule produced :
% 20.76/21.11  [765]
% 20.76/21.11  leq(multiplication(A,strong_iteration(A)),multiplication(star(B),strong_iteration(A)) addition C)
% 20.76/21.11  -> true
% 20.76/21.11  Current number of equations to process: 3348
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 686
% 20.76/21.11  New rule produced :
% 20.76/21.11  [766]
% 20.76/21.11  leq(one addition A,star(B) addition multiplication(strong_iteration(C),A)) ->
% 20.76/21.11  true
% 20.76/21.11  Current number of equations to process: 3358
% 20.76/21.11  Current number of ordered equations: 1
% 20.76/21.11  Current number of rules: 687
% 20.76/21.11  New rule produced :
% 20.76/21.11  [767]
% 20.76/21.11  leq(one addition A,multiplication(strong_iteration(B),star(C)) addition A) ->
% 20.76/21.11  true
% 20.76/21.11  Current number of equations to process: 3358
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 688
% 20.76/21.11  New rule produced :
% 20.76/21.11  [768]
% 20.76/21.11  multiplication(sK2_goals_X0,zero) addition multiplication(strong_iteration(A),
% 20.76/21.11                                             multiplication(sK1_goals_X1,sK2_goals_X0))
% 20.76/21.11  ->
% 20.76/21.11  multiplication(strong_iteration(A),multiplication(sK1_goals_X1,sK2_goals_X0))
% 20.76/21.11  Current number of equations to process: 3357
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 689
% 20.76/21.11  New rule produced :
% 20.76/21.11  [769]
% 20.76/21.11  multiplication(sK2_goals_X0,zero) addition multiplication(star(A),multiplication(sK1_goals_X1,sK2_goals_X0))
% 20.76/21.11  -> multiplication(star(A),multiplication(sK1_goals_X1,sK2_goals_X0))
% 20.76/21.11  Current number of equations to process: 3356
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 690
% 20.76/21.11  New rule produced :
% 20.76/21.11  [770] leq(one addition A,star(B) addition multiplication(A,star(C))) -> true
% 20.76/21.11  Current number of equations to process: 3413
% 20.76/21.11  Current number of ordered equations: 1
% 20.76/21.11  Current number of rules: 691
% 20.76/21.11  New rule produced :
% 20.76/21.11  [771] leq(one addition A,multiplication(star(B),star(C)) addition A) -> true
% 20.76/21.11  Current number of equations to process: 3413
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 692
% 20.76/21.11  New rule produced :
% 20.76/21.11  [772]
% 20.76/21.11  leq(one addition A,star(B) addition multiplication(A,strong_iteration(C))) ->
% 20.76/21.11  true
% 20.76/21.11  Current number of equations to process: 3409
% 20.76/21.11  Current number of ordered equations: 1
% 20.76/21.11  Current number of rules: 693
% 20.76/21.11  New rule produced :
% 20.76/21.11  [773]
% 20.76/21.11  leq(one addition A,multiplication(star(B),strong_iteration(C)) addition A) ->
% 20.76/21.11  true
% 20.76/21.11  Current number of equations to process: 3409
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 694
% 20.76/21.11  New rule produced :
% 20.76/21.11  [774] leq(one addition A,star(B) addition multiplication(star(C),A)) -> true
% 20.76/21.11  Current number of equations to process: 3407
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 695
% 20.76/21.11  New rule produced :
% 20.76/21.11  [775]
% 20.76/21.11  leq(one addition multiplication(sK2_goals_X0,sK1_goals_X1),star(A) addition 
% 20.76/21.11                                                             multiplication(sK1_goals_X1,sK2_goals_X0))
% 20.76/21.11  -> true
% 20.76/21.11  Current number of equations to process: 3414
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 696
% 20.76/21.11  New rule produced :
% 20.76/21.11  [776]
% 20.76/21.11  leq(one addition multiplication(A,zero),star(B) addition multiplication(A,C))
% 20.76/21.11  -> true
% 20.76/21.11  Current number of equations to process: 3413
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 697
% 20.76/21.11  New rule produced :
% 20.76/21.11  [777] leq(one addition multiplication(A,zero),star(B) addition A) -> true
% 20.76/21.11  Current number of equations to process: 3443
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 698
% 20.76/21.11  New rule produced :
% 20.76/21.11  [778] leq(one addition multiplication(A,zero),star(A) addition B) -> true
% 20.76/21.11  Current number of equations to process: 3442
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 699
% 20.76/21.11  New rule produced :
% 20.76/21.11  [779]
% 20.76/21.11  leq(one addition multiplication(star(A),zero),star(A) addition B) -> true
% 20.76/21.11  Current number of equations to process: 3461
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 700
% 20.76/21.11  New rule produced :
% 20.76/21.11  [780]
% 20.76/21.11  leq(one addition multiplication(A,zero),strong_iteration(A) addition star(B))
% 20.76/21.11  -> true
% 20.76/21.11  Current number of equations to process: 3459
% 20.76/21.11  Current number of ordered equations: 0
% 20.76/21.11  Current number of rules: 701
% 20.76/21.11  New rule produced :
% 20.76/21.11  [781]
% 20.76/21.11  leq(one addition A,strong_iteration(B) addition multiplication(strong_iteration(C),A))
% 20.76/21.11  -> true
% 20.76/21.11  Current number of equations to process: 3457
% 20.76/21.11  Current number of ordered equations: 1
% 20.76/21.11  Current number of rules: 702
% 20.76/21.11  New rule produced :
% 21.92/22.26  [782]
% 21.92/22.26  leq(one addition A,multiplication(strong_iteration(B),strong_iteration(C)) addition A)
% 21.92/22.26  -> true
% 21.92/22.26  Current number of equations to process: 3457
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 703
% 21.92/22.26  New rule produced :
% 21.92/22.26  [783]
% 21.92/22.26  leq(one addition multiplication(A,zero),star(B) addition A addition C) ->
% 21.92/22.26  true
% 21.92/22.26  Current number of equations to process: 3456
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 704
% 21.92/22.26  New rule produced :
% 21.92/22.26  [784]
% 21.92/22.26  leq(one addition multiplication(sK2_goals_X0,zero),star(A) addition multiplication(sK1_goals_X1,sK2_goals_X0))
% 21.92/22.26  -> true
% 21.92/22.26  Current number of equations to process: 3455
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 705
% 21.92/22.26  New rule produced :
% 21.92/22.26  [785]
% 21.92/22.26  leq(one addition A,strong_iteration(B) addition multiplication(A,star(C))) ->
% 21.92/22.26  true
% 21.92/22.26  Current number of equations to process: 3507
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 706
% 21.92/22.26  New rule produced :
% 21.92/22.26  [786]
% 21.92/22.26  leq(one addition A,strong_iteration(B) addition multiplication(A,strong_iteration(C)))
% 21.92/22.26  -> true
% 21.92/22.26  Current number of equations to process: 3506
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 707
% 21.92/22.26  New rule produced :
% 21.92/22.26  [787]
% 21.92/22.26  leq(one addition A,strong_iteration(B) addition multiplication(star(C),A)) ->
% 21.92/22.26  true
% 21.92/22.26  Current number of equations to process: 3505
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 708
% 21.92/22.26  New rule produced :
% 21.92/22.26  [788]
% 21.92/22.26  leq(one addition multiplication(sK2_goals_X0,sK1_goals_X1),strong_iteration(A) addition 
% 21.92/22.26                                                             multiplication(sK1_goals_X1,sK2_goals_X0))
% 21.92/22.26  -> true
% 21.92/22.26  Current number of equations to process: 3512
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 709
% 21.92/22.26  New rule produced :
% 21.92/22.26  [789]
% 21.92/22.26  leq(one addition multiplication(A,zero),strong_iteration(B) addition 
% 21.92/22.26                                          multiplication(A,C)) -> true
% 21.92/22.26  Current number of equations to process: 3511
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 710
% 21.92/22.26  New rule produced :
% 21.92/22.26  [790]
% 21.92/22.26  leq(one addition multiplication(A,zero),strong_iteration(B) addition A) ->
% 21.92/22.26  true
% 21.92/22.26  Current number of equations to process: 3540
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 711
% 21.92/22.26  New rule produced :
% 21.92/22.26  [791]
% 21.92/22.26  leq(one addition multiplication(A,zero),strong_iteration(A) addition B) ->
% 21.92/22.26  true
% 21.92/22.26  Rule
% 21.92/22.26  [780]
% 21.92/22.26  leq(one addition multiplication(A,zero),strong_iteration(A) addition star(B))
% 21.92/22.26  -> true collapsed.
% 21.92/22.26  Current number of equations to process: 3539
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 711
% 21.92/22.26  New rule produced :
% 21.92/22.26  [792]
% 21.92/22.26  leq(multiplication(A,B),multiplication(multiplication(strong_iteration(C),A),B))
% 21.92/22.26  -> true
% 21.92/22.26  Current number of equations to process: 3548
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 712
% 21.92/22.26  New rule produced :
% 21.92/22.26  [793]
% 21.92/22.26  leq(A,multiplication(strong_iteration(strong_iteration(B)),zero)) -> true
% 21.92/22.26  Rule
% 21.92/22.26  [515]
% 21.92/22.26  leq(A,multiplication(strong_iteration(strong_iteration(one)),zero)) -> true
% 21.92/22.26  collapsed.
% 21.92/22.26  Current number of equations to process: 3553
% 21.92/22.26  Current number of ordered equations: 0
% 21.92/22.26  Current number of rules: 712
% 21.92/22.27  New rule produced :
% 21.92/22.27  [794]
% 21.92/22.27  leq(one addition multiplication(strong_iteration(A),zero),strong_iteration(A) addition B)
% 21.92/22.27  -> true
% 21.92/22.27  Current number of equations to process: 3554
% 21.92/22.27  Current number of ordered equations: 0
% 21.92/22.27  Current number of rules: 713
% 21.92/22.27  New rule produced :
% 21.92/22.27  [795]
% 21.92/22.27  leq(one addition multiplication(A,zero),strong_iteration(B) addition A addition C)
% 21.92/22.27  -> true
% 21.92/22.27  Current number of equations to process: 3552
% 21.92/22.27  Current number of ordered equations: 0
% 21.92/22.27  Current number of rules: 714
% 21.92/22.27  New rule produced :
% 21.92/22.27  [796]
% 21.92/22.27  leq(one addition multiplication(sK2_goals_X0,zero),strong_iteration(A) addition 
% 21.92/22.27                                                     multiplication(sK1_goals_X1,sK2_goals_X0))
% 21.92/22.27  -> true
% 21.92/22.27  Current number of equations to process: 3551
% 21.92/22.27  Current number of ordered equations: 0
% 21.92/22.27  Current number of rules: 715
% 21.92/22.27  Rule [729]
% 21.92/22.27       strong_iteration(A) addition multiplication(strong_iteration(A),
% 21.92/22.27                                    multiplication(B,C)) <->
% 21.92/22.27       star(A) addition multiplication(multiplication(strong_iteration(A),B),C) is composed into 
% 22.11/22.43  [729]
% 22.11/22.43  strong_iteration(A) addition multiplication(strong_iteration(A),multiplication(B,C))
% 22.11/22.43  <->
% 22.11/22.43  strong_iteration(A) addition multiplication(multiplication(strong_iteration(A),B),C)
% 22.11/22.43  New rule produced :
% 22.11/22.43  [797]
% 22.11/22.43  star(A) addition multiplication(multiplication(strong_iteration(A),B),C) ->
% 22.11/22.43  strong_iteration(A) addition multiplication(multiplication(strong_iteration(A),B),C)
% 22.11/22.43  Rule
% 22.11/22.43  [728]
% 22.11/22.43  star(A) addition multiplication(multiplication(strong_iteration(A),B),C) <->
% 22.11/22.43  strong_iteration(A) addition multiplication(strong_iteration(A),multiplication(B,C))
% 22.11/22.43  collapsed.
% 22.11/22.43  Current number of equations to process: 3562
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 715
% 22.11/22.43  New rule produced :
% 22.11/22.43  [798]
% 22.11/22.43  multiplication(A,multiplication(sK1_goals_X1,sK2_goals_X0)) addition 
% 22.11/22.43  multiplication(A,multiplication(sK2_goals_X0,zero)) ->
% 22.11/22.43  multiplication(A,multiplication(sK1_goals_X1,sK2_goals_X0))
% 22.11/22.43  Current number of equations to process: 3561
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 716
% 22.11/22.43  New rule produced :
% 22.11/22.43  [799]
% 22.11/22.43  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition A addition B)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3560
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 717
% 22.11/22.43  New rule produced :
% 22.11/22.43  [800]
% 22.11/22.43  leq(one addition multiplication(star(A),zero) addition B,star(A) addition B)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3559
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 718
% 22.11/22.43  New rule produced :
% 22.11/22.43  [801]
% 22.11/22.43  leq(one addition multiplication(strong_iteration(A),zero) addition B,
% 22.11/22.43  strong_iteration(A) addition B) -> true
% 22.11/22.43  Current number of equations to process: 3558
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 719
% 22.11/22.43  New rule produced :
% 22.11/22.43  [802]
% 22.11/22.43  leq(one addition A,star(B) addition multiplication(strong_iteration(C),A) addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3556
% 22.11/22.43  Current number of ordered equations: 1
% 22.11/22.43  Current number of rules: 720
% 22.11/22.43  New rule produced :
% 22.11/22.43  [803]
% 22.11/22.43  leq(one addition A,multiplication(strong_iteration(B),star(C)) addition A addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3556
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 721
% 22.11/22.43  New rule produced :
% 22.11/22.43  [804]
% 22.11/22.43  leq(one addition A,star(B) addition multiplication(A,star(C)) addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3554
% 22.11/22.43  Current number of ordered equations: 1
% 22.11/22.43  Current number of rules: 722
% 22.11/22.43  New rule produced :
% 22.11/22.43  [805]
% 22.11/22.43  leq(one addition A,multiplication(star(B),star(C)) addition A addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3554
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 723
% 22.11/22.43  New rule produced :
% 22.11/22.43  [806]
% 22.11/22.43  leq(one addition A,star(B) addition multiplication(A,strong_iteration(C)) addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3550
% 22.11/22.43  Current number of ordered equations: 1
% 22.11/22.43  Current number of rules: 724
% 22.11/22.43  New rule produced :
% 22.11/22.43  [807]
% 22.11/22.43  leq(one addition A,multiplication(star(B),strong_iteration(C)) addition A addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3550
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 725
% 22.11/22.43  New rule produced :
% 22.11/22.43  [808]
% 22.11/22.43  leq(one addition A,star(B) addition multiplication(star(C),A) addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3548
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 726
% 22.11/22.43  New rule produced :
% 22.11/22.43  [809]
% 22.11/22.43  leq(one addition A,strong_iteration(B) addition multiplication(strong_iteration(C),A) addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3537
% 22.11/22.43  Current number of ordered equations: 1
% 22.11/22.43  Current number of rules: 727
% 22.11/22.43  New rule produced :
% 22.11/22.43  [810]
% 22.11/22.43  leq(one addition A,multiplication(strong_iteration(B),strong_iteration(C)) addition A addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3537
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 728
% 22.11/22.43  New rule produced :
% 22.11/22.43  [811]
% 22.11/22.43  leq(one addition A,strong_iteration(B) addition multiplication(A,star(C)) addition V_3)
% 22.11/22.43  -> true
% 22.11/22.43  Current number of equations to process: 3535
% 22.11/22.43  Current number of ordered equations: 0
% 22.11/22.43  Current number of rules: 729
% 22.11/22.43  New rule produced :
% 22.11/22.43  [812]
% 22.11/22.43  leq(one addition A,strong_iteration(B) addition multiplication(A,strong_iteration(C)) addition V_3)
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3533
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 730
% 23.73/24.09  New rule produced :
% 23.73/24.09  [813]
% 23.73/24.09  leq(one addition A,strong_iteration(B) addition multiplication(star(C),A) addition V_3)
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3531
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 731
% 23.73/24.09  New rule produced :
% 23.73/24.09  [814]
% 23.73/24.09  leq(A addition B,multiplication(strong_iteration(C),A) addition multiplication(
% 23.73/24.09                                                                  strong_iteration(C),B))
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3521
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 732
% 23.73/24.09  New rule produced :
% 23.73/24.09  [815]
% 23.73/24.09  leq(multiplication(star(A),zero) addition multiplication(A,star(A)),star(A))
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3557
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 733
% 23.73/24.09  New rule produced :
% 23.73/24.09  [816]
% 23.73/24.09  leq(star(A) addition star(B),strong_iteration(A) addition strong_iteration(B))
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3634
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 734
% 23.73/24.09  New rule produced :
% 23.73/24.09  [817]
% 23.73/24.09  leq(multiplication(strong_iteration(A),zero) addition multiplication(A,
% 23.73/24.09                                                        strong_iteration(A)),
% 23.73/24.09  strong_iteration(A)) -> true
% 23.73/24.09  Current number of equations to process: 3633
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 735
% 23.73/24.09  New rule produced :
% 23.73/24.09  [818]
% 23.73/24.09  leq(star(A) addition B,strong_iteration(A) addition multiplication(strong_iteration(C),B))
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3631
% 23.73/24.09  Current number of ordered equations: 1
% 23.73/24.09  Current number of rules: 736
% 23.73/24.09  New rule produced :
% 23.73/24.09  [819]
% 23.73/24.09  leq(star(A) addition B,multiplication(strong_iteration(C),strong_iteration(A)) addition B)
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3631
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 737
% 23.73/24.09  New rule produced :
% 23.73/24.09  [820]
% 23.73/24.09  leq(star(A) addition star(B),strong_iteration(A) addition strong_iteration(B) addition C)
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3630
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 738
% 23.73/24.09  New rule produced :
% 23.73/24.09  [821]
% 23.73/24.09  leq(star(A) addition B,strong_iteration(A) addition multiplication(B,star(C)))
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3688
% 23.73/24.09  Current number of ordered equations: 1
% 23.73/24.09  Current number of rules: 739
% 23.73/24.09  New rule produced :
% 23.73/24.09  [822]
% 23.73/24.09  leq(star(A) addition B,multiplication(strong_iteration(A),star(C)) addition B)
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3688
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 740
% 23.73/24.09  New rule produced :
% 23.73/24.09  [823]
% 23.73/24.09  leq(star(A) addition B,strong_iteration(A) addition multiplication(B,
% 23.73/24.09                                                      strong_iteration(C))) ->
% 23.73/24.09  true
% 23.73/24.09  Current number of equations to process: 3686
% 23.73/24.09  Current number of ordered equations: 1
% 23.73/24.09  Current number of rules: 741
% 23.73/24.09  New rule produced :
% 23.73/24.09  [824]
% 23.73/24.09  leq(star(A) addition B,multiplication(strong_iteration(A),strong_iteration(C)) addition B)
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3686
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 742
% 23.73/24.09  New rule produced :
% 23.73/24.09  [825]
% 23.73/24.09  leq(star(A) addition B,strong_iteration(A) addition multiplication(star(C),B))
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3684
% 23.73/24.09  Current number of ordered equations: 1
% 23.73/24.09  Current number of rules: 743
% 23.73/24.09  New rule produced :
% 23.73/24.09  [826]
% 23.73/24.09  leq(star(A) addition B,multiplication(star(C),strong_iteration(A)) addition B)
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3684
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 744
% 23.73/24.09  New rule produced :
% 23.73/24.09  [827]
% 23.73/24.09  leq(star(A) addition multiplication(sK2_goals_X0,sK1_goals_X1),strong_iteration(A) addition 
% 23.73/24.09                                                                 multiplication(sK1_goals_X1,sK2_goals_X0))
% 23.73/24.09  -> true
% 23.73/24.09  Current number of equations to process: 3681
% 23.73/24.09  Current number of ordered equations: 0
% 23.73/24.09  Current number of rules: 745
% 23.73/24.09  New rule produced :
% 23.73/24.09  [828]
% 23.73/24.09  leq(star(A) addition multiplication(B,zero),strong_iteration(A) addition 
% 25.83/26.17                                              multiplication(B,C)) -> true
% 25.83/26.17  Current number of equations to process: 3680
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 746
% 25.83/26.17  New rule produced :
% 25.83/26.17  [829]
% 25.83/26.17  leq(star(A) addition multiplication(B,zero),strong_iteration(A) addition B)
% 25.83/26.17  -> true
% 25.83/26.17  Current number of equations to process: 3721
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 747
% 25.83/26.17  New rule produced :
% 25.83/26.17  [830]
% 25.83/26.17  leq(star(A) addition multiplication(B,zero),strong_iteration(A) addition 
% 25.83/26.17                                              star(B)) -> true
% 25.83/26.17  Current number of equations to process: 3720
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 748
% 25.83/26.17  New rule produced :
% 25.83/26.17  [831]
% 25.83/26.17  leq(star(A) addition multiplication(B,zero),strong_iteration(A) addition 
% 25.83/26.17                                              strong_iteration(B)) -> true
% 25.83/26.17  Current number of equations to process: 3719
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 749
% 25.83/26.17  New rule produced :
% 25.83/26.17  [832]
% 25.83/26.17  leq(star(A) addition multiplication(B,zero),strong_iteration(A) addition B addition C)
% 25.83/26.17  -> true
% 25.83/26.17  Current number of equations to process: 3718
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 750
% 25.83/26.17  New rule produced :
% 25.83/26.17  [833]
% 25.83/26.17  leq(star(A) addition multiplication(sK2_goals_X0,zero),strong_iteration(A) addition 
% 25.83/26.17                                                         multiplication(sK1_goals_X1,sK2_goals_X0))
% 25.83/26.17  -> true
% 25.83/26.17  Current number of equations to process: 3717
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 751
% 25.83/26.17  New rule produced :
% 25.83/26.17  [834]
% 25.83/26.17  leq(multiplication(sK1_goals_X1,zero) addition multiplication(sK2_goals_X0,sK1_goals_X1),
% 25.83/26.17  multiplication(sK1_goals_X1,sK2_goals_X0)) -> true
% 25.83/26.17  Current number of equations to process: 3738
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 752
% 25.83/26.17  New rule produced :
% 25.83/26.17  [835]
% 25.83/26.17  leq(multiplication(strong_iteration(A),zero) addition B,multiplication(
% 25.83/26.17                                                          strong_iteration(A),B))
% 25.83/26.17  -> true
% 25.83/26.17  Current number of equations to process: 3748
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 753
% 25.83/26.17  New rule produced :
% 25.83/26.17  [836]
% 25.83/26.17  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(
% 25.83/26.17                                                         multiplication(sK1_goals_X1,sK2_goals_X0),zero),
% 25.83/26.17  multiplication(sK1_goals_X1,sK2_goals_X0)) -> true
% 25.83/26.17  Current number of equations to process: 3747
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 754
% 25.83/26.17  New rule produced :
% 25.83/26.17  [837]
% 25.83/26.17  leq(multiplication(star(A),zero) addition B,multiplication(star(A),B)) ->
% 25.83/26.17  true
% 25.83/26.17  Current number of equations to process: 3762
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 755
% 25.83/26.17  New rule produced :
% 25.83/26.17  [838]
% 25.83/26.17  leq(multiplication(sK1_goals_X1,zero) addition multiplication(sK2_goals_X0,zero),
% 25.83/26.17  multiplication(sK1_goals_X1,sK2_goals_X0)) -> true
% 25.83/26.17  Current number of equations to process: 3817
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 756
% 25.83/26.17  New rule produced :
% 25.83/26.17  [839]
% 25.83/26.17  star(strong_iteration(A)) addition multiplication(A,star(strong_iteration(A)))
% 25.83/26.17  -> star(strong_iteration(A)) addition A
% 25.83/26.17  Current number of equations to process: 3816
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 757
% 25.83/26.17  New rule produced :
% 25.83/26.17  [840]
% 25.83/26.17  multiplication(multiplication(A,B),star(B)) addition multiplication(A,
% 25.83/26.17                                                       star(B)) ->
% 25.83/26.17  multiplication(A,star(B))
% 25.83/26.17  Current number of equations to process: 3815
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 758
% 25.83/26.17  New rule produced :
% 25.83/26.17  [841]
% 25.83/26.17  leq(multiplication(multiplication(A,B),star(B)),multiplication(A,star(B))) ->
% 25.83/26.17  true
% 25.83/26.17  Current number of equations to process: 3893
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 759
% 25.83/26.17  New rule produced :
% 25.83/26.17  [842]
% 25.83/26.17  star(star(A)) addition multiplication(A,star(star(A))) ->
% 25.83/26.17  star(star(A)) addition A
% 25.83/26.17  Current number of equations to process: 3892
% 25.83/26.17  Current number of ordered equations: 0
% 25.83/26.17  Current number of rules: 760
% 25.83/26.17  New rule produced :
% 25.83/26.17  [843]
% 25.83/26.17  multiplication(multiplication(A,B),zero) addition multiplication(A,star(B))
% 27.09/27.40  -> multiplication(A,star(B))
% 27.09/27.40  Current number of equations to process: 3891
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 761
% 27.09/27.40  New rule produced :
% 27.09/27.40  [844]
% 27.09/27.40  multiplication(A,star(B)) addition multiplication(A,B) ->
% 27.09/27.40  multiplication(A,star(B))
% 27.09/27.40  Current number of equations to process: 3949
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 762
% 27.09/27.40  New rule produced :
% 27.09/27.40  [845]
% 27.09/27.40  leq(multiplication(multiplication(A,B),zero),multiplication(A,star(B))) ->
% 27.09/27.40  true
% 27.09/27.40  Current number of equations to process: 3958
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 763
% 27.09/27.40  New rule produced :
% 27.09/27.40  [846]
% 27.09/27.40  leq(multiplication(multiplication(A,B),zero),multiplication(A,star(B)) addition C)
% 27.09/27.40  -> true
% 27.09/27.40  Current number of equations to process: 4043
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 764
% 27.09/27.40  New rule produced :
% 27.09/27.40  [847]
% 27.09/27.40  leq(multiplication(multiplication(A,B),zero) addition A,multiplication(A,
% 27.09/27.40                                                          star(B))) -> true
% 27.09/27.40  Current number of equations to process: 4042
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 765
% 27.09/27.40  New rule produced :
% 27.09/27.40  [848]
% 27.09/27.40  multiplication(multiplication(A,B),strong_iteration(B)) addition multiplication(A,
% 27.09/27.40                                                                   star(B)) ->
% 27.09/27.40  multiplication(A,strong_iteration(B))
% 27.09/27.40  Current number of equations to process: 4040
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 766
% 27.09/27.40  New rule produced :
% 27.09/27.40  [849]
% 27.09/27.40  leq(multiplication(multiplication(A,B),star(B)),multiplication(A,star(B)) addition C)
% 27.09/27.40  -> true
% 27.09/27.40  Current number of equations to process: 4039
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 767
% 27.09/27.40  New rule produced :
% 27.09/27.40  [850]
% 27.09/27.40  multiplication(multiplication(A,strong_iteration(A)),multiplication(B,zero)) addition B
% 27.09/27.40  -> multiplication(strong_iteration(A),multiplication(B,zero)) addition B
% 27.09/27.40  Current number of equations to process: 4038
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 768
% 27.09/27.40  New rule produced :
% 27.09/27.40  [851]
% 27.09/27.40  multiplication(multiplication(A,star(A)),multiplication(B,zero)) addition B
% 27.09/27.40  -> multiplication(star(A),multiplication(B,zero)) addition B
% 27.09/27.40  Current number of equations to process: 4037
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 769
% 27.09/27.40  New rule produced :
% 27.09/27.40  [852]
% 27.09/27.40  multiplication(multiplication(star(A),A),multiplication(B,zero)) addition B
% 27.09/27.40  -> multiplication(star(A),multiplication(B,zero)) addition B
% 27.09/27.40  Current number of equations to process: 4036
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 770
% 27.09/27.40  New rule produced :
% 27.09/27.40  [853]
% 27.09/27.40  star(A addition B) addition multiplication(A,zero) addition multiplication(B,zero)
% 27.09/27.40  -> star(A addition B)
% 27.09/27.40  Current number of equations to process: 4035
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 771
% 27.09/27.40  New rule produced :
% 27.09/27.40  [854]
% 27.09/27.40  strong_iteration(A addition B) addition multiplication(A,zero) addition 
% 27.09/27.40  multiplication(B,zero) -> strong_iteration(A addition B)
% 27.09/27.40  Current number of equations to process: 4034
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 772
% 27.09/27.40  New rule produced :
% 27.09/27.40  [855]
% 27.09/27.40  strong_iteration(A) addition multiplication(multiplication(star(A),B),
% 27.09/27.40                               star(B)) ->
% 27.09/27.40  strong_iteration(A) addition multiplication(star(A),star(B))
% 27.09/27.40  Current number of equations to process: 4031
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 773
% 27.09/27.40  New rule produced :
% 27.09/27.40  [856]
% 27.09/27.40  star(A) addition multiplication(multiplication(A,star(A)),star(B)) ->
% 27.09/27.40  one addition multiplication(multiplication(A,star(A)),star(B))
% 27.09/27.40  Current number of equations to process: 4030
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 774
% 27.09/27.40  New rule produced :
% 27.09/27.40  [857]
% 27.09/27.40  star(A) addition multiplication(multiplication(star(A),A),star(B)) ->
% 27.09/27.40  one addition multiplication(multiplication(star(A),A),star(B))
% 27.09/27.40  Current number of equations to process: 4029
% 27.09/27.40  Current number of ordered equations: 0
% 27.09/27.40  Current number of rules: 775
% 27.09/27.40  New rule produced :
% 27.09/27.40  [858]
% 27.09/27.40  strong_iteration(A) addition multiplication(multiplication(A,strong_iteration(A)),
% 27.09/27.40                               star(B)) ->
% 27.09/27.40  one addition multiplication(multiplication(A,strong_iteration(A)),star(B))
% 27.28/27.59  Current number of equations to process: 4028
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 776
% 27.28/27.59  New rule produced :
% 27.28/27.59  [859]
% 27.28/27.59  star(A) addition multiplication(star(B),multiplication(A,star(A))) ->
% 27.28/27.59  one addition multiplication(star(B),multiplication(A,star(A)))
% 27.28/27.59  Current number of equations to process: 4027
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 777
% 27.28/27.59  New rule produced :
% 27.28/27.59  [860]
% 27.28/27.59  star(A) addition multiplication(star(B),multiplication(star(A),A)) ->
% 27.28/27.59  one addition multiplication(star(B),multiplication(star(A),A))
% 27.28/27.59  Current number of equations to process: 4026
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 778
% 27.28/27.59  New rule produced :
% 27.28/27.59  [861]
% 27.28/27.59  strong_iteration(A) addition multiplication(star(B),multiplication(A,
% 27.28/27.59                                                      strong_iteration(A))) ->
% 27.28/27.59  one addition multiplication(star(B),multiplication(A,strong_iteration(A)))
% 27.28/27.59  Current number of equations to process: 4025
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 779
% 27.28/27.59  New rule produced :
% 27.28/27.59  [862]
% 27.28/27.59  star(A) addition multiplication(multiplication(A,star(A)),strong_iteration(B))
% 27.28/27.59  -> one addition multiplication(multiplication(A,star(A)),strong_iteration(B))
% 27.28/27.59  Current number of equations to process: 4024
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 780
% 27.28/27.59  New rule produced :
% 27.28/27.59  [863]
% 27.28/27.59  star(A) addition multiplication(multiplication(star(A),A),strong_iteration(B))
% 27.28/27.59  -> one addition multiplication(multiplication(star(A),A),strong_iteration(B))
% 27.28/27.59  Current number of equations to process: 4023
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 781
% 27.28/27.59  New rule produced :
% 27.28/27.59  [864]
% 27.28/27.59  strong_iteration(A) addition multiplication(multiplication(A,strong_iteration(A)),
% 27.28/27.59                               strong_iteration(B)) ->
% 27.28/27.59  one addition multiplication(multiplication(A,strong_iteration(A)),strong_iteration(B))
% 27.28/27.59  Current number of equations to process: 4022
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 782
% 27.28/27.59  New rule produced :
% 27.28/27.59  [865]
% 27.28/27.59  star(A) addition multiplication(strong_iteration(B),multiplication(A,star(A)))
% 27.28/27.59  -> one addition multiplication(strong_iteration(B),multiplication(A,star(A)))
% 27.28/27.59  Current number of equations to process: 4021
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 783
% 27.28/27.59  New rule produced :
% 27.28/27.59  [866]
% 27.28/27.59  star(A) addition multiplication(strong_iteration(B),multiplication(star(A),A))
% 27.28/27.59  -> one addition multiplication(strong_iteration(B),multiplication(star(A),A))
% 27.28/27.59  Current number of equations to process: 4020
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 784
% 27.28/27.59  New rule produced :
% 27.28/27.59  [867]
% 27.28/27.59  strong_iteration(A) addition multiplication(strong_iteration(B),multiplication(A,
% 27.28/27.59                                                                  strong_iteration(A)))
% 27.28/27.59  ->
% 27.28/27.59  one addition multiplication(strong_iteration(B),multiplication(A,strong_iteration(A)))
% 27.28/27.59  Current number of equations to process: 4019
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 785
% 27.28/27.59  New rule produced :
% 27.28/27.59  [868]
% 27.28/27.59  leq(multiplication(star(one),multiplication(A,star(B))),multiplication(A,
% 27.28/27.59                                                          strong_iteration(B)) addition C)
% 27.28/27.59  -> true
% 27.28/27.59  Current number of equations to process: 4017
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 786
% 27.28/27.59  New rule produced :
% 27.28/27.59  [869]
% 27.28/27.59  leq(multiplication(multiplication(A,star(B)),star(one)),multiplication(A,
% 27.28/27.59                                                          strong_iteration(B)) addition C)
% 27.28/27.59  -> true
% 27.28/27.59  Current number of equations to process: 4016
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 787
% 27.28/27.59  New rule produced :
% 27.28/27.59  [870]
% 27.28/27.59  ifeq(leq(A,one),true,leq(multiplication(star(A),multiplication(A,zero)),one),true)
% 27.28/27.59  -> true
% 27.28/27.59  Current number of equations to process: 4015
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 788
% 27.28/27.59  New rule produced :
% 27.28/27.59  [871]
% 27.28/27.59  ifeq(leq(one,A),true,leq(one,multiplication(strong_iteration(A),multiplication(A,zero))),true)
% 27.28/27.59  -> true
% 27.28/27.59  Current number of equations to process: 4014
% 27.28/27.59  Current number of ordered equations: 0
% 27.28/27.59  Current number of rules: 789
% 27.28/27.59  New rule produced :
% 27.40/27.72  [872]
% 27.40/27.72  ifeq2(leq(star(A),multiplication(A,zero)),true,star(A),multiplication(A,zero))
% 27.40/27.72  -> multiplication(A,zero)
% 27.40/27.72  Current number of equations to process: 4012
% 27.40/27.72  Current number of ordered equations: 0
% 27.40/27.72  Current number of rules: 790
% 27.40/27.72  New rule produced :
% 27.40/27.72  [873]
% 27.40/27.72  ifeq2(leq(strong_iteration(A),multiplication(A,zero)),true,strong_iteration(A),
% 27.40/27.72  multiplication(A,zero)) -> multiplication(A,zero)
% 27.40/27.72  Current number of equations to process: 4007
% 27.40/27.72  Current number of ordered equations: 0
% 27.40/27.72  Current number of rules: 791
% 27.40/27.72  New rule produced :
% 27.40/27.72  [874]
% 27.40/27.72  ifeq(leq(strong_iteration(A),zero),true,leq(multiplication(star(A),strong_iteration(A)),zero),true)
% 27.40/27.72  -> true
% 27.40/27.72  Current number of equations to process: 4006
% 27.40/27.72  Current number of ordered equations: 0
% 27.40/27.72  Current number of rules: 792
% 27.40/27.72  Rule [372]
% 27.40/27.72       multiplication(A,multiplication(B,multiplication(C,V_3))) <->
% 27.40/27.72       multiplication(multiplication(multiplication(A,B),C),V_3) addition 
% 27.40/27.72       multiplication(A,zero) is composed into [372]
% 27.40/27.72                                               multiplication(A,multiplication(B,
% 27.40/27.72                                                                multiplication(C,V_3)))
% 27.40/27.72                                               <->
% 27.40/27.72                                               multiplication(multiplication(
% 27.40/27.72                                                              multiplication(A,B),C),V_3)
% 27.40/27.72  Rule [370]
% 27.40/27.72       multiplication(A,multiplication(multiplication(B,C),V_3)) <->
% 27.40/27.72       multiplication(multiplication(multiplication(A,B),C),V_3) addition 
% 27.40/27.72       multiplication(A,zero) is composed into [370]
% 27.40/27.72                                               multiplication(A,multiplication(
% 27.40/27.72                                                                multiplication(B,C),V_3))
% 27.40/27.72                                               <->
% 27.40/27.72                                               multiplication(multiplication(
% 27.40/27.72                                                              multiplication(A,B),C),V_3)
% 27.40/27.72  New rule produced :
% 27.40/27.72  [875]
% 27.40/27.72  multiplication(multiplication(multiplication(A,B),C),V_3) addition multiplication(A,zero)
% 27.40/27.72  -> multiplication(multiplication(multiplication(A,B),C),V_3)
% 27.40/27.72  Rule
% 27.40/27.72  [369]
% 27.40/27.72  multiplication(multiplication(multiplication(A,B),C),V_3) addition multiplication(A,zero)
% 27.40/27.72  <-> multiplication(A,multiplication(multiplication(B,C),V_3)) collapsed.
% 27.40/27.72  Rule
% 27.40/27.72  [371]
% 27.40/27.72  multiplication(multiplication(multiplication(A,B),C),V_3) addition multiplication(A,zero)
% 27.40/27.72  <-> multiplication(A,multiplication(B,multiplication(C,V_3))) collapsed.
% 27.40/27.72  Current number of equations to process: 4002
% 27.40/27.72  Current number of ordered equations: 0
% 27.40/27.72  Current number of rules: 791
% 27.40/27.72  New rule produced :
% 27.40/27.72  [876]
% 27.40/27.72  leq(multiplication(star(one),multiplication(A,zero)),multiplication(multiplication(A,B),C) addition V_3)
% 27.40/27.72  -> true
% 27.40/27.72  Current number of equations to process: 3997
% 27.40/27.72  Current number of ordered equations: 0
% 27.40/27.72  Current number of rules: 792
% 27.40/27.72  New rule produced :
% 27.40/27.72  [877]
% 27.40/27.72  leq(one addition multiplication(sK2_goals_X0,sK1_goals_X1),star(A) addition 
% 27.40/27.72                                                             multiplication(sK1_goals_X1,sK2_goals_X0) addition B)
% 27.40/27.72  -> true
% 27.40/27.72  Current number of equations to process: 3995
% 27.40/27.72  Current number of ordered equations: 0
% 27.42/27.72  Current number of rules: 793
% 27.42/27.72  New rule produced :
% 27.42/27.72  [878]
% 27.42/27.72  leq(one addition multiplication(A,zero),star(B) addition multiplication(A,C) addition V_3)
% 27.42/27.72  -> true
% 27.42/27.72  Current number of equations to process: 3994
% 27.42/27.72  Current number of ordered equations: 0
% 27.42/27.72  Current number of rules: 794
% 27.42/27.72  New rule produced :
% 27.42/27.72  [879]
% 27.42/27.72  leq(one addition multiplication(A,star(B)),star(C) addition multiplication(A,
% 27.42/27.72                                                              strong_iteration(B)))
% 27.42/27.72  -> true
% 27.42/27.72  Current number of equations to process: 3993
% 27.42/27.72  Current number of ordered equations: 0
% 27.42/27.72  Current number of rules: 795
% 27.42/27.72  New rule produced :
% 27.42/27.72  [880]
% 27.42/27.72  leq(one addition multiplication(A,zero) addition B,star(C) addition A addition B)
% 27.42/27.72  -> true
% 27.42/27.72  Current number of equations to process: 3992
% 27.42/27.72  Current number of ordered equations: 0
% 27.42/27.72  Current number of rules: 796
% 27.42/27.72  New rule produced :
% 27.42/27.72  [881]
% 27.42/27.72  leq(one addition multiplication(A,zero) addition B,star(A) addition B addition C)
% 27.42/27.72  -> true
% 27.42/27.72  Current number of equations to process: 3991
% 27.42/27.72  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 797
% 27.57/27.89  New rule produced :
% 27.57/27.89  [882]
% 27.57/27.89  leq(one addition multiplication(A,zero),star(B) addition multiplication(
% 27.57/27.89                                                           multiplication(A,C),V_3))
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3990
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 798
% 27.57/27.89  New rule produced :
% 27.57/27.89  [883]
% 27.57/27.89  leq(one addition multiplication(sK2_goals_X0,zero),star(A) addition multiplication(sK1_goals_X1,sK2_goals_X0) addition B)
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3989
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 799
% 27.57/27.89  New rule produced :
% 27.57/27.89  [884]
% 27.57/27.89  leq(one addition multiplication(sK2_goals_X0,sK1_goals_X1),strong_iteration(A) addition 
% 27.57/27.89                                                             multiplication(sK1_goals_X1,sK2_goals_X0) addition B)
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3988
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 800
% 27.57/27.89  New rule produced :
% 27.57/27.89  [885]
% 27.57/27.89  leq(one addition multiplication(A,zero),strong_iteration(B) addition 
% 27.57/27.89                                          multiplication(A,C) addition V_3) ->
% 27.57/27.89  true
% 27.57/27.89  Current number of equations to process: 3987
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 801
% 27.57/27.89  New rule produced :
% 27.57/27.89  [886]
% 27.57/27.89  leq(one addition multiplication(A,star(B)),strong_iteration(C) addition 
% 27.57/27.89                                             multiplication(A,strong_iteration(B)))
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3986
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 802
% 27.57/27.89  New rule produced :
% 27.57/27.89  [887]
% 27.57/27.89  leq(one addition multiplication(A,zero) addition B,strong_iteration(C) addition A addition B)
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3985
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 803
% 27.57/27.89  New rule produced :
% 27.57/27.89  [888]
% 27.57/27.89  leq(one addition multiplication(A,zero) addition B,strong_iteration(A) addition B addition C)
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3984
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 804
% 27.57/27.89  New rule produced :
% 27.57/27.89  [889]
% 27.57/27.89  leq(one addition multiplication(A,zero),strong_iteration(B) addition 
% 27.57/27.89                                          multiplication(multiplication(A,C),V_3))
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3983
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 805
% 27.57/27.89  New rule produced :
% 27.57/27.89  [890]
% 27.57/27.89  leq(one addition multiplication(sK2_goals_X0,zero),strong_iteration(A) addition 
% 27.57/27.89                                                     multiplication(sK1_goals_X1,sK2_goals_X0) addition B)
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3982
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 806
% 27.57/27.89  New rule produced :
% 27.57/27.89  [891]
% 27.57/27.89  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(
% 27.57/27.89                                                           strong_iteration(V_3),A),
% 27.57/27.89                                            multiplication(B,C))) -> true
% 27.57/27.89  Current number of equations to process: 3981
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 807
% 27.57/27.89  New rule produced :
% 27.57/27.89  [892]
% 27.57/27.89  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(
% 27.57/27.89                                                           multiplication(
% 27.57/27.89                                                           strong_iteration(V_3),A),B),C))
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3980
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 808
% 27.57/27.89  New rule produced :
% 27.57/27.89  [893]
% 27.57/27.89  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 27.57/27.89                                                           strong_iteration(V_3),
% 27.57/27.89                                                           multiplication(A,B)),C))
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3979
% 27.57/27.89  Current number of ordered equations: 0
% 27.57/27.89  Current number of rules: 809
% 27.57/27.89  New rule produced :
% 27.57/27.89  [894]
% 27.57/27.89  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 27.57/27.89                                                           multiplication(
% 27.57/27.89                                                           strong_iteration(V_3),A),B),C))
% 27.57/27.89  -> true
% 27.57/27.89  Current number of equations to process: 3978
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 810
% 28.72/29.05  New rule produced :
% 28.72/29.05  [895]
% 28.72/29.05  leq(star(A) addition B,strong_iteration(A) addition multiplication(strong_iteration(C),B) addition V_3)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3976
% 28.72/29.05  Current number of ordered equations: 1
% 28.72/29.05  Current number of rules: 811
% 28.72/29.05  New rule produced :
% 28.72/29.05  [896]
% 28.72/29.05  leq(star(A) addition B,multiplication(strong_iteration(C),strong_iteration(A)) addition B addition V_3)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3976
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 812
% 28.72/29.05  New rule produced :
% 28.72/29.05  [897]
% 28.72/29.05  leq(star(A) addition B,strong_iteration(A) addition multiplication(B,star(C)) addition V_3)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3974
% 28.72/29.05  Current number of ordered equations: 1
% 28.72/29.05  Current number of rules: 813
% 28.72/29.05  New rule produced :
% 28.72/29.05  [898]
% 28.72/29.05  leq(star(A) addition B,multiplication(strong_iteration(A),star(C)) addition B addition V_3)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3974
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 814
% 28.72/29.05  New rule produced :
% 28.72/29.05  [899]
% 28.72/29.05  leq(star(A) addition B,strong_iteration(A) addition multiplication(B,
% 28.72/29.05                                                      strong_iteration(C)) addition V_3)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3972
% 28.72/29.05  Current number of ordered equations: 1
% 28.72/29.05  Current number of rules: 815
% 28.72/29.05  New rule produced :
% 28.72/29.05  [900]
% 28.72/29.05  leq(star(A) addition B,multiplication(strong_iteration(A),strong_iteration(C)) addition B addition V_3)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3972
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 816
% 28.72/29.05  New rule produced :
% 28.72/29.05  [901]
% 28.72/29.05  leq(star(A) addition B,strong_iteration(A) addition multiplication(star(C),B) addition V_3)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3970
% 28.72/29.05  Current number of ordered equations: 1
% 28.72/29.05  Current number of rules: 817
% 28.72/29.05  New rule produced :
% 28.72/29.05  [902]
% 28.72/29.05  leq(star(A) addition B,multiplication(star(C),strong_iteration(A)) addition B addition V_3)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3970
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 818
% 28.72/29.05  New rule produced :
% 28.72/29.05  [903]
% 28.72/29.05  leq(star(A) addition multiplication(B,zero),strong_iteration(A) addition 
% 28.72/29.05                                              star(B) addition C) -> true
% 28.72/29.05  Current number of equations to process: 3961
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 819
% 28.72/29.05  New rule produced :
% 28.72/29.05  [904]
% 28.72/29.05  leq(star(A) addition multiplication(B,zero),strong_iteration(A) addition 
% 28.72/29.05                                              strong_iteration(B) addition C)
% 28.72/29.05  -> true
% 28.72/29.05  Current number of equations to process: 3960
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 820
% 28.72/29.05  New rule produced :
% 28.72/29.05  [905]
% 28.72/29.05  leq(multiplication(A,B),multiplication(A,multiplication(B,star(C)))) -> true
% 28.72/29.05  Current number of equations to process: 4059
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 821
% 28.72/29.05  New rule produced :
% 28.72/29.05  [906] leq(star(A),multiplication(strong_iteration(star(A)),zero)) -> true
% 28.72/29.05  Current number of equations to process: 4064
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 822
% 28.72/29.05  New rule produced : [907] leq(A,strong_iteration(B) addition star(A)) -> true
% 28.72/29.05  Current number of equations to process: 4068
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 823
% 28.72/29.05  New rule produced : [908] leq(A,star(A)) -> true
% 28.72/29.05  Rule
% 28.72/29.05  [429]
% 28.72/29.05  ifeq(leq(A,star(A)),true,leq(A,multiplication(strong_iteration(star(A)),
% 28.72/29.05                                 star(A))),true) -> true collapsed.
% 28.72/29.05  Rule
% 28.72/29.05  [516] ifeq(leq(A,star(A)),true,leq(A,strong_iteration(star(A))),true) -> true
% 28.72/29.05  collapsed.
% 28.72/29.05  Current number of equations to process: 4071
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 822
% 28.72/29.05  New rule produced : [909] leq(A,star(A) addition B) -> true
% 28.72/29.05  Rule [907] leq(A,strong_iteration(B) addition star(A)) -> true collapsed.
% 28.72/29.05  Current number of equations to process: 4070
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 822
% 28.72/29.05  New rule produced : [910] leq(A,strong_iteration(star(A))) -> true
% 28.72/29.05  Current number of equations to process: 4070
% 28.72/29.05  Current number of ordered equations: 0
% 28.72/29.05  Current number of rules: 823
% 29.80/30.11  New rule produced :
% 29.80/30.11  [911]
% 29.80/30.11  leq(A,multiplication(strong_iteration(B),multiplication(A,star(C)))) -> true
% 29.80/30.11  Current number of equations to process: 4069
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 824
% 29.80/30.11  New rule produced :
% 29.80/30.11  [912]
% 29.80/30.11  leq(A,multiplication(strong_iteration(B),multiplication(A,star(C))) addition V_3)
% 29.80/30.11  -> true
% 29.80/30.11  Current number of equations to process: 4067
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 825
% 29.80/30.11  New rule produced :
% 29.80/30.11  [913] leq(star(A),multiplication(strong_iteration(star(A)),B)) -> true
% 29.80/30.11  Rule
% 29.80/30.11  [906] leq(star(A),multiplication(strong_iteration(star(A)),zero)) -> true
% 29.80/30.11  collapsed.
% 29.80/30.11  Current number of equations to process: 4067
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 825
% 29.80/30.11  New rule produced :
% 29.80/30.11  [914] leq(A,multiplication(multiplication(A,star(B)),star(C))) -> true
% 29.80/30.11  Current number of equations to process: 4076
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 826
% 29.80/30.11  New rule produced :
% 29.80/30.11  [915]
% 29.80/30.11  leq(A,multiplication(multiplication(A,star(B)),strong_iteration(C))) -> true
% 29.80/30.11  Current number of equations to process: 4075
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 827
% 29.80/30.11  New rule produced :
% 29.80/30.11  [916] leq(A,multiplication(star(B),multiplication(A,star(C)))) -> true
% 29.80/30.11  Current number of equations to process: 4074
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 828
% 29.80/30.11  New rule produced :
% 29.80/30.11  [917]
% 29.80/30.11  leq(A,multiplication(multiplication(A,star(B)),star(C)) addition V_3) -> true
% 29.80/30.11  Current number of equations to process: 4073
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 829
% 29.80/30.11  New rule produced :
% 29.80/30.11  [918]
% 29.80/30.11  leq(A,multiplication(multiplication(A,star(B)),strong_iteration(C)) addition V_3)
% 29.80/30.11  -> true
% 29.80/30.11  Current number of equations to process: 4072
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 830
% 29.80/30.11  New rule produced :
% 29.80/30.11  [919]
% 29.80/30.11  leq(A,multiplication(star(B),multiplication(A,star(C))) addition V_3) -> true
% 29.80/30.11  Current number of equations to process: 4071
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 831
% 29.80/30.11  New rule produced :
% 29.80/30.11  [920] leq(multiplication(A,B),multiplication(A,star(B))) -> true
% 29.80/30.11  Current number of equations to process: 4072
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 832
% 29.80/30.11  New rule produced :
% 29.80/30.11  [921] leq(multiplication(A,B),multiplication(A,star(B)) addition C) -> true
% 29.80/30.11  Current number of equations to process: 4071
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 833
% 29.80/30.11  New rule produced :
% 29.80/30.11  [922] leq(A,multiplication(strong_iteration(star(A)),star(A))) -> true
% 29.80/30.11  Current number of equations to process: 4092
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 834
% 29.80/30.11  New rule produced :
% 29.80/30.11  [923]
% 29.80/30.11  leq(multiplication(A,B),multiplication(A,multiplication(B,star(C))) addition V_3)
% 29.80/30.11  -> true
% 29.80/30.11  Current number of equations to process: 4091
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 835
% 29.80/30.11  New rule produced :
% 29.80/30.11  [924]
% 29.80/30.11  multiplication(A,multiplication(star(B),star(C))) addition A ->
% 29.80/30.11  multiplication(A,multiplication(star(B),star(C)))
% 29.80/30.11  Current number of equations to process: 4090
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 836
% 29.80/30.11  New rule produced :
% 29.80/30.11  [925]
% 29.80/30.11  multiplication(multiplication(star(A),star(B)),C) addition C ->
% 29.80/30.11  multiplication(multiplication(star(A),star(B)),C)
% 29.80/30.11  Current number of equations to process: 4089
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 837
% 29.80/30.11  New rule produced : [926] leq(star(A),strong_iteration(star(B))) -> true
% 29.80/30.11  Current number of equations to process: 4111
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 838
% 29.80/30.11  New rule produced :
% 29.80/30.11  [927]
% 29.80/30.11  leq(one addition multiplication(star(A),zero),multiplication(star(A),star(B)))
% 29.80/30.11  -> true
% 29.80/30.11  Current number of equations to process: 4142
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 839
% 29.80/30.11  New rule produced :
% 29.80/30.11  [928]
% 29.80/30.11  multiplication(A,multiplication(strong_iteration(B),star(C))) addition A ->
% 29.80/30.11  multiplication(A,multiplication(strong_iteration(B),star(C)))
% 29.80/30.11  Current number of equations to process: 4141
% 29.80/30.11  Current number of ordered equations: 0
% 29.80/30.11  Current number of rules: 840
% 29.80/30.11  New rule produced :
% 32.79/33.08  [929]
% 32.79/33.08  multiplication(multiplication(strong_iteration(A),star(B)),C) addition C ->
% 32.79/33.08  multiplication(multiplication(strong_iteration(A),star(B)),C)
% 32.79/33.08  Current number of equations to process: 4140
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 841
% 32.79/33.08  New rule produced :
% 32.79/33.08  [930] leq(star(A),strong_iteration(strong_iteration(B))) -> true
% 32.79/33.08  Current number of equations to process: 4162
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 842
% 32.79/33.08  New rule produced :
% 32.79/33.08  [931]
% 32.79/33.08  leq(one addition multiplication(strong_iteration(A),zero),multiplication(
% 32.79/33.08                                                            strong_iteration(A),
% 32.79/33.08                                                            star(B))) -> true
% 32.79/33.08  Current number of equations to process: 4223
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 843
% 32.79/33.08  New rule produced :
% 32.79/33.08  [932]
% 32.79/33.08  multiplication(multiplication(A,star(B)),B) addition multiplication(A,
% 32.79/33.08                                                       star(B)) ->
% 32.79/33.08  multiplication(A,star(B))
% 32.79/33.08  Current number of equations to process: 4222
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 844
% 32.79/33.08  New rule produced :
% 32.79/33.08  [933] multiplication(A,star(A)) <-> multiplication(star(A),A)
% 32.79/33.08  Current number of equations to process: 4261
% 32.79/33.08  Current number of ordered equations: 1
% 32.79/33.08  Current number of rules: 845
% 32.79/33.08  New rule produced :
% 32.79/33.08  [934] multiplication(star(A),A) <-> multiplication(A,star(A))
% 32.79/33.08  Current number of equations to process: 4261
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 846
% 32.79/33.08  New rule produced :
% 32.79/33.08  [935]
% 32.79/33.08  leq(multiplication(multiplication(A,star(B)),B),multiplication(A,star(B))) ->
% 32.79/33.08  true
% 32.79/33.08  Current number of equations to process: 4295
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 847
% 32.79/33.08  New rule produced :
% 32.79/33.08  [936]
% 32.79/33.08  multiplication(multiplication(A,star(strong_iteration(B))),strong_iteration(B))
% 32.79/33.08  -> multiplication(A,star(strong_iteration(B)))
% 32.79/33.08  Current number of equations to process: 4359
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 848
% 32.79/33.08  New rule produced :
% 32.79/33.08  [937]
% 32.79/33.08  multiplication(multiplication(A,star(star(B))),star(B)) ->
% 32.79/33.08  multiplication(A,star(star(B)))
% 32.79/33.08  Current number of equations to process: 4426
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 849
% 32.79/33.08  New rule produced :
% 32.79/33.08  [938]
% 32.79/33.08  multiplication(multiplication(A,star(strong_iteration(B))),star(B)) ->
% 32.79/33.08  multiplication(A,star(strong_iteration(B)))
% 32.79/33.08  Current number of equations to process: 4425
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 850
% 32.79/33.08  New rule produced :
% 32.79/33.08  [939]
% 32.79/33.08  star(multiplication(A,star(A))) addition star(A) ->
% 32.79/33.08  star(multiplication(A,star(A)))
% 32.79/33.08  Current number of equations to process: 4447
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 851
% 32.79/33.08  New rule produced : [940] leq(one addition A,star(A)) -> true
% 32.79/33.08  Current number of equations to process: 4502
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 852
% 32.79/33.08  New rule produced :
% 32.79/33.08  [941] leq(multiplication(A,B) addition A,multiplication(A,star(B))) -> true
% 32.79/33.08  Current number of equations to process: 4510
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 853
% 32.79/33.08  New rule produced :
% 32.79/33.08  [942]
% 32.79/33.08  leq(strong_iteration(A) addition B,strong_iteration(A) addition star(B)) ->
% 32.79/33.08  true
% 32.79/33.08  Current number of equations to process: 4509
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 854
% 32.79/33.08  New rule produced :
% 32.79/33.08  [943] leq(one addition A addition B,star(A) addition B) -> true
% 32.79/33.08  Current number of equations to process: 4508
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 855
% 32.79/33.08  New rule produced :
% 32.79/33.08  [944]
% 32.79/33.08  leq(strong_iteration(A) addition star(B),multiplication(strong_iteration(A),
% 32.79/33.08                                           star(B))) -> true
% 32.79/33.08  Current number of equations to process: 4507
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 856
% 32.79/33.08  New rule produced :
% 32.79/33.08  [945]
% 32.79/33.08  leq(star(A),one addition multiplication(multiplication(star(A),A),star(B)))
% 32.79/33.08  -> true
% 32.79/33.08  Current number of equations to process: 4506
% 32.79/33.08  Current number of ordered equations: 0
% 32.79/33.08  Current number of rules: 857
% 32.79/33.08  New rule produced :
% 32.79/33.08  [946]
% 32.79/33.08  leq(star(A),one addition multiplication(multiplication(A,star(A)),star(B)))
% 34.54/34.85  -> true
% 34.54/34.85  Current number of equations to process: 4505
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 858
% 34.54/34.85  New rule produced :
% 34.54/34.85  [947]
% 34.54/34.85  leq(strong_iteration(A),one addition multiplication(multiplication(A,
% 34.54/34.85                                                      strong_iteration(A)),
% 34.54/34.85                                       star(B))) -> true
% 34.54/34.85  Current number of equations to process: 4503
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 859
% 34.54/34.85  New rule produced :
% 34.54/34.85  [948] leq(star(A) addition star(B),multiplication(star(B),star(A))) -> true
% 34.54/34.85  Current number of equations to process: 4539
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 860
% 34.54/34.85  New rule produced :
% 34.54/34.85  [949] leq(star(A) addition B,star(A) addition star(B)) -> true
% 34.54/34.85  Current number of equations to process: 4550
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 861
% 34.54/34.85  New rule produced :
% 34.54/34.85  [950]
% 34.54/34.85  star(multiplication(star(A),A)) addition star(A) ->
% 34.54/34.85  star(multiplication(star(A),A))
% 34.54/34.85  Current number of equations to process: 4583
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 862
% 34.54/34.85  New rule produced :
% 34.54/34.85  [951]
% 34.54/34.85  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)))
% 34.54/34.85  -> true
% 34.54/34.85  Current number of equations to process: 4587
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 863
% 34.54/34.85  New rule produced :
% 34.54/34.85  [952]
% 34.54/34.85  leq(multiplication(multiplication(A,star(B)),B),multiplication(A,star(B)) addition C)
% 34.54/34.85  -> true
% 34.54/34.85  Current number of equations to process: 4586
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 864
% 34.54/34.85  New rule produced :
% 34.54/34.85  [953]
% 34.54/34.85  multiplication(multiplication(A,star(multiplication(B,star(B)))),star(B)) ->
% 34.54/34.85  multiplication(A,star(multiplication(B,star(B))))
% 34.54/34.85  Current number of equations to process: 4585
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 865
% 34.54/34.85  New rule produced :
% 34.54/34.85  [954]
% 34.54/34.85  multiplication(multiplication(A,star(multiplication(star(B),B))),star(B)) ->
% 34.54/34.85  multiplication(A,star(multiplication(star(B),B)))
% 34.54/34.85  Current number of equations to process: 4584
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 866
% 34.54/34.85  New rule produced :
% 34.54/34.85  [955]
% 34.54/34.85  multiplication(multiplication(A,star(multiplication(B,strong_iteration(B)))),
% 34.54/34.85  strong_iteration(B)) ->
% 34.54/34.85  multiplication(A,star(multiplication(B,strong_iteration(B))))
% 34.54/34.85  Current number of equations to process: 4583
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 867
% 34.54/34.85  New rule produced :
% 34.54/34.85  [956]
% 34.54/34.85  leq(multiplication(multiplication(A,star(B)),zero) addition A,multiplication(A,
% 34.54/34.85                                                                star(B))) ->
% 34.54/34.85  true
% 34.54/34.85  Current number of equations to process: 4581
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 868
% 34.54/34.85  New rule produced :
% 34.54/34.85  [957]
% 34.54/34.85  multiplication(star(multiplication(A,star(A))),multiplication(star(A),B)) ->
% 34.54/34.85  multiplication(star(multiplication(A,star(A))),B)
% 34.54/34.85  Current number of equations to process: 4579
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 869
% 34.54/34.85  New rule produced :
% 34.54/34.85  [958]
% 34.54/34.85  leq(multiplication(A,multiplication(strong_iteration(B),zero)) addition A,
% 34.54/34.85  multiplication(A,strong_iteration(B))) -> true
% 34.54/34.85  Current number of equations to process: 4574
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 870
% 34.54/34.85  New rule produced :
% 34.54/34.85  [959]
% 34.54/34.85  multiplication(star(multiplication(star(A),A)),multiplication(star(A),B)) ->
% 34.54/34.85  multiplication(star(multiplication(star(A),A)),B)
% 34.54/34.85  Current number of equations to process: 4572
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 871
% 34.54/34.85  New rule produced : [960] leq(A addition B,star(A) addition B) -> true
% 34.54/34.85  Rule
% 34.54/34.85  [942]
% 34.54/34.85  leq(strong_iteration(A) addition B,strong_iteration(A) addition star(B)) ->
% 34.54/34.85  true collapsed.
% 34.54/34.85  Rule [949] leq(star(A) addition B,star(A) addition star(B)) -> true
% 34.54/34.85  collapsed.
% 34.54/34.85  Current number of equations to process: 4685
% 34.54/34.85  Current number of ordered equations: 1
% 34.54/34.85  Current number of rules: 870
% 34.54/34.85  New rule produced : [961] leq(one addition A,star(A) addition B) -> true
% 34.54/34.85  Current number of equations to process: 4685
% 34.54/34.85  Current number of ordered equations: 0
% 34.54/34.85  Current number of rules: 871
% 34.54/34.85  New rule produced :
% 34.54/34.85  [962] leq(A addition B,star(A) addition B addition C) -> true
% 34.68/35.05  Current number of equations to process: 4702
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 872
% 34.68/35.05  New rule produced :
% 34.68/35.05  [963]
% 34.68/35.05  leq(multiplication(A,B) addition C,multiplication(A,star(B)) addition C) ->
% 34.68/35.05  true
% 34.68/35.05  Current number of equations to process: 4700
% 34.68/35.05  Current number of ordered equations: 1
% 34.68/35.05  Current number of rules: 873
% 34.68/35.05  New rule produced :
% 34.68/35.05  [964]
% 34.68/35.05  leq(multiplication(A,B) addition A,multiplication(A,star(B)) addition C) ->
% 34.68/35.05  true
% 34.68/35.05  Current number of equations to process: 4700
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 874
% 34.68/35.05  New rule produced :
% 34.68/35.05  [965] leq(one addition A addition B,star(A) addition B addition C) -> true
% 34.68/35.05  Current number of equations to process: 4698
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 875
% 34.68/35.05  New rule produced :
% 34.68/35.05  [966]
% 34.68/35.05  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,
% 34.68/35.05                                                      star(V_3))) -> true
% 34.68/35.05  Rule
% 34.68/35.05  [951]
% 34.68/35.05  leq(A addition B,multiplication(A,star(C)) addition multiplication(B,star(C)))
% 34.68/35.05  -> true collapsed.
% 34.68/35.05  Current number of equations to process: 4696
% 34.68/35.05  Current number of ordered equations: 1
% 34.68/35.05  Current number of rules: 875
% 34.68/35.05  New rule produced :
% 34.68/35.05  [967]
% 34.68/35.05  leq(A addition B,multiplication(multiplication(A,star(C)),star(V_3)) addition B)
% 34.68/35.05  -> true
% 34.68/35.05  Current number of equations to process: 4696
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 876
% 34.68/35.05  New rule produced :
% 34.68/35.05  [968]
% 34.68/35.05  leq(A addition B,multiplication(strong_iteration(C),B) addition multiplication(A,
% 34.68/35.05                                                                  star(V_3)))
% 34.68/35.05  -> true
% 34.68/35.05  Current number of equations to process: 4692
% 34.68/35.05  Current number of ordered equations: 2
% 34.68/35.05  Current number of rules: 877
% 34.68/35.05  New rule produced :
% 34.68/35.05  [969]
% 34.68/35.05  leq(A addition B,multiplication(strong_iteration(C),multiplication(A,
% 34.68/35.05                                                      star(V_3))) addition B)
% 34.68/35.05  -> true
% 34.68/35.05  Current number of equations to process: 4692
% 34.68/35.05  Current number of ordered equations: 1
% 34.68/35.05  Current number of rules: 878
% 34.68/35.05  New rule produced :
% 34.68/35.05  [970]
% 34.68/35.05  leq(strong_iteration(A) addition star(B),multiplication(strong_iteration(A),
% 34.68/35.05                                           star(B)) addition C) -> true
% 34.68/35.05  Current number of equations to process: 4692
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 879
% 34.68/35.05  New rule produced :
% 34.68/35.05  [971]
% 34.68/35.05  one addition multiplication(multiplication(star(A),star(B)),star(C)) ->
% 34.68/35.05  multiplication(multiplication(star(A),star(B)),star(C))
% 34.68/35.05  Current number of equations to process: 4691
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 880
% 34.68/35.05  New rule produced :
% 34.68/35.05  [972]
% 34.68/35.05  one addition multiplication(strong_iteration(A),multiplication(star(B),
% 34.68/35.05                                                  star(C))) ->
% 34.68/35.05  multiplication(strong_iteration(A),multiplication(star(B),star(C)))
% 34.68/35.05  Current number of equations to process: 4690
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 881
% 34.68/35.05  New rule produced :
% 34.68/35.05  [973]
% 34.68/35.05  one addition multiplication(multiplication(star(A),star(B)),strong_iteration(C))
% 34.68/35.05  -> multiplication(multiplication(star(A),star(B)),strong_iteration(C))
% 34.68/35.05  Current number of equations to process: 4688
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 882
% 34.68/35.05  New rule produced :
% 34.68/35.05  [974]
% 34.68/35.05  one addition multiplication(star(A),multiplication(star(B),star(C))) ->
% 34.68/35.05  multiplication(star(A),multiplication(star(B),star(C)))
% 34.68/35.05  Current number of equations to process: 4687
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 883
% 34.68/35.05  New rule produced :
% 34.68/35.05  [975]
% 34.68/35.05  one addition multiplication(multiplication(strong_iteration(A),star(B)),
% 34.68/35.05               star(C)) ->
% 34.68/35.05  multiplication(multiplication(strong_iteration(A),star(B)),star(C))
% 34.68/35.05  Current number of equations to process: 4682
% 34.68/35.05  Current number of ordered equations: 0
% 34.68/35.05  Current number of rules: 884
% 34.68/35.05  New rule produced :
% 34.68/35.05  [976]
% 34.68/35.05  one addition multiplication(strong_iteration(A),multiplication(strong_iteration(B),
% 34.68/35.05                                                  star(C))) ->
% 34.68/35.05  multiplication(strong_iteration(A),multiplication(strong_iteration(B),
% 34.68/35.05                                     star(C)))
% 34.68/35.05  Current number of equations to process: 4681
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 885
% 36.93/37.23  New rule produced :
% 36.93/37.23  [977]
% 36.93/37.23  one addition multiplication(multiplication(strong_iteration(A),star(B)),
% 36.93/37.23               strong_iteration(C)) ->
% 36.93/37.23  multiplication(multiplication(strong_iteration(A),star(B)),strong_iteration(C))
% 36.93/37.23  Current number of equations to process: 4679
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 886
% 36.93/37.23  New rule produced :
% 36.93/37.23  [978]
% 36.93/37.23  one addition multiplication(star(A),multiplication(strong_iteration(B),
% 36.93/37.23                                      star(C))) ->
% 36.93/37.23  multiplication(star(A),multiplication(strong_iteration(B),star(C)))
% 36.93/37.23  Current number of equations to process: 4678
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 887
% 36.93/37.23  New rule produced :
% 36.93/37.23  [979]
% 36.93/37.23  strong_iteration(A) addition multiplication(multiplication(star(A),star(B)),B)
% 36.93/37.23  -> strong_iteration(A) addition multiplication(star(A),star(B))
% 36.93/37.23  Current number of equations to process: 4673
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 888
% 36.93/37.23  New rule produced :
% 36.93/37.23  [980]
% 36.93/37.23  leq(A addition B,multiplication(A,strong_iteration(C)) addition multiplication(B,
% 36.93/37.23                                                                  star(V_3)))
% 36.93/37.23  -> true
% 36.93/37.23  Current number of equations to process: 4779
% 36.93/37.23  Current number of ordered equations: 1
% 36.93/37.23  Current number of rules: 889
% 36.93/37.23  New rule produced :
% 36.93/37.23  [981]
% 36.93/37.23  leq(A addition B,multiplication(multiplication(A,star(C)),strong_iteration(V_3)) addition B)
% 36.93/37.23  -> true
% 36.93/37.23  Current number of equations to process: 4779
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 890
% 36.93/37.23  New rule produced :
% 36.93/37.23  [982]
% 36.93/37.23  leq(A addition B,multiplication(star(C),B) addition multiplication(A,
% 36.93/37.23                                                      star(V_3))) -> true
% 36.93/37.23  Current number of equations to process: 4776
% 36.93/37.23  Current number of ordered equations: 2
% 36.93/37.23  Current number of rules: 891
% 36.93/37.23  New rule produced :
% 36.93/37.23  [983]
% 36.93/37.23  leq(A addition B,multiplication(star(C),multiplication(A,star(V_3))) addition B)
% 36.93/37.23  -> true
% 36.93/37.23  Current number of equations to process: 4776
% 36.93/37.23  Current number of ordered equations: 1
% 36.93/37.23  Current number of rules: 892
% 36.93/37.23  New rule produced :
% 36.93/37.23  [984]
% 36.93/37.23  leq(star(A) addition star(B),multiplication(star(B),star(A)) addition C) ->
% 36.93/37.23  true
% 36.93/37.23  Current number of equations to process: 4776
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 893
% 36.93/37.23  New rule produced :
% 36.93/37.23  [985]
% 36.93/37.23  leq(multiplication(A,zero) addition B,multiplication(B,star(C)) addition A)
% 36.93/37.23  -> true
% 36.93/37.23  Current number of equations to process: 4835
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 894
% 36.93/37.23  New rule produced :
% 36.93/37.23  [986]
% 36.93/37.23  multiplication(sK1_goals_X1,star(sK2_goals_X0)) addition multiplication(sK2_goals_X0,sK1_goals_X1)
% 36.93/37.23  -> multiplication(sK1_goals_X1,star(sK2_goals_X0))
% 36.93/37.23  Current number of equations to process: 4866
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 895
% 36.93/37.23  New rule produced :
% 36.93/37.23  [987]
% 36.93/37.23  star(multiplication(sK1_goals_X1,sK2_goals_X0)) addition multiplication(sK2_goals_X0,sK1_goals_X1)
% 36.93/37.23  -> star(multiplication(sK1_goals_X1,sK2_goals_X0))
% 36.93/37.23  Current number of equations to process: 4873
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 896
% 36.93/37.23  New rule produced :
% 36.93/37.23  [988]
% 36.93/37.23  leq(multiplication(A,zero) addition B,star(A) addition multiplication(B,
% 36.93/37.23                                                         star(C))) -> true
% 36.93/37.23  Current number of equations to process: 4888
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 897
% 36.93/37.23  New rule produced :
% 36.93/37.23  [989]
% 36.93/37.23  leq(multiplication(A,zero) addition B,strong_iteration(A) addition multiplication(B,
% 36.93/37.23                                                                     star(C)))
% 36.93/37.23  -> true
% 36.93/37.23  Current number of equations to process: 4887
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 898
% 36.93/37.23  New rule produced :
% 36.93/37.23  [990]
% 36.93/37.23  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(A,B),
% 36.93/37.23                                            multiplication(C,star(V_3)))) ->
% 36.93/37.23  true
% 36.93/37.23  Current number of equations to process: 4886
% 36.93/37.23  Current number of ordered equations: 0
% 36.93/37.23  Current number of rules: 899
% 36.93/37.23  New rule produced :
% 36.93/37.23  [991]
% 36.93/37.23  leq(multiplication(A,multiplication(B,C)),multiplication(A,multiplication(B,
% 36.93/37.23                                                             multiplication(C,
% 37.02/37.39                                                             star(V_3))))) ->
% 37.02/37.39  true
% 37.02/37.39  Current number of equations to process: 4885
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 900
% 37.02/37.39  New rule produced :
% 37.02/37.39  [992]
% 37.02/37.39  leq(multiplication(multiplication(A,B),C),multiplication(A,multiplication(
% 37.02/37.39                                                             multiplication(B,C),
% 37.02/37.39                                                             star(V_3)))) ->
% 37.02/37.39  true
% 37.02/37.39  Current number of equations to process: 4884
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 901
% 37.02/37.39  New rule produced :
% 37.02/37.39  [993]
% 37.02/37.39  leq(multiplication(multiplication(A,B),C),multiplication(A,multiplication(B,
% 37.02/37.39                                                             multiplication(C,
% 37.02/37.39                                                             star(V_3))))) ->
% 37.02/37.39  true
% 37.02/37.39  Current number of equations to process: 4883
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 902
% 37.02/37.39  New rule produced :
% 37.02/37.39  [994]
% 37.02/37.39  leq(multiplication(A,B) addition A addition C,multiplication(A,star(B)) addition C)
% 37.02/37.39  -> true
% 37.02/37.39  Current number of equations to process: 4882
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 903
% 37.02/37.39  New rule produced :
% 37.02/37.39  [995]
% 37.02/37.39  leq(multiplication(A,B) addition C,multiplication(A,multiplication(B,
% 37.02/37.39                                                      star(V_3))) addition C)
% 37.02/37.39  -> true
% 37.02/37.39  Current number of equations to process: 4880
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 904
% 37.02/37.39  New rule produced :
% 37.02/37.39  [996]
% 37.02/37.39  leq(multiplication(A,B) addition C,multiplication(A,star(B)) addition C addition V_3)
% 37.02/37.39  -> true
% 37.02/37.39  Current number of equations to process: 4878
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 905
% 37.02/37.39  New rule produced :
% 37.02/37.39  [997]
% 37.02/37.39  leq(multiplication(A,strong_iteration(A)) addition B,multiplication(strong_iteration(A),
% 37.02/37.39                                                       star(C)) addition B) ->
% 37.02/37.39  true
% 37.02/37.39  Current number of equations to process: 4877
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 906
% 37.02/37.39  New rule produced :
% 37.02/37.39  [998]
% 37.02/37.39  leq(star(A),one addition multiplication(multiplication(star(A),A),star(B)) addition C)
% 37.02/37.39  -> true
% 37.02/37.39  Current number of equations to process: 4875
% 37.02/37.39  Current number of ordered equations: 1
% 37.02/37.39  Current number of rules: 907
% 37.02/37.39  New rule produced :
% 37.02/37.39  [999]
% 37.02/37.39  leq(multiplication(star(A),A) addition B,star(A) addition multiplication(B,
% 37.02/37.39                                                            star(C))) -> true
% 37.02/37.39  Current number of equations to process: 4875
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 908
% 37.02/37.39  New rule produced :
% 37.02/37.39  [1000]
% 37.02/37.39  leq(star(A),one addition multiplication(multiplication(A,star(A)),star(B)) addition C)
% 37.02/37.39  -> true
% 37.02/37.39  Current number of equations to process: 4873
% 37.02/37.39  Current number of ordered equations: 1
% 37.02/37.39  Current number of rules: 909
% 37.02/37.39  New rule produced :
% 37.02/37.39  [1001]
% 37.02/37.39  leq(multiplication(A,star(A)) addition B,star(A) addition multiplication(B,
% 37.02/37.39                                                            star(C))) -> true
% 37.02/37.39  Current number of equations to process: 4873
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 910
% 37.02/37.39  New rule produced :
% 37.02/37.39  [1002]
% 37.02/37.39  leq(strong_iteration(A),one addition multiplication(multiplication(A,
% 37.02/37.39                                                      strong_iteration(A)),
% 37.02/37.39                                       star(B)) addition C) -> true
% 37.02/37.39  Current number of equations to process: 4869
% 37.02/37.39  Current number of ordered equations: 1
% 37.02/37.39  Current number of rules: 911
% 37.02/37.39  New rule produced :
% 37.02/37.39  [1003]
% 37.02/37.39  leq(multiplication(A,strong_iteration(A)) addition B,strong_iteration(A) addition 
% 37.02/37.39                                                       multiplication(B,
% 37.02/37.39                                                       star(C))) -> true
% 37.02/37.39  Current number of equations to process: 4869
% 37.02/37.39  Current number of ordered equations: 0
% 37.02/37.39  Current number of rules: 912
% 37.02/37.39  New rule produced :
% 37.02/37.39  [1004]
% 37.02/37.39  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition 
% 37.02/37.39                                                           multiplication(A,
% 37.02/37.39                                                           star(B))) -> true
% 39.23/39.55  Current number of equations to process: 4868
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 913
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1005]
% 39.23/39.55  leq(multiplication(A,zero) addition B,multiplication(A,C) addition multiplication(B,
% 39.23/39.55                                                                     star(V_3)))
% 39.23/39.55  -> true
% 39.23/39.55  Current number of equations to process: 4867
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 914
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1006]
% 39.23/39.55  leq(multiplication(A,star(A)) addition B,multiplication(star(A),star(C)) addition B)
% 39.23/39.55  -> true
% 39.23/39.55  Current number of equations to process: 4866
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 915
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1007]
% 39.23/39.55  leq(multiplication(star(A),A) addition B,multiplication(star(A),star(C)) addition B)
% 39.23/39.55  -> true
% 39.23/39.55  Current number of equations to process: 4865
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 916
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1008]
% 39.23/39.55  leq(multiplication(A,zero) addition B,multiplication(B,star(C)) addition A addition V_3)
% 39.23/39.55  -> true
% 39.23/39.55  Current number of equations to process: 4864
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 917
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1009]
% 39.23/39.55  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition 
% 39.23/39.55                                                   multiplication(A,star(B)))
% 39.23/39.55  -> true
% 39.23/39.55  Current number of equations to process: 4863
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 918
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1010]
% 39.23/39.55  leq(one addition A,multiplication(star(B),star(C)) addition multiplication(A,
% 39.23/39.55                                                              star(V_3))) ->
% 39.23/39.55  true
% 39.23/39.55  Current number of equations to process: 4862
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 919
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1011]
% 39.23/39.55  leq(one addition A,multiplication(strong_iteration(B),star(C)) addition 
% 39.23/39.55                     multiplication(A,star(V_3))) -> true
% 39.23/39.55  Current number of equations to process: 4861
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 920
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1012]
% 39.23/39.55  leq(multiplication(star(one),multiplication(sK2_goals_X0,sK1_goals_X1)),
% 39.23/39.55  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),star(A))) -> true
% 39.23/39.55  Current number of equations to process: 4891
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 921
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1013]
% 39.23/39.55  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),star(one)),
% 39.23/39.55  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),star(A))) -> true
% 39.23/39.55  Current number of equations to process: 4892
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 922
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1014]
% 39.23/39.55  leq(multiplication(sK2_goals_X0,zero),multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 39.23/39.55                                        star(A))) -> true
% 39.23/39.55  Current number of equations to process: 4911
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 923
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1015]
% 39.23/39.55  leq(multiplication(sK2_goals_X0,zero),multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 39.23/39.55                                        star(A)) addition B) -> true
% 39.23/39.55  Current number of equations to process: 4924
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 924
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1016]
% 39.23/39.55  strong_iteration(strong_iteration(A)) addition multiplication(A,strong_iteration(
% 39.23/39.55                                                                  strong_iteration(A)))
% 39.23/39.55  -> strong_iteration(strong_iteration(A)) addition A
% 39.23/39.55  Current number of equations to process: 4985
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 925
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1017]
% 39.23/39.55  multiplication(multiplication(A,B),strong_iteration(B)) addition multiplication(A,
% 39.23/39.55                                                                   strong_iteration(B))
% 39.23/39.55  -> multiplication(A,strong_iteration(B))
% 39.23/39.55  Current number of equations to process: 4984
% 39.23/39.55  Current number of ordered equations: 0
% 39.23/39.55  Current number of rules: 926
% 39.23/39.55  New rule produced :
% 39.23/39.55  [1018]
% 39.23/39.55  leq(multiplication(multiplication(A,B),strong_iteration(B)),multiplication(A,
% 39.23/39.55                                                              strong_iteration(B)))
% 42.11/42.42  -> true
% 42.11/42.42  Current number of equations to process: 1593
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 927
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1019]
% 42.11/42.42  strong_iteration(star(A)) addition multiplication(A,strong_iteration(star(A)))
% 42.11/42.42  -> strong_iteration(star(A)) addition A
% 42.11/42.42  Current number of equations to process: 1592
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 928
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1020]
% 42.11/42.42  multiplication(multiplication(A,B),zero) addition multiplication(A,strong_iteration(B))
% 42.11/42.42  -> multiplication(A,strong_iteration(B))
% 42.11/42.42  Current number of equations to process: 1591
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 929
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1021]
% 42.11/42.42  multiplication(A,strong_iteration(B)) addition multiplication(A,B) ->
% 42.11/42.42  multiplication(A,strong_iteration(B))
% 42.11/42.42  Current number of equations to process: 1649
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 930
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1022]
% 42.11/42.42  leq(multiplication(multiplication(A,B),zero),multiplication(A,strong_iteration(B)))
% 42.11/42.42  -> true
% 42.11/42.42  Current number of equations to process: 1658
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 931
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1023]
% 42.11/42.42  leq(multiplication(multiplication(A,B),zero),multiplication(A,strong_iteration(B)) addition C)
% 42.11/42.42  -> true
% 42.11/42.42  Current number of equations to process: 1748
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 932
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1024]
% 42.11/42.42  leq(multiplication(multiplication(A,B),zero) addition A,multiplication(A,
% 42.11/42.42                                                          strong_iteration(B)))
% 42.11/42.42  -> true
% 42.11/42.42  Current number of equations to process: 1747
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 933
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1025]
% 42.11/42.42  multiplication(multiplication(A,B),star(B)) addition multiplication(A,
% 42.11/42.42                                                       strong_iteration(B)) ->
% 42.11/42.42  multiplication(A,strong_iteration(B))
% 42.11/42.42  Current number of equations to process: 1745
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 934
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1026]
% 42.11/42.42  leq(multiplication(multiplication(A,B),strong_iteration(B)),multiplication(A,
% 42.11/42.42                                                              strong_iteration(B)) addition C)
% 42.11/42.42  -> true
% 42.11/42.42  Current number of equations to process: 1744
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 935
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1027]
% 42.11/42.42  leq(multiplication(star(multiplication(A,star(A))),A),star(multiplication(A,
% 42.11/42.42                                                             star(A)))) -> true
% 42.11/42.42  Current number of equations to process: 1793
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 936
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1028]
% 42.11/42.42  leq(multiplication(star(multiplication(star(A),A)),A),star(multiplication(
% 42.11/42.42                                                             star(A),A))) ->
% 42.11/42.42  true
% 42.11/42.42  Current number of equations to process: 1792
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 937
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1029]
% 42.11/42.42  strong_iteration(A) addition multiplication(multiplication(star(A),B),
% 42.11/42.42                               strong_iteration(B)) ->
% 42.11/42.42  strong_iteration(A) addition multiplication(star(A),strong_iteration(B))
% 42.11/42.42  Current number of equations to process: 1791
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 938
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1030]
% 42.11/42.42  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(
% 42.11/42.42                                                           multiplication(sK1_goals_X1,sK2_goals_X0),
% 42.11/42.42                                                           star(B)) addition A)
% 42.11/42.42  -> true
% 42.11/42.42  Current number of equations to process: 1790
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 939
% 42.11/42.42  New rule produced :
% 42.11/42.42  [1031]
% 42.11/42.42  leq(multiplication(A,B),multiplication(A,multiplication(B,strong_iteration(C))))
% 42.11/42.42  -> true
% 42.11/42.42  Current number of equations to process: 1899
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 940
% 42.11/42.42  New rule produced : [1032] leq(A,strong_iteration(A)) -> true
% 42.11/42.42  Current number of equations to process: 1910
% 42.11/42.42  Current number of ordered equations: 0
% 42.11/42.42  Current number of rules: 941
% 42.11/42.42  New rule produced : [1033] leq(A,strong_iteration(A) addition B) -> true
% 43.43/43.73  Current number of equations to process: 1909
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 942
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1034]
% 43.43/43.73  leq(A,multiplication(multiplication(A,strong_iteration(B)),star(C))) -> true
% 43.43/43.73  Current number of equations to process: 1909
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 943
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1035]
% 43.43/43.73  leq(A,multiplication(strong_iteration(B),multiplication(A,strong_iteration(C))))
% 43.43/43.73  -> true
% 43.43/43.73  Current number of equations to process: 1908
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 944
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1036]
% 43.43/43.73  leq(A,multiplication(multiplication(A,strong_iteration(B)),star(C)) addition V_3)
% 43.43/43.73  -> true
% 43.43/43.73  Current number of equations to process: 1907
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 945
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1037]
% 43.43/43.73  leq(A,multiplication(strong_iteration(B),multiplication(A,strong_iteration(C))) addition V_3)
% 43.43/43.73  -> true
% 43.43/43.73  Current number of equations to process: 1906
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 946
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1038]
% 43.43/43.73  leq(strong_iteration(A),multiplication(strong_iteration(strong_iteration(A)),B))
% 43.43/43.73  -> true
% 43.43/43.73  Current number of equations to process: 1906
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 947
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1039]
% 43.43/43.73  leq(A,multiplication(multiplication(A,strong_iteration(B)),strong_iteration(C)))
% 43.43/43.73  -> true
% 43.43/43.73  Current number of equations to process: 1913
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 948
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1040]
% 43.43/43.73  leq(A,multiplication(star(B),multiplication(A,strong_iteration(C)))) -> true
% 43.43/43.73  Current number of equations to process: 1912
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 949
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1041]
% 43.43/43.73  leq(A,multiplication(multiplication(A,strong_iteration(B)),strong_iteration(C)) addition V_3)
% 43.43/43.73  -> true
% 43.43/43.73  Current number of equations to process: 1911
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 950
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1042]
% 43.43/43.73  leq(A,multiplication(star(B),multiplication(A,strong_iteration(C))) addition V_3)
% 43.43/43.73  -> true
% 43.43/43.73  Current number of equations to process: 1910
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 951
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1043] leq(multiplication(A,B),multiplication(A,strong_iteration(B))) -> true
% 43.43/43.73  Current number of equations to process: 1911
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 952
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1044]
% 43.43/43.73  leq(multiplication(A,B),multiplication(A,strong_iteration(B)) addition C) ->
% 43.43/43.73  true
% 43.43/43.73  Current number of equations to process: 1910
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 953
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1045]
% 43.43/43.73  leq(multiplication(A,B),multiplication(A,multiplication(B,strong_iteration(C))) addition V_3)
% 43.43/43.73  -> true
% 43.43/43.73  Current number of equations to process: 1931
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 954
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1046]
% 43.43/43.73  multiplication(A,multiplication(star(B),strong_iteration(C))) addition A ->
% 43.43/43.73  multiplication(A,multiplication(star(B),strong_iteration(C)))
% 43.43/43.73  Current number of equations to process: 1930
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 955
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1047]
% 43.43/43.73  multiplication(multiplication(star(A),strong_iteration(B)),C) addition C ->
% 43.43/43.73  multiplication(multiplication(star(A),strong_iteration(B)),C)
% 43.43/43.73  Current number of equations to process: 1929
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 956
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1048] leq(strong_iteration(A),strong_iteration(star(B))) -> true
% 43.43/43.73  Current number of equations to process: 1950
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 957
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1049]
% 43.43/43.73  leq(one addition multiplication(star(A),zero),multiplication(star(A),
% 43.43/43.73                                                strong_iteration(B))) -> true
% 43.43/43.73  Current number of equations to process: 1989
% 43.43/43.73  Current number of ordered equations: 0
% 43.43/43.73  Current number of rules: 958
% 43.43/43.73  New rule produced :
% 43.43/43.73  [1050]
% 43.43/43.73  multiplication(A,multiplication(strong_iteration(B),strong_iteration(C))) addition A
% 43.43/43.73  -> multiplication(A,multiplication(strong_iteration(B),strong_iteration(C)))
% 45.73/46.07  Current number of equations to process: 1988
% 45.73/46.07  Current number of ordered equations: 0
% 45.73/46.07  Current number of rules: 959
% 45.73/46.07  New rule produced :
% 45.73/46.07  [1051]
% 45.73/46.07  multiplication(multiplication(strong_iteration(A),strong_iteration(B)),C) addition C
% 45.73/46.07  -> multiplication(multiplication(strong_iteration(A),strong_iteration(B)),C)
% 45.73/46.07  Current number of equations to process: 1987
% 45.73/46.07  Current number of ordered equations: 0
% 45.73/46.07  Current number of rules: 960
% 45.73/46.07  New rule produced :
% 45.73/46.07  [1052] leq(strong_iteration(A),strong_iteration(strong_iteration(B))) -> true
% 45.73/46.07  Current number of equations to process: 2008
% 45.73/46.07  Current number of ordered equations: 0
% 45.73/46.07  Current number of rules: 961
% 45.73/46.07  New rule produced :
% 45.73/46.07  [1053]
% 45.73/46.07  multiplication(A,multiplication(star(A),zero)) ->
% 45.73/46.07  multiplication(star(A),zero)
% 45.73/46.07  Rule
% 45.73/46.07  [486]
% 45.73/46.07  ifeq(leq(multiplication(A,multiplication(star(A),zero)),multiplication(
% 45.73/46.07                                                          star(A),zero)),true,true,true)
% 45.73/46.07  -> true collapsed.
% 45.73/46.07  Current number of equations to process: 2027
% 45.73/46.07  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 961
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1054]
% 45.73/46.08  multiplication(multiplication(A,B),multiplication(star(B),zero)) ->
% 45.73/46.08  multiplication(A,multiplication(star(B),zero))
% 45.73/46.08  Rule
% 45.73/46.08  [734]
% 45.73/46.08  multiplication(multiplication(star(A),A),multiplication(star(A),zero)) ->
% 45.73/46.08  multiplication(star(A),multiplication(star(A),zero)) collapsed.
% 45.73/46.08  Current number of equations to process: 2028
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 961
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1055]
% 45.73/46.08  multiplication(star(A),zero) addition multiplication(A,star(A)) ->
% 45.73/46.08  multiplication(A,star(A))
% 45.73/46.08  Rule
% 45.73/46.08  [815]
% 45.73/46.08  leq(multiplication(star(A),zero) addition multiplication(A,star(A)),star(A))
% 45.73/46.08  -> true collapsed.
% 45.73/46.08  Current number of equations to process: 2107
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 961
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1056]
% 45.73/46.08  leq(multiplication(star(A),zero),multiplication(multiplication(A,star(A)),B))
% 45.73/46.08  -> true
% 45.73/46.08  Current number of equations to process: 2106
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 962
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1057]
% 45.73/46.08  leq(one addition multiplication(strong_iteration(A),zero),multiplication(
% 45.73/46.08                                                            strong_iteration(A),
% 45.73/46.08                                                            strong_iteration(B)))
% 45.73/46.08  -> true
% 45.73/46.08  Current number of equations to process: 2105
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 963
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1058]
% 45.73/46.08  star(multiplication(A,star(A))) addition multiplication(star(A),zero) ->
% 45.73/46.08  star(multiplication(A,star(A)))
% 45.73/46.08  Current number of equations to process: 2104
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 964
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1059]
% 45.73/46.08  strong_iteration(multiplication(A,star(A))) addition multiplication(star(A),zero)
% 45.73/46.08  -> strong_iteration(multiplication(A,star(A)))
% 45.73/46.08  Current number of equations to process: 2103
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 965
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1060]
% 45.73/46.08  multiplication(star(A),B) addition multiplication(A,multiplication(star(A),B))
% 45.73/46.08  -> multiplication(star(A),B)
% 45.73/46.08  Current number of equations to process: 2101
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 966
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1061]
% 45.73/46.08  leq(multiplication(star(A),B),multiplication(strong_iteration(A),B)) -> true
% 45.73/46.08  Current number of equations to process: 2110
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 967
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1062]
% 45.73/46.08  leq(multiplication(A,multiplication(star(A),B)),multiplication(star(A),B)) ->
% 45.73/46.08  true
% 45.73/46.08  Current number of equations to process: 2175
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 968
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1063]
% 45.73/46.08  multiplication(star(A),multiplication(star(star(A)),B)) ->
% 45.73/46.08  multiplication(star(star(A)),B)
% 45.73/46.08  Current number of equations to process: 2241
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 969
% 45.73/46.08  New rule produced :
% 45.73/46.08  [1064]
% 45.73/46.08  multiplication(strong_iteration(A),multiplication(star(strong_iteration(A)),B))
% 45.73/46.08  -> multiplication(star(strong_iteration(A)),B)
% 45.73/46.08  Current number of equations to process: 2240
% 45.73/46.08  Current number of ordered equations: 0
% 45.73/46.08  Current number of rules: 970
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1065] leq(multiplication(A,zero),multiplication(star(A),B)) -> true
% 48.44/48.73  Current number of equations to process: 2247
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 971
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1066]
% 48.44/48.73  leq(multiplication(A,zero),multiplication(star(A),B) addition C) -> true
% 48.44/48.73  Current number of equations to process: 2250
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 972
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1067]
% 48.44/48.73  leq(multiplication(A,zero) addition B,multiplication(star(A),B)) -> true
% 48.44/48.73  Current number of equations to process: 2315
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 973
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1068]
% 48.44/48.73  multiplication(star(multiplication(A,B)),C) addition multiplication(A,zero)
% 48.44/48.73  -> multiplication(star(multiplication(A,B)),C)
% 48.44/48.73  Current number of equations to process: 2364
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 974
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1069]
% 48.44/48.73  strong_iteration(A) addition star(multiplication(A,strong_iteration(A))) ->
% 48.44/48.73  star(multiplication(A,strong_iteration(A)))
% 48.44/48.73  Current number of equations to process: 2379
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 975
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1070]
% 48.44/48.73  multiplication(star(multiplication(A,strong_iteration(A))),star(A)) ->
% 48.44/48.73  star(multiplication(A,strong_iteration(A)))
% 48.44/48.73  Current number of equations to process: 2380
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 976
% 48.44/48.73  New rule produced : [1071] leq(one addition A,strong_iteration(A)) -> true
% 48.44/48.73  Current number of equations to process: 2437
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 977
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1072] leq(one addition A addition B,strong_iteration(A) addition B) -> true
% 48.44/48.73  Current number of equations to process: 2437
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 978
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1073]
% 48.44/48.73  leq(strong_iteration(A) addition strong_iteration(B),multiplication(strong_iteration(B),
% 48.44/48.73                                                       strong_iteration(A))) ->
% 48.44/48.73  true
% 48.44/48.73  Current number of equations to process: 2436
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 979
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1074]
% 48.44/48.73  leq(star(A),one addition multiplication(multiplication(A,star(A)),strong_iteration(B)))
% 48.44/48.73  -> true
% 48.44/48.73  Current number of equations to process: 2435
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 980
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1075]
% 48.44/48.73  leq(star(A),one addition multiplication(multiplication(star(A),A),strong_iteration(B)))
% 48.44/48.73  -> true
% 48.44/48.73  Current number of equations to process: 2434
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 981
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1076]
% 48.44/48.73  leq(strong_iteration(A),one addition multiplication(multiplication(A,
% 48.44/48.73                                                      strong_iteration(A)),
% 48.44/48.73                                       strong_iteration(B))) -> true
% 48.44/48.73  Current number of equations to process: 2433
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 982
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1077]
% 48.44/48.73  leq(strong_iteration(A) addition star(B),multiplication(star(B),strong_iteration(A)))
% 48.44/48.73  -> true
% 48.44/48.73  Current number of equations to process: 2467
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 983
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1078] leq(star(A) addition B,strong_iteration(B) addition star(A)) -> true
% 48.44/48.73  Current number of equations to process: 2477
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 984
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1079]
% 48.44/48.73  leq(strong_iteration(A) addition B,strong_iteration(A) addition strong_iteration(B))
% 48.44/48.73  -> true
% 48.44/48.73  Current number of equations to process: 2476
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 985
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1080]
% 48.44/48.73  leq(multiplication(A,B) addition A,multiplication(A,strong_iteration(B))) ->
% 48.44/48.73  true
% 48.44/48.73  Current number of equations to process: 2491
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 986
% 48.44/48.73  New rule produced :
% 48.44/48.73  [1081]
% 48.44/48.73  leq(star(multiplication(A,star(A))),multiplication(strong_iteration(star(A)),B))
% 48.44/48.73  -> true
% 48.44/48.73  Current number of equations to process: 2517
% 48.44/48.73  Current number of ordered equations: 0
% 48.44/48.73  Current number of rules: 987
% 48.44/48.73  New rule produced :
% 48.91/49.23  [1082]
% 48.91/49.23  leq(multiplication(star(star(A)),zero),star(multiplication(A,star(A)))) ->
% 48.91/49.23  true
% 48.91/49.23  Current number of equations to process: 2519
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 988
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1083]
% 48.91/49.23  leq(multiplication(star(A),zero),star(multiplication(A,star(A)))) -> true
% 48.91/49.23  Current number of equations to process: 2523
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 989
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1084] leq(star(A),star(multiplication(A,star(A)))) -> true
% 48.91/49.23  Current number of equations to process: 2526
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 990
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1085] leq(star(A),star(multiplication(A,star(A))) addition B) -> true
% 48.91/49.23  Current number of equations to process: 2527
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 991
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1086]
% 48.91/49.23  ifeq(leq(star(multiplication(A,star(A))),star(A)),true,true,true) -> true
% 48.91/49.23  Current number of equations to process: 2534
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 992
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1087]
% 48.91/49.23  leq(multiplication(star(A),zero),star(multiplication(A,star(A))) addition B)
% 48.91/49.23  -> true
% 48.91/49.23  Current number of equations to process: 2533
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 993
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1088]
% 48.91/49.23  leq(star(A) addition B,star(multiplication(A,star(A))) addition B) -> true
% 48.91/49.23  Current number of equations to process: 2532
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 994
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1089]
% 48.91/49.23  leq(strong_iteration(multiplication(A,star(A))),multiplication(strong_iteration(
% 48.91/49.23                                                                 star(A)),B))
% 48.91/49.23  -> true
% 48.91/49.23  Current number of equations to process: 2546
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 995
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1090]
% 48.91/49.23  leq(multiplication(star(star(A)),zero),strong_iteration(multiplication(A,
% 48.91/49.23                                                          star(A)))) -> true
% 48.91/49.23  Current number of equations to process: 2546
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 996
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1091]
% 48.91/49.23  strong_iteration(multiplication(A,star(A))) addition star(A) ->
% 48.91/49.23  strong_iteration(multiplication(A,star(A)))
% 48.91/49.23  Current number of equations to process: 2549
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 997
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1092]
% 48.91/49.23  leq(multiplication(star(A),zero),strong_iteration(multiplication(A,star(A))))
% 48.91/49.23  -> true
% 48.91/49.23  Current number of equations to process: 2550
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 998
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1093] leq(star(A),strong_iteration(multiplication(A,star(A)))) -> true
% 48.91/49.23  Current number of equations to process: 2556
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 999
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1094]
% 48.91/49.23  leq(star(A),strong_iteration(multiplication(A,star(A))) addition B) -> true
% 48.91/49.23  Current number of equations to process: 2557
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 1000
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1095]
% 48.91/49.23  ifeq(leq(strong_iteration(multiplication(A,star(A))),star(A)),true,true,true)
% 48.91/49.23  -> true
% 48.91/49.23  Current number of equations to process: 2560
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 1001
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1096]
% 48.91/49.23  leq(multiplication(star(A),zero),strong_iteration(multiplication(A,star(A))) addition B)
% 48.91/49.23  -> true
% 48.91/49.23  Current number of equations to process: 2559
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 1002
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1097]
% 48.91/49.23  leq(star(A) addition B,strong_iteration(multiplication(A,star(A))) addition B)
% 48.91/49.23  -> true
% 48.91/49.23  Current number of equations to process: 2558
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 1003
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1098]
% 48.91/49.23  leq(A addition B,multiplication(A,strong_iteration(C)) addition multiplication(B,
% 48.91/49.23                                                                  strong_iteration(C)))
% 48.91/49.23  -> true
% 48.91/49.23  Current number of equations to process: 2557
% 48.91/49.23  Current number of ordered equations: 0
% 48.91/49.23  Current number of rules: 1004
% 48.91/49.23  New rule produced :
% 48.91/49.23  [1099]
% 48.91/49.23  ifeq(leq(multiplication(star(A),zero),multiplication(A,star(A))),true,true,true)
% 48.91/49.23  -> true
% 48.91/49.23  Current number of equations to process: 2556
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1005
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1100]
% 49.13/49.44  leq(multiplication(star(A),zero),multiplication(multiplication(A,star(A)),B) addition C)
% 49.13/49.44  -> true
% 49.13/49.44  Current number of equations to process: 2555
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1006
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1101]
% 49.13/49.44  multiplication(strong_iteration(A),multiplication(star(multiplication(A,
% 49.13/49.44                                                         strong_iteration(A))),B))
% 49.13/49.44  -> multiplication(star(multiplication(A,strong_iteration(A))),B)
% 49.13/49.44  Current number of equations to process: 2554
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1007
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1102]
% 49.13/49.44  leq(multiplication(A,multiplication(star(A),B)),multiplication(star(A),B) addition C)
% 49.13/49.44  -> true
% 49.13/49.44  Current number of equations to process: 2553
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1008
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1103]
% 49.13/49.44  multiplication(star(A),multiplication(star(multiplication(A,star(A))),B)) ->
% 49.13/49.44  multiplication(star(multiplication(A,star(A))),B)
% 49.13/49.44  Current number of equations to process: 2552
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1009
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1104]
% 49.13/49.44  multiplication(star(A),multiplication(star(multiplication(star(A),A)),B)) ->
% 49.13/49.44  multiplication(star(multiplication(star(A),A)),B)
% 49.13/49.44  Current number of equations to process: 2551
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1010
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1105]
% 49.13/49.44  multiplication(star(multiplication(A,strong_iteration(A))),multiplication(
% 49.13/49.44                                                             strong_iteration(A),B))
% 49.13/49.44  -> multiplication(star(multiplication(A,strong_iteration(A))),B)
% 49.13/49.44  Current number of equations to process: 2548
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1011
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1106]
% 49.13/49.44  leq(multiplication(multiplication(A,strong_iteration(B)),zero) addition A,
% 49.13/49.44  multiplication(A,strong_iteration(B))) -> true
% 49.13/49.44  Current number of equations to process: 2544
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1012
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1107]
% 49.13/49.44  multiplication(star(A),star(star(multiplication(A,star(A))))) ->
% 49.13/49.44  star(star(multiplication(A,star(A)))) addition star(A)
% 49.13/49.44  Current number of equations to process: 2543
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1013
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1108]
% 49.13/49.44  multiplication(multiplication(A,star(B)),star(multiplication(B,star(B)))) ->
% 49.13/49.44  multiplication(A,star(multiplication(B,star(B))))
% 49.13/49.44  Current number of equations to process: 2541
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1014
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1109]
% 49.13/49.44  multiplication(star(A),strong_iteration(star(multiplication(A,star(A))))) ->
% 49.13/49.44  strong_iteration(star(multiplication(A,star(A)))) addition star(A)
% 49.13/49.44  Current number of equations to process: 2540
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1015
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1110]
% 49.13/49.44  multiplication(star(A),star(strong_iteration(multiplication(A,star(A))))) ->
% 49.13/49.44  star(strong_iteration(multiplication(A,star(A)))) addition star(A)
% 49.13/49.44  Current number of equations to process: 2539
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1016
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1111]
% 49.13/49.44  multiplication(star(A),multiplication(strong_iteration(multiplication(A,
% 49.13/49.44                                                         star(A))),B)) ->
% 49.13/49.44  multiplication(strong_iteration(multiplication(A,star(A))),B)
% 49.13/49.44  Current number of equations to process: 2538
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1017
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1112]
% 49.13/49.44  multiplication(multiplication(A,star(B)),strong_iteration(multiplication(B,
% 49.13/49.44                                                            star(B)))) ->
% 49.13/49.44  multiplication(A,strong_iteration(multiplication(B,star(B))))
% 49.13/49.44  Current number of equations to process: 2537
% 49.13/49.44  Current number of ordered equations: 0
% 49.13/49.44  Current number of rules: 1018
% 49.13/49.44  New rule produced :
% 49.13/49.44  [1113]
% 49.13/49.44  multiplication(star(A),strong_iteration(strong_iteration(multiplication(A,
% 49.13/49.44                                                           star(A))))) ->
% 49.13/49.44  strong_iteration(strong_iteration(multiplication(A,star(A)))) addition 
% 50.23/50.55  star(A)
% 50.23/50.55  Current number of equations to process: 2534
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1019
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1114] leq(A addition B,strong_iteration(A) addition B) -> true
% 50.23/50.55  Rule
% 50.23/50.55  [1078] leq(star(A) addition B,strong_iteration(B) addition star(A)) -> true
% 50.23/50.55  collapsed.
% 50.23/50.55  Rule
% 50.23/50.55  [1079]
% 50.23/50.55  leq(strong_iteration(A) addition B,strong_iteration(A) addition strong_iteration(B))
% 50.23/50.55  -> true collapsed.
% 50.23/50.55  Current number of equations to process: 2656
% 50.23/50.55  Current number of ordered equations: 1
% 50.23/50.55  Current number of rules: 1018
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1115] leq(one addition A,strong_iteration(A) addition B) -> true
% 50.23/50.55  Current number of equations to process: 2656
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1019
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1116] leq(A addition B,strong_iteration(A) addition B addition C) -> true
% 50.23/50.55  Current number of equations to process: 2655
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1020
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1117]
% 50.23/50.55  leq(one addition A addition B,strong_iteration(A) addition B addition C) ->
% 50.23/50.55  true
% 50.23/50.55  Current number of equations to process: 2655
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1021
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1118]
% 50.23/50.55  leq(A addition B,multiplication(multiplication(A,strong_iteration(C)),
% 50.23/50.55                   star(V_3)) addition B) -> true
% 50.23/50.55  Current number of equations to process: 2654
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1022
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1119]
% 50.23/50.55  leq(A addition B,multiplication(strong_iteration(C),B) addition multiplication(A,
% 50.23/50.55                                                                  strong_iteration(V_3)))
% 50.23/50.55  -> true
% 50.23/50.55  Current number of equations to process: 2651
% 50.23/50.55  Current number of ordered equations: 2
% 50.23/50.55  Current number of rules: 1023
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1120]
% 50.23/50.55  leq(A addition B,multiplication(strong_iteration(C),multiplication(A,
% 50.23/50.55                                                      strong_iteration(V_3))) addition B)
% 50.23/50.55  -> true
% 50.23/50.55  Current number of equations to process: 2651
% 50.23/50.55  Current number of ordered equations: 1
% 50.23/50.55  Current number of rules: 1024
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1121]
% 50.23/50.55  leq(strong_iteration(A) addition strong_iteration(B),multiplication(strong_iteration(B),
% 50.23/50.55                                                       strong_iteration(A)) addition C)
% 50.23/50.55  -> true
% 50.23/50.55  Current number of equations to process: 2651
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1025
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1122]
% 50.23/50.55  one addition multiplication(multiplication(star(A),strong_iteration(B)),
% 50.23/50.55               star(C)) ->
% 50.23/50.55  multiplication(multiplication(star(A),strong_iteration(B)),star(C))
% 50.23/50.55  Current number of equations to process: 2650
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1026
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1123]
% 50.23/50.55  one addition multiplication(strong_iteration(A),multiplication(star(B),
% 50.23/50.55                                                  strong_iteration(C))) ->
% 50.23/50.55  multiplication(strong_iteration(A),multiplication(star(B),strong_iteration(C)))
% 50.23/50.55  Current number of equations to process: 2649
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1027
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1124]
% 50.23/50.55  one addition multiplication(multiplication(star(A),strong_iteration(B)),
% 50.23/50.55               strong_iteration(C)) ->
% 50.23/50.55  multiplication(multiplication(star(A),strong_iteration(B)),strong_iteration(C))
% 50.23/50.55  Current number of equations to process: 2647
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1028
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1125]
% 50.23/50.55  one addition multiplication(star(A),multiplication(star(B),strong_iteration(C)))
% 50.23/50.55  -> multiplication(star(A),multiplication(star(B),strong_iteration(C)))
% 50.23/50.55  Current number of equations to process: 2646
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1029
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1126]
% 50.23/50.55  one addition multiplication(multiplication(strong_iteration(A),strong_iteration(B)),
% 50.23/50.55               star(C)) ->
% 50.23/50.55  multiplication(multiplication(strong_iteration(A),strong_iteration(B)),
% 50.23/50.55  star(C))
% 50.23/50.55  Current number of equations to process: 2639
% 50.23/50.55  Current number of ordered equations: 0
% 50.23/50.55  Current number of rules: 1030
% 50.23/50.55  New rule produced :
% 50.23/50.55  [1127]
% 50.23/50.55  one addition multiplication(strong_iteration(A),multiplication(strong_iteration(B),
% 52.53/52.87                                                  strong_iteration(C))) ->
% 52.53/52.87  multiplication(strong_iteration(A),multiplication(strong_iteration(B),
% 52.53/52.87                                     strong_iteration(C)))
% 52.53/52.87  Current number of equations to process: 2638
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1031
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1128]
% 52.53/52.87  one addition multiplication(multiplication(strong_iteration(A),strong_iteration(B)),
% 52.53/52.87               strong_iteration(C)) ->
% 52.53/52.87  multiplication(multiplication(strong_iteration(A),strong_iteration(B)),
% 52.53/52.87  strong_iteration(C))
% 52.53/52.87  Current number of equations to process: 2636
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1032
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1129]
% 52.53/52.87  one addition multiplication(star(A),multiplication(strong_iteration(B),
% 52.53/52.87                                      strong_iteration(C))) ->
% 52.53/52.87  multiplication(star(A),multiplication(strong_iteration(B),strong_iteration(C)))
% 52.53/52.87  Current number of equations to process: 2635
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1033
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1130]
% 52.53/52.87  multiplication(star(A),zero) addition multiplication(multiplication(A,
% 52.53/52.87                                                       star(A)),B) ->
% 52.53/52.87  multiplication(multiplication(A,star(A)),B)
% 52.53/52.87  Current number of equations to process: 2628
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1034
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1131]
% 52.53/52.87  multiplication(multiplication(A,multiplication(B,C)),multiplication(star(C),zero))
% 52.53/52.87  -> multiplication(multiplication(A,B),multiplication(star(C),zero))
% 52.53/52.87  Current number of equations to process: 2627
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1035
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1132]
% 52.53/52.87  strong_iteration(A) addition multiplication(B,multiplication(star(B),star(A)))
% 52.53/52.87  -> strong_iteration(A) addition multiplication(star(B),star(A))
% 52.53/52.87  Current number of equations to process: 2624
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1036
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1133]
% 52.53/52.87  multiplication(A,multiplication(star(A),multiplication(B,zero))) addition B
% 52.53/52.87  -> multiplication(star(A),multiplication(B,zero)) addition B
% 52.53/52.87  Current number of equations to process: 2623
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1037
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1134]
% 52.53/52.87  leq(A addition B,multiplication(A,strong_iteration(C)) addition multiplication(B,
% 52.53/52.87                                                                  strong_iteration(V_3)))
% 52.53/52.87  -> true
% 52.53/52.87  Rule
% 52.53/52.87  [1098]
% 52.53/52.87  leq(A addition B,multiplication(A,strong_iteration(C)) addition multiplication(B,
% 52.53/52.87                                                                  strong_iteration(C)))
% 52.53/52.87  -> true collapsed.
% 52.53/52.87  Current number of equations to process: 2723
% 52.53/52.87  Current number of ordered equations: 1
% 52.53/52.87  Current number of rules: 1037
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1135]
% 52.53/52.87  leq(A addition B,multiplication(multiplication(A,strong_iteration(C)),
% 52.53/52.87                   strong_iteration(V_3)) addition B) -> true
% 52.53/52.87  Current number of equations to process: 2723
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1038
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1136]
% 52.53/52.87  leq(A addition B,multiplication(star(C),B) addition multiplication(A,
% 52.53/52.87                                                      strong_iteration(V_3)))
% 52.53/52.87  -> true
% 52.53/52.87  Current number of equations to process: 2720
% 52.53/52.87  Current number of ordered equations: 2
% 52.53/52.87  Current number of rules: 1039
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1137]
% 52.53/52.87  leq(A addition B,multiplication(star(C),multiplication(A,strong_iteration(V_3))) addition B)
% 52.53/52.87  -> true
% 52.53/52.87  Current number of equations to process: 2720
% 52.53/52.87  Current number of ordered equations: 1
% 52.53/52.87  Current number of rules: 1040
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1138]
% 52.53/52.87  leq(strong_iteration(A) addition star(B),multiplication(star(B),strong_iteration(A)) addition C)
% 52.53/52.87  -> true
% 52.53/52.87  Current number of equations to process: 2720
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1041
% 52.53/52.87  New rule produced :
% 52.53/52.87  [1139]
% 52.53/52.87  leq(multiplication(A,zero) addition B,multiplication(B,strong_iteration(C)) addition A)
% 52.53/52.87  -> true
% 52.53/52.87  Current number of equations to process: 2781
% 52.53/52.87  Current number of ordered equations: 0
% 52.53/52.87  Current number of rules: 1042
% 52.53/52.87  New rule produced :
% 53.20/53.58  [1140]
% 53.20/53.58  leq(multiplication(A,B) addition C,multiplication(A,strong_iteration(B)) addition C)
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2827
% 53.20/53.58  Current number of ordered equations: 1
% 53.20/53.58  Current number of rules: 1043
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1141]
% 53.20/53.58  leq(multiplication(A,B) addition A,multiplication(A,strong_iteration(B)) addition C)
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2827
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1044
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1142]
% 53.20/53.58  strong_iteration(multiplication(sK1_goals_X1,sK2_goals_X0)) addition 
% 53.20/53.58  multiplication(sK2_goals_X0,sK1_goals_X1) ->
% 53.20/53.58  strong_iteration(multiplication(sK1_goals_X1,sK2_goals_X0))
% 53.20/53.58  Current number of equations to process: 2863
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1045
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1143]
% 53.20/53.58  leq(multiplication(A,zero) addition B,star(A) addition multiplication(B,
% 53.20/53.58                                                         strong_iteration(C)))
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2879
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1046
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1144]
% 53.20/53.58  leq(multiplication(A,zero) addition B,strong_iteration(A) addition multiplication(B,
% 53.20/53.58                                                                     strong_iteration(C)))
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2878
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1047
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1145]
% 53.20/53.58  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(A,B),
% 53.20/53.58                                            multiplication(C,strong_iteration(V_3))))
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2877
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1048
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1146]
% 53.20/53.58  leq(multiplication(A,multiplication(B,C)),multiplication(A,multiplication(B,
% 53.20/53.58                                                             multiplication(C,
% 53.20/53.58                                                             strong_iteration(V_3)))))
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2876
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1049
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1147]
% 53.20/53.58  leq(multiplication(multiplication(A,B),C),multiplication(A,multiplication(
% 53.20/53.58                                                             multiplication(B,C),
% 53.20/53.58                                                             strong_iteration(V_3))))
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2875
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1050
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1148]
% 53.20/53.58  leq(multiplication(multiplication(A,B),C),multiplication(A,multiplication(B,
% 53.20/53.58                                                             multiplication(C,
% 53.20/53.58                                                             strong_iteration(V_3)))))
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2874
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1051
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1149]
% 53.20/53.58  leq(one addition A,multiplication(star(B),strong_iteration(C)) addition 
% 53.20/53.58                     multiplication(A,star(V_3))) -> true
% 53.20/53.58  Current number of equations to process: 2873
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1052
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1150]
% 53.20/53.58  leq(one addition A,multiplication(strong_iteration(B),strong_iteration(C)) addition 
% 53.20/53.58                     multiplication(A,star(V_3))) -> true
% 53.20/53.58  Current number of equations to process: 2872
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1053
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1151]
% 53.20/53.58  leq(multiplication(A,zero) addition B addition C,multiplication(star(A),B) addition C)
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2871
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1054
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1152]
% 53.20/53.58  leq(multiplication(A,B) addition C,multiplication(A,multiplication(B,
% 53.20/53.58                                                      strong_iteration(V_3))) addition C)
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2870
% 53.20/53.58  Current number of ordered equations: 0
% 53.20/53.58  Current number of rules: 1055
% 53.20/53.58  New rule produced :
% 53.20/53.58  [1153]
% 53.20/53.58  leq(multiplication(A,B) addition A addition C,multiplication(A,strong_iteration(B)) addition C)
% 53.20/53.58  -> true
% 53.20/53.58  Current number of equations to process: 2867
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1056
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1154]
% 53.43/53.78  ifeq(leq(star(A),zero),true,leq(star(multiplication(A,star(A))),zero),true)
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2866
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1057
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1155]
% 53.43/53.78  leq(multiplication(star(A),zero) addition B,star(multiplication(A,star(A))) addition B)
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2865
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1058
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1156]
% 53.43/53.78  leq(star(A) addition B,star(multiplication(A,star(A))) addition B addition C)
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2864
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1059
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1157]
% 53.43/53.78  leq(multiplication(star(A),zero) addition B,strong_iteration(multiplication(A,
% 53.43/53.78                                                               star(A))) addition B)
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2863
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1060
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1158]
% 53.43/53.78  leq(multiplication(A,strong_iteration(A)) addition B,multiplication(strong_iteration(A),
% 53.43/53.78                                                       strong_iteration(C)) addition B)
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2862
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1061
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1159]
% 53.43/53.78  leq(star(A),one addition multiplication(multiplication(A,star(A)),strong_iteration(B)) addition C)
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2860
% 53.43/53.78  Current number of ordered equations: 1
% 53.43/53.78  Current number of rules: 1062
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1160]
% 53.43/53.78  leq(multiplication(A,star(A)) addition B,star(A) addition multiplication(B,
% 53.43/53.78                                                            strong_iteration(C)))
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2860
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1063
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1161]
% 53.43/53.78  leq(star(A),one addition multiplication(multiplication(star(A),A),strong_iteration(B)) addition C)
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2858
% 53.43/53.78  Current number of ordered equations: 1
% 53.43/53.78  Current number of rules: 1064
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1162]
% 53.43/53.78  leq(multiplication(star(A),A) addition B,star(A) addition multiplication(B,
% 53.43/53.78                                                            strong_iteration(C)))
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2858
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1065
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1163]
% 53.43/53.78  leq(strong_iteration(A),one addition multiplication(multiplication(A,
% 53.43/53.78                                                      strong_iteration(A)),
% 53.43/53.78                                       strong_iteration(B)) addition C) -> true
% 53.43/53.78  Current number of equations to process: 2856
% 53.43/53.78  Current number of ordered equations: 1
% 53.43/53.78  Current number of rules: 1066
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1164]
% 53.43/53.78  leq(multiplication(A,strong_iteration(A)) addition B,strong_iteration(A) addition 
% 53.43/53.78                                                       multiplication(B,
% 53.43/53.78                                                       strong_iteration(C))) ->
% 53.43/53.78  true
% 53.43/53.78  Current number of equations to process: 2856
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1067
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1165]
% 53.43/53.78  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition 
% 53.43/53.78                                                           multiplication(A,
% 53.43/53.78                                                           strong_iteration(B)))
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2855
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1068
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1166]
% 53.43/53.78  leq(multiplication(A,zero) addition B,multiplication(A,C) addition multiplication(B,
% 53.43/53.78                                                                     strong_iteration(V_3)))
% 53.43/53.78  -> true
% 53.43/53.78  Current number of equations to process: 2854
% 53.43/53.78  Current number of ordered equations: 0
% 53.43/53.78  Current number of rules: 1069
% 53.43/53.78  New rule produced :
% 53.43/53.78  [1167]
% 53.43/53.78  leq(multiplication(A,star(A)) addition B,multiplication(star(A),strong_iteration(C)) addition B)
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2853
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1070
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1168]
% 54.94/55.24  leq(multiplication(star(A),A) addition B,multiplication(star(A),strong_iteration(C)) addition B)
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2852
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1071
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1169]
% 54.94/55.24  leq(multiplication(A,zero) addition B,multiplication(B,strong_iteration(C)) addition A addition V_3)
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2851
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1072
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1170]
% 54.94/55.24  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition 
% 54.94/55.24                                                   multiplication(A,strong_iteration(B)))
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2850
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1073
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1171]
% 54.94/55.24  leq(one addition A,multiplication(star(B),star(C)) addition multiplication(A,
% 54.94/55.24                                                              strong_iteration(V_3)))
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2849
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1074
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1172]
% 54.94/55.24  leq(one addition A,multiplication(strong_iteration(B),star(C)) addition 
% 54.94/55.24                     multiplication(A,strong_iteration(V_3))) -> true
% 54.94/55.24  Current number of equations to process: 2848
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1075
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1173]
% 54.94/55.24  leq(multiplication(A,B) addition C,multiplication(A,strong_iteration(B)) addition C addition V_3)
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2847
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1076
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1174]
% 54.94/55.24  leq(one addition A,multiplication(star(B),strong_iteration(C)) addition 
% 54.94/55.24                     multiplication(A,strong_iteration(V_3))) -> true
% 54.94/55.24  Current number of equations to process: 2846
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1077
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1175]
% 54.94/55.24  leq(one addition A,multiplication(strong_iteration(B),strong_iteration(C)) addition 
% 54.94/55.24                     multiplication(A,strong_iteration(V_3))) -> true
% 54.94/55.24  Current number of equations to process: 2845
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1078
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1176]
% 54.94/55.24  leq(star(A) addition B,strong_iteration(multiplication(A,star(A))) addition B addition C)
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2844
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1079
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1177]
% 54.94/55.24  leq(multiplication(star(one),multiplication(sK2_goals_X0,sK1_goals_X1)),
% 54.94/55.24  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),strong_iteration(A)))
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2875
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1080
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1178]
% 54.94/55.24  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),star(one)),
% 54.94/55.24  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),strong_iteration(A)))
% 54.94/55.24  -> true
% 54.94/55.24  Current number of equations to process: 2876
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1081
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1179]
% 54.94/55.24  leq(multiplication(sK2_goals_X0,zero),multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 54.94/55.24                                        strong_iteration(A))) -> true
% 54.94/55.24  Current number of equations to process: 2895
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1082
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1180]
% 54.94/55.24  leq(multiplication(sK2_goals_X0,zero),multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 54.94/55.24                                        strong_iteration(A)) addition B) ->
% 54.94/55.24  true
% 54.94/55.24  Current number of equations to process: 2908
% 54.94/55.24  Current number of ordered equations: 0
% 54.94/55.24  Current number of rules: 1083
% 54.94/55.24  New rule produced :
% 54.94/55.24  [1181]
% 54.94/55.24  multiplication(sK1_goals_X1,strong_iteration(sK2_goals_X0)) addition 
% 54.94/55.24  multiplication(sK2_goals_X0,sK1_goals_X1) ->
% 54.94/55.24  multiplication(sK1_goals_X1,strong_iteration(sK2_goals_X0))
% 54.94/55.24  Current number of equations to process: 2921
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1084
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1182]
% 57.31/57.68  star(A) addition multiplication(multiplication(A,star(A)),A) -> star(A)
% 57.31/57.68  Current number of equations to process: 2936
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1085
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1183]
% 57.31/57.68  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(
% 57.31/57.68                                                           multiplication(sK1_goals_X1,sK2_goals_X0),
% 57.31/57.68                                                           strong_iteration(B)) addition A)
% 57.31/57.68  -> true
% 57.31/57.68  Current number of equations to process: 2961
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1086
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1184]
% 57.31/57.68  leq(A,multiplication(strong_iteration(multiplication(B,star(B))),multiplication(
% 57.31/57.68                                                                   star(B),A)))
% 57.31/57.68  -> true
% 57.31/57.68  Current number of equations to process: 3018
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1087
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1185]
% 57.31/57.68  multiplication(star(A),A) addition multiplication(A,star(A)) ->
% 57.31/57.68  multiplication(star(A),A)
% 57.31/57.68  Current number of equations to process: 3073
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1088
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1186]
% 57.31/57.68  leq(multiplication(A,B),multiplication(multiplication(star(C),A),B)) -> true
% 57.31/57.68  Current number of equations to process: 3106
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1089
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1187] leq(A,multiplication(strong_iteration(star(B)),zero)) -> true
% 57.31/57.68  Current number of equations to process: 3111
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1090
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1188] leq(star(A),star(multiplication(star(A),A))) -> true
% 57.31/57.68  Current number of equations to process: 3111
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1091
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1189]
% 57.31/57.68  leq(strong_iteration(A),star(multiplication(A,strong_iteration(A)))) -> true
% 57.31/57.68  Current number of equations to process: 3111
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1092
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1190] leq(A,multiplication(multiplication(star(B),A),star(C))) -> true
% 57.31/57.68  Current number of equations to process: 3116
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1093
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1191]
% 57.31/57.68  leq(A,multiplication(strong_iteration(B),multiplication(star(C),A))) -> true
% 57.31/57.68  Rule
% 57.31/57.68  [1184]
% 57.31/57.68  leq(A,multiplication(strong_iteration(multiplication(B,star(B))),multiplication(
% 57.31/57.68                                                                   star(B),A)))
% 57.31/57.68  -> true collapsed.
% 57.31/57.68  Current number of equations to process: 3115
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1093
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1192]
% 57.31/57.68  leq(A,multiplication(multiplication(star(B),A),star(C)) addition V_3) -> true
% 57.31/57.68  Current number of equations to process: 3114
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1094
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1193]
% 57.31/57.68  leq(A,multiplication(strong_iteration(B),multiplication(star(C),A)) addition V_3)
% 57.31/57.68  -> true
% 57.31/57.68  Current number of equations to process: 3113
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1095
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1194] leq(A,multiplication(strong_iteration(star(B)),C)) -> true
% 57.31/57.68  Rule [551] leq(one,multiplication(strong_iteration(star(A)),B)) -> true
% 57.31/57.68  collapsed.
% 57.31/57.68  Rule [913] leq(star(A),multiplication(strong_iteration(star(A)),B)) -> true
% 57.31/57.68  collapsed.
% 57.31/57.68  Rule [922] leq(A,multiplication(strong_iteration(star(A)),star(A))) -> true
% 57.31/57.68  collapsed.
% 57.31/57.68  Rule
% 57.31/57.68  [1081]
% 57.31/57.68  leq(star(multiplication(A,star(A))),multiplication(strong_iteration(star(A)),B))
% 57.31/57.68  -> true collapsed.
% 57.31/57.68  Rule
% 57.31/57.68  [1089]
% 57.31/57.68  leq(strong_iteration(multiplication(A,star(A))),multiplication(strong_iteration(
% 57.31/57.68                                                                 star(A)),B))
% 57.31/57.68  -> true collapsed.
% 57.31/57.68  Rule [1187] leq(A,multiplication(strong_iteration(star(B)),zero)) -> true
% 57.31/57.68  collapsed.
% 57.31/57.68  Current number of equations to process: 3113
% 57.31/57.68  Current number of ordered equations: 0
% 57.31/57.68  Current number of rules: 1090
% 57.31/57.68  New rule produced :
% 57.31/57.68  [1195]
% 57.31/57.68  leq(A,multiplication(multiplication(star(B),A),strong_iteration(C))) -> true
% 61.32/61.68  Current number of equations to process: 3120
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1091
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1196] leq(A,multiplication(star(B),multiplication(star(C),A))) -> true
% 61.32/61.68  Current number of equations to process: 3119
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1092
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1197]
% 61.32/61.68  leq(A,multiplication(multiplication(star(B),A),strong_iteration(C)) addition V_3)
% 61.32/61.68  -> true
% 61.32/61.68  Current number of equations to process: 3118
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1093
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1198]
% 61.32/61.68  leq(A,multiplication(star(B),multiplication(star(C),A)) addition V_3) -> true
% 61.32/61.68  Current number of equations to process: 3117
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1094
% 61.32/61.68  New rule produced : [1199] leq(A,strong_iteration(star(B))) -> true
% 61.32/61.68  Rule [910] leq(A,strong_iteration(star(A))) -> true collapsed.
% 61.32/61.68  Rule [926] leq(star(A),strong_iteration(star(B))) -> true collapsed.
% 61.32/61.68  Rule [1048] leq(strong_iteration(A),strong_iteration(star(B))) -> true
% 61.32/61.68  collapsed.
% 61.32/61.68  Current number of equations to process: 3117
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1092
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1200] leq(star(A),star(multiplication(star(A),A)) addition B) -> true
% 61.32/61.68  Current number of equations to process: 3117
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1093
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1201]
% 61.32/61.68  leq(strong_iteration(A),star(multiplication(A,strong_iteration(A))) addition B)
% 61.32/61.68  -> true
% 61.32/61.68  Current number of equations to process: 3117
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1094
% 61.32/61.68  Rule [733]
% 61.32/61.68       multiplication(multiplication(A,star(A)),multiplication(A,zero)) ->
% 61.32/61.68       multiplication(star(A),multiplication(A,zero)) is composed into 
% 61.32/61.68  [733]
% 61.32/61.68  multiplication(multiplication(A,star(A)),multiplication(A,zero)) ->
% 61.32/61.68  multiplication(star(A),zero)
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1202]
% 61.32/61.68  multiplication(star(A),multiplication(A,zero)) ->
% 61.32/61.68  multiplication(star(A),zero)
% 61.32/61.68  Rule
% 61.32/61.68  [870]
% 61.32/61.68  ifeq(leq(A,one),true,leq(multiplication(star(A),multiplication(A,zero)),one),true)
% 61.32/61.68  -> true collapsed.
% 61.32/61.68  Current number of equations to process: 3140
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1094
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1203]
% 61.32/61.68  leq(multiplication(A,B),multiplication(multiplication(star(C),A),B) addition V_3)
% 61.32/61.68  -> true
% 61.32/61.68  Current number of equations to process: 3168
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1095
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1204]
% 61.32/61.68  multiplication(star(A),multiplication(A,B)) addition multiplication(star(A),B)
% 61.32/61.68  -> multiplication(star(A),B)
% 61.32/61.68  Current number of equations to process: 3167
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1096
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1205]
% 61.32/61.68  leq(multiplication(star(A),multiplication(A,B)),multiplication(star(A),B)) ->
% 61.32/61.68  true
% 61.32/61.68  Current number of equations to process: 3244
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1097
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1206]
% 61.32/61.68  star(star(A)) addition multiplication(star(star(A)),A) ->
% 61.32/61.68  star(star(A)) addition A
% 61.32/61.68  Current number of equations to process: 3243
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1098
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1207]
% 61.32/61.68  multiplication(star(A),B) addition multiplication(A,B) ->
% 61.32/61.68  multiplication(star(A),B)
% 61.32/61.68  Current number of equations to process: 3303
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1099
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1208] leq(multiplication(A,B),multiplication(star(A),B)) -> true
% 61.32/61.68  Current number of equations to process: 3465
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1100
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1209] leq(multiplication(A,B),multiplication(star(A),B) addition C) -> true
% 61.32/61.68  Current number of equations to process: 3496
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1101
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1210]
% 61.32/61.68  leq(multiplication(star(one),star(A)),multiplication(star(B),strong_iteration(A)))
% 61.32/61.68  -> true
% 61.32/61.68  Current number of equations to process: 3530
% 61.32/61.68  Current number of ordered equations: 0
% 61.32/61.68  Current number of rules: 1102
% 61.32/61.68  New rule produced :
% 61.32/61.68  [1211]
% 61.32/61.68  leq(multiplication(star(A),star(one)),multiplication(star(B),strong_iteration(A)))
% 64.13/64.41  -> true
% 64.13/64.41  Current number of equations to process: 3533
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1103
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1212]
% 64.13/64.41  leq(multiplication(star(A),A),multiplication(star(B),strong_iteration(A))) ->
% 64.13/64.41  true
% 64.13/64.41  Current number of equations to process: 3546
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1104
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1213]
% 64.13/64.41  leq(multiplication(A,star(A)),multiplication(star(B),strong_iteration(A))) ->
% 64.13/64.41  true
% 64.13/64.41  Current number of equations to process: 3549
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1105
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1214]
% 64.13/64.41  star(multiplication(A,strong_iteration(A))) addition star(A) ->
% 64.13/64.41  star(multiplication(A,strong_iteration(A)))
% 64.13/64.41  Current number of equations to process: 3574
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1106
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1215]
% 64.13/64.41  leq(star(A) addition star(B),multiplication(star(A),strong_iteration(B))) ->
% 64.13/64.41  true
% 64.13/64.41  Current number of equations to process: 3579
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1107
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1216]
% 64.13/64.41  leq(multiplication(star(A),A),multiplication(star(B),strong_iteration(A)) addition C)
% 64.13/64.41  -> true
% 64.13/64.41  Current number of equations to process: 3635
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1108
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1217]
% 64.13/64.41  multiplication(star(A),strong_iteration(B)) addition multiplication(star(B),zero)
% 64.13/64.41  -> multiplication(star(A),strong_iteration(B))
% 64.13/64.41  Current number of equations to process: 3634
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1109
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1218]
% 64.13/64.41  leq(multiplication(A,star(A)),multiplication(star(B),strong_iteration(A)) addition C)
% 64.13/64.41  -> true
% 64.13/64.41  Current number of equations to process: 3633
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1110
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1219]
% 64.13/64.41  leq(star(A),one addition multiplication(star(B),multiplication(A,star(A))))
% 64.13/64.41  -> true
% 64.13/64.41  Current number of equations to process: 3632
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1111
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1220]
% 64.13/64.41  leq(star(A),one addition multiplication(star(B),multiplication(star(A),A)))
% 64.13/64.41  -> true
% 64.13/64.41  Current number of equations to process: 3631
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1112
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1221]
% 64.13/64.41  leq(strong_iteration(A),one addition multiplication(star(B),multiplication(A,
% 64.13/64.41                                                              strong_iteration(A))))
% 64.13/64.41  -> true
% 64.13/64.41  Current number of equations to process: 3630
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1113
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1222] leq(multiplication(A,B) addition B,multiplication(star(A),B)) -> true
% 64.13/64.41  Current number of equations to process: 3728
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1114
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1223]
% 64.13/64.41  leq(star(A) addition B,star(multiplication(star(A),A)) addition B) -> true
% 64.13/64.41  Current number of equations to process: 3727
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1115
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1224]
% 64.13/64.41  leq(strong_iteration(A) addition B,star(multiplication(A,strong_iteration(A))) addition B)
% 64.13/64.41  -> true
% 64.13/64.41  Current number of equations to process: 3726
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1116
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1225]
% 64.13/64.41  star(A) addition multiplication(A,star(multiplication(A,star(A)))) ->
% 64.13/64.41  star(multiplication(A,star(A)))
% 64.13/64.41  Current number of equations to process: 3725
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1117
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1226]
% 64.13/64.41  one addition multiplication(multiplication(A,star(A)),star(A)) ->
% 64.13/64.41  multiplication(star(A),star(A))
% 64.13/64.41  Current number of equations to process: 3746
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1118
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1227] leq(star(multiplication(A,star(A))),star(A)) -> true
% 64.13/64.41  Rule
% 64.13/64.41  [1086]
% 64.13/64.41  ifeq(leq(star(multiplication(A,star(A))),star(A)),true,true,true) -> true
% 64.13/64.41  collapsed.
% 64.13/64.41  Current number of equations to process: 3749
% 64.13/64.41  Current number of ordered equations: 0
% 64.13/64.41  Current number of rules: 1118
% 64.13/64.41  New rule produced :
% 64.13/64.41  [1228]
% 64.13/64.41  star(A) addition multiplication(A,strong_iteration(multiplication(A,star(A))))
% 64.82/65.11  -> strong_iteration(multiplication(A,star(A)))
% 64.82/65.11  Current number of equations to process: 3756
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1119
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1229]
% 64.82/65.11  leq(multiplication(star(star(A)),zero),star(multiplication(star(A),A))) ->
% 64.82/65.11  true
% 64.82/65.11  Current number of equations to process: 3805
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1120
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1230]
% 64.82/65.11  leq(multiplication(star(A),zero),star(multiplication(star(A),A))) -> true
% 64.82/65.11  Current number of equations to process: 3809
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1121
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1231]
% 64.82/65.11  ifeq(leq(star(multiplication(star(A),A)),star(A)),true,true,true) -> true
% 64.82/65.11  Current number of equations to process: 3819
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1122
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1232]
% 64.82/65.11  leq(multiplication(star(A),zero),star(multiplication(star(A),A)) addition B)
% 64.82/65.11  -> true
% 64.82/65.11  Current number of equations to process: 3818
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1123
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1233]
% 64.82/65.11  star(A) addition multiplication(star(multiplication(star(A),A)),A) ->
% 64.82/65.11  star(multiplication(star(A),A))
% 64.82/65.11  Current number of equations to process: 3817
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1124
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1234]
% 64.82/65.11  leq(multiplication(star(star(A)),zero),strong_iteration(multiplication(
% 64.82/65.11                                                          star(A),A))) -> true
% 64.82/65.11  Current number of equations to process: 3831
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1125
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1235]
% 64.82/65.11  strong_iteration(multiplication(star(A),A)) addition star(A) ->
% 64.82/65.11  strong_iteration(multiplication(star(A),A))
% 64.82/65.11  Current number of equations to process: 3834
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1126
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1236]
% 64.82/65.11  leq(multiplication(star(A),zero),strong_iteration(multiplication(star(A),A)))
% 64.82/65.11  -> true
% 64.82/65.11  Current number of equations to process: 3835
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1127
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1237] leq(star(A),strong_iteration(multiplication(star(A),A))) -> true
% 64.82/65.11  Current number of equations to process: 3841
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1128
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1238]
% 64.82/65.11  leq(star(A),strong_iteration(multiplication(star(A),A)) addition B) -> true
% 64.82/65.11  Current number of equations to process: 3842
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1129
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1239]
% 64.82/65.11  ifeq(leq(strong_iteration(multiplication(star(A),A)),star(A)),true,true,true)
% 64.82/65.11  -> true
% 64.82/65.11  Current number of equations to process: 3846
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1130
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1240]
% 64.82/65.11  leq(multiplication(star(A),zero),strong_iteration(multiplication(star(A),A)) addition B)
% 64.82/65.11  -> true
% 64.82/65.11  Current number of equations to process: 3845
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1131
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1241]
% 64.82/65.11  leq(star(A) addition B,strong_iteration(multiplication(star(A),A)) addition B)
% 64.82/65.11  -> true
% 64.82/65.11  Current number of equations to process: 3844
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1132
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1242]
% 64.82/65.11  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B))
% 64.82/65.11  -> true
% 64.82/65.11  Current number of equations to process: 3843
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1133
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1243]
% 64.82/65.11  leq(multiplication(star(A),multiplication(A,B)),multiplication(star(A),B) addition C)
% 64.82/65.11  -> true
% 64.82/65.11  Current number of equations to process: 3842
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1134
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1244]
% 64.82/65.11  multiplication(star(star(multiplication(A,star(A)))),star(A)) ->
% 64.82/65.11  star(star(multiplication(A,star(A)))) addition star(A)
% 64.82/65.11  Current number of equations to process: 3841
% 64.82/65.11  Current number of ordered equations: 0
% 64.82/65.11  Current number of rules: 1135
% 64.82/65.11  New rule produced :
% 64.82/65.11  [1245]
% 64.82/65.11  multiplication(star(star(multiplication(star(A),A))),star(A)) ->
% 64.82/65.11  star(star(multiplication(star(A),A))) addition star(A)
% 64.82/65.11  Current number of equations to process: 3840
% 64.82/65.11  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1136
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1246]
% 65.03/65.38  multiplication(star(star(multiplication(A,strong_iteration(A)))),strong_iteration(A))
% 65.03/65.38  ->
% 65.03/65.38  strong_iteration(A) addition star(star(multiplication(A,strong_iteration(A))))
% 65.03/65.38  Current number of equations to process: 3839
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1137
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1247]
% 65.03/65.38  leq(multiplication(star(one),star(A)),multiplication(star(B),strong_iteration(A)) addition C)
% 65.03/65.38  -> true
% 65.03/65.38  Current number of equations to process: 3838
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1138
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1248]
% 65.03/65.38  leq(multiplication(star(A),star(one)),multiplication(star(B),strong_iteration(A)) addition C)
% 65.03/65.38  -> true
% 65.03/65.38  Current number of equations to process: 3837
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1139
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1249]
% 65.03/65.38  leq(star(A) addition multiplication(star(B),zero),multiplication(star(B),
% 65.03/65.38                                                    strong_iteration(A))) ->
% 65.03/65.38  true
% 65.03/65.38  Current number of equations to process: 3836
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1140
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1250]
% 65.03/65.38  leq(star(A) addition star(B),multiplication(star(A),strong_iteration(B)) addition C)
% 65.03/65.38  -> true
% 65.03/65.38  Current number of equations to process: 3834
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1141
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1251]
% 65.03/65.38  multiplication(multiplication(star(A),A),multiplication(star(A),B)) <->
% 65.03/65.38  multiplication(multiplication(multiplication(A,star(A)),star(A)),B)
% 65.03/65.38  Current number of equations to process: 3832
% 65.03/65.38  Current number of ordered equations: 1
% 65.03/65.38  Current number of rules: 1142
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1252]
% 65.03/65.38  multiplication(multiplication(multiplication(A,star(A)),star(A)),B) <->
% 65.03/65.38  multiplication(multiplication(star(A),A),multiplication(star(A),B))
% 65.03/65.38  Current number of equations to process: 3832
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1143
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1253]
% 65.03/65.38  multiplication(A,multiplication(multiplication(B,star(B)),star(B))) <->
% 65.03/65.38  multiplication(multiplication(A,star(B)),multiplication(B,star(B)))
% 65.03/65.38  Current number of equations to process: 3831
% 65.03/65.38  Current number of ordered equations: 1
% 65.03/65.38  Current number of rules: 1144
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1254]
% 65.03/65.38  multiplication(multiplication(A,star(B)),multiplication(B,star(B))) <->
% 65.03/65.38  multiplication(A,multiplication(multiplication(B,star(B)),star(B)))
% 65.03/65.38  Current number of equations to process: 3831
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1145
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1255]
% 65.03/65.38  multiplication(multiplication(A,star(A)),multiplication(star(A),B)) <->
% 65.03/65.38  multiplication(multiplication(star(A),multiplication(A,star(A))),B)
% 65.03/65.38  Current number of equations to process: 3826
% 65.03/65.38  Current number of ordered equations: 1
% 65.03/65.38  Current number of rules: 1146
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1256]
% 65.03/65.38  multiplication(multiplication(star(A),multiplication(A,star(A))),B) <->
% 65.03/65.38  multiplication(multiplication(A,star(A)),multiplication(star(A),B))
% 65.03/65.38  Current number of equations to process: 3826
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1147
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1257]
% 65.03/65.38  multiplication(A,multiplication(star(B),multiplication(B,star(B)))) <->
% 65.03/65.38  multiplication(multiplication(A,B),multiplication(star(B),star(B)))
% 65.03/65.38  Current number of equations to process: 3825
% 65.03/65.38  Current number of ordered equations: 1
% 65.03/65.38  Current number of rules: 1148
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1258]
% 65.03/65.38  multiplication(multiplication(A,B),multiplication(star(B),star(B))) <->
% 65.03/65.38  multiplication(A,multiplication(star(B),multiplication(B,star(B))))
% 65.03/65.38  Current number of equations to process: 3825
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1149
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1259]
% 65.03/65.38  multiplication(star(A),star(star(multiplication(star(A),A)))) ->
% 65.03/65.38  star(star(multiplication(star(A),A))) addition star(A)
% 65.03/65.38  Current number of equations to process: 3822
% 65.03/65.38  Current number of ordered equations: 0
% 65.03/65.38  Current number of rules: 1150
% 65.03/65.38  New rule produced :
% 65.03/65.38  [1260]
% 65.03/65.38  multiplication(multiplication(A,star(B)),star(multiplication(star(B),B))) ->
% 65.03/65.38  multiplication(A,star(multiplication(star(B),B)))
% 65.03/65.38  Current number of equations to process: 3821
% 65.03/65.38  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1151
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1261]
% 66.24/66.56  multiplication(star(A),strong_iteration(star(multiplication(star(A),A)))) ->
% 66.24/66.56  strong_iteration(star(multiplication(star(A),A))) addition star(A)
% 66.24/66.56  Current number of equations to process: 3820
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1152
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1262]
% 66.24/66.56  multiplication(star(A),star(strong_iteration(multiplication(star(A),A)))) ->
% 66.24/66.56  star(strong_iteration(multiplication(star(A),A))) addition star(A)
% 66.24/66.56  Current number of equations to process: 3819
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1153
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1263]
% 66.24/66.56  multiplication(star(A),multiplication(strong_iteration(multiplication(
% 66.24/66.56                                                         star(A),A)),B)) ->
% 66.24/66.56  multiplication(strong_iteration(multiplication(star(A),A)),B)
% 66.24/66.56  Current number of equations to process: 3818
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1154
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1264]
% 66.24/66.56  multiplication(multiplication(A,star(B)),strong_iteration(multiplication(
% 66.24/66.56                                                            star(B),B))) ->
% 66.24/66.56  multiplication(A,strong_iteration(multiplication(star(B),B)))
% 66.24/66.56  Current number of equations to process: 3817
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1155
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1265]
% 66.24/66.56  multiplication(star(A),strong_iteration(strong_iteration(multiplication(
% 66.24/66.56                                                           star(A),A)))) ->
% 66.24/66.56  strong_iteration(strong_iteration(multiplication(star(A),A))) addition 
% 66.24/66.56  star(A)
% 66.24/66.56  Current number of equations to process: 3814
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1156
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1266]
% 66.24/66.56  leq(multiplication(A,star(multiplication(A,star(A)))),star(multiplication(A,
% 66.24/66.56                                                             star(A)))) -> true
% 66.24/66.56  Current number of equations to process: 3933
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1157
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1267]
% 66.24/66.56  leq(multiplication(A,strong_iteration(multiplication(A,star(A)))),strong_iteration(
% 66.24/66.56                                                                    multiplication(A,
% 66.24/66.56                                                                    star(A))))
% 66.24/66.56  -> true
% 66.24/66.56  Current number of equations to process: 3932
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1158
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1268]
% 66.24/66.56  leq(multiplication(A,star(multiplication(star(A),A))),star(multiplication(
% 66.24/66.56                                                             star(A),A))) ->
% 66.24/66.56  true
% 66.24/66.56  Current number of equations to process: 3931
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1159
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1269]
% 66.24/66.56  leq(multiplication(A,strong_iteration(multiplication(star(A),A))),strong_iteration(
% 66.24/66.56                                                                    multiplication(
% 66.24/66.56                                                                    star(A),A)))
% 66.24/66.56  -> true
% 66.24/66.56  Current number of equations to process: 3930
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1160
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1270]
% 66.24/66.56  leq(A addition B,multiplication(multiplication(star(C),A),star(V_3)) addition B)
% 66.24/66.56  -> true
% 66.24/66.56  Current number of equations to process: 3929
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1161
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1271]
% 66.24/66.56  leq(A addition B,multiplication(strong_iteration(C),B) addition multiplication(
% 66.24/66.56                                                                  star(V_3),A))
% 66.24/66.56  -> true
% 66.24/66.56  Current number of equations to process: 3927
% 66.24/66.56  Current number of ordered equations: 1
% 66.24/66.56  Current number of rules: 1162
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1272]
% 66.24/66.56  leq(A addition B,multiplication(strong_iteration(C),multiplication(star(V_3),A)) addition B)
% 66.24/66.56  -> true
% 66.24/66.56  Current number of equations to process: 3927
% 66.24/66.56  Current number of ordered equations: 0
% 66.24/66.56  Current number of rules: 1163
% 66.24/66.56  New rule produced :
% 66.24/66.56  [1273]
% 66.24/66.56  strong_iteration(A) addition multiplication(star(B),multiplication(B,star(A)))
% 66.24/66.56  -> strong_iteration(A) addition multiplication(star(B),star(A))
% 66.24/66.56  Current number of equations to process: 3925
% 66.24/66.56  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1164
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1274]
% 69.83/70.16  multiplication(star(A),multiplication(A,multiplication(B,zero))) addition B
% 69.83/70.16  -> multiplication(star(A),multiplication(B,zero)) addition B
% 69.83/70.16  Current number of equations to process: 3924
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1165
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1275]
% 69.83/70.16  leq(multiplication(star(A),zero) addition B,multiplication(star(A),B) addition C)
% 69.83/70.16  -> true
% 69.83/70.16  Current number of equations to process: 4040
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1166
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1276]
% 69.83/70.16  leq(A addition B,multiplication(multiplication(star(C),A),strong_iteration(V_3)) addition B)
% 69.83/70.16  -> true
% 69.83/70.16  Current number of equations to process: 4039
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1167
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1277]
% 69.83/70.16  leq(A addition B,multiplication(star(C),B) addition multiplication(star(V_3),A))
% 69.83/70.16  -> true
% 69.83/70.16  Rule
% 69.83/70.16  [1242]
% 69.83/70.16  leq(A addition B,multiplication(star(C),A) addition multiplication(star(C),B))
% 69.83/70.16  -> true collapsed.
% 69.83/70.16  Current number of equations to process: 4037
% 69.83/70.16  Current number of ordered equations: 1
% 69.83/70.16  Current number of rules: 1167
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1278]
% 69.83/70.16  leq(A addition B,multiplication(star(C),multiplication(star(V_3),A)) addition B)
% 69.83/70.16  -> true
% 69.83/70.16  Current number of equations to process: 4037
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1168
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1279]
% 69.83/70.16  leq(multiplication(A,zero) addition B,multiplication(star(C),B) addition A)
% 69.83/70.16  -> true
% 69.83/70.16  Current number of equations to process: 4103
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1169
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1280]
% 69.83/70.16  leq(multiplication(A,B) addition C,multiplication(star(A),B) addition C) ->
% 69.83/70.16  true
% 69.83/70.16  Current number of equations to process: 4235
% 69.83/70.16  Current number of ordered equations: 1
% 69.83/70.16  Current number of rules: 1170
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1281]
% 69.83/70.16  leq(multiplication(A,B) addition B,multiplication(star(A),B) addition C) ->
% 69.83/70.16  true
% 69.83/70.16  Current number of equations to process: 4235
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1171
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1282]
% 69.83/70.16  leq(multiplication(A,zero) addition B,star(A) addition multiplication(
% 69.83/70.16                                                         star(C),B)) -> true
% 69.83/70.16  Current number of equations to process: 4234
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1172
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1283]
% 69.83/70.16  leq(multiplication(A,zero) addition B,strong_iteration(A) addition multiplication(
% 69.83/70.16                                                                     star(C),B))
% 69.83/70.16  -> true
% 69.83/70.16  Current number of equations to process: 4233
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1173
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1284]
% 69.83/70.16  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(
% 69.83/70.16                                                           star(V_3),A),
% 69.83/70.16                                            multiplication(B,C))) -> true
% 69.83/70.16  Current number of equations to process: 4232
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1174
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1285]
% 69.83/70.16  leq(multiplication(multiplication(A,B),C),multiplication(multiplication(
% 69.83/70.16                                                           multiplication(
% 69.83/70.16                                                           star(V_3),A),B),C))
% 69.83/70.16  -> true
% 69.83/70.16  Current number of equations to process: 4231
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1175
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1286]
% 69.83/70.16  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 69.83/70.16                                                           star(V_3),multiplication(A,B)),C))
% 69.83/70.16  -> true
% 69.83/70.16  Current number of equations to process: 4230
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1176
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1287]
% 69.83/70.16  leq(multiplication(A,multiplication(B,C)),multiplication(multiplication(
% 69.83/70.16                                                           multiplication(
% 69.83/70.16                                                           star(V_3),A),B),C))
% 69.83/70.16  -> true
% 69.83/70.16  Current number of equations to process: 4229
% 69.83/70.16  Current number of ordered equations: 0
% 69.83/70.16  Current number of rules: 1177
% 69.83/70.16  New rule produced :
% 69.83/70.16  [1288]
% 69.83/70.16  leq(star(A) addition star(B),strong_iteration(A) addition multiplication(
% 70.04/70.38                                                            star(C),strong_iteration(B)))
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4227
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1178
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1289]
% 70.04/70.38  leq(multiplication(A,B) addition C,multiplication(multiplication(star(V_3),A),B) addition C)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4226
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1179
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1290]
% 70.04/70.38  leq(strong_iteration(A) addition multiplication(star(B),star(A)),multiplication(
% 70.04/70.38                                                                   star(B),
% 70.04/70.38                                                                   strong_iteration(A)))
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4225
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1180
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1291]
% 70.04/70.38  leq(multiplication(A,B) addition B addition C,multiplication(star(A),B) addition C)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4223
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1181
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1292]
% 70.04/70.38  ifeq(leq(multiplication(multiplication(A,star(A)),star(A)),star(A)),true,true,true)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4221
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1182
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1293]
% 70.04/70.38  ifeq(leq(star(A),zero),true,leq(star(multiplication(star(A),A)),zero),true)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4220
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1183
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1294]
% 70.04/70.38  leq(multiplication(star(A),zero) addition B,star(multiplication(star(A),A)) addition B)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4219
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1184
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1295]
% 70.04/70.38  leq(star(A) addition B,star(multiplication(star(A),A)) addition B addition C)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4218
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1185
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1296]
% 70.04/70.38  leq(multiplication(star(A),zero) addition B,strong_iteration(multiplication(
% 70.04/70.38                                                               star(A),A)) addition B)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4217
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1186
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1297]
% 70.04/70.38  leq(star(A) addition B,strong_iteration(multiplication(star(A),A)) addition B addition C)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4216
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1187
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1298]
% 70.04/70.38  leq(star(A),one addition multiplication(star(B),multiplication(A,star(A))) addition C)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4214
% 70.04/70.38  Current number of ordered equations: 1
% 70.04/70.38  Current number of rules: 1188
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1299]
% 70.04/70.38  leq(multiplication(A,star(A)) addition B,star(A) addition multiplication(
% 70.04/70.38                                                            star(C),B)) -> true
% 70.04/70.38  Current number of equations to process: 4214
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1189
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1300]
% 70.04/70.38  leq(star(A),one addition multiplication(star(B),multiplication(star(A),A)) addition C)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4212
% 70.04/70.38  Current number of ordered equations: 1
% 70.04/70.38  Current number of rules: 1190
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1301]
% 70.04/70.38  leq(multiplication(star(A),A) addition B,star(A) addition multiplication(
% 70.04/70.38                                                            star(C),B)) -> true
% 70.04/70.38  Current number of equations to process: 4212
% 70.04/70.38  Current number of ordered equations: 0
% 70.04/70.38  Current number of rules: 1191
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1302]
% 70.04/70.38  leq(strong_iteration(A),one addition multiplication(star(B),multiplication(A,
% 70.04/70.38                                                              strong_iteration(A))) addition C)
% 70.04/70.38  -> true
% 70.04/70.38  Current number of equations to process: 4210
% 70.04/70.38  Current number of ordered equations: 1
% 70.04/70.38  Current number of rules: 1192
% 70.04/70.38  New rule produced :
% 70.04/70.38  [1303]
% 70.04/70.38  leq(multiplication(A,strong_iteration(A)) addition B,strong_iteration(A) addition 
% 70.04/70.38                                                       multiplication(star(C),B))
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4210
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1193
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1304]
% 70.34/70.63  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition 
% 70.34/70.63                                                           multiplication(
% 70.34/70.63                                                           star(B),A)) -> true
% 70.34/70.63  Current number of equations to process: 4209
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1194
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1305]
% 70.34/70.63  leq(multiplication(A,zero) addition B,multiplication(star(C),B) addition 
% 70.34/70.63                                        multiplication(A,V_3)) -> true
% 70.34/70.63  Current number of equations to process: 4208
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1195
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1306]
% 70.34/70.63  leq(multiplication(A,star(A)) addition B,multiplication(star(C),star(A)) addition B)
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4207
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1196
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1307]
% 70.34/70.63  leq(multiplication(star(A),A) addition B,multiplication(star(C),star(A)) addition B)
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4206
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1197
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1308]
% 70.34/70.63  leq(multiplication(A,strong_iteration(A)) addition B,multiplication(star(C),
% 70.34/70.63                                                       strong_iteration(A)) addition B)
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4205
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1198
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1309]
% 70.34/70.63  leq(multiplication(strong_iteration(A),zero) addition B,multiplication(
% 70.34/70.63                                                          star(C),strong_iteration(A)) addition B)
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4204
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1199
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1310]
% 70.34/70.63  leq(multiplication(A,zero) addition B,multiplication(star(C),B) addition A addition V_3)
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4203
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1200
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1311]
% 70.34/70.63  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition 
% 70.34/70.63                                                   multiplication(star(B),A))
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4202
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1201
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1312]
% 70.34/70.63  leq(one addition A,multiplication(star(B),star(C)) addition multiplication(
% 70.34/70.63                                                              star(V_3),A)) ->
% 70.34/70.63  true
% 70.34/70.63  Current number of equations to process: 4200
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1202
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1313]
% 70.34/70.63  leq(one addition A,multiplication(strong_iteration(B),star(C)) addition 
% 70.34/70.63                     multiplication(star(V_3),A)) -> true
% 70.34/70.63  Current number of equations to process: 4199
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1203
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1314]
% 70.34/70.63  leq(one addition A,multiplication(star(B),strong_iteration(C)) addition 
% 70.34/70.63                     multiplication(star(V_3),A)) -> true
% 70.34/70.63  Current number of equations to process: 4196
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1204
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1315]
% 70.34/70.63  leq(one addition A,multiplication(strong_iteration(B),strong_iteration(C)) addition 
% 70.34/70.63                     multiplication(star(V_3),A)) -> true
% 70.34/70.63  Current number of equations to process: 4195
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1205
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1316]
% 70.34/70.63  leq(strong_iteration(A) addition B,star(multiplication(A,strong_iteration(A))) addition B addition C)
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4194
% 70.34/70.63  Current number of ordered equations: 0
% 70.34/70.63  Current number of rules: 1206
% 70.34/70.63  New rule produced :
% 70.34/70.63  [1317]
% 70.34/70.63  leq(multiplication(A,B) addition C,multiplication(star(A),B) addition C addition V_3)
% 70.34/70.63  -> true
% 70.34/70.63  Current number of equations to process: 4193
% 70.34/70.63  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1207
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1318]
% 74.64/74.92  leq(multiplication(star(one),multiplication(sK2_goals_X0,sK1_goals_X1)),
% 74.64/74.92  multiplication(star(A),multiplication(sK1_goals_X1,sK2_goals_X0))) -> true
% 74.64/74.92  Current number of equations to process: 4223
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1208
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1319]
% 74.64/74.92  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),star(one)),
% 74.64/74.92  multiplication(star(A),multiplication(sK1_goals_X1,sK2_goals_X0))) -> true
% 74.64/74.92  Current number of equations to process: 4224
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1209
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1320]
% 74.64/74.92  leq(multiplication(sK2_goals_X0,zero),multiplication(star(A),multiplication(sK1_goals_X1,sK2_goals_X0)))
% 74.64/74.92  -> true
% 74.64/74.92  Current number of equations to process: 4241
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1210
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1321]
% 74.64/74.92  leq(multiplication(sK2_goals_X0,zero),multiplication(star(A),multiplication(sK1_goals_X1,sK2_goals_X0)) addition B)
% 74.64/74.92  -> true
% 74.64/74.92  Current number of equations to process: 4254
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1211
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1322]
% 74.64/74.92  multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(star(sK1_goals_X1),sK2_goals_X0)
% 74.64/74.92  -> multiplication(star(sK1_goals_X1),sK2_goals_X0)
% 74.64/74.92  Current number of equations to process: 4278
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1212
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1323]
% 74.64/74.92  multiplication(multiplication(star(A),B),C) addition multiplication(B,zero)
% 74.64/74.92  <-> multiplication(star(A),multiplication(B,C))
% 74.64/74.92  Current number of equations to process: 4312
% 74.64/74.92  Current number of ordered equations: 1
% 74.64/74.92  Current number of rules: 1213
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1324]
% 74.64/74.92  multiplication(star(A),multiplication(B,C)) <->
% 74.64/74.92  multiplication(multiplication(star(A),B),C) addition multiplication(B,zero)
% 74.64/74.92  Current number of equations to process: 4312
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1214
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1325]
% 74.64/74.92  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(
% 74.64/74.92                                                           star(B),multiplication(sK1_goals_X1,sK2_goals_X0)) addition A)
% 74.64/74.92  -> true
% 74.64/74.92  Current number of equations to process: 4311
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1215
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1326]
% 74.64/74.92  leq(multiplication(star(one),multiplication(A,zero)),multiplication(star(B),
% 74.64/74.92                                                       multiplication(A,C))) ->
% 74.64/74.92  true
% 74.64/74.92  Current number of equations to process: 4357
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1216
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1327]
% 74.64/74.92  multiplication(A,multiplication(strong_iteration(A),zero)) ->
% 74.64/74.92  multiplication(strong_iteration(A),zero)
% 74.64/74.92  Rule
% 74.64/74.92  [349]
% 74.64/74.92  star(A) addition multiplication(A,multiplication(strong_iteration(A),zero))
% 74.64/74.92  -> strong_iteration(A) collapsed.
% 74.64/74.92  Current number of equations to process: 4421
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1216
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1328]
% 74.64/74.92  multiplication(multiplication(A,B),multiplication(strong_iteration(B),zero))
% 74.64/74.92  -> multiplication(A,multiplication(strong_iteration(B),zero))
% 74.64/74.92  Current number of equations to process: 4422
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1217
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1329]
% 74.64/74.92  multiplication(strong_iteration(A),zero) addition multiplication(A,strong_iteration(A))
% 74.64/74.92  -> multiplication(A,strong_iteration(A))
% 74.64/74.92  Rule
% 74.64/74.92  [817]
% 74.64/74.92  leq(multiplication(strong_iteration(A),zero) addition multiplication(A,
% 74.64/74.92                                                        strong_iteration(A)),
% 74.64/74.92  strong_iteration(A)) -> true collapsed.
% 74.64/74.92  Current number of equations to process: 4497
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1217
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1330]
% 74.64/74.92  leq(multiplication(strong_iteration(A),zero),multiplication(multiplication(A,
% 74.64/74.92                                                              strong_iteration(A)),B))
% 74.64/74.92  -> true
% 74.64/74.92  Current number of equations to process: 4496
% 74.64/74.92  Current number of ordered equations: 0
% 74.64/74.92  Current number of rules: 1218
% 74.64/74.92  New rule produced :
% 74.64/74.92  [1331]
% 74.64/74.92  star(multiplication(A,strong_iteration(A))) addition multiplication(strong_iteration(A),zero)
% 78.15/78.43  -> star(multiplication(A,strong_iteration(A)))
% 78.15/78.43  Current number of equations to process: 4495
% 78.15/78.43  Current number of ordered equations: 0
% 78.15/78.43  Current number of rules: 1219
% 78.15/78.43  New rule produced :
% 78.15/78.43  [1332]
% 78.15/78.43  strong_iteration(multiplication(A,strong_iteration(A))) addition multiplication(
% 78.15/78.43                                                                   strong_iteration(A),zero)
% 78.15/78.43  -> strong_iteration(multiplication(A,strong_iteration(A)))
% 78.15/78.43  Current number of equations to process: 4494
% 78.15/78.43  Current number of ordered equations: 0
% 78.15/78.43  Current number of rules: 1220
% 78.15/78.43  New rule produced :
% 78.15/78.43  [1333]
% 78.15/78.43  multiplication(strong_iteration(A),B) addition multiplication(A,multiplication(
% 78.15/78.43                                                                  strong_iteration(A),B))
% 78.15/78.43  -> multiplication(strong_iteration(A),B)
% 78.15/78.43  Current number of equations to process: 4492
% 78.15/78.43  Current number of ordered equations: 0
% 78.15/78.43  Current number of rules: 1221
% 78.15/78.43  New rule produced :
% 78.15/78.43  [1334]
% 78.15/78.43  leq(multiplication(A,multiplication(strong_iteration(A),B)),multiplication(
% 78.15/78.44                                                              strong_iteration(A),B))
% 78.15/78.44  -> true
% 78.15/78.44  Current number of equations to process: 4560
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1222
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1335]
% 78.15/78.44  multiplication(strong_iteration(A),multiplication(strong_iteration(strong_iteration(A)),B))
% 78.15/78.44  -> multiplication(strong_iteration(strong_iteration(A)),B)
% 78.15/78.44  Current number of equations to process: 4624
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1223
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1336]
% 78.15/78.44  leq(multiplication(A,zero),multiplication(strong_iteration(A),B) addition C)
% 78.15/78.44  -> true
% 78.15/78.44  Current number of equations to process: 4634
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1224
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1337]
% 78.15/78.44  leq(multiplication(A,zero) addition B,multiplication(strong_iteration(A),B))
% 78.15/78.44  -> true
% 78.15/78.44  Current number of equations to process: 4699
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1225
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1338]
% 78.15/78.44  multiplication(star(A),multiplication(strong_iteration(star(A)),B)) ->
% 78.15/78.44  multiplication(strong_iteration(star(A)),B)
% 78.15/78.44  Current number of equations to process: 4794
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1226
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1339]
% 78.15/78.44  multiplication(strong_iteration(multiplication(A,B)),C) addition multiplication(A,zero)
% 78.15/78.44  -> multiplication(strong_iteration(multiplication(A,B)),C)
% 78.15/78.44  Current number of equations to process: 4825
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1227
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1340]
% 78.15/78.44  one addition multiplication(star(A),multiplication(star(A),A)) ->
% 78.15/78.44  multiplication(star(A),star(A))
% 78.15/78.44  Current number of equations to process: 4855
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1228
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1341]
% 78.15/78.44  multiplication(star(A),multiplication(A,strong_iteration(A))) <->
% 78.15/78.44  multiplication(star(A),multiplication(strong_iteration(A),A))
% 78.15/78.44  Current number of equations to process: 4875
% 78.15/78.44  Current number of ordered equations: 1
% 78.15/78.44  Current number of rules: 1229
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1342]
% 78.15/78.44  multiplication(star(A),multiplication(strong_iteration(A),A)) <->
% 78.15/78.44  multiplication(star(A),multiplication(A,strong_iteration(A)))
% 78.15/78.44  Current number of equations to process: 4875
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1230
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1343] leq(star(multiplication(star(A),A)),star(A)) -> true
% 78.15/78.44  Rule
% 78.15/78.44  [1231]
% 78.15/78.44  ifeq(leq(star(multiplication(star(A),A)),star(A)),true,true,true) -> true
% 78.15/78.44  collapsed.
% 78.15/78.44  Current number of equations to process: 4876
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1230
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1344]
% 78.15/78.44  leq(star(multiplication(A,strong_iteration(A))),multiplication(strong_iteration(
% 78.15/78.44                                                                 strong_iteration(A)),B))
% 78.15/78.44  -> true
% 78.15/78.44  Current number of equations to process: 4900
% 78.15/78.44  Current number of ordered equations: 0
% 78.15/78.44  Current number of rules: 1231
% 78.15/78.44  New rule produced :
% 78.15/78.44  [1345]
% 78.15/78.44  leq(multiplication(star(strong_iteration(A)),zero),star(multiplication(A,
% 78.15/78.44                                                          strong_iteration(A))))
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4902
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1232
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1346]
% 78.74/79.06  leq(multiplication(strong_iteration(A),zero),star(multiplication(A,strong_iteration(A))))
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4905
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1233
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1347]
% 78.74/79.06  ifeq(leq(star(multiplication(A,strong_iteration(A))),strong_iteration(A)),true,true,true)
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4916
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1234
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1348]
% 78.74/79.06  leq(multiplication(strong_iteration(A),zero),star(multiplication(A,strong_iteration(A))) addition B)
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4915
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1235
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1349]
% 78.74/79.06  leq(strong_iteration(multiplication(A,strong_iteration(A))),multiplication(
% 78.74/79.06                                                              strong_iteration(
% 78.74/79.06                                                              strong_iteration(A)),B))
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4929
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1236
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1350]
% 78.74/79.06  leq(multiplication(star(strong_iteration(A)),zero),strong_iteration(multiplication(A,
% 78.74/79.06                                                                      strong_iteration(A))))
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4929
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1237
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1351]
% 78.74/79.06  strong_iteration(multiplication(A,strong_iteration(A))) addition strong_iteration(A)
% 78.74/79.06  -> strong_iteration(multiplication(A,strong_iteration(A)))
% 78.74/79.06  Current number of equations to process: 4931
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1238
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1352]
% 78.74/79.06  leq(multiplication(strong_iteration(A),zero),strong_iteration(multiplication(A,
% 78.74/79.06                                                                strong_iteration(A))))
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4934
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1239
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1353]
% 78.74/79.06  strong_iteration(multiplication(A,strong_iteration(A))) addition star(A) ->
% 78.74/79.06  strong_iteration(multiplication(A,strong_iteration(A)))
% 78.74/79.06  Current number of equations to process: 4933
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1240
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1354]
% 78.74/79.06  leq(strong_iteration(A),strong_iteration(multiplication(A,strong_iteration(A))))
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4939
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1241
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1355]
% 78.74/79.06  leq(strong_iteration(A),strong_iteration(multiplication(A,strong_iteration(A))) addition B)
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4940
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1242
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1356]
% 78.74/79.06  ifeq(leq(strong_iteration(multiplication(A,strong_iteration(A))),strong_iteration(A)),true,true,true)
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4946
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1243
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1357]
% 78.74/79.06  leq(multiplication(strong_iteration(A),zero),strong_iteration(multiplication(A,
% 78.74/79.06                                                                strong_iteration(A))) addition B)
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4945
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1244
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1358]
% 78.74/79.06  leq(strong_iteration(A) addition B,strong_iteration(multiplication(A,
% 78.74/79.06                                                      strong_iteration(A))) addition B)
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4944
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1245
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1359]
% 78.74/79.06  ifeq(leq(multiplication(strong_iteration(A),zero),multiplication(A,strong_iteration(A))),true,true,true)
% 78.74/79.06  -> true
% 78.74/79.06  Current number of equations to process: 4943
% 78.74/79.06  Current number of ordered equations: 0
% 78.74/79.06  Current number of rules: 1246
% 78.74/79.06  New rule produced :
% 78.74/79.06  [1360]
% 78.74/79.06  leq(multiplication(strong_iteration(A),zero),multiplication(multiplication(A,
% 79.04/79.38                                                              strong_iteration(A)),B) addition C)
% 79.04/79.38  -> true
% 79.04/79.38  Current number of equations to process: 4942
% 79.04/79.38  Current number of ordered equations: 0
% 79.04/79.38  Current number of rules: 1247
% 79.04/79.38  New rule produced :
% 79.04/79.38  [1361]
% 79.04/79.38  multiplication(strong_iteration(A),multiplication(strong_iteration(multiplication(A,
% 79.04/79.38                                                                     strong_iteration(A))),B))
% 79.04/79.38  -> multiplication(strong_iteration(multiplication(A,strong_iteration(A))),B)
% 79.04/79.38  Current number of equations to process: 4941
% 79.04/79.38  Current number of ordered equations: 0
% 79.04/79.38  Current number of rules: 1248
% 79.04/79.38  New rule produced :
% 79.04/79.38  [1362]
% 79.04/79.38  leq(multiplication(A,multiplication(strong_iteration(A),B)),multiplication(
% 79.04/79.38                                                              strong_iteration(A),B) addition C)
% 79.04/79.38  -> true
% 79.04/79.38  Current number of equations to process: 4940
% 79.04/79.38  Current number of ordered equations: 0
% 79.04/79.38  Current number of rules: 1249
% 79.04/79.38  New rule produced :
% 79.04/79.38  [1363]
% 79.04/79.38  multiplication(multiplication(multiplication(star(A),A),star(A)),B) <->
% 79.04/79.38  multiplication(multiplication(star(A),star(A)),multiplication(A,B))
% 79.04/79.38  Current number of equations to process: 4937
% 79.04/79.38  Current number of ordered equations: 1
% 79.04/79.38  Current number of rules: 1250
% 79.04/79.38  New rule produced :
% 79.04/79.38  [1364]
% 79.04/79.38  multiplication(multiplication(star(A),star(A)),multiplication(A,B)) <->
% 79.04/79.38  multiplication(multiplication(multiplication(star(A),A),star(A)),B)
% 79.04/79.38  Current number of equations to process: 4937
% 79.04/79.38  Current number of ordered equations: 0
% 79.04/79.38  Current number of rules: 1251
% 79.04/79.38  New rule produced :
% 79.04/79.38  [1365]
% 79.04/79.38  multiplication(A,multiplication(multiplication(star(B),B),star(B))) <->
% 79.04/79.38  multiplication(multiplication(A,star(B)),multiplication(star(B),B))
% 79.04/79.38  Current number of equations to process: 4936
% 79.04/79.38  Current number of ordered equations: 1
% 79.04/79.38  Current number of rules: 1252
% 79.04/79.38  New rule produced :
% 79.04/79.38  [1366]
% 79.04/79.38  multiplication(multiplication(A,star(B)),multiplication(star(B),B)) <->
% 79.04/79.38  multiplication(A,multiplication(multiplication(star(B),B),star(B)))
% 79.04/79.38  Current number of equations to process: 4936
% 79.04/79.39  Current number of ordered equations: 0
% 79.04/79.39  Current number of rules: 1253
% 79.04/79.39  New rule produced :
% 79.04/79.39  [1367]
% 79.04/79.39  multiplication(multiplication(star(A),A),multiplication(star(A),B)) <->
% 79.04/79.39  multiplication(multiplication(star(A),multiplication(star(A),A)),B)
% 79.04/79.39  Current number of equations to process: 4931
% 79.04/79.39  Current number of ordered equations: 1
% 79.04/79.39  Current number of rules: 1254
% 79.04/79.39  New rule produced :
% 79.04/79.39  [1368]
% 79.04/79.39  multiplication(multiplication(star(A),multiplication(star(A),A)),B) <->
% 79.04/79.39  multiplication(multiplication(star(A),A),multiplication(star(A),B))
% 79.04/79.39  Current number of equations to process: 4931
% 79.04/79.39  Current number of ordered equations: 0
% 79.04/79.39  Current number of rules: 1255
% 79.04/79.39  New rule produced :
% 79.04/79.39  [1369]
% 79.04/79.39  multiplication(A,multiplication(star(B),multiplication(star(B),B))) <->
% 79.04/79.39  multiplication(multiplication(A,star(B)),multiplication(B,star(B)))
% 79.04/79.39  Current number of equations to process: 4930
% 79.04/79.39  Current number of ordered equations: 1
% 79.04/79.39  Current number of rules: 1256
% 79.04/79.39  New rule produced :
% 79.04/79.39  [1370]
% 79.04/79.39  multiplication(multiplication(A,star(B)),multiplication(B,star(B))) <->
% 79.04/79.39  multiplication(A,multiplication(star(B),multiplication(star(B),B)))
% 79.04/79.39  Current number of equations to process: 4930
% 79.04/79.39  Current number of ordered equations: 0
% 79.04/79.39  Current number of rules: 1257
% 79.04/79.39  New rule produced :
% 79.04/79.39  [1371]
% 79.04/79.39  multiplication(strong_iteration(A),star(star(multiplication(A,strong_iteration(A)))))
% 79.04/79.39  ->
% 79.04/79.39  strong_iteration(A) addition star(star(multiplication(A,strong_iteration(A))))
% 79.04/79.39  Current number of equations to process: 4926
% 79.04/79.39  Current number of ordered equations: 0
% 79.04/79.39  Current number of rules: 1258
% 79.04/79.39  New rule produced :
% 79.04/79.39  [1372]
% 79.04/79.39  multiplication(multiplication(A,strong_iteration(B)),star(multiplication(B,
% 79.04/79.39                                                            strong_iteration(B))))
% 79.04/79.39  -> multiplication(A,star(multiplication(B,strong_iteration(B))))
% 79.04/79.39  Current number of equations to process: 4925
% 79.04/79.39  Current number of ordered equations: 0
% 79.04/79.39  Current number of rules: 1259
% 79.04/79.39  New rule produced :
% 79.04/79.39  [1373]
% 79.04/79.39  multiplication(strong_iteration(A),strong_iteration(star(multiplication(A,
% 79.04/79.39                                                           strong_iteration(A)))))
% 79.74/80.04  ->
% 79.74/80.04  strong_iteration(star(multiplication(A,strong_iteration(A)))) addition 
% 79.74/80.04  strong_iteration(A)
% 79.74/80.04  Current number of equations to process: 4924
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1260
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1374]
% 79.74/80.04  multiplication(strong_iteration(A),star(strong_iteration(multiplication(A,
% 79.74/80.04                                                           strong_iteration(A)))))
% 79.74/80.04  ->
% 79.74/80.04  strong_iteration(A) addition star(strong_iteration(multiplication(A,strong_iteration(A))))
% 79.74/80.04  Current number of equations to process: 4923
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1261
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1375]
% 79.74/80.04  multiplication(multiplication(A,strong_iteration(B)),strong_iteration(
% 79.74/80.04                                                       multiplication(B,
% 79.74/80.04                                                       strong_iteration(B))))
% 79.74/80.04  -> multiplication(A,strong_iteration(multiplication(B,strong_iteration(B))))
% 79.74/80.04  Current number of equations to process: 4921
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1262
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1376]
% 79.74/80.04  multiplication(strong_iteration(A),strong_iteration(strong_iteration(
% 79.74/80.04                                                      multiplication(A,
% 79.74/80.04                                                      strong_iteration(A)))))
% 79.74/80.04  ->
% 79.74/80.04  strong_iteration(strong_iteration(multiplication(A,strong_iteration(A)))) addition 
% 79.74/80.04  strong_iteration(A)
% 79.74/80.04  Current number of equations to process: 4917
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1263
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1377]
% 79.74/80.04  multiplication(strong_iteration(A),zero) addition multiplication(multiplication(A,
% 79.74/80.04                                                                   strong_iteration(A)),B)
% 79.74/80.04  -> multiplication(multiplication(A,strong_iteration(A)),B)
% 79.74/80.04  Current number of equations to process: 4965
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1264
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1378]
% 79.74/80.04  multiplication(multiplication(A,multiplication(B,C)),multiplication(strong_iteration(C),zero))
% 79.74/80.04  ->
% 79.74/80.04  multiplication(multiplication(A,B),multiplication(strong_iteration(C),zero))
% 79.74/80.04  Current number of equations to process: 4964
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1265
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1379]
% 79.74/80.04  strong_iteration(A) addition multiplication(B,multiplication(strong_iteration(B),
% 79.74/80.04                                                star(A))) ->
% 79.74/80.04  strong_iteration(A) addition multiplication(strong_iteration(B),star(A))
% 79.74/80.04  Current number of equations to process: 4961
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1266
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1380]
% 79.74/80.04  multiplication(A,multiplication(strong_iteration(A),multiplication(B,zero))) addition B
% 79.74/80.04  -> multiplication(strong_iteration(A),multiplication(B,zero)) addition B
% 79.74/80.04  Current number of equations to process: 4960
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1267
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1381]
% 79.74/80.04  leq(multiplication(A,zero) addition B,multiplication(star(C),multiplication(A,V_3)) addition B)
% 79.74/80.04  -> true
% 79.74/80.04  Current number of equations to process: 4959
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1268
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1382]
% 79.74/80.04  leq(multiplication(A,zero) addition B addition C,multiplication(strong_iteration(A),B) addition C)
% 79.74/80.04  -> true
% 79.74/80.04  Current number of equations to process: 4958
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1269
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1383]
% 79.74/80.04  ifeq(leq(strong_iteration(A),zero),true,leq(star(multiplication(A,strong_iteration(A))),zero),true)
% 79.74/80.04  -> true
% 79.74/80.04  Current number of equations to process: 4956
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1270
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1384]
% 79.74/80.04  leq(multiplication(strong_iteration(A),zero) addition B,star(multiplication(A,
% 79.74/80.04                                                               strong_iteration(A))) addition B)
% 79.74/80.04  -> true
% 79.74/80.04  Current number of equations to process: 4955
% 79.74/80.04  Current number of ordered equations: 0
% 79.74/80.04  Current number of rules: 1271
% 79.74/80.04  New rule produced :
% 79.74/80.04  [1385]
% 79.74/80.04  leq(multiplication(strong_iteration(A),zero) addition B,strong_iteration(
% 79.74/80.04                                                          multiplication(A,
% 79.74/80.04                                                          strong_iteration(A))) addition B)
% 81.95/82.28  -> true
% 81.95/82.28  Current number of equations to process: 4954
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1272
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1386]
% 81.95/82.28  leq(strong_iteration(A) addition B,strong_iteration(multiplication(A,
% 81.95/82.28                                                      strong_iteration(A))) addition B addition C)
% 81.95/82.28  -> true
% 81.95/82.28  Current number of equations to process: 4953
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1273
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1387]
% 81.95/82.28  leq(A,multiplication(strong_iteration(multiplication(B,strong_iteration(B))),
% 81.95/82.28        multiplication(strong_iteration(B),A))) -> true
% 81.95/82.28  Current number of equations to process: 2018
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1274
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1388]
% 81.95/82.28  leq(A,multiplication(multiplication(strong_iteration(B),A),star(C))) -> true
% 81.95/82.28  Current number of equations to process: 2121
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1275
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1389]
% 81.95/82.28  leq(A,multiplication(strong_iteration(B),multiplication(strong_iteration(C),A)))
% 81.95/82.28  -> true
% 81.95/82.28  Rule
% 81.95/82.28  [1387]
% 81.95/82.28  leq(A,multiplication(strong_iteration(multiplication(B,strong_iteration(B))),
% 81.95/82.28        multiplication(strong_iteration(B),A))) -> true collapsed.
% 81.95/82.28  Current number of equations to process: 2120
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1275
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1390]
% 81.95/82.28  leq(A,multiplication(multiplication(strong_iteration(B),A),star(C)) addition V_3)
% 81.95/82.28  -> true
% 81.95/82.28  Current number of equations to process: 2119
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1276
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1391]
% 81.95/82.28  leq(A,multiplication(strong_iteration(B),multiplication(strong_iteration(C),A)) addition V_3)
% 81.95/82.28  -> true
% 81.95/82.28  Current number of equations to process: 2118
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1277
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1392] leq(A,multiplication(strong_iteration(strong_iteration(B)),C)) -> true
% 81.95/82.28  Rule
% 81.95/82.28  [583]
% 81.95/82.28  leq(one,multiplication(strong_iteration(strong_iteration(A)),B)) -> true
% 81.95/82.28  collapsed.
% 81.95/82.28  Rule
% 81.95/82.28  [716]
% 81.95/82.28  leq(A,multiplication(strong_iteration(strong_iteration(B)),star(B))) -> true
% 81.95/82.28  collapsed.
% 81.95/82.28  Rule
% 81.95/82.28  [793]
% 81.95/82.28  leq(A,multiplication(strong_iteration(strong_iteration(B)),zero)) -> true
% 81.95/82.28  collapsed.
% 81.95/82.28  Rule
% 81.95/82.28  [1038]
% 81.95/82.28  leq(strong_iteration(A),multiplication(strong_iteration(strong_iteration(A)),B))
% 81.95/82.28  -> true collapsed.
% 81.95/82.28  Rule
% 81.95/82.28  [1344]
% 81.95/82.28  leq(star(multiplication(A,strong_iteration(A))),multiplication(strong_iteration(
% 81.95/82.28                                                                 strong_iteration(A)),B))
% 81.95/82.28  -> true collapsed.
% 81.95/82.28  Rule
% 81.95/82.28  [1349]
% 81.95/82.28  leq(strong_iteration(multiplication(A,strong_iteration(A))),multiplication(
% 81.95/82.28                                                              strong_iteration(
% 81.95/82.28                                                              strong_iteration(A)),B))
% 81.95/82.28  -> true collapsed.
% 81.95/82.28  Current number of equations to process: 2118
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1272
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1393]
% 81.95/82.28  leq(A,multiplication(multiplication(strong_iteration(B),A),strong_iteration(C)))
% 81.95/82.28  -> true
% 81.95/82.28  Current number of equations to process: 2125
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1273
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1394]
% 81.95/82.28  leq(A,multiplication(star(B),multiplication(strong_iteration(C),A))) -> true
% 81.95/82.28  Current number of equations to process: 2124
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1274
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1395]
% 81.95/82.28  leq(A,multiplication(multiplication(strong_iteration(B),A),strong_iteration(C)) addition V_3)
% 81.95/82.28  -> true
% 81.95/82.28  Current number of equations to process: 2123
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1275
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1396]
% 81.95/82.28  leq(A,multiplication(star(B),multiplication(strong_iteration(C),A)) addition V_3)
% 81.95/82.28  -> true
% 81.95/82.28  Current number of equations to process: 2122
% 81.95/82.28  Current number of ordered equations: 0
% 81.95/82.28  Current number of rules: 1276
% 81.95/82.28  New rule produced :
% 81.95/82.28  [1397] leq(A,strong_iteration(strong_iteration(B))) -> true
% 81.95/82.28  Rule [930] leq(star(A),strong_iteration(strong_iteration(B))) -> true
% 81.95/82.28  collapsed.
% 81.95/82.28  Rule
% 81.95/82.28  [1052] leq(strong_iteration(A),strong_iteration(strong_iteration(B))) -> true
% 85.75/86.05  collapsed.
% 85.75/86.05  Current number of equations to process: 2122
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1275
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1398]
% 85.75/86.05  leq(multiplication(A,B),multiplication(multiplication(strong_iteration(C),A),B) addition V_3)
% 85.75/86.05  -> true
% 85.75/86.05  Current number of equations to process: 2147
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1276
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1399]
% 85.75/86.05  leq(multiplication(star(one),star(A)),multiplication(strong_iteration(B),
% 85.75/86.05                                        strong_iteration(A))) -> true
% 85.75/86.05  Current number of equations to process: 2182
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1277
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1400]
% 85.75/86.05  leq(multiplication(star(A),star(one)),multiplication(strong_iteration(B),
% 85.75/86.05                                        strong_iteration(A))) -> true
% 85.75/86.05  Current number of equations to process: 2185
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1278
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1401]
% 85.75/86.05  leq(multiplication(star(A),A),multiplication(strong_iteration(B),strong_iteration(A)))
% 85.75/86.05  -> true
% 85.75/86.05  Current number of equations to process: 2198
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1279
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1402]
% 85.75/86.05  leq(multiplication(A,star(A)),multiplication(strong_iteration(B),strong_iteration(A)))
% 85.75/86.05  -> true
% 85.75/86.05  Current number of equations to process: 2201
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1280
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1403]
% 85.75/86.05  leq(strong_iteration(A) addition star(B),multiplication(strong_iteration(A),
% 85.75/86.05                                           strong_iteration(B))) -> true
% 85.75/86.05  Current number of equations to process: 2230
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1281
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1404]
% 85.75/86.05  leq(multiplication(star(A),A),multiplication(strong_iteration(B),strong_iteration(A)) addition C)
% 85.75/86.05  -> true
% 85.75/86.05  Current number of equations to process: 2291
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1282
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1405]
% 85.75/86.05  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(
% 85.75/86.05                                                                   star(B),zero)
% 85.75/86.05  -> multiplication(strong_iteration(A),strong_iteration(B))
% 85.75/86.05  Current number of equations to process: 2290
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1283
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1406]
% 85.75/86.05  leq(multiplication(A,star(A)),multiplication(strong_iteration(B),strong_iteration(A)) addition C)
% 85.75/86.05  -> true
% 85.75/86.05  Current number of equations to process: 2289
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1284
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1407]
% 85.75/86.05  leq(star(A),one addition multiplication(strong_iteration(B),multiplication(A,
% 85.75/86.05                                                              star(A)))) ->
% 85.75/86.05  true
% 85.75/86.05  Current number of equations to process: 2288
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1285
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1408]
% 85.75/86.05  leq(star(A),one addition multiplication(strong_iteration(B),multiplication(
% 85.75/86.05                                                              star(A),A))) ->
% 85.75/86.05  true
% 85.75/86.05  Current number of equations to process: 2287
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1286
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1409]
% 85.75/86.05  leq(strong_iteration(A),one addition multiplication(strong_iteration(B),
% 85.75/86.05                                       multiplication(A,strong_iteration(A))))
% 85.75/86.05  -> true
% 85.75/86.05  Current number of equations to process: 2286
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1287
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1410]
% 85.75/86.05  multiplication(multiplication(A,strong_iteration(A)),strong_iteration(A)) <->
% 85.75/86.05  multiplication(multiplication(strong_iteration(A),A),strong_iteration(A))
% 85.75/86.05  Current number of equations to process: 2386
% 85.75/86.05  Current number of ordered equations: 1
% 85.75/86.05  Current number of rules: 1288
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1411]
% 85.75/86.05  multiplication(multiplication(strong_iteration(A),A),strong_iteration(A)) <->
% 85.75/86.05  multiplication(multiplication(A,strong_iteration(A)),strong_iteration(A))
% 85.75/86.05  Current number of equations to process: 2386
% 85.75/86.05  Current number of ordered equations: 0
% 85.75/86.05  Current number of rules: 1289
% 85.75/86.05  New rule produced :
% 85.75/86.05  [1412]
% 85.75/86.05  strong_iteration(A) addition multiplication(A,star(multiplication(A,strong_iteration(A))))
% 86.44/86.78  -> star(multiplication(A,strong_iteration(A)))
% 86.44/86.78  Current number of equations to process: 2385
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1290
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1413]
% 86.44/86.78  one addition multiplication(multiplication(A,strong_iteration(A)),strong_iteration(A))
% 86.44/86.78  -> multiplication(strong_iteration(A),strong_iteration(A))
% 86.44/86.78  Current number of equations to process: 2407
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1291
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1414]
% 86.44/86.78  star(A) addition multiplication(multiplication(A,strong_iteration(A)),
% 86.44/86.78                   strong_iteration(A)) ->
% 86.44/86.78  multiplication(strong_iteration(A),strong_iteration(A))
% 86.44/86.78  Current number of equations to process: 2423
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1292
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1415]
% 86.44/86.78  strong_iteration(A) addition multiplication(A,strong_iteration(multiplication(A,
% 86.44/86.78                                                                 strong_iteration(A))))
% 86.44/86.78  -> strong_iteration(multiplication(A,strong_iteration(A)))
% 86.44/86.78  Current number of equations to process: 2422
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1293
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1416]
% 86.44/86.78  leq(multiplication(star(one),star(A)),multiplication(strong_iteration(B),
% 86.44/86.78                                        strong_iteration(A)) addition C) ->
% 86.44/86.78  true
% 86.44/86.78  Current number of equations to process: 2451
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1294
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1417]
% 86.44/86.78  leq(multiplication(star(A),star(one)),multiplication(strong_iteration(B),
% 86.44/86.78                                        strong_iteration(A)) addition C) ->
% 86.44/86.78  true
% 86.44/86.78  Current number of equations to process: 2450
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1295
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1418]
% 86.44/86.78  leq(star(A) addition multiplication(strong_iteration(B),zero),multiplication(
% 86.44/86.78                                                                strong_iteration(B),
% 86.44/86.78                                                                strong_iteration(A)))
% 86.44/86.78  -> true
% 86.44/86.78  Current number of equations to process: 2449
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1296
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1419]
% 86.44/86.78  leq(strong_iteration(A) addition star(B),multiplication(strong_iteration(A),
% 86.44/86.78                                           strong_iteration(B)) addition C) ->
% 86.44/86.78  true
% 86.44/86.78  Current number of equations to process: 2448
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1297
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1420]
% 86.44/86.78  multiplication(multiplication(strong_iteration(A),A),multiplication(strong_iteration(A),B))
% 86.44/86.78  <->
% 86.44/86.78  multiplication(multiplication(multiplication(A,strong_iteration(A)),strong_iteration(A)),B)
% 86.44/86.78  Current number of equations to process: 2447
% 86.44/86.78  Current number of ordered equations: 1
% 86.44/86.78  Current number of rules: 1298
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1421]
% 86.44/86.78  multiplication(multiplication(multiplication(A,strong_iteration(A)),strong_iteration(A)),B)
% 86.44/86.78  <->
% 86.44/86.78  multiplication(multiplication(strong_iteration(A),A),multiplication(strong_iteration(A),B))
% 86.44/86.78  Current number of equations to process: 2447
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1299
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1422]
% 86.44/86.78  multiplication(A,multiplication(multiplication(B,strong_iteration(B)),
% 86.44/86.78                   strong_iteration(B))) <->
% 86.44/86.78  multiplication(multiplication(A,strong_iteration(B)),multiplication(B,
% 86.44/86.78                                                       strong_iteration(B)))
% 86.44/86.78  Current number of equations to process: 2446
% 86.44/86.78  Current number of ordered equations: 1
% 86.44/86.78  Current number of rules: 1300
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1423]
% 86.44/86.78  multiplication(multiplication(A,strong_iteration(B)),multiplication(B,
% 86.44/86.78                                                       strong_iteration(B)))
% 86.44/86.78  <->
% 86.44/86.78  multiplication(A,multiplication(multiplication(B,strong_iteration(B)),
% 86.44/86.78                   strong_iteration(B)))
% 86.44/86.78  Current number of equations to process: 2446
% 86.44/86.78  Current number of ordered equations: 0
% 86.44/86.78  Current number of rules: 1301
% 86.44/86.78  New rule produced :
% 86.44/86.78  [1424]
% 86.44/86.78  multiplication(multiplication(A,strong_iteration(A)),multiplication(strong_iteration(A),B))
% 86.44/86.78  <->
% 86.44/86.78  multiplication(multiplication(strong_iteration(A),multiplication(A,strong_iteration(A))),B)
% 89.75/90.04  Current number of equations to process: 2441
% 89.75/90.04  Current number of ordered equations: 1
% 89.75/90.04  Current number of rules: 1302
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1425]
% 89.75/90.04  multiplication(multiplication(strong_iteration(A),multiplication(A,strong_iteration(A))),B)
% 89.75/90.04  <->
% 89.75/90.04  multiplication(multiplication(A,strong_iteration(A)),multiplication(strong_iteration(A),B))
% 89.75/90.04  Current number of equations to process: 2441
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1303
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1426]
% 89.75/90.04  multiplication(A,multiplication(strong_iteration(B),multiplication(B,
% 89.75/90.04                                                      strong_iteration(B))))
% 89.75/90.04  <->
% 89.75/90.04  multiplication(multiplication(A,B),multiplication(strong_iteration(B),
% 89.75/90.04                                     strong_iteration(B)))
% 89.75/90.04  Current number of equations to process: 2440
% 89.75/90.04  Current number of ordered equations: 1
% 89.75/90.04  Current number of rules: 1304
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1427]
% 89.75/90.04  multiplication(multiplication(A,B),multiplication(strong_iteration(B),
% 89.75/90.04                                     strong_iteration(B))) <->
% 89.75/90.04  multiplication(A,multiplication(strong_iteration(B),multiplication(B,
% 89.75/90.04                                                      strong_iteration(B))))
% 89.75/90.04  Current number of equations to process: 2440
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1305
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1428]
% 89.75/90.04  leq(multiplication(A,star(multiplication(A,strong_iteration(A)))),star(
% 89.75/90.04                                                                    multiplication(A,
% 89.75/90.04                                                                    strong_iteration(A))))
% 89.75/90.04  -> true
% 89.75/90.04  Current number of equations to process: 2555
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1306
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1429]
% 89.75/90.04  leq(multiplication(A,strong_iteration(multiplication(A,strong_iteration(A)))),
% 89.75/90.04  strong_iteration(multiplication(A,strong_iteration(A)))) -> true
% 89.75/90.04  Current number of equations to process: 2554
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1307
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1430]
% 89.75/90.04  leq(A addition B,multiplication(multiplication(strong_iteration(C),A),
% 89.75/90.04                   star(V_3)) addition B) -> true
% 89.75/90.04  Current number of equations to process: 2553
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1308
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1431]
% 89.75/90.04  leq(A addition B,multiplication(strong_iteration(C),B) addition multiplication(
% 89.75/90.04                                                                  strong_iteration(V_3),A))
% 89.75/90.04  -> true
% 89.75/90.04  Rule
% 89.75/90.04  [814]
% 89.75/90.04  leq(A addition B,multiplication(strong_iteration(C),A) addition multiplication(
% 89.75/90.04                                                                  strong_iteration(C),B))
% 89.75/90.04  -> true collapsed.
% 89.75/90.04  Current number of equations to process: 2551
% 89.75/90.04  Current number of ordered equations: 1
% 89.75/90.04  Current number of rules: 1308
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1432]
% 89.75/90.04  leq(A addition B,multiplication(strong_iteration(C),multiplication(strong_iteration(V_3),A)) addition B)
% 89.75/90.04  -> true
% 89.75/90.04  Current number of equations to process: 2551
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1309
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1433]
% 89.75/90.04  leq(multiplication(strong_iteration(A),zero) addition B,multiplication(
% 89.75/90.04                                                          strong_iteration(A),B) addition C)
% 89.75/90.04  -> true
% 89.75/90.04  Current number of equations to process: 2664
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1310
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1434]
% 89.75/90.04  leq(A addition B,multiplication(multiplication(strong_iteration(C),A),
% 89.75/90.04                   strong_iteration(V_3)) addition B) -> true
% 89.75/90.04  Current number of equations to process: 2663
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1311
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1435]
% 89.75/90.04  leq(A addition B,multiplication(star(C),multiplication(strong_iteration(V_3),A)) addition B)
% 89.75/90.04  -> true
% 89.75/90.04  Current number of equations to process: 2662
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1312
% 89.75/90.04  New rule produced :
% 89.75/90.04  [1436]
% 89.75/90.04  leq(multiplication(A,zero) addition B,multiplication(strong_iteration(C),B) addition A)
% 89.75/90.04  -> true
% 89.75/90.04  Current number of equations to process: 2729
% 89.75/90.04  Current number of ordered equations: 0
% 89.75/90.04  Current number of rules: 1313
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1437]
% 92.06/92.36  leq(multiplication(A,zero) addition B,star(A) addition multiplication(
% 92.06/92.36                                                         strong_iteration(C),B))
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2886
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1314
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1438]
% 92.06/92.36  leq(multiplication(A,zero) addition B,strong_iteration(A) addition multiplication(
% 92.06/92.36                                                                     strong_iteration(C),B))
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2885
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1315
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1439]
% 92.06/92.36  leq(star(A) addition star(B),strong_iteration(A) addition multiplication(
% 92.06/92.36                                                            strong_iteration(C),
% 92.06/92.36                                                            strong_iteration(B)))
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2884
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1316
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1440]
% 92.06/92.36  leq(multiplication(A,B) addition C,multiplication(multiplication(strong_iteration(V_3),A),B) addition C)
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2883
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1317
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1441]
% 92.06/92.36  leq(strong_iteration(A) addition multiplication(strong_iteration(B),star(A)),
% 92.06/92.36  multiplication(strong_iteration(B),strong_iteration(A))) -> true
% 92.06/92.36  Current number of equations to process: 2882
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1318
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1442]
% 92.06/92.36  ifeq(leq(multiplication(multiplication(A,strong_iteration(A)),strong_iteration(A)),
% 92.06/92.36       strong_iteration(A)),true,true,true) -> true
% 92.06/92.36  Current number of equations to process: 2879
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1319
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1443]
% 92.06/92.36  leq(star(A),one addition multiplication(strong_iteration(B),multiplication(A,
% 92.06/92.36                                                              star(A))) addition C)
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2877
% 92.06/92.36  Current number of ordered equations: 1
% 92.06/92.36  Current number of rules: 1320
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1444]
% 92.06/92.36  leq(multiplication(A,star(A)) addition B,star(A) addition multiplication(
% 92.06/92.36                                                            strong_iteration(C),B))
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2877
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1321
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1445]
% 92.06/92.36  leq(star(A),one addition multiplication(strong_iteration(B),multiplication(
% 92.06/92.36                                                              star(A),A)) addition C)
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2875
% 92.06/92.36  Current number of ordered equations: 1
% 92.06/92.36  Current number of rules: 1322
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1446]
% 92.06/92.36  leq(multiplication(star(A),A) addition B,star(A) addition multiplication(
% 92.06/92.36                                                            strong_iteration(C),B))
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2875
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1323
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1447]
% 92.06/92.36  leq(strong_iteration(A),one addition multiplication(strong_iteration(B),
% 92.06/92.36                                       multiplication(A,strong_iteration(A))) addition C)
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2873
% 92.06/92.36  Current number of ordered equations: 1
% 92.06/92.36  Current number of rules: 1324
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1448]
% 92.06/92.36  leq(multiplication(A,strong_iteration(A)) addition B,strong_iteration(A) addition 
% 92.06/92.36                                                       multiplication(strong_iteration(C),B))
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2873
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1325
% 92.06/92.36  New rule produced :
% 92.06/92.36  [1449]
% 92.06/92.36  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition 
% 92.06/92.36                                                           multiplication(
% 92.06/92.36                                                           strong_iteration(B),A))
% 92.06/92.36  -> true
% 92.06/92.36  Current number of equations to process: 2872
% 92.06/92.36  Current number of ordered equations: 0
% 92.06/92.36  Current number of rules: 1326
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1450]
% 92.95/93.26  leq(multiplication(A,zero) addition B,multiplication(strong_iteration(C),B) addition 
% 92.95/93.26                                        multiplication(A,V_3)) -> true
% 92.95/93.26  Current number of equations to process: 2871
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1327
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1451]
% 92.95/93.26  leq(multiplication(A,star(A)) addition B,multiplication(strong_iteration(C),
% 92.95/93.26                                           star(A)) addition B) -> true
% 92.95/93.26  Current number of equations to process: 2870
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1328
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1452]
% 92.95/93.26  leq(multiplication(star(A),A) addition B,multiplication(strong_iteration(C),
% 92.95/93.26                                           star(A)) addition B) -> true
% 92.95/93.26  Current number of equations to process: 2869
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1329
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1453]
% 92.95/93.26  leq(multiplication(A,strong_iteration(A)) addition B,multiplication(strong_iteration(C),
% 92.95/93.26                                                       strong_iteration(A)) addition B)
% 92.95/93.26  -> true
% 92.95/93.26  Current number of equations to process: 2868
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1330
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1454]
% 92.95/93.26  leq(multiplication(strong_iteration(A),zero) addition B,multiplication(
% 92.95/93.26                                                          strong_iteration(C),
% 92.95/93.26                                                          strong_iteration(A)) addition B)
% 92.95/93.26  -> true
% 92.95/93.26  Current number of equations to process: 2867
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1331
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1455]
% 92.95/93.26  leq(multiplication(A,zero) addition B,multiplication(strong_iteration(C),B) addition A addition V_3)
% 92.95/93.26  -> true
% 92.95/93.26  Current number of equations to process: 2866
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1332
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1456]
% 92.95/93.26  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(sK1_goals_X1,sK2_goals_X0) addition 
% 92.95/93.26                                                   multiplication(strong_iteration(B),A))
% 92.95/93.26  -> true
% 92.95/93.26  Current number of equations to process: 2865
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1333
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1457]
% 92.95/93.26  leq(one addition A,multiplication(strong_iteration(B),A) addition multiplication(
% 92.95/93.26                                                                    star(C),
% 92.95/93.26                                                                    star(V_3)))
% 92.95/93.26  -> true
% 92.95/93.26  Current number of equations to process: 2863
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1334
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1458]
% 92.95/93.26  leq(one addition A,multiplication(strong_iteration(B),star(C)) addition 
% 92.95/93.26                     multiplication(strong_iteration(V_3),A)) -> true
% 92.95/93.26  Current number of equations to process: 2862
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1335
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1459]
% 92.95/93.26  leq(one addition A,multiplication(strong_iteration(B),A) addition multiplication(
% 92.95/93.26                                                                    star(C),
% 92.95/93.26                                                                    strong_iteration(V_3)))
% 92.95/93.26  -> true
% 92.95/93.26  Current number of equations to process: 2860
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1336
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1460]
% 92.95/93.26  leq(one addition A,multiplication(strong_iteration(B),strong_iteration(C)) addition 
% 92.95/93.26                     multiplication(strong_iteration(V_3),A)) -> true
% 92.95/93.26  Current number of equations to process: 2859
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1337
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1461]
% 92.95/93.26  leq(multiplication(star(one),multiplication(sK2_goals_X0,sK1_goals_X1)),
% 92.95/93.26  multiplication(strong_iteration(A),multiplication(sK1_goals_X1,sK2_goals_X0)))
% 92.95/93.26  -> true
% 92.95/93.26  Current number of equations to process: 2889
% 92.95/93.26  Current number of ordered equations: 0
% 92.95/93.26  Current number of rules: 1338
% 92.95/93.26  New rule produced :
% 92.95/93.26  [1462]
% 92.95/93.26  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),star(one)),
% 92.95/93.26  multiplication(strong_iteration(A),multiplication(sK1_goals_X1,sK2_goals_X0)))
% 92.95/93.26  -> true
% 92.95/93.26  Current number of equations to process: 2890
% 92.95/93.26  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1339
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1463]
% 97.66/97.96  leq(multiplication(sK2_goals_X0,zero),multiplication(strong_iteration(A),
% 97.66/97.96                                        multiplication(sK1_goals_X1,sK2_goals_X0)))
% 97.66/97.96  -> true
% 97.66/97.96  Current number of equations to process: 2909
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1340
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1464]
% 97.66/97.96  leq(multiplication(sK2_goals_X0,zero),multiplication(strong_iteration(A),
% 97.66/97.96                                        multiplication(sK1_goals_X1,sK2_goals_X0)) addition B)
% 97.66/97.96  -> true
% 97.66/97.96  Current number of equations to process: 2922
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1341
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1465]
% 97.66/97.96  multiplication(strong_iteration(A),multiplication(B,C)) <->
% 97.66/97.96  multiplication(multiplication(strong_iteration(A),B),C) addition multiplication(B,zero)
% 97.66/97.96  Current number of equations to process: 2988
% 97.66/97.96  Current number of ordered equations: 1
% 97.66/97.96  Current number of rules: 1342
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1466]
% 97.66/97.96  multiplication(multiplication(strong_iteration(A),B),C) addition multiplication(B,zero)
% 97.66/97.96  <-> multiplication(strong_iteration(A),multiplication(B,C))
% 97.66/97.96  Current number of equations to process: 2988
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1343
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1467]
% 97.66/97.96  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition A,multiplication(
% 97.66/97.96                                                           strong_iteration(B),
% 97.66/97.96                                                           multiplication(sK1_goals_X1,sK2_goals_X0)) addition A)
% 97.66/97.96  -> true
% 97.66/97.96  Current number of equations to process: 2987
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1344
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1468]
% 97.66/97.96  leq(multiplication(star(one),multiplication(A,zero)),multiplication(strong_iteration(B),
% 97.66/97.96                                                       multiplication(A,C))) ->
% 97.66/97.96  true
% 97.66/97.96  Current number of equations to process: 3032
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1345
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1469]
% 97.66/97.96  leq(star(A),strong_iteration(multiplication(A,strong_iteration(A)))) -> true
% 97.66/97.96  Current number of equations to process: 3114
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1346
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1470]
% 97.66/97.96  star(multiplication(A,multiplication(B,multiplication(C,zero)))) <->
% 97.66/97.96  one addition multiplication(multiplication(A,B),multiplication(C,zero))
% 97.66/97.96  Current number of equations to process: 3127
% 97.66/97.96  Current number of ordered equations: 1
% 97.66/97.96  Current number of rules: 1347
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1471]
% 97.66/97.96  one addition multiplication(multiplication(A,B),multiplication(C,zero)) <->
% 97.66/97.96  star(multiplication(A,multiplication(B,multiplication(C,zero))))
% 97.66/97.96  Current number of equations to process: 3127
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1348
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1472]
% 97.66/97.96  strong_iteration(multiplication(A,multiplication(B,multiplication(C,zero))))
% 97.66/97.96  <-> one addition multiplication(multiplication(A,B),multiplication(C,zero))
% 97.66/97.96  Current number of equations to process: 3126
% 97.66/97.96  Current number of ordered equations: 1
% 97.66/97.96  Current number of rules: 1349
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1473]
% 97.66/97.96  one addition multiplication(multiplication(A,B),multiplication(C,zero)) <->
% 97.66/97.96  strong_iteration(multiplication(A,multiplication(B,multiplication(C,zero))))
% 97.66/97.96  Current number of equations to process: 3126
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1350
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1474]
% 97.66/97.96  strong_iteration(A) addition multiplication(strong_iteration(A),A) ->
% 97.66/97.96  strong_iteration(A)
% 97.66/97.96  Current number of equations to process: 3229
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1351
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1475]
% 97.66/97.96  star(A) addition multiplication(strong_iteration(B),B) ->
% 97.66/97.96  strong_iteration(B) addition star(A)
% 97.66/97.96  Current number of equations to process: 3252
% 97.66/97.96  Current number of ordered equations: 0
% 97.66/97.96  Current number of rules: 1352
% 97.66/97.96  New rule produced :
% 97.66/97.96  [1476]
% 97.66/97.96  strong_iteration(A) addition multiplication(strong_iteration(B),B) ->
% 97.66/97.96  strong_iteration(A) addition strong_iteration(B)
% 97.66/97.96  Rule
% 97.66/97.96  [1474]
% 97.66/97.96  strong_iteration(A) addition multiplication(strong_iteration(A),A) ->
% 97.66/97.96  strong_iteration(A) collapsed.
% 97.66/97.96  Current number of equations to process: 3251
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1352
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1477]
% 99.05/99.34  multiplication(A,multiplication(strong_iteration(B),B)) addition A ->
% 99.05/99.34  multiplication(A,strong_iteration(B))
% 99.05/99.34  Current number of equations to process: 3250
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1353
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1478]
% 99.05/99.34  multiplication(multiplication(strong_iteration(A),A),B) addition B ->
% 99.05/99.34  multiplication(strong_iteration(A),B)
% 99.05/99.34  Current number of equations to process: 3249
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1354
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1479]
% 99.05/99.34  ifeq2(leq(multiplication(strong_iteration(A),A),one),true,strong_iteration(A),one)
% 99.05/99.34  -> one
% 99.05/99.34  Current number of equations to process: 3247
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1355
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1480]
% 99.05/99.34  ifeq3(strong_iteration(A),one,leq(multiplication(strong_iteration(A),A),one),true)
% 99.05/99.34  -> true
% 99.05/99.34  Current number of equations to process: 3246
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1356
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1481] leq(multiplication(strong_iteration(A),A),strong_iteration(A)) -> true
% 99.05/99.34  Current number of equations to process: 3249
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1357
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1482]
% 99.05/99.34  leq(multiplication(strong_iteration(A),A),strong_iteration(A) addition B) ->
% 99.05/99.34  true
% 99.05/99.34  Current number of equations to process: 3278
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1358
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1483]
% 99.05/99.34  multiplication(strong_iteration(multiplication(A,star(A))),star(A)) ->
% 99.05/99.34  strong_iteration(multiplication(A,star(A)))
% 99.05/99.34  Current number of equations to process: 3279
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1359
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1484]
% 99.05/99.34  multiplication(strong_iteration(multiplication(star(A),A)),star(A)) ->
% 99.05/99.34  strong_iteration(multiplication(star(A),A))
% 99.05/99.34  Current number of equations to process: 3278
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1360
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1485]
% 99.05/99.34  multiplication(strong_iteration(multiplication(A,strong_iteration(A))),
% 99.05/99.34  strong_iteration(A)) ->
% 99.05/99.34  strong_iteration(multiplication(A,strong_iteration(A)))
% 99.05/99.34  Current number of equations to process: 3277
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1361
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1486]
% 99.05/99.34  multiplication(strong_iteration(star(A)),star(A)) ->
% 99.05/99.34  strong_iteration(star(A))
% 99.05/99.34  Current number of equations to process: 3288
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1362
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1487]
% 99.05/99.34  multiplication(strong_iteration(strong_iteration(A)),strong_iteration(A)) ->
% 99.05/99.34  strong_iteration(strong_iteration(A))
% 99.05/99.34  Current number of equations to process: 3293
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1363
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1488]
% 99.05/99.34  strong_iteration(A) addition multiplication(multiplication(A,strong_iteration(A)),A)
% 99.05/99.34  -> strong_iteration(A)
% 99.05/99.34  Current number of equations to process: 3352
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1364
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1489]
% 99.05/99.34  multiplication(strong_iteration(A),star(star(star(A)))) ->
% 99.05/99.34  strong_iteration(A) addition star(star(star(A)))
% 99.05/99.34  Current number of equations to process: 3351
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1365
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1490]
% 99.05/99.34  leq(multiplication(strong_iteration(A),A) addition B,strong_iteration(A) addition B)
% 99.05/99.34  -> true
% 99.05/99.34  Current number of equations to process: 3352
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1366
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1491]
% 99.05/99.34  leq(strong_iteration(A),one addition multiplication(multiplication(strong_iteration(A),A),
% 99.05/99.34                                       star(B))) -> true
% 99.05/99.34  Current number of equations to process: 3349
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1367
% 99.05/99.34  New rule produced :
% 99.05/99.34  [1492]
% 99.05/99.34  leq(strong_iteration(A),one addition multiplication(multiplication(strong_iteration(A),A),
% 99.05/99.34                                       strong_iteration(B))) -> true
% 99.05/99.34  Current number of equations to process: 3348
% 99.05/99.34  Current number of ordered equations: 0
% 99.05/99.34  Current number of rules: 1368
% 99.05/99.34  New rule produced :
% 99.86/100.13  [1493]
% 99.86/100.13  leq(strong_iteration(A),one addition multiplication(star(B),multiplication(
% 99.86/100.13                                                              strong_iteration(A),A)))
% 99.86/100.13  -> true
% 99.86/100.13  Current number of equations to process: 3347
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1369
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1494]
% 99.86/100.13  leq(strong_iteration(A),one addition multiplication(strong_iteration(B),
% 99.86/100.13                                       multiplication(strong_iteration(A),A)))
% 99.86/100.13  -> true
% 99.86/100.13  Current number of equations to process: 3346
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1370
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1495]
% 99.86/100.13  multiplication(star(multiplication(A,multiplication(B,multiplication(C,zero)))),zero)
% 99.86/100.13  -> multiplication(multiplication(A,B),multiplication(C,zero))
% 99.86/100.13  Current number of equations to process: 3344
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1371
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1496]
% 99.86/100.13  multiplication(strong_iteration(multiplication(A,multiplication(B,multiplication(C,zero)))),zero)
% 99.86/100.13  -> multiplication(multiplication(A,B),multiplication(C,zero))
% 99.86/100.13  Current number of equations to process: 3343
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1372
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1497]
% 99.86/100.13  leq(multiplication(strong_iteration(A),A) addition B,strong_iteration(A) addition B addition C)
% 99.86/100.13  -> true
% 99.86/100.13  Current number of equations to process: 3342
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1373
% 99.86/100.13  Rule [236]
% 99.86/100.13       multiplication(strong_iteration(A),star(star(A))) ->
% 99.86/100.13       star(star(A)) addition multiplication(strong_iteration(A),zero) is composed into 
% 99.86/100.13  [236]
% 99.86/100.13  multiplication(strong_iteration(A),star(star(A))) ->
% 99.86/100.13  strong_iteration(A) addition star(star(A))
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1498]
% 99.86/100.13  star(star(A)) addition multiplication(strong_iteration(A),zero) ->
% 99.86/100.13  strong_iteration(A) addition star(star(A))
% 99.86/100.13  Current number of equations to process: 3357
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1374
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1499]
% 99.86/100.13  multiplication(strong_iteration(A),star(strong_iteration(star(A)))) ->
% 99.86/100.13  strong_iteration(A) addition star(strong_iteration(star(A)))
% 99.86/100.13  Current number of equations to process: 3362
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1375
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1500]
% 99.86/100.13  star(star(A)) addition multiplication(strong_iteration(A),star(A)) ->
% 99.86/100.13  strong_iteration(A) addition star(star(A))
% 99.86/100.13  Current number of equations to process: 3363
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1376
% 99.86/100.13  Rule [237]
% 99.86/100.13       multiplication(strong_iteration(A),strong_iteration(star(A))) ->
% 99.86/100.13       strong_iteration(star(A)) addition multiplication(strong_iteration(A),zero) is composed into 
% 99.86/100.13  [237]
% 99.86/100.13  multiplication(strong_iteration(A),strong_iteration(star(A))) ->
% 99.86/100.13  strong_iteration(star(A)) addition strong_iteration(A)
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1501]
% 99.86/100.13  strong_iteration(star(A)) addition multiplication(strong_iteration(A),zero)
% 99.86/100.13  -> strong_iteration(star(A)) addition strong_iteration(A)
% 99.86/100.13  Current number of equations to process: 3375
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1377
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1502]
% 99.86/100.13  multiplication(strong_iteration(A),A) addition multiplication(star(B),
% 99.86/100.13                                                 star(C)) ->
% 99.86/100.13  strong_iteration(A) addition multiplication(star(B),star(C))
% 99.86/100.13  Current number of equations to process: 3380
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1378
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1503]
% 99.86/100.13  multiplication(strong_iteration(A),star(B)) addition multiplication(strong_iteration(C),C)
% 99.86/100.13  -> strong_iteration(C) addition multiplication(strong_iteration(A),star(B))
% 99.86/100.13  Current number of equations to process: 3379
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1379
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1504]
% 99.86/100.13  multiplication(strong_iteration(A),A) addition multiplication(star(B),
% 99.86/100.13                                                 strong_iteration(C)) ->
% 99.86/100.13  strong_iteration(A) addition multiplication(star(B),strong_iteration(C))
% 99.86/100.13  Current number of equations to process: 3378
% 99.86/100.13  Current number of ordered equations: 0
% 99.86/100.13  Current number of rules: 1380
% 99.86/100.13  New rule produced :
% 99.86/100.13  [1505]
% 99.86/100.13  multiplication(strong_iteration(A),strong_iteration(B)) addition multiplication(
% 100.06/100.33                                                                   strong_iteration(C),C)
% 100.06/100.33  ->
% 100.06/100.33  strong_iteration(C) addition multiplication(strong_iteration(A),strong_iteration(B))
% 100.06/100.33  Current number of equations to process: 3377
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1381
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1506]
% 100.06/100.33  multiplication(strong_iteration(A),multiplication(star(star(A)),B)) ->
% 100.06/100.33  multiplication(strong_iteration(A),zero) addition multiplication(star(
% 100.06/100.33                                                                   star(A)),B)
% 100.06/100.33  Current number of equations to process: 3376
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1382
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1507]
% 100.06/100.33  multiplication(multiplication(A,strong_iteration(B)),star(star(B))) ->
% 100.06/100.33  multiplication(A,strong_iteration(B)) addition multiplication(A,star(star(B)))
% 100.06/100.33  Current number of equations to process: 3374
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1383
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1508]
% 100.06/100.33  multiplication(strong_iteration(A),multiplication(strong_iteration(star(A)),B))
% 100.06/100.33  ->
% 100.06/100.33  multiplication(strong_iteration(star(A)),B) addition multiplication(strong_iteration(A),zero)
% 100.06/100.33  Current number of equations to process: 3373
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1384
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1509]
% 100.06/100.33  multiplication(multiplication(A,strong_iteration(B)),strong_iteration(
% 100.06/100.33                                                       star(B))) ->
% 100.06/100.33  multiplication(A,strong_iteration(star(B))) addition multiplication(A,
% 100.06/100.33                                                       strong_iteration(B))
% 100.06/100.33  Current number of equations to process: 3371
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1385
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1510]
% 100.06/100.33  leq(multiplication(A,zero) addition B,multiplication(strong_iteration(C),
% 100.06/100.33                                        multiplication(A,V_3)) addition B) ->
% 100.06/100.33  true
% 100.06/100.33  Current number of equations to process: 3370
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1386
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1511]
% 100.06/100.33  multiplication(strong_iteration(multiplication(A,multiplication(B,multiplication(C,zero)))),V_3)
% 100.06/100.33  -> multiplication(multiplication(A,B),multiplication(C,zero)) addition V_3
% 100.06/100.33  Rule
% 100.06/100.33  [1496]
% 100.06/100.33  multiplication(strong_iteration(multiplication(A,multiplication(B,multiplication(C,zero)))),zero)
% 100.06/100.33  -> multiplication(multiplication(A,B),multiplication(C,zero)) collapsed.
% 100.06/100.33  Current number of equations to process: 3369
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1386
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1512]
% 100.06/100.33  multiplication(star(multiplication(A,multiplication(B,multiplication(C,zero)))),V_3)
% 100.06/100.33  -> multiplication(multiplication(A,B),multiplication(C,zero)) addition V_3
% 100.06/100.33  Rule
% 100.06/100.33  [1495]
% 100.06/100.33  multiplication(star(multiplication(A,multiplication(B,multiplication(C,zero)))),zero)
% 100.06/100.33  -> multiplication(multiplication(A,B),multiplication(C,zero)) collapsed.
% 100.06/100.33  Current number of equations to process: 3368
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1386
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1513]
% 100.06/100.33  ifeq3(strong_iteration(A),multiplication(strong_iteration(A),A),leq(one,
% 100.06/100.33                                                                  multiplication(
% 100.06/100.33                                                                  strong_iteration(A),A)),true)
% 100.06/100.33  -> true
% 100.06/100.33  Current number of equations to process: 3366
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1387
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1514]
% 100.06/100.33  strong_iteration(A) addition multiplication(multiplication(strong_iteration(A),A),
% 100.06/100.33                               star(B)) ->
% 100.06/100.33  one addition multiplication(multiplication(strong_iteration(A),A),star(B))
% 100.06/100.33  Current number of equations to process: 3365
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1388
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1515]
% 100.06/100.33  strong_iteration(B) addition multiplication(star(A),multiplication(strong_iteration(B),B))
% 100.06/100.33  -> one addition multiplication(star(A),multiplication(strong_iteration(B),B))
% 100.06/100.33  Current number of equations to process: 3364
% 100.06/100.33  Current number of ordered equations: 0
% 100.06/100.33  Current number of rules: 1389
% 100.06/100.33  New rule produced :
% 100.06/100.33  [1516]
% 100.06/100.33  strong_iteration(A) addition multiplication(multiplication(strong_iteration(A),A),
% 103.25/103.58                               strong_iteration(B)) ->
% 103.25/103.58  one addition multiplication(multiplication(strong_iteration(A),A),strong_iteration(B))
% 103.25/103.58  Current number of equations to process: 3363
% 103.25/103.58  Current number of ordered equations: 0
% 103.25/103.58  Current number of rules: 1390
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1517]
% 103.25/103.58  strong_iteration(B) addition multiplication(strong_iteration(A),multiplication(
% 103.25/103.58                                                                  strong_iteration(B),B))
% 103.25/103.58  ->
% 103.25/103.58  one addition multiplication(strong_iteration(A),multiplication(strong_iteration(B),B))
% 103.25/103.58  Current number of equations to process: 3362
% 103.25/103.58  Current number of ordered equations: 0
% 103.25/103.58  Current number of rules: 1391
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1518]
% 103.25/103.58  leq(strong_iteration(A),one addition multiplication(multiplication(strong_iteration(A),A),
% 103.25/103.58                                       star(B)) addition C) -> true
% 103.25/103.58  Current number of equations to process: 3360
% 103.25/103.58  Current number of ordered equations: 1
% 103.25/103.58  Current number of rules: 1392
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1519]
% 103.25/103.58  leq(multiplication(strong_iteration(A),A) addition B,strong_iteration(A) addition 
% 103.25/103.58                                                       multiplication(B,
% 103.25/103.58                                                       star(C))) -> true
% 103.25/103.58  Current number of equations to process: 3360
% 103.25/103.58  Current number of ordered equations: 0
% 103.25/103.58  Current number of rules: 1393
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1520]
% 103.25/103.58  leq(strong_iteration(A),one addition multiplication(multiplication(strong_iteration(A),A),
% 103.25/103.58                                       strong_iteration(B)) addition C) -> true
% 103.25/103.58  Current number of equations to process: 3358
% 103.25/103.58  Current number of ordered equations: 1
% 103.25/103.58  Current number of rules: 1394
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1521]
% 103.25/103.58  leq(multiplication(strong_iteration(A),A) addition B,strong_iteration(A) addition 
% 103.25/103.58                                                       multiplication(B,
% 103.25/103.58                                                       strong_iteration(C))) ->
% 103.25/103.58  true
% 103.25/103.58  Current number of equations to process: 3358
% 103.25/103.58  Current number of ordered equations: 0
% 103.25/103.58  Current number of rules: 1395
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1522]
% 103.25/103.58  leq(strong_iteration(A),one addition multiplication(star(B),multiplication(
% 103.25/103.58                                                              strong_iteration(A),A)) addition C)
% 103.25/103.58  -> true
% 103.25/103.58  Current number of equations to process: 3356
% 103.25/103.58  Current number of ordered equations: 1
% 103.25/103.58  Current number of rules: 1396
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1523]
% 103.25/103.58  leq(multiplication(strong_iteration(A),A) addition B,strong_iteration(A) addition 
% 103.25/103.58                                                       multiplication(star(C),B))
% 103.25/103.58  -> true
% 103.25/103.58  Current number of equations to process: 3356
% 103.25/103.58  Current number of ordered equations: 0
% 103.25/103.58  Current number of rules: 1397
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1524]
% 103.25/103.58  leq(strong_iteration(A),one addition multiplication(strong_iteration(B),
% 103.25/103.58                                       multiplication(strong_iteration(A),A)) addition C)
% 103.25/103.58  -> true
% 103.25/103.58  Current number of equations to process: 3354
% 103.25/103.58  Current number of ordered equations: 1
% 103.25/103.58  Current number of rules: 1398
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1525]
% 103.25/103.58  leq(multiplication(strong_iteration(A),A) addition B,strong_iteration(A) addition 
% 103.25/103.58                                                       multiplication(strong_iteration(C),B))
% 103.25/103.58  -> true
% 103.25/103.58  Current number of equations to process: 3354
% 103.25/103.58  Current number of ordered equations: 0
% 103.25/103.58  Current number of rules: 1399
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1526]
% 103.25/103.58  leq(multiplication(A,multiplication(sK2_goals_X0,sK1_goals_X1)),multiplication(A,
% 103.25/103.58                                                                  multiplication(sK1_goals_X1,sK2_goals_X0)))
% 103.25/103.58  -> true
% 103.25/103.58  Current number of equations to process: 3523
% 103.25/103.58  Current number of ordered equations: 0
% 103.25/103.58  Current number of rules: 1400
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1527]
% 103.25/103.58  multiplication(multiplication(A,sK1_goals_X1),sK2_goals_X0) addition 
% 103.25/103.58  multiplication(A,multiplication(sK2_goals_X0,sK1_goals_X1)) ->
% 103.25/103.58  multiplication(A,multiplication(sK1_goals_X1,sK2_goals_X0))
% 103.25/103.58  Current number of equations to process: 3521
% 103.25/103.58  Current number of ordered equations: 1
% 103.25/103.58  Current number of rules: 1401
% 103.25/103.58  New rule produced :
% 103.25/103.58  [1528]
% 103.25/103.58  multiplication(multiplication(A,sK2_goals_X0),sK1_goals_X1) addition 
% 107.57/107.84  multiplication(A,multiplication(sK1_goals_X1,sK2_goals_X0)) ->
% 107.57/107.84  multiplication(A,multiplication(sK1_goals_X1,sK2_goals_X0))
% 107.57/107.84  Current number of equations to process: 3521
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1402
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1529]
% 107.57/107.84  leq(multiplication(A,multiplication(sK2_goals_X0,sK1_goals_X1)),multiplication(A,
% 107.57/107.84                                                                  multiplication(sK1_goals_X1,sK2_goals_X0)) addition B)
% 107.57/107.84  -> true
% 107.57/107.84  Current number of equations to process: 3520
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1403
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1530]
% 107.57/107.84  multiplication(star(sK1_goals_X1),sK2_goals_X0) addition multiplication(
% 107.57/107.84                                                           star(sK1_goals_X1),
% 107.57/107.84                                                           multiplication(sK2_goals_X0,sK1_goals_X1))
% 107.57/107.84  -> multiplication(star(sK1_goals_X1),sK2_goals_X0)
% 107.57/107.84  Current number of equations to process: 3663
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1404
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1531]
% 107.57/107.84  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),A),multiplication(
% 107.57/107.84                                                                  multiplication(sK1_goals_X1,sK2_goals_X0),A))
% 107.57/107.84  -> true
% 107.57/107.84  Current number of equations to process: 3735
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1405
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1532]
% 107.57/107.84  multiplication(sK1_goals_X1,star(sK2_goals_X0)) addition multiplication(
% 107.57/107.84                                                           multiplication(sK2_goals_X0,sK1_goals_X1),
% 107.57/107.84                                                           star(sK2_goals_X0))
% 107.57/107.84  -> multiplication(sK1_goals_X1,star(sK2_goals_X0))
% 107.57/107.84  Current number of equations to process: 3734
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1406
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1533]
% 107.57/107.84  multiplication(sK1_goals_X1,multiplication(sK2_goals_X0,A)) addition 
% 107.57/107.84  multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),A) ->
% 107.57/107.84  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A)
% 107.57/107.84  Current number of equations to process: 3732
% 107.57/107.84  Current number of ordered equations: 1
% 107.57/107.84  Current number of rules: 1407
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1534]
% 107.57/107.84  multiplication(sK2_goals_X0,multiplication(sK1_goals_X1,A)) addition 
% 107.57/107.84  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A) ->
% 107.57/107.84  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A)
% 107.57/107.84  Current number of equations to process: 3732
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1408
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1535]
% 107.57/107.84  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),A),multiplication(
% 107.57/107.84                                                                  multiplication(sK1_goals_X1,sK2_goals_X0),A) addition B)
% 107.57/107.84  -> true
% 107.57/107.84  Current number of equations to process: 3731
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1409
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1536]
% 107.57/107.84  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A) addition 
% 107.57/107.84  multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),zero) ->
% 107.57/107.84  multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),A)
% 107.57/107.84  Current number of equations to process: 3802
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1410
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1537]
% 107.57/107.84  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),zero),multiplication(
% 107.57/107.84                                                                     multiplication(sK1_goals_X1,sK2_goals_X0),A))
% 107.57/107.84  -> true
% 107.57/107.84  Current number of equations to process: 3855
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1411
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1538]
% 107.57/107.84  star(multiplication(sK1_goals_X1,sK2_goals_X0)) addition multiplication(
% 107.57/107.84                                                           multiplication(sK2_goals_X0,sK1_goals_X1),zero)
% 107.57/107.84  -> star(multiplication(sK1_goals_X1,sK2_goals_X0))
% 107.57/107.84  Current number of equations to process: 3854
% 107.57/107.84  Current number of ordered equations: 0
% 107.57/107.84  Current number of rules: 1412
% 107.57/107.84  New rule produced :
% 107.57/107.84  [1539]
% 107.57/107.84  strong_iteration(multiplication(sK1_goals_X1,sK2_goals_X0)) addition 
% 107.57/107.84  multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),zero) ->
% 107.57/107.84  strong_iteration(multiplication(sK1_goals_X1,sK2_goals_X0))
% 111.95/112.27  Current number of equations to process: 3853
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1413
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1540]
% 111.95/112.27  multiplication(sK1_goals_X1,strong_iteration(sK2_goals_X0)) addition 
% 111.95/112.27  multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),strong_iteration(sK2_goals_X0))
% 111.95/112.27  -> multiplication(sK1_goals_X1,strong_iteration(sK2_goals_X0))
% 111.95/112.27  Current number of equations to process: 3895
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1414
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1541]
% 111.95/112.27  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),zero),multiplication(sK1_goals_X1,sK2_goals_X0))
% 111.95/112.27  -> true
% 111.95/112.27  Current number of equations to process: 3937
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1415
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1542]
% 111.95/112.27  leq(multiplication(multiplication(sK2_goals_X0,sK1_goals_X1),zero),multiplication(
% 111.95/112.27                                                                     multiplication(sK1_goals_X1,sK2_goals_X0),A) addition B)
% 111.95/112.27  -> true
% 111.95/112.27  Current number of equations to process: 3974
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1416
% 111.95/112.27  Rule [1324]
% 111.95/112.27       multiplication(star(A),multiplication(B,C)) <->
% 111.95/112.27       multiplication(multiplication(star(A),B),C) addition multiplication(B,zero) is composed into 
% 111.95/112.27  [1324]
% 111.95/112.27  multiplication(star(A),multiplication(B,C)) <->
% 111.95/112.27  multiplication(multiplication(star(A),B),C)
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1543]
% 111.95/112.27  multiplication(multiplication(star(A),B),C) addition multiplication(B,zero)
% 111.95/112.27  -> multiplication(multiplication(star(A),B),C)
% 111.95/112.27  Rule
% 111.95/112.27  [1323]
% 111.95/112.27  multiplication(multiplication(star(A),B),C) addition multiplication(B,zero)
% 111.95/112.27  <-> multiplication(star(A),multiplication(B,C)) collapsed.
% 111.95/112.27  Current number of equations to process: 4085
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1416
% 111.95/112.27  Rule [1465]
% 111.95/112.27       multiplication(strong_iteration(A),multiplication(B,C)) <->
% 111.95/112.27       multiplication(multiplication(strong_iteration(A),B),C) addition 
% 111.95/112.27       multiplication(B,zero) is composed into [1465]
% 111.95/112.27                                               multiplication(strong_iteration(A),
% 111.95/112.27                                               multiplication(B,C)) <->
% 111.95/112.27                                               multiplication(multiplication(
% 111.95/112.27                                                              strong_iteration(A),B),C)
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1544]
% 111.95/112.27  multiplication(multiplication(strong_iteration(A),B),C) addition multiplication(B,zero)
% 111.95/112.27  -> multiplication(multiplication(strong_iteration(A),B),C)
% 111.95/112.27  Rule
% 111.95/112.27  [1466]
% 111.95/112.27  multiplication(multiplication(strong_iteration(A),B),C) addition multiplication(B,zero)
% 111.95/112.27  <-> multiplication(strong_iteration(A),multiplication(B,C)) collapsed.
% 111.95/112.27  Current number of equations to process: 4084
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1416
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1545]
% 111.95/112.27  leq(multiplication(A,zero),multiplication(multiplication(star(B),A),C)) ->
% 111.95/112.27  true
% 111.95/112.27  Current number of equations to process: 4107
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1417
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1546]
% 111.95/112.27  leq(multiplication(A,zero),multiplication(multiplication(star(B),A),C) addition V_3)
% 111.95/112.27  -> true
% 111.95/112.27  Current number of equations to process: 4112
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1418
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1547]
% 111.95/112.27  leq(multiplication(A,zero),multiplication(multiplication(strong_iteration(B),A),C))
% 111.95/112.27  -> true
% 111.95/112.27  Current number of equations to process: 4131
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1419
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1548]
% 111.95/112.27  leq(multiplication(A,zero),multiplication(multiplication(strong_iteration(B),A),C) addition V_3)
% 111.95/112.27  -> true
% 111.95/112.27  Current number of equations to process: 4132
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1420
% 111.95/112.27  New rule produced :
% 111.95/112.27  [1549]
% 111.95/112.27  leq(multiplication(A,multiplication(B,zero)),multiplication(A,B)) -> true
% 111.95/112.27  Rule
% 111.95/112.27  [375]
% 111.95/112.27  leq(multiplication(A,multiplication(strong_iteration(B),zero)),multiplication(A,
% 111.95/112.27                                                                 strong_iteration(B)))
% 111.95/112.27  -> true collapsed.
% 111.95/112.27  Current number of equations to process: 4140
% 111.95/112.27  Current number of ordered equations: 0
% 111.95/112.27  Current number of rules: 1420
% 122.96/123.20  Rule [246]
% 122.96/123.20       multiplication(multiplication(A,B),C) <->
% 122.96/123.20       multiplication(multiplication(A,B),zero) addition multiplication(A,
% 122.96/123.20                                                         multiplication(B,C)) is composed into 
% 122.96/123.20  [246]
% 122.96/123.20  multiplication(multiplication(A,B),C) <->
% 122.96/123.20  multiplication(A,multiplication(B,C))
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1550]
% 122.96/123.20  multiplication(multiplication(A,B),zero) addition multiplication(A,multiplication(B,C))
% 122.96/123.20  -> multiplication(A,multiplication(B,C))
% 122.96/123.20  Rule
% 122.96/123.20  [247]
% 122.96/123.20  multiplication(multiplication(A,B),zero) addition multiplication(A,multiplication(B,C))
% 122.96/123.20  <-> multiplication(multiplication(A,B),C) collapsed.
% 122.96/123.20  Current number of equations to process: 4151
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1420
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1551]
% 122.96/123.20  leq(multiplication(A,zero) addition B,multiplication(multiplication(star(C),A),V_3) addition B)
% 122.96/123.20  -> true
% 122.96/123.20  Current number of equations to process: 4150
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1421
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1552]
% 122.96/123.20  leq(multiplication(A,zero) addition B,multiplication(multiplication(strong_iteration(C),A),V_3) addition B)
% 122.96/123.20  -> true
% 122.96/123.20  Current number of equations to process: 4149
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1422
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1553]
% 122.96/123.20  leq(multiplication(A,multiplication(B,zero)),multiplication(A,multiplication(B,C)))
% 122.96/123.20  -> true
% 122.96/123.20  Current number of equations to process: 4262
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1423
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1554]
% 122.96/123.20  leq(multiplication(A,multiplication(B,zero)),multiplication(A,multiplication(B,C)) addition V_3)
% 122.96/123.20  -> true
% 122.96/123.20  Current number of equations to process: 4261
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1424
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1555]
% 122.96/123.20  leq(multiplication(A,star(A)) addition B,strong_iteration(A) addition B) ->
% 122.96/123.20  true
% 122.96/123.20  Current number of equations to process: 4492
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1425
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1556]
% 122.96/123.20  leq(multiplication(A,star(A)) addition B,strong_iteration(A) addition B addition C)
% 122.96/123.20  -> true
% 122.96/123.20  Current number of equations to process: 4514
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1426
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1557]
% 122.96/123.20  leq(multiplication(star(A),A) addition B,strong_iteration(A) addition B) ->
% 122.96/123.20  true
% 122.96/123.20  Current number of equations to process: 4785
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1427
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1558]
% 122.96/123.20  leq(multiplication(A,zero) addition multiplication(B,star(B)),star(B) addition A)
% 122.96/123.20  -> true
% 122.96/123.20  Current number of equations to process: 4807
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1428
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1559]
% 122.96/123.20  leq(multiplication(star(A),A) addition B,strong_iteration(A) addition B addition C)
% 122.96/123.20  -> true
% 122.96/123.20  Current number of equations to process: 4806
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1429
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1560]
% 122.96/123.20  leq(multiplication(A,zero) addition multiplication(B,star(B)),star(A) addition 
% 122.96/123.20                                                                star(B)) ->
% 122.96/123.20  true
% 122.96/123.20  Current number of equations to process: 4805
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1430
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1561]
% 122.96/123.20  leq(multiplication(A,zero) addition multiplication(B,star(B)),strong_iteration(A) addition 
% 122.96/123.20                                                                star(B)) ->
% 122.96/123.20  true
% 122.96/123.20  Current number of equations to process: 4804
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1431
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1562]
% 122.96/123.20  leq(multiplication(A,star(A)) addition B,multiplication(star(C),strong_iteration(A)) addition B)
% 122.96/123.20  -> true
% 122.96/123.20  Current number of equations to process: 4803
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1432
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1563]
% 122.96/123.20  leq(multiplication(A,star(A)) addition B,multiplication(strong_iteration(C),
% 122.96/123.20                                           strong_iteration(A)) addition B) ->
% 122.96/123.20  true
% 122.96/123.20  Current number of equations to process: 4802
% 122.96/123.20  Current number of ordered equations: 0
% 122.96/123.20  Current number of rules: 1433
% 122.96/123.20  New rule produced :
% 122.96/123.20  [1564]
% 122.96/123.20  leq(multiplication(star(A),A) addition multiplication(B,zero),star(A) addition B)
% 133.87/134.11  -> true
% 133.87/134.11  Current number of equations to process: 1904
% 133.87/134.11  Current number of ordered equations: 0
% 133.87/134.11  Current number of rules: 1434
% 133.87/134.11  New rule produced :
% 133.87/134.11  [1565]
% 133.87/134.11  leq(multiplication(star(A),A) addition multiplication(B,zero),star(A) addition 
% 133.87/134.11                                                                star(B)) ->
% 133.87/134.11  true
% 133.87/134.11  Current number of equations to process: 1903
% 133.87/134.11  Current number of ordered equations: 0
% 133.87/134.11  Current number of rules: 1435
% 133.87/134.11  New rule produced :
% 133.87/134.11  [1566]
% 133.87/134.11  leq(multiplication(star(A),A) addition multiplication(B,zero),strong_iteration(B) addition 
% 133.87/134.11                                                                star(A)) ->
% 133.87/134.11  true
% 133.87/134.11  Current number of equations to process: 1902
% 133.87/134.11  Current number of ordered equations: 0
% 133.87/134.11  Current number of rules: 1436
% 133.87/134.11  New rule produced :
% 133.87/134.11  [1567]
% 133.87/134.11  leq(multiplication(star(A),A) addition B,multiplication(star(C),strong_iteration(A)) addition B)
% 133.87/134.11  -> true
% 133.87/134.11  Current number of equations to process: 1901
% 133.87/134.11  Current number of ordered equations: 0
% 133.87/134.11  Current number of rules: 1437
% 133.87/134.11  New rule produced :
% 133.87/134.13  [1568]
% 133.87/134.13  leq(multiplication(star(A),A) addition B,multiplication(strong_iteration(C),
% 133.87/134.13                                           strong_iteration(A)) addition B) ->
% 133.87/134.13  true
% 133.87/134.13  Current number of equations to process: 1900
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1438
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1569]
% 133.87/134.13  leq(multiplication(A,zero) addition multiplication(B,strong_iteration(B)),
% 133.87/134.13  strong_iteration(B) addition A) -> true
% 133.87/134.13  Current number of equations to process: 2197
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1439
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1570]
% 133.87/134.13  leq(multiplication(A,zero) addition multiplication(B,strong_iteration(B)),
% 133.87/134.13  strong_iteration(B) addition star(A)) -> true
% 133.87/134.13  Current number of equations to process: 2196
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1440
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1571]
% 133.87/134.13  leq(multiplication(A,zero) addition multiplication(B,strong_iteration(B)),
% 133.87/134.13  strong_iteration(A) addition strong_iteration(B)) -> true
% 133.87/134.13  Current number of equations to process: 2195
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1441
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1572]
% 133.87/134.13  leq(multiplication(sK1_goals_X1,zero) addition multiplication(sK2_goals_X0,sK1_goals_X1),
% 133.87/134.13  multiplication(sK1_goals_X1,sK2_goals_X0) addition A) -> true
% 133.87/134.13  Current number of equations to process: 2270
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1442
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1573]
% 133.87/134.13  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(A,zero),
% 133.87/134.13  multiplication(sK1_goals_X1,sK2_goals_X0) addition A) -> true
% 133.87/134.13  Current number of equations to process: 2510
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1443
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1574]
% 133.87/134.13  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(A,zero),
% 133.87/134.13  star(A) addition multiplication(sK1_goals_X1,sK2_goals_X0)) -> true
% 133.87/134.13  Current number of equations to process: 2509
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1444
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1575]
% 133.87/134.13  leq(multiplication(sK2_goals_X0,sK1_goals_X1) addition multiplication(A,zero),
% 133.87/134.13  strong_iteration(A) addition multiplication(sK1_goals_X1,sK2_goals_X0)) ->
% 133.87/134.13  true
% 133.87/134.13  Current number of equations to process: 2508
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1445
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1576]
% 133.87/134.13  leq(multiplication(multiplication(A,B),zero) addition A,multiplication(A,
% 133.87/134.13                                                          star(B)) addition C)
% 133.87/134.13  -> true
% 133.87/134.13  Current number of equations to process: 2506
% 133.87/134.13  Current number of ordered equations: 1
% 133.87/134.13  Current number of rules: 1446
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1577]
% 133.87/134.13  leq(multiplication(multiplication(A,B),zero) addition C,multiplication(A,
% 133.87/134.13                                                          star(B)) addition C)
% 133.87/134.13  -> true
% 133.87/134.13  Current number of equations to process: 2506
% 133.87/134.13  Current number of ordered equations: 0
% 133.87/134.13  Current number of rules: 1447
% 133.87/134.13  New rule produced :
% 133.87/134.13  [1578]
% 133.87/134.13  leq(multiplication(A,zero) addition B,multiplication(star(A),B) addition C)
% 133.87/134.13  -> true
% 133.87/134.13  Current number of equations to process: 2727
% 133.87/134.13  Current number of ordered equations: 1
% 133.87/134.13  Current number of rules: 1448
% 133.87/134.13  New rule produced :
% 136.26/136.58  [1579]
% 136.26/136.58  leq(multiplication(A,zero) addition B,multiplication(star(A),C) addition B)
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2727
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1449
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1580]
% 136.26/136.58  leq(multiplication(A,zero) addition B,multiplication(strong_iteration(A),B) addition C)
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2795
% 136.26/136.58  Current number of ordered equations: 1
% 136.26/136.58  Current number of rules: 1450
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1581]
% 136.26/136.58  leq(multiplication(A,zero) addition B,multiplication(strong_iteration(A),C) addition B)
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2795
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1451
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1582] leq(multiplication(multiplication(A,A),star(A)),star(A)) -> true
% 136.26/136.58  Current number of equations to process: 2867
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1452
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1583]
% 136.26/136.58  leq(multiplication(multiplication(A,A),star(A)),star(A) addition B) -> true
% 136.26/136.58  Current number of equations to process: 2868
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1453
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1584]
% 136.26/136.58  leq(multiplication(A,zero) addition multiplication(B,zero),multiplication(B,C) addition A)
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2866
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1454
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1585]
% 136.26/136.58  leq(multiplication(sK1_goals_X1,zero) addition multiplication(sK2_goals_X0,zero),
% 136.26/136.58  multiplication(sK1_goals_X1,sK2_goals_X0) addition A) -> true
% 136.26/136.58  Current number of equations to process: 2865
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1455
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1586]
% 136.26/136.58  leq(multiplication(multiplication(A,B),multiplication(B,star(B))),multiplication(A,
% 136.26/136.58                                                                    star(B)))
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2864
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1456
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1587]
% 136.26/136.58  leq(multiplication(A,zero) addition multiplication(B,zero),star(A) addition 
% 136.26/136.58                                                             multiplication(B,C))
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2863
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1457
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1588]
% 136.26/136.58  leq(multiplication(A,zero) addition multiplication(B,zero),strong_iteration(A) addition 
% 136.26/136.58                                                             multiplication(B,C))
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2862
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1458
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1589]
% 136.26/136.58  leq(one addition multiplication(star(A),zero),multiplication(star(A),star(B)) addition C)
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2861
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1459
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1590]
% 136.26/136.58  leq(one addition multiplication(strong_iteration(A),zero),multiplication(
% 136.26/136.58                                                            strong_iteration(A),
% 136.26/136.58                                                            star(B)) addition C)
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2860
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1460
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1591]
% 136.26/136.58  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 136.26/136.58                                                   star(B)) addition A) -> true
% 136.26/136.58  Current number of equations to process: 2859
% 136.26/136.58  Current number of ordered equations: 0
% 136.26/136.58  Current number of rules: 1461
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1592]
% 136.26/136.58  leq(multiplication(multiplication(A,B),zero) addition A,multiplication(A,
% 136.26/136.58                                                          strong_iteration(B)) addition C)
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2857
% 136.26/136.58  Current number of ordered equations: 1
% 136.26/136.58  Current number of rules: 1462
% 136.26/136.58  New rule produced :
% 136.26/136.58  [1593]
% 136.26/136.58  leq(multiplication(multiplication(A,B),zero) addition C,multiplication(A,
% 136.26/136.58                                                          strong_iteration(B)) addition C)
% 136.26/136.58  -> true
% 136.26/136.58  Current number of equations to process: 2857
% 136.26/136.58  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1463
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1594]
% 137.27/137.57  leq(one addition multiplication(star(A),zero),multiplication(star(A),
% 137.27/137.57                                                strong_iteration(B)) addition C)
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2856
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1464
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1595]
% 137.27/137.57  leq(one addition multiplication(strong_iteration(A),zero),multiplication(
% 137.27/137.57                                                            strong_iteration(A),
% 137.27/137.57                                                            strong_iteration(B)) addition C)
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2855
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1465
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1596]
% 137.27/137.57  leq(multiplication(A,zero) addition B,multiplication(star(A),C) addition B addition V_3)
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2854
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1466
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1597]
% 137.27/137.57  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(multiplication(sK1_goals_X1,sK2_goals_X0),
% 137.27/137.57                                                   strong_iteration(B)) addition A)
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2853
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1467
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1598]
% 137.27/137.57  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(star(B),
% 137.27/137.57                                                   multiplication(sK1_goals_X1,sK2_goals_X0)) addition A)
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2852
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1468
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1599]
% 137.27/137.57  leq(multiplication(A,zero) addition B,multiplication(strong_iteration(A),C) addition B addition V_3)
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2851
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1469
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1600]
% 137.27/137.57  leq(multiplication(sK2_goals_X0,zero) addition A,multiplication(strong_iteration(B),
% 137.27/137.57                                                   multiplication(sK1_goals_X1,sK2_goals_X0)) addition A)
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2850
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1470
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1601]
% 137.27/137.57  leq(multiplication(A,multiplication(B,star(B))),multiplication(multiplication(A,
% 137.27/137.57                                                                 star(B)),
% 137.27/137.57                                                  star(C))) -> true
% 137.27/137.57  Current number of equations to process: 2849
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1471
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1602]
% 137.27/137.57  leq(multiplication(A,multiplication(B,star(B))),multiplication(strong_iteration(C),
% 137.27/137.57                                                  multiplication(A,star(B))))
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2847
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1472
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1603]
% 137.27/137.57  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,strong_iteration(B)))
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2869
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1473
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1604]
% 137.27/137.57  leq(multiplication(A,multiplication(B,star(B))),multiplication(A,strong_iteration(B)) addition C)
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2868
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1474
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1605]
% 137.27/137.57  leq(multiplication(A,multiplication(B,star(B))),multiplication(multiplication(A,
% 137.27/137.57                                                                 star(B)),
% 137.27/137.57                                                  strong_iteration(C))) -> true
% 137.27/137.57  Current number of equations to process: 2867
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1475
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1606]
% 137.27/137.57  leq(multiplication(A,multiplication(B,star(B))),multiplication(star(C),
% 137.27/137.57                                                  multiplication(A,star(B))))
% 137.27/137.57  -> true
% 137.27/137.57  Current number of equations to process: 2866
% 137.27/137.57  Current number of ordered equations: 0
% 137.27/137.57  Current number of rules: 1476
% 137.27/137.57  New rule produced :
% 137.27/137.57  [1607] leq(multiplication(A,multiplication(star(A),A)),star(A)) -> true
% 138.59/138.86  Current number of equations to process: 2896
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1477
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1608]
% 138.59/138.86  leq(multiplication(A,multiplication(star(A),A)),star(A) addition B) -> true
% 138.59/138.86  Current number of equations to process: 2897
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1478
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1609]
% 138.59/138.86  leq(multiplication(multiplication(A,B),multiplication(star(B),B)),multiplication(A,
% 138.59/138.86                                                                    star(B)))
% 138.59/138.86  -> true
% 138.59/138.86  Current number of equations to process: 2895
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1479
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1610]
% 138.59/138.86  leq(multiplication(A,multiplication(star(B),B)),multiplication(multiplication(A,
% 138.59/138.86                                                                 star(B)),
% 138.59/138.86                                                  star(C))) -> true
% 138.59/138.86  Current number of equations to process: 2894
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1480
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1611]
% 138.59/138.86  leq(multiplication(A,multiplication(star(B),B)),multiplication(strong_iteration(C),
% 138.59/138.86                                                  multiplication(A,star(B))))
% 138.59/138.86  -> true
% 138.59/138.86  Current number of equations to process: 2892
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1481
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1612]
% 138.59/138.86  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,strong_iteration(B)))
% 138.59/138.86  -> true
% 138.59/138.86  Current number of equations to process: 2912
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1482
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1613]
% 138.59/138.86  leq(multiplication(A,multiplication(star(B),B)),multiplication(A,strong_iteration(B)) addition C)
% 138.59/138.86  -> true
% 138.59/138.86  Current number of equations to process: 2911
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1483
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1614]
% 138.59/138.86  leq(multiplication(A,multiplication(star(B),B)),multiplication(multiplication(A,
% 138.59/138.86                                                                 star(B)),
% 138.59/138.86                                                  strong_iteration(C))) -> true
% 138.59/138.86  Current number of equations to process: 2910
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1484
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1615]
% 138.59/138.86  leq(multiplication(A,multiplication(star(B),B)),multiplication(star(C),
% 138.59/138.86                                                  multiplication(A,star(B))))
% 138.59/138.86  -> true
% 138.59/138.86  Current number of equations to process: 2909
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1485
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1616]
% 138.59/138.86  leq(multiplication(multiplication(A,A),strong_iteration(A)),strong_iteration(A))
% 138.59/138.86  -> true
% 138.59/138.86  Current number of equations to process: 2935
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1486
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1617]
% 138.59/138.86  leq(multiplication(multiplication(A,A),strong_iteration(A)),strong_iteration(A) addition B)
% 138.59/138.86  -> true
% 138.59/138.86  Current number of equations to process: 2936
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1487
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1618]
% 138.59/138.86  leq(multiplication(A,multiplication(B,strong_iteration(B))),multiplication(
% 138.59/138.86                                                              multiplication(A,
% 138.59/138.86                                                              strong_iteration(B)),
% 138.59/138.86                                                              star(C))) -> true
% 138.59/138.86  Current number of equations to process: 2935
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1488
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1619]
% 138.59/138.86  leq(multiplication(A,multiplication(B,strong_iteration(B))),multiplication(
% 138.59/138.86                                                              strong_iteration(C),
% 138.59/138.86                                                              multiplication(A,
% 138.59/138.86                                                              strong_iteration(B))))
% 138.59/138.86  -> true
% 138.59/138.86  Current number of equations to process: 2934
% 138.59/138.86  Current number of ordered equations: 0
% 138.59/138.86  Current number of rules: 1489
% 138.59/138.86  New rule produced :
% 138.59/138.86  [1620]
% 138.59/138.86  leq(multiplication(A,multiplication(B,strong_iteration(B))),multiplication(
% 138.59/138.86                                                              multiplication(A,
% 138.59/138.86                                                              strong_iteration(B)),
% 140.17/140.44                                                              strong_iteration(C)))
% 140.17/140.44  -> true
% 140.17/140.44  Current number of equations to process: 2953
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1490
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1621]
% 140.17/140.44  leq(multiplication(A,multiplication(B,strong_iteration(B))),multiplication(
% 140.17/140.44                                                              star(C),multiplication(A,
% 140.17/140.44                                                                      strong_iteration(B))))
% 140.17/140.44  -> true
% 140.17/140.44  Current number of equations to process: 2952
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1491
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1622]
% 140.17/140.44  leq(multiplication(multiplication(A,star(A)),A),star(A) addition B) -> true
% 140.17/140.44  Current number of equations to process: 2973
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1492
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1623] leq(multiplication(multiplication(A,star(A)),A),star(A)) -> true
% 140.17/140.44  Current number of equations to process: 2975
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1493
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1624]
% 140.17/140.44  leq(multiplication(multiplication(A,B),multiplication(B,strong_iteration(B))),
% 140.17/140.44  multiplication(A,strong_iteration(B))) -> true
% 140.17/140.44  Current number of equations to process: 2977
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1494
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1625]
% 140.17/140.44  leq(multiplication(multiplication(A,star(A)),B),multiplication(multiplication(
% 140.17/140.44                                                                 star(A),B),
% 140.17/140.44                                                  star(C))) -> true
% 140.17/140.44  Current number of equations to process: 2976
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1495
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1626]
% 140.17/140.44  leq(multiplication(multiplication(A,star(A)),B),multiplication(strong_iteration(C),
% 140.17/140.44                                                  multiplication(star(A),B)))
% 140.17/140.44  -> true
% 140.17/140.44  Current number of equations to process: 2974
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1496
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1627]
% 140.17/140.44  leq(multiplication(multiplication(A,star(A)),star(B)),multiplication(
% 140.17/140.44                                                        star(A),strong_iteration(B)))
% 140.17/140.44  -> true
% 140.17/140.44  Current number of equations to process: 2998
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1497
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1628]
% 140.17/140.44  leq(multiplication(multiplication(A,star(A)),B),multiplication(multiplication(
% 140.17/140.44                                                                 star(A),B),
% 140.17/140.44                                                  strong_iteration(C))) -> true
% 140.17/140.44  Current number of equations to process: 2997
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1498
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1629]
% 140.17/140.44  leq(multiplication(multiplication(A,star(A)),B),multiplication(star(C),
% 140.17/140.44                                                  multiplication(star(A),B)))
% 140.17/140.44  -> true
% 140.17/140.44  Current number of equations to process: 2996
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1499
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1630]
% 140.17/140.44  leq(multiplication(star(A),multiplication(A,A)),star(A) addition star(B)) ->
% 140.17/140.44  true
% 140.17/140.44  Current number of equations to process: 3030
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1500
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1631]
% 140.17/140.44  leq(multiplication(multiplication(A,star(A)),multiplication(A,B)),multiplication(
% 140.17/140.44                                                                    star(A),B))
% 140.17/140.44  -> true
% 140.17/140.44  Current number of equations to process: 3029
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1501
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1632]
% 140.17/140.44  leq(multiplication(multiplication(star(A),A),B),multiplication(multiplication(
% 140.17/140.44                                                                 star(A),B),
% 140.17/140.44                                                  star(C))) -> true
% 140.17/140.44  Current number of equations to process: 3028
% 140.17/140.44  Current number of ordered equations: 0
% 140.17/140.44  Current number of rules: 1502
% 140.17/140.44  New rule produced :
% 140.17/140.44  [1633]
% 140.17/140.44  leq(multiplication(star(A),multiplication(A,A)),star(A) addition star(B) addition C)
% 140.17/140.44  -> true
% 140.17/140.44  Current number of equations to process: 3027
% 140.17/140.44  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1503
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1634]
% 141.69/141.96  leq(multiplication(multiplication(star(A),A),B),multiplication(strong_iteration(C),
% 141.69/141.96                                                  multiplication(star(A),B)))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3026
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1504
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1635]
% 141.69/141.96  leq(multiplication(multiplication(star(A),A),star(B)),multiplication(
% 141.69/141.96                                                        star(A),strong_iteration(B)))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3051
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1505
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1636]
% 141.69/141.96  leq(multiplication(multiplication(star(A),A),B),multiplication(multiplication(
% 141.69/141.96                                                                 star(A),B),
% 141.69/141.96                                                  strong_iteration(C))) -> true
% 141.69/141.96  Current number of equations to process: 3050
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1506
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1637]
% 141.69/141.96  leq(multiplication(multiplication(star(A),A),B),multiplication(star(C),
% 141.69/141.96                                                  multiplication(star(A),B)))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3049
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1507
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1638]
% 141.69/141.96  leq(multiplication(multiplication(star(A),A),multiplication(A,B)),multiplication(
% 141.69/141.96                                                                    star(A),B))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3078
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1508
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1639]
% 141.69/141.96  leq(multiplication(multiplication(A,strong_iteration(A)),B),multiplication(
% 141.69/141.96                                                              multiplication(
% 141.69/141.96                                                              strong_iteration(A),B),
% 141.69/141.96                                                              star(C))) -> true
% 141.69/141.96  Current number of equations to process: 3077
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1509
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1640]
% 141.69/141.96  leq(multiplication(multiplication(A,strong_iteration(A)),B),multiplication(
% 141.69/141.96                                                              strong_iteration(C),
% 141.69/141.96                                                              multiplication(
% 141.69/141.96                                                              strong_iteration(A),B)))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3076
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1510
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1641]
% 141.69/141.96  leq(multiplication(multiplication(A,strong_iteration(A)),star(B)),multiplication(
% 141.69/141.96                                                                    strong_iteration(A),
% 141.69/141.96                                                                    strong_iteration(B)))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3099
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1511
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1642]
% 141.69/141.96  leq(multiplication(multiplication(A,strong_iteration(A)),B),multiplication(
% 141.69/141.96                                                              multiplication(
% 141.69/141.96                                                              strong_iteration(A),B),
% 141.69/141.96                                                              strong_iteration(C)))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3098
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1512
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1643]
% 141.69/141.96  leq(multiplication(multiplication(A,strong_iteration(A)),B),multiplication(
% 141.69/141.96                                                              star(C),multiplication(
% 141.69/141.96                                                                      strong_iteration(A),B)))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3097
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1513
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1644]
% 141.69/141.96  leq(multiplication(multiplication(A,strong_iteration(A)),A),strong_iteration(A))
% 141.69/141.96  -> true
% 141.69/141.96  Current number of equations to process: 3111
% 141.69/141.96  Current number of ordered equations: 0
% 141.69/141.96  Current number of rules: 1514
% 141.69/141.96  New rule produced :
% 141.69/141.96  [1645]
% 141.69/141.96  leq(multiplica
%------------------------------------------------------------------------------