TSTP Solution File: SWB019+2 by iProver---3.8

View Problem - Process Solution

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

% Computer : n005.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 : Thu Aug 31 20:09:15 EDT 2023

% Result   : Unsatisfiable 1.85s 1.16s
% Output   : CNFRefutation 1.85s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    3
% Syntax   : Number of formulae    :   19 (   7 unt;   0 def)
%            Number of atoms       :   80 (   0 equ)
%            Maximal formula atoms :   10 (   4 avg)
%            Number of connectives :   96 (  35   ~;  29   |;  29   &)
%                                         (   2 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :   12 (  12 usr;   9 con; 0-2 aty)
%            Number of variables   :   44 (   0 sgn;  30   !;   8   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1] :
      ( iext(uri_owl_propertyDisjointWith,X0,X1)
    <=> ( ! [X2,X3] :
            ~ ( iext(X1,X2,X3)
              & iext(X0,X2,X3) )
        & ip(X1)
        & ip(X0) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_eqdis_propertydisjointwith) ).

fof(f2,axiom,
    ( iext(uri_skos_altLabel,uri_ex_foo,literal_plain(dat_str_foo))
    & iext(uri_skos_prefLabel,uri_ex_foo,literal_plain(dat_str_foo))
    & iext(uri_owl_propertyDisjointWith,uri_skos_prefLabel,uri_skos_altLabel)
    & iext(uri_rdfs_subPropertyOf,uri_skos_altLabel,uri_rdfs_label)
    & iext(uri_rdf_type,uri_skos_altLabel,uri_owl_AnnotationProperty)
    & iext(uri_rdfs_subPropertyOf,uri_skos_prefLabel,uri_rdfs_label)
    & iext(uri_rdf_type,uri_skos_prefLabel,uri_owl_AnnotationProperty) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_premise_fullish_019_Disjoint_Annotation_Properties) ).

fof(f3,plain,
    ! [X0,X1] :
      ( iext(uri_owl_propertyDisjointWith,X0,X1)
    <=> ( ! [X2,X3] :
            ( ~ iext(X1,X2,X3)
            | ~ iext(X0,X2,X3) )
        & ip(X1)
        & ip(X0) ) ),
    inference(ennf_transformation,[],[f1]) ).

fof(f4,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_propertyDisjointWith,X0,X1)
        | ? [X2,X3] :
            ( iext(X1,X2,X3)
            & iext(X0,X2,X3) )
        | ~ ip(X1)
        | ~ ip(X0) )
      & ( ( ! [X2,X3] :
              ( ~ iext(X1,X2,X3)
              | ~ iext(X0,X2,X3) )
          & ip(X1)
          & ip(X0) )
        | ~ iext(uri_owl_propertyDisjointWith,X0,X1) ) ),
    inference(nnf_transformation,[],[f3]) ).

fof(f5,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_propertyDisjointWith,X0,X1)
        | ? [X2,X3] :
            ( iext(X1,X2,X3)
            & iext(X0,X2,X3) )
        | ~ ip(X1)
        | ~ ip(X0) )
      & ( ( ! [X2,X3] :
              ( ~ iext(X1,X2,X3)
              | ~ iext(X0,X2,X3) )
          & ip(X1)
          & ip(X0) )
        | ~ iext(uri_owl_propertyDisjointWith,X0,X1) ) ),
    inference(flattening,[],[f4]) ).

fof(f6,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_propertyDisjointWith,X0,X1)
        | ? [X2,X3] :
            ( iext(X1,X2,X3)
            & iext(X0,X2,X3) )
        | ~ ip(X1)
        | ~ ip(X0) )
      & ( ( ! [X4,X5] :
              ( ~ iext(X1,X4,X5)
              | ~ iext(X0,X4,X5) )
          & ip(X1)
          & ip(X0) )
        | ~ iext(uri_owl_propertyDisjointWith,X0,X1) ) ),
    inference(rectify,[],[f5]) ).

fof(f7,plain,
    ! [X0,X1] :
      ( ? [X2,X3] :
          ( iext(X1,X2,X3)
          & iext(X0,X2,X3) )
     => ( iext(X1,sK0(X0,X1),sK1(X0,X1))
        & iext(X0,sK0(X0,X1),sK1(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

fof(f8,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_propertyDisjointWith,X0,X1)
        | ( iext(X1,sK0(X0,X1),sK1(X0,X1))
          & iext(X0,sK0(X0,X1),sK1(X0,X1)) )
        | ~ ip(X1)
        | ~ ip(X0) )
      & ( ( ! [X4,X5] :
              ( ~ iext(X1,X4,X5)
              | ~ iext(X0,X4,X5) )
          & ip(X1)
          & ip(X0) )
        | ~ iext(uri_owl_propertyDisjointWith,X0,X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1])],[f6,f7]) ).

fof(f11,plain,
    ! [X0,X1,X4,X5] :
      ( ~ iext(X1,X4,X5)
      | ~ iext(X0,X4,X5)
      | ~ iext(uri_owl_propertyDisjointWith,X0,X1) ),
    inference(cnf_transformation,[],[f8]) ).

fof(f18,plain,
    iext(uri_owl_propertyDisjointWith,uri_skos_prefLabel,uri_skos_altLabel),
    inference(cnf_transformation,[],[f2]) ).

fof(f19,plain,
    iext(uri_skos_prefLabel,uri_ex_foo,literal_plain(dat_str_foo)),
    inference(cnf_transformation,[],[f2]) ).

fof(f20,plain,
    iext(uri_skos_altLabel,uri_ex_foo,literal_plain(dat_str_foo)),
    inference(cnf_transformation,[],[f2]) ).

cnf(c_51,plain,
    ( ~ iext(X0,X1,X2)
    | ~ iext(X3,X1,X2)
    | ~ iext(uri_owl_propertyDisjointWith,X0,X3) ),
    inference(cnf_transformation,[],[f11]) ).

cnf(c_54,plain,
    iext(uri_skos_altLabel,uri_ex_foo,literal_plain(dat_str_foo)),
    inference(cnf_transformation,[],[f20]) ).

cnf(c_55,plain,
    iext(uri_skos_prefLabel,uri_ex_foo,literal_plain(dat_str_foo)),
    inference(cnf_transformation,[],[f19]) ).

cnf(c_56,plain,
    iext(uri_owl_propertyDisjointWith,uri_skos_prefLabel,uri_skos_altLabel),
    inference(cnf_transformation,[],[f18]) ).

cnf(c_110,plain,
    ( ~ iext(uri_skos_altLabel,X0,X1)
    | ~ iext(uri_skos_prefLabel,X0,X1)
    | ~ iext(uri_owl_propertyDisjointWith,uri_skos_prefLabel,uri_skos_altLabel) ),
    inference(instantiation,[status(thm)],[c_51]) ).

cnf(c_120,plain,
    ( ~ iext(uri_skos_altLabel,uri_ex_foo,literal_plain(dat_str_foo))
    | ~ iext(uri_skos_prefLabel,uri_ex_foo,literal_plain(dat_str_foo))
    | ~ iext(uri_owl_propertyDisjointWith,uri_skos_prefLabel,uri_skos_altLabel) ),
    inference(instantiation,[status(thm)],[c_110]) ).

cnf(c_121,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_120,c_54,c_55,c_56]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SWB019+2 : TPTP v8.1.2. Released v5.2.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.13/0.34  % Computer : n005.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  : 300
% 0.13/0.34  % DateTime : Sun Aug 27 07:02:53 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.47  Running first-order theorem proving
% 0.19/0.47  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 1.85/1.16  % SZS status Started for theBenchmark.p
% 1.85/1.16  % SZS status Unsatisfiable for theBenchmark.p
% 1.85/1.16  
% 1.85/1.16  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 1.85/1.16  
% 1.85/1.16  ------  iProver source info
% 1.85/1.16  
% 1.85/1.16  git: date: 2023-05-31 18:12:56 +0000
% 1.85/1.16  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 1.85/1.16  git: non_committed_changes: false
% 1.85/1.16  git: last_make_outside_of_git: false
% 1.85/1.16  
% 1.85/1.16  ------ Parsing...
% 1.85/1.16  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 1.85/1.16  
% 1.85/1.16  ------ Preprocessing... sf_s  rm: 0 0s  sf_e  pe_s  pe_e 
% 1.85/1.16  
% 1.85/1.16  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 1.85/1.16  ------ Proving...
% 1.85/1.16  ------ Problem Properties 
% 1.85/1.16  
% 1.85/1.16  
% 1.85/1.16  clauses                                 12
% 1.85/1.16  conjectures                             0
% 1.85/1.16  EPR                                     8
% 1.85/1.16  Horn                                    10
% 1.85/1.16  unary                                   7
% 1.85/1.16  binary                                  2
% 1.85/1.16  lits                                    22
% 1.85/1.16  lits eq                                 0
% 1.85/1.16  fd_pure                                 0
% 1.85/1.16  fd_pseudo                               0
% 1.85/1.16  fd_cond                                 0
% 1.85/1.16  fd_pseudo_cond                          0
% 1.85/1.16  AC symbols                              0
% 1.85/1.16  
% 1.85/1.16  ------ Schedule dynamic 5 is on 
% 1.85/1.16  
% 1.85/1.16  ------ no conjectures: strip conj schedule 
% 1.85/1.16  
% 1.85/1.16  ------ no equalities: superposition off 
% 1.85/1.16  
% 1.85/1.16  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" stripped conjectures Time Limit: 10.
% 1.85/1.16  
% 1.85/1.16  
% 1.85/1.16  ------ 
% 1.85/1.16  Current options:
% 1.85/1.16  ------ 
% 1.85/1.16  
% 1.85/1.16  
% 1.85/1.16  
% 1.85/1.16  
% 1.85/1.16  ------ Proving...
% 1.85/1.16  
% 1.85/1.16  
% 1.85/1.16  % SZS status Unsatisfiable for theBenchmark.p
% 1.85/1.16  
% 1.85/1.16  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 1.85/1.16  
% 1.85/1.16  
%------------------------------------------------------------------------------