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

View Problem - Process Solution

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

% Computer : n023.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:13 EDT 2022

% Result   : Theorem 13.52s 13.75s
% Output   : Refutation 13.52s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   19 (  10 unt;   0 nHn;  15 RR)
%            Number of literals    :   37 (   0 equ;  22 neg)
%            Maximal clause size   :    8 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   8 con; 0-0 aty)
%            Number of variables   :   13 (   6 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ iext(X,Y,Z)
    | ip(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',simple_iext_property) ).

cnf(2,axiom,
    ir(X),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',simple_ir) ).

cnf(13,axiom,
    ( iext(uri_rdf_type,X,uri_rdf_Property)
    | ~ ip(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',rdf_type_ip) ).

cnf(25,axiom,
    ( iext(uri_rdf_type,X,Y)
    | ~ icext(Y,X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',rdfs_cext_def) ).

cnf(105,axiom,
    ( ~ ir(X)
    | iext(uri_rdf_type,X,uri_rdfs_Resource) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',owl_parts_ir_def) ).

cnf(106,plain,
    iext(uri_rdf_type,X,uri_rdfs_Resource),
    inference('REWRITE',[status(thm)],[105,2]) ).

cnf(150,axiom,
    ( icext(uri_owl_ObjectProperty,X)
    | ~ ip(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',owl_class_objectproperty_ext) ).

cnf(168,axiom,
    ( icext(uri_owl_Thing,X)
    | ~ ir(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',owl_class_thing_ext) ).

cnf(169,plain,
    icext(uri_owl_Thing,X),
    inference('REWRITE',[status(thm)],[168,2]) ).

cnf(1114,negated_conjecture,
    ( ~ iext(uri_rdf_type,uri_ex_s,uri_rdfs_Resource)
    | ~ iext(uri_rdf_type,uri_ex_s,uri_owl_Thing)
    | ~ iext(uri_rdf_type,uri_ex_p,uri_rdfs_Resource)
    | ~ iext(uri_rdf_type,uri_ex_p,uri_owl_Thing)
    | ~ iext(uri_rdf_type,uri_ex_p,uri_rdf_Property)
    | ~ iext(uri_rdf_type,uri_ex_p,uri_owl_ObjectProperty)
    | ~ iext(uri_rdf_type,uri_ex_o,uri_rdfs_Resource)
    | ~ iext(uri_rdf_type,uri_ex_o,uri_owl_Thing) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',testcase_conclusion_fullish_005_Everything_is_a_Resource) ).

cnf(1115,plain,
    ( ~ iext(uri_rdf_type,uri_ex_s,uri_owl_Thing)
    | ~ iext(uri_rdf_type,uri_ex_p,uri_owl_Thing)
    | ~ iext(uri_rdf_type,uri_ex_p,uri_rdf_Property)
    | ~ iext(uri_rdf_type,uri_ex_p,uri_owl_ObjectProperty)
    | ~ iext(uri_rdf_type,uri_ex_o,uri_owl_Thing) ),
    inference('REWRITE',[status(thm)],[1114,106]) ).

cnf(1116,axiom,
    iext(uri_ex_p,uri_ex_s,uri_ex_o),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',testcase_premise_fullish_005_Everything_is_a_Resource) ).

cnf(1408,plain,
    ip(uri_ex_p),
    inference('HYPERRESOLVE',[status(thm)],[1,1116]) ).

cnf(1682,plain,
    iext(uri_rdf_type,X,uri_owl_Thing),
    inference('HYPERRESOLVE',[status(thm)],[25,169]) ).

cnf(1683,plain,
    ( ~ iext(uri_rdf_type,uri_ex_p,uri_rdf_Property)
    | ~ iext(uri_rdf_type,uri_ex_p,uri_owl_ObjectProperty) ),
    inference('REWRITE',[status(thm)],[1115,1682]) ).

cnf(45872,plain,
    icext(uri_owl_ObjectProperty,uri_ex_p),
    inference('HYPERRESOLVE',[status(thm)],[150,1408]) ).

cnf(45877,plain,
    iext(uri_rdf_type,uri_ex_p,uri_rdf_Property),
    inference('HYPERRESOLVE',[status(thm)],[13,1408]) ).

cnf(45878,plain,
    ~ iext(uri_rdf_type,uri_ex_p,uri_owl_ObjectProperty),
    inference('REWRITE',[status(thm)],[1683,45877]) ).

cnf(46702,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[25,45878]),45872]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SWB005+1 : TPTP v8.1.0. Released v5.2.0.
% 0.10/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n023.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 : Wed Jun  1 11:56:11 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.46  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.47  * 
% 0.19/0.47  * 
% 0.19/0.47  #<PACKAGE "SNARK-USER">
% 0.19/0.47  * 
% 0.19/0.47  SNARK-TPTP-OPTIONS
% 0.19/0.47  * 
% 0.19/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.47   (USE-FACTORING :POS)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.47  * 
% 0.19/0.47  "."
% 0.19/0.47  * 
% 0.19/0.47  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-01T11:56:11
% 0.19/0.48  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n023.cluster.edu at 2022-06-01T11:56:11
% 13.52/13.75  
% 13.52/13.75  
% 13.52/13.75  #||
% 13.52/13.75  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 13.52/13.75  % SZS output start Refutation
% See solution above
% 13.52/13.75  ||#
% 13.52/13.75  
% 13.52/13.75  ; Summary of computation:
% 13.52/13.75  ;     52729 formulas have been input or derived (from 1149 formulas).
% 13.52/13.75  ;     46702 (89%) were retained.  Of these,
% 13.52/13.75  ;          160 ( 0%) were simplified or subsumed later,
% 13.52/13.75  ;        46542 (100%) are still being kept.
% 13.52/13.75  ; 
% 13.52/13.75  ; Run time in seconds excluding printing time:
% 13.52/13.75  ;     0.105   1%   Read assertion file          (1 call)
% 13.52/13.75  ;     0.043   0%   Assert                       (560 calls)
% 13.52/13.75  ;     4.031  30%   Process new row              (52,262 calls)
% 13.52/13.75  ;     4.091  31%   Resolution                   (2,296 calls)
% 13.52/13.75  ;     0.005   0%   Paramodulation               (1,148 calls)
% 13.52/13.75  ;     0.000   0%   Factoring                    (1 call)
% 13.52/13.75  ;     0.167   1%   Condensing                   (44,566 calls)
% 13.52/13.75  ;     1.949  15%   Forward subsumption          (44,566 calls)
% 13.52/13.75  ;     1.784  13%   Backward subsumption         (44,184 calls)
% 13.52/13.75  ;     0.047   0%   Clause clause subsumption    (27,890 calls)
% 13.52/13.75  ;     0.774   6%   Forward simplification       (52,262 calls)
% 13.52/13.75  ;     0.050   0%   Backward simplification      (46,676 calls)
% 13.52/13.75  ;     0.004   0%   Ordering                     (2,137 calls)
% 13.52/13.75  ;     0.000   0%   Sortal reasoning             (32 calls)
% 13.52/13.75  ;     0.004   0%   Purity testing               (1 call)
% 13.52/13.75  ;     0.212   2%   Other
% 13.52/13.75  ;    13.266        Total
% 13.52/13.75  ;    13.273        Real time
% 13.52/13.75  ; 
% 13.52/13.75  ; Term-hash-array has 152,506 terms in all.
% 13.52/13.75  ; Feature-vector-row-index has 44,050 entries (44,050 at peak, 44,184 added, 134 deleted).
% 13.52/13.75  ; Feature-vector-row-index has 7,225 nodes (7,233 at peak, 7,243 added, 18 deleted).
% 13.52/13.75  ;  Retrieved 1,330,943 possibly forward subsuming rows in 44,566 calls.
% 13.52/13.75  ;  Retrieved 1,330,133 possibly backward subsumed rows in 44,184 calls.
% 13.52/13.75  ; Path-index has 152,324 entries (152,324 at peak, 152,672 added, 348 deleted).
% 13.52/13.75  ; Path-index has 11,429 nodes (11,429 at peak, 11,443 added, 14 deleted).
% 13.52/13.75  ; Trie-index has 152,324 entries (152,324 at peak, 152,672 added, 348 deleted).
% 13.52/13.75  ; Trie-index has 281,661 nodes (281,661 at peak, 282,246 added, 585 deleted).
% 13.52/13.75  ; Retrieved 8,079 generalization terms in 114,588 calls.
% 13.52/13.75  ; Retrieved 2,496 instance terms in 2,491 calls.
% 13.52/13.75  ; Retrieved 5,539,004 unifiable terms in 139,575 calls.
% 13.52/13.75  ; 
% 13.52/13.75  ; The agenda of rows to process has 5 entries:
% 13.52/13.75  ;     5 with value 6
% 13.52/13.75  ; The agenda of rows to give has 45394 entries:
% 13.52/13.75  ;    27 with value (4 4)          27 with value (4 11)       12003 with value (4 17)
% 13.52/13.75  ;   283 with value (4 5)         156 with value (4 12)         702 with value (4 20)
% 13.52/13.75  ;  1032 with value (4 6)        2882 with value (4 13)        2958 with value (4 21)
% 13.52/13.75  ;   803 with value (4 7)        9399 with value (4 14)        3003 with value (4 26)
% 13.52/13.75  ;    24 with value (4 8)         162 with value (4 15)        4378 with value (4 27)
% 13.52/13.75  ;     3 with value (4 10)       7552 with value (4 16)
% 13.52/13.75  Evaluation took:
% 13.52/13.75    13.276 seconds of real time
% 13.52/13.75    12.611174 seconds of user run time
% 13.52/13.75    0.65887 seconds of system run time
% 13.52/13.75    [Run times include 2.09 seconds GC run time.]
% 13.52/13.75    0 calls to %EVAL
% 13.52/13.75    0 page faults and
% 13.52/13.75    1,053,724,296 bytes consed.
% 13.52/13.75  :PROOF-FOUND
% 13.52/13.75  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-01T11:56:24
% 13.52/13.75  :PROOF-FOUND
% 13.52/13.75  * 
%------------------------------------------------------------------------------