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

View Problem - Process Solution

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

% Computer : n028.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:02 EDT 2022

% Result   : Theorem 0.51s 47.70s
% Output   : CNFRefutation 0.51s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   80 (  27 unt;   0 def)
%            Number of atoms       :  506 (   0 equ)
%            Maximal formula atoms :  124 (   6 avg)
%            Number of connectives :  730 ( 304   ~; 325   |;  87   &)
%                                         (   7 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   36 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :   24 (  24 usr;  20 con; 0-7 aty)
%            Number of variables   :  166 (  20 sgn  63   !;   7   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(owl_bool_intersectionof_class_002,axiom,
    ! [X11,X12,X13,X14,X15] :
      ( ( iext(uri_rdf_first,X12,X13)
        & iext(uri_rdf_rest,X12,X14)
        & iext(uri_rdf_first,X14,X15)
        & iext(uri_rdf_rest,X14,uri_rdf_nil) )
     => ( iext(uri_owl_intersectionOf,X11,X12)
      <=> ( ic(X11)
          & ic(X13)
          & ic(X15)
          & ! [X4] :
              ( icext(X11,X4)
            <=> ( icext(X13,X4)
                & icext(X15,X4) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWB001+0.ax',owl_bool_intersectionof_class_002) ).

fof(testcase_premise_fullish_020_Logical_Complications,axiom,
    ? [X42,X43,X44,X45,X46,X47,X48] :
      ( iext(uri_owl_unionOf,uri_ex_c,X44)
      & iext(uri_rdf_first,X44,uri_ex_c1)
      & iext(uri_rdf_rest,X44,X45)
      & iext(uri_rdf_first,X45,uri_ex_c2)
      & iext(uri_rdf_rest,X45,X46)
      & iext(uri_rdf_first,X46,uri_ex_c3)
      & iext(uri_rdf_rest,X46,uri_rdf_nil)
      & iext(uri_owl_disjointWith,uri_ex_d,uri_ex_c1)
      & iext(uri_rdfs_subClassOf,uri_ex_d,X42)
      & iext(uri_owl_intersectionOf,X42,X47)
      & iext(uri_rdf_first,X47,uri_ex_c)
      & iext(uri_rdf_rest,X47,X48)
      & iext(uri_rdf_first,X48,X43)
      & iext(uri_rdf_rest,X48,uri_rdf_nil)
      & iext(uri_owl_complementOf,X43,uri_ex_c2) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',testcase_premise_fullish_020_Logical_Complications) ).

fof(owl_bool_complementof_class,axiom,
    ! [X11,X5] :
      ( iext(uri_owl_complementOf,X11,X5)
     => ( ic(X11)
        & ic(X5)
        & ! [X4] :
            ( icext(X11,X4)
          <=> ~ icext(X5,X4) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWB001+0.ax',owl_bool_complementof_class) ).

fof(owl_prop_complementof_ext,axiom,
    ! [X4,X7] :
      ( iext(uri_owl_complementOf,X4,X7)
     => ( ic(X4)
        & ic(X7) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWB001+0.ax',owl_prop_complementof_ext) ).

fof(rdfs_subclassof_main,axiom,
    ! [X5,X6] :
      ( iext(uri_rdfs_subClassOf,X5,X6)
     => ( ic(X5)
        & ic(X6)
        & ! [X4] :
            ( icext(X5,X4)
           => icext(X6,X4) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWB001+0.ax',rdfs_subclassof_main) ).

fof(owl_bool_unionof_class_003,axiom,
    ! [X11,X12,X13,X14,X15,X16,X17] :
      ( ( iext(uri_rdf_first,X12,X13)
        & iext(uri_rdf_rest,X12,X14)
        & iext(uri_rdf_first,X14,X15)
        & iext(uri_rdf_rest,X14,X16)
        & iext(uri_rdf_first,X16,X17)
        & iext(uri_rdf_rest,X16,uri_rdf_nil) )
     => ( iext(uri_owl_unionOf,X11,X12)
      <=> ( ic(X11)
          & ic(X13)
          & ic(X15)
          & ic(X17)
          & ! [X4] :
              ( icext(X11,X4)
            <=> ( icext(X13,X4)
                | icext(X15,X4)
                | icext(X17,X4) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWB001+0.ax',owl_bool_unionof_class_003) ).

fof(owl_eqdis_disjointwith,axiom,
    ! [X13,X15] :
      ( iext(uri_owl_disjointWith,X13,X15)
    <=> ( ic(X13)
        & ic(X15)
        & ! [X4] :
            ~ ( icext(X13,X4)
              & icext(X15,X4) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWB001+0.ax',owl_eqdis_disjointwith) ).

fof(owl_rdfsext_subclassof,axiom,
    ! [X13,X15] :
      ( iext(uri_rdfs_subClassOf,X13,X15)
    <=> ( ic(X13)
        & ic(X15)
        & ! [X4] :
            ( icext(X13,X4)
           => icext(X15,X4) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWB001+0.ax',owl_rdfsext_subclassof) ).

fof(testcase_conclusion_fullish_020_Logical_Complications,conjecture,
    iext(uri_rdfs_subClassOf,uri_ex_d,uri_ex_c3),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',testcase_conclusion_fullish_020_Logical_Complications) ).

fof(c_0_9,plain,
    ! [X16,X17,X18,X19,X20,X21,X21] :
      ( ( ic(X16)
        | ~ iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ic(X18)
        | ~ iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ic(X20)
        | ~ iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X18,X21)
        | ~ icext(X16,X21)
        | ~ iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X20,X21)
        | ~ icext(X16,X21)
        | ~ iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X18,X21)
        | ~ icext(X20,X21)
        | icext(X16,X21)
        | ~ iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( ~ icext(X16,esk16_5(X16,X17,X18,X19,X20))
        | ~ icext(X18,esk16_5(X16,X17,X18,X19,X20))
        | ~ icext(X20,esk16_5(X16,X17,X18,X19,X20))
        | ~ ic(X16)
        | ~ ic(X18)
        | ~ ic(X20)
        | iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X18,esk16_5(X16,X17,X18,X19,X20))
        | icext(X16,esk16_5(X16,X17,X18,X19,X20))
        | ~ ic(X16)
        | ~ ic(X18)
        | ~ ic(X20)
        | iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,uri_rdf_nil) )
      & ( icext(X20,esk16_5(X16,X17,X18,X19,X20))
        | icext(X16,esk16_5(X16,X17,X18,X19,X20))
        | ~ ic(X16)
        | ~ ic(X18)
        | ~ ic(X20)
        | iext(uri_owl_intersectionOf,X16,X17)
        | ~ iext(uri_rdf_first,X17,X18)
        | ~ iext(uri_rdf_rest,X17,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,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_bool_intersectionof_class_002])])])])])])]) ).

fof(c_0_10,plain,
    ( iext(uri_owl_unionOf,uri_ex_c,esk3_0)
    & iext(uri_rdf_first,esk3_0,uri_ex_c1)
    & iext(uri_rdf_rest,esk3_0,esk4_0)
    & iext(uri_rdf_first,esk4_0,uri_ex_c2)
    & iext(uri_rdf_rest,esk4_0,esk5_0)
    & iext(uri_rdf_first,esk5_0,uri_ex_c3)
    & iext(uri_rdf_rest,esk5_0,uri_rdf_nil)
    & iext(uri_owl_disjointWith,uri_ex_d,uri_ex_c1)
    & iext(uri_rdfs_subClassOf,uri_ex_d,esk1_0)
    & iext(uri_owl_intersectionOf,esk1_0,esk6_0)
    & iext(uri_rdf_first,esk6_0,uri_ex_c)
    & iext(uri_rdf_rest,esk6_0,esk7_0)
    & iext(uri_rdf_first,esk7_0,esk2_0)
    & iext(uri_rdf_rest,esk7_0,uri_rdf_nil)
    & iext(uri_owl_complementOf,esk2_0,uri_ex_c2) ),
    inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[testcase_premise_fullish_020_Logical_Complications])])]) ).

cnf(c_0_11,plain,
    ( icext(X2,X6)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_12,plain,
    iext(uri_rdf_first,esk6_0,uri_ex_c),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

fof(c_0_13,plain,
    ! [X12,X13,X14,X14] :
      ( ( ic(X12)
        | ~ iext(uri_owl_complementOf,X12,X13) )
      & ( ic(X13)
        | ~ iext(uri_owl_complementOf,X12,X13) )
      & ( ~ icext(X12,X14)
        | ~ icext(X13,X14)
        | ~ iext(uri_owl_complementOf,X12,X13) )
      & ( icext(X13,X14)
        | icext(X12,X14)
        | ~ iext(uri_owl_complementOf,X12,X13) ) ),
    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)],[inference(fof_simplification,[status(thm)],[owl_bool_complementof_class])])])])])])]) ).

fof(c_0_14,plain,
    ! [X8,X9] :
      ( ( ic(X8)
        | ~ iext(uri_owl_complementOf,X8,X9) )
      & ( ic(X9)
        | ~ iext(uri_owl_complementOf,X8,X9) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[owl_prop_complementof_ext])])]) ).

cnf(c_0_15,plain,
    ( icext(X1,X2)
    | ~ icext(X3,X2)
    | ~ iext(uri_rdf_rest,X4,uri_rdf_nil)
    | ~ iext(uri_rdf_rest,esk6_0,X4)
    | ~ iext(uri_owl_intersectionOf,X3,esk6_0)
    | ~ iext(uri_rdf_first,X4,X1) ),
    inference(pm,[status(thm)],[c_0_11,c_0_12]) ).

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

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

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

fof(c_0_19,plain,
    ! [X7,X8,X9] :
      ( ( ic(X7)
        | ~ iext(uri_rdfs_subClassOf,X7,X8) )
      & ( ic(X8)
        | ~ iext(uri_rdfs_subClassOf,X7,X8) )
      & ( ~ icext(X7,X9)
        | icext(X8,X9)
        | ~ iext(uri_rdfs_subClassOf,X7,X8) ) ),
    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_subclassof_main])])])])])]) ).

fof(c_0_20,plain,
    ! [X18,X19,X20,X21,X22,X23,X24,X25,X25] :
      ( ( ic(X18)
        | ~ iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ic(X20)
        | ~ iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ic(X22)
        | ~ iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ic(X24)
        | ~ iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X18,X25)
        | icext(X20,X25)
        | icext(X22,X25)
        | icext(X24,X25)
        | ~ iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X20,X25)
        | icext(X18,X25)
        | ~ iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X22,X25)
        | icext(X18,X25)
        | ~ iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X24,X25)
        | icext(X18,X25)
        | ~ iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X20,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | ~ icext(X18,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | ~ ic(X18)
        | ~ ic(X20)
        | ~ ic(X22)
        | ~ ic(X24)
        | iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X22,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | ~ icext(X18,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | ~ ic(X18)
        | ~ ic(X20)
        | ~ ic(X22)
        | ~ ic(X24)
        | iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( ~ icext(X24,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | ~ icext(X18,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | ~ ic(X18)
        | ~ ic(X20)
        | ~ ic(X22)
        | ~ ic(X24)
        | iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,X23)
        | ~ iext(uri_rdf_first,X23,X24)
        | ~ iext(uri_rdf_rest,X23,uri_rdf_nil) )
      & ( icext(X18,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | icext(X20,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | icext(X22,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | icext(X24,esk21_7(X18,X19,X20,X21,X22,X23,X24))
        | ~ ic(X18)
        | ~ ic(X20)
        | ~ ic(X22)
        | ~ ic(X24)
        | iext(uri_owl_unionOf,X18,X19)
        | ~ iext(uri_rdf_first,X19,X20)
        | ~ iext(uri_rdf_rest,X19,X21)
        | ~ iext(uri_rdf_first,X21,X22)
        | ~ iext(uri_rdf_rest,X21,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_bool_unionof_class_003])])])])])])]) ).

cnf(c_0_21,plain,
    ( ~ iext(uri_owl_complementOf,X1,X2)
    | ~ icext(X2,X3)
    | ~ icext(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

cnf(c_0_22,plain,
    iext(uri_owl_complementOf,esk2_0,uri_ex_c2),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

fof(c_0_23,plain,
    ! [X16,X17,X18,X16,X17] :
      ( ( ic(X16)
        | ~ iext(uri_owl_disjointWith,X16,X17) )
      & ( ic(X17)
        | ~ iext(uri_owl_disjointWith,X16,X17) )
      & ( ~ icext(X16,X18)
        | ~ icext(X17,X18)
        | ~ iext(uri_owl_disjointWith,X16,X17) )
      & ( icext(X16,esk29_2(X16,X17))
        | ~ ic(X16)
        | ~ ic(X17)
        | iext(uri_owl_disjointWith,X16,X17) )
      & ( icext(X17,esk29_2(X16,X17))
        | ~ ic(X16)
        | ~ ic(X17)
        | iext(uri_owl_disjointWith,X16,X17) ) ),
    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_eqdis_disjointwith])])])])])])]) ).

cnf(c_0_24,plain,
    ( ic(X2)
    | ~ iext(uri_owl_complementOf,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_25,plain,
    ( icext(esk2_0,X1)
    | ~ icext(X2,X1)
    | ~ iext(uri_owl_intersectionOf,X2,esk6_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_15,c_0_16]),c_0_17]),c_0_18])]) ).

cnf(c_0_26,plain,
    iext(uri_owl_intersectionOf,esk1_0,esk6_0),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_27,plain,
    ( ic(X2)
    | ~ iext(uri_rdfs_subClassOf,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_28,plain,
    iext(uri_rdfs_subClassOf,uri_ex_d,esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_29,plain,
    ( icext(X2,X8)
    | icext(X4,X8)
    | icext(X6,X8)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5)
    | ~ icext(X7,X8) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

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

cnf(c_0_31,plain,
    ( icext(X4,X6)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_owl_intersectionOf,X5,X3)
    | ~ icext(X5,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_32,plain,
    ( ~ icext(uri_ex_c2,X1)
    | ~ icext(esk2_0,X1) ),
    inference(pm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_33,plain,
    ( iext(uri_owl_disjointWith,X1,X2)
    | icext(X1,esk29_2(X1,X2))
    | ~ ic(X2)
    | ~ ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_34,plain,
    ic(uri_ex_c2),
    inference(pm,[status(thm)],[c_0_24,c_0_22]) ).

cnf(c_0_35,plain,
    ( icext(esk2_0,X1)
    | ~ icext(esk1_0,X1) ),
    inference(pm,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_36,plain,
    ( iext(uri_owl_disjointWith,X1,X2)
    | icext(X2,esk29_2(X1,X2))
    | ~ ic(X2)
    | ~ ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_37,plain,
    ic(esk1_0),
    inference(pm,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_38,plain,
    ( icext(uri_ex_c1,X1)
    | icext(X2,X1)
    | icext(X3,X1)
    | ~ icext(X4,X1)
    | ~ iext(uri_rdf_rest,X5,uri_rdf_nil)
    | ~ iext(uri_rdf_rest,esk3_0,X6)
    | ~ iext(uri_owl_unionOf,X4,esk3_0)
    | ~ iext(uri_rdf_first,X6,X2)
    | ~ iext(uri_rdf_first,X5,X3)
    | ~ iext(uri_rdf_rest,X6,X5) ),
    inference(pm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_39,plain,
    iext(uri_rdf_first,esk4_0,uri_ex_c2),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

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

cnf(c_0_41,plain,
    ( icext(uri_ex_c,X1)
    | ~ icext(X2,X1)
    | ~ iext(uri_rdf_rest,X3,uri_rdf_nil)
    | ~ iext(uri_rdf_rest,esk6_0,X3)
    | ~ iext(uri_owl_intersectionOf,X2,esk6_0)
    | ~ iext(uri_rdf_first,X3,X4) ),
    inference(pm,[status(thm)],[c_0_31,c_0_12]) ).

cnf(c_0_42,plain,
    ( icext(X2,X3)
    | ~ iext(uri_rdfs_subClassOf,X1,X2)
    | ~ icext(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

fof(c_0_43,plain,
    ! [X16,X17,X18,X16,X17] :
      ( ( ic(X16)
        | ~ iext(uri_rdfs_subClassOf,X16,X17) )
      & ( ic(X17)
        | ~ iext(uri_rdfs_subClassOf,X16,X17) )
      & ( ~ icext(X16,X18)
        | icext(X17,X18)
        | ~ iext(uri_rdfs_subClassOf,X16,X17) )
      & ( icext(X16,esk8_2(X16,X17))
        | ~ ic(X16)
        | ~ ic(X17)
        | iext(uri_rdfs_subClassOf,X16,X17) )
      & ( ~ icext(X17,esk8_2(X16,X17))
        | ~ ic(X16)
        | ~ ic(X17)
        | iext(uri_rdfs_subClassOf,X16,X17) ) ),
    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_subclassof])])])])])])]) ).

cnf(c_0_44,plain,
    ( ic(X1)
    | ~ iext(uri_rdfs_subClassOf,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_45,plain,
    ( iext(uri_owl_disjointWith,uri_ex_c2,X1)
    | ~ ic(X1)
    | ~ icext(esk2_0,esk29_2(uri_ex_c2,X1)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_32,c_0_33]),c_0_34])]) ).

cnf(c_0_46,plain,
    ( icext(esk2_0,esk29_2(X1,esk1_0))
    | iext(uri_owl_disjointWith,X1,esk1_0)
    | ~ ic(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_35,c_0_36]),c_0_37])]) ).

cnf(c_0_47,plain,
    ( ic(X2)
    | ~ iext(uri_rdf_rest,X1,uri_rdf_nil)
    | ~ iext(uri_rdf_first,X1,X2)
    | ~ iext(uri_rdf_rest,X3,X1)
    | ~ iext(uri_rdf_first,X3,X4)
    | ~ iext(uri_rdf_rest,X5,X3)
    | ~ iext(uri_rdf_first,X5,X6)
    | ~ iext(uri_owl_unionOf,X7,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_48,plain,
    ( icext(uri_ex_c2,X1)
    | icext(uri_ex_c1,X1)
    | icext(X2,X1)
    | ~ icext(X3,X1)
    | ~ iext(uri_rdf_rest,X4,uri_rdf_nil)
    | ~ iext(uri_owl_unionOf,X3,esk3_0)
    | ~ iext(uri_rdf_rest,esk4_0,X4)
    | ~ iext(uri_rdf_first,X4,X2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_38,c_0_39]),c_0_40])]) ).

cnf(c_0_49,plain,
    iext(uri_rdf_first,esk5_0,uri_ex_c3),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

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

cnf(c_0_51,plain,
    iext(uri_rdf_rest,esk4_0,esk5_0),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_52,plain,
    ( icext(uri_ex_c,X1)
    | ~ icext(X2,X1)
    | ~ iext(uri_owl_intersectionOf,X2,esk6_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_41,c_0_16]),c_0_17]),c_0_18])]) ).

cnf(c_0_53,plain,
    ( icext(esk1_0,X1)
    | ~ icext(uri_ex_d,X1) ),
    inference(pm,[status(thm)],[c_0_42,c_0_28]) ).

cnf(c_0_54,plain,
    ( iext(uri_rdfs_subClassOf,X1,X2)
    | icext(X1,esk8_2(X1,X2))
    | ~ ic(X2)
    | ~ ic(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_43]) ).

cnf(c_0_55,plain,
    ic(uri_ex_d),
    inference(pm,[status(thm)],[c_0_44,c_0_28]) ).

cnf(c_0_56,plain,
    ( ~ iext(uri_owl_disjointWith,X1,X2)
    | ~ icext(X2,X3)
    | ~ icext(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_57,plain,
    iext(uri_owl_disjointWith,uri_ex_c2,esk1_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_45,c_0_46]),c_0_37]),c_0_34])]) ).

cnf(c_0_58,plain,
    ( ic(X1)
    | ~ iext(uri_rdf_rest,X2,uri_rdf_nil)
    | ~ iext(uri_rdf_rest,esk3_0,X3)
    | ~ iext(uri_owl_unionOf,X4,esk3_0)
    | ~ iext(uri_rdf_first,X3,X5)
    | ~ iext(uri_rdf_first,X2,X1)
    | ~ iext(uri_rdf_rest,X3,X2) ),
    inference(pm,[status(thm)],[c_0_47,c_0_30]) ).

cnf(c_0_59,plain,
    ( icext(uri_ex_c3,X1)
    | icext(uri_ex_c1,X1)
    | icext(uri_ex_c2,X1)
    | ~ icext(X2,X1)
    | ~ iext(uri_owl_unionOf,X2,esk3_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_48,c_0_49]),c_0_50]),c_0_51])]) ).

cnf(c_0_60,plain,
    iext(uri_owl_unionOf,uri_ex_c,esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_61,plain,
    ( icext(uri_ex_c,X1)
    | ~ icext(esk1_0,X1) ),
    inference(pm,[status(thm)],[c_0_52,c_0_26]) ).

cnf(c_0_62,plain,
    ( icext(esk1_0,esk8_2(uri_ex_d,X1))
    | iext(uri_rdfs_subClassOf,uri_ex_d,X1)
    | ~ ic(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_53,c_0_54]),c_0_55])]) ).

cnf(c_0_63,plain,
    ( ~ icext(esk1_0,X1)
    | ~ icext(uri_ex_c2,X1) ),
    inference(pm,[status(thm)],[c_0_56,c_0_57]) ).

cnf(c_0_64,plain,
    ( ic(X1)
    | ~ iext(uri_rdf_rest,X2,uri_rdf_nil)
    | ~ iext(uri_owl_unionOf,X3,esk3_0)
    | ~ iext(uri_rdf_rest,esk4_0,X2)
    | ~ iext(uri_rdf_first,X2,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_58,c_0_39]),c_0_40])]) ).

fof(c_0_65,negated_conjecture,
    ~ iext(uri_rdfs_subClassOf,uri_ex_d,uri_ex_c3),
    inference(assume_negation,[status(cth)],[testcase_conclusion_fullish_020_Logical_Complications]) ).

cnf(c_0_66,plain,
    ( icext(uri_ex_c2,X1)
    | icext(uri_ex_c1,X1)
    | icext(uri_ex_c3,X1)
    | ~ icext(uri_ex_c,X1) ),
    inference(pm,[status(thm)],[c_0_59,c_0_60]) ).

cnf(c_0_67,plain,
    ( icext(uri_ex_c,esk8_2(uri_ex_d,X1))
    | iext(uri_rdfs_subClassOf,uri_ex_d,X1)
    | ~ ic(X1) ),
    inference(pm,[status(thm)],[c_0_61,c_0_62]) ).

cnf(c_0_68,plain,
    ( iext(uri_rdfs_subClassOf,uri_ex_d,X1)
    | ~ ic(X1)
    | ~ icext(uri_ex_c2,esk8_2(uri_ex_d,X1)) ),
    inference(pm,[status(thm)],[c_0_63,c_0_62]) ).

cnf(c_0_69,plain,
    ( ic(uri_ex_c3)
    | ~ iext(uri_owl_unionOf,X1,esk3_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_64,c_0_49]),c_0_50]),c_0_51])]) ).

fof(c_0_70,negated_conjecture,
    ~ iext(uri_rdfs_subClassOf,uri_ex_d,uri_ex_c3),
    inference(fof_simplification,[status(thm)],[c_0_65]) ).

cnf(c_0_71,plain,
    iext(uri_owl_disjointWith,uri_ex_d,uri_ex_c1),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_72,plain,
    ( iext(uri_rdfs_subClassOf,X1,X2)
    | ~ ic(X2)
    | ~ ic(X1)
    | ~ icext(X2,esk8_2(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_43]) ).

cnf(c_0_73,plain,
    ( icext(uri_ex_c3,esk8_2(uri_ex_d,X1))
    | icext(uri_ex_c1,esk8_2(uri_ex_d,X1))
    | iext(uri_rdfs_subClassOf,uri_ex_d,X1)
    | ~ ic(X1) ),
    inference(csr,[status(thm)],[inference(pm,[status(thm)],[c_0_66,c_0_67]),c_0_68]) ).

cnf(c_0_74,plain,
    ic(uri_ex_c3),
    inference(pm,[status(thm)],[c_0_69,c_0_60]) ).

cnf(c_0_75,negated_conjecture,
    ~ iext(uri_rdfs_subClassOf,uri_ex_d,uri_ex_c3),
    inference(split_conjunct,[status(thm)],[c_0_70]) ).

cnf(c_0_76,plain,
    ( ~ icext(uri_ex_c1,X1)
    | ~ icext(uri_ex_d,X1) ),
    inference(pm,[status(thm)],[c_0_56,c_0_71]) ).

cnf(c_0_77,plain,
    icext(uri_ex_c1,esk8_2(uri_ex_d,uri_ex_c3)),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_72,c_0_73]),c_0_74]),c_0_55])]),c_0_75]) ).

cnf(c_0_78,plain,
    ~ icext(uri_ex_d,esk8_2(uri_ex_d,uri_ex_c3)),
    inference(pm,[status(thm)],[c_0_76,c_0_77]) ).

cnf(c_0_79,plain,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(pm,[status(thm)],[c_0_78,c_0_54]),c_0_74]),c_0_55])]),c_0_75]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.11  % Problem  : SWB020+1 : TPTP v8.1.0. Released v5.2.0.
% 0.04/0.12  % Command  : run_ET %s %d
% 0.12/0.33  % Computer : n028.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 12:40:22 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.37/23.43  eprover: CPU time limit exceeded, terminating
% 0.37/23.43  eprover: CPU time limit exceeded, terminating
% 0.37/23.49  eprover: CPU time limit exceeded, terminating
% 0.37/23.52  eprover: CPU time limit exceeded, terminating
% 0.51/46.48  eprover: CPU time limit exceeded, terminating
% 0.51/46.50  eprover: CPU time limit exceeded, terminating
% 0.51/46.53  eprover: CPU time limit exceeded, terminating
% 0.51/46.58  eprover: CPU time limit exceeded, terminating
% 0.51/47.70  # Running protocol protocol_eprover_4a02c828a8cc55752123edbcc1ad40e453c11447 for 23 seconds:
% 0.51/47.70  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,04,100,1.0)
% 0.51/47.70  # Preprocessing time       : 0.028 s
% 0.51/47.70  
% 0.51/47.70  # Failure: Out of unprocessed clauses!
% 0.51/47.70  # OLD status GaveUp
% 0.51/47.70  # Parsed axioms                        : 560
% 0.51/47.70  # Removed by relevancy pruning/SinE    : 523
% 0.51/47.70  # Initial clauses                      : 59
% 0.51/47.70  # Removed in clause preprocessing      : 12
% 0.51/47.70  # Initial clauses in saturation        : 47
% 0.51/47.70  # Processed clauses                    : 421
% 0.51/47.70  # ...of these trivial                  : 14
% 0.51/47.70  # ...subsumed                          : 186
% 0.51/47.70  # ...remaining for further processing  : 221
% 0.51/47.70  # Other redundant clauses eliminated   : 0
% 0.51/47.70  # Clauses deleted for lack of memory   : 0
% 0.51/47.70  # Backward-subsumed                    : 0
% 0.51/47.70  # Backward-rewritten                   : 0
% 0.51/47.70  # Generated clauses                    : 613
% 0.51/47.70  # ...of the previous two non-trivial   : 374
% 0.51/47.70  # Contextual simplify-reflections      : 46
% 0.51/47.70  # Paramodulations                      : 613
% 0.51/47.70  # Factorizations                       : 0
% 0.51/47.70  # Equation resolutions                 : 0
% 0.51/47.70  # Current number of processed clauses  : 221
% 0.51/47.70  #    Positive orientable unit clauses  : 44
% 0.51/47.70  #    Positive unorientable unit clauses: 0
% 0.51/47.70  #    Negative unit clauses             : 1
% 0.51/47.70  #    Non-unit-clauses                  : 176
% 0.51/47.70  # Current number of unprocessed clauses: 0
% 0.51/47.70  # ...number of literals in the above   : 0
% 0.51/47.70  # Current number of archived formulas  : 0
% 0.51/47.70  # Current number of archived clauses   : 1
% 0.51/47.70  # Clause-clause subsumption calls (NU) : 13240
% 0.51/47.70  # Rec. Clause-clause subsumption calls : 5112
% 0.51/47.70  # Non-unit clause-clause subsumptions  : 232
% 0.51/47.70  # Unit Clause-clause subsumption calls : 23
% 0.51/47.70  # Rewrite failures with RHS unbound    : 0
% 0.51/47.70  # BW rewrite match attempts            : 6
% 0.51/47.70  # BW rewrite match successes           : 0
% 0.51/47.70  # Condensation attempts                : 0
% 0.51/47.70  # Condensation successes               : 0
% 0.51/47.70  # Termbank termtop insertions          : 18456
% 0.51/47.70  
% 0.51/47.70  # -------------------------------------------------
% 0.51/47.70  # User time                : 0.054 s
% 0.51/47.70  # System time              : 0.003 s
% 0.51/47.70  # Total time               : 0.057 s
% 0.51/47.70  # Maximum resident set size: 4520 pages
% 0.51/47.70  # Running protocol protocol_eprover_f171197f65f27d1ba69648a20c844832c84a5dd7 for 23 seconds:
% 0.51/47.70  
% 0.51/47.70  # Failure: Resource limit exceeded (time)
% 0.51/47.70  # OLD status Res
% 0.51/47.70  # Preprocessing time       : 0.089 s
% 0.51/47.70  # Running protocol protocol_eprover_eb48853eb71ccd2a6fdade56c25b63f5692e1a0c for 23 seconds:
% 0.51/47.70  
% 0.51/47.70  # Failure: Resource limit exceeded (time)
% 0.51/47.70  # OLD status Res
% 0.51/47.70  # Preprocessing time       : 0.045 s
% 0.51/47.70  # Running protocol protocol_eprover_761a0d093d9701c0eed884aebb46468e8d439c31 for 23 seconds:
% 0.51/47.70  # SinE strategy is GSinE(CountFormulas,hypos,1.2,,,100,1.0)
% 0.51/47.70  # Preprocessing time       : 0.029 s
% 0.51/47.70  
% 0.51/47.70  # Failure: Out of unprocessed clauses!
% 0.51/47.70  # OLD status GaveUp
% 0.51/47.70  # Parsed axioms                        : 560
% 0.51/47.70  # Removed by relevancy pruning/SinE    : 524
% 0.51/47.70  # Initial clauses                      : 58
% 0.51/47.70  # Removed in clause preprocessing      : 12
% 0.51/47.70  # Initial clauses in saturation        : 46
% 0.51/47.70  # Processed clauses                    : 363
% 0.51/47.70  # ...of these trivial                  : 16
% 0.51/47.70  # ...subsumed                          : 158
% 0.51/47.70  # ...remaining for further processing  : 189
% 0.51/47.70  # Other redundant clauses eliminated   : 0
% 0.51/47.70  # Clauses deleted for lack of memory   : 0
% 0.51/47.70  # Backward-subsumed                    : 0
% 0.51/47.70  # Backward-rewritten                   : 0
% 0.51/47.70  # Generated clauses                    : 554
% 0.51/47.70  # ...of the previous two non-trivial   : 317
% 0.51/47.70  # Contextual simplify-reflections      : 44
% 0.51/47.70  # Paramodulations                      : 554
% 0.51/47.70  # Factorizations                       : 0
% 0.51/47.70  # Equation resolutions                 : 0
% 0.51/47.70  # Current number of processed clauses  : 189
% 0.51/47.70  #    Positive orientable unit clauses  : 44
% 0.51/47.70  #    Positive unorientable unit clauses: 0
% 0.51/47.70  #    Negative unit clauses             : 1
% 0.51/47.70  #    Non-unit-clauses                  : 144
% 0.51/47.70  # Current number of unprocessed clauses: 0
% 0.51/47.70  # ...number of literals in the above   : 0
% 0.51/47.70  # Current number of archived formulas  : 0
% 0.51/47.70  # Current number of archived clauses   : 1
% 0.51/47.70  # Clause-clause subsumption calls (NU) : 4781
% 0.51/47.70  # Rec. Clause-clause subsumption calls : 1947
% 0.51/47.70  # Non-unit clause-clause subsumptions  : 202
% 0.51/47.70  # Unit Clause-clause subsumption calls : 118
% 0.51/47.70  # Rewrite failures with RHS unbound    : 0
% 0.51/47.70  # BW rewrite match attempts            : 14
% 0.51/47.70  # BW rewrite match successes           : 0
% 0.51/47.70  # Condensation attempts                : 0
% 0.51/47.70  # Condensation successes               : 0
% 0.51/47.70  # Termbank termtop insertions          : 17107
% 0.51/47.70  
% 0.51/47.70  # -------------------------------------------------
% 0.51/47.70  # User time                : 0.044 s
% 0.51/47.70  # System time              : 0.006 s
% 0.51/47.70  # Total time               : 0.050 s
% 0.51/47.70  # Maximum resident set size: 4520 pages
% 0.51/47.70  # Running protocol protocol_eprover_bb5e3cecdbc7660bd3a6f864cadb7769d8aea26a for 23 seconds:
% 0.51/47.70  # SinE strategy is GSinE(CountFormulas,hypos,1.1,,,500,1.0)
% 0.51/47.70  # Preprocessing time       : 0.027 s
% 0.51/47.70  
% 0.51/47.70  # Failure: Out of unprocessed clauses!
% 0.51/47.70  # OLD status GaveUp
% 0.51/47.70  # Parsed axioms                        : 560
% 0.51/47.70  # Removed by relevancy pruning/SinE    : 540
% 0.51/47.70  # Initial clauses                      : 31
% 0.51/47.70  # Removed in clause preprocessing      : 12
% 0.51/47.70  # Initial clauses in saturation        : 19
% 0.51/47.70  # Processed clauses                    : 25
% 0.51/47.70  # ...of these trivial                  : 2
% 0.51/47.70  # ...subsumed                          : 5
% 0.51/47.70  # ...remaining for further processing  : 18
% 0.51/47.70  # Other redundant clauses eliminated   : 0
% 0.51/47.70  # Clauses deleted for lack of memory   : 0
% 0.51/47.70  # Backward-subsumed                    : 0
% 0.51/47.70  # Backward-rewritten                   : 0
% 0.51/47.70  # Generated clauses                    : 12
% 0.51/47.70  # ...of the previous two non-trivial   : 6
% 0.51/47.70  # Contextual simplify-reflections      : 0
% 0.51/47.70  # Paramodulations                      : 12
% 0.51/47.70  # Factorizations                       : 0
% 0.51/47.70  # Equation resolutions                 : 0
% 0.51/47.70  # Current number of processed clauses  : 18
% 0.51/47.70  #    Positive orientable unit clauses  : 6
% 0.51/47.70  #    Positive unorientable unit clauses: 0
% 0.51/47.70  #    Negative unit clauses             : 1
% 0.51/47.70  #    Non-unit-clauses                  : 11
% 0.51/47.70  # Current number of unprocessed clauses: 0
% 0.51/47.70  # ...number of literals in the above   : 0
% 0.51/47.70  # Current number of archived formulas  : 0
% 0.51/47.70  # Current number of archived clauses   : 1
% 0.51/47.70  # Clause-clause subsumption calls (NU) : 13
% 0.51/47.70  # Rec. Clause-clause subsumption calls : 12
% 0.51/47.70  # Non-unit clause-clause subsumptions  : 5
% 0.51/47.70  # Unit Clause-clause subsumption calls : 3
% 0.51/47.70  # Rewrite failures with RHS unbound    : 0
% 0.51/47.70  # BW rewrite match attempts            : 0
% 0.51/47.70  # BW rewrite match successes           : 0
% 0.51/47.70  # Condensation attempts                : 0
% 0.51/47.70  # Condensation successes               : 0
% 0.51/47.70  # Termbank termtop insertions          : 8447
% 0.51/47.70  
% 0.51/47.70  # -------------------------------------------------
% 0.51/47.70  # User time                : 0.024 s
% 0.51/47.70  # System time              : 0.004 s
% 0.51/47.70  # Total time               : 0.028 s
% 0.51/47.70  # Maximum resident set size: 3676 pages
% 0.51/47.70  # Running protocol protocol_eprover_e252f7803940d118fa0ef69fc2319cb55aee23b9 for 23 seconds:
% 0.51/47.70  # SinE strategy is GSinE(CountFormulas,,1.4,,03,100,1.0)
% 0.51/47.70  # Preprocessing time       : 0.015 s
% 0.51/47.70  
% 0.51/47.70  # Failure: Out of unprocessed clauses!
% 0.51/47.70  # OLD status GaveUp
% 0.51/47.70  # Parsed axioms                        : 560
% 0.51/47.70  # Removed by relevancy pruning/SinE    : 533
% 0.51/47.70  # Initial clauses                      : 46
% 0.51/47.70  # Removed in clause preprocessing      : 12
% 0.51/47.70  # Initial clauses in saturation        : 34
% 0.51/47.70  # Processed clauses                    : 267
% 0.51/47.70  # ...of these trivial                  : 10
% 0.51/47.70  # ...subsumed                          : 95
% 0.51/47.70  # ...remaining for further processing  : 162
% 0.51/47.70  # Other redundant clauses eliminated   : 0
% 0.51/47.70  # Clauses deleted for lack of memory   : 0
% 0.51/47.70  # Backward-subsumed                    : 4
% 0.51/47.70  # Backward-rewritten                   : 0
% 0.51/47.70  # Generated clauses                    : 335
% 0.51/47.70  # ...of the previous two non-trivial   : 233
% 0.51/47.70  # Contextual simplify-reflections      : 0
% 0.51/47.70  # Paramodulations                      : 335
% 0.51/47.70  # Factorizations                       : 0
% 0.51/47.70  # Equation resolutions                 : 0
% 0.51/47.70  # Current number of processed clauses  : 158
% 0.51/47.70  #    Positive orientable unit clauses  : 34
% 0.51/47.70  #    Positive unorientable unit clauses: 0
% 0.51/47.70  #    Negative unit clauses             : 1
% 0.51/47.70  #    Non-unit-clauses                  : 123
% 0.51/47.70  # Current number of unprocessed clauses: 0
% 0.51/47.70  # ...number of literals in the above   : 0
% 0.51/47.70  # Current number of archived formulas  : 0
% 0.51/47.70  # Current number of archived clauses   : 5
% 0.51/47.70  # Clause-clause subsumption calls (NU) : 966
% 0.51/47.70  # Rec. Clause-clause subsumption calls : 394
% 0.51/47.70  # Non-unit clause-clause subsumptions  : 99
% 0.51/47.70  # Unit Clause-clause subsumption calls : 72
% 0.51/47.70  # Rewrite failures with RHS unbound    : 0
% 0.51/47.70  # BW rewrite match attempts            : 3
% 0.51/47.70  # BW rewrite match successes           : 0
% 0.51/47.70  # Condensation attempts                : 0
% 0.51/47.70  # Condensation successes               : 0
% 0.51/47.70  # Termbank termtop insertions          : 15148
% 0.51/47.70  
% 0.51/47.70  # -------------------------------------------------
% 0.51/47.70  # User time                : 0.017 s
% 0.51/47.70  # System time              : 0.003 s
% 0.51/47.70  # Total time               : 0.020 s
% 0.51/47.70  # Maximum resident set size: 4504 pages
% 0.51/47.70  # Running protocol protocol_eprover_b1d72019af42f5b571a6c0b233a5b6d1de064075 for 23 seconds:
% 0.51/47.70  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,02,500,1.0)
% 0.51/47.70  # Preprocessing time       : 0.014 s
% 0.51/47.70  
% 0.51/47.70  # Failure: Out of unprocessed clauses!
% 0.51/47.70  # OLD status GaveUp
% 0.51/47.70  # Parsed axioms                        : 560
% 0.51/47.70  # Removed by relevancy pruning/SinE    : 529
% 0.51/47.70  # Initial clauses                      : 51
% 0.51/47.70  # Removed in clause preprocessing      : 0
% 0.51/47.70  # Initial clauses in saturation        : 51
% 0.51/47.70  # Processed clauses                    : 526
% 0.51/47.70  # ...of these trivial                  : 24
% 0.51/47.70  # ...subsumed                          : 252
% 0.51/47.70  # ...remaining for further processing  : 250
% 0.51/47.70  # Other redundant clauses eliminated   : 0
% 0.51/47.70  # Clauses deleted for lack of memory   : 0
% 0.51/47.70  # Backward-subsumed                    : 0
% 0.51/47.70  # Backward-rewritten                   : 0
% 0.51/47.70  # Generated clauses                    : 648
% 0.51/47.70  # ...of the previous two non-trivial   : 475
% 0.51/47.70  # Contextual simplify-reflections      : 102
% 0.51/47.70  # Paramodulations                      : 648
% 0.51/47.70  # Factorizations                       : 0
% 0.51/47.70  # Equation resolutions                 : 0
% 0.51/47.70  # Current number of processed clauses  : 250
% 0.51/47.70  #    Positive orientable unit clauses  : 53
% 0.51/47.70  #    Positive unorientable unit clauses: 0
% 0.51/47.70  #    Negative unit clauses             : 1
% 0.51/47.70  #    Non-unit-clauses                  : 196
% 0.51/47.70  # Current number of unprocessed clauses: 0
% 0.51/47.70  # ...number of literals in the above   : 0
% 0.51/47.70  # Current number of archived formulas  : 0
% 0.51/47.70  # Current number of archived clauses   : 0
% 0.51/47.70  # Clause-clause subsumption calls (NU) : 10460
% 0.51/47.70  # Rec. Clause-clause subsumption calls : 3619
% 0.51/47.70  # Non-unit clause-clause subsumptions  : 354
% 0.51/47.70  # Unit Clause-clause subsumption calls : 162
% 0.51/47.70  # Rewrite failures with RHS unbound    : 0
% 0.51/47.70  # BW rewrite match attempts            : 17
% 0.51/47.70  # BW rewrite match successes           : 0
% 0.51/47.70  # Condensation attempts                : 0
% 0.51/47.70  # Condensation successes               : 0
% 0.51/47.70  # Termbank termtop insertions          : 18814
% 0.51/47.70  
% 0.51/47.70  # -------------------------------------------------
% 0.51/47.70  # User time                : 0.030 s
% 0.51/47.70  # System time              : 0.000 s
% 0.51/47.70  # Total time               : 0.030 s
% 0.51/47.70  # Maximum resident set size: 4496 pages
% 0.51/47.70  # Running protocol protocol_eprover_e96ef4641ae500918cdd95fcfce21e29f2ac5eec for 23 seconds:
% 0.51/47.70  # SinE strategy is GSinE(CountFormulas,,6.0,,03,100,1.0)
% 0.51/47.70  # Preprocessing time       : 0.020 s
% 0.51/47.70  
% 0.51/47.70  # Proof found!
% 0.51/47.70  # SZS status Theorem
% 0.51/47.70  # SZS output start CNFRefutation
% See solution above
% 0.51/47.70  # Proof object total steps             : 80
% 0.51/47.70  # Proof object clause steps            : 61
% 0.51/47.70  # Proof object formula steps           : 19
% 0.51/47.70  # Proof object conjectures             : 4
% 0.51/47.70  # Proof object clause conjectures      : 1
% 0.51/47.70  # Proof object formula conjectures     : 3
% 0.51/47.70  # Proof object initial clauses used    : 30
% 0.51/47.70  # Proof object initial formulas used   : 9
% 0.51/47.70  # Proof object generating inferences   : 31
% 0.51/47.70  # Proof object simplifying inferences  : 34
% 0.51/47.70  # Training examples: 0 positive, 0 negative
% 0.51/47.70  # Parsed axioms                        : 560
% 0.51/47.70  # Removed by relevancy pruning/SinE    : 459
% 0.51/47.70  # Initial clauses                      : 230
% 0.51/47.70  # Removed in clause preprocessing      : 20
% 0.51/47.70  # Initial clauses in saturation        : 210
% 0.51/47.70  # Processed clauses                    : 4772
% 0.51/47.70  # ...of these trivial                  : 112
% 0.51/47.70  # ...subsumed                          : 1832
% 0.51/47.70  # ...remaining for further processing  : 2828
% 0.51/47.70  # Other redundant clauses eliminated   : 10
% 0.51/47.70  # Clauses deleted for lack of memory   : 0
% 0.51/47.70  # Backward-subsumed                    : 145
% 0.51/47.70  # Backward-rewritten                   : 15
% 0.51/47.70  # Generated clauses                    : 8064
% 0.51/47.70  # ...of the previous two non-trivial   : 6381
% 0.51/47.70  # Contextual simplify-reflections      : 2377
% 0.51/47.70  # Paramodulations                      : 8042
% 0.51/47.70  # Factorizations                       : 12
% 0.51/47.70  # Equation resolutions                 : 10
% 0.51/47.70  # Current number of processed clauses  : 2658
% 0.51/47.70  #    Positive orientable unit clauses  : 224
% 0.51/47.70  #    Positive unorientable unit clauses: 0
% 0.51/47.70  #    Negative unit clauses             : 6
% 0.51/47.70  #    Non-unit-clauses                  : 2428
% 0.51/47.70  # Current number of unprocessed clauses: 1585
% 0.51/47.70  # ...number of literals in the above   : 12312
% 0.51/47.70  # Current number of archived formulas  : 0
% 0.51/47.70  # Current number of archived clauses   : 161
% 0.51/47.70  # Clause-clause subsumption calls (NU) : 2133012
% 0.51/47.70  # Rec. Clause-clause subsumption calls : 421368
% 0.51/47.70  # Non-unit clause-clause subsumptions  : 4289
% 0.51/47.70  # Unit Clause-clause subsumption calls : 15588
% 0.51/47.70  # Rewrite failures with RHS unbound    : 0
% 0.51/47.70  # BW rewrite match attempts            : 112
% 0.51/47.70  # BW rewrite match successes           : 5
% 0.51/47.70  # Condensation attempts                : 0
% 0.51/47.70  # Condensation successes               : 0
% 0.51/47.70  # Termbank termtop insertions          : 119637
% 0.51/47.70  
% 0.51/47.70  # -------------------------------------------------
% 0.51/47.70  # User time                : 0.605 s
% 0.51/47.70  # System time              : 0.008 s
% 0.51/47.70  # Total time               : 0.613 s
% 0.51/47.70  # Maximum resident set size: 11676 pages
%------------------------------------------------------------------------------