TSTP Solution File: GRP710-10 by SNARK---20120808r022

View Problem - Process Solution

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

% Computer : n019.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:40:28 EDT 2022

% Result   : Unsatisfiable 0.49s 0.65s
% Output   : Refutation 0.49s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    5
% Syntax   : Number of clauses     :   11 (  11 unt;   0 nHn;   5 RR)
%            Number of literals    :   11 (  10 equ;   4 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :   14 (   4 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(f01,axiom,
    mult(X,unit) = X,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f01) ).

cnf(f02,axiom,
    mult(unit,X) = X,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f02) ).

cnf(f03,axiom,
    mult(X,mult(Y,mult(Y,Z))) = mult(mult(mult(X,Y),Y),Z),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f03) ).

cnf(f04,axiom,
    mult(X,i(X)) = unit,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f04) ).

cnf(goal,negated_conjecture,
    mult(x0,X) != x1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goal) ).

cnf(11,plain,
    mult(mult(X,X),Y) = mult(X,mult(X,Y)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[f02,f03,theory(equality)]),f02,theory(equality)]) ).

cnf(37,plain,
    mult(mult(x0,x0),X) != x1,
    inference('PARAMODULATE',[status(thm)],[goal,11,theory(equality)]) ).

cnf(39,plain,
    mult(mult(X,X),i(X)) = X,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[11,f04,theory(equality)]),f01,theory(equality)]) ).

cnf(57,plain,
    mult(mult(mult(mult(x0,x0),X),X),Y) != x1,
    inference('PARAMODULATE',[status(thm)],[37,f03,theory(equality)]) ).

cnf(247,plain,
    X != x1,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[57,39,theory(equality)]),f02,f04,theory(equality)]) ).

cnf(248,plain,
    $false,
    inference('HYPERRESOLVE',[status(thm)],[247,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : GRP710-10 : TPTP v8.1.0. Released v8.1.0.
% 0.07/0.12  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n019.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Tue Jun 14 13:00:10 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.46  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.47  * 
% 0.19/0.47  * 
% 0.19/0.47  #<PACKAGE "SNARK-USER">
% 0.19/0.47  * 
% 0.19/0.47  SNARK-TPTP-OPTIONS
% 0.19/0.47  * 
% 0.19/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.47   (USE-FACTORING :POS)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.47  * 
% 0.19/0.47  "."
% 0.19/0.47  * 
% 0.19/0.48  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-14T13:00:10
% 0.19/0.48  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n019.cluster.edu at 2022-06-14T13:00:10
% 0.19/0.49  
% 0.19/0.49  ; Recognized right identity assertion (= (|mult| ?X |unit|) ?X).
% 0.19/0.49  ; Recognized left identity assertion (= (|mult| |unit| ?X) ?X).
% 0.19/0.49  ; Recognized possible right inverse assertion (= (|mult| ?X (|i| ?X)) |unit|).
% 0.49/0.65  ; Recognized possible left inverse assertion (= (|mult| (|i| ?X) ?X) |unit|).
% 0.49/0.65  
% 0.49/0.65  #||
% 0.49/0.65  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.49/0.65  % SZS output start Refutation
% See solution above
% 0.49/0.65  ||#
% 0.49/0.65  
% 0.49/0.65  ; Summary of computation:
% 0.49/0.65  ;       816 formulas have been input or derived (from 54 formulas).
% 0.49/0.65  ;       248 (30%) were retained.  Of these,
% 0.49/0.65  ;          127 (51%) were simplified or subsumed later,
% 0.49/0.65  ;          121 (49%) are still being kept.
% 0.49/0.65  ; 
% 0.49/0.65  ; Run time in seconds:
% 0.49/0.65  ;     0.001   1%   Read assertion file          (1 call)
% 0.49/0.65  ;     0.000   0%   Assert                       (6 calls)
% 0.49/0.65  ;     0.023  13%   Process new row              (769 calls)
% 0.49/0.65  ;     0.002   1%   Resolution                   (106 calls)
% 0.49/0.65  ;     0.018  10%   Paramodulation               (53 calls)
% 0.49/0.66  ;     0.045  25%   Forward simplification       (745 calls)
% 0.49/0.66  ;     0.017   9%   Backward simplification      (248 calls)
% 0.49/0.66  ;     0.045  25%   Ordering                     (5,179 calls)
% 0.49/0.66  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.49/0.66  ;     0.000   0%   Purity testing               (1 call)
% 0.49/0.66  ;     0.028  16%   Other
% 0.49/0.66  ;     0.179        Total
% 0.49/0.66  ;     0.180        Real time
% 0.49/0.66  ; 
% 0.49/0.66  ; Term-hash-array has 682 terms in all.
% 0.49/0.66  ; Feature-vector-row-index has 0 entries (0 at peak, 0 added, 0 deleted).
% 0.49/0.66  ; Feature-vector-row-index has 1 node (1 at peak, 1 added, 0 deleted).
% 0.49/0.66  ; Path-index has 385 entries (637 at peak, 695 added, 310 deleted).
% 0.49/0.66  ; Path-index has 641 nodes (870 at peak, 911 added, 270 deleted).
% 0.49/0.66  ; Trie-index has 385 entries (637 at peak, 695 added, 310 deleted).
% 0.49/0.66  ; Trie-index has 1,907 nodes (3,348 at peak, 3,673 added, 1,766 deleted).
% 0.49/0.66  ; Retrieved 15,819 generalization terms in 5,135 calls.
% 0.49/0.66  ; Retrieved 1,358 instance terms in 329 calls.
% 0.49/0.66  ; Retrieved 3,573 unifiable terms in 379 calls.
% 0.49/0.66  ; 
% 0.49/0.66  ; The agenda of rows to give has 98 entries:
% 0.49/0.66  ;     2 with value (4 19)          4 with value (4 26)           2 with value (4 33)
% 0.49/0.66  ;     4 with value (4 20)         10 with value (4 27)           2 with value (4 34)
% 0.49/0.66  ;    12 with value (4 21)          4 with value (4 28)           4 with value (4 36)
% 0.49/0.66  ;     1 with value (4 22)         10 with value (4 29)           4 with value (4 37)
% 0.49/0.66  ;     8 with value (4 23)         11 with value (4 30)           2 with value (4 38)
% 0.49/0.66  ;     8 with value (4 24)          2 with value (4 31)           2 with value (4 39)
% 0.49/0.66  ;     6 with value (4 25)
% 0.49/0.66  Evaluation took:
% 0.49/0.66    0.18 seconds of real time
% 0.49/0.66    0.15704 seconds of user run time
% 0.49/0.66    0.023154 seconds of system run time
% 0.49/0.66    0 calls to %EVAL
% 0.49/0.66    0 page faults and
% 0.49/0.66    9,492,216 bytes consed.
% 0.49/0.66  :PROOF-FOUND
% 0.49/0.66  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-14T13:00:10
% 0.49/0.66  :PROOF-FOUND
% 0.49/0.66  * 
%------------------------------------------------------------------------------