TSTP Solution File: SWB019+2 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : SWB019+2 : TPTP v8.1.2. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n027.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 : Wed May 31 12:38:36 EDT 2023

% Result   : Unsatisfiable 0.12s 0.36s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    2
% Syntax   : Number of formulae    :   13 (   5 unt;   0 def)
%            Number of atoms       :   57 (   0 equ)
%            Maximal formula atoms :   10 (   4 avg)
%            Number of connectives :   68 (  24   ~;  19   |;  23   &)
%                                         (   2 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   6 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   :   34 (;  30   !;   4   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [P1,P2] :
      ( iext(uri_owl_propertyDisjointWith,P1,P2)
    <=> ( ip(P1)
        & ip(P2)
        & ! [X,Y] :
            ~ ( iext(P1,X,Y)
              & iext(P2,X,Y) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

fof(f3,plain,
    ! [P1,P2] :
      ( iext(uri_owl_propertyDisjointWith,P1,P2)
    <=> ( ip(P1)
        & ip(P2)
        & ! [X,Y] :
            ( ~ iext(P1,X,Y)
            | ~ iext(P2,X,Y) ) ) ),
    inference(pre_NNF_transformation,[status(esa)],[f1]) ).

fof(f4,plain,
    ! [P1,P2] :
      ( ( ~ iext(uri_owl_propertyDisjointWith,P1,P2)
        | ( ip(P1)
          & ip(P2)
          & ! [X,Y] :
              ( ~ iext(P1,X,Y)
              | ~ iext(P2,X,Y) ) ) )
      & ( iext(uri_owl_propertyDisjointWith,P1,P2)
        | ~ ip(P1)
        | ~ ip(P2)
        | ? [X,Y] :
            ( iext(P1,X,Y)
            & iext(P2,X,Y) ) ) ),
    inference(NNF_transformation,[status(esa)],[f3]) ).

fof(f5,plain,
    ( ! [P1,P2] :
        ( ~ iext(uri_owl_propertyDisjointWith,P1,P2)
        | ( ip(P1)
          & ip(P2)
          & ! [X,Y] :
              ( ~ iext(P1,X,Y)
              | ~ iext(P2,X,Y) ) ) )
    & ! [P1,P2] :
        ( iext(uri_owl_propertyDisjointWith,P1,P2)
        | ~ ip(P1)
        | ~ ip(P2)
        | ? [X,Y] :
            ( iext(P1,X,Y)
            & iext(P2,X,Y) ) ) ),
    inference(miniscoping,[status(esa)],[f4]) ).

fof(f6,plain,
    ( ! [P1,P2] :
        ( ~ iext(uri_owl_propertyDisjointWith,P1,P2)
        | ( ip(P1)
          & ip(P2)
          & ! [X,Y] :
              ( ~ iext(P1,X,Y)
              | ~ iext(P2,X,Y) ) ) )
    & ! [P1,P2] :
        ( iext(uri_owl_propertyDisjointWith,P1,P2)
        | ~ ip(P1)
        | ~ ip(P2)
        | ( iext(P1,sk0_0(P2,P1),sk0_1(P2,P1))
          & iext(P2,sk0_0(P2,P1),sk0_1(P2,P1)) ) ) ),
    inference(skolemization,[status(esa)],[f5]) ).

fof(f9,plain,
    ! [X0,X1,X2,X3] :
      ( ~ iext(uri_owl_propertyDisjointWith,X0,X1)
      | ~ iext(X0,X2,X3)
      | ~ iext(X1,X2,X3) ),
    inference(cnf_transformation,[status(esa)],[f6]) ).

fof(f16,plain,
    iext(uri_owl_propertyDisjointWith,uri_skos_prefLabel,uri_skos_altLabel),
    inference(cnf_transformation,[status(esa)],[f2]) ).

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

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

fof(f19,plain,
    ! [X0,X1] :
      ( ~ iext(uri_skos_prefLabel,X0,X1)
      | ~ iext(uri_skos_altLabel,X0,X1) ),
    inference(resolution,[status(thm)],[f9,f16]) ).

fof(f33,plain,
    ~ iext(uri_skos_prefLabel,uri_ex_foo,literal_plain(dat_str_foo)),
    inference(resolution,[status(thm)],[f19,f18]) ).

fof(f34,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f33,f17]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SWB019+2 : TPTP v8.1.2. Released v5.2.0.
% 0.07/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.34  % Computer : n027.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Tue May 30 11:00:48 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  % Drodi V3.5.1
% 0.12/0.36  % Refutation found
% 0.12/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.12/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.12/0.36  % Elapsed time: 0.013765 seconds
% 0.12/0.36  % CPU time: 0.021796 seconds
% 0.12/0.36  % Memory used: 182.036 KB
%------------------------------------------------------------------------------