TSTP Solution File: PRO011+4 by SNARK---20120808r022

View Problem - Process Solution

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

% Computer : n015.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 : Mon Jul 18 17:53:20 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(14,axiom,
    ( ~ occurrence_of(X,Y)
    | ~ occurrence_of(X,Z)
    | Y = Z ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sos_08) ).

cnf(15,axiom,
    ( ~ occurrence_of(X,Y)
    | ~ leaf_occ(Z,X)
    | ~ min_precedes(Z,U,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sos_09) ).

cnf(65,axiom,
    ( ~ occurrence_of(X,tptp0)
    | leaf_occ('SKOLEMAAAV15'(X),X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sos_32) ).

cnf(76,axiom,
    tptp1 != tptp2,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sos_44) ).

cnf(77,negated_conjecture,
    occurrence_of('SKOLEMAAAV16',tptp0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

cnf(81,negated_conjecture,
    ( ~ leaf_occ(X,'SKOLEMAAAV16')
    | occurrence_of(X,tptp1)
    | min_precedes(Y,'SKOLEMAAAV18'(Y),tptp0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

cnf(90,negated_conjecture,
    ( ~ leaf_occ(X,'SKOLEMAAAV16')
    | min_precedes(Y,'SKOLEMAAAV17'(Y),tptp0)
    | occurrence_of(X,tptp2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

cnf(99,plain,
    leaf_occ('SKOLEMAAAV15'('SKOLEMAAAV16'),'SKOLEMAAAV16'),
    inference('HYPERRESOLVE',[status(thm)],[65,77]) ).

cnf(131,plain,
    ~ min_precedes('SKOLEMAAAV15'('SKOLEMAAAV16'),X,tptp0),
    inference('UR-RESOLVE',[status(thm)],[15,99,77]) ).

cnf(176,plain,
    occurrence_of('SKOLEMAAAV15'('SKOLEMAAAV16'),tptp1),
    inference('UR-RESOLVE',[status(thm)],[81,131,99]) ).

cnf(177,plain,
    occurrence_of('SKOLEMAAAV15'('SKOLEMAAAV16'),tptp2),
    inference('UR-RESOLVE',[status(thm)],[90,131,99]) ).

cnf(190,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[14,176,76]),177]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PRO011+4 : TPTP v8.1.0. Released v4.0.0.
% 0.07/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n015.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 : Mon Jun 13 03:32:37 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.46  * 
% 0.20/0.46  * 
% 0.20/0.47  #<PACKAGE "SNARK-USER">
% 0.20/0.47  * 
% 0.20/0.47  SNARK-TPTP-OPTIONS
% 0.20/0.47  * 
% 0.20/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.47   (USE-FACTORING :POS)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.47  * 
% 0.20/0.47  "."
% 0.20/0.47  * 
% 0.20/0.47  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-13T03:32:37
% 0.20/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n015.cluster.edu at 2022-06-13T03:32:37
% 0.20/0.49  WARNING:
% 0.20/0.49     |activity| is a 1-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  #||
% 0.20/0.55  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.55  % SZS output start Refutation
% See solution above
% 0.20/0.55  ||#
% 0.20/0.55  
% 0.20/0.55  ; Summary of computation:
% 0.20/0.55  ;       366 formulas have been input or derived (from 145 formulas).
% 0.20/0.55  ;       190 (52%) were retained.  Of these,
% 0.20/0.55  ;           30 (16%) were simplified or subsumed later,
% 0.20/0.55  ;          160 (84%) are still being kept.
% 0.20/0.55  ; 
% 0.20/0.55  ; Run time in seconds excluding printing time:
% 0.20/0.55  ;     0.011  14%   Read assertion file          (1 call)
% 0.20/0.55  ;     0.004   5%   Assert                       (46 calls)
% 0.20/0.55  ;     0.010  12%   Process new row              (287 calls)
% 0.20/0.55  ;     0.015  19%   Resolution                   (288 calls)
% 0.20/0.55  ;     0.000   0%   Paramodulation               (144 calls)
% 0.20/0.55  ;     0.003   4%   Condensing                   (103 calls)
% 0.20/0.55  ;     0.005   6%   Forward subsumption          (103 calls)
% 0.20/0.55  ;     0.000   0%   Backward subsumption         (100 calls)
% 0.20/0.55  ;     0.000   0%   Clause clause subsumption    (40 calls)
% 0.20/0.55  ;     0.005   6%   Forward simplification       (270 calls)
% 0.20/0.55  ;     0.001   1%   Backward simplification      (190 calls)
% 0.20/0.55  ;     0.000   0%   Ordering                     (41 calls)
% 0.20/0.55  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.20/0.55  ;     0.000   0%   Purity testing               (1 call)
% 0.20/0.55  ;     0.026  32%   Other
% 0.20/0.55  ;     0.080        Total
% 0.20/0.55  ;     0.081        Real time
% 0.20/0.55  ; 
% 0.20/0.55  ; Term-hash-array has 227 terms in all.
% 0.20/0.55  ; Feature-vector-row-index has 82 entries (90 at peak, 100 added, 18 deleted).
% 0.20/0.55  ; Feature-vector-row-index has 230 nodes (291 at peak, 329 added, 99 deleted).
% 0.20/0.55  ;  Retrieved 25 possibly forward subsuming rows in 103 calls.
% 0.20/0.55  ;  Retrieved 28 possibly backward subsumed rows in 100 calls.
% 0.20/0.55  ; Path-index has 216 entries (221 at peak, 235 added, 19 deleted).
% 0.20/0.55  ; Path-index has 498 nodes (518 at peak, 548 added, 50 deleted).
% 0.20/0.55  ; Trie-index has 216 entries (221 at peak, 235 added, 19 deleted).
% 0.20/0.55  ; Trie-index has 440 nodes (478 at peak, 519 added, 79 deleted).
% 0.20/0.55  ; Retrieved 71 generalization terms in 210 calls.
% 0.20/0.55  ; Retrieved 89 instance terms in 89 calls.
% 0.20/0.55  ; Retrieved 9,362 unifiable terms in 2,262 calls.
% 0.20/0.55  ; 
% 0.20/0.55  ; The agenda of rows to process has 5 entries:
% 0.20/0.55  ;     3 with value 10              1 with value 16               1 with value 17
% 0.20/0.55  ; The agenda of rows to give has 30 entries:
% 0.20/0.55  ;     2 with value (4 9)           5 with value (4 12)           4 with value (4 15)
% 0.20/0.55  ;     7 with value (4 10)          2 with value (4 13)           1 with value (4 16)
% 0.20/0.55  ;     4 with value (4 11)          4 with value (4 14)           1 with value (4 18)
% 0.20/0.55  Evaluation took:
% 0.20/0.55    0.082 seconds of real time
% 0.20/0.55    0.074256 seconds of user run time
% 0.20/0.55    0.007824 seconds of system run time
% 0.20/0.55    0 calls to %EVAL
% 0.20/0.55    0 page faults and
% 0.20/0.55    4,360,560 bytes consed.
% 0.20/0.55  :PROOF-FOUND
% 0.20/0.55  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-13T03:32:37
% 0.20/0.55  :PROOF-FOUND
% 0.20/0.55  * 
%------------------------------------------------------------------------------