TSTP Solution File: SWB014+2 by Metis---2.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Metis---2.4
% Problem  : SWB014+2 : TPTP v8.1.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : metis --show proof --show saturation %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  : 600s
% DateTime : Tue Jul 19 19:15:21 EDT 2022

% Result   : Theorem 0.13s 0.40s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   63 (  21 unt;   0 def)
%            Number of atoms       :  269 (   0 equ)
%            Maximal formula atoms :   71 (   4 avg)
%            Number of connectives :  356 ( 150   ~; 157   |;  39   &)
%                                         (   9 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   25 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :   13 (  13 usr;  12 con; 0-3 aty)
%            Number of variables   :   94 (   0 sgn  42   !;  11   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(rdfs_cext_def,axiom,
    ! [X,C] :
      ( iext(uri_rdf_type,X,C)
    <=> icext(C,X) ) ).

fof(owl_bool_unionof_class_002,axiom,
    ! [Z,S1,C1,S2,C2] :
      ( ( iext(uri_rdf_first,S1,C1)
        & iext(uri_rdf_rest,S1,S2)
        & iext(uri_rdf_first,S2,C2)
        & iext(uri_rdf_rest,S2,uri_rdf_nil) )
     => ( iext(uri_owl_unionOf,Z,S1)
      <=> ( ic(Z)
          & ic(C1)
          & ic(C2)
          & ! [X] :
              ( icext(Z,X)
            <=> ( icext(C1,X)
                | icext(C2,X) ) ) ) ) ) ).

fof(testcase_conclusion_fullish_014_Harry_belongs_to_some_Species,conjecture,
    ? [BNODE_x] :
      ( iext(uri_rdf_type,uri_ex_harry,BNODE_x)
      & iext(uri_rdf_type,BNODE_x,uri_ex_Species) ) ).

fof(testcase_premise_fullish_014_Harry_belongs_to_some_Species,axiom,
    ? [BNODE_u,BNODE_l1,BNODE_l2] :
      ( iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species)
      & iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species)
      & iext(uri_rdf_type,uri_ex_harry,BNODE_u)
      & iext(uri_owl_unionOf,BNODE_u,BNODE_l1)
      & iext(uri_rdf_first,BNODE_l1,uri_ex_Eagle)
      & iext(uri_rdf_rest,BNODE_l1,BNODE_l2)
      & iext(uri_rdf_first,BNODE_l2,uri_ex_Falcon)
      & iext(uri_rdf_rest,BNODE_l2,uri_rdf_nil) ) ).

fof(subgoal_0,plain,
    ? [BNODE_x] :
      ( iext(uri_rdf_type,uri_ex_harry,BNODE_x)
      & iext(uri_rdf_type,BNODE_x,uri_ex_Species) ),
    inference(strip,[],[testcase_conclusion_fullish_014_Harry_belongs_to_some_Species]) ).

fof(negate_0_0,plain,
    ~ ? [BNODE_x] :
        ( iext(uri_rdf_type,uri_ex_harry,BNODE_x)
        & iext(uri_rdf_type,BNODE_x,uri_ex_Species) ),
    inference(negate,[],[subgoal_0]) ).

fof(normalize_0_0,plain,
    ! [BNODE_x] :
      ( ~ iext(uri_rdf_type,BNODE_x,uri_ex_Species)
      | ~ iext(uri_rdf_type,uri_ex_harry,BNODE_x) ),
    inference(canonicalize,[],[negate_0_0]) ).

fof(normalize_0_1,plain,
    ! [BNODE_x] :
      ( ~ iext(uri_rdf_type,BNODE_x,uri_ex_Species)
      | ~ iext(uri_rdf_type,uri_ex_harry,BNODE_x) ),
    inference(specialize,[],[normalize_0_0]) ).

fof(normalize_0_2,plain,
    ! [C,X] :
      ( ~ icext(C,X)
    <=> ~ iext(uri_rdf_type,X,C) ),
    inference(canonicalize,[],[rdfs_cext_def]) ).

fof(normalize_0_3,plain,
    ! [C,X] :
      ( ~ icext(C,X)
    <=> ~ iext(uri_rdf_type,X,C) ),
    inference(specialize,[],[normalize_0_2]) ).

fof(normalize_0_4,plain,
    ! [C,X] :
      ( ( ~ icext(C,X)
        | iext(uri_rdf_type,X,C) )
      & ( ~ iext(uri_rdf_type,X,C)
        | icext(C,X) ) ),
    inference(clausify,[],[normalize_0_3]) ).

fof(normalize_0_5,plain,
    ! [C,X] :
      ( ~ icext(C,X)
      | iext(uri_rdf_type,X,C) ),
    inference(conjunct,[],[normalize_0_4]) ).

fof(normalize_0_6,plain,
    ? [BNODE_l1,BNODE_l2,BNODE_u] :
      ( iext(uri_owl_unionOf,BNODE_u,BNODE_l1)
      & iext(uri_rdf_first,BNODE_l1,uri_ex_Eagle)
      & iext(uri_rdf_first,BNODE_l2,uri_ex_Falcon)
      & iext(uri_rdf_rest,BNODE_l1,BNODE_l2)
      & iext(uri_rdf_rest,BNODE_l2,uri_rdf_nil)
      & iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species)
      & iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species)
      & iext(uri_rdf_type,uri_ex_harry,BNODE_u) ),
    inference(canonicalize,[],[testcase_premise_fullish_014_Harry_belongs_to_some_Species]) ).

fof(normalize_0_7,plain,
    ( iext(uri_owl_unionOf,skolemFOFtoCNF_BNODE_u,skolemFOFtoCNF_BNODE_l1)
    & iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,uri_ex_Eagle)
    & iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,uri_ex_Falcon)
    & iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l1,skolemFOFtoCNF_BNODE_l2)
    & iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l2,uri_rdf_nil)
    & iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species)
    & iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species)
    & iext(uri_rdf_type,uri_ex_harry,skolemFOFtoCNF_BNODE_u) ),
    inference(skolemize,[],[normalize_0_6]) ).

fof(normalize_0_8,plain,
    iext(uri_rdf_type,uri_ex_harry,skolemFOFtoCNF_BNODE_u),
    inference(conjunct,[],[normalize_0_7]) ).

fof(normalize_0_9,plain,
    ! [C,X] :
      ( ~ iext(uri_rdf_type,X,C)
      | icext(C,X) ),
    inference(conjunct,[],[normalize_0_4]) ).

fof(normalize_0_10,plain,
    iext(uri_owl_unionOf,skolemFOFtoCNF_BNODE_u,skolemFOFtoCNF_BNODE_l1),
    inference(conjunct,[],[normalize_0_7]) ).

fof(normalize_0_11,plain,
    iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,uri_ex_Eagle),
    inference(conjunct,[],[normalize_0_7]) ).

fof(normalize_0_12,plain,
    iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,uri_ex_Falcon),
    inference(conjunct,[],[normalize_0_7]) ).

fof(normalize_0_13,plain,
    iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l1,skolemFOFtoCNF_BNODE_l2),
    inference(conjunct,[],[normalize_0_7]) ).

fof(normalize_0_14,plain,
    iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l2,uri_rdf_nil),
    inference(conjunct,[],[normalize_0_7]) ).

fof(normalize_0_15,plain,
    ! [C1,C2,S1,S2,Z] :
      ( ~ iext(uri_rdf_first,S1,C1)
      | ~ iext(uri_rdf_first,S2,C2)
      | ~ iext(uri_rdf_rest,S1,S2)
      | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
      | ( ~ iext(uri_owl_unionOf,Z,S1)
      <=> ( ~ ic(C1)
          | ~ ic(C2)
          | ~ ic(Z)
          | ? [X] :
              ( ~ icext(Z,X)
            <=> ( icext(C1,X)
                | icext(C2,X) ) ) ) ) ),
    inference(canonicalize,[],[owl_bool_unionof_class_002]) ).

fof(normalize_0_16,plain,
    ! [C1,C2,S1,S2,Z] :
      ( ~ iext(uri_rdf_first,S1,C1)
      | ~ iext(uri_rdf_first,S2,C2)
      | ~ iext(uri_rdf_rest,S1,S2)
      | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
      | ( ~ iext(uri_owl_unionOf,Z,S1)
      <=> ( ~ ic(C1)
          | ~ ic(C2)
          | ~ ic(Z)
          | ? [X] :
              ( ~ icext(Z,X)
            <=> ( icext(C1,X)
                | icext(C2,X) ) ) ) ) ),
    inference(specialize,[],[normalize_0_15]) ).

fof(normalize_0_17,plain,
    ! [C1,C2,S1,S2,X,Z] :
      ( ( ~ iext(uri_owl_unionOf,Z,S1)
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | ic(C1) )
      & ( ~ iext(uri_owl_unionOf,Z,S1)
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | ic(C2) )
      & ( ~ iext(uri_owl_unionOf,Z,S1)
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | ic(Z) )
      & ( ~ icext(C1,X)
        | ~ iext(uri_owl_unionOf,Z,S1)
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | icext(Z,X) )
      & ( ~ icext(C2,X)
        | ~ iext(uri_owl_unionOf,Z,S1)
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | icext(Z,X) )
      & ( ~ icext(Z,X)
        | ~ iext(uri_owl_unionOf,Z,S1)
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | icext(C1,X)
        | icext(C2,X) )
      & ( ~ ic(C1)
        | ~ ic(C2)
        | ~ ic(Z)
        | ~ icext(C1,skolemFOFtoCNF_X(C1,C2,Z))
        | ~ icext(Z,skolemFOFtoCNF_X(C1,C2,Z))
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | iext(uri_owl_unionOf,Z,S1) )
      & ( ~ ic(C1)
        | ~ ic(C2)
        | ~ ic(Z)
        | ~ icext(C2,skolemFOFtoCNF_X(C1,C2,Z))
        | ~ icext(Z,skolemFOFtoCNF_X(C1,C2,Z))
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | iext(uri_owl_unionOf,Z,S1) )
      & ( ~ ic(C1)
        | ~ ic(C2)
        | ~ ic(Z)
        | ~ iext(uri_rdf_first,S1,C1)
        | ~ iext(uri_rdf_first,S2,C2)
        | ~ iext(uri_rdf_rest,S1,S2)
        | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
        | icext(C1,skolemFOFtoCNF_X(C1,C2,Z))
        | icext(C2,skolemFOFtoCNF_X(C1,C2,Z))
        | icext(Z,skolemFOFtoCNF_X(C1,C2,Z))
        | iext(uri_owl_unionOf,Z,S1) ) ),
    inference(clausify,[],[normalize_0_16]) ).

fof(normalize_0_18,plain,
    ! [C1,C2,S1,S2,X,Z] :
      ( ~ icext(Z,X)
      | ~ iext(uri_owl_unionOf,Z,S1)
      | ~ iext(uri_rdf_first,S1,C1)
      | ~ iext(uri_rdf_first,S2,C2)
      | ~ iext(uri_rdf_rest,S1,S2)
      | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
      | icext(C1,X)
      | icext(C2,X) ),
    inference(conjunct,[],[normalize_0_17]) ).

fof(normalize_0_19,plain,
    iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species),
    inference(conjunct,[],[normalize_0_7]) ).

fof(normalize_0_20,plain,
    iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species),
    inference(conjunct,[],[normalize_0_7]) ).

cnf(refute_0_0,plain,
    ( ~ iext(uri_rdf_type,BNODE_x,uri_ex_Species)
    | ~ iext(uri_rdf_type,uri_ex_harry,BNODE_x) ),
    inference(canonicalize,[],[normalize_0_1]) ).

cnf(refute_0_1,plain,
    ( ~ iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species)
    | ~ iext(uri_rdf_type,uri_ex_harry,uri_ex_Eagle) ),
    inference(subst,[],[refute_0_0:[bind(BNODE_x,$fot(uri_ex_Eagle))]]) ).

cnf(refute_0_2,plain,
    ( ~ icext(C,X)
    | iext(uri_rdf_type,X,C) ),
    inference(canonicalize,[],[normalize_0_5]) ).

cnf(refute_0_3,plain,
    ( ~ icext(uri_ex_Eagle,uri_ex_harry)
    | iext(uri_rdf_type,uri_ex_harry,uri_ex_Eagle) ),
    inference(subst,[],[refute_0_2:[bind(C,$fot(uri_ex_Eagle)),bind(X,$fot(uri_ex_harry))]]) ).

cnf(refute_0_4,plain,
    ( ~ iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species)
    | ~ iext(uri_rdf_type,uri_ex_harry,uri_ex_Falcon) ),
    inference(subst,[],[refute_0_0:[bind(BNODE_x,$fot(uri_ex_Falcon))]]) ).

cnf(refute_0_5,plain,
    ( ~ icext(uri_ex_Falcon,uri_ex_harry)
    | iext(uri_rdf_type,uri_ex_harry,uri_ex_Falcon) ),
    inference(subst,[],[refute_0_2:[bind(C,$fot(uri_ex_Falcon)),bind(X,$fot(uri_ex_harry))]]) ).

cnf(refute_0_6,plain,
    iext(uri_rdf_type,uri_ex_harry,skolemFOFtoCNF_BNODE_u),
    inference(canonicalize,[],[normalize_0_8]) ).

cnf(refute_0_7,plain,
    ( ~ iext(uri_rdf_type,X,C)
    | icext(C,X) ),
    inference(canonicalize,[],[normalize_0_9]) ).

cnf(refute_0_8,plain,
    ( ~ iext(uri_rdf_type,uri_ex_harry,skolemFOFtoCNF_BNODE_u)
    | icext(skolemFOFtoCNF_BNODE_u,uri_ex_harry) ),
    inference(subst,[],[refute_0_7:[bind(C,$fot(skolemFOFtoCNF_BNODE_u)),bind(X,$fot(uri_ex_harry))]]) ).

cnf(refute_0_9,plain,
    icext(skolemFOFtoCNF_BNODE_u,uri_ex_harry),
    inference(resolve,[$cnf( iext(uri_rdf_type,uri_ex_harry,skolemFOFtoCNF_BNODE_u) )],[refute_0_6,refute_0_8]) ).

cnf(refute_0_10,plain,
    iext(uri_owl_unionOf,skolemFOFtoCNF_BNODE_u,skolemFOFtoCNF_BNODE_l1),
    inference(canonicalize,[],[normalize_0_10]) ).

cnf(refute_0_11,plain,
    iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,uri_ex_Eagle),
    inference(canonicalize,[],[normalize_0_11]) ).

cnf(refute_0_12,plain,
    iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,uri_ex_Falcon),
    inference(canonicalize,[],[normalize_0_12]) ).

cnf(refute_0_13,plain,
    iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l1,skolemFOFtoCNF_BNODE_l2),
    inference(canonicalize,[],[normalize_0_13]) ).

cnf(refute_0_14,plain,
    iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l2,uri_rdf_nil),
    inference(canonicalize,[],[normalize_0_14]) ).

cnf(refute_0_15,plain,
    ( ~ icext(Z,X)
    | ~ iext(uri_owl_unionOf,Z,S1)
    | ~ iext(uri_rdf_first,S1,C1)
    | ~ iext(uri_rdf_first,S2,C2)
    | ~ iext(uri_rdf_rest,S1,S2)
    | ~ iext(uri_rdf_rest,S2,uri_rdf_nil)
    | icext(C1,X)
    | icext(C2,X) ),
    inference(canonicalize,[],[normalize_0_18]) ).

cnf(refute_0_16,plain,
    ( ~ icext(X_167,X_166)
    | ~ iext(uri_owl_unionOf,X_167,X_164)
    | ~ iext(uri_rdf_first,X_164,X_162)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,X_163)
    | ~ iext(uri_rdf_rest,X_164,skolemFOFtoCNF_BNODE_l2)
    | ~ iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l2,uri_rdf_nil)
    | icext(X_162,X_166)
    | icext(X_163,X_166) ),
    inference(subst,[],[refute_0_15:[bind(C1,$fot(X_162)),bind(C2,$fot(X_163)),bind(S1,$fot(X_164)),bind(S2,$fot(skolemFOFtoCNF_BNODE_l2)),bind(X,$fot(X_166)),bind(Z,$fot(X_167))]]) ).

cnf(refute_0_17,plain,
    ( ~ icext(X_167,X_166)
    | ~ iext(uri_owl_unionOf,X_167,X_164)
    | ~ iext(uri_rdf_first,X_164,X_162)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,X_163)
    | ~ iext(uri_rdf_rest,X_164,skolemFOFtoCNF_BNODE_l2)
    | icext(X_162,X_166)
    | icext(X_163,X_166) ),
    inference(resolve,[$cnf( iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l2,uri_rdf_nil) )],[refute_0_14,refute_0_16]) ).

cnf(refute_0_18,plain,
    ( ~ icext(X_172,X_171)
    | ~ iext(uri_owl_unionOf,X_172,skolemFOFtoCNF_BNODE_l1)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,X_168)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,X_169)
    | ~ iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l1,skolemFOFtoCNF_BNODE_l2)
    | icext(X_168,X_171)
    | icext(X_169,X_171) ),
    inference(subst,[],[refute_0_17:[bind(X_162,$fot(X_168)),bind(X_163,$fot(X_169)),bind(X_164,$fot(skolemFOFtoCNF_BNODE_l1)),bind(X_166,$fot(X_171)),bind(X_167,$fot(X_172))]]) ).

cnf(refute_0_19,plain,
    ( ~ icext(X_172,X_171)
    | ~ iext(uri_owl_unionOf,X_172,skolemFOFtoCNF_BNODE_l1)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,X_168)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,X_169)
    | icext(X_168,X_171)
    | icext(X_169,X_171) ),
    inference(resolve,[$cnf( iext(uri_rdf_rest,skolemFOFtoCNF_BNODE_l1,skolemFOFtoCNF_BNODE_l2) )],[refute_0_13,refute_0_18]) ).

cnf(refute_0_20,plain,
    ( ~ icext(X_176,X_175)
    | ~ iext(uri_owl_unionOf,X_176,skolemFOFtoCNF_BNODE_l1)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,X_173)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,uri_ex_Falcon)
    | icext(X_173,X_175)
    | icext(uri_ex_Falcon,X_175) ),
    inference(subst,[],[refute_0_19:[bind(X_168,$fot(X_173)),bind(X_169,$fot(uri_ex_Falcon)),bind(X_171,$fot(X_175)),bind(X_172,$fot(X_176))]]) ).

cnf(refute_0_21,plain,
    ( ~ icext(X_176,X_175)
    | ~ iext(uri_owl_unionOf,X_176,skolemFOFtoCNF_BNODE_l1)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,X_173)
    | icext(X_173,X_175)
    | icext(uri_ex_Falcon,X_175) ),
    inference(resolve,[$cnf( iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l2,uri_ex_Falcon) )],[refute_0_12,refute_0_20]) ).

cnf(refute_0_22,plain,
    ( ~ icext(X_179,X_178)
    | ~ iext(uri_owl_unionOf,X_179,skolemFOFtoCNF_BNODE_l1)
    | ~ iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,uri_ex_Eagle)
    | icext(uri_ex_Eagle,X_178)
    | icext(uri_ex_Falcon,X_178) ),
    inference(subst,[],[refute_0_21:[bind(X_173,$fot(uri_ex_Eagle)),bind(X_175,$fot(X_178)),bind(X_176,$fot(X_179))]]) ).

cnf(refute_0_23,plain,
    ( ~ icext(X_179,X_178)
    | ~ iext(uri_owl_unionOf,X_179,skolemFOFtoCNF_BNODE_l1)
    | icext(uri_ex_Eagle,X_178)
    | icext(uri_ex_Falcon,X_178) ),
    inference(resolve,[$cnf( iext(uri_rdf_first,skolemFOFtoCNF_BNODE_l1,uri_ex_Eagle) )],[refute_0_11,refute_0_22]) ).

cnf(refute_0_24,plain,
    ( ~ icext(skolemFOFtoCNF_BNODE_u,X_180)
    | ~ iext(uri_owl_unionOf,skolemFOFtoCNF_BNODE_u,skolemFOFtoCNF_BNODE_l1)
    | icext(uri_ex_Eagle,X_180)
    | icext(uri_ex_Falcon,X_180) ),
    inference(subst,[],[refute_0_23:[bind(X_178,$fot(X_180)),bind(X_179,$fot(skolemFOFtoCNF_BNODE_u))]]) ).

cnf(refute_0_25,plain,
    ( ~ icext(skolemFOFtoCNF_BNODE_u,X_180)
    | icext(uri_ex_Eagle,X_180)
    | icext(uri_ex_Falcon,X_180) ),
    inference(resolve,[$cnf( iext(uri_owl_unionOf,skolemFOFtoCNF_BNODE_u,skolemFOFtoCNF_BNODE_l1) )],[refute_0_10,refute_0_24]) ).

cnf(refute_0_26,plain,
    ( ~ icext(skolemFOFtoCNF_BNODE_u,uri_ex_harry)
    | icext(uri_ex_Eagle,uri_ex_harry)
    | icext(uri_ex_Falcon,uri_ex_harry) ),
    inference(subst,[],[refute_0_25:[bind(X_180,$fot(uri_ex_harry))]]) ).

cnf(refute_0_27,plain,
    ( icext(uri_ex_Eagle,uri_ex_harry)
    | icext(uri_ex_Falcon,uri_ex_harry) ),
    inference(resolve,[$cnf( icext(skolemFOFtoCNF_BNODE_u,uri_ex_harry) )],[refute_0_9,refute_0_26]) ).

cnf(refute_0_28,plain,
    ( icext(uri_ex_Eagle,uri_ex_harry)
    | iext(uri_rdf_type,uri_ex_harry,uri_ex_Falcon) ),
    inference(resolve,[$cnf( icext(uri_ex_Falcon,uri_ex_harry) )],[refute_0_27,refute_0_5]) ).

cnf(refute_0_29,plain,
    ( ~ iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species)
    | icext(uri_ex_Eagle,uri_ex_harry) ),
    inference(resolve,[$cnf( iext(uri_rdf_type,uri_ex_harry,uri_ex_Falcon) )],[refute_0_28,refute_0_4]) ).

cnf(refute_0_30,plain,
    iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species),
    inference(canonicalize,[],[normalize_0_19]) ).

cnf(refute_0_31,plain,
    icext(uri_ex_Eagle,uri_ex_harry),
    inference(resolve,[$cnf( iext(uri_rdf_type,uri_ex_Falcon,uri_ex_Species) )],[refute_0_30,refute_0_29]) ).

cnf(refute_0_32,plain,
    iext(uri_rdf_type,uri_ex_harry,uri_ex_Eagle),
    inference(resolve,[$cnf( icext(uri_ex_Eagle,uri_ex_harry) )],[refute_0_31,refute_0_3]) ).

cnf(refute_0_33,plain,
    ~ iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species),
    inference(resolve,[$cnf( iext(uri_rdf_type,uri_ex_harry,uri_ex_Eagle) )],[refute_0_32,refute_0_1]) ).

cnf(refute_0_34,plain,
    iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species),
    inference(canonicalize,[],[normalize_0_20]) ).

cnf(refute_0_35,plain,
    $false,
    inference(resolve,[$cnf( iext(uri_rdf_type,uri_ex_Eagle,uri_ex_Species) )],[refute_0_34,refute_0_33]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SWB014+2 : TPTP v8.1.0. Released v5.2.0.
% 0.07/0.13  % Command  : metis --show proof --show saturation %s
% 0.13/0.34  % Computer : n027.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 08:53:18 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0.13/0.40  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.40  
% 0.13/0.40  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 0.20/0.40  
%------------------------------------------------------------------------------