TSTP Solution File: GRP610-1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : GRP610-1 : TPTP v8.1.0. Released v2.6.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n025.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 : Sat Jul 16 11:39:39 EDT 2022

% Result   : Unsatisfiable 0.44s 0.60s
% Output   : Refutation 0.44s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :    3
% Syntax   : Number of clauses     :   37 (  37 unt;   0 nHn;   5 RR)
%            Number of literals    :   37 (  36 equ;   4 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    :    5 (   5 usr;   2 con; 0-2 aty)
%            Number of variables   :  101 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(single_axiom,axiom,
    inverse(double_divide(inverse(double_divide(inverse(double_divide(X,Y)),Z)),double_divide(X,Z))) = Y,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',single_axiom) ).

cnf(multiply,axiom,
    multiply(X,Y) = inverse(double_divide(Y,X)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiply) ).

cnf(prove_these_axioms_2,negated_conjecture,
    multiply(multiply(inverse(b2),b2),a2) != a2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_these_axioms_2) ).

cnf(4,plain,
    inverse(double_divide(a2,inverse(double_divide(b2,inverse(b2))))) != a2,
    inference('REWRITE',[status(thm)],[prove_these_axioms_2,multiply,theory(equality)]) ).

cnf(5,plain,
    inverse(double_divide(X,double_divide(inverse(double_divide(Y,X)),double_divide(Y,Z)))) = Z,
    inference('PARAMODULATE',[status(thm)],[single_axiom,single_axiom,theory(equality)]) ).

cnf(6,plain,
    inverse(double_divide(inverse(double_divide(X,Y)),double_divide(inverse(double_divide(inverse(double_divide(Z,X)),U)),Y))) = double_divide(Z,U),
    inference('PARAMODULATE',[status(thm)],[single_axiom,single_axiom,theory(equality)]) ).

cnf(7,plain,
    inverse(double_divide(inverse(double_divide(X,Y)),double_divide(Z,Y))) = double_divide(inverse(double_divide(U,Z)),double_divide(U,X)),
    inference('PARAMODULATE',[status(thm)],[single_axiom,5,theory(equality)]) ).

cnf(8,plain,
    inverse(double_divide(double_divide(inverse(double_divide(X,Y)),double_divide(X,Z)),double_divide(Z,double_divide(Y,U)))) = U,
    inference('PARAMODULATE',[status(thm)],[5,5,theory(equality)]) ).

cnf(11,plain,
    double_divide(inverse(double_divide(X,Y)),double_divide(X,inverse(double_divide(Y,Z)))) = Z,
    inference('PARAMODULATE',[status(thm)],[single_axiom,7,theory(equality)]) ).

cnf(12,plain,
    double_divide(inverse(double_divide(X,Y)),double_divide(X,Z)) = double_divide(inverse(double_divide(U,Y)),double_divide(U,Z)),
    inference('PARAMODULATE',[status(thm)],[7,7,theory(equality)]) ).

cnf(13,plain,
    inverse(double_divide(X,inverse(double_divide(inverse(double_divide(Y,Z)),double_divide(X,Z))))) = Y,
    inference('PARAMODULATE',[status(thm)],[5,7,theory(equality)]) ).

cnf(23,plain,
    inverse(double_divide(inverse(double_divide(double_divide(inverse(double_divide(X,Y)),double_divide(X,Z)),U)),double_divide(inverse(double_divide(Z,V)),U))) = double_divide(Y,V),
    inference('PARAMODULATE',[status(thm)],[single_axiom,7,theory(equality)]) ).

cnf(34,plain,
    inverse(double_divide(inverse(X),double_divide(Y,double_divide(Y,inverse(double_divide(Z,X)))))) = Z,
    inference('PARAMODULATE',[status(thm)],[single_axiom,11,theory(equality)]) ).

cnf(42,plain,
    inverse(double_divide(X,double_divide(inverse(double_divide(inverse(double_divide(Y,Z)),X)),U))) = double_divide(Y,inverse(double_divide(Z,U))),
    inference('PARAMODULATE',[status(thm)],[5,11,theory(equality)]) ).

cnf(69,plain,
    inverse(double_divide(X,inverse(double_divide(inverse(double_divide(Y,Z)),double_divide(Y,Z))))) = X,
    inference('PARAMODULATE',[status(thm)],[13,12,theory(equality)]) ).

cnf(95,plain,
    inverse(double_divide(double_divide(inverse(double_divide(X,inverse(double_divide(Y,Z)))),double_divide(X,U)),double_divide(U,V))) = double_divide(Y,inverse(double_divide(Z,V))),
    inference('PARAMODULATE',[status(thm)],[8,11,theory(equality)]) ).

cnf(113,plain,
    inverse(double_divide(inverse(double_divide(X,Y)),double_divide(double_divide(Z,double_divide(Z,inverse(double_divide(U,V)))),Y))) = double_divide(U,double_divide(inverse(V),X)),
    inference('PARAMODULATE',[status(thm)],[7,34,theory(equality)]) ).

cnf(122,plain,
    inverse(double_divide(X,inverse(double_divide(inverse(Y),Y)))) = X,
    inference('PARAMODULATE',[status(thm)],[69,11,theory(equality)]) ).

cnf(130,plain,
    inverse(double_divide(inverse(inverse(double_divide(inverse(X),X))),double_divide(Y,double_divide(Y,Z)))) = Z,
    inference('PARAMODULATE',[status(thm)],[34,122,theory(equality)]) ).

cnf(133,plain,
    double_divide(X,double_divide(X,Y)) = double_divide(Z,double_divide(Z,Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[12,122,theory(equality)]),122,theory(equality)]) ).

cnf(146,plain,
    inverse(double_divide(X,double_divide(X,double_divide(inverse(Y),inverse(double_divide(Z,Y)))))) = Z,
    inference('PARAMODULATE',[status(thm)],[34,133,theory(equality)]) ).

cnf(151,plain,
    double_divide(inverse(double_divide(X,Y)),Z) = double_divide(U,double_divide(U,double_divide(X,inverse(double_divide(Y,Z))))),
    inference('PARAMODULATE',[status(thm)],[133,11,theory(equality)]) ).

cnf(152,plain,
    inverse(double_divide(inverse(double_divide(inverse(X),Y)),X)) = Y,
    inference('REWRITE',[status(thm)],[146,151,theory(equality)]) ).

cnf(170,plain,
    inverse(double_divide(X,double_divide(inverse(Y),X))) = Y,
    inference('PARAMODULATE',[status(thm)],[152,152,theory(equality)]) ).

cnf(172,plain,
    X = inverse(double_divide(inverse(inverse(double_divide(inverse(Y),Y))),X)),
    inference('PARAMODULATE',[status(thm)],[122,152,theory(equality)]) ).

cnf(173,plain,
    double_divide(X,double_divide(X,Y)) = Y,
    inference('REWRITE',[status(thm)],[130,172,theory(equality)]) ).

cnf(185,plain,
    inverse(double_divide(inverse(double_divide(X,Y)),double_divide(inverse(double_divide(Z,U)),Y))) = double_divide(Z,double_divide(inverse(U),X)),
    inference('REWRITE',[status(thm)],[113,173,theory(equality)]) ).

cnf(186,plain,
    double_divide(inverse(double_divide(X,Y)),double_divide(inverse(Z),Y)) = double_divide(X,Z),
    inference('REWRITE',[status(thm)],[6,185,theory(equality)]) ).

cnf(188,plain,
    inverse(double_divide(X,double_divide(Y,Z))) = double_divide(Y,double_divide(inverse(Z),X)),
    inference('REWRITE',[status(thm)],[185,186,theory(equality)]) ).

cnf(194,plain,
    inverse(inverse(double_divide(X,inverse(double_divide(Y,Z))))) = double_divide(Y,inverse(double_divide(Z,X))),
    inference('REWRITE',[status(thm)],[42,173,188,theory(equality)]) ).

cnf(196,plain,
    inverse(inverse(inverse(double_divide(inverse(b2),inverse(double_divide(a2,b2)))))) != a2,
    inference('REWRITE',[status(thm)],[4,194,theory(equality)]) ).

cnf(214,plain,
    inverse(inverse(X)) = X,
    inference('REWRITE',[status(thm)],[170,173,188,theory(equality)]) ).

cnf(235,plain,
    inverse(double_divide(inverse(b2),inverse(double_divide(a2,b2)))) != a2,
    inference('REWRITE',[status(thm)],[196,214,theory(equality)]) ).

cnf(250,plain,
    inverse(double_divide(double_divide(inverse(double_divide(X,Y)),double_divide(X,Z)),double_divide(Z,U))) = double_divide(Y,U),
    inference('REWRITE',[status(thm)],[23,186,theory(equality)]) ).

cnf(253,plain,
    double_divide(inverse(double_divide(X,Y)),Z) = double_divide(X,inverse(double_divide(Y,Z))),
    inference('REWRITE',[status(thm)],[95,250,theory(equality)]) ).

cnf(255,plain,
    inverse(double_divide(inverse(X),inverse(double_divide(Y,X)))) = Y,
    inference('REWRITE',[status(thm)],[152,253,theory(equality)]) ).

cnf(256,plain,
    $false,
    inference('REWRITE',[status(thm)],[235,255,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GRP610-1 : TPTP v8.1.0. Released v2.6.0.
% 0.07/0.13  % Command  : run-snark %s %d
% 0.13/0.32  % Computer : n025.cluster.edu
% 0.13/0.32  % Model    : x86_64 x86_64
% 0.13/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.32  % Memory   : 8042.1875MB
% 0.13/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.32  % CPULimit : 300
% 0.13/0.32  % WCLimit  : 600
% 0.13/0.32  % DateTime : Mon Jun 13 08:05:39 EDT 2022
% 0.13/0.32  % CPUTime  : 
% 0.19/0.44  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.45  * 
% 0.19/0.45  * 
% 0.19/0.45  #<PACKAGE "SNARK-USER">
% 0.19/0.45  * 
% 0.19/0.45  SNARK-TPTP-OPTIONS
% 0.19/0.45  * 
% 0.19/0.45  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.45   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.45   (USE-FACTORING :POS)
% 0.19/0.45   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.45   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.45   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.45   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.45   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.45   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.45   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.45   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.45   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.45   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.45  * 
% 0.19/0.45  "."
% 0.19/0.45  * 
% 0.19/0.45  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-13T08:05:39
% 0.19/0.45  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n025.cluster.edu at 2022-06-13T08:05:39
% 0.44/0.60  
% 0.44/0.60  
% 0.44/0.60  #||
% 0.44/0.60  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.44/0.60  % SZS output start Refutation
% See solution above
% 0.44/0.60  ||#
% 0.44/0.60  
% 0.44/0.60  ; Summary of computation:
% 0.44/0.60  ;       509 formulas have been input or derived (from 15 formulas).
% 0.44/0.60  ;       256 (50%) were retained.  Of these,
% 0.44/0.60  ;          138 (54%) were simplified or subsumed later,
% 0.44/0.60  ;          118 (46%) are still being kept.
% 0.44/0.60  ; 
% 0.44/0.60  ; Run time in seconds excluding printing time:
% 0.44/0.60  ;     0.001   1%   Read assertion file          (1 call)
% 0.44/0.60  ;     0.000   0%   Assert                       (3 calls)
% 0.44/0.60  ;     0.043  30%   Process new row              (437 calls)
% 0.44/0.60  ;     0.000   0%   Resolution                   (28 calls)
% 0.44/0.60  ;     0.011   8%   Paramodulation               (14 calls)
% 0.44/0.60  ;     0.022  16%   Forward simplification       (410 calls)
% 0.44/0.60  ;     0.023  16%   Backward simplification      (255 calls)
% 0.44/0.60  ;     0.015  11%   Ordering                     (1,596 calls)
% 0.44/0.60  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.44/0.60  ;     0.000   0%   Purity testing               (1 call)
% 0.44/0.60  ;     0.026  18%   Other
% 0.44/0.60  ;     0.141        Total
% 0.44/0.60  ;     0.148        Real time
% 0.44/0.60  ; 
% 0.44/0.60  ; Term-hash-array has 1,317 terms in all.
% 0.44/0.60  ; Feature-vector-row-index has 0 entries (0 at peak, 0 added, 0 deleted).
% 0.44/0.60  ; Feature-vector-row-index has 1 node (1 at peak, 1 added, 0 deleted).
% 0.44/0.60  ; Path-index has 634 entries (961 at peak, 1,405 added, 771 deleted).
% 0.44/0.60  ; Path-index has 2,605 nodes (2,837 at peak, 3,297 added, 692 deleted).
% 0.44/0.60  ; Trie-index has 634 entries (961 at peak, 1,405 added, 771 deleted).
% 0.44/0.60  ; Trie-index has 2,826 nodes (4,168 at peak, 5,944 added, 3,118 deleted).
% 0.44/0.60  ; Retrieved 701 generalization terms in 3,867 calls.
% 0.44/0.60  ; Retrieved 1,716 instance terms in 282 calls.
% 0.44/0.60  ; Retrieved 1,935 unifiable terms in 128 calls.
% 0.44/0.60  ; 
% 0.44/0.60  ; The agenda of backward simplifiable rows to process has 38 entries:
% 0.44/0.60  ;    38 with value 0
% 0.44/0.60  ; The agenda of rows to process has 32 entries:
% 0.44/0.60  ;     2 with value 26              1 with value 31               4 with value 35
% 0.44/0.60  ;     2 with value 27              3 with value 32               1 with value 37
% 0.44/0.60  ;     5 with value 28              5 with value 33               1 with value 38
% 0.44/0.60  ;     2 with value 29              1 with value 34               1 with value 39
% 0.44/0.60  ;     4 with value 30
% 0.44/0.60  ; The agenda of rows to give has 111 entries:
% 0.44/0.60  ;     3 with value (4 16)          4 with value (4 26)           8 with value (4 33)
% 0.44/0.60  ;     1 with value (4 18)          5 with value (4 27)           4 with value (4 34)
% 0.44/0.60  ;     1 with value (4 20)          3 with value (4 28)          15 with value (4 35)
% 0.44/0.60  ;     2 with value (4 21)          5 with value (4 29)           9 with value (4 36)
% 0.44/0.60  ;     7 with value (4 22)          3 with value (4 30)           6 with value (4 37)
% 0.44/0.60  ;     1 with value (4 23)          3 with value (4 31)           6 with value (4 38)
% 0.44/0.60  ;     5 with value (4 24)         14 with value (4 32)           5 with value (4 39)
% 0.44/0.60  ;     1 with value (4 25)
% 0.44/0.60  Evaluation took:
% 0.44/0.60    0.149 seconds of real time
% 0.44/0.60    0.126933 seconds of user run time
% 0.44/0.60    0.019976 seconds of system run time
% 0.44/0.60    0 calls to %EVAL
% 0.44/0.60    0 page faults and
% 0.44/0.60    11,408,160 bytes consed.
% 0.44/0.60  :PROOF-FOUND
% 0.44/0.60  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-13T08:05:39
% 0.44/0.60  :PROOF-FOUND
% 0.44/0.60  * 
%------------------------------------------------------------------------------