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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : SWV192+1 : TPTP v8.1.0. Bugfixed v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n023.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 : Wed Jul 20 21:32:06 EDT 2022

% Result   : Theorem 0.53s 0.74s
% Output   : Refutation 0.53s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    5
% Syntax   : Number of clauses     :    8 (   6 unt;   1 nHn;   8 RR)
%            Number of literals    :   12 (   2 equ;   5 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   2 con; 0-0 aty)
%            Number of variables   :    6 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    ( ~ gt(X,Y)
    | ~ gt(Y,Z)
    | gt(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV003+0.ax',transitivity_gt) ).

cnf(3,axiom,
    ~ gt(X,X),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV003+0.ax',irreflexivity_gt) ).

cnf(11,axiom,
    ( ~ leq(X,Y)
    | X = Y
    | gt(Y,X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV003+0.ax',leq_gt2) ).

cnf(284,negated_conjecture,
    leq(pv5,n0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quaternion_ds1_inuse_0003) ).

cnf(286,negated_conjecture,
    gt(pv5,n0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quaternion_ds1_inuse_0003) ).

cnf(508,plain,
    ~ gt(n0,pv5),
    inference('UR-RESOLVE',[status(thm)],[2,286,3]) ).

cnf(597,plain,
    pv5 = n0,
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[11,284]),508]) ).

cnf(598,plain,
    $false,
    inference('REWRITE',[status(thm)],[286,3,597,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SWV192+1 : TPTP v8.1.0. Bugfixed v3.3.0.
% 0.07/0.13  % Command  : run-snark %s %d
% 0.13/0.35  % Computer : n023.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Wed Jun 15 20:02:50 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.20/0.47  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.20/0.48  * 
% 0.20/0.48  * 
% 0.20/0.49  #<PACKAGE "SNARK-USER">
% 0.20/0.49  * 
% 0.20/0.49  SNARK-TPTP-OPTIONS
% 0.20/0.49  * 
% 0.20/0.49  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.49   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.49   (USE-FACTORING :POS)
% 0.20/0.49   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.49   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.49   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.49   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.49   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.49   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.49   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.49   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.49   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.49   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.49  * 
% 0.20/0.49  "."
% 0.20/0.49  * 
% 0.20/0.49  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-15T20:02:50
% 0.20/0.49  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n023.cluster.edu at 2022-06-15T20:02:50
% 0.20/0.53  WARNING:
% 0.20/0.53     #:|true| is a proposition that occurs only positively; disabling rows that contain it.
% 0.53/0.74  
% 0.53/0.74  
% 0.53/0.74  #||
% 0.53/0.74  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.53/0.74  % SZS output start Refutation
% See solution above
% 0.53/0.74  ||#
% 0.53/0.74  
% 0.53/0.74  ; Summary of computation:
% 0.53/0.74  ;      1167 formulas have been input or derived (from 108 formulas).
% 0.53/0.74  ;       598 (51%) were retained.  Of these,
% 0.53/0.74  ;           42 ( 7%) were simplified or subsumed later,
% 0.53/0.74  ;          556 (93%) are still being kept.
% 0.53/0.74  ; 
% 0.53/0.74  ; Run time in seconds excluding printing time:
% 0.53/0.74  ;     0.024  10%   Read assertion file          (1 call)
% 0.53/0.74  ;     0.013   5%   Assert                       (92 calls)
% 0.53/0.74  ;     0.066  26%   Process new row              (1,114 calls)
% 0.53/0.74  ;     0.010   4%   Resolution                   (214 calls)
% 0.53/0.74  ;     0.001   0%   Paramodulation               (107 calls)
% 0.53/0.74  ;     0.000   0%   Factoring                    (1 call)
% 0.53/0.74  ;     0.025  10%   Condensing                   (408 calls)
% 0.53/0.74  ;     0.038  15%   Forward subsumption          (408 calls)
% 0.53/0.74  ;     0.013   5%   Backward subsumption         (339 calls)
% 0.53/0.74  ;     0.017   7%   Clause clause subsumption    (936 calls)
% 0.53/0.74  ;     0.014   6%   Forward simplification       (1,113 calls)
% 0.53/0.74  ;     0.002   1%   Backward simplification      (594 calls)
% 0.53/0.74  ;     0.002   1%   Ordering                     (910 calls)
% 0.53/0.74  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.53/0.74  ;     0.001   0%   Purity testing               (1 call)
% 0.53/0.74  ;     0.024  10%   Other
% 0.53/0.74  ;     0.250        Total
% 0.53/0.74  ;     0.251        Real time
% 0.53/0.74  ; 
% 0.53/0.74  ; Term-hash-array has 740 terms in all.
% 0.53/0.74  ; Feature-vector-row-index has 331 entries (339 at peak, 339 added, 8 deleted).
% 0.53/0.74  ; Feature-vector-row-index has 1,830 nodes (1,866 at peak, 1,866 added, 36 deleted).
% 0.53/0.74  ;  Retrieved 925 possibly forward subsuming rows in 408 calls.
% 0.53/0.74  ;  Retrieved 525 possibly backward subsumed rows in 339 calls.
% 0.53/0.74  ; Path-index has 713 entries (757 at peak, 761 added, 48 deleted).
% 0.53/0.74  ; Path-index has 1,662 nodes (1,689 at peak, 1,693 added, 31 deleted).
% 0.53/0.74  ; Trie-index has 713 entries (757 at peak, 761 added, 48 deleted).
% 0.53/0.74  ; Trie-index has 1,567 nodes (1,635 at peak, 1,643 added, 76 deleted).
% 0.53/0.74  ; Retrieved 2,599 generalization terms in 2,837 calls.
% 0.53/0.74  ; Retrieved 278 instance terms in 254 calls.
% 0.53/0.74  ; Retrieved 10,074 unifiable terms in 886 calls.
% 0.53/0.74  ; 
% 0.53/0.74  ; The agenda of backward simplifiable rows to process has 31 entries:
% 0.53/0.74  ;    31 with value 0
% 0.53/0.74  ; The agenda of rows to process has 2 entries:
% 0.53/0.74  ;     1 with value 9               1 with value 13
% 0.53/0.74  ; The agenda of input rows to give has 225 entries:
% 0.53/0.74  ;     3 with value 12              1 with value 29               4 with value 51
% 0.53/0.74  ;     1 with value 13              1 with value 30              16 with value 59
% 0.53/0.74  ;     2 with value 14              1 with value 32               2 with value 60
% 0.53/0.74  ;     3 with value 16              1 with value 33               1 with value 64
% 0.53/0.74  ;     1 with value 20              8 with value 37               2 with value 72
% 0.53/0.74  ;     1 with value 21              4 with value 38              64 with value 93
% 0.53/0.74  ;     1 with value 22             33 with value 46              48 with value 106
% 0.53/0.74  ;     1 with value 24              8 with value 47              12 with value 119
% 0.53/0.74  ;     2 with value 27              2 with value 50               1 with value 132
% 0.53/0.74  ;     1 with value 28
% 0.53/0.74  ; The agenda of rows to give has 231 entries:
% 0.53/0.74  ;    92 with value (4 5)          16 with value (4 9)            2 with value (4 15)
% 0.53/0.74  ;    39 with value (4 7)          13 with value (4 11)           2 with value (4 17)
% 0.53/0.74  ;     6 with value (4 8)          60 with value (4 13)           1 with value (4 21)
% 0.53/0.74  Evaluation took:
% 0.53/0.74    0.252 seconds of real time
% 0.53/0.74    0.235693 seconds of user run time
% 0.53/0.74    0.016305 seconds of system run time
% 0.53/0.74    [Run times include 0.005 seconds GC run time.]
% 0.53/0.74    0 calls to %EVAL
% 0.53/0.74    0 page faults and
% 0.53/0.74    19,431,112 bytes consed.
% 0.53/0.74  :PROOF-FOUND
% 0.53/0.74  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-15T20:02:50
% 0.53/0.74  :PROOF-FOUND
% 0.53/0.74  * 
%------------------------------------------------------------------------------