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

View Problem - Process Solution

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

% Computer : n032.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:01 EDT 2022

% Result   : Theorem 0.14s 0.45s
% Output   : Refutation 0.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    6
% Syntax   : Number of clauses     :   10 (   6 unt;   0 nHn;  10 RR)
%            Number of literals    :   19 (   7 equ;  10 neg)
%            Maximal clause size   :    4 (   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;   6 con; 0-2 aty)
%            Number of variables   :   10 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(20,axiom,
    ( ~ happens(X,Y)
    | ~ terminates(X,Z,Y)
    | ~ holdsAt(Z,plus(Y,n1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',happens_terminates_not_holds) ).

cnf(51,axiom,
    ( terminates(X,Y,Z)
    | X != pull
    | Y != forwards
    | ~ happens(push,Z) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+2.ax',terminates_all_defn) ).

cnf(62,axiom,
    ( happens(X,Y)
    | X != pull
    | Y != n2 ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+2.ax',happens_all_defn) ).

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

cnf(73,axiom,
    plus(n1,n2) = n3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus1_2) ).

cnf(107,negated_conjecture,
    holdsAt(forwards,n3),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_forwards_3) ).

cnf(116,plain,
    happens(pull,n2),
    inference('HYPERRESOLVE',[status(thm)],[62,theory(equality),theory(equality)]) ).

cnf(117,plain,
    happens(push,n2),
    inference('HYPERRESOLVE',[status(thm)],[63,theory(equality),theory(equality)]) ).

cnf(185,plain,
    terminates(pull,forwards,n2),
    inference('HYPERRESOLVE',[status(thm)],[51,117,theory(equality),theory(equality)]) ).

cnf(222,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[20,185,116]),107,73,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.09  % Problem  : CSR022+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.08/0.10  % Command  : run-snark %s %d
% 0.09/0.29  % Computer : n032.cluster.edu
% 0.09/0.29  % Model    : x86_64 x86_64
% 0.09/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.29  % Memory   : 8042.1875MB
% 0.09/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.29  % CPULimit : 300
% 0.09/0.29  % WCLimit  : 600
% 0.09/0.29  % DateTime : Sat Jun 11 01:48:24 EDT 2022
% 0.09/0.29  % CPUTime  : 
% 0.14/0.38  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.38  * 
% 0.14/0.38  * 
% 0.14/0.39  #<PACKAGE "SNARK-USER">
% 0.14/0.39  * 
% 0.14/0.39  SNARK-TPTP-OPTIONS
% 0.14/0.39  * 
% 0.14/0.39  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.14/0.39   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.14/0.39   (USE-FACTORING :POS)
% 0.14/0.39   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.14/0.39   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.14/0.39   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.14/0.39   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.14/0.39   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.14/0.39   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.14/0.39   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.14/0.39   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.14/0.39   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.14/0.39   (DECLARE-TPTP-SYMBOLS2))
% 0.14/0.39  * 
% 0.14/0.39  "."
% 0.14/0.39  * 
% 0.14/0.39  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-11T01:48:24
% 0.14/0.39  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n032.cluster.edu at 2022-06-11T01:48:24
% 0.14/0.40  
% 0.14/0.40  ; Recognized commutativity assertion (= (|plus| ?X ?Y) (|plus| ?Y ?X)).
% 0.14/0.40  WARNING:
% 0.14/0.40     |antitrajectory| is a 4-ary relation that occurs only negatively; disabling rows that contain it.
% 0.14/0.40  WARNING:
% 0.14/0.40     |trajectory| is a 4-ary relation that occurs only negatively; disabling rows that contain it.
% 0.14/0.45  ; Declaring plus to be commutative.
% 0.14/0.45  
% 0.14/0.45  #||
% 0.14/0.45  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.45  % SZS output start Refutation
% See solution above
% 0.14/0.45  ||#
% 0.14/0.45  
% 0.14/0.45  ; Summary of computation:
% 0.14/0.45  ;       667 formulas have been input or derived (from 142 formulas).
% 0.14/0.45  ;       222 (33%) were retained.  Of these,
% 0.14/0.45  ;           13 ( 6%) were simplified or subsumed later,
% 0.14/0.45  ;          209 (94%) are still being kept.
% 0.14/0.45  ; 
% 0.14/0.45  ; Run time in seconds excluding printing time:
% 0.14/0.45  ;     0.007  11%   Read assertion file          (1 call)
% 0.14/0.45  ;     0.003   5%   Assert                       (48 calls)
% 0.14/0.45  ;     0.013  21%   Process new row              (603 calls)
% 0.14/0.45  ;     0.012  19%   Resolution                   (282 calls)
% 0.14/0.45  ;     0.002   3%   Paramodulation               (141 calls)
% 0.14/0.45  ;     0.000   0%   Factoring                    (1 call)
% 0.14/0.45  ;     0.001   2%   Condensing                   (180 calls)
% 0.14/0.45  ;     0.001   2%   Forward subsumption          (180 calls)
% 0.14/0.45  ;     0.002   3%   Backward subsumption         (124 calls)
% 0.14/0.45  ;     0.000   0%   Clause clause subsumption    (86 calls)
% 0.14/0.45  ;     0.004   6%   Forward simplification       (601 calls)
% 0.14/0.45  ;     0.001   2%   Backward simplification      (222 calls)
% 0.14/0.45  ;     0.001   2%   Ordering                     (335 calls)
% 0.14/0.45  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.14/0.45  ;     0.000   0%   Purity testing               (1 call)
% 0.14/0.45  ;     0.015  24%   Other
% 0.14/0.45  ;     0.062        Total
% 0.14/0.45  ;     0.063        Real time
% 0.14/0.45  ; 
% 0.14/0.45  ; Term-hash-array has 249 terms in all.
% 0.14/0.45  ; Feature-vector-row-index has 111 entries (111 at peak, 124 added, 13 deleted).
% 0.14/0.45  ; Feature-vector-row-index has 345 nodes (345 at peak, 423 added, 78 deleted).
% 0.14/0.45  ;  Retrieved 100 possibly forward subsuming rows in 180 calls.
% 0.14/0.45  ;  Retrieved 49 possibly backward subsumed rows in 124 calls.
% 0.14/0.45  ; Path-index has 254 entries (254 at peak, 272 added, 18 deleted).
% 0.14/0.45  ; Path-index has 367 nodes (367 at peak, 396 added, 29 deleted).
% 0.14/0.45  ; Trie-index has 254 entries (254 at peak, 272 added, 18 deleted).
% 0.14/0.45  ; Trie-index has 449 nodes (449 at peak, 506 added, 57 deleted).
% 0.14/0.45  ; Retrieved 592 generalization terms in 815 calls.
% 0.14/0.45  ; Retrieved 136 instance terms in 97 calls.
% 0.14/0.45  ; Retrieved 13,640 unifiable terms in 1,832 calls.
% 0.14/0.45  ; 
% 0.14/0.45  ; The agenda of rows to process has 15 entries:
% 0.14/0.45  ;     2 with value 11              4 with value 16               4 with value 24
% 0.14/0.45  ;     4 with value 15              1 with value 19
% 0.14/0.45  ; The agenda of rows to give has 67 entries:
% 0.14/0.45  ;    31 with value (4 7)           1 with value (4 12)           6 with value (4 16)
% 0.14/0.45  ;     2 with value (4 8)          11 with value (4 13)           4 with value (4 17)
% 0.14/0.45  ;     1 with value (4 9)           4 with value (4 14)           1 with value (4 24)
% 0.14/0.45  ;     6 with value (4 10)
% 0.14/0.45  Evaluation took:
% 0.14/0.45    0.063 seconds of real time
% 0.14/0.45    0.055372 seconds of user run time
% 0.14/0.45    0.008053 seconds of system run time
% 0.14/0.45    0 calls to %EVAL
% 0.14/0.45    0 page faults and
% 0.14/0.45    4,913,160 bytes consed.
% 0.14/0.45  :PROOF-FOUND
% 0.14/0.45  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-11T01:48:24
% 0.14/0.45  :PROOF-FOUND
% 0.14/0.45  * 
%------------------------------------------------------------------------------