TSTP Solution File: REL018+1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : REL018+1 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n024.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Mon Jul 18 19:59:25 EDT 2022

% Result   : Theorem 116.88s 117.11s
% Output   : Refutation 116.88s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   13
% Syntax   : Number of clauses     :   87 (  87 unt;   0 nHn;  20 RR)
%            Number of literals    :   87 (  86 equ;   1 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    9 (   9 usr;   4 con; 0-2 aty)
%            Number of variables   :  111 (  22 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    X = join(complement(join(complement(X),complement(Y))),complement(join(complement(X),Y))),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',maddux3_a_kind_of_de_Morgan) ).

cnf(2,plain,
    join(complement(join(complement(X),complement(Y))),join(complement(join(complement(X),Y)),Z)) = join(X,Z),
    inference('EMBED',[status(thm)],[1]) ).

cnf(3,axiom,
    meet(X,Y) = complement(join(complement(X),complement(Y))),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',maddux4_definiton_of_meet) ).

cnf(4,axiom,
    composition(X,composition(Y,Z)) = composition(composition(X,Y),Z),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',composition_associativity) ).

cnf(5,axiom,
    composition(X,one) = X,
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',composition_identity) ).

cnf(6,axiom,
    composition(join(X,Y),Z) = join(composition(X,Z),composition(Y,Z)),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',composition_distributivity) ).

cnf(7,plain,
    join(composition(X,Y),join(composition(Z,Y),U)) = join(composition(join(X,Z),Y),U),
    inference('EMBED',[status(thm)],[6]) ).

cnf(8,axiom,
    converse(converse(X)) = X,
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',converse_idempotence) ).

cnf(9,axiom,
    converse(join(X,Y)) = join(converse(X),converse(Y)),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',converse_additivity) ).

cnf(10,plain,
    join(converse(X),join(converse(Y),Z)) = join(converse(join(X,Y)),Z),
    inference('EMBED',[status(thm)],[9]) ).

cnf(11,axiom,
    converse(composition(X,Y)) = composition(converse(Y),converse(X)),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',converse_multiplicativity) ).

cnf(12,axiom,
    join(composition(converse(X),complement(composition(X,Y))),complement(Y)) = complement(Y),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',converse_cancellativity) ).

cnf(13,plain,
    join(composition(converse(X),complement(composition(X,Y))),join(complement(Y),Z)) = join(complement(Y),Z),
    inference('EMBED',[status(thm)],[12]) ).

cnf(14,axiom,
    top = join(X,complement(X)),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',def_top) ).

cnf(15,plain,
    join(X,join(complement(X),Y)) = join(top,Y),
    inference('EMBED',[status(thm)],[14]) ).

cnf(16,axiom,
    zero = meet(X,complement(X)),
    file('/export/starexec/sandbox2/benchmark/Axioms/REL001+0.ax',def_zero) ).

cnf(17,plain,
    zero = complement(top),
    inference('REWRITE',[status(thm)],[16,3,theory(equality)]) ).

cnf(18,negated_conjecture,
    composition('SKOLEMAAAV1',top) = 'SKOLEMAAAV1',
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

cnf(19,negated_conjecture,
    composition(complement('SKOLEMAAAV1'),top) != complement('SKOLEMAAAV1'),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

cnf(26,plain,
    join(top,X) = join(top,complement(join(Y,complement(join(X,Y))))),
    inference('PARAMODULATE',[status(thm)],[15,15,theory(equality)]) ).

cnf(28,plain,
    converse(join(converse(X),Y)) = join(X,converse(Y)),
    inference('PARAMODULATE',[status(thm)],[9,8,theory(equality)]) ).

cnf(30,plain,
    join(converse(join(X,Y)),complement(converse(X))) = join(top,converse(Y)),
    inference('PARAMODULATE',[status(thm)],[15,10,theory(equality)]) ).

cnf(35,plain,
    converse(composition(converse(X),Y)) = composition(converse(Y),X),
    inference('PARAMODULATE',[status(thm)],[11,8,theory(equality)]) ).

cnf(46,plain,
    composition(join('SKOLEMAAAV1',X),top) = join('SKOLEMAAAV1',composition(X,top)),
    inference('PARAMODULATE',[status(thm)],[6,18,theory(equality)]) ).

cnf(47,plain,
    join('SKOLEMAAAV1',join(composition(X,top),Y)) = join(composition(join('SKOLEMAAAV1',X),top),Y),
    inference('EMBED',[status(thm)],[46]) ).

cnf(52,plain,
    join(composition(join(X,Y),Z),complement(composition(X,Z))) = join(top,composition(Y,Z)),
    inference('PARAMODULATE',[status(thm)],[15,7,theory(equality)]) ).

cnf(56,plain,
    join(composition(converse('SKOLEMAAAV1'),complement('SKOLEMAAAV1')),zero) = zero,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,18,theory(equality)]),17,theory(equality)]) ).

cnf(60,plain,
    join(composition(converse(X),complement(composition(X,top))),zero) = zero,
    inference('PARAMODULATE',[status(thm)],[12,17,theory(equality)]) ).

cnf(72,plain,
    join(complement(X),complement(composition(converse(Y),complement(composition(Y,X))))) = join(top,complement(X)),
    inference('PARAMODULATE',[status(thm)],[15,13,theory(equality)]) ).

cnf(84,plain,
    complement(X) = join(zero,complement(join(complement(complement(X)),X))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[1,14,theory(equality)]),17,theory(equality)]) ).

cnf(86,plain,
    X = complement(complement(X)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[1,14,theory(equality)]),84,17,theory(equality)]) ).

cnf(89,plain,
    X = join(complement(join(complement(X),complement(join(X,Y)))),complement(join(top,Y))),
    inference('PARAMODULATE',[status(thm)],[1,15,theory(equality)]) ).

cnf(91,plain,
    X = join(complement(join(top,complement(X))),X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[1,12,theory(equality)]),86,72,theory(equality)]) ).

cnf(107,plain,
    join(top,complement(X)) = join(top,complement(join(complement(Y),X))),
    inference('PARAMODULATE',[status(thm)],[15,2,theory(equality)]) ).

cnf(109,plain,
    join(top,X) = join(top,complement(Y)),
    inference('REWRITE',[status(thm)],[26,107,theory(equality)]) ).

cnf(125,plain,
    top = complement(zero),
    inference('PARAMODULATE',[status(thm)],[86,17,theory(equality)]) ).

cnf(126,plain,
    complement(X) = join(complement(join(complement(Y),X)),complement(join(X,Y))),
    inference('PARAMODULATE',[status(thm)],[1,86,theory(equality)]) ).

cnf(130,plain,
    top = join(top,X),
    inference('PARAMODULATE',[status(thm)],[14,109,theory(equality)]) ).

cnf(136,plain,
    join(composition(join(X,Y),Z),complement(composition(X,Z))) = top,
    inference('REWRITE',[status(thm)],[52,130,theory(equality)]) ).

cnf(140,plain,
    join(converse(join(X,Y)),complement(converse(X))) = top,
    inference('REWRITE',[status(thm)],[30,130,theory(equality)]) ).

cnf(144,plain,
    join(complement(X),complement(composition(converse(Y),complement(composition(Y,X))))) = top,
    inference('REWRITE',[status(thm)],[72,130,theory(equality)]) ).

cnf(150,plain,
    X = join(zero,X),
    inference('REWRITE',[status(thm)],[91,17,130,theory(equality)]) ).

cnf(154,plain,
    composition(converse(X),complement(composition(X,top))) = zero,
    inference('REWRITE',[status(thm)],[60,150,theory(equality)]) ).

cnf(155,plain,
    composition(converse('SKOLEMAAAV1'),complement('SKOLEMAAAV1')) = zero,
    inference('REWRITE',[status(thm)],[56,150,theory(equality)]) ).

cnf(156,plain,
    X = complement(join(complement(X),complement(join(X,Y)))),
    inference('REWRITE',[status(thm)],[89,150,17,130,theory(equality)]) ).

cnf(162,plain,
    composition(converse('SKOLEMAAAV1'),composition(complement('SKOLEMAAAV1'),X)) = composition(zero,X),
    inference('PARAMODULATE',[status(thm)],[4,155,theory(equality)]) ).

cnf(179,plain,
    converse(top) = join(X,converse(top)),
    inference('PARAMODULATE',[status(thm)],[28,130,theory(equality)]) ).

cnf(181,plain,
    X = join(X,converse(zero)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[28,150,theory(equality)]),8,theory(equality)]) ).

cnf(199,plain,
    converse(zero) = zero,
    inference('PARAMODULATE',[status(thm)],[150,181,theory(equality)]) ).

cnf(200,plain,
    composition(zero,complement(composition(zero,top))) = zero,
    inference('PARAMODULATE',[status(thm)],[154,199,theory(equality)]) ).

cnf(201,plain,
    converse(composition(zero,X)) = composition(converse(X),zero),
    inference('PARAMODULATE',[status(thm)],[11,199,theory(equality)]) ).

cnf(205,plain,
    top = converse(top),
    inference('PARAMODULATE',[status(thm)],[14,179,theory(equality)]) ).

cnf(212,plain,
    composition(top,complement(composition(top,top))) = zero,
    inference('PARAMODULATE',[status(thm)],[154,205,theory(equality)]) ).

cnf(215,plain,
    converse(composition(X,top)) = composition(top,converse(X)),
    inference('PARAMODULATE',[status(thm)],[11,205,theory(equality)]) ).

cnf(236,plain,
    X = composition(converse(one),X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[35,5,theory(equality)]),8,theory(equality)]) ).

cnf(260,plain,
    one = converse(one),
    inference('PARAMODULATE',[status(thm)],[5,236,theory(equality)]) ).

cnf(261,plain,
    X = composition(one,X),
    inference('REWRITE',[status(thm)],[236,260,theory(equality)]) ).

cnf(264,plain,
    composition(join(one,X),Y) = join(composition(X,Y),Y),
    inference('PARAMODULATE',[status(thm)],[6,261,theory(equality)]) ).

cnf(266,plain,
    composition(join('SKOLEMAAAV1',one),top) = top,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[46,261,theory(equality)]),130,theory(equality)]) ).

cnf(274,plain,
    composition(join(X,join('SKOLEMAAAV1',one)),top) = composition(join(one,X),top),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[6,266,theory(equality)]),264,theory(equality)]) ).

cnf(275,plain,
    top = composition(join(one,X),top),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[130,47,theory(equality)]),274,264,theory(equality)]) ).

cnf(280,plain,
    top = composition(top,top),
    inference('PARAMODULATE',[status(thm)],[275,14,theory(equality)]) ).

cnf(281,plain,
    composition(top,zero) = zero,
    inference('REWRITE',[status(thm)],[212,17,280,theory(equality)]) ).

cnf(292,plain,
    zero = composition(join(one,X),zero),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[6,281,theory(equality)]),264,281,130,theory(equality)]) ).

cnf(299,plain,
    join(converse(composition(join(X,Y),Z)),complement(converse(composition(X,Z)))) = top,
    inference('PARAMODULATE',[status(thm)],[140,6,theory(equality)]) ).

cnf(374,plain,
    join(complement(X),complement(join(X,Y))) = complement(X),
    inference('PARAMODULATE',[status(thm)],[86,156,theory(equality)]) ).

cnf(380,plain,
    composition(X,zero) = composition(composition(X,zero),complement(composition(zero,top))),
    inference('PARAMODULATE',[status(thm)],[4,200,theory(equality)]) ).

cnf(382,plain,
    converse(composition(zero,zero)) = composition(zero,zero),
    inference('PARAMODULATE',[status(thm)],[201,199,theory(equality)]) ).

cnf(383,plain,
    converse(composition(zero,top)) = zero,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[201,205,theory(equality)]),281,theory(equality)]) ).

cnf(390,plain,
    zero = composition(zero,top),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,383,theory(equality)]),199,theory(equality)]) ).

cnf(391,plain,
    composition(X,zero) = composition(composition(X,zero),top),
    inference('REWRITE',[status(thm)],[380,125,390,theory(equality)]) ).

cnf(429,plain,
    join(X,complement(join(complement(X),Y))) = X,
    inference('PARAMODULATE',[status(thm)],[374,86,theory(equality)]) ).

cnf(513,plain,
    composition(composition(zero,zero),complement(composition(zero,zero))) = zero,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[154,382,theory(equality)]),391,theory(equality)]) ).

cnf(536,plain,
    complement(composition(X,zero)) = top,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[136,292,theory(equality)]),150,theory(equality)]) ).

cnf(537,plain,
    composition(zero,zero) = zero,
    inference('REWRITE',[status(thm)],[513,391,536,theory(equality)]) ).

cnf(637,plain,
    composition(X,zero) = zero,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[6,537,theory(equality)]),292,264,150,theory(equality)]) ).

cnf(641,plain,
    converse(composition(zero,X)) = zero,
    inference('REWRITE',[status(thm)],[201,637,theory(equality)]) ).

cnf(648,plain,
    zero = composition(zero,X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,641,theory(equality)]),199,theory(equality)]) ).

cnf(651,plain,
    composition(converse('SKOLEMAAAV1'),composition(complement('SKOLEMAAAV1'),X)) = zero,
    inference('REWRITE',[status(thm)],[162,648,theory(equality)]) ).

cnf(3129,plain,
    join(complement(X),Y) = join(Y,complement(join(X,Y))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[126,126,theory(equality)]),429,86,theory(equality)]) ).

cnf(3790,plain,
    join(complement(composition(complement('SKOLEMAAAV1'),X)),complement('SKOLEMAAAV1')) = top,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[144,651,theory(equality)]),18,125,8,theory(equality)]) ).

cnf(3868,plain,
    join(composition(complement('SKOLEMAAAV1'),X),complement('SKOLEMAAAV1')) = complement('SKOLEMAAAV1'),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[3129,3790,theory(equality)]),150,17,86,theory(equality)]) ).

cnf(7046,plain,
    join(converse(composition(top,X)),complement(converse(composition(Y,X)))) = top,
    inference('PARAMODULATE',[status(thm)],[299,130,theory(equality)]) ).

cnf(7420,plain,
    join(composition(X,top),complement(composition(X,Y))) = top,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[7046,11,theory(equality)]),8,215,theory(equality)]) ).

cnf(7485,plain,
    join(composition(X,top),complement(X)) = top,
    inference('PARAMODULATE',[status(thm)],[7420,5,theory(equality)]) ).

cnf(7557,plain,
    join(X,composition(X,top)) = composition(X,top),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[3129,7485,theory(equality)]),150,17,86,theory(equality)]) ).

cnf(7886,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[3868,7557,theory(equality)]),19]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : REL018+1 : TPTP v8.1.0. Released v4.0.0.
% 0.06/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n024.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Fri Jul  8 09:37:44 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.45  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.20/0.46  * 
% 0.20/0.46  * 
% 0.20/0.47  #<PACKAGE "SNARK-USER">
% 0.20/0.47  * 
% 0.20/0.47  SNARK-TPTP-OPTIONS
% 0.20/0.47  * 
% 0.20/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.47   (USE-FACTORING :POS)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.47  * 
% 0.20/0.47  "."
% 0.20/0.47  * 
% 0.20/0.47  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-07-08T09:37:44
% 0.20/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n024.cluster.edu at 2022-07-08T09:37:44
% 0.20/0.48  
% 0.20/0.48  ; Recognized commutativity assertion (= (|join| ?X ?Y) (|join| ?Y ?X)).
% 0.20/0.48  ; Recognized associativity assertion (= (|join| ?X (|join| ?Y ?Z)) (|join| (|join| ?X ?Y) ?Z)).
% 0.20/0.48  ; Recognized associativity assertion (= (|composition| ?X (|composition| ?Y ?Z)) (|composition| (|composition| ?X ?Y) ?Z)).
% 0.20/0.48  ; Recognized right identity assertion (= (|composition| ?X |one|) ?X).
% 0.20/0.48  ; Recognized possible right inverse assertion (= |top| (|join| ?X (|complement| ?X))).
% 0.20/0.48  ; Recognized possible right inverse assertion (= |zero| (|meet| ?X (|complement| ?X))).
% 0.20/0.48  ; Declaring join to be commutative.
% 116.88/117.11  ; Declaring join to be associative-commutative.
% 116.88/117.11  
% 116.88/117.11  #||
% 116.88/117.11  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 116.88/117.11  % SZS output start Refutation
% See solution above
% 116.88/117.11  ||#
% 116.88/117.11  
% 116.88/117.11  ; Summary of computation:
% 116.88/117.11  ;     35651 formulas have been input or derived (from 238 formulas).
% 116.88/117.11  ;      7886 (22%) were retained.  Of these,
% 116.88/117.11  ;          956 (12%) were simplified or subsumed later,
% 116.88/117.11  ;         6930 (88%) are still being kept.
% 116.88/117.11  ; 
% 116.88/117.11  ; Run time in seconds excluding printing time:
% 116.88/117.11  ;     0.003   0%   Read assertion file          (1 call)
% 116.88/117.11  ;     0.001   0%   Assert                       (14 calls)
% 116.88/117.11  ;     1.495   1%   Process new row              (34,581 calls)
% 116.88/117.11  ;     0.039   0%   Resolution                   (474 calls)
% 116.88/117.11  ;     0.906   1%   Paramodulation               (237 calls)
% 116.88/117.11  ;     0.032   0%   Embedding                    (2,813 calls)
% 116.88/117.11  ;    30.629  26%   Forward simplification       (31,146 calls)
% 116.88/117.11  ;     0.377   0%   Backward simplification      (5,118 calls)
% 116.88/117.11  ;     0.935   1%   Ordering                     (206,128 calls)
% 116.88/117.11  ;    82.042  70%   Ordering ac                  (58,783 calls)
% 116.88/117.11  ;     0.000   0%   Sortal reasoning             (32 calls)
% 116.88/117.11  ;     0.000   0%   Purity testing               (1 call)
% 116.88/117.11  ;     0.171   0%   Other
% 116.88/117.11  ;   116.630        Total
% 116.88/117.12  ;   116.647        Real time
% 116.88/117.12  ; 
% 116.88/117.12  ; Term-hash-array has 23,801 terms in all.
% 116.88/117.12  ; Feature-vector-row-index has 0 entries (0 at peak, 0 added, 0 deleted).
% 116.88/117.12  ; Feature-vector-row-index has 1 node (1 at peak, 1 added, 0 deleted).
% 116.88/117.12  ; Path-index has 21,130 entries (21,130 at peak, 24,101 added, 2,971 deleted).
% 116.88/117.12  ; Path-index has 14,287 nodes (14,287 at peak, 15,066 added, 779 deleted).
% 116.88/117.12  ; Trie-index has 21,130 entries (21,130 at peak, 24,101 added, 2,971 deleted).
% 116.88/117.12  ; Trie-index has 24,274 nodes (24,275 at peak, 25,461 added, 1,187 deleted).
% 116.88/117.12  ; Retrieved 100,611,683 generalization terms in 311,412 calls.
% 116.88/117.12  ; Retrieved 34,019 instance terms in 8,145 calls.
% 116.88/117.12  ; Retrieved 359,495 unifiable terms in 1,600 calls.
% 116.88/117.12  ; 
% 116.88/117.12  ; The agenda of rows to process has 238 entries:
% 116.88/117.12  ;     4 with value 17              4 with value 29               9 with value 40
% 116.88/117.12  ;     4 with value 19              3 with value 30              10 with value 41
% 116.88/117.12  ;     3 with value 20              8 with value 31              10 with value 42
% 116.88/117.12  ;    15 with value 21              9 with value 32               8 with value 43
% 116.88/117.12  ;     4 with value 22             14 with value 33               4 with value 44
% 116.88/117.12  ;    10 with value 23              4 with value 34               3 with value 45
% 116.88/117.12  ;    20 with value 24              7 with value 35               7 with value 46
% 116.88/117.12  ;    11 with value 25              9 with value 36               3 with value 47
% 116.88/117.12  ;    18 with value 26             14 with value 37               3 with value 48
% 116.88/117.12  ;     2 with value 27              7 with value 38               1 with value 49
% 116.88/117.12  ;     3 with value 28              5 with value 39               2 with value 50
% 116.88/117.12  ; The agenda of rows to give has 6735 entries:
% 116.88/117.12  ;     1 with value (4 18)        777 with value (4 31)          47 with value (4 43)
% 116.88/117.12  ;     2 with value (4 19)        596 with value (4 32)          13 with value (4 44)
% 116.88/117.12  ;     9 with value (4 20)        275 with value (4 33)          21 with value (4 45)
% 116.88/117.12  ;    91 with value (4 21)        181 with value (4 34)          22 with value (4 46)
% 116.88/117.12  ;   154 with value (4 22)        184 with value (4 35)           3 with value (4 47)
% 116.88/117.12  ;   212 with value (4 23)        152 with value (4 36)          35 with value (4 48)
% 116.88/117.12  ;   244 with value (4 24)         92 with value (4 37)           6 with value (4 49)
% 116.88/117.12  ;   338 with value (4 25)        106 with value (4 38)           8 with value (4 50)
% 116.88/117.12  ;   481 with value (4 26)        120 with value (4 39)           1 with value (4 51)
% 116.88/117.12  ;   513 with value (4 27)         70 with value (4 40)           6 with value (4 52)
% 116.88/117.12  ;   637 with value (4 28)         45 with value (4 41)           4 with value (4 54)
% 116.88/117.12  ;   539 with value (4 29)         72 with value (4 42)           4 with value (4 56)
% 116.88/117.12  ;   674 with value (4 30)
% 116.88/117.12  Evaluation took:
% 116.88/117.12    116.648 seconds of real time
% 116.88/117.12    115.908356 seconds of user run time
% 116.88/117.12    0.728009 seconds of system run time
% 116.88/117.12    [Run times include 1.535 seconds GC run time.]
% 116.88/117.12    0 calls to %EVAL
% 116.88/117.12    0 page faults and
% 116.88/117.12    1,356,509,480 bytes consed.
% 116.88/117.12  :PROOF-FOUND
% 116.88/117.12  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-07-08T09:39:40
% 116.88/117.12  :PROOF-FOUND
% 116.88/117.12  * 
%------------------------------------------------------------------------------