TSTP Solution File: SWB011+2 by iProver---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.9
% Problem  : SWB011+2 : TPTP v8.1.2. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n009.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  : 300s
% DateTime : Fri May  3 03:10:12 EDT 2024

% Result   : Unsatisfiable 1.86s 1.18s
% Output   : CNFRefutation 1.86s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   26 (   9 unt;   0 def)
%            Number of atoms       :   91 (   0 equ)
%            Maximal formula atoms :   10 (   3 avg)
%            Number of connectives :  103 (  38   ~;  31   |;  29   &)
%                                         (   4 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    6 (   6 usr;   5 con; 0-2 aty)
%            Number of variables   :   42 (   0 sgn  32   !;   4   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1] :
      ( iext(uri_rdf_type,X0,X1)
    <=> icext(X1,X0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',rdfs_cext_def) ).

fof(f2,axiom,
    ! [X2,X3] :
      ( iext(uri_owl_disjointWith,X2,X3)
    <=> ( ! [X0] :
            ~ ( icext(X3,X0)
              & icext(X2,X0) )
        & ic(X3)
        & ic(X2) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',owl_eqdis_disjointwith) ).

fof(f3,axiom,
    ( iext(uri_rdf_type,uri_ex_x,uri_owl_ObjectProperty)
    & iext(uri_rdf_type,uri_ex_x,uri_owl_Class)
    & iext(uri_owl_disjointWith,uri_owl_Class,uri_owl_ObjectProperty) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',testcase_premise_fullish_011_Entity_Types_as_Classes) ).

fof(f4,plain,
    ! [X0,X1] :
      ( iext(uri_owl_disjointWith,X0,X1)
    <=> ( ! [X2] :
            ~ ( icext(X1,X2)
              & icext(X0,X2) )
        & ic(X1)
        & ic(X0) ) ),
    inference(rectify,[],[f2]) ).

fof(f5,plain,
    ! [X0,X1] :
      ( iext(uri_owl_disjointWith,X0,X1)
    <=> ( ! [X2] :
            ( ~ icext(X1,X2)
            | ~ icext(X0,X2) )
        & ic(X1)
        & ic(X0) ) ),
    inference(ennf_transformation,[],[f4]) ).

fof(f6,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdf_type,X0,X1)
        | ~ icext(X1,X0) )
      & ( icext(X1,X0)
        | ~ iext(uri_rdf_type,X0,X1) ) ),
    inference(nnf_transformation,[],[f1]) ).

fof(f7,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_disjointWith,X0,X1)
        | ? [X2] :
            ( icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X2] :
              ( ~ icext(X1,X2)
              | ~ icext(X0,X2) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_owl_disjointWith,X0,X1) ) ),
    inference(nnf_transformation,[],[f5]) ).

fof(f8,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_disjointWith,X0,X1)
        | ? [X2] :
            ( icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X2] :
              ( ~ icext(X1,X2)
              | ~ icext(X0,X2) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_owl_disjointWith,X0,X1) ) ),
    inference(flattening,[],[f7]) ).

fof(f9,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_disjointWith,X0,X1)
        | ? [X2] :
            ( icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X3] :
              ( ~ icext(X1,X3)
              | ~ icext(X0,X3) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_owl_disjointWith,X0,X1) ) ),
    inference(rectify,[],[f8]) ).

fof(f10,plain,
    ! [X0,X1] :
      ( ? [X2] :
          ( icext(X1,X2)
          & icext(X0,X2) )
     => ( icext(X1,sK0(X0,X1))
        & icext(X0,sK0(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

fof(f11,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_disjointWith,X0,X1)
        | ( icext(X1,sK0(X0,X1))
          & icext(X0,sK0(X0,X1)) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X3] :
              ( ~ icext(X1,X3)
              | ~ icext(X0,X3) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_owl_disjointWith,X0,X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f9,f10]) ).

fof(f12,plain,
    ! [X0,X1] :
      ( icext(X1,X0)
      | ~ iext(uri_rdf_type,X0,X1) ),
    inference(cnf_transformation,[],[f6]) ).

fof(f16,plain,
    ! [X3,X0,X1] :
      ( ~ icext(X1,X3)
      | ~ icext(X0,X3)
      | ~ iext(uri_owl_disjointWith,X0,X1) ),
    inference(cnf_transformation,[],[f11]) ).

fof(f19,plain,
    iext(uri_owl_disjointWith,uri_owl_Class,uri_owl_ObjectProperty),
    inference(cnf_transformation,[],[f3]) ).

fof(f20,plain,
    iext(uri_rdf_type,uri_ex_x,uri_owl_Class),
    inference(cnf_transformation,[],[f3]) ).

fof(f21,plain,
    iext(uri_rdf_type,uri_ex_x,uri_owl_ObjectProperty),
    inference(cnf_transformation,[],[f3]) ).

cnf(c_50,plain,
    ( ~ iext(uri_rdf_type,X0,X1)
    | icext(X1,X0) ),
    inference(cnf_transformation,[],[f12]) ).

cnf(c_53,plain,
    ( ~ iext(uri_owl_disjointWith,X0,X1)
    | ~ icext(X0,X2)
    | ~ icext(X1,X2) ),
    inference(cnf_transformation,[],[f16]) ).

cnf(c_56,plain,
    iext(uri_rdf_type,uri_ex_x,uri_owl_ObjectProperty),
    inference(cnf_transformation,[],[f21]) ).

cnf(c_57,plain,
    iext(uri_rdf_type,uri_ex_x,uri_owl_Class),
    inference(cnf_transformation,[],[f20]) ).

cnf(c_58,plain,
    iext(uri_owl_disjointWith,uri_owl_Class,uri_owl_ObjectProperty),
    inference(cnf_transformation,[],[f19]) ).

cnf(c_146,plain,
    icext(uri_owl_ObjectProperty,uri_ex_x),
    inference(resolution,[status(thm)],[c_50,c_56]) ).

cnf(c_150,plain,
    icext(uri_owl_Class,uri_ex_x),
    inference(resolution,[status(thm)],[c_50,c_57]) ).

cnf(c_162,plain,
    ( ~ icext(uri_owl_ObjectProperty,X0)
    | ~ icext(uri_owl_Class,X0) ),
    inference(resolution,[status(thm)],[c_53,c_58]) ).

cnf(c_218,plain,
    ( ~ icext(uri_owl_ObjectProperty,uri_ex_x)
    | ~ icext(uri_owl_Class,uri_ex_x) ),
    inference(instantiation,[status(thm)],[c_162]) ).

cnf(c_219,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_218,c_150,c_146]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : SWB011+2 : TPTP v8.1.2. Released v5.2.0.
% 0.03/0.14  % Command  : run_iprover %s %d THM
% 0.14/0.35  % Computer : n009.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu May  2 21:29:26 EDT 2024
% 0.14/0.35  % CPUTime  : 
% 0.21/0.48  Running first-order theorem proving
% 0.21/0.48  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 1.86/1.18  % SZS status Started for theBenchmark.p
% 1.86/1.18  % SZS status Unsatisfiable for theBenchmark.p
% 1.86/1.18  
% 1.86/1.18  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 1.86/1.18  
% 1.86/1.18  ------  iProver source info
% 1.86/1.18  
% 1.86/1.18  git: date: 2024-05-02 19:28:25 +0000
% 1.86/1.18  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 1.86/1.18  git: non_committed_changes: false
% 1.86/1.18  
% 1.86/1.18  ------ Parsing...
% 1.86/1.18  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 1.86/1.18  
% 1.86/1.18  ------ Preprocessing... sf_s  rm: 0 0s  sf_e  pe_s  pe:1:0s pe_e  sf_s  rm: 0 0s  sf_e  pe_s  pe_e 
% 1.86/1.18  
% 1.86/1.18  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 1.86/1.18  ------ Proving...
% 1.86/1.18  ------ Problem Properties 
% 1.86/1.18  
% 1.86/1.18  
% 1.86/1.18  clauses                                 7
% 1.86/1.18  conjectures                             0
% 1.86/1.18  EPR                                     5
% 1.86/1.18  Horn                                    7
% 1.86/1.18  unary                                   4
% 1.86/1.18  binary                                  1
% 1.86/1.18  lits                                    16
% 1.86/1.18  lits eq                                 0
% 1.86/1.18  fd_pure                                 0
% 1.86/1.18  fd_pseudo                               0
% 1.86/1.18  fd_cond                                 0
% 1.86/1.18  fd_pseudo_cond                          0
% 1.86/1.18  AC symbols                              0
% 1.86/1.18  
% 1.86/1.18  ------ Schedule dynamic 5 is on 
% 1.86/1.18  
% 1.86/1.18  ------ no conjectures: strip conj schedule 
% 1.86/1.18  
% 1.86/1.18  ------ no equalities: superposition off 
% 1.86/1.18  
% 1.86/1.18  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" stripped conjectures Time Limit: 10.
% 1.86/1.18  
% 1.86/1.18  
% 1.86/1.18  ------ 
% 1.86/1.18  Current options:
% 1.86/1.18  ------ 
% 1.86/1.18  
% 1.86/1.18  
% 1.86/1.18  
% 1.86/1.18  
% 1.86/1.18  ------ Proving...
% 1.86/1.18  
% 1.86/1.18  
% 1.86/1.18  % SZS status Unsatisfiable for theBenchmark.p
% 1.86/1.18  
% 1.86/1.18  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 1.86/1.18  
% 1.86/1.18  
%------------------------------------------------------------------------------