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

View Problem - Process Solution

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

% Computer : n029.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:24 EDT 2022

% Result   : Unsatisfiable 0.40s 0.58s
% Output   : Refutation 0.40s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :    3
% Syntax   : Number of clauses     :   31 (  31 unt;   0 nHn;   3 RR)
%            Number of literals    :   31 (  30 equ;   2 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    7 (   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   :   87 (   0 sgn)

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

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

cnf(prove_these_axioms_4,negated_conjecture,
    multiply(a,b) != multiply(b,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_these_axioms_4) ).

cnf(4,plain,
    divide(a,inverse(b)) != divide(b,inverse(a)),
    inference('REWRITE',[status(thm)],[prove_these_axioms_4,multiply,theory(equality)]) ).

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

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

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

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

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

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

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

cnf(57,plain,
    divide(divide(divide(X,divide(Y,divide(Y,inverse(Z)))),inverse(U)),X) = divide(V,inverse(divide(U,divide(V,Z)))),
    inference('PARAMODULATE',[status(thm)],[5,33,theory(equality)]) ).

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

cnf(63,plain,
    divide(X,inverse(Y)) = divide(X,divide(Z,divide(Z,inverse(Y)))),
    inference('PARAMODULATE',[status(thm)],[61,33,theory(equality)]) ).

cnf(72,plain,
    divide(divide(X,inverse(Y)),Z) = divide(divide(X,Z),inverse(Y)),
    inference('REWRITE',[status(thm)],[46,63,theory(equality)]) ).

cnf(75,plain,
    divide(divide(X,Y),inverse(divide(Z,divide(X,Y)))) = Z,
    inference('REWRITE',[status(thm)],[single_axiom,72,theory(equality)]) ).

cnf(80,plain,
    divide(divide(X,inverse(Y)),X) = Y,
    inference('REWRITE',[status(thm)],[33,63,theory(equality)]) ).

cnf(83,plain,
    divide(divide(divide(X,inverse(Y)),inverse(Z)),X) = divide(U,inverse(divide(Z,divide(U,Y)))),
    inference('REWRITE',[status(thm)],[57,63,theory(equality)]) ).

cnf(91,plain,
    divide(X,Y) = divide(Z,inverse(divide(divide(divide(X,U),divide(V,U)),divide(Z,divide(V,Y))))),
    inference('PARAMODULATE',[status(thm)],[5,61,theory(equality)]) ).

cnf(92,plain,
    divide(X,inverse(divide(Y,Y))) = X,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[61,21,theory(equality)]),35,5,theory(equality)]) ).

cnf(99,plain,
    divide(X,inverse(divide(Y,X))) = Y,
    inference('PARAMODULATE',[status(thm)],[75,75,theory(equality)]) ).

cnf(100,plain,
    divide(inverse(divide(X,Y)),inverse(X)) = Y,
    inference('PARAMODULATE',[status(thm)],[99,99,theory(equality)]) ).

cnf(101,plain,
    divide(divide(X,Y),divide(Z,Y)) = divide(X,Z),
    inference('PARAMODULATE',[status(thm)],[7,99,theory(equality)]) ).

cnf(102,plain,
    divide(X,Y) = divide(Z,inverse(divide(divide(X,U),divide(Z,divide(U,Y))))),
    inference('REWRITE',[status(thm)],[91,101,theory(equality)]) ).

cnf(114,plain,
    divide(inverse(X),inverse(Y)) = inverse(divide(X,Y)),
    inference('PARAMODULATE',[status(thm)],[99,100,theory(equality)]) ).

cnf(131,plain,
    divide(X,inverse(Y)) = divide(Z,inverse(divide(Y,divide(Z,X)))),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[5,92,theory(equality)]),92,theory(equality)]) ).

cnf(140,plain,
    divide(X,Y) = divide(divide(Z,Y),inverse(divide(X,Z))),
    inference('REWRITE',[status(thm)],[102,131,theory(equality)]) ).

cnf(149,plain,
    divide(divide(divide(X,inverse(Y)),inverse(Z)),X) = divide(Y,inverse(Z)),
    inference('REWRITE',[status(thm)],[83,131,theory(equality)]) ).

cnf(162,plain,
    divide(divide(X,Y),Z) = divide(X,divide(Y,inverse(Z))),
    inference('PARAMODULATE',[status(thm)],[101,80,theory(equality)]) ).

cnf(163,plain,
    divide(X,inverse(Y)) = divide(Y,inverse(X)),
    inference('REWRITE',[status(thm)],[149,140,114,162,theory(equality)]) ).

cnf(164,plain,
    $false,
    inference('REWRITE',[status(thm)],[4,163,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP556-1 : TPTP v8.1.0. Bugfixed v2.7.0.
% 0.03/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n029.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 : Tue Jun 14 12:22:26 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.46  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.47  * 
% 0.19/0.47  * 
% 0.19/0.48  #<PACKAGE "SNARK-USER">
% 0.19/0.48  * 
% 0.19/0.48  SNARK-TPTP-OPTIONS
% 0.19/0.48  * 
% 0.19/0.48  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.48   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.48   (USE-FACTORING :POS)
% 0.19/0.48   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.48   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.48   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.48   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.48   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.48   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.48   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.48   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.48   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.48   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.48  * 
% 0.19/0.48  "."
% 0.19/0.48  * 
% 0.19/0.48  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-14T12:22:26
% 0.19/0.48  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n029.cluster.edu at 2022-06-14T12:22:26
% 0.40/0.58  
% 0.40/0.58  
% 0.40/0.58  #||
% 0.40/0.58  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.40/0.58  % SZS output start Refutation
% See solution above
% 0.40/0.58  ||#
% 0.40/0.58  
% 0.40/0.58  ; Summary of computation:
% 0.40/0.58  ;       421 formulas have been input or derived (from 21 formulas).
% 0.40/0.58  ;       164 (39%) were retained.  Of these,
% 0.40/0.58  ;          116 (71%) were simplified or subsumed later,
% 0.40/0.58  ;           48 (29%) are still being kept.
% 0.40/0.58  ; 
% 0.40/0.58  ; Run time in seconds excluding printing time:
% 0.40/0.58  ;     0.001   1%   Read assertion file          (1 call)
% 0.40/0.58  ;     0.000   0%   Assert                       (3 calls)
% 0.40/0.58  ;     0.021  21%   Process new row              (384 calls)
% 0.40/0.58  ;     0.000   0%   Resolution                   (40 calls)
% 0.40/0.58  ;     0.010  10%   Paramodulation               (20 calls)
% 0.40/0.58  ;     0.009   9%   Forward simplification       (316 calls)
% 0.40/0.58  ;     0.019  19%   Backward simplification      (163 calls)
% 0.40/0.58  ;     0.014  14%   Ordering                     (1,461 calls)
% 0.40/0.58  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.40/0.58  ;     0.000   0%   Purity testing               (1 call)
% 0.40/0.58  ;     0.027  27%   Other
% 0.40/0.58  ;     0.101        Total
% 0.40/0.58  ;     0.102        Real time
% 0.40/0.58  ; 
% 0.40/0.58  ; Term-hash-array has 713 terms in all.
% 0.40/0.58  ; Feature-vector-row-index has 0 entries (0 at peak, 0 added, 0 deleted).
% 0.40/0.58  ; Feature-vector-row-index has 1 node (1 at peak, 1 added, 0 deleted).
% 0.40/0.58  ; Path-index has 179 entries (426 at peak, 739 added, 560 deleted).
% 0.40/0.58  ; Path-index has 1,059 nodes (1,276 at peak, 1,504 added, 445 deleted).
% 0.40/0.58  ; Trie-index has 179 entries (426 at peak, 739 added, 560 deleted).
% 0.40/0.58  ; Trie-index has 625 nodes (1,806 at peak, 2,979 added, 2,354 deleted).
% 0.40/0.58  ; Retrieved 953 generalization terms in 1,877 calls.
% 0.40/0.58  ; Retrieved 1,524 instance terms in 196 calls.
% 0.40/0.58  ; Retrieved 2,119 unifiable terms in 140 calls.
% 0.40/0.58  ; 
% 0.40/0.58  ; The agenda of backward simplifiable rows to process has 18 entries:
% 0.40/0.58  ;    18 with value 0
% 0.40/0.58  ; The agenda of rows to process has 11 entries:
% 0.40/0.58  ;     1 with value 21              8 with value 22               2 with value 23
% 0.40/0.58  ; The agenda of rows to give has 38 entries:
% 0.40/0.58  ;     5 with value (4 17)          1 with value (4 23)           2 with value (4 28)
% 0.40/0.58  ;     3 with value (4 19)          2 with value (4 24)           1 with value (4 29)
% 0.40/0.58  ;     5 with value (4 20)          2 with value (4 25)           1 with value (4 31)
% 0.40/0.58  ;     3 with value (4 21)          3 with value (4 26)           2 with value (4 32)
% 0.40/0.58  ;     3 with value (4 22)          5 with value (4 27)
% 0.40/0.58  Evaluation took:
% 0.40/0.58    0.103 seconds of real time
% 0.40/0.58    0.089597 seconds of user run time
% 0.40/0.58    0.013364 seconds of system run time
% 0.40/0.58    0 calls to %EVAL
% 0.40/0.58    0 page faults and
% 0.40/0.58    8,357,168 bytes consed.
% 0.40/0.58  :PROOF-FOUND
% 0.40/0.58  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-14T12:22:26
% 0.40/0.58  :PROOF-FOUND
% 0.40/0.58  * 
%------------------------------------------------------------------------------