TSTP Solution File: BOO106-1 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : BOO106-1 : TPTP v6.0.0. Released v2.6.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n168.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32286.75MB
% OS       : Linux 2.6.32-431.11.2.el6.x86_64
% CPULimit : 300s
% DateTime : Tue Jun 10 00:19:25 EDT 2014

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

% Comments : 
%------------------------------------------------------------------------------
%----NO SOLUTION OUTPUT BY SYSTEM
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem  : BOO106-1 : TPTP v6.0.0. Released v2.6.0.
% % Command  : tptp2X_and_run_cime %s
% % Computer : n168.star.cs.uiowa.edu
% % Model    : x86_64 x86_64
% % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% % Memory   : 32286.75MB
% % OS       : Linux 2.6.32-431.11.2.el6.x86_64
% % CPULimit : 300
% % DateTime : Fri Jun  6 00:56:23 CDT 2014
% % CPUTime  : 300.00 
% Processing problem /tmp/CiME_38585_n168.star.cs.uiowa.edu
% #verbose 1;
% let F = signature " c,b,a : constant;  nand : 2;";
% let X = vars "A B C";
% let Axioms = equations F X "
% nand(nand(nand(nand(A,B),C),C),nand(B,nand(A,C))) = B;
% ";
% 
% let s1 = status F "
% c lr_lex;
% b lr_lex;
% a lr_lex;
% nand lr_lex;
% ";
% 
% let p1 = precedence F "
% nand > a > b > c";
% 
% let s2 = status F "
% c mul;
% b mul;
% a mul;
% nand mul;
% ";
% 
% let p2 = precedence F "
% nand > a = b = c";
% 
% let o_auto = AUTO Axioms;
% 
% let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 
% let Conjectures = equations F X " nand(a,nand(b,nand(a,c))) = nand(nand(nand(c,b),b),a);"
% ;
% (*
% let Red_Axioms = normalize_equations Defining_rules Axioms;
% 
% let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% *)
% #time on;
% 
% let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 
% #time off;
% 
% 
% let status = if res then "unsatisfiable" else "satisfiable";
% #quit;
% Verbose level is now 1
% 
% F : signature = <signature>
% X : variable_set = <variable set>
% 
% Axioms : (F,X) equations = { nand(nand(nand(nand(A,B),C),C),nand(B,nand(A,C)))
% = B } (1 equation(s))
% s1 : F status = <status>
% p1 : F precedence = <precedence>
% s2 : F status = <status>
% p2 : F precedence = <precedence>
% o_auto : F term_ordering = <term ordering>
% o : F term_ordering = <term ordering>
% Conjectures : (F,X) equations = { nand(a,nand(b,nand(a,c))) =
% nand(nand(nand(c,b),b),a) } (1 equation(s))
% time is now on
% 
% Initializing completion ...
% New rule produced :
% [1] nand(nand(nand(nand(A,B),C),C),nand(B,nand(A,C))) -> B
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 1
% New rule produced :
% [2]
% nand(nand(A,nand(A,nand(B,C))),nand(C,nand(nand(nand(B,A),C),nand(A,nand(B,C)))))
% -> C
% Current number of equations to process: 3
% Current number of ordered equations: 0
% Current number of rules: 2
% New rule produced :
% [3]
% nand(nand(nand(nand(A,nand(nand(nand(B,A),C),C)),nand(B,C)),nand(B,C)),A) ->
% nand(nand(nand(B,A),C),C)
% Current number of equations to process: 13
% Current number of ordered equations: 0
% Current number of rules: 3
% New rule produced :
% [4]
% nand(nand(nand(A,B),B),nand(nand(A,nand(C,V_3)),nand(nand(nand(nand(C,A),V_3),V_3),B)))
% -> nand(A,nand(C,V_3))
% Current number of equations to process: 29
% Current number of ordered equations: 0
% Current number of rules: 4
% New rule produced :
% [5]
% nand(nand(nand(A,nand(A,nand(B,C))),nand(A,nand(B,C))),nand(nand(A,nand(B,C)),A))
% -> nand(A,nand(B,C))
% Current number of equations to process: 58
% Current number of ordered equations: 0
% Current number of rules: 5
% New rule produced :
% [6] nand(nand(nand(A,nand(A,B)),nand(A,B)),nand(nand(A,B),A)) -> nand(A,B)
% Rule
% [5]
% nand(nand(nand(A,nand(A,nand(B,C))),nand(A,nand(B,C))),nand(nand(A,nand(B,C)),A))
% -> nand(A,nand(B,C)) collapsed.
% Current number of equations to process: 63
% Current number of ordered equations: 0
% Current number of rules: 5
% New rule produced :
% [7]
% nand(nand(nand(nand(nand(nand(A,B),C),C),B),B),nand(B,nand(nand(nand(A,B),C),C)))
% -> B
% Current number of equations to process: 82
% Current number of ordered equations: 0
% Current number of rules: 6
% New rule produced :
% [8]
% nand(nand(nand(nand(A,nand(A,nand(B,C))),C),C),nand(C,nand(A,nand(A,nand(B,C)))))
% -> C
% Current number of equations to process: 81
% Current number of ordered equations: 0
% Current number of rules: 7
% New rule produced :
% [9]
% nand(nand(nand(nand(nand(nand(nand(A,B),C),C),V_3),nand(B,nand(A,C))),
% nand(B,nand(A,C))),nand(V_3,B)) -> V_3
% Current number of equations to process: 138
% Current number of ordered equations: 0
% Current number of rules: 8
% New rule produced :
% [10]
% nand(nand(nand(nand(nand(A,B),B),nand(A,C)),nand(A,C)),nand(nand(A,C),
% nand(nand(A,B),B))) ->
% nand(A,C)
% Current number of equations to process: 204
% Current number of ordered equations: 0
% Current number of rules: 9
% New rule produced :
% [11]
% nand(nand(nand(nand(A,nand(A,B)),nand(B,C)),nand(B,C)),nand(nand(B,C),
% nand(A,nand(A,B)))) ->
% nand(B,C)
% Current number of equations to process: 236
% Current number of ordered equations: 0
% Current number of rules: 10
% New rule produced :
% [12]
% nand(nand(nand(nand(nand(A,B),nand(nand(A,nand(A,B)),nand(A,B))),A),A),
% nand(A,B)) -> nand(nand(A,nand(A,B)),nand(A,B))
% Current number of equations to process: 287
% Current number of ordered equations: 0
% Current number of rules: 11
% New rule produced :
% [13]
% nand(nand(nand(A,B),nand(nand(A,B),A)),nand(nand(A,B),nand(nand(A,nand(A,B)),
% nand(nand(A,B),A)))) ->
% nand(A,B)
% Current number of equations to process: 319
% Current number of ordered equations: 0
% Current number of rules: 12
% New rule produced :
% [14]
% nand(nand(nand(nand(A,B),C),C),nand(nand(nand(A,B),A),nand(nand(nand(A,
% nand(A,B)),
% nand(A,B)),C))) ->
% nand(nand(A,B),A)
% Current number of equations to process: 353
% Current number of ordered equations: 0
% Current number of rules: 13
% New rule produced :
% [15]
% nand(nand(nand(nand(nand(nand(A,nand(A,B)),nand(A,B)),C),nand(nand(A,B),A)),
% nand(nand(A,B),A)),nand(C,nand(A,B))) -> C
% Current number of equations to process: 409
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced :
% [16]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,A),C),C))),A),A),nand(A,
% nand(A,
% nand(A,
% nand(nand(
% nand(B,A),C),C)))))
% -> A
% Current number of equations to process: 464
% Current number of ordered equations: 0
% Current number of rules: 15
% New rule produced :
% [17]
% nand(nand(nand(nand(nand(nand(nand(nand(A,B),C),C),V_3),V_3),B),B),nand(B,
% nand(
% nand(
% nand(
% nand(
% nand(A,B),C),C),V_3),V_3)))
% -> B
% Current number of equations to process: 520
% Current number of ordered equations: 0
% Current number of rules: 16
% New rule produced :
% [18]
% nand(nand(nand(nand(A,nand(A,nand(B,C))),A),A),nand(A,nand(A,nand(A,nand(B,C)))))
% -> A
% Rule
% [16]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,A),C),C))),A),A),nand(A,
% nand(A,
% nand(A,
% nand(nand(
% nand(B,A),C),C)))))
% -> A collapsed.
% Current number of equations to process: 537
% Current number of ordered equations: 0
% Current number of rules: 16
% New rule produced :
% [19] nand(nand(nand(nand(A,nand(A,B)),A),A),nand(A,nand(A,nand(A,B)))) -> A
% Rule
% [18]
% nand(nand(nand(nand(A,nand(A,nand(B,C))),A),A),nand(A,nand(A,nand(A,nand(B,C)))))
% -> A collapsed.
% Current number of equations to process: 564
% Current number of ordered equations: 0
% Current number of rules: 16
% New rule produced :
% [20]
% nand(nand(A,nand(A,nand(A,nand(A,B)))),nand(A,nand(nand(nand(A,nand(A,B)),A),
% nand(A,nand(A,nand(A,B)))))) ->
% A
% Current number of equations to process: 618
% Current number of ordered equations: 0
% Current number of rules: 17
% New rule produced :
% [21]
% nand(nand(nand(A,B),B),nand(nand(A,nand(A,nand(A,C))),nand(nand(nand(
% nand(A,
% nand(A,C)),A),A),B)))
% -> nand(A,nand(A,nand(A,C)))
% Current number of equations to process: 664
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced :
% [22]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,C),V_3),V_3))),C),C),nand(C,
% nand(A,
% nand(A,
% nand(
% nand(
% nand(B,C),V_3),V_3)))))
% -> C
% Current number of equations to process: 743
% Current number of ordered equations: 0
% Current number of rules: 19
% New rule produced :
% [23]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),C),C),nand(C,
% nand(
% nand(
% nand(A,
% nand(A,
% nand(B,C))),V_3),V_3)))
% -> C
% Current number of equations to process: 814
% Current number of ordered equations: 0
% Current number of rules: 20
% New rule produced :
% [24]
% nand(nand(nand(nand(A,nand(nand(nand(A,nand(A,B)),A),A)),nand(A,nand(A,B))),
% nand(A,nand(A,B))),A) -> nand(nand(nand(A,nand(A,B)),A),A)
% Current number of equations to process: 884
% Current number of ordered equations: 1
% Current number of rules: 21
% New rule produced :
% [25]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),V_3),V_3),
% nand(V_3,nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))))) -> V_3
% Current number of equations to process: 943
% Current number of ordered equations: 0
% Current number of rules: 22
% New rule produced :
% [26]
% nand(nand(nand(nand(nand(nand(nand(A,nand(A,B)),A),A),A),B),B),nand(B,
% nand(nand(
% nand(
% nand(A,
% nand(A,B)),A),A),A)))
% -> B
% Current number of equations to process: 1031
% Current number of ordered equations: 0
% Current number of rules: 23
% New rule produced :
% [27]
% nand(nand(nand(nand(nand(A,B),C),C),B),nand(nand(A,C),nand(nand(nand(B,
% nand(
% nand(
% nand(A,B),C),C)),
% nand(A,C)),B))) ->
% nand(A,C)
% Current number of equations to process: 1093
% Current number of ordered equations: 0
% Current number of rules: 24
% New rule produced :
% [28]
% nand(nand(nand(nand(nand(nand(nand(A,nand(A,B)),A),A),C),nand(A,nand(A,
% nand(A,B)))),
% nand(A,nand(A,nand(A,B)))),nand(C,A)) -> C
% Current number of equations to process: 1210
% Current number of ordered equations: 0
% Current number of rules: 25
% New rule produced :
% [29]
% nand(nand(nand(nand(A,nand(A,B)),B),B),nand(nand(A,B),nand(nand(nand(A,B),
% nand(nand(
% nand(A,
% nand(A,B)),B),B)),
% nand(A,B)))) ->
% nand(A,B)
% Current number of equations to process: 1312
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced :
% [30]
% nand(nand(nand(nand(nand(nand(nand(A,B),C),C),B),nand(A,C)),nand(A,C)),
% nand(nand(A,C),nand(nand(nand(nand(A,B),C),C),B))) -> nand(A,C)
% Current number of equations to process: 1391
% Current number of ordered equations: 0
% Current number of rules: 27
% New rule produced :
% [31]
% nand(nand(nand(nand(nand(nand(nand(A,B),B),C),C),nand(A,V_3)),nand(A,V_3)),
% nand(nand(A,V_3),nand(nand(nand(nand(A,B),B),C),C))) -> nand(A,V_3)
% Current number of equations to process: 1518
% Current number of ordered equations: 0
% Current number of rules: 28
% New rule produced :
% [32]
% nand(nand(A,nand(A,nand(nand(A,A),B))),nand(nand(A,nand(nand(A,A),B)),
% nand(nand(nand(nand(A,A),A),B),B))) ->
% nand(A,nand(nand(A,A),B))
% Current number of equations to process: 1590
% Current number of ordered equations: 0
% Current number of rules: 29
% New rule produced :
% [33]
% nand(nand(nand(nand(A,B),nand(A,nand(A,nand(A,B)))),nand(A,nand(A,nand(A,B)))),
% nand(nand(nand(A,B),nand(A,A)),A)) -> nand(nand(A,B),nand(A,A))
% Current number of equations to process: 1677
% Current number of ordered equations: 0
% Current number of rules: 30
% New rule produced :
% [34]
% nand(nand(nand(A,nand(nand(A,B),nand(A,A))),nand(nand(A,B),nand(A,A))),
% nand(nand(A,nand(A,nand(A,B))),nand(A,B))) -> nand(A,nand(A,nand(A,B)))
% Current number of equations to process: 1765
% Current number of ordered equations: 0
% Current number of rules: 31
% New rule produced :
% [35]
% nand(nand(nand(nand(A,nand(A,nand(nand(B,C),C))),nand(B,V_3)),nand(B,V_3)),
% nand(nand(B,V_3),nand(A,nand(A,nand(nand(B,C),C))))) -> nand(B,V_3)
% Current number of equations to process: 1855
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced :
% [36]
% nand(nand(nand(nand(nand(nand(A,nand(A,B)),C),C),nand(B,V_3)),nand(B,V_3)),
% nand(nand(B,V_3),nand(nand(nand(A,nand(A,B)),C),C))) -> nand(B,V_3)
% Current number of equations to process: 1976
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced :
% [37]
% nand(nand(A,nand(A,nand(A,nand(A,A)))),nand(nand(A,nand(A,nand(A,A))),
% nand(nand(nand(A,nand(A,A)),A),A))) ->
% nand(A,nand(A,nand(A,A)))
% Current number of equations to process: 2041
% Current number of ordered equations: 0
% Current number of rules: 34
% New rule produced :
% [38]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,C)))),nand(C,V_3)),nand(C,V_3)),
% nand(nand(C,V_3),nand(A,nand(A,nand(B,nand(B,C)))))) -> nand(C,V_3)
% Current number of equations to process: 2133
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced :
% [39]
% nand(nand(nand(nand(nand(nand(nand(A,A),B),B),A),nand(B,C)),nand(B,C)),
% nand(nand(B,C),nand(nand(nand(nand(A,A),B),B),A))) -> nand(B,C)
% Current number of equations to process: 2251
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced :
% [40]
% nand(nand(A,nand(A,B)),nand(nand(B,nand(C,V_3)),nand(nand(nand(nand(nand(
% nand(C,B),V_3),V_3),A),
% nand(B,nand(C,V_3))),
% nand(A,B)))) ->
% nand(B,nand(C,V_3))
% Current number of equations to process: 2340
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced :
% [41]
% nand(nand(nand(nand(nand(nand(nand(A,nand(nand(nand(B,A),C),C)),nand(B,C)),
% nand(B,C)),V_3),A),A),nand(V_3,nand(nand(nand(B,A),C),C)))
% -> V_3
% Current number of equations to process: 2625
% Current number of ordered equations: 1
% Current number of rules: 38
% New rule produced :
% [42]
% nand(nand(nand(nand(nand(nand(A,B),C),C),V_3),V_3),nand(B,nand(nand(nand(
% nand(B,
% nand(
% nand(
% nand(A,B),C),C)),
% nand(A,C)),
% nand(A,C)),V_3)))
% -> B
% Current number of equations to process: 2831
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [43]
% nand(nand(nand(A,B),B),nand(nand(A,nand(nand(nand(C,A),V_3),V_3)),nand(
% nand(
% nand(
% nand(
% nand(
% nand(C,A),V_3),V_3),A),A),B)))
% -> nand(A,nand(nand(nand(C,A),V_3),V_3))
% Current number of equations to process: 3057
% Current number of ordered equations: 1
% Current number of rules: 40
% New rule produced :
% [44]
% nand(nand(A,nand(A,nand(nand(nand(B,A),C),C))),nand(A,nand(nand(nand(
% nand(
% nand(B,A),C),C),A),
% nand(A,nand(nand(
% nand(B,A),C),C)))))
% -> A
% Current number of equations to process: 3057
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced :
% [45]
% nand(nand(nand(A,B),B),nand(nand(A,nand(C,nand(C,nand(V_3,A)))),nand(
% nand(
% nand(
% nand(C,
% nand(C,
% nand(V_3,A))),A),A),B)))
% -> nand(A,nand(C,nand(C,nand(V_3,A))))
% Current number of equations to process: 3372
% Current number of ordered equations: 1
% Current number of rules: 42
% New rule produced :
% [46]
% nand(nand(A,nand(A,nand(B,nand(B,nand(C,A))))),nand(A,nand(nand(nand(B,
% nand(B,
% nand(C,A))),A),
% nand(A,nand(B,nand(B,
% nand(C,A)))))))
% -> A
% Current number of equations to process: 3372
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced :
% [47]
% nand(nand(nand(nand(nand(nand(A,nand(A,B)),nand(A,B)),nand(A,B)),A),A),
% nand(A,nand(nand(nand(A,nand(A,B)),nand(A,B)),nand(A,B)))) -> A
% Current number of equations to process: 3741
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [48]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(A,B)))),C),C),A),A),
% nand(A,nand(nand(nand(A,nand(A,nand(A,nand(A,B)))),C),C))) -> A
% Current number of equations to process: 3829
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced :
% [49]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(B,nand(B,C)))))),B),B),
% nand(B,nand(A,nand(A,nand(B,nand(B,nand(B,nand(B,C)))))))) -> B
% Current number of equations to process: 3950
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [50]
% nand(nand(nand(nand(nand(nand(nand(A,A),nand(B,C)),nand(B,C)),A),C),C),
% nand(C,nand(nand(nand(nand(A,A),nand(B,C)),nand(B,C)),A))) -> C
% Current number of equations to process: 4074
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [51]
% nand(nand(A,nand(A,nand(B,C))),nand(A,nand(nand(nand(nand(A,nand(nand(
% nand(B,A),C),C)),
% nand(B,C)),nand(B,C)),
% nand(A,nand(B,C))))) -> A
% Current number of equations to process: 4149
% Current number of ordered equations: 0
% Current number of rules: 48
% New rule produced :
% [52]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),A),A),nand(A,
% nand(
% nand(
% nand(A,
% nand(A,
% nand(B,C))),V_3),V_3)))
% -> A
% Rule
% [48]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(A,B)))),C),C),A),A),
% nand(A,nand(nand(nand(A,nand(A,nand(A,nand(A,B)))),C),C))) -> A collapsed.
% Current number of equations to process: 4234
% Current number of ordered equations: 0
% Current number of rules: 48
% New rule produced :
% [53]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),B),B),nand(B,
% nand(A,
% nand(A,
% nand(B,
% nand(B,
% nand(C,V_3)))))))
% -> B
% Rule
% [49]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(B,nand(B,C)))))),B),B),
% nand(B,nand(A,nand(A,nand(B,nand(B,nand(B,nand(B,C)))))))) -> B collapsed.
% Current number of equations to process: 4233
% Current number of ordered equations: 0
% Current number of rules: 48
% New rule produced :
% [54]
% nand(nand(nand(nand(nand(nand(A,nand(A,B)),C),C),A),A),nand(A,nand(nand(
% nand(A,
% nand(A,B)),C),C)))
% -> A
% Rule
% [47]
% nand(nand(nand(nand(nand(nand(A,nand(A,B)),nand(A,B)),nand(A,B)),A),A),
% nand(A,nand(nand(nand(A,nand(A,B)),nand(A,B)),nand(A,B)))) -> A collapsed.
% Rule
% [52]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),A),A),nand(A,
% nand(
% nand(
% nand(A,
% nand(A,
% nand(B,C))),V_3),V_3)))
% -> A collapsed.
% Current number of equations to process: 4423
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [55]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,C)))),B),B),nand(B,nand(A,
% nand(A,
% nand(B,
% nand(B,C))))))
% -> B
% Rule
% [53]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),B),B),nand(B,
% nand(A,
% nand(A,
% nand(B,
% nand(B,
% nand(C,V_3)))))))
% -> B collapsed.
% Current number of equations to process: 4432
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [56]
% nand(nand(nand(A,B),B),nand(nand(A,C),nand(nand(nand(nand(nand(nand(nand(V_3,C),V_4),V_4),A),
% nand(C,nand(V_3,V_4))),
% nand(C,nand(V_3,V_4))),B))) ->
% nand(A,C)
% Current number of equations to process: 4634
% Current number of ordered equations: 0
% Current number of rules: 48
% New rule produced :
% [57]
% nand(nand(nand(A,B),B),nand(nand(A,nand(nand(nand(C,V_3),A),nand(V_3,
% nand(C,A)))),
% nand(nand(V_3,nand(V_3,nand(C,A))),B))) ->
% nand(A,nand(nand(nand(C,V_3),A),nand(V_3,nand(C,A))))
% Current number of equations to process: 2123
% Current number of ordered equations: 0
% Current number of rules: 49
% New rule produced :
% [58]
% nand(nand(nand(nand(A,nand(A,B)),nand(A,B)),nand(A,B)),nand(A,nand(nand(
% nand(
% nand(A,B),
% nand(
% nand(A,
% nand(A,B)),
% nand(A,B))),A),
% nand(A,B)))) ->
% A
% Current number of equations to process: 2481
% Current number of ordered equations: 0
% Current number of rules: 50
% New rule produced :
% [59]
% nand(nand(nand(nand(nand(nand(nand(nand(nand(nand(A,B),C),C),V_3),nand(B,
% nand(A,C))),
% nand(B,nand(A,C))),V_4),nand(V_3,B)),nand(V_3,B)),
% nand(V_4,V_3)) -> V_4
% Current number of equations to process: 2607
% Current number of ordered equations: 0
% Current number of rules: 51
% New rule produced :
% [60]
% nand(A,nand(nand(A,A),nand(nand(nand(nand(nand(nand(nand(nand(B,A),C),C),A),
% nand(A,nand(B,C))),nand(A,nand(B,C))),A),
% nand(A,A)))) -> nand(A,A)
% Current number of equations to process: 3046
% Current number of ordered equations: 0
% Current number of rules: 52
% New rule produced :
% [61]
% nand(nand(nand(nand(A,nand(A,nand(B,C))),nand(nand(B,A),V_3)),nand(nand(B,A),V_3)),
% nand(nand(nand(B,A),V_3),nand(A,nand(A,nand(B,C))))) -> nand(nand(B,A),V_3)
% Current number of equations to process: 3404
% Current number of ordered equations: 0
% Current number of rules: 53
% New rule produced :
% [62]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,C),A),V_3))),C),C),nand(C,
% nand(A,
% nand(A,
% nand(
% nand(
% nand(B,C),A),V_3)))))
% -> C
% Current number of equations to process: 3472
% Current number of ordered equations: 0
% Current number of rules: 54
% New rule produced :
% [63]
% nand(nand(nand(nand(A,nand(A,nand(nand(B,A),C))),nand(B,V_3)),nand(B,V_3)),
% nand(nand(B,V_3),nand(A,nand(A,nand(nand(B,A),C))))) -> nand(B,V_3)
% Current number of equations to process: 3656
% Current number of ordered equations: 0
% Current number of rules: 55
% New rule produced :
% [64]
% nand(nand(nand(nand(A,nand(nand(nand(nand(nand(B,A),C),C),A),A)),nand(
% nand(
% nand(B,A),C),C)),
% nand(nand(nand(B,A),C),C)),A) ->
% nand(nand(nand(nand(nand(B,A),C),C),A),A)
% Current number of equations to process: 4086
% Current number of ordered equations: 0
% Current number of rules: 56
% New rule produced :
% [65]
% nand(nand(nand(nand(A,nand(nand(nand(B,nand(B,nand(C,A))),A),A)),nand(B,
% nand(B,
% nand(C,A)))),
% nand(B,nand(B,nand(C,A)))),A) ->
% nand(nand(nand(B,nand(B,nand(C,A))),A),A)
% Current number of equations to process: 4285
% Current number of ordered equations: 0
% Current number of rules: 57
% New rule produced :
% [66]
% nand(nand(A,B),nand(nand(nand(A,B),nand(A,B)),nand(nand(nand(nand(nand(A,
% nand(A,B)),B),B),
% nand(A,B)),nand(nand(A,B),
% nand(A,B)))))
% -> nand(nand(A,B),nand(A,B))
% Current number of equations to process: 4501
% Current number of ordered equations: 0
% Current number of rules: 58
% New rule produced :
% [67]
% nand(nand(nand(nand(nand(A,B),nand(nand(A,B),nand(A,C))),nand(B,V_3)),
% nand(B,V_3)),nand(nand(B,V_3),nand(nand(A,B),nand(nand(A,B),nand(A,C)))))
% -> nand(B,V_3)
% Current number of equations to process: 4680
% Current number of ordered equations: 0
% Current number of rules: 59
% New rule produced :
% [68]
% nand(nand(nand(nand(nand(nand(A,B),B),nand(A,B)),nand(B,C)),nand(B,C)),
% nand(nand(B,C),nand(nand(nand(A,B),B),nand(A,B)))) -> nand(B,C)
% Current number of equations to process: 4927
% Current number of ordered equations: 0
% Current number of rules: 60
% New rule produced :
% [69]
% nand(nand(nand(nand(nand(A,nand(A,B)),A),nand(nand(A,B),C)),nand(nand(A,B),C)),
% nand(nand(nand(A,B),C),nand(nand(A,nand(A,B)),A))) -> nand(nand(A,B),C)
% Current number of equations to process: 2335
% Current number of ordered equations: 0
% Current number of rules: 61
% New rule produced :
% [70]
% nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(B,C)))),A),C),C),nand(C,
% nand(nand(A,
% nand(A,
% nand(A,
% nand(B,C)))),A)))
% -> C
% Current number of equations to process: 2376
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced :
% [71]
% nand(nand(nand(nand(nand(A,nand(A,nand(A,B))),A),nand(B,C)),nand(B,C)),
% nand(nand(B,C),nand(nand(A,nand(A,nand(A,B))),A))) -> nand(B,C)
% Current number of equations to process: 2743
% Current number of ordered equations: 0
% Current number of rules: 63
% New rule produced :
% [72]
% nand(nand(nand(A,nand(B,nand(nand(nand(C,B),A),A))),nand(B,nand(nand(
% nand(C,B),A),A))),
% nand(nand(A,nand(nand(nand(C,B),A),B)),B)) ->
% nand(A,nand(nand(nand(C,B),A),B))
% Current number of equations to process: 2969
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced :
% [73]
% nand(nand(nand(nand(nand(nand(nand(nand(nand(A,B),C),C),B),B),V_3),nand(B,
% nand(
% nand(
% nand(A,B),C),C))),
% nand(B,nand(nand(nand(A,B),C),C))),nand(V_3,B)) -> V_3
% Current number of equations to process: 3193
% Current number of ordered equations: 0
% Current number of rules: 65
% New rule produced :
% [74]
% nand(nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),C),C),V_3),nand(C,
% nand(A,
% nand(A,
% nand(B,C))))),
% nand(C,nand(A,nand(A,nand(B,C))))),nand(V_3,C)) -> V_3
% Current number of equations to process: 3491
% Current number of ordered equations: 0
% Current number of rules: 66
% New rule produced :
% [75]
% nand(nand(nand(A,nand(B,nand(nand(nand(C,A),B),A))),nand(B,nand(nand(
% nand(C,A),B),A))),
% nand(nand(A,nand(nand(nand(C,A),B),B)),B)) ->
% nand(A,nand(nand(nand(C,A),B),B))
% Current number of equations to process: 3825
% Current number of ordered equations: 0
% Current number of rules: 67
% New rule produced :
% [76]
% nand(nand(nand(nand(A,B),C),C),nand(nand(nand(A,B),nand(nand(A,V_3),V_3)),
% nand(nand(nand(nand(nand(A,V_3),V_3),nand(A,B)),
% nand(A,B)),C))) ->
% nand(nand(A,B),nand(nand(A,V_3),V_3))
% Current number of equations to process: 4061
% Current number of ordered equations: 0
% Current number of rules: 68
% New rule produced :
% [77]
% nand(nand(nand(nand(A,B),C),C),nand(nand(nand(A,B),nand(V_3,nand(V_3,A))),
% nand(nand(nand(nand(V_3,nand(V_3,A)),nand(A,B)),
% nand(A,B)),C))) ->
% nand(nand(A,B),nand(V_3,nand(V_3,A)))
% Current number of equations to process: 4408
% Current number of ordered equations: 0
% Current number of rules: 69
% New rule produced :
% [78]
% nand(nand(nand(nand(nand(nand(nand(nand(nand(nand(A,B),C),C),V_3),V_3),V_4),V_4),B),B),
% nand(B,nand(nand(nand(nand(nand(nand(nand(A,B),C),C),V_3),V_3),V_4),V_4))) ->
% B
% Current number of equations to process: 4759
% Current number of ordered equations: 0
% Current number of rules: 70
% New rule produced :
% [79]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(nand(nand(B,C),V_3),V_3),V_4),V_4))),C),C),
% nand(C,nand(A,nand(A,nand(nand(nand(nand(nand(B,C),V_3),V_3),V_4),V_4))))) ->
% C
% Current number of equations to process: 2243
% Current number of ordered equations: 0
% Current number of rules: 71
% New rule produced :
% [80]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,C),V_3),V_3))),V_4),V_4),C),C),
% nand(C,nand(nand(nand(A,nand(A,nand(nand(nand(B,C),V_3),V_3))),V_4),V_4))) ->
% C
% Current number of equations to process: 2544
% Current number of ordered equations: 0
% Current number of rules: 72
% New rule produced :
% [81]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(nand(nand(C,V_3),V_4),V_4))))),V_3),V_3),
% nand(V_3,nand(A,nand(A,nand(B,nand(B,nand(nand(nand(C,V_3),V_4),V_4))))))) ->
% V_3
% Current number of equations to process: 2839
% Current number of ordered equations: 0
% Current number of rules: 73
% New rule produced :
% [82]
% nand(nand(nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),V_4),V_4),C),C),
% nand(C,nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),V_4),V_4))) ->
% C
% Current number of equations to process: 3149
% Current number of ordered equations: 0
% Current number of rules: 74
% New rule produced :
% [83]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),V_4),V_4))),V_3),V_3),
% nand(V_3,nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),V_4),V_4))))) ->
% V_3
% Current number of equations to process: 3450
% Current number of ordered equations: 0
% Current number of rules: 75
% New rule produced :
% [84]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),V_4),V_4),V_3),V_3),
% nand(V_3,nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),V_4),V_4))) ->
% V_3
% Current number of equations to process: 3759
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [85]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,nand(C,nand(V_3,V_4))))))),V_4),V_4),
% nand(V_4,nand(A,nand(A,nand(B,nand(B,nand(C,nand(C,nand(V_3,V_4))))))))) ->
% V_4
% Current number of equations to process: 4061
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced :
% [86]
% nand(nand(nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),V_4),V_4),A),A),
% nand(A,nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),V_4),V_4))) ->
% A
% Current number of equations to process: 4370
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [87]
% nand(nand(nand(nand(nand(nand(nand(nand(A,nand(A,B)),C),C),V_3),V_3),A),A),
% nand(A,nand(nand(nand(nand(nand(A,nand(A,B)),C),C),V_3),V_3))) -> A
% Rule
% [86]
% nand(nand(nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),V_4),V_4),A),A),
% nand(A,nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),V_3),V_3),V_4),V_4))) ->
% A collapsed.
% Current number of equations to process: 4371
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [88]
% nand(nand(nand(nand(nand(A,B),nand(nand(A,B),nand(A,C))),A),A),nand(A,
% nand(nand(A,B),
% nand(nand(A,B),
% nand(A,C)))))
% -> A
% Current number of equations to process: 4427
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced :
% [89]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),V_4),V_4))),B),B),
% nand(B,nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),V_4),V_4))))) -> B
% Current number of equations to process: 4856
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [90]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,nand(B,C)),V_3),V_3))),B),B),
% nand(B,nand(A,nand(A,nand(nand(nand(B,nand(B,C)),V_3),V_3))))) -> B
% Rule
% [89]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),V_4),V_4))),B),B),
% nand(B,nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),V_4),V_4))))) -> B
% collapsed.
% Current number of equations to process: 4857
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [91]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),V_4),V_4),B),B),
% nand(B,nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),V_4),V_4))) -> B
% Current number of equations to process: 2361
% Current number of ordered equations: 0
% Current number of rules: 81
% New rule produced :
% [92]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,nand(B,C)))),V_3),V_3),B),B),
% nand(B,nand(nand(nand(A,nand(A,nand(B,nand(B,C)))),V_3),V_3))) -> B
% Rule
% [91]
% nand(nand(nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),V_4),V_4),B),B),
% nand(B,nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,V_3))))),V_4),V_4))) -> B
% collapsed.
% Current number of equations to process: 2362
% Current number of ordered equations: 0
% Current number of rules: 81
% New rule produced :
% [93]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,nand(C,nand(V_3,V_4))))))),C),C),
% nand(C,nand(A,nand(A,nand(B,nand(B,nand(C,nand(C,nand(V_3,V_4))))))))) -> C
% Current number of equations to process: 2592
% Current number of ordered equations: 0
% Current number of rules: 82
% New rule produced :
% [94]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,nand(C,V_3)))))),C),C),
% nand(C,nand(A,nand(A,nand(B,nand(B,nand(C,nand(C,V_3)))))))) -> C
% Rule
% [93]
% nand(nand(nand(nand(A,nand(A,nand(B,nand(B,nand(C,nand(C,nand(V_3,V_4))))))),C),C),
% nand(C,nand(A,nand(A,nand(B,nand(B,nand(C,nand(C,nand(V_3,V_4))))))))) -> C
% collapsed.
% Current number of equations to process: 2595
% Current number of ordered equations: 0
% Current number of rules: 82
% New rule produced :
% [95]
% nand(nand(nand(nand(nand(A,nand(B,C)),nand(nand(A,nand(B,C)),nand(A,V_3))),C),C),
% nand(C,nand(nand(A,nand(B,C)),nand(nand(A,nand(B,C)),nand(A,V_3))))) -> C
% Current number of equations to process: 2830
% Current number of ordered equations: 0
% Current number of rules: 83
% New rule produced :
% [96]
% nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),A),nand(B,C)),nand(B,C)),
% nand(nand(B,C),nand(nand(A,nand(A,nand(B,C))),A))) -> nand(B,C)
% Current number of equations to process: 2925
% Current number of ordered equations: 0
% Current number of rules: 84
% New rule produced :
% [97]
% nand(nand(nand(nand(nand(nand(A,B),nand(nand(A,B),A)),nand(A,B)),A),A),
% nand(A,nand(nand(nand(A,B),nand(nand(A,B),A)),nand(A,B)))) -> A
% Current number of equations to process: 2941
% Current number of ordered equations: 0
% Current number of rules: 85
% New rule produced :
% [98]
% nand(nand(nand(nand(nand(A,nand(A,B)),A),B),B),nand(B,nand(nand(A,nand(A,B)),A)))
% -> B
% Rule
% [96]
% nand(nand(nand(nand(nand(A,nand(A,nand(B,C))),A),nand(B,C)),nand(B,C)),
% nand(nand(B,C),nand(nand(A,nand(A,nand(B,C))),A))) -> nand(B,C) collapsed.
% Rule
% [97]
% nand(nand(nand(nand(nand(nand(A,B),nand(nand(A,B),A)),nand(A,B)),A),A),
% nand(A,nand(nand(nand(A,B),nand(nand(A,B),A)),nand(A,B)))) -> A collapsed.
% Current number of equations to process: 3145
% Current number of ordered equations: 0
% Current number of rules: 84
% New rule produced :
% [99]
% nand(nand(nand(A,B),B),nand(nand(A,nand(nand(C,nand(C,A)),C)),nand(nand(
% nand(
% nand(
% nand(C,
% nand(C,A)),C),A),A),B)))
% -> nand(A,nand(nand(C,nand(C,A)),C))
% Current number of equations to process: 3320
% Current number of ordered equations: 1
% Current number of rules: 85
% New rule produced :
% [100]
% nand(nand(A,nand(A,nand(nand(B,nand(B,A)),B))),nand(A,nand(nand(nand(
% nand(B,
% nand(B,A)),B),A),
% nand(A,nand(nand(B,
% nand(B,A)),B)))))
% -> A
% Current number of equations to process: 3320
% Current number of ordered equations: 0
% Current number of rules: 86
% New rule produced :
% [101]
% nand(nand(nand(nand(A,nand(nand(nand(nand(B,nand(B,A)),B),A),A)),nand(
% nand(B,
% nand(B,A)),B)),
% nand(nand(B,nand(B,A)),B)),A) ->
% nand(nand(nand(nand(B,nand(B,A)),B),A),A)
% Current number of equations to process: 3924
% Current number of ordered equations: 0
% Current number of rules: 87
% New rule produced :
% [102]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(nand(nand(B,C),V_3),V_3),A),V_4))),C),C),
% nand(C,nand(A,nand(A,nand(nand(nand(nand(nand(B,C),V_3),V_3),A),V_4))))) -> C
% Current number of equations to process: 4175
% Current number of ordered equations: 0
% Current number of rules: 88
% New rule produced :
% [103] nand(nand(nand(nand(A,nand(A,A)),B),B),nand(B,nand(A,nand(A,A)))) -> B
% Current number of equations to process: 4224
% Current number of ordered equations: 0
% Current number of rules: 89
% New rule produced :
% [104]
% nand(nand(nand(nand(A,nand(A,A)),nand(nand(nand(A,A),A),A)),nand(nand(
% nand(A,A),A),A)),A)
% -> nand(nand(nand(A,A),A),A)
% Current number of equations to process: 4631
% Current number of ordered equations: 0
% Current number of rules: 90
% New rule produced :
% [105]
% nand(nand(A,nand(A,nand(B,nand(B,B)))),nand(A,nand(nand(nand(B,nand(B,B)),A),
% nand(A,nand(B,nand(B,B)))))) ->
% A
% Current number of equations to process: 4678
% Current number of ordered equations: 0
% Current number of rules: 91
% New rule produced :
% [106]
% nand(nand(nand(A,B),B),nand(nand(A,nand(C,nand(C,C))),nand(nand(nand(
% nand(C,
% nand(C,C)),A),A),B)))
% -> nand(A,nand(C,nand(C,C)))
% Current number of equations to process: 4677
% Current number of ordered equations: 0
% Current number of rules: 92
% New rule produced :
% [107]
% nand(nand(nand(nand(A,nand(nand(nand(B,nand(B,B)),A),A)),nand(B,nand(B,B))),
% nand(B,nand(B,B))),A) -> nand(nand(nand(B,nand(B,B)),A),A)
% Current number of equations to process: 4676
% Current number of ordered equations: 0
% Current number of rules: 93
% New rule produced :
% [108]
% nand(nand(nand(nand(nand(nand(nand(A,nand(A,A)),B),B),C),nand(B,nand(A,
% nand(A,A)))),
% nand(B,nand(A,nand(A,A)))),nand(C,B)) -> C
% Current number of equations to process: 4677
% Current number of ordered equations: 0
% Current number of rules: 94
% New rule produced :
% [109]
% nand(nand(nand(nand(A,A),nand(B,nand(A,nand(A,A)))),nand(B,nand(A,nand(A,A)))),
% nand(nand(nand(A,A),nand(A,B)),B)) -> nand(nand(A,A),nand(A,B))
% Current number of equations to process: 2703
% Current number of ordered equations: 0
% Current number of rules: 95
% New rule produced :
% [110]
% nand(nand(nand(A,nand(nand(B,B),nand(B,A))),nand(nand(B,B),nand(B,A))),
% nand(nand(A,nand(B,nand(B,B))),nand(B,B))) -> nand(A,nand(B,nand(B,B)))
% Current number of equations to process: 2702
% Current number of ordered equations: 0
% Current number of rules: 96
% New rule produced :
% [111]
% nand(nand(nand(nand(nand(A,A),A),A),A),nand(A,nand(nand(nand(A,nand(A,A)),
% nand(nand(nand(A,A),A),A)),
% nand(nand(nand(A,A),A),A)))) ->
% A
% Current number of equations to process: 3243
% Current number of ordered equations: 0
% Current number of rules: 97
% New rule produced :
% [112]
% nand(nand(nand(nand(A,A),A),A),nand(nand(nand(A,A),nand(A,nand(nand(nand(A,A),A),A))),
% nand(nand(nand(A,A),A),A))) ->
% nand(nand(A,A),nand(A,nand(nand(nand(A,A),A),A)))
% Current number of equations to process: 4341
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [113]
% nand(nand(nand(nand(nand(A,A),A),A),A),nand(nand(nand(nand(A,A),A),A),
% nand(nand(nand(A,nand(A,A)),nand(
% nand(
% nand(A,A),A),A)),A)))
% -> nand(nand(nand(A,A),A),A)
% Current number of equations to process: 4500
% Current number of ordered equations: 0
% Current number of rules: 99
% New rule produced :
% [114]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),A),V_4))),B),B),
% nand(B,nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),A),V_4))))) -> B
% Current number of equations to process: 4672
% Current number of ordered equations: 0
% Current number of rules: 100
% New rule produced :
% [115]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,nand(B,C)),A),V_3))),B),B),
% nand(B,nand(A,nand(A,nand(nand(nand(B,nand(B,C)),A),V_3))))) -> B
% Rule
% [114]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),A),V_4))),B),B),
% nand(B,nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),A),V_4))))) -> B
% collapsed.
% Current number of equations to process: 4673
% Current number of ordered equations: 0
% Current number of rules: 100
% New rule produced :
% [116]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),A),V_4))),V_3),V_3),
% nand(V_3,nand(A,nand(A,nand(nand(nand(B,nand(B,nand(C,V_3))),A),V_4))))) ->
% V_3
% Current number of equations to process: 4931
% Current number of ordered equations: 0
% Current number of rules: 101
% New rule produced :
% [117]
% nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(nand(nand(B,C),V_3),V_3)))),A),C),C),
% nand(C,nand(nand(A,nand(A,nand(A,nand(nand(nand(B,C),V_3),V_3)))),A))) -> C
% Current number of equations to process: 2345
% Current number of ordered equations: 0
% Current number of rules: 102
% New rule produced :
% [118]
% nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(B,nand(B,nand(C,V_3)))))),A),B),B),
% nand(B,nand(nand(A,nand(A,nand(A,nand(B,nand(B,nand(C,V_3)))))),A))) -> B
% Current number of equations to process: 2717
% Current number of ordered equations: 0
% Current number of rules: 103
% New rule produced :
% [119]
% nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(B,nand(B,C))))),A),B),B),
% nand(B,nand(nand(A,nand(A,nand(A,nand(B,nand(B,C))))),A))) -> B
% Rule
% [118]
% nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(B,nand(B,nand(C,V_3)))))),A),B),B),
% nand(B,nand(nand(A,nand(A,nand(A,nand(B,nand(B,nand(C,V_3)))))),A))) -> B
% collapsed.
% Current number of equations to process: 2718
% Current number of ordered equations: 0
% Current number of rules: 103
% New rule produced :
% [120]
% nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(B,nand(B,nand(C,V_3)))))),A),V_3),V_3),
% nand(V_3,nand(nand(A,nand(A,nand(A,nand(B,nand(B,nand(C,V_3)))))),A))) -> V_3
% Current number of equations to process: 2977
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [121]
% nand(nand(nand(nand(nand(nand(nand(nand(nand(A,nand(A,B)),A),A),A),C),C),B),B),
% nand(B,nand(nand(nand(nand(nand(nand(A,nand(A,B)),A),A),A),C),C))) -> B
% Current number of equations to process: 3337
% Current number of ordered equations: 0
% Current number of rules: 105
% New rule produced :
% [122]
% nand(nand(nand(nand(A,nand(A,nand(nand(A,nand(A,B)),A))),B),B),nand(B,
% nand(A,
% nand(A,
% nand(nand(A,
% nand(A,B)),A)))))
% -> B
% Current number of equations to process: 3383
% Current number of ordered equations: 0
% Current number of rules: 106
% New rule produced :
% [123]
% nand(nand(nand(nand(A,nand(A,nand(nand(nand(nand(B,nand(B,C)),B),B),B))),C),C),
% nand(C,nand(A,nand(A,nand(nand(nand(nand(B,nand(B,C)),B),B),B))))) -> C
% Current number of equations to process: 3872
% Current number of ordered equations: 1
% Current number of rules: 107
% New rule produced :
% [124]
% nand(nand(nand(nand(nand(nand(nand(A,nand(A,nand(A,nand(B,C)))),A),A),A),C),C),
% nand(C,nand(nand(nand(nand(A,nand(A,nand(A,nand(B,C)))),A),A),A))) -> C
% Current number of equations to process: 3872
% Current number of ordered equations: 0
% Current number of rules: 108
% New rule produced :
% [125]
% nand(nand(nand(nand(nand(nand(A,nand(B,C)),nand(B,C)),nand(A,nand(B,C))),C),C),
% nand(C,nand(nand(nand(A,nand(B,C)),nand(B,C)),nand(A,nand(B,C))))) -> C
% Current number of equations to process: 4514
% Current number of ordered equations: 0
% Current number of rules: 109
% New rule produced :
% [126]
% nand(nand(nand(A,nand(B,nand(nand(A,nand(A,B)),A))),nand(B,nand(nand(A,
% nand(A,B)),A))),
% nand(nand(A,nand(nand(A,nand(A,B)),B)),B)) ->
% nand(A,nand(nand(A,nand(A,B)),B))
% Current number of equations to process: 4678
% Current number of ordered equations: 0
% Current number of rules: 110
% New rule produced :
% [127]
% nand(nand(nand(nand(nand(nand(nand(nand(A,nand(A,B)),A),B),B),C),nand(B,
% nand(
% nand(A,
% nand(A,B)),A))),
% nand(B,nand(nand(A,nand(A,B)),A))),nand(C,B)) -> C
% Current number of equations to process: 4992
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [128]
% nand(nand(nand(A,nand(B,nand(nand(B,nand(B,A)),A))),nand(B,nand(nand(B,
% nand(B,A)),A))),
% nand(nand(A,nand(nand(B,nand(B,A)),B)),B)) ->
% nand(A,nand(nand(B,nand(B,A)),B))
% Current number of equations to process: 1853
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced :
% [129]
% nand(nand(nand(nand(nand(nand(A,A),A),A),B),B),nand(A,nand(nand(nand(
% nand(A,
% nand(A,A)),
% nand(
% nand(
% nand(A,A),A),A)),
% nand(nand(
% nand(A,A),A),A)),B)))
% -> A
% Current number of equations to process: 2170
% Current number of ordered equations: 1
% Current number of rules: 113
% New rule produced :
% [130]
% nand(nand(nand(nand(nand(nand(nand(A,nand(A,A)),nand(nand(nand(A,A),A),A)),
% nand(nand(nand(A,A),A),A)),B),A),A),nand(B,nand(nand(
% nand(A,A),A),A)))
% -> B
% Current number of equations to process: 2170
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [131]
% nand(nand(A,nand(A,nand(A,A))),nand(A,nand(nand(nand(nand(A,nand(A,A)),
% nand(nand(nand(A,A),A),A)),
% nand(nand(nand(A,A),A),A)),
% nand(A,nand(A,A))))) -> A
% Current number of equations to process: 2617
% Current number of ordered equations: 0
% Current number of rules: 115
% New rule produced :
% [132]
% nand(nand(nand(nand(A,nand(B,nand(B,nand(C,A)))),nand(nand(nand(C,B),A),
% nand(B,nand(C,A)))),
% nand(nand(nand(C,B),A),nand(B,nand(C,A)))),A) ->
% nand(B,nand(B,nand(C,A)))
% Current number of equations to process: 2787
% Current number of ordered equations: 0
% Current number of rules: 116
% New rule produced :
% [133]
% nand(nand(nand(nand(nand(A,nand(A,B)),nand(A,B)),C),C),nand(nand(A,B),
% nand(nand(nand(
% nand(
% nand(A,B),
% nand(
% nand(A,
% nand(A,B)),
% nand(A,B))),A),A),C)))
% -> nand(A,B)
% Current number of equations to process: 3480
% Current number of ordered equations: 0
% Current number of rules: 117
% New rule produced :
% [134]
% nand(nand(nand(A,B),nand(nand(A,B),nand(nand(A,C),C))),nand(nand(A,B),
% Cputime limit exceeded (core dumped)
% 
% EOF
%------------------------------------------------------------------------------