TSTP Solution File: SWB014+2 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : SWB014+2 : TPTP v8.1.0. Released v5.2.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 : Tue Jul 19 19:20:17 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ iext(uri_rdf_type,X,Y)
    | icext(Y,X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rdfs_cext_def) ).

cnf(2,axiom,
    ( iext(uri_rdf_type,X,Y)
    | ~ icext(Y,X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rdfs_cext_def) ).

cnf(6,axiom,
    ( ~ iext(uri_rdf_first,X,Y)
    | ~ iext(uri_rdf_rest,X,Z)
    | ~ iext(uri_rdf_first,Z,U)
    | ~ iext(uri_rdf_rest,Z,uri_rdf_nil)
    | ~ iext(uri_owl_unionOf,V,X)
    | ~ icext(V,W)
    | icext(Y,W)
    | icext(U,W) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_bool_unionof_class_002) ).

cnf(12,negated_conjecture,
    ( ~ iext(uri_rdf_type,uri_ex_harry,X)
    | ~ iext(uri_rdf_type,X,uri_ex_Species) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_conclusion_fullish_014_Harry_belongs_to_some_Species) ).

cnf(13,axiom,
    iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_014_Harry_belongs_to_some_Species) ).

cnf(14,axiom,
    iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_014_Harry_belongs_to_some_Species) ).

cnf(15,axiom,
    iext(uri_rdf_type,uri_ex_harry,'SKOLEMAAAT2'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_014_Harry_belongs_to_some_Species) ).

cnf(16,axiom,
    iext(uri_owl_unionOf,'SKOLEMAAAT2','SKOLEMAAAT3'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_014_Harry_belongs_to_some_Species) ).

cnf(17,axiom,
    iext(uri_rdf_first,'SKOLEMAAAT3',uri_ex_Eagle),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_014_Harry_belongs_to_some_Species) ).

cnf(18,axiom,
    iext(uri_rdf_rest,'SKOLEMAAAT3','SKOLEMAAAT4'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_014_Harry_belongs_to_some_Species) ).

cnf(19,axiom,
    iext(uri_rdf_first,'SKOLEMAAAT4',uri_ex_Falcon),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_014_Harry_belongs_to_some_Species) ).

cnf(20,axiom,
    iext(uri_rdf_rest,'SKOLEMAAAT4',uri_rdf_nil),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_014_Harry_belongs_to_some_Species) ).

cnf(23,plain,
    icext('SKOLEMAAAT2',uri_ex_harry),
    inference('HYPERRESOLVE',[status(thm)],[1,15]) ).

cnf(24,plain,
    ~ iext(uri_rdf_type,uri_ex_harry,uri_ex_Eagle),
    inference('UR-RESOLVE',[status(thm)],[12,13]) ).

cnf(25,plain,
    ~ iext(uri_rdf_type,uri_ex_harry,uri_ex_Falcon),
    inference('UR-RESOLVE',[status(thm)],[12,14]) ).

cnf(32,plain,
    ( icext(uri_ex_Eagle,uri_ex_harry)
    | icext(uri_ex_Falcon,uri_ex_harry) ),
    inference('HYPERRESOLVE',[status(thm)],[6,23,17,18,19,20,16]) ).

cnf(33,plain,
    ~ icext(uri_ex_Eagle,uri_ex_harry),
    inference('UR-RESOLVE',[status(thm)],[2,24]) ).

cnf(34,plain,
    icext(uri_ex_Falcon,uri_ex_harry),
    inference('REWRITE',[status(thm)],[32,33]) ).

cnf(35,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[2,25]),34]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : SWB014+2 : TPTP v8.1.0. Released v5.2.0.
% 0.10/0.11  % Command  : run-snark %s %d
% 0.11/0.31  % Computer : n032.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 600
% 0.11/0.31  % DateTime : Wed Jun  1 08:38:44 EDT 2022
% 0.11/0.31  % CPUTime  : 
% 0.16/0.40  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.16/0.40  * 
% 0.16/0.40  * 
% 0.16/0.41  #<PACKAGE "SNARK-USER">
% 0.16/0.41  * 
% 0.16/0.41  SNARK-TPTP-OPTIONS
% 0.16/0.41  * 
% 0.16/0.41  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.16/0.41   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.16/0.41   (USE-FACTORING :POS)
% 0.16/0.41   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.16/0.41   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.16/0.41   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.16/0.41   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.16/0.41   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.16/0.41   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.16/0.41   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.16/0.41   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.16/0.41   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.16/0.41   (DECLARE-TPTP-SYMBOLS2))
% 0.16/0.41  * 
% 0.16/0.41  "."
% 0.16/0.41  * 
% 0.16/0.41  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-01T08:38:44
% 0.16/0.41  ; 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-01T08:38:44
% 0.16/0.44  
% 0.16/0.44  
% 0.16/0.44  #||
% 0.16/0.44  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.16/0.44  % SZS output start Refutation
% See solution above
% 0.16/0.44  ||#
% 0.16/0.44  
% 0.16/0.44  ; Summary of computation:
% 0.16/0.44  ;        49 formulas have been input or derived (from 29 formulas).
% 0.16/0.44  ;        35 (71%) were retained.  Of these,
% 0.16/0.44  ;            1 ( 3%) were simplified or subsumed later,
% 0.16/0.44  ;           34 (97%) are still being kept.
% 0.16/0.44  ; 
% 0.16/0.44  ; Run time in seconds excluding printing time:
% 0.16/0.44  ;     0.002   6%   Read assertion file          (1 call)
% 0.16/0.44  ;     0.001   3%   Assert                       (4 calls)
% 0.16/0.44  ;     0.003  10%   Process new row              (42 calls)
% 0.16/0.44  ;     0.005  16%   Resolution                   (56 calls)
% 0.16/0.44  ;     0.000   0%   Paramodulation               (28 calls)
% 0.16/0.44  ;     0.000   0%   Condensing                   (15 calls)
% 0.16/0.44  ;     0.001   3%   Forward subsumption          (15 calls)
% 0.16/0.44  ;     0.000   0%   Backward subsumption         (15 calls)
% 0.16/0.44  ;     0.000   0%   Clause clause subsumption    (12 calls)
% 0.16/0.44  ;     0.000   0%   Forward simplification       (42 calls)
% 0.16/0.44  ;     0.000   0%   Backward simplification      (35 calls)
% 0.16/0.44  ;     0.001   3%   Sortal reasoning             (32 calls)
% 0.16/0.44  ;     0.000   0%   Purity testing               (1 call)
% 0.16/0.44  ;     0.018  58%   Other
% 0.16/0.44  ;     0.031        Total
% 0.16/0.44  ;     0.032        Real time
% 0.16/0.44  ; 
% 0.16/0.44  ; Term-hash-array has 46 terms in all.
% 0.16/0.44  ; Feature-vector-row-index has 14 entries (15 at peak, 15 added, 1 deleted).
% 0.16/0.44  ; Feature-vector-row-index has 83 nodes (89 at peak, 89 added, 6 deleted).
% 0.16/0.44  ;  Retrieved 5 possibly forward subsuming rows in 15 calls.
% 0.16/0.44  ;  Retrieved 7 possibly backward subsumed rows in 15 calls.
% 0.16/0.44  ; Path-index has 58 entries (58 at peak, 59 added, 1 deleted).
% 0.16/0.44  ; Path-index has 75 nodes (75 at peak, 75 added, 0 deleted).
% 0.16/0.44  ; Trie-index has 58 entries (58 at peak, 59 added, 1 deleted).
% 0.16/0.44  ; Trie-index has 98 nodes (98 at peak, 99 added, 1 deleted).
% 0.16/0.44  ; Retrieved 8 generalization terms in 35 calls.
% 0.16/0.44  ; Retrieved 19 instance terms in 19 calls.
% 0.16/0.44  ; Retrieved 1,970 unifiable terms in 1,344 calls.
% 0.16/0.44  ; 
% 0.16/0.44  ; The agenda of rows to give has 5 entries:
% 0.16/0.44  ;     3 with value (4 6)           2 with value (4 23)
% 0.16/0.44  Evaluation took:
% 0.16/0.44    0.032 seconds of real time
% 0.16/0.44    0.026424 seconds of user run time
% 0.16/0.44    0.005908 seconds of system run time
% 0.16/0.44    0 calls to %EVAL
% 0.16/0.44    0 page faults and
% 0.16/0.44    2,894,584 bytes consed.
% 0.16/0.44  :PROOF-FOUND
% 0.16/0.44  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-01T08:38:44
% 0.16/0.44  :PROOF-FOUND
% 0.16/0.44  * 
%------------------------------------------------------------------------------