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

View Problem - Process Solution

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

% Computer : n028.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 : Fri Jul 15 23:18:00 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(14,axiom,
    ( holdsAt(X,Y)
    | releasedAt(X,plus(Y,n1))
    | initiates('SKOLEMAAAV6'(Y,X),X,Y)
    | ~ holdsAt(X,plus(Y,n1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',keep_not_holding) ).

cnf(31,axiom,
    ( ~ initiates(X,Y,Z)
    | Y = forwards
    | ~ happens(push,Z)
    | Y = spinning ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+2.ax',initiates_all_defn) ).

cnf(60,axiom,
    ( happens(X,Y)
    | X != push
    | Y != n0 ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+2.ax',happens_all_defn) ).

cnf(65,axiom,
    forwards != backwards,
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+2.ax',forwards_not_backwards) ).

cnf(67,axiom,
    spinning != backwards,
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+2.ax',spinning_not_backwards) ).

cnf(69,axiom,
    plus(n0,n1) = n1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',plus0_1) ).

cnf(104,hypothesis,
    ~ holdsAt(backwards,n0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_backwards_0) ).

cnf(106,hypothesis,
    ~ releasedAt(X,Y),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_releasedAt) ).

cnf(107,negated_conjecture,
    holdsAt(backwards,n1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_backwards_1) ).

cnf(111,plain,
    ( holdsAt(X,Y)
    | initiates('SKOLEMAAAV6'(Y,X),X,Y)
    | ~ holdsAt(X,plus(Y,n1)) ),
    inference('REWRITE',[status(thm)],[14,106]) ).

cnf(114,plain,
    happens(push,n0),
    inference('HYPERRESOLVE',[status(thm)],[60,theory(equality),theory(equality)]) ).

cnf(177,plain,
    ~ initiates(X,backwards,n0),
    inference('UR-RESOLVE',[status(thm)],[31,114,65,67]) ).

cnf(215,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[111,177,104]),107,69,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : CSR015+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.07/0.12  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n028.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 : Thu Jun  9 17:44:48 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.44  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.45  * 
% 0.19/0.45  * 
% 0.19/0.46  #<PACKAGE "SNARK-USER">
% 0.19/0.46  * 
% 0.19/0.46  SNARK-TPTP-OPTIONS
% 0.19/0.46  * 
% 0.19/0.46  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.46   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.46   (USE-FACTORING :POS)
% 0.19/0.46   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.46   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.46   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.46   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.46   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.46   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.46   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.46   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.46   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.46   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.46  * 
% 0.19/0.46  "."
% 0.19/0.46  * 
% 0.19/0.46  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-09T17:44:48
% 0.19/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n028.cluster.edu at 2022-06-09T17:44:48
% 0.19/0.48  
% 0.19/0.48  ; Recognized commutativity assertion (= (|plus| ?X ?Y) (|plus| ?Y ?X)).
% 0.19/0.48  WARNING:
% 0.19/0.48     |antitrajectory| is a 4-ary relation that occurs only negatively; disabling rows that contain it.
% 0.19/0.48  WARNING:
% 0.19/0.48     |trajectory| is a 4-ary relation that occurs only negatively; disabling rows that contain it.
% 0.37/0.55  ; Declaring plus to be commutative.
% 0.37/0.55  
% 0.37/0.55  #||
% 0.37/0.55  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.37/0.55  % SZS output start Refutation
% See solution above
% 0.37/0.56  ||#
% 0.37/0.56  
% 0.37/0.56  ; Summary of computation:
% 0.37/0.56  ;       602 formulas have been input or derived (from 134 formulas).
% 0.37/0.56  ;       215 (36%) were retained.  Of these,
% 0.37/0.56  ;           13 ( 6%) were simplified or subsumed later,
% 0.37/0.56  ;          202 (94%) are still being kept.
% 0.37/0.56  ; 
% 0.37/0.56  ; Run time in seconds excluding printing time:
% 0.37/0.56  ;     0.011  11%   Read assertion file          (1 call)
% 0.37/0.56  ;     0.005   5%   Assert                       (48 calls)
% 0.37/0.56  ;     0.012  12%   Process new row              (559 calls)
% 0.37/0.56  ;     0.020  21%   Resolution                   (266 calls)
% 0.37/0.56  ;     0.002   2%   Paramodulation               (133 calls)
% 0.37/0.56  ;     0.000   0%   Factoring                    (1 call)
% 0.37/0.56  ;     0.005   5%   Condensing                   (172 calls)
% 0.37/0.56  ;     0.002   2%   Forward subsumption          (172 calls)
% 0.37/0.56  ;     0.000   0%   Backward subsumption         (121 calls)
% 0.37/0.56  ;     0.002   2%   Clause clause subsumption    (80 calls)
% 0.37/0.56  ;     0.006   6%   Forward simplification       (557 calls)
% 0.37/0.56  ;     0.001   1%   Backward simplification      (215 calls)
% 0.37/0.56  ;     0.000   0%   Ordering                     (297 calls)
% 0.37/0.56  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.37/0.56  ;     0.000   0%   Purity testing               (1 call)
% 0.37/0.56  ;     0.031  32%   Other
% 0.37/0.56  ;     0.097        Total
% 0.37/0.56  ;     0.099        Real time
% 0.37/0.56  ; 
% 0.37/0.56  ; Term-hash-array has 241 terms in all.
% 0.37/0.56  ; Feature-vector-row-index has 108 entries (108 at peak, 121 added, 13 deleted).
% 0.37/0.56  ; Feature-vector-row-index has 332 nodes (332 at peak, 410 added, 78 deleted).
% 0.37/0.56  ;  Retrieved 87 possibly forward subsuming rows in 172 calls.
% 0.37/0.56  ;  Retrieved 49 possibly backward subsumed rows in 121 calls.
% 0.37/0.56  ; Path-index has 246 entries (246 at peak, 264 added, 18 deleted).
% 0.37/0.56  ; Path-index has 363 nodes (363 at peak, 392 added, 29 deleted).
% 0.37/0.56  ; Trie-index has 246 entries (246 at peak, 264 added, 18 deleted).
% 0.37/0.56  ; Trie-index has 438 nodes (438 at peak, 495 added, 57 deleted).
% 0.37/0.56  ; Retrieved 550 generalization terms in 749 calls.
% 0.37/0.56  ; Retrieved 132 instance terms in 93 calls.
% 0.37/0.56  ; Retrieved 11,264 unifiable terms in 1,568 calls.
% 0.37/0.56  ; 
% 0.37/0.56  ; The agenda of rows to give has 68 entries:
% 0.37/0.56  ;    37 with value (4 7)           1 with value (4 12)           4 with value (4 16)
% 0.37/0.56  ;     1 with value (4 9)          11 with value (4 13)           4 with value (4 17)
% 0.37/0.56  ;     6 with value (4 10)          4 with value (4 14)
% 0.37/0.56  Evaluation took:
% 0.37/0.56    0.1 seconds of real time
% 0.37/0.56    0.095372 seconds of user run time
% 0.37/0.56    0.003837 seconds of system run time
% 0.37/0.56    0 calls to %EVAL
% 0.37/0.56    0 page faults and
% 0.37/0.56    4,880,528 bytes consed.
% 0.37/0.56  :PROOF-FOUND
% 0.37/0.56  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-09T17:44:48
% 0.37/0.56  :PROOF-FOUND
% 0.37/0.56  * 
%------------------------------------------------------------------------------