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

View Problem - Process Solution

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

% Computer : n021.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 18:26:54 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    cat(garfield),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',garfield_type) ).

cnf(4,axiom,
    dog(odie),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',odie_type) ).

cnf(6,axiom,
    ( ~ dog(X)
    | pet(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dog_pet_type) ).

cnf(7,axiom,
    ( ~ cat(X)
    | pet(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cat_pet_type) ).

cnf(9,axiom,
    human(jon),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_type) ).

cnf(13,axiom,
    owner(jon,odie),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_o_owner_axiom) ).

cnf(14,axiom,
    owner(jon,garfield),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_g_owner_axiom) ).

cnf(19,axiom,
    ( ~ cat(X)
    | ~ dog(Y)
    | ~ chased(Y,X)
    | hates(owner_of(X),owner_of(Y)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cat_chase_axiom) ).

cnf(20,axiom,
    ( ~ human(X)
    | ~ pet(Y)
    | ~ owner(X,Y)
    | X = owner_of(Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owner_def) ).

cnf(22,axiom,
    chased(odie,garfield),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',odie_chase_axiom) ).

cnf(23,negated_conjecture,
    ~ hates(jon,jon),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_conjecture) ).

cnf(24,plain,
    pet(odie),
    inference('HYPERRESOLVE',[status(thm)],[6,4]) ).

cnf(26,plain,
    pet(garfield),
    inference('HYPERRESOLVE',[status(thm)],[7,2]) ).

cnf(33,plain,
    hates(owner_of(garfield),owner_of(odie)),
    inference('HYPERRESOLVE',[status(thm)],[19,2,4,22]) ).

cnf(37,plain,
    jon = owner_of(odie),
    inference('HYPERRESOLVE',[status(thm)],[20,24,9,13]) ).

cnf(38,plain,
    hates(owner_of(garfield),jon),
    inference('REWRITE',[status(thm)],[33,37,theory(equality)]) ).

cnf(45,plain,
    jon = owner_of(garfield),
    inference('HYPERRESOLVE',[status(thm)],[20,26,9,14]) ).

cnf(46,plain,
    $false,
    inference('REWRITE',[status(thm)],[38,23,45,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : PUZ130+1 : TPTP v8.1.0. Released v4.1.0.
% 0.03/0.13  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n021.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 : Sat May 28 22:48:27 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.44  /export/starexec/sandbox/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/sandbox/benchmark/theBenchmark.p 2022-05-28T22:48:27
% 0.19/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n021.cluster.edu at 2022-05-28T22:48:27
% 0.19/0.48  WARNING: In quantification, variable ?X is being rebound.
% 0.19/0.48  WARNING: In quantification, variable ?X is being rebound.
% 0.19/0.49  
% 0.19/0.49  
% 0.19/0.49  #||
% 0.19/0.49  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.49  % SZS output start Refutation
% See solution above
% 0.19/0.50  ||#
% 0.19/0.50  
% 0.19/0.50  ; Summary of computation:
% 0.19/0.50  ;        67 formulas have been input or derived (from 27 formulas).
% 0.19/0.50  ;        46 (69%) were retained.  Of these,
% 0.19/0.50  ;            4 ( 9%) were simplified or subsumed later,
% 0.19/0.50  ;           42 (91%) are still being kept.
% 0.19/0.50  ; 
% 0.19/0.50  ; Run time in seconds excluding printing time:
% 0.19/0.50  ;     0.003   9%   Read assertion file          (1 call)
% 0.19/0.50  ;     0.001   3%   Assert                       (19 calls)
% 0.19/0.50  ;     0.003   9%   Process new row              (59 calls)
% 0.19/0.50  ;     0.001   3%   Resolution                   (52 calls)
% 0.19/0.50  ;     0.000   0%   Paramodulation               (26 calls)
% 0.19/0.50  ;     0.000   0%   Factoring                    (2 calls)
% 0.19/0.50  ;     0.000   0%   Condensing                   (14 calls)
% 0.19/0.50  ;     0.001   3%   Forward subsumption          (14 calls)
% 0.19/0.50  ;     0.000   0%   Backward subsumption         (14 calls)
% 0.19/0.50  ;     0.001   3%   Forward simplification       (59 calls)
% 0.19/0.50  ;     0.000   0%   Backward simplification      (46 calls)
% 0.19/0.50  ;     0.001   3%   Ordering                     (15 calls)
% 0.19/0.50  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.19/0.50  ;     0.001   3%   Purity testing               (1 call)
% 0.19/0.50  ;     0.020  62%   Other
% 0.19/0.50  ;     0.032        Total
% 0.19/0.50  ;     0.034        Real time
% 0.19/0.50  ; 
% 0.19/0.50  ; Term-hash-array has 63 terms in all.
% 0.19/0.50  ; Feature-vector-row-index has 14 entries (14 at peak, 14 added, 0 deleted).
% 0.19/0.50  ; Feature-vector-row-index has 45 nodes (45 at peak, 45 added, 0 deleted).
% 0.19/0.50  ;  Retrieved 0 possibly forward subsuming rows in 14 calls.
% 0.19/0.50  ;  Retrieved 0 possibly backward subsumed rows in 14 calls.
% 0.19/0.50  ; Path-index has 68 entries (70 at peak, 73 added, 5 deleted).
% 0.19/0.50  ; Path-index has 100 nodes (102 at peak, 106 added, 6 deleted).
% 0.19/0.50  ; Trie-index has 68 entries (70 at peak, 73 added, 5 deleted).
% 0.19/0.50  ; Trie-index has 99 nodes (102 at peak, 107 added, 8 deleted).
% 0.19/0.50  ; Retrieved 14 generalization terms in 63 calls.
% 0.19/0.50  ; Retrieved 31 instance terms in 31 calls.
% 0.19/0.50  ; Retrieved 491 unifiable terms in 233 calls.
% 0.19/0.50  ; 
% 0.19/0.50  ; The agenda of backward simplifiable rows to process has 1 entry:
% 0.19/0.50  ;     1 with value 0
% 0.19/0.50  ; The agenda of rows to process has 2 entries:
% 0.19/0.50  ;     2 with value 8
% 0.19/0.50  ; The agenda of rows to give has 15 entries:
% 0.19/0.50  ;     1 with value (4 4)           5 with value (4 7)            7 with value (4 8)
% 0.19/0.50  ;     2 with value (4 6)
% 0.19/0.50  Evaluation took:
% 0.19/0.50    0.035 seconds of real time
% 0.19/0.50    0.029837 seconds of user run time
% 0.19/0.50    0.004597 seconds of system run time
% 0.19/0.50    0 calls to %EVAL
% 0.19/0.50    0 page faults and
% 0.19/0.50    2,387,144 bytes consed.
% 0.19/0.50  :PROOF-FOUND
% 0.19/0.50  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-05-28T22:48:27
% 0.19/0.50  :PROOF-FOUND
% 0.19/0.50  * 
%------------------------------------------------------------------------------