TSTP Solution File: SWB080+1 by ET---2.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : ET---2.0
% Problem  : SWB080+1 : TPTP v8.1.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_ET %s %d

% 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:02:14 EDT 2022

% Result   : Theorem 0.66s 69.84s
% Output   : CNFRefutation 0.66s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   57 (  17 unt;   0 def)
%            Number of atoms       :  243 (  12 equ)
%            Maximal formula atoms :   26 (   4 avg)
%            Number of connectives :  280 (  94   ~; 105   |;  68   &)
%                                         (   5 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   30 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :   27 (  27 usr;  20 con; 0-3 aty)
%            Number of variables   :  112 (  12 sgn  55   !;   9   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(simple_iext_property,axiom,
    ! [X1,X2,X3] :
      ( iext(X2,X1,X3)
     => ip(X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',simple_iext_property) ).

fof(premise_rdfbased_sem_rdfsext_subprop_ext,axiom,
    ? [X42,X43,X38,X44,X37,X45,X46,X47,X48] :
      ( iext(uri_rdfs_domain,uri_ex_p1,X48)
      & iext(uri_rdfs_range,uri_ex_p1,X37)
      & iext(uri_rdf_first,X38,uri_ex_u)
      & iext(uri_rdf_rest,X38,uri_rdf_nil)
      & iext(uri_rdf_first,X46,uri_ex_w)
      & iext(uri_rdf_rest,X46,uri_rdf_nil)
      & iext(uri_rdf_first,X43,uri_ex_w)
      & iext(uri_rdf_rest,X43,uri_rdf_nil)
      & iext(uri_rdfs_domain,uri_ex_p2,X44)
      & iext(uri_rdfs_range,uri_ex_p2,X45)
      & iext(uri_owl_oneOf,X37,X38)
      & iext(uri_rdf_first,X47,uri_ex_u)
      & iext(uri_rdf_rest,X47,X42)
      & iext(uri_owl_oneOf,X48,X46)
      & iext(uri_owl_oneOf,X45,X47)
      & iext(uri_owl_oneOf,X44,X43)
      & iext(uri_rdf_first,X42,uri_ex_w)
      & iext(uri_rdf_rest,X42,uri_rdf_nil)
      & iext(uri_ex_p1,uri_ex_w,uri_ex_u)
      & iext(uri_ex_p2,uri_ex_w,uri_ex_u)
      & iext(uri_ex_p2,uri_ex_w,uri_ex_w) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',premise_rdfbased_sem_rdfsext_subprop_ext) ).

fof(rdfs_subpropertyof_main,axiom,
    ! [X2,X9] :
      ( iext(uri_rdfs_subPropertyOf,X2,X9)
     => ( ip(X2)
        & ip(X9)
        & ! [X4,X7] :
            ( iext(X2,X4,X7)
           => iext(X9,X4,X7) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',rdfs_subpropertyof_main) ).

fof(owl_rdfsext_subpropertyof,axiom,
    ! [X33,X34] :
      ( iext(uri_rdfs_subPropertyOf,X33,X34)
    <=> ( ip(X33)
        & ip(X34)
        & ! [X4,X7] :
            ( iext(X33,X4,X7)
           => iext(X34,X4,X7) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',owl_rdfsext_subpropertyof) ).

fof(rdfs_subpropertyof_reflex,axiom,
    ! [X2] :
      ( ip(X2)
     => iext(uri_rdfs_subPropertyOf,X2,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',rdfs_subpropertyof_reflex) ).

fof(owl_enum_class_001,axiom,
    ! [X11,X12,X21] :
      ( ( iext(uri_rdf_first,X12,X21)
        & iext(uri_rdf_rest,X12,uri_rdf_nil) )
     => ( iext(uri_owl_oneOf,X11,X12)
      <=> ( ic(X11)
          & ! [X4] :
              ( icext(X11,X4)
            <=> X4 = X21 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',owl_enum_class_001) ).

fof(owl_rdfsext_domain,axiom,
    ! [X2,X5] :
      ( iext(uri_rdfs_domain,X2,X5)
    <=> ( ip(X2)
        & ic(X5)
        & ! [X4,X7] :
            ( iext(X2,X4,X7)
           => icext(X5,X4) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',owl_rdfsext_domain) ).

fof(owl_rdfsext_range,axiom,
    ! [X2,X5] :
      ( iext(uri_rdfs_range,X2,X5)
    <=> ( ip(X2)
        & ip(X5)
        & ! [X4,X7] :
            ( iext(X2,X4,X7)
           => icext(X5,X7) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWB001+0.ax',owl_rdfsext_range) ).

fof(conclusion_rdfbased_sem_rdfsext_subprop_ext,conjecture,
    iext(uri_rdfs_subPropertyOf,uri_ex_p1,uri_ex_p2),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',conclusion_rdfbased_sem_rdfsext_subprop_ext) ).

fof(c_0_9,plain,
    ! [X4,X5,X6] :
      ( ~ iext(X5,X4,X6)
      | ip(X5) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[simple_iext_property])])])]) ).

fof(c_0_10,plain,
    ( iext(uri_rdfs_domain,uri_ex_p1,esk9_0)
    & iext(uri_rdfs_range,uri_ex_p1,esk5_0)
    & iext(uri_rdf_first,esk3_0,uri_ex_u)
    & iext(uri_rdf_rest,esk3_0,uri_rdf_nil)
    & iext(uri_rdf_first,esk7_0,uri_ex_w)
    & iext(uri_rdf_rest,esk7_0,uri_rdf_nil)
    & iext(uri_rdf_first,esk2_0,uri_ex_w)
    & iext(uri_rdf_rest,esk2_0,uri_rdf_nil)
    & iext(uri_rdfs_domain,uri_ex_p2,esk4_0)
    & iext(uri_rdfs_range,uri_ex_p2,esk6_0)
    & iext(uri_owl_oneOf,esk5_0,esk3_0)
    & iext(uri_rdf_first,esk8_0,uri_ex_u)
    & iext(uri_rdf_rest,esk8_0,esk1_0)
    & iext(uri_owl_oneOf,esk9_0,esk7_0)
    & iext(uri_owl_oneOf,esk6_0,esk8_0)
    & iext(uri_owl_oneOf,esk4_0,esk2_0)
    & iext(uri_rdf_first,esk1_0,uri_ex_w)
    & iext(uri_rdf_rest,esk1_0,uri_rdf_nil)
    & iext(uri_ex_p1,uri_ex_w,uri_ex_u)
    & iext(uri_ex_p2,uri_ex_w,uri_ex_u)
    & iext(uri_ex_p2,uri_ex_w,uri_ex_w) ),
    inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[premise_rdfbased_sem_rdfsext_subprop_ext])])]) ).

fof(c_0_11,plain,
    ! [X10,X11,X12,X13] :
      ( ( ip(X10)
        | ~ iext(uri_rdfs_subPropertyOf,X10,X11) )
      & ( ip(X11)
        | ~ iext(uri_rdfs_subPropertyOf,X10,X11) )
      & ( ~ iext(X10,X12,X13)
        | iext(X11,X12,X13)
        | ~ iext(uri_rdfs_subPropertyOf,X10,X11) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[rdfs_subpropertyof_main])])])])])]) ).

fof(c_0_12,plain,
    ! [X35,X36,X37,X38,X35,X36] :
      ( ( ip(X35)
        | ~ iext(uri_rdfs_subPropertyOf,X35,X36) )
      & ( ip(X36)
        | ~ iext(uri_rdfs_subPropertyOf,X35,X36) )
      & ( ~ iext(X35,X37,X38)
        | iext(X36,X37,X38)
        | ~ iext(uri_rdfs_subPropertyOf,X35,X36) )
      & ( iext(X35,esk10_2(X35,X36),esk11_2(X35,X36))
        | ~ ip(X35)
        | ~ ip(X36)
        | iext(uri_rdfs_subPropertyOf,X35,X36) )
      & ( ~ iext(X36,esk10_2(X35,X36),esk11_2(X35,X36))
        | ~ ip(X35)
        | ~ ip(X36)
        | iext(uri_rdfs_subPropertyOf,X35,X36) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[owl_rdfsext_subpropertyof])])])])])])]) ).

fof(c_0_13,plain,
    ! [X3] :
      ( ~ ip(X3)
      | iext(uri_rdfs_subPropertyOf,X3,X3) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[rdfs_subpropertyof_reflex])]) ).

cnf(c_0_14,plain,
    ( ip(X1)
    | ~ iext(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_15,plain,
    iext(uri_ex_p1,uri_ex_w,uri_ex_u),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_16,plain,
    ( iext(X2,X3,X4)
    | ~ iext(uri_rdfs_subPropertyOf,X1,X2)
    | ~ iext(X1,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_17,plain,
    ( iext(uri_rdfs_subPropertyOf,X1,X2)
    | iext(X1,esk10_2(X1,X2),esk11_2(X1,X2))
    | ~ ip(X2)
    | ~ ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_12]) ).

cnf(c_0_18,plain,
    ( ip(X1)
    | ~ iext(uri_rdfs_subPropertyOf,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_19,plain,
    ( iext(uri_rdfs_subPropertyOf,X1,X1)
    | ~ ip(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

cnf(c_0_20,plain,
    ip(uri_ex_p1),
    inference(pm,[status(thm)],[c_0_14,c_0_15]) ).

fof(c_0_21,plain,
    ! [X22,X23,X24,X25,X25] :
      ( ( ic(X22)
        | ~ iext(uri_owl_oneOf,X22,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X22,X25)
        | X25 = X24
        | ~ iext(uri_owl_oneOf,X22,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( X25 != X24
        | icext(X22,X25)
        | ~ iext(uri_owl_oneOf,X22,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X22,esk19_3(X22,X23,X24))
        | esk19_3(X22,X23,X24) != X24
        | ~ ic(X22)
        | iext(uri_owl_oneOf,X22,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( icext(X22,esk19_3(X22,X23,X24))
        | esk19_3(X22,X23,X24) = X24
        | ~ ic(X22)
        | iext(uri_owl_oneOf,X22,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[owl_enum_class_001])])])])])])]) ).

fof(c_0_22,plain,
    ! [X8,X9,X10,X11,X8,X9] :
      ( ( ip(X8)
        | ~ iext(uri_rdfs_domain,X8,X9) )
      & ( ic(X9)
        | ~ iext(uri_rdfs_domain,X8,X9) )
      & ( ~ iext(X8,X10,X11)
        | icext(X9,X10)
        | ~ iext(uri_rdfs_domain,X8,X9) )
      & ( iext(X8,esk12_2(X8,X9),esk13_2(X8,X9))
        | ~ ip(X8)
        | ~ ic(X9)
        | iext(uri_rdfs_domain,X8,X9) )
      & ( ~ icext(X9,esk12_2(X8,X9))
        | ~ ip(X8)
        | ~ ic(X9)
        | iext(uri_rdfs_domain,X8,X9) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[owl_rdfsext_domain])])])])])])]) ).

cnf(c_0_23,plain,
    ( iext(X1,esk10_2(X2,X3),esk11_2(X2,X3))
    | iext(uri_rdfs_subPropertyOf,X2,X3)
    | ~ ip(X3)
    | ~ iext(uri_rdfs_subPropertyOf,X2,X1) ),
    inference(csr,[status(thm)],[inference(pm,[status(thm)],[c_0_16,c_0_17]),c_0_18]) ).

cnf(c_0_24,plain,
    iext(uri_rdfs_subPropertyOf,uri_ex_p1,uri_ex_p1),
    inference(pm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_25,plain,
    ( X4 = X2
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_owl_oneOf,X3,X1)
    | ~ icext(X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_26,plain,
    iext(uri_rdf_first,esk7_0,uri_ex_w),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_27,plain,
    iext(uri_rdf_rest,esk7_0,uri_rdf_nil),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_28,plain,
    ( icext(X2,X3)
    | ~ iext(uri_rdfs_domain,X1,X2)
    | ~ iext(X1,X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_29,plain,
    ( iext(uri_ex_p1,esk10_2(uri_ex_p1,X1),esk11_2(uri_ex_p1,X1))
    | iext(uri_rdfs_subPropertyOf,uri_ex_p1,X1)
    | ~ ip(X1) ),
    inference(pm,[status(thm)],[c_0_23,c_0_24]) ).

fof(c_0_30,plain,
    ! [X8,X9,X10,X11,X8,X9] :
      ( ( ip(X8)
        | ~ iext(uri_rdfs_range,X8,X9) )
      & ( ip(X9)
        | ~ iext(uri_rdfs_range,X8,X9) )
      & ( ~ iext(X8,X10,X11)
        | icext(X9,X11)
        | ~ iext(uri_rdfs_range,X8,X9) )
      & ( iext(X8,esk14_2(X8,X9),esk15_2(X8,X9))
        | ~ ip(X8)
        | ~ ip(X9)
        | iext(uri_rdfs_range,X8,X9) )
      & ( ~ icext(X9,esk15_2(X8,X9))
        | ~ ip(X8)
        | ~ ip(X9)
        | iext(uri_rdfs_range,X8,X9) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[owl_rdfsext_range])])])])])])]) ).

cnf(c_0_31,plain,
    ( uri_ex_w = X1
    | ~ icext(X2,X1)
    | ~ iext(uri_owl_oneOf,X2,esk7_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_25,c_0_26]),c_0_27])]) ).

cnf(c_0_32,plain,
    iext(uri_owl_oneOf,esk9_0,esk7_0),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_33,plain,
    ( icext(X1,esk10_2(uri_ex_p1,X2))
    | iext(uri_rdfs_subPropertyOf,uri_ex_p1,X2)
    | ~ ip(X2)
    | ~ iext(uri_rdfs_domain,uri_ex_p1,X1) ),
    inference(pm,[status(thm)],[c_0_28,c_0_29]) ).

cnf(c_0_34,plain,
    iext(uri_rdfs_domain,uri_ex_p1,esk9_0),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_35,plain,
    iext(uri_rdf_first,esk3_0,uri_ex_u),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_36,plain,
    iext(uri_rdf_rest,esk3_0,uri_rdf_nil),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_37,plain,
    ( icext(X2,X3)
    | ~ iext(uri_rdfs_range,X1,X2)
    | ~ iext(X1,X4,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_38,plain,
    ( iext(uri_rdfs_subPropertyOf,X1,X2)
    | ~ ip(X2)
    | ~ ip(X1)
    | ~ iext(X2,esk10_2(X1,X2),esk11_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_12]) ).

cnf(c_0_39,plain,
    ( uri_ex_w = X1
    | ~ icext(esk9_0,X1) ),
    inference(pm,[status(thm)],[c_0_31,c_0_32]) ).

cnf(c_0_40,plain,
    ( icext(esk9_0,esk10_2(uri_ex_p1,X1))
    | iext(uri_rdfs_subPropertyOf,uri_ex_p1,X1)
    | ~ ip(X1) ),
    inference(pm,[status(thm)],[c_0_33,c_0_34]) ).

cnf(c_0_41,plain,
    ( uri_ex_u = X1
    | ~ icext(X2,X1)
    | ~ iext(uri_owl_oneOf,X2,esk3_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_25,c_0_35]),c_0_36])]) ).

cnf(c_0_42,plain,
    iext(uri_owl_oneOf,esk5_0,esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_43,plain,
    ( icext(X1,esk11_2(uri_ex_p1,X2))
    | iext(uri_rdfs_subPropertyOf,uri_ex_p1,X2)
    | ~ ip(X2)
    | ~ iext(uri_rdfs_range,uri_ex_p1,X1) ),
    inference(pm,[status(thm)],[c_0_37,c_0_29]) ).

cnf(c_0_44,plain,
    iext(uri_rdfs_range,uri_ex_p1,esk5_0),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_45,plain,
    ( iext(uri_rdfs_subPropertyOf,X1,X2)
    | ~ ip(X1)
    | ~ iext(X2,esk10_2(X1,X2),esk11_2(X1,X2)) ),
    inference(csr,[status(thm)],[c_0_38,c_0_14]) ).

cnf(c_0_46,plain,
    ( esk10_2(uri_ex_p1,X1) = uri_ex_w
    | iext(uri_rdfs_subPropertyOf,uri_ex_p1,X1)
    | ~ ip(X1) ),
    inference(pm,[status(thm)],[c_0_39,c_0_40]) ).

cnf(c_0_47,plain,
    ( uri_ex_u = X1
    | ~ icext(esk5_0,X1) ),
    inference(pm,[status(thm)],[c_0_41,c_0_42]) ).

cnf(c_0_48,plain,
    ( icext(esk5_0,esk11_2(uri_ex_p1,X1))
    | iext(uri_rdfs_subPropertyOf,uri_ex_p1,X1)
    | ~ ip(X1) ),
    inference(pm,[status(thm)],[c_0_43,c_0_44]) ).

fof(c_0_49,negated_conjecture,
    ~ iext(uri_rdfs_subPropertyOf,uri_ex_p1,uri_ex_p2),
    inference(assume_negation,[status(cth)],[conclusion_rdfbased_sem_rdfsext_subprop_ext]) ).

cnf(c_0_50,plain,
    ( iext(uri_rdfs_subPropertyOf,uri_ex_p1,X1)
    | ~ iext(X1,uri_ex_w,esk11_2(uri_ex_p1,X1)) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_45,c_0_46]),c_0_20])]),c_0_14]) ).

cnf(c_0_51,plain,
    ( esk11_2(uri_ex_p1,X1) = uri_ex_u
    | iext(uri_rdfs_subPropertyOf,uri_ex_p1,X1)
    | ~ ip(X1) ),
    inference(pm,[status(thm)],[c_0_47,c_0_48]) ).

fof(c_0_52,negated_conjecture,
    ~ iext(uri_rdfs_subPropertyOf,uri_ex_p1,uri_ex_p2),
    inference(fof_simplification,[status(thm)],[c_0_49]) ).

cnf(c_0_53,plain,
    ( iext(uri_rdfs_subPropertyOf,uri_ex_p1,X1)
    | ~ iext(X1,uri_ex_w,uri_ex_u) ),
    inference(csr,[status(thm)],[inference(pm,[status(thm)],[c_0_50,c_0_51]),c_0_14]) ).

cnf(c_0_54,plain,
    iext(uri_ex_p2,uri_ex_w,uri_ex_u),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_55,negated_conjecture,
    ~ iext(uri_rdfs_subPropertyOf,uri_ex_p1,uri_ex_p2),
    inference(split_conjunct,[status(thm)],[c_0_52]) ).

cnf(c_0_56,plain,
    $false,
    inference(sr,[status(thm)],[inference(pm,[status(thm)],[c_0_53,c_0_54]),c_0_55]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SWB080+1 : TPTP v8.1.0. Released v5.2.0.
% 0.03/0.12  % Command  : run_ET %s %d
% 0.12/0.33  % Computer : n027.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Wed Jun  1 09:16:03 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.38/23.43  eprover: CPU time limit exceeded, terminating
% 0.38/23.44  eprover: CPU time limit exceeded, terminating
% 0.38/23.49  eprover: CPU time limit exceeded, terminating
% 0.38/23.50  eprover: CPU time limit exceeded, terminating
% 0.52/46.50  eprover: CPU time limit exceeded, terminating
% 0.52/46.51  eprover: CPU time limit exceeded, terminating
% 0.52/46.51  eprover: CPU time limit exceeded, terminating
% 0.52/46.56  eprover: CPU time limit exceeded, terminating
% 0.66/69.54  eprover: CPU time limit exceeded, terminating
% 0.66/69.55  eprover: CPU time limit exceeded, terminating
% 0.66/69.56  eprover: CPU time limit exceeded, terminating
% 0.66/69.63  eprover: CPU time limit exceeded, terminating
% 0.66/69.84  # Running protocol protocol_eprover_4a02c828a8cc55752123edbcc1ad40e453c11447 for 23 seconds:
% 0.66/69.84  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,04,100,1.0)
% 0.66/69.84  # Preprocessing time       : 0.028 s
% 0.66/69.84  
% 0.66/69.84  # Failure: Out of unprocessed clauses!
% 0.66/69.84  # OLD status GaveUp
% 0.66/69.84  # Parsed axioms                        : 560
% 0.66/69.84  # Removed by relevancy pruning/SinE    : 523
% 0.66/69.84  # Initial clauses                      : 59
% 0.66/69.84  # Removed in clause preprocessing      : 12
% 0.66/69.84  # Initial clauses in saturation        : 47
% 0.66/69.84  # Processed clauses                    : 549
% 0.66/69.84  # ...of these trivial                  : 22
% 0.66/69.84  # ...subsumed                          : 270
% 0.66/69.84  # ...remaining for further processing  : 257
% 0.66/69.84  # Other redundant clauses eliminated   : 0
% 0.66/69.84  # Clauses deleted for lack of memory   : 0
% 0.66/69.84  # Backward-subsumed                    : 0
% 0.66/69.84  # Backward-rewritten                   : 0
% 0.66/69.84  # Generated clauses                    : 905
% 0.66/69.84  # ...of the previous two non-trivial   : 502
% 0.66/69.84  # Contextual simplify-reflections      : 77
% 0.66/69.84  # Paramodulations                      : 905
% 0.66/69.84  # Factorizations                       : 0
% 0.66/69.84  # Equation resolutions                 : 0
% 0.66/69.84  # Current number of processed clauses  : 257
% 0.66/69.84  #    Positive orientable unit clauses  : 57
% 0.66/69.84  #    Positive unorientable unit clauses: 0
% 0.66/69.84  #    Negative unit clauses             : 1
% 0.66/69.84  #    Non-unit-clauses                  : 199
% 0.66/69.84  # Current number of unprocessed clauses: 0
% 0.66/69.84  # ...number of literals in the above   : 0
% 0.66/69.84  # Current number of archived formulas  : 0
% 0.66/69.84  # Current number of archived clauses   : 1
% 0.66/69.84  # Clause-clause subsumption calls (NU) : 8452
% 0.66/69.84  # Rec. Clause-clause subsumption calls : 3719
% 0.66/69.84  # Non-unit clause-clause subsumptions  : 347
% 0.66/69.84  # Unit Clause-clause subsumption calls : 13
% 0.66/69.84  # Rewrite failures with RHS unbound    : 0
% 0.66/69.84  # BW rewrite match attempts            : 9
% 0.66/69.84  # BW rewrite match successes           : 0
% 0.66/69.84  # Condensation attempts                : 0
% 0.66/69.84  # Condensation successes               : 0
% 0.66/69.84  # Termbank termtop insertions          : 21426
% 0.66/69.84  
% 0.66/69.84  # -------------------------------------------------
% 0.66/69.84  # User time                : 0.056 s
% 0.66/69.84  # System time              : 0.005 s
% 0.66/69.84  # Total time               : 0.061 s
% 0.66/69.84  # Maximum resident set size: 4520 pages
% 0.66/69.84  # Running protocol protocol_eprover_f171197f65f27d1ba69648a20c844832c84a5dd7 for 23 seconds:
% 0.66/69.84  
% 0.66/69.84  # Failure: Resource limit exceeded (time)
% 0.66/69.84  # OLD status Res
% 0.66/69.84  # Preprocessing time       : 0.079 s
% 0.66/69.84  # Running protocol protocol_eprover_eb48853eb71ccd2a6fdade56c25b63f5692e1a0c for 23 seconds:
% 0.66/69.84  
% 0.66/69.84  # Failure: Resource limit exceeded (time)
% 0.66/69.84  # OLD status Res
% 0.66/69.84  # Preprocessing time       : 0.045 s
% 0.66/69.84  # Running protocol protocol_eprover_761a0d093d9701c0eed884aebb46468e8d439c31 for 23 seconds:
% 0.66/69.84  # SinE strategy is GSinE(CountFormulas,hypos,1.2,,,100,1.0)
% 0.66/69.84  # Preprocessing time       : 0.015 s
% 0.66/69.84  
% 0.66/69.84  # Failure: Out of unprocessed clauses!
% 0.66/69.84  # OLD status GaveUp
% 0.66/69.84  # Parsed axioms                        : 560
% 0.66/69.84  # Removed by relevancy pruning/SinE    : 523
% 0.66/69.84  # Initial clauses                      : 59
% 0.66/69.84  # Removed in clause preprocessing      : 12
% 0.66/69.84  # Initial clauses in saturation        : 47
% 0.66/69.84  # Processed clauses                    : 545
% 0.66/69.84  # ...of these trivial                  : 18
% 0.66/69.84  # ...subsumed                          : 270
% 0.66/69.84  # ...remaining for further processing  : 257
% 0.66/69.84  # Other redundant clauses eliminated   : 0
% 0.66/69.84  # Clauses deleted for lack of memory   : 0
% 0.66/69.84  # Backward-subsumed                    : 0
% 0.66/69.84  # Backward-rewritten                   : 0
% 0.66/69.84  # Generated clauses                    : 905
% 0.66/69.84  # ...of the previous two non-trivial   : 498
% 0.66/69.84  # Contextual simplify-reflections      : 77
% 0.66/69.84  # Paramodulations                      : 905
% 0.66/69.84  # Factorizations                       : 0
% 0.66/69.84  # Equation resolutions                 : 0
% 0.66/69.84  # Current number of processed clauses  : 257
% 0.66/69.84  #    Positive orientable unit clauses  : 57
% 0.66/69.84  #    Positive unorientable unit clauses: 0
% 0.66/69.84  #    Negative unit clauses             : 1
% 0.66/69.84  #    Non-unit-clauses                  : 199
% 0.66/69.84  # Current number of unprocessed clauses: 0
% 0.66/69.84  # ...number of literals in the above   : 0
% 0.66/69.84  # Current number of archived formulas  : 0
% 0.66/69.84  # Current number of archived clauses   : 1
% 0.66/69.84  # Clause-clause subsumption calls (NU) : 8351
% 0.66/69.84  # Rec. Clause-clause subsumption calls : 3702
% 0.66/69.84  # Non-unit clause-clause subsumptions  : 347
% 0.66/69.84  # Unit Clause-clause subsumption calls : 113
% 0.66/69.84  # Rewrite failures with RHS unbound    : 0
% 0.66/69.84  # BW rewrite match attempts            : 17
% 0.66/69.84  # BW rewrite match successes           : 0
% 0.66/69.84  # Condensation attempts                : 0
% 0.66/69.84  # Condensation successes               : 0
% 0.66/69.84  # Termbank termtop insertions          : 21426
% 0.66/69.84  
% 0.66/69.84  # -------------------------------------------------
% 0.66/69.84  # User time                : 0.027 s
% 0.66/69.84  # System time              : 0.004 s
% 0.66/69.84  # Total time               : 0.031 s
% 0.66/69.84  # Maximum resident set size: 4524 pages
% 0.66/69.84  # Running protocol protocol_eprover_bb5e3cecdbc7660bd3a6f864cadb7769d8aea26a for 23 seconds:
% 0.66/69.84  
% 0.66/69.84  # Failure: Resource limit exceeded (time)
% 0.66/69.84  # OLD status Res
% 0.66/69.84  # SinE strategy is GSinE(CountFormulas,hypos,1.1,,,500,1.0)
% 0.66/69.84  # Preprocessing time       : 0.015 s
% 0.66/69.84  # Running protocol protocol_eprover_e252f7803940d118fa0ef69fc2319cb55aee23b9 for 23 seconds:
% 0.66/69.84  # SinE strategy is GSinE(CountFormulas,,1.4,,03,100,1.0)
% 0.66/69.84  # Preprocessing time       : 0.015 s
% 0.66/69.84  
% 0.66/69.84  # Failure: Out of unprocessed clauses!
% 0.66/69.84  # OLD status GaveUp
% 0.66/69.84  # Parsed axioms                        : 560
% 0.66/69.84  # Removed by relevancy pruning/SinE    : 531
% 0.66/69.84  # Initial clauses                      : 50
% 0.66/69.84  # Removed in clause preprocessing      : 0
% 0.66/69.84  # Initial clauses in saturation        : 50
% 0.66/69.84  # Processed clauses                    : 680
% 0.66/69.84  # ...of these trivial                  : 15
% 0.66/69.84  # ...subsumed                          : 325
% 0.66/69.84  # ...remaining for further processing  : 340
% 0.66/69.84  # Other redundant clauses eliminated   : 0
% 0.66/69.84  # Clauses deleted for lack of memory   : 0
% 0.66/69.84  # Backward-subsumed                    : 14
% 0.66/69.84  # Backward-rewritten                   : 0
% 0.66/69.84  # Generated clauses                    : 981
% 0.66/69.84  # ...of the previous two non-trivial   : 630
% 0.66/69.84  # Contextual simplify-reflections      : 0
% 0.66/69.84  # Paramodulations                      : 981
% 0.66/69.84  # Factorizations                       : 0
% 0.66/69.84  # Equation resolutions                 : 0
% 0.66/69.84  # Current number of processed clauses  : 326
% 0.66/69.84  #    Positive orientable unit clauses  : 62
% 0.66/69.84  #    Positive unorientable unit clauses: 0
% 0.66/69.84  #    Negative unit clauses             : 1
% 0.66/69.84  #    Non-unit-clauses                  : 263
% 0.66/69.84  # Current number of unprocessed clauses: 0
% 0.66/69.84  # ...number of literals in the above   : 0
% 0.66/69.84  # Current number of archived formulas  : 0
% 0.66/69.84  # Current number of archived clauses   : 14
% 0.66/69.84  # Clause-clause subsumption calls (NU) : 3667
% 0.66/69.84  # Rec. Clause-clause subsumption calls : 1289
% 0.66/69.84  # Non-unit clause-clause subsumptions  : 339
% 0.66/69.84  # Unit Clause-clause subsumption calls : 280
% 0.66/69.84  # Rewrite failures with RHS unbound    : 0
% 0.66/69.84  # BW rewrite match attempts            : 21
% 0.66/69.84  # BW rewrite match successes           : 0
% 0.66/69.84  # Condensation attempts                : 0
% 0.66/69.84  # Condensation successes               : 0
% 0.66/69.84  # Termbank termtop insertions          : 25275
% 0.66/69.84  
% 0.66/69.84  # -------------------------------------------------
% 0.66/69.84  # User time                : 0.027 s
% 0.66/69.84  # System time              : 0.003 s
% 0.66/69.84  # Total time               : 0.030 s
% 0.66/69.84  # Maximum resident set size: 5032 pages
% 0.66/69.84  # Running protocol protocol_eprover_b1d72019af42f5b571a6c0b233a5b6d1de064075 for 23 seconds:
% 0.66/69.84  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,02,500,1.0)
% 0.66/69.84  # Preprocessing time       : 0.015 s
% 0.66/69.84  
% 0.66/69.84  # Failure: Out of unprocessed clauses!
% 0.66/69.84  # OLD status GaveUp
% 0.66/69.84  # Parsed axioms                        : 560
% 0.66/69.84  # Removed by relevancy pruning/SinE    : 536
% 0.66/69.84  # Initial clauses                      : 41
% 0.66/69.84  # Removed in clause preprocessing      : 0
% 0.66/69.84  # Initial clauses in saturation        : 41
% 0.66/69.84  # Processed clauses                    : 325
% 0.66/69.84  # ...of these trivial                  : 24
% 0.66/69.84  # ...subsumed                          : 114
% 0.66/69.84  # ...remaining for further processing  : 187
% 0.66/69.84  # Other redundant clauses eliminated   : 0
% 0.66/69.84  # Clauses deleted for lack of memory   : 0
% 0.66/69.84  # Backward-subsumed                    : 0
% 0.66/69.84  # Backward-rewritten                   : 2
% 0.66/69.84  # Generated clauses                    : 390
% 0.66/69.84  # ...of the previous two non-trivial   : 284
% 0.66/69.84  # Contextual simplify-reflections      : 73
% 0.66/69.84  # Paramodulations                      : 390
% 0.66/69.84  # Factorizations                       : 0
% 0.66/69.84  # Equation resolutions                 : 0
% 0.66/69.84  # Current number of processed clauses  : 185
% 0.66/69.84  #    Positive orientable unit clauses  : 43
% 0.66/69.84  #    Positive unorientable unit clauses: 0
% 0.66/69.84  #    Negative unit clauses             : 1
% 0.66/69.84  #    Non-unit-clauses                  : 141
% 0.66/69.84  # Current number of unprocessed clauses: 0
% 0.66/69.84  # ...number of literals in the above   : 0
% 0.66/69.84  # Current number of archived formulas  : 0
% 0.66/69.84  # Current number of archived clauses   : 2
% 0.66/69.84  # Clause-clause subsumption calls (NU) : 4554
% 0.66/69.84  # Rec. Clause-clause subsumption calls : 2001
% 0.66/69.84  # Non-unit clause-clause subsumptions  : 187
% 0.66/69.84  # Unit Clause-clause subsumption calls : 75
% 0.66/69.84  # Rewrite failures with RHS unbound    : 0
% 0.66/69.84  # BW rewrite match attempts            : 16
% 0.66/69.84  # BW rewrite match successes           : 1
% 0.66/69.84  # Condensation attempts                : 0
% 0.66/69.84  # Condensation successes               : 0
% 0.66/69.84  # Termbank termtop insertions          : 14939
% 0.66/69.84  
% 0.66/69.84  # -------------------------------------------------
% 0.66/69.84  # User time                : 0.023 s
% 0.66/69.84  # System time              : 0.001 s
% 0.66/69.84  # Total time               : 0.024 s
% 0.66/69.84  # Maximum resident set size: 4228 pages
% 0.66/69.84  # Running protocol protocol_eprover_e96ef4641ae500918cdd95fcfce21e29f2ac5eec for 23 seconds:
% 0.66/69.84  # SinE strategy is GSinE(CountFormulas,,6.0,,03,100,1.0)
% 0.66/69.84  # Preprocessing time       : 0.021 s
% 0.66/69.84  
% 0.66/69.84  # Proof found!
% 0.66/69.84  # SZS status Theorem
% 0.66/69.84  # SZS output start CNFRefutation
% See solution above
% 0.66/69.84  # Proof object total steps             : 57
% 0.66/69.84  # Proof object clause steps            : 38
% 0.66/69.84  # Proof object formula steps           : 19
% 0.66/69.84  # Proof object conjectures             : 4
% 0.66/69.84  # Proof object clause conjectures      : 1
% 0.66/69.84  # Proof object formula conjectures     : 3
% 0.66/69.84  # Proof object initial clauses used    : 20
% 0.66/69.84  # Proof object initial formulas used   : 9
% 0.66/69.84  # Proof object generating inferences   : 17
% 0.66/69.84  # Proof object simplifying inferences  : 11
% 0.66/69.84  # Training examples: 0 positive, 0 negative
% 0.66/69.84  # Parsed axioms                        : 560
% 0.66/69.84  # Removed by relevancy pruning/SinE    : 459
% 0.66/69.84  # Initial clauses                      : 227
% 0.66/69.84  # Removed in clause preprocessing      : 24
% 0.66/69.84  # Initial clauses in saturation        : 203
% 0.66/69.84  # Processed clauses                    : 1363
% 0.66/69.84  # ...of these trivial                  : 129
% 0.66/69.84  # ...subsumed                          : 338
% 0.66/69.84  # ...remaining for further processing  : 896
% 0.66/69.84  # Other redundant clauses eliminated   : 10
% 0.66/69.84  # Clauses deleted for lack of memory   : 0
% 0.66/69.84  # Backward-subsumed                    : 2
% 0.66/69.84  # Backward-rewritten                   : 0
% 0.66/69.84  # Generated clauses                    : 2735
% 0.66/69.84  # ...of the previous two non-trivial   : 2017
% 0.66/69.84  # Contextual simplify-reflections      : 107
% 0.66/69.84  # Paramodulations                      : 2725
% 0.66/69.84  # Factorizations                       : 0
% 0.66/69.84  # Equation resolutions                 : 10
% 0.66/69.84  # Current number of processed clauses  : 884
% 0.66/69.84  #    Positive orientable unit clauses  : 221
% 0.66/69.84  #    Positive unorientable unit clauses: 0
% 0.66/69.84  #    Negative unit clauses             : 1
% 0.66/69.84  #    Non-unit-clauses                  : 662
% 0.66/69.84  # Current number of unprocessed clauses: 857
% 0.66/69.84  # ...number of literals in the above   : 6367
% 0.66/69.84  # Current number of archived formulas  : 0
% 0.66/69.84  # Current number of archived clauses   : 3
% 0.66/69.84  # Clause-clause subsumption calls (NU) : 88124
% 0.66/69.84  # Rec. Clause-clause subsumption calls : 35451
% 0.66/69.84  # Non-unit clause-clause subsumptions  : 447
% 0.66/69.84  # Unit Clause-clause subsumption calls : 3016
% 0.66/69.84  # Rewrite failures with RHS unbound    : 0
% 0.66/69.84  # BW rewrite match attempts            : 26
% 0.66/69.84  # BW rewrite match successes           : 0
% 0.66/69.84  # Condensation attempts                : 0
% 0.66/69.84  # Condensation successes               : 0
% 0.66/69.84  # Termbank termtop insertions          : 46829
% 0.66/69.84  
% 0.66/69.84  # -------------------------------------------------
% 0.66/69.84  # User time                : 0.080 s
% 0.66/69.84  # System time              : 0.007 s
% 0.66/69.84  # Total time               : 0.086 s
% 0.66/69.84  # Maximum resident set size: 6932 pages
% 0.66/92.58  eprover: CPU time limit exceeded, terminating
% 0.66/92.60  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.66/92.60  eprover: No such file or directory
% 0.66/92.60  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.66/92.60  eprover: No such file or directory
% 0.66/92.61  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.66/92.61  eprover: No such file or directory
% 0.66/92.61  eprover: CPU time limit exceeded, terminating
% 0.66/92.62  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.66/92.62  eprover: No such file or directory
% 0.66/92.62  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.66/92.62  eprover: No such file or directory
% 0.66/92.63  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.66/92.63  eprover: No such file or directory
% 0.66/92.63  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.63  eprover: No such file or directory
% 0.66/92.63  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.66/92.63  eprover: No such file or directory
% 0.66/92.64  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.64  eprover: No such file or directory
% 0.66/92.64  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.64  eprover: No such file or directory
% 0.66/92.65  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.65  eprover: No such file or directory
% 0.66/92.65  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.65  eprover: No such file or directory
% 0.66/92.66  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.66  eprover: No such file or directory
% 0.66/92.68  eprover: CPU time limit exceeded, terminating
% 0.66/92.70  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.70  eprover: No such file or directory
% 0.66/92.70  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.70  eprover: No such file or directory
% 0.66/92.70  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.70  eprover: No such file or directory
% 0.66/92.71  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.66/92.71  eprover: No such file or directory
%------------------------------------------------------------------------------