TSTP Solution File: BOO007-4 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : BOO007-4 : TPTP v8.1.0. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n032.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 : Thu Jul 14 23:48:53 EDT 2022

% Result   : Unsatisfiable 0.62s 0.82s
% Output   : Refutation 0.62s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   65 (  65 unt;   0 nHn;   4 RR)
%            Number of literals    :   65 (  64 equ;   2 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   5 con; 0-2 aty)
%            Number of variables   :  137 (  20 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(distributivity1,axiom,
    add(X,multiply(Y,Z)) = multiply(add(X,Y),add(X,Z)),
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO004-0.ax',distributivity1) ).

cnf(distributivity2,axiom,
    multiply(X,add(Y,Z)) = add(multiply(X,Y),multiply(X,Z)),
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO004-0.ax',distributivity2) ).

cnf(additive_id1,axiom,
    add(X,additive_identity) = X,
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO004-0.ax',additive_id1) ).

cnf(multiplicative_id1,axiom,
    multiply(X,multiplicative_identity) = X,
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO004-0.ax',multiplicative_id1) ).

cnf(additive_inverse1,axiom,
    add(X,inverse(X)) = multiplicative_identity,
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO004-0.ax',additive_inverse1) ).

cnf(multiplicative_inverse1,axiom,
    multiply(X,inverse(X)) = additive_identity,
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO004-0.ax',multiplicative_inverse1) ).

cnf(prove_associativity,negated_conjecture,
    multiply(a,multiply(b,c)) != multiply(multiply(a,b),c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_associativity) ).

cnf(8,plain,
    add(X,multiply(Y,Z)) = add(add(multiply(X,X),multiply(X,Y)),add(multiply(X,Z),multiply(Y,Z))),
    inference('REWRITE',[status(thm)],[distributivity1,distributivity2,theory(equality)]) ).

cnf(10,plain,
    additive_identity = inverse(multiplicative_identity),
    inference('PARAMODULATE',[status(thm)],[multiplicative_id1,multiplicative_inverse1,theory(equality)]) ).

cnf(11,plain,
    multiply(X,Y) = add(multiply(X,Y),multiply(X,additive_identity)),
    inference('PARAMODULATE',[status(thm)],[distributivity2,additive_id1,theory(equality)]) ).

cnf(12,plain,
    X = add(multiply(X,Y),multiply(X,inverse(Y))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[distributivity2,additive_inverse1,theory(equality)]),multiplicative_id1,theory(equality)]) ).

cnf(13,plain,
    add(multiply(inverse(add(X,Y)),X),multiply(inverse(add(X,Y)),Y)) = additive_identity,
    inference('PARAMODULATE',[status(thm)],[multiplicative_inverse1,distributivity2,theory(equality)]) ).

cnf(16,plain,
    add(X,Y) = add(add(multiply(X,X),multiply(X,Y)),add(X,Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,multiplicative_id1,theory(equality)]),multiplicative_id1,theory(equality)]) ).

cnf(20,plain,
    X = add(add(multiply(X,X),multiply(X,inverse(Y))),multiply(X,Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,multiplicative_inverse1,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(21,plain,
    add(X,multiply(inverse(X),Y)) = add(Y,multiply(X,X)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,multiplicative_inverse1,theory(equality)]),12,additive_id1,theory(equality)]) ).

cnf(23,plain,
    add(inverse(X),multiply(X,Y)) = add(multiply(inverse(X),inverse(X)),Y),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,multiplicative_inverse1,theory(equality)]),12,additive_id1,theory(equality)]) ).

cnf(30,plain,
    additive_identity = multiply(X,additive_identity),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[11,multiplicative_inverse1,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(31,plain,
    X = add(multiply(X,X),multiply(X,Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,30,theory(equality)]),30,additive_id1,theory(equality)]) ).

cnf(32,plain,
    X = add(X,multiply(X,Y)),
    inference('REWRITE',[status(thm)],[20,31,theory(equality)]) ).

cnf(34,plain,
    add(X,multiply(Y,Z)) = add(X,add(multiply(X,Z),multiply(Y,Z))),
    inference('REWRITE',[status(thm)],[8,31,theory(equality)]) ).

cnf(35,plain,
    add(X,Y) = add(X,add(X,Y)),
    inference('REWRITE',[status(thm)],[16,31,theory(equality)]) ).

cnf(46,plain,
    multiply(X,Y) = add(multiply(X,Y),multiply(X,multiply(Y,Z))),
    inference('PARAMODULATE',[status(thm)],[distributivity2,32,theory(equality)]) ).

cnf(49,plain,
    X = multiply(X,X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,multiplicative_inverse1,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(50,plain,
    add(inverse(X),multiply(X,Y)) = add(inverse(X),Y),
    inference('REWRITE',[status(thm)],[23,49,theory(equality)]) ).

cnf(51,plain,
    add(X,multiply(inverse(X),Y)) = add(X,Y),
    inference('REWRITE',[status(thm)],[21,49,theory(equality)]) ).

cnf(52,plain,
    X = multiply(X,inverse(inverse(X))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,multiplicative_inverse1,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(53,plain,
    inverse(inverse(X)) = X,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,multiplicative_inverse1,theory(equality)]),additive_id1,52,theory(equality)]) ).

cnf(69,plain,
    multiplicative_identity = add(inverse(multiply(X,Y)),Y),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[34,51,theory(equality)]),32,additive_inverse1,theory(equality)]) ).

cnf(71,plain,
    X = add(multiply(X,inverse(multiply(Y,Z))),multiply(X,Z)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[distributivity2,69,theory(equality)]),multiplicative_id1,theory(equality)]) ).

cnf(86,plain,
    additive_identity = multiply(inverse(X),multiply(X,Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[46,multiplicative_inverse1,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(87,plain,
    additive_identity = multiply(X,multiply(inverse(X),Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[46,multiplicative_inverse1,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(94,plain,
    inverse(X) = multiply(inverse(multiply(X,Y)),inverse(X)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,86,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(98,plain,
    X = multiply(inverse(multiply(inverse(X),Y)),X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,87,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(124,plain,
    add(X,Y) = add(X,add(multiply(X,inverse(multiply(inverse(Y),Z))),Y)),
    inference('PARAMODULATE',[status(thm)],[34,98,theory(equality)]) ).

cnf(150,plain,
    add(inverse(multiply(X,Y)),multiply(Y,Z)) = add(inverse(multiply(X,Y)),Z),
    inference('PARAMODULATE',[status(thm)],[34,71,theory(equality)]) ).

cnf(163,plain,
    additive_identity = multiply(inverse(add(X,Y)),X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[35,13,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(166,plain,
    inverse(X) = add(inverse(X),inverse(add(X,Y))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[50,163,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(170,plain,
    additive_identity = multiply(multiply(inverse(add(X,Y)),Z),X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[46,163,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(171,plain,
    inverse(add(X,Y)) = multiply(inverse(add(X,Y)),inverse(X)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,163,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(224,plain,
    additive_identity = multiply(inverse(add(add(X,Y),Z)),X),
    inference('PARAMODULATE',[status(thm)],[170,171,theory(equality)]) ).

cnf(227,plain,
    inverse(X) = add(multiply(inverse(X),Y),inverse(add(X,Y))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,171,theory(equality)]),additive_id1,multiplicative_inverse1,distributivity2,theory(equality)]) ).

cnf(241,plain,
    add(add(X,Y),Z) = add(add(add(X,Y),Z),X),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[51,224,theory(equality)]),additive_id1,theory(equality)]) ).

cnf(277,plain,
    inverse(multiply(X,Y)) = add(inverse(X),inverse(add(inverse(X),Y))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[227,94,theory(equality)]),50,theory(equality)]) ).

cnf(296,plain,
    add(X,Y) = add(X,add(Y,multiply(X,inverse(add(Y,Z))))),
    inference('REWRITE',[status(thm)],[124,34,distributivity2,53,277,theory(equality)]) ).

cnf(303,plain,
    multiplicative_identity = add(add(inverse(X),inverse(add(inverse(X),Y))),Y),
    inference('REWRITE',[status(thm)],[69,277,theory(equality)]) ).

cnf(306,plain,
    add(add(inverse(X),inverse(add(inverse(X),Y))),multiply(Y,Z)) = add(add(inverse(X),inverse(add(inverse(X),Y))),Z),
    inference('REWRITE',[status(thm)],[150,277,theory(equality)]) ).

cnf(321,plain,
    add(inverse(X),inverse(add(inverse(X),multiply(Y,Z)))) = add(multiply(multiply(X,Y),inverse(add(inverse(X),multiply(Y,Z)))),add(inverse(X),inverse(add(inverse(X),Y)))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[227,46,theory(equality)]),additive_id1,86,distributivity2,277,theory(equality)]) ).

cnf(332,plain,
    multiplicative_identity = add(add(X,inverse(add(X,Y))),Y),
    inference('PARAMODULATE',[status(thm)],[303,53,theory(equality)]) ).

cnf(335,plain,
    multiplicative_identity = add(add(inverse(X),inverse(Y)),multiply(X,Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[332,12,theory(equality)]),50,theory(equality)]) ).

cnf(349,plain,
    add(inverse(X),inverse(add(inverse(X),Y))) = add(inverse(X),inverse(Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[227,335,theory(equality)]),10,227,171,additive_id1,163,49,distributivity2,277,theory(equality)]) ).

cnf(355,plain,
    inverse(multiply(X,Y)) = add(inverse(X),inverse(Y)),
    inference('REWRITE',[status(thm)],[277,349,theory(equality)]) ).

cnf(359,plain,
    add(add(inverse(X),inverse(Y)),multiply(Y,Z)) = add(add(inverse(X),inverse(Y)),Z),
    inference('REWRITE',[status(thm)],[306,349,theory(equality)]) ).

cnf(365,plain,
    add(inverse(X),add(inverse(Y),inverse(Z))) = add(multiply(multiply(X,Y),inverse(add(inverse(X),multiply(Y,Z)))),add(inverse(X),inverse(Y))),
    inference('REWRITE',[status(thm)],[321,355,349,theory(equality)]) ).

cnf(368,plain,
    inverse(add(inverse(X),inverse(Y))) = multiply(X,Y),
    inference('PARAMODULATE',[status(thm)],[53,355,theory(equality)]) ).

cnf(380,plain,
    add(X,Y) = add(X,add(Y,inverse(add(inverse(X),add(Y,Z))))),
    inference('REWRITE',[status(thm)],[296,53,368,theory(equality)]) ).

cnf(382,plain,
    add(X,inverse(add(X,inverse(Y)))) = add(X,Y),
    inference('REWRITE',[status(thm)],[51,53,368,theory(equality)]) ).

cnf(406,plain,
    add(add(inverse(X),inverse(Y)),inverse(add(inverse(Y),inverse(Z)))) = add(add(inverse(X),inverse(Y)),Z),
    inference('REWRITE',[status(thm)],[359,368,theory(equality)]) ).

cnf(468,plain,
    add(inverse(X),add(inverse(Y),inverse(Z))) = add(inverse(add(add(inverse(X),inverse(Y)),add(inverse(X),inverse(add(inverse(Y),inverse(Z)))))),add(inverse(X),inverse(Y))),
    inference('REWRITE',[status(thm)],[365,53,368,theory(equality)]) ).

cnf(470,plain,
    inverse(add(inverse(a),add(inverse(b),inverse(c)))) != inverse(add(add(inverse(a),inverse(b)),inverse(c))),
    inference('REWRITE',[status(thm)],[prove_associativity,53,368,theory(equality)]) ).

cnf(472,plain,
    add(X,inverse(add(X,Y))) = add(X,inverse(Y)),
    inference('PARAMODULATE',[status(thm)],[382,53,theory(equality)]) ).

cnf(473,plain,
    add(inverse(X),add(inverse(Y),inverse(Z))) = add(add(inverse(X),inverse(Y)),add(inverse(Y),inverse(Z))),
    inference('REWRITE',[status(thm)],[468,406,472,theory(equality)]) ).

cnf(531,plain,
    add(X,Y) = add(X,add(Y,inverse(add(inverse(X),Z)))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[380,241,theory(equality)]),472,theory(equality)]) ).

cnf(533,plain,
    add(add(X,Y),Z) = add(add(X,Y),add(X,Z)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[531,166,theory(equality)]),53,theory(equality)]) ).

cnf(534,plain,
    add(inverse(X),add(inverse(Y),inverse(Z))) = add(add(inverse(X),inverse(Y)),inverse(Z)),
    inference('REWRITE',[status(thm)],[473,533,theory(equality)]) ).

cnf(538,plain,
    $false,
    inference('REWRITE',[status(thm)],[470,534,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.08  % Problem  : BOO007-4 : TPTP v8.1.0. Released v1.1.0.
% 0.00/0.09  % Command  : run-snark %s %d
% 0.08/0.28  % Computer : n032.cluster.edu
% 0.08/0.28  % Model    : x86_64 x86_64
% 0.08/0.28  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.28  % Memory   : 8042.1875MB
% 0.08/0.28  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.28  % CPULimit : 300
% 0.08/0.28  % WCLimit  : 600
% 0.08/0.28  % DateTime : Wed Jun  1 17:46:44 EDT 2022
% 0.08/0.28  % CPUTime  : 
% 0.12/0.36  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.12/0.37  * 
% 0.12/0.37  * 
% 0.12/0.37  #<PACKAGE "SNARK-USER">
% 0.12/0.37  * 
% 0.12/0.37  SNARK-TPTP-OPTIONS
% 0.12/0.37  * 
% 0.12/0.37  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.12/0.37   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.12/0.37   (USE-FACTORING :POS)
% 0.12/0.37   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.12/0.37   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.12/0.37   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.12/0.37   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.12/0.37   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.12/0.37   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.12/0.37   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.12/0.37   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.12/0.37   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.12/0.37   (DECLARE-TPTP-SYMBOLS2))
% 0.12/0.37  * 
% 0.12/0.37  "."
% 0.12/0.37  * 
% 0.12/0.37  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-01T17:46:45
% 0.12/0.37  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n032.cluster.edu at 2022-06-01T17:46:45
% 0.12/0.38  
% 0.12/0.38  ; Recognized commutativity assertion (= (|add| ?X ?Y) (|add| ?Y ?X)).
% 0.12/0.38  ; Recognized commutativity assertion (= (|multiply| ?X ?Y) (|multiply| ?Y ?X)).
% 0.12/0.38  ; Recognized right identity assertion (= (|add| ?X |additive_identity|) ?X).
% 0.12/0.38  ; Recognized right identity assertion (= (|multiply| ?X |multiplicative_identity|) ?X).
% 0.12/0.38  ; Recognized possible right inverse assertion (= (|add| ?X (|inverse| ?X)) |multiplicative_identity|).
% 0.12/0.38  ; Recognized possible right inverse assertion (= (|multiply| ?X (|inverse| ?X)) |additive_identity|).
% 0.12/0.38  ; Declaring add to be commutative.
% 0.62/0.82  ; Declaring multiply to be commutative.
% 0.62/0.82  
% 0.62/0.82  #||
% 0.62/0.82  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.62/0.82  % SZS output start Refutation
% See solution above
% 0.62/0.82  ||#
% 0.62/0.82  
% 0.62/0.82  ; Summary of computation:
% 0.62/0.82  ;      6321 formulas have been input or derived (from 85 formulas).
% 0.62/0.82  ;       538 ( 9%) were retained.  Of these,
% 0.62/0.82  ;          415 (77%) were simplified or subsumed later,
% 0.62/0.82  ;          123 (23%) are still being kept.
% 0.62/0.82  ; 
% 0.62/0.82  ; Run time in seconds excluding printing time:
% 0.62/0.82  ;     0.002   0%   Read assertion file          (1 call)
% 0.62/0.82  ;     0.000   0%   Assert                       (9 calls)
% 0.62/0.82  ;     0.053  12%   Process new row              (5,332 calls)
% 0.62/0.82  ;     0.002   0%   Resolution                   (168 calls)
% 0.62/0.82  ;     0.079  18%   Paramodulation               (84 calls)
% 0.62/0.82  ;     0.225  51%   Forward simplification       (4,890 calls)
% 0.62/0.82  ;     0.039   9%   Backward simplification      (538 calls)
% 0.62/0.82  ;     0.016   4%   Ordering                     (6,066 calls)
% 0.62/0.82  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.62/0.82  ;     0.000   0%   Purity testing               (1 call)
% 0.62/0.82  ;     0.028   6%   Other
% 0.62/0.82  ;     0.444        Total
% 0.62/0.82  ;     0.453        Real time
% 0.62/0.82  ; 
% 0.62/0.82  ; Term-hash-array has 1,694 terms in all.
% 0.62/0.82  ; Feature-vector-row-index has 0 entries (0 at peak, 0 added, 0 deleted).
% 0.62/0.82  ; Feature-vector-row-index has 1 node (1 at peak, 1 added, 0 deleted).
% 0.62/0.82  ; Path-index has 449 entries (641 at peak, 1,783 added, 1,334 deleted).
% 0.62/0.82  ; Path-index has 527 nodes (582 at peak, 924 added, 397 deleted).
% 0.62/0.82  ; Trie-index has 449 entries (641 at peak, 1,783 added, 1,334 deleted).
% 0.62/0.82  ; Trie-index has 3,159 nodes (3,883 at peak, 11,123 added, 7,964 deleted).
% 0.62/0.82  ; Retrieved 41,932 generalization terms in 35,797 calls.
% 0.62/0.82  ; Retrieved 3,792 instance terms in 549 calls.
% 0.62/0.82  ; Retrieved 8,945 unifiable terms in 597 calls.
% 0.62/0.82  ; 
% 0.62/0.82  ; The agenda of backward simplifiable rows to process has 4 entries:
% 0.62/0.82  ;     4 with value 0
% 0.62/0.82  ; The agenda of rows to process has 50 entries:
% 0.62/0.82  ;     5 with value 27              2 with value 33               2 with value 39
% 0.62/0.82  ;     4 with value 28              3 with value 34               1 with value 40
% 0.62/0.82  ;     4 with value 29              5 with value 35               1 with value 41
% 0.62/0.82  ;     3 with value 30              3 with value 36               1 with value 43
% 0.62/0.82  ;     6 with value 31              2 with value 37               2 with value 49
% 0.62/0.82  ;     5 with value 32              1 with value 38
% 0.62/0.82  ; The agenda of rows to give has 94 entries:
% 0.62/0.82  ;     1 with value (4 23)          4 with value (4 35)           3 with value (4 46)
% 0.62/0.82  ;     4 with value (4 26)          5 with value (4 36)           1 with value (4 48)
% 0.62/0.82  ;     7 with value (4 27)          7 with value (4 37)           1 with value (4 49)
% 0.62/0.82  ;     6 with value (4 28)          4 with value (4 38)           1 with value (4 50)
% 0.62/0.82  ;     5 with value (4 29)          2 with value (4 39)           2 with value (4 51)
% 0.62/0.82  ;     2 with value (4 30)          1 with value (4 40)           1 with value (4 53)
% 0.62/0.82  ;     5 with value (4 31)          2 with value (4 41)           2 with value (4 57)
% 0.62/0.82  ;     3 with value (4 32)          3 with value (4 42)           1 with value (4 59)
% 0.62/0.82  ;     6 with value (4 33)          4 with value (4 43)           1 with value (4 62)
% 0.62/0.82  ;     7 with value (4 34)          3 with value (4 45)
% 0.62/0.82  Evaluation took:
% 0.62/0.82    0.453 seconds of real time
% 0.62/0.82    0.427556 seconds of user run time
% 0.62/0.82    0.025701 seconds of system run time
% 0.62/0.82    [Run times include 0.018 seconds GC run time.]
% 0.62/0.82    0 calls to %EVAL
% 0.62/0.82    0 page faults and
% 0.62/0.82    54,313,760 bytes consed.
% 0.62/0.82  :PROOF-FOUND
% 0.62/0.82  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-01T17:46:45
% 0.62/0.82  :PROOF-FOUND
% 0.62/0.82  * 
%------------------------------------------------------------------------------