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

View Problem - Process Solution

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

% Computer : n026.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 0.17s 0.48s
% Output   : Refutation 0.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   20 (  11 unt;   0 nHn;  15 RR)
%            Number of literals    :   38 (   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   :   14 (   7 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ir(X),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',simple_ir) ).

cnf(2,axiom,
    ( ~ iext(X,Y,Z)
    | ip(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',simple_iext_property) ).

cnf(4,axiom,
    ( iext(uri_rdf_type,X,uri_rdf_Property)
    | ~ ip(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rdf_type_ip) ).

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

cnf(7,axiom,
    ( ~ ir(X)
    | icext(uri_rdfs_Resource,X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rdfs_ir_def) ).

cnf(8,plain,
    icext(uri_rdfs_Resource,X),
    inference('REWRITE',[status(thm)],[7,1]) ).

cnf(9,axiom,
    ( icext(uri_owl_Thing,X)
    | ~ ir(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',owl_class_thing_ext) ).

cnf(10,plain,
    icext(uri_owl_Thing,X),
    inference('REWRITE',[status(thm)],[9,1]) ).

cnf(12,axiom,
    ( icext(uri_owl_ObjectProperty,X)
    | ~ ip(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',owl_class_objectproperty_ext) ).

cnf(13,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(14,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(15,plain,
    ip(uri_ex_p),
    inference('HYPERRESOLVE',[status(thm)],[2,14]) ).

cnf(16,plain,
    iext(uri_rdf_type,X,uri_rdfs_Resource),
    inference('HYPERRESOLVE',[status(thm)],[6,8]) ).

cnf(17,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)],[13,16]) ).

cnf(18,plain,
    iext(uri_rdf_type,X,uri_owl_Thing),
    inference('HYPERRESOLVE',[status(thm)],[6,10]) ).

cnf(19,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)],[17,18]) ).

cnf(20,plain,
    icext(uri_owl_ObjectProperty,uri_ex_p),
    inference('HYPERRESOLVE',[status(thm)],[12,15]) ).

cnf(21,plain,
    iext(uri_rdf_type,uri_ex_p,uri_rdf_Property),
    inference('HYPERRESOLVE',[status(thm)],[4,15]) ).

cnf(22,plain,
    ~ iext(uri_rdf_type,uri_ex_p,uri_owl_ObjectProperty),
    inference('REWRITE',[status(thm)],[19,21]) ).

cnf(23,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[6,22]),20]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : SWB005+2 : TPTP v8.1.0. Released v5.2.0.
% 0.07/0.12  % Command  : run-snark %s %d
% 0.12/0.32  % Computer : n026.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Wed Jun  1 06:12:41 EDT 2022
% 0.12/0.32  % CPUTime  : 
% 0.17/0.43  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.17/0.44  * 
% 0.17/0.44  * 
% 0.17/0.45  #<PACKAGE "SNARK-USER">
% 0.17/0.45  * 
% 0.17/0.45  SNARK-TPTP-OPTIONS
% 0.17/0.45  * 
% 0.17/0.45  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.17/0.45   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.17/0.45   (USE-FACTORING :POS)
% 0.17/0.45   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.17/0.45   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.17/0.45   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.17/0.45   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.17/0.45   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.17/0.45   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.17/0.45   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.17/0.45   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.17/0.45   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.17/0.45   (DECLARE-TPTP-SYMBOLS2))
% 0.17/0.45  * 
% 0.17/0.45  "."
% 0.17/0.45  * 
% 0.17/0.45  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-01T06:12:41
% 0.17/0.45  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n026.cluster.edu at 2022-06-01T06:12:41
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  #||
% 0.17/0.48  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.17/0.48  % SZS output start Refutation
% See solution above
% 0.17/0.48  ||#
% 0.17/0.48  
% 0.17/0.48  ; Summary of computation:
% 0.17/0.48  ;        30 formulas have been input or derived (from 15 formulas).
% 0.17/0.48  ;        23 (77%) were retained.  Of these,
% 0.17/0.48  ;            5 (22%) were simplified or subsumed later,
% 0.17/0.48  ;           18 (78%) are still being kept.
% 0.17/0.48  ; 
% 0.17/0.48  ; Run time in seconds excluding printing time:
% 0.17/0.48  ;     0.002   7%   Read assertion file          (1 call)
% 0.17/0.48  ;     0.001   4%   Assert                       (9 calls)
% 0.17/0.48  ;     0.002   7%   Process new row              (25 calls)
% 0.17/0.48  ;     0.001   4%   Resolution                   (28 calls)
% 0.17/0.48  ;     0.000   0%   Paramodulation               (14 calls)
% 0.17/0.48  ;     0.000   0%   Condensing                   (10 calls)
% 0.17/0.48  ;     0.001   4%   Forward subsumption          (10 calls)
% 0.17/0.48  ;     0.000   0%   Backward subsumption         (10 calls)
% 0.17/0.48  ;     0.000   0%   Clause clause subsumption    (1 call)
% 0.17/0.48  ;     0.000   0%   Forward simplification       (25 calls)
% 0.17/0.48  ;     0.001   4%   Backward simplification      (21 calls)
% 0.17/0.48  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.17/0.48  ;     0.000   0%   Purity testing               (1 call)
% 0.17/0.48  ;     0.020  71%   Other
% 0.17/0.48  ;     0.028        Total
% 0.17/0.48  ;     0.032        Real time
% 0.17/0.48  ; 
% 0.17/0.48  ; Term-hash-array has 22 terms in all.
% 0.17/0.48  ; Feature-vector-row-index has 7 entries (8 at peak, 10 added, 3 deleted).
% 0.17/0.48  ; Feature-vector-row-index has 19 nodes (35 at peak, 55 added, 36 deleted).
% 0.17/0.48  ;  Retrieved 1 possibly forward subsuming row in 10 calls.
% 0.17/0.48  ;  Retrieved 0 possibly backward subsumed rows in 10 calls.
% 0.17/0.48  ; Path-index has 24 entries (28 at peak, 38 added, 14 deleted).
% 0.17/0.48  ; Path-index has 39 nodes (39 at peak, 47 added, 8 deleted).
% 0.17/0.48  ; Trie-index has 24 entries (28 at peak, 38 added, 14 deleted).
% 0.17/0.48  ; Trie-index has 40 nodes (46 at peak, 60 added, 20 deleted).
% 0.17/0.48  ; Retrieved 12 generalization terms in 28 calls.
% 0.17/0.48  ; Retrieved 16 instance terms in 10 calls.
% 0.17/0.48  ; Retrieved 84 unifiable terms in 63 calls.
% 0.17/0.48  ; 
% 0.17/0.48  ; The agenda of rows to give has 4 entries:
% 0.17/0.48  ;     3 with value (4 6)           1 with value (4 7)
% 0.17/0.48  Evaluation took:
% 0.17/0.48    0.032 seconds of real time
% 0.17/0.48    0.022846 seconds of user run time
% 0.17/0.48    0.008679 seconds of system run time
% 0.17/0.48    0 calls to %EVAL
% 0.17/0.48    0 page faults and
% 0.17/0.48    2,567,296 bytes consed.
% 0.17/0.48  :PROOF-FOUND
% 0.17/0.48  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-01T06:12:41
% 0.17/0.48  :PROOF-FOUND
% 0.17/0.48  * 
%------------------------------------------------------------------------------