TSTP Solution File: NLP004^12 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : NLP004^12 : TPTP v8.2.0. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n016.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Tue May 21 00:53:00 EDT 2024

% Result   : Theorem 0.11s 0.49s
% Output   : CNFRefutation 0.11s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   59
% Syntax   : Number of formulae    :  185 (  28 unt;  51 typ;   0 def)
%            Number of atoms       : 1400 (  10 equ;   0 cnn)
%            Maximal formula atoms :  292 (  10 avg)
%            Number of connectives : 3804 ( 392   ~; 552   |; 407   &;2443   @)
%                                         (   2 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   97 (  10 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   83 (  83   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   52 (  50 usr;  24 con; 0-3 aty)
%            Number of variables   :  236 (  62   ^  92   !;  82   ?; 236   :)

% Comments : 
%------------------------------------------------------------------------------
thf(decl_sort1,type,
    mworld: $tType ).

thf(decl_23,type,
    mactual: mworld ).

thf(decl_24,type,
    mlocal: ( mworld > $o ) > $o ).

thf(decl_25,type,
    mnot: ( mworld > $o ) > mworld > $o ).

thf(decl_26,type,
    mand: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(decl_28,type,
    mimplies: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(decl_32,type,
    eiw_di: $i > mworld > $o ).

thf(decl_34,type,
    mexists_di: ( $i > mworld > $o ) > mworld > $o ).

thf(decl_35,type,
    chevy: $i > mworld > $o ).

thf(decl_36,type,
    dirty: $i > mworld > $o ).

thf(decl_37,type,
    barrel: $i > $i > mworld > $o ).

thf(decl_38,type,
    hollywood: $i > mworld > $o ).

thf(decl_39,type,
    city: $i > mworld > $o ).

thf(decl_40,type,
    in: $i > $i > mworld > $o ).

thf(decl_41,type,
    young: $i > mworld > $o ).

thf(decl_42,type,
    old: $i > mworld > $o ).

thf(decl_43,type,
    down: $i > $i > mworld > $o ).

thf(decl_44,type,
    way: $i > mworld > $o ).

thf(decl_45,type,
    qmltpeq: $i > $i > mworld > $o ).

thf(decl_46,type,
    seat: $i > mworld > $o ).

thf(decl_47,type,
    white: $i > mworld > $o ).

thf(decl_48,type,
    car: $i > mworld > $o ).

thf(decl_49,type,
    furniture: $i > mworld > $o ).

thf(decl_50,type,
    street: $i > mworld > $o ).

thf(decl_51,type,
    fellow: $i > mworld > $o ).

thf(decl_52,type,
    front: $i > mworld > $o ).

thf(decl_53,type,
    man: $i > mworld > $o ).

thf(decl_54,type,
    event: $i > mworld > $o ).

thf(decl_55,type,
    lonely: $i > mworld > $o ).

thf(decl_56,type,
    epred1_0: $o ).

thf(decl_57,type,
    epred2_0: $o ).

thf(decl_58,type,
    esk1_0: $i ).

thf(decl_59,type,
    esk2_0: $i ).

thf(decl_60,type,
    esk3_0: $i ).

thf(decl_61,type,
    esk4_0: $i ).

thf(decl_62,type,
    esk5_0: $i ).

thf(decl_63,type,
    esk6_0: $i ).

thf(decl_64,type,
    esk7_0: $i ).

thf(decl_65,type,
    esk8_0: $i ).

thf(decl_66,type,
    esk9_0: $i ).

thf(decl_67,type,
    esk10_0: $i ).

thf(decl_68,type,
    esk11_0: $i ).

thf(decl_69,type,
    esk12_0: $i ).

thf(decl_70,type,
    esk13_0: $i ).

thf(decl_71,type,
    esk14_0: $i ).

thf(decl_72,type,
    esk15_0: $i ).

thf(decl_73,type,
    esk16_0: $i ).

thf(decl_74,type,
    esk17_0: $i ).

thf(decl_75,type,
    esk18_0: $i ).

thf(decl_76,type,
    esk19_0: $i ).

thf(decl_77,type,
    esk20_0: $i ).

thf(mlocal_def,axiom,
    ( mlocal
    = ( ^ [X1: mworld > $o] : ( X1 @ mactual ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mlocal_def) ).

thf(mexists_di_def,axiom,
    ( mexists_di
    = ( ^ [X8: $i > mworld > $o,X3: mworld] :
        ? [X6: $i] :
          ( ( eiw_di @ X6 @ X3 )
          & ( X8 @ X6 @ X3 ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mexists_di_def) ).

thf(mimplies_def,axiom,
    ( mimplies
    = ( ^ [X2: mworld > $o,X4: mworld > $o,X3: mworld] :
          ( ( X2 @ X3 )
         => ( X4 @ X3 ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mimplies_def) ).

thf(mand_def,axiom,
    ( mand
    = ( ^ [X2: mworld > $o,X4: mworld > $o,X3: mworld] :
          ( ( X2 @ X3 )
          & ( X4 @ X3 ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mand_def) ).

thf(mnot_def,axiom,
    ( mnot
    = ( ^ [X2: mworld > $o,X3: mworld] :
          ~ ( X2 @ X3 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mnot_def) ).

thf(co1,conjecture,
    ( mlocal
    @ ( mand
      @ ( mimplies
        @ ( mexists_di
          @ ^ [X58: $i] :
              ( mexists_di
              @ ^ [X59: $i] :
                  ( mexists_di
                  @ ^ [X60: $i] :
                      ( mexists_di
                      @ ^ [X6: $i] :
                          ( mexists_di
                          @ ^ [X9: $i] :
                              ( mexists_di
                              @ ^ [X10: $i] :
                                  ( mexists_di
                                  @ ^ [X61: $i] :
                                      ( mexists_di
                                      @ ^ [X62: $i] :
                                          ( mexists_di
                                          @ ^ [X63: $i] :
                                              ( mexists_di
                                              @ ^ [X64: $i] : ( mand @ ( seat @ X58 ) @ ( mand @ ( furniture @ X58 ) @ ( mand @ ( front @ X58 ) @ ( mand @ ( seat @ X59 ) @ ( mand @ ( furniture @ X59 ) @ ( mand @ ( front @ X59 ) @ ( mand @ ( hollywood @ X60 ) @ ( mand @ ( city @ X60 ) @ ( mand @ ( event @ X6 ) @ ( mand @ ( street @ X9 ) @ ( mand @ ( way @ X9 ) @ ( mand @ ( lonely @ X9 ) @ ( mand @ ( chevy @ X10 ) @ ( mand @ ( car @ X10 ) @ ( mand @ ( white @ X10 ) @ ( mand @ ( dirty @ X10 ) @ ( mand @ ( old @ X10 ) @ ( mand @ ( barrel @ X6 @ X10 ) @ ( mand @ ( down @ X6 @ X9 ) @ ( mand @ ( in @ X6 @ X60 ) @ ( mand @ ( mnot @ ( qmltpeq @ X61 @ X62 ) ) @ ( mand @ ( fellow @ X61 ) @ ( mand @ ( man @ X61 ) @ ( mand @ ( young @ X61 ) @ ( mand @ ( fellow @ X62 ) @ ( mand @ ( man @ X62 ) @ ( mand @ ( young @ X62 ) @ ( mand @ ( qmltpeq @ X61 @ X63 ) @ ( mand @ ( in @ X63 @ X58 ) @ ( mand @ ( qmltpeq @ X62 @ X64 ) @ ( in @ X64 @ X59 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
        @ ( mexists_di
          @ ^ [X65: $i] :
              ( mexists_di
              @ ^ [X66: $i] :
                  ( mexists_di
                  @ ^ [X67: $i] :
                      ( mexists_di
                      @ ^ [X68: $i] :
                          ( mexists_di
                          @ ^ [X69: $i] :
                              ( mexists_di
                              @ ^ [X70: $i] :
                                  ( mexists_di
                                  @ ^ [X71: $i] :
                                      ( mexists_di
                                      @ ^ [X72: $i] :
                                          ( mexists_di
                                          @ ^ [X73: $i] :
                                              ( mexists_di
                                              @ ^ [X74: $i] : ( mand @ ( seat @ X65 ) @ ( mand @ ( furniture @ X65 ) @ ( mand @ ( front @ X65 ) @ ( mand @ ( seat @ X66 ) @ ( mand @ ( furniture @ X66 ) @ ( mand @ ( front @ X66 ) @ ( mand @ ( hollywood @ X67 ) @ ( mand @ ( city @ X67 ) @ ( mand @ ( event @ X68 ) @ ( mand @ ( chevy @ X69 ) @ ( mand @ ( car @ X69 ) @ ( mand @ ( white @ X69 ) @ ( mand @ ( dirty @ X69 ) @ ( mand @ ( old @ X69 ) @ ( mand @ ( street @ X70 ) @ ( mand @ ( way @ X70 ) @ ( mand @ ( lonely @ X70 ) @ ( mand @ ( barrel @ X68 @ X69 ) @ ( mand @ ( down @ X68 @ X70 ) @ ( mand @ ( in @ X68 @ X67 ) @ ( mand @ ( mnot @ ( qmltpeq @ X71 @ X72 ) ) @ ( mand @ ( fellow @ X71 ) @ ( mand @ ( man @ X71 ) @ ( mand @ ( young @ X71 ) @ ( mand @ ( fellow @ X72 ) @ ( mand @ ( man @ X72 ) @ ( mand @ ( young @ X72 ) @ ( mand @ ( qmltpeq @ X71 @ X73 ) @ ( mand @ ( in @ X73 @ X65 ) @ ( mand @ ( qmltpeq @ X72 @ X74 ) @ ( in @ X74 @ X66 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
      @ ( mimplies
        @ ( mexists_di
          @ ^ [X75: $i] :
              ( mexists_di
              @ ^ [X76: $i] :
                  ( mexists_di
                  @ ^ [X77: $i] :
                      ( mexists_di
                      @ ^ [X78: $i] :
                          ( mexists_di
                          @ ^ [X79: $i] :
                              ( mexists_di
                              @ ^ [X80: $i] :
                                  ( mexists_di
                                  @ ^ [X81: $i] :
                                      ( mexists_di
                                      @ ^ [X82: $i] :
                                          ( mexists_di
                                          @ ^ [X83: $i] :
                                              ( mexists_di
                                              @ ^ [X84: $i] : ( mand @ ( seat @ X75 ) @ ( mand @ ( furniture @ X75 ) @ ( mand @ ( front @ X75 ) @ ( mand @ ( seat @ X76 ) @ ( mand @ ( furniture @ X76 ) @ ( mand @ ( front @ X76 ) @ ( mand @ ( hollywood @ X77 ) @ ( mand @ ( city @ X77 ) @ ( mand @ ( event @ X78 ) @ ( mand @ ( chevy @ X79 ) @ ( mand @ ( car @ X79 ) @ ( mand @ ( white @ X79 ) @ ( mand @ ( dirty @ X79 ) @ ( mand @ ( old @ X79 ) @ ( mand @ ( street @ X80 ) @ ( mand @ ( way @ X80 ) @ ( mand @ ( lonely @ X80 ) @ ( mand @ ( barrel @ X78 @ X79 ) @ ( mand @ ( down @ X78 @ X80 ) @ ( mand @ ( in @ X78 @ X77 ) @ ( mand @ ( mnot @ ( qmltpeq @ X81 @ X82 ) ) @ ( mand @ ( fellow @ X81 ) @ ( mand @ ( man @ X81 ) @ ( mand @ ( young @ X81 ) @ ( mand @ ( fellow @ X82 ) @ ( mand @ ( man @ X82 ) @ ( mand @ ( young @ X82 ) @ ( mand @ ( qmltpeq @ X81 @ X83 ) @ ( mand @ ( in @ X83 @ X75 ) @ ( mand @ ( qmltpeq @ X82 @ X84 ) @ ( in @ X84 @ X76 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
        @ ( mexists_di
          @ ^ [X85: $i] :
              ( mexists_di
              @ ^ [X86: $i] :
                  ( mexists_di
                  @ ^ [X87: $i] :
                      ( mexists_di
                      @ ^ [X88: $i] :
                          ( mexists_di
                          @ ^ [X89: $i] :
                              ( mexists_di
                              @ ^ [X90: $i] :
                                  ( mexists_di
                                  @ ^ [X91: $i] :
                                      ( mexists_di
                                      @ ^ [X92: $i] :
                                          ( mexists_di
                                          @ ^ [X93: $i] :
                                              ( mexists_di
                                              @ ^ [X94: $i] : ( mand @ ( seat @ X85 ) @ ( mand @ ( furniture @ X85 ) @ ( mand @ ( front @ X85 ) @ ( mand @ ( seat @ X86 ) @ ( mand @ ( furniture @ X86 ) @ ( mand @ ( front @ X86 ) @ ( mand @ ( hollywood @ X87 ) @ ( mand @ ( city @ X87 ) @ ( mand @ ( event @ X88 ) @ ( mand @ ( street @ X89 ) @ ( mand @ ( way @ X89 ) @ ( mand @ ( lonely @ X89 ) @ ( mand @ ( chevy @ X90 ) @ ( mand @ ( car @ X90 ) @ ( mand @ ( white @ X90 ) @ ( mand @ ( dirty @ X90 ) @ ( mand @ ( old @ X90 ) @ ( mand @ ( barrel @ X88 @ X90 ) @ ( mand @ ( down @ X88 @ X89 ) @ ( mand @ ( in @ X88 @ X87 ) @ ( mand @ ( mnot @ ( qmltpeq @ X91 @ X92 ) ) @ ( mand @ ( fellow @ X91 ) @ ( mand @ ( man @ X91 ) @ ( mand @ ( young @ X91 ) @ ( mand @ ( fellow @ X92 ) @ ( mand @ ( man @ X92 ) @ ( mand @ ( young @ X92 ) @ ( mand @ ( qmltpeq @ X91 @ X93 ) @ ( mand @ ( in @ X93 @ X85 ) @ ( mand @ ( qmltpeq @ X92 @ X94 ) @ ( in @ X94 @ X86 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1) ).

thf(c_0_6,plain,
    ( epred1_0
  <=> ( ? [X104: $i] :
          ( ( eiw_di @ X104 @ mactual )
          & ? [X103: $i] :
              ( ( eiw_di @ X103 @ mactual )
              & ? [X102: $i] :
                  ( ( eiw_di @ X102 @ mactual )
                  & ? [X101: $i] :
                      ( ( eiw_di @ X101 @ mactual )
                      & ? [X100: $i] :
                          ( ( eiw_di @ X100 @ mactual )
                          & ? [X99: $i] :
                              ( ( eiw_di @ X99 @ mactual )
                              & ? [X98: $i] :
                                  ( ( eiw_di @ X98 @ mactual )
                                  & ? [X97: $i] :
                                      ( ( eiw_di @ X97 @ mactual )
                                      & ? [X96: $i] :
                                          ( ( eiw_di @ X96 @ mactual )
                                          & ? [X95: $i] :
                                              ( ( eiw_di @ X95 @ mactual )
                                              & ( seat @ X104 @ mactual )
                                              & ( furniture @ X104 @ mactual )
                                              & ( front @ X104 @ mactual )
                                              & ( seat @ X103 @ mactual )
                                              & ( furniture @ X103 @ mactual )
                                              & ( front @ X103 @ mactual )
                                              & ( hollywood @ X102 @ mactual )
                                              & ( city @ X102 @ mactual )
                                              & ( event @ X101 @ mactual )
                                              & ( street @ X100 @ mactual )
                                              & ( way @ X100 @ mactual )
                                              & ( lonely @ X100 @ mactual )
                                              & ( chevy @ X99 @ mactual )
                                              & ( car @ X99 @ mactual )
                                              & ( white @ X99 @ mactual )
                                              & ( dirty @ X99 @ mactual )
                                              & ( old @ X99 @ mactual )
                                              & ( barrel @ X101 @ X99 @ mactual )
                                              & ( down @ X101 @ X100 @ mactual )
                                              & ( in @ X101 @ X102 @ mactual )
                                              & ~ ( qmltpeq @ X98 @ X97 @ mactual )
                                              & ( fellow @ X98 @ mactual )
                                              & ( man @ X98 @ mactual )
                                              & ( young @ X98 @ mactual )
                                              & ( fellow @ X97 @ mactual )
                                              & ( man @ X97 @ mactual )
                                              & ( young @ X97 @ mactual )
                                              & ( qmltpeq @ X98 @ X96 @ mactual )
                                              & ( in @ X96 @ X104 @ mactual )
                                              & ( qmltpeq @ X97 @ X95 @ mactual )
                                              & ( in @ X95 @ X103 @ mactual ) ) ) ) ) ) ) ) ) ) )
     => ? [X114: $i] :
          ( ( eiw_di @ X114 @ mactual )
          & ? [X113: $i] :
              ( ( eiw_di @ X113 @ mactual )
              & ? [X112: $i] :
                  ( ( eiw_di @ X112 @ mactual )
                  & ? [X111: $i] :
                      ( ( eiw_di @ X111 @ mactual )
                      & ? [X110: $i] :
                          ( ( eiw_di @ X110 @ mactual )
                          & ? [X109: $i] :
                              ( ( eiw_di @ X109 @ mactual )
                              & ? [X108: $i] :
                                  ( ( eiw_di @ X108 @ mactual )
                                  & ? [X107: $i] :
                                      ( ( eiw_di @ X107 @ mactual )
                                      & ? [X106: $i] :
                                          ( ( eiw_di @ X106 @ mactual )
                                          & ? [X105: $i] :
                                              ( ( eiw_di @ X105 @ mactual )
                                              & ( seat @ X114 @ mactual )
                                              & ( furniture @ X114 @ mactual )
                                              & ( front @ X114 @ mactual )
                                              & ( seat @ X113 @ mactual )
                                              & ( furniture @ X113 @ mactual )
                                              & ( front @ X113 @ mactual )
                                              & ( hollywood @ X112 @ mactual )
                                              & ( city @ X112 @ mactual )
                                              & ( event @ X111 @ mactual )
                                              & ( chevy @ X110 @ mactual )
                                              & ( car @ X110 @ mactual )
                                              & ( white @ X110 @ mactual )
                                              & ( dirty @ X110 @ mactual )
                                              & ( old @ X110 @ mactual )
                                              & ( street @ X109 @ mactual )
                                              & ( way @ X109 @ mactual )
                                              & ( lonely @ X109 @ mactual )
                                              & ( barrel @ X111 @ X110 @ mactual )
                                              & ( down @ X111 @ X109 @ mactual )
                                              & ( in @ X111 @ X112 @ mactual )
                                              & ~ ( qmltpeq @ X108 @ X107 @ mactual )
                                              & ( fellow @ X108 @ mactual )
                                              & ( man @ X108 @ mactual )
                                              & ( young @ X108 @ mactual )
                                              & ( fellow @ X107 @ mactual )
                                              & ( man @ X107 @ mactual )
                                              & ( young @ X107 @ mactual )
                                              & ( qmltpeq @ X108 @ X106 @ mactual )
                                              & ( in @ X106 @ X114 @ mactual )
                                              & ( qmltpeq @ X107 @ X105 @ mactual )
                                              & ( in @ X105 @ X113 @ mactual ) ) ) ) ) ) ) ) ) ) ) ) ),
    introduced(definition) ).

thf(c_0_7,plain,
    ( ( ? [X104: $i] :
          ( ( eiw_di @ X104 @ mactual )
          & ? [X103: $i] :
              ( ( eiw_di @ X103 @ mactual )
              & ? [X102: $i] :
                  ( ( eiw_di @ X102 @ mactual )
                  & ? [X101: $i] :
                      ( ( eiw_di @ X101 @ mactual )
                      & ? [X100: $i] :
                          ( ( eiw_di @ X100 @ mactual )
                          & ? [X99: $i] :
                              ( ( eiw_di @ X99 @ mactual )
                              & ? [X98: $i] :
                                  ( ( eiw_di @ X98 @ mactual )
                                  & ? [X97: $i] :
                                      ( ( eiw_di @ X97 @ mactual )
                                      & ? [X96: $i] :
                                          ( ( eiw_di @ X96 @ mactual )
                                          & ? [X95: $i] :
                                              ( ( eiw_di @ X95 @ mactual )
                                              & ( seat @ X104 @ mactual )
                                              & ( furniture @ X104 @ mactual )
                                              & ( front @ X104 @ mactual )
                                              & ( seat @ X103 @ mactual )
                                              & ( furniture @ X103 @ mactual )
                                              & ( front @ X103 @ mactual )
                                              & ( hollywood @ X102 @ mactual )
                                              & ( city @ X102 @ mactual )
                                              & ( event @ X101 @ mactual )
                                              & ( street @ X100 @ mactual )
                                              & ( way @ X100 @ mactual )
                                              & ( lonely @ X100 @ mactual )
                                              & ( chevy @ X99 @ mactual )
                                              & ( car @ X99 @ mactual )
                                              & ( white @ X99 @ mactual )
                                              & ( dirty @ X99 @ mactual )
                                              & ( old @ X99 @ mactual )
                                              & ( barrel @ X101 @ X99 @ mactual )
                                              & ( down @ X101 @ X100 @ mactual )
                                              & ( in @ X101 @ X102 @ mactual )
                                              & ~ ( qmltpeq @ X98 @ X97 @ mactual )
                                              & ( fellow @ X98 @ mactual )
                                              & ( man @ X98 @ mactual )
                                              & ( young @ X98 @ mactual )
                                              & ( fellow @ X97 @ mactual )
                                              & ( man @ X97 @ mactual )
                                              & ( young @ X97 @ mactual )
                                              & ( qmltpeq @ X98 @ X96 @ mactual )
                                              & ( in @ X96 @ X104 @ mactual )
                                              & ( qmltpeq @ X97 @ X95 @ mactual )
                                              & ( in @ X95 @ X103 @ mactual ) ) ) ) ) ) ) ) ) ) )
     => ? [X114: $i] :
          ( ( eiw_di @ X114 @ mactual )
          & ? [X113: $i] :
              ( ( eiw_di @ X113 @ mactual )
              & ? [X112: $i] :
                  ( ( eiw_di @ X112 @ mactual )
                  & ? [X111: $i] :
                      ( ( eiw_di @ X111 @ mactual )
                      & ? [X110: $i] :
                          ( ( eiw_di @ X110 @ mactual )
                          & ? [X109: $i] :
                              ( ( eiw_di @ X109 @ mactual )
                              & ? [X108: $i] :
                                  ( ( eiw_di @ X108 @ mactual )
                                  & ? [X107: $i] :
                                      ( ( eiw_di @ X107 @ mactual )
                                      & ? [X106: $i] :
                                          ( ( eiw_di @ X106 @ mactual )
                                          & ? [X105: $i] :
                                              ( ( eiw_di @ X105 @ mactual )
                                              & ( seat @ X114 @ mactual )
                                              & ( furniture @ X114 @ mactual )
                                              & ( front @ X114 @ mactual )
                                              & ( seat @ X113 @ mactual )
                                              & ( furniture @ X113 @ mactual )
                                              & ( front @ X113 @ mactual )
                                              & ( hollywood @ X112 @ mactual )
                                              & ( city @ X112 @ mactual )
                                              & ( event @ X111 @ mactual )
                                              & ( chevy @ X110 @ mactual )
                                              & ( car @ X110 @ mactual )
                                              & ( white @ X110 @ mactual )
                                              & ( dirty @ X110 @ mactual )
                                              & ( old @ X110 @ mactual )
                                              & ( street @ X109 @ mactual )
                                              & ( way @ X109 @ mactual )
                                              & ( lonely @ X109 @ mactual )
                                              & ( barrel @ X111 @ X110 @ mactual )
                                              & ( down @ X111 @ X109 @ mactual )
                                              & ( in @ X111 @ X112 @ mactual )
                                              & ~ ( qmltpeq @ X108 @ X107 @ mactual )
                                              & ( fellow @ X108 @ mactual )
                                              & ( man @ X108 @ mactual )
                                              & ( young @ X108 @ mactual )
                                              & ( fellow @ X107 @ mactual )
                                              & ( man @ X107 @ mactual )
                                              & ( young @ X107 @ mactual )
                                              & ( qmltpeq @ X108 @ X106 @ mactual )
                                              & ( in @ X106 @ X114 @ mactual )
                                              & ( qmltpeq @ X107 @ X105 @ mactual )
                                              & ( in @ X105 @ X113 @ mactual ) ) ) ) ) ) ) ) ) ) ) )
   => epred1_0 ),
    inference(split_equiv,[status(thm)],[c_0_6]) ).

thf(c_0_8,plain,
    ! [X145: $i,X146: $i,X147: $i,X148: $i,X149: $i,X150: $i,X151: $i,X152: $i,X153: $i,X154: $i] :
      ( ( ( eiw_di @ esk1_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk2_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk3_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk4_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk5_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk6_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk7_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk8_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk9_0 @ mactual )
        | epred1_0 )
      & ( ( eiw_di @ esk10_0 @ mactual )
        | epred1_0 )
      & ( ( seat @ esk1_0 @ mactual )
        | epred1_0 )
      & ( ( furniture @ esk1_0 @ mactual )
        | epred1_0 )
      & ( ( front @ esk1_0 @ mactual )
        | epred1_0 )
      & ( ( seat @ esk2_0 @ mactual )
        | epred1_0 )
      & ( ( furniture @ esk2_0 @ mactual )
        | epred1_0 )
      & ( ( front @ esk2_0 @ mactual )
        | epred1_0 )
      & ( ( hollywood @ esk3_0 @ mactual )
        | epred1_0 )
      & ( ( city @ esk3_0 @ mactual )
        | epred1_0 )
      & ( ( event @ esk4_0 @ mactual )
        | epred1_0 )
      & ( ( street @ esk5_0 @ mactual )
        | epred1_0 )
      & ( ( way @ esk5_0 @ mactual )
        | epred1_0 )
      & ( ( lonely @ esk5_0 @ mactual )
        | epred1_0 )
      & ( ( chevy @ esk6_0 @ mactual )
        | epred1_0 )
      & ( ( car @ esk6_0 @ mactual )
        | epred1_0 )
      & ( ( white @ esk6_0 @ mactual )
        | epred1_0 )
      & ( ( dirty @ esk6_0 @ mactual )
        | epred1_0 )
      & ( ( old @ esk6_0 @ mactual )
        | epred1_0 )
      & ( ( barrel @ esk4_0 @ esk6_0 @ mactual )
        | epred1_0 )
      & ( ( down @ esk4_0 @ esk5_0 @ mactual )
        | epred1_0 )
      & ( ( in @ esk4_0 @ esk3_0 @ mactual )
        | epred1_0 )
      & ( ~ ( qmltpeq @ esk7_0 @ esk8_0 @ mactual )
        | epred1_0 )
      & ( ( fellow @ esk7_0 @ mactual )
        | epred1_0 )
      & ( ( man @ esk7_0 @ mactual )
        | epred1_0 )
      & ( ( young @ esk7_0 @ mactual )
        | epred1_0 )
      & ( ( fellow @ esk8_0 @ mactual )
        | epred1_0 )
      & ( ( man @ esk8_0 @ mactual )
        | epred1_0 )
      & ( ( young @ esk8_0 @ mactual )
        | epred1_0 )
      & ( ( qmltpeq @ esk7_0 @ esk9_0 @ mactual )
        | epred1_0 )
      & ( ( in @ esk9_0 @ esk1_0 @ mactual )
        | epred1_0 )
      & ( ( qmltpeq @ esk8_0 @ esk10_0 @ mactual )
        | epred1_0 )
      & ( ( in @ esk10_0 @ esk2_0 @ mactual )
        | epred1_0 )
      & ( ~ ( eiw_di @ X145 @ mactual )
        | ~ ( eiw_di @ X146 @ mactual )
        | ~ ( eiw_di @ X147 @ mactual )
        | ~ ( eiw_di @ X148 @ mactual )
        | ~ ( eiw_di @ X149 @ mactual )
        | ~ ( eiw_di @ X150 @ mactual )
        | ~ ( eiw_di @ X151 @ mactual )
        | ~ ( eiw_di @ X152 @ mactual )
        | ~ ( eiw_di @ X153 @ mactual )
        | ~ ( eiw_di @ X154 @ mactual )
        | ~ ( seat @ X145 @ mactual )
        | ~ ( furniture @ X145 @ mactual )
        | ~ ( front @ X145 @ mactual )
        | ~ ( seat @ X146 @ mactual )
        | ~ ( furniture @ X146 @ mactual )
        | ~ ( front @ X146 @ mactual )
        | ~ ( hollywood @ X147 @ mactual )
        | ~ ( city @ X147 @ mactual )
        | ~ ( event @ X148 @ mactual )
        | ~ ( chevy @ X149 @ mactual )
        | ~ ( car @ X149 @ mactual )
        | ~ ( white @ X149 @ mactual )
        | ~ ( dirty @ X149 @ mactual )
        | ~ ( old @ X149 @ mactual )
        | ~ ( street @ X150 @ mactual )
        | ~ ( way @ X150 @ mactual )
        | ~ ( lonely @ X150 @ mactual )
        | ~ ( barrel @ X148 @ X149 @ mactual )
        | ~ ( down @ X148 @ X150 @ mactual )
        | ~ ( in @ X148 @ X147 @ mactual )
        | ( qmltpeq @ X151 @ X152 @ mactual )
        | ~ ( fellow @ X151 @ mactual )
        | ~ ( man @ X151 @ mactual )
        | ~ ( young @ X151 @ mactual )
        | ~ ( fellow @ X152 @ mactual )
        | ~ ( man @ X152 @ mactual )
        | ~ ( young @ X152 @ mactual )
        | ~ ( qmltpeq @ X151 @ X153 @ mactual )
        | ~ ( in @ X153 @ X145 @ mactual )
        | ~ ( qmltpeq @ X152 @ X154 @ mactual )
        | ~ ( in @ X154 @ X146 @ mactual )
        | epred1_0 ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_7])])])])])]) ).

thf(c_0_9,plain,
    ! [X6: $i,X10: $i,X12: $i,X13: $i,X14: $i,X11: $i,X15: $i,X17: $i,X16: $i,X9: $i] :
      ( ( qmltpeq @ X14 @ X15 @ mactual )
      | epred1_0
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( eiw_di @ X11 @ mactual )
      | ~ ( eiw_di @ X12 @ mactual )
      | ~ ( eiw_di @ X13 @ mactual )
      | ~ ( eiw_di @ X14 @ mactual )
      | ~ ( eiw_di @ X15 @ mactual )
      | ~ ( eiw_di @ X16 @ mactual )
      | ~ ( eiw_di @ X17 @ mactual )
      | ~ ( seat @ X6 @ mactual )
      | ~ ( furniture @ X6 @ mactual )
      | ~ ( front @ X6 @ mactual )
      | ~ ( seat @ X9 @ mactual )
      | ~ ( furniture @ X9 @ mactual )
      | ~ ( front @ X9 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( event @ X11 @ mactual )
      | ~ ( chevy @ X12 @ mactual )
      | ~ ( car @ X12 @ mactual )
      | ~ ( white @ X12 @ mactual )
      | ~ ( dirty @ X12 @ mactual )
      | ~ ( old @ X12 @ mactual )
      | ~ ( street @ X13 @ mactual )
      | ~ ( way @ X13 @ mactual )
      | ~ ( lonely @ X13 @ mactual )
      | ~ ( barrel @ X11 @ X12 @ mactual )
      | ~ ( down @ X11 @ X13 @ mactual )
      | ~ ( in @ X11 @ X10 @ mactual )
      | ~ ( fellow @ X14 @ mactual )
      | ~ ( man @ X14 @ mactual )
      | ~ ( young @ X14 @ mactual )
      | ~ ( fellow @ X15 @ mactual )
      | ~ ( man @ X15 @ mactual )
      | ~ ( young @ X15 @ mactual )
      | ~ ( qmltpeq @ X14 @ X16 @ mactual )
      | ~ ( in @ X16 @ X6 @ mactual )
      | ~ ( qmltpeq @ X15 @ X17 @ mactual )
      | ~ ( in @ X17 @ X9 @ mactual ) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_10,plain,
    ( ( barrel @ esk4_0 @ esk6_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_11,plain,
    ( ( event @ esk4_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_12,plain,
    ( ( car @ esk6_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_13,plain,
    ( ( white @ esk6_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_14,plain,
    ( ( old @ esk6_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_15,plain,
    ( ( dirty @ esk6_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_16,plain,
    ( ( chevy @ esk6_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_17,plain,
    ( ( eiw_di @ esk4_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_18,plain,
    ( ( eiw_di @ esk6_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_19,plain,
    ! [X6: $i,X10: $i,X9: $i,X12: $i,X15: $i,X14: $i,X13: $i,X11: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred1_0
      | ~ ( in @ esk4_0 @ X10 @ mactual )
      | ~ ( down @ esk4_0 @ X11 @ mactual )
      | ~ ( in @ X12 @ X13 @ mactual )
      | ~ ( in @ X14 @ X15 @ mactual )
      | ~ ( qmltpeq @ X9 @ X12 @ mactual )
      | ~ ( qmltpeq @ X6 @ X14 @ mactual )
      | ~ ( eiw_di @ X12 @ mactual )
      | ~ ( eiw_di @ X14 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X11 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( eiw_di @ X13 @ mactual )
      | ~ ( eiw_di @ X15 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( way @ X11 @ mactual )
      | ~ ( seat @ X13 @ mactual )
      | ~ ( seat @ X15 @ mactual )
      | ~ ( furniture @ X13 @ mactual )
      | ~ ( furniture @ X15 @ mactual )
      | ~ ( street @ X11 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( front @ X13 @ mactual )
      | ~ ( front @ X15 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual )
      | ~ ( lonely @ X11 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_10]),c_0_11]),c_0_12]),c_0_13]),c_0_14]),c_0_15]),c_0_16]),c_0_17]),c_0_18]) ).

thf(c_0_20,plain,
    ( ( down @ esk4_0 @ esk5_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_21,plain,
    ( ( lonely @ esk5_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_22,plain,
    ( ( street @ esk5_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_23,plain,
    ( ( way @ esk5_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_24,plain,
    ( ( eiw_di @ esk5_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_25,plain,
    ( epred2_0
  <=> ( ? [X124: $i] :
          ( ( eiw_di @ X124 @ mactual )
          & ? [X123: $i] :
              ( ( eiw_di @ X123 @ mactual )
              & ? [X122: $i] :
                  ( ( eiw_di @ X122 @ mactual )
                  & ? [X121: $i] :
                      ( ( eiw_di @ X121 @ mactual )
                      & ? [X120: $i] :
                          ( ( eiw_di @ X120 @ mactual )
                          & ? [X119: $i] :
                              ( ( eiw_di @ X119 @ mactual )
                              & ? [X118: $i] :
                                  ( ( eiw_di @ X118 @ mactual )
                                  & ? [X117: $i] :
                                      ( ( eiw_di @ X117 @ mactual )
                                      & ? [X116: $i] :
                                          ( ( eiw_di @ X116 @ mactual )
                                          & ? [X115: $i] :
                                              ( ( eiw_di @ X115 @ mactual )
                                              & ( seat @ X124 @ mactual )
                                              & ( furniture @ X124 @ mactual )
                                              & ( front @ X124 @ mactual )
                                              & ( seat @ X123 @ mactual )
                                              & ( furniture @ X123 @ mactual )
                                              & ( front @ X123 @ mactual )
                                              & ( hollywood @ X122 @ mactual )
                                              & ( city @ X122 @ mactual )
                                              & ( event @ X121 @ mactual )
                                              & ( chevy @ X120 @ mactual )
                                              & ( car @ X120 @ mactual )
                                              & ( white @ X120 @ mactual )
                                              & ( dirty @ X120 @ mactual )
                                              & ( old @ X120 @ mactual )
                                              & ( street @ X119 @ mactual )
                                              & ( way @ X119 @ mactual )
                                              & ( lonely @ X119 @ mactual )
                                              & ( barrel @ X121 @ X120 @ mactual )
                                              & ( down @ X121 @ X119 @ mactual )
                                              & ( in @ X121 @ X122 @ mactual )
                                              & ~ ( qmltpeq @ X118 @ X117 @ mactual )
                                              & ( fellow @ X118 @ mactual )
                                              & ( man @ X118 @ mactual )
                                              & ( young @ X118 @ mactual )
                                              & ( fellow @ X117 @ mactual )
                                              & ( man @ X117 @ mactual )
                                              & ( young @ X117 @ mactual )
                                              & ( qmltpeq @ X118 @ X116 @ mactual )
                                              & ( in @ X116 @ X124 @ mactual )
                                              & ( qmltpeq @ X117 @ X115 @ mactual )
                                              & ( in @ X115 @ X123 @ mactual ) ) ) ) ) ) ) ) ) ) )
     => ? [X134: $i] :
          ( ( eiw_di @ X134 @ mactual )
          & ? [X133: $i] :
              ( ( eiw_di @ X133 @ mactual )
              & ? [X132: $i] :
                  ( ( eiw_di @ X132 @ mactual )
                  & ? [X131: $i] :
                      ( ( eiw_di @ X131 @ mactual )
                      & ? [X130: $i] :
                          ( ( eiw_di @ X130 @ mactual )
                          & ? [X129: $i] :
                              ( ( eiw_di @ X129 @ mactual )
                              & ? [X128: $i] :
                                  ( ( eiw_di @ X128 @ mactual )
                                  & ? [X127: $i] :
                                      ( ( eiw_di @ X127 @ mactual )
                                      & ? [X126: $i] :
                                          ( ( eiw_di @ X126 @ mactual )
                                          & ? [X125: $i] :
                                              ( ( eiw_di @ X125 @ mactual )
                                              & ( seat @ X134 @ mactual )
                                              & ( furniture @ X134 @ mactual )
                                              & ( front @ X134 @ mactual )
                                              & ( seat @ X133 @ mactual )
                                              & ( furniture @ X133 @ mactual )
                                              & ( front @ X133 @ mactual )
                                              & ( hollywood @ X132 @ mactual )
                                              & ( city @ X132 @ mactual )
                                              & ( event @ X131 @ mactual )
                                              & ( street @ X130 @ mactual )
                                              & ( way @ X130 @ mactual )
                                              & ( lonely @ X130 @ mactual )
                                              & ( chevy @ X129 @ mactual )
                                              & ( car @ X129 @ mactual )
                                              & ( white @ X129 @ mactual )
                                              & ( dirty @ X129 @ mactual )
                                              & ( old @ X129 @ mactual )
                                              & ( barrel @ X131 @ X129 @ mactual )
                                              & ( down @ X131 @ X130 @ mactual )
                                              & ( in @ X131 @ X132 @ mactual )
                                              & ~ ( qmltpeq @ X128 @ X127 @ mactual )
                                              & ( fellow @ X128 @ mactual )
                                              & ( man @ X128 @ mactual )
                                              & ( young @ X128 @ mactual )
                                              & ( fellow @ X127 @ mactual )
                                              & ( man @ X127 @ mactual )
                                              & ( young @ X127 @ mactual )
                                              & ( qmltpeq @ X128 @ X126 @ mactual )
                                              & ( in @ X126 @ X134 @ mactual )
                                              & ( qmltpeq @ X127 @ X125 @ mactual )
                                              & ( in @ X125 @ X133 @ mactual ) ) ) ) ) ) ) ) ) ) ) ) ),
    introduced(definition) ).

thf(c_0_26,plain,
    ! [X11: $i,X10: $i,X12: $i,X14: $i,X13: $i,X9: $i,X6: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred1_0
      | ~ ( in @ esk4_0 @ X10 @ mactual )
      | ~ ( in @ X11 @ X12 @ mactual )
      | ~ ( in @ X13 @ X14 @ mactual )
      | ~ ( qmltpeq @ X9 @ X11 @ mactual )
      | ~ ( qmltpeq @ X6 @ X13 @ mactual )
      | ~ ( eiw_di @ X11 @ mactual )
      | ~ ( eiw_di @ X13 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( eiw_di @ X12 @ mactual )
      | ~ ( eiw_di @ X14 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( seat @ X12 @ mactual )
      | ~ ( seat @ X14 @ mactual )
      | ~ ( furniture @ X12 @ mactual )
      | ~ ( furniture @ X14 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( front @ X12 @ mactual )
      | ~ ( front @ X14 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_20]),c_0_21]),c_0_22]),c_0_23]),c_0_24]) ).

thf(c_0_27,plain,
    ( ( in @ esk10_0 @ esk2_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_28,plain,
    ( ( front @ esk2_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_29,plain,
    ( ( furniture @ esk2_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_30,plain,
    ( ( seat @ esk2_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_31,plain,
    ( ( eiw_di @ esk2_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_32,plain,
    ( ( eiw_di @ esk10_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_33,plain,
    ( ( ? [X124: $i] :
          ( ( eiw_di @ X124 @ mactual )
          & ? [X123: $i] :
              ( ( eiw_di @ X123 @ mactual )
              & ? [X122: $i] :
                  ( ( eiw_di @ X122 @ mactual )
                  & ? [X121: $i] :
                      ( ( eiw_di @ X121 @ mactual )
                      & ? [X120: $i] :
                          ( ( eiw_di @ X120 @ mactual )
                          & ? [X119: $i] :
                              ( ( eiw_di @ X119 @ mactual )
                              & ? [X118: $i] :
                                  ( ( eiw_di @ X118 @ mactual )
                                  & ? [X117: $i] :
                                      ( ( eiw_di @ X117 @ mactual )
                                      & ? [X116: $i] :
                                          ( ( eiw_di @ X116 @ mactual )
                                          & ? [X115: $i] :
                                              ( ( eiw_di @ X115 @ mactual )
                                              & ( seat @ X124 @ mactual )
                                              & ( furniture @ X124 @ mactual )
                                              & ( front @ X124 @ mactual )
                                              & ( seat @ X123 @ mactual )
                                              & ( furniture @ X123 @ mactual )
                                              & ( front @ X123 @ mactual )
                                              & ( hollywood @ X122 @ mactual )
                                              & ( city @ X122 @ mactual )
                                              & ( event @ X121 @ mactual )
                                              & ( chevy @ X120 @ mactual )
                                              & ( car @ X120 @ mactual )
                                              & ( white @ X120 @ mactual )
                                              & ( dirty @ X120 @ mactual )
                                              & ( old @ X120 @ mactual )
                                              & ( street @ X119 @ mactual )
                                              & ( way @ X119 @ mactual )
                                              & ( lonely @ X119 @ mactual )
                                              & ( barrel @ X121 @ X120 @ mactual )
                                              & ( down @ X121 @ X119 @ mactual )
                                              & ( in @ X121 @ X122 @ mactual )
                                              & ~ ( qmltpeq @ X118 @ X117 @ mactual )
                                              & ( fellow @ X118 @ mactual )
                                              & ( man @ X118 @ mactual )
                                              & ( young @ X118 @ mactual )
                                              & ( fellow @ X117 @ mactual )
                                              & ( man @ X117 @ mactual )
                                              & ( young @ X117 @ mactual )
                                              & ( qmltpeq @ X118 @ X116 @ mactual )
                                              & ( in @ X116 @ X124 @ mactual )
                                              & ( qmltpeq @ X117 @ X115 @ mactual )
                                              & ( in @ X115 @ X123 @ mactual ) ) ) ) ) ) ) ) ) ) )
     => ? [X134: $i] :
          ( ( eiw_di @ X134 @ mactual )
          & ? [X133: $i] :
              ( ( eiw_di @ X133 @ mactual )
              & ? [X132: $i] :
                  ( ( eiw_di @ X132 @ mactual )
                  & ? [X131: $i] :
                      ( ( eiw_di @ X131 @ mactual )
                      & ? [X130: $i] :
                          ( ( eiw_di @ X130 @ mactual )
                          & ? [X129: $i] :
                              ( ( eiw_di @ X129 @ mactual )
                              & ? [X128: $i] :
                                  ( ( eiw_di @ X128 @ mactual )
                                  & ? [X127: $i] :
                                      ( ( eiw_di @ X127 @ mactual )
                                      & ? [X126: $i] :
                                          ( ( eiw_di @ X126 @ mactual )
                                          & ? [X125: $i] :
                                              ( ( eiw_di @ X125 @ mactual )
                                              & ( seat @ X134 @ mactual )
                                              & ( furniture @ X134 @ mactual )
                                              & ( front @ X134 @ mactual )
                                              & ( seat @ X133 @ mactual )
                                              & ( furniture @ X133 @ mactual )
                                              & ( front @ X133 @ mactual )
                                              & ( hollywood @ X132 @ mactual )
                                              & ( city @ X132 @ mactual )
                                              & ( event @ X131 @ mactual )
                                              & ( street @ X130 @ mactual )
                                              & ( way @ X130 @ mactual )
                                              & ( lonely @ X130 @ mactual )
                                              & ( chevy @ X129 @ mactual )
                                              & ( car @ X129 @ mactual )
                                              & ( white @ X129 @ mactual )
                                              & ( dirty @ X129 @ mactual )
                                              & ( old @ X129 @ mactual )
                                              & ( barrel @ X131 @ X129 @ mactual )
                                              & ( down @ X131 @ X130 @ mactual )
                                              & ( in @ X131 @ X132 @ mactual )
                                              & ~ ( qmltpeq @ X128 @ X127 @ mactual )
                                              & ( fellow @ X128 @ mactual )
                                              & ( man @ X128 @ mactual )
                                              & ( young @ X128 @ mactual )
                                              & ( fellow @ X127 @ mactual )
                                              & ( man @ X127 @ mactual )
                                              & ( young @ X127 @ mactual )
                                              & ( qmltpeq @ X128 @ X126 @ mactual )
                                              & ( in @ X126 @ X134 @ mactual )
                                              & ( qmltpeq @ X127 @ X125 @ mactual )
                                              & ( in @ X125 @ X133 @ mactual ) ) ) ) ) ) ) ) ) ) ) )
   => epred2_0 ),
    inference(split_equiv,[status(thm)],[c_0_25]) ).

thf(c_0_34,plain,
    ! [X10: $i,X11: $i,X12: $i,X9: $i,X6: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred1_0
      | ~ ( in @ esk4_0 @ X10 @ mactual )
      | ~ ( qmltpeq @ X9 @ esk10_0 @ mactual )
      | ~ ( in @ X11 @ X12 @ mactual )
      | ~ ( qmltpeq @ X6 @ X11 @ mactual )
      | ~ ( eiw_di @ X11 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( eiw_di @ X12 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( seat @ X12 @ mactual )
      | ~ ( furniture @ X12 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( front @ X12 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_27]),c_0_28]),c_0_29]),c_0_30]),c_0_31]),c_0_32]) ).

thf(c_0_35,plain,
    ( ( in @ esk9_0 @ esk1_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_36,plain,
    ( ( front @ esk1_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_37,plain,
    ( ( furniture @ esk1_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_38,plain,
    ( ( seat @ esk1_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_39,plain,
    ( ( eiw_di @ esk1_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_40,plain,
    ( ( eiw_di @ esk9_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_41,plain,
    ! [X165: $i,X166: $i,X167: $i,X168: $i,X169: $i,X170: $i,X171: $i,X172: $i,X173: $i,X174: $i] :
      ( ( ( eiw_di @ esk11_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk12_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk13_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk14_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk15_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk16_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk17_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk18_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk19_0 @ mactual )
        | epred2_0 )
      & ( ( eiw_di @ esk20_0 @ mactual )
        | epred2_0 )
      & ( ( seat @ esk11_0 @ mactual )
        | epred2_0 )
      & ( ( furniture @ esk11_0 @ mactual )
        | epred2_0 )
      & ( ( front @ esk11_0 @ mactual )
        | epred2_0 )
      & ( ( seat @ esk12_0 @ mactual )
        | epred2_0 )
      & ( ( furniture @ esk12_0 @ mactual )
        | epred2_0 )
      & ( ( front @ esk12_0 @ mactual )
        | epred2_0 )
      & ( ( hollywood @ esk13_0 @ mactual )
        | epred2_0 )
      & ( ( city @ esk13_0 @ mactual )
        | epred2_0 )
      & ( ( event @ esk14_0 @ mactual )
        | epred2_0 )
      & ( ( chevy @ esk15_0 @ mactual )
        | epred2_0 )
      & ( ( car @ esk15_0 @ mactual )
        | epred2_0 )
      & ( ( white @ esk15_0 @ mactual )
        | epred2_0 )
      & ( ( dirty @ esk15_0 @ mactual )
        | epred2_0 )
      & ( ( old @ esk15_0 @ mactual )
        | epred2_0 )
      & ( ( street @ esk16_0 @ mactual )
        | epred2_0 )
      & ( ( way @ esk16_0 @ mactual )
        | epred2_0 )
      & ( ( lonely @ esk16_0 @ mactual )
        | epred2_0 )
      & ( ( barrel @ esk14_0 @ esk15_0 @ mactual )
        | epred2_0 )
      & ( ( down @ esk14_0 @ esk16_0 @ mactual )
        | epred2_0 )
      & ( ( in @ esk14_0 @ esk13_0 @ mactual )
        | epred2_0 )
      & ( ~ ( qmltpeq @ esk17_0 @ esk18_0 @ mactual )
        | epred2_0 )
      & ( ( fellow @ esk17_0 @ mactual )
        | epred2_0 )
      & ( ( man @ esk17_0 @ mactual )
        | epred2_0 )
      & ( ( young @ esk17_0 @ mactual )
        | epred2_0 )
      & ( ( fellow @ esk18_0 @ mactual )
        | epred2_0 )
      & ( ( man @ esk18_0 @ mactual )
        | epred2_0 )
      & ( ( young @ esk18_0 @ mactual )
        | epred2_0 )
      & ( ( qmltpeq @ esk17_0 @ esk19_0 @ mactual )
        | epred2_0 )
      & ( ( in @ esk19_0 @ esk11_0 @ mactual )
        | epred2_0 )
      & ( ( qmltpeq @ esk18_0 @ esk20_0 @ mactual )
        | epred2_0 )
      & ( ( in @ esk20_0 @ esk12_0 @ mactual )
        | epred2_0 )
      & ( ~ ( eiw_di @ X165 @ mactual )
        | ~ ( eiw_di @ X166 @ mactual )
        | ~ ( eiw_di @ X167 @ mactual )
        | ~ ( eiw_di @ X168 @ mactual )
        | ~ ( eiw_di @ X169 @ mactual )
        | ~ ( eiw_di @ X170 @ mactual )
        | ~ ( eiw_di @ X171 @ mactual )
        | ~ ( eiw_di @ X172 @ mactual )
        | ~ ( eiw_di @ X173 @ mactual )
        | ~ ( eiw_di @ X174 @ mactual )
        | ~ ( seat @ X165 @ mactual )
        | ~ ( furniture @ X165 @ mactual )
        | ~ ( front @ X165 @ mactual )
        | ~ ( seat @ X166 @ mactual )
        | ~ ( furniture @ X166 @ mactual )
        | ~ ( front @ X166 @ mactual )
        | ~ ( hollywood @ X167 @ mactual )
        | ~ ( city @ X167 @ mactual )
        | ~ ( event @ X168 @ mactual )
        | ~ ( street @ X169 @ mactual )
        | ~ ( way @ X169 @ mactual )
        | ~ ( lonely @ X169 @ mactual )
        | ~ ( chevy @ X170 @ mactual )
        | ~ ( car @ X170 @ mactual )
        | ~ ( white @ X170 @ mactual )
        | ~ ( dirty @ X170 @ mactual )
        | ~ ( old @ X170 @ mactual )
        | ~ ( barrel @ X168 @ X170 @ mactual )
        | ~ ( down @ X168 @ X169 @ mactual )
        | ~ ( in @ X168 @ X167 @ mactual )
        | ( qmltpeq @ X171 @ X172 @ mactual )
        | ~ ( fellow @ X171 @ mactual )
        | ~ ( man @ X171 @ mactual )
        | ~ ( young @ X171 @ mactual )
        | ~ ( fellow @ X172 @ mactual )
        | ~ ( man @ X172 @ mactual )
        | ~ ( young @ X172 @ mactual )
        | ~ ( qmltpeq @ X171 @ X173 @ mactual )
        | ~ ( in @ X173 @ X165 @ mactual )
        | ~ ( qmltpeq @ X172 @ X174 @ mactual )
        | ~ ( in @ X174 @ X166 @ mactual )
        | epred2_0 ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_33])])])])])]) ).

thf(c_0_42,plain,
    ( mlocal
    = ( ^ [Z0: mworld > $o] : ( Z0 @ mactual ) ) ),
    inference(fof_simplification,[status(thm)],[mlocal_def]) ).

thf(c_0_43,plain,
    ( mexists_di
    = ( ^ [Z0: $i > mworld > $o,Z1: mworld] :
        ? [X6: $i] :
          ( ( eiw_di @ X6 @ Z1 )
          & ( Z0 @ X6 @ Z1 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mexists_di_def]) ).

thf(c_0_44,plain,
    ( mimplies
    = ( ^ [Z0: mworld > $o,Z1: mworld > $o,Z2: mworld] :
          ( ( Z0 @ Z2 )
         => ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mimplies_def]) ).

thf(c_0_45,plain,
    ( mand
    = ( ^ [Z0: mworld > $o,Z1: mworld > $o,Z2: mworld] :
          ( ( Z0 @ Z2 )
          & ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mand_def]) ).

thf(c_0_46,plain,
    ( mnot
    = ( ^ [Z0: mworld > $o,Z1: mworld] :
          ~ ( Z0 @ Z1 ) ) ),
    inference(fof_simplification,[status(thm)],[mnot_def]) ).

thf(c_0_47,plain,
    ! [X10: $i,X9: $i,X6: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred1_0
      | ~ ( in @ esk4_0 @ X10 @ mactual )
      | ~ ( qmltpeq @ X9 @ esk10_0 @ mactual )
      | ~ ( qmltpeq @ X6 @ esk9_0 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_35]),c_0_36]),c_0_37]),c_0_38]),c_0_39]),c_0_40]) ).

thf(c_0_48,plain,
    ( ( city @ esk3_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_49,plain,
    ( ( hollywood @ esk3_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_50,plain,
    ( ( eiw_di @ esk3_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_51,plain,
    ( ( in @ esk4_0 @ esk3_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_52,plain,
    ! [X6: $i,X10: $i,X12: $i,X13: $i,X14: $i,X11: $i,X15: $i,X17: $i,X16: $i,X9: $i] :
      ( ( qmltpeq @ X14 @ X15 @ mactual )
      | epred2_0
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( eiw_di @ X11 @ mactual )
      | ~ ( eiw_di @ X12 @ mactual )
      | ~ ( eiw_di @ X13 @ mactual )
      | ~ ( eiw_di @ X14 @ mactual )
      | ~ ( eiw_di @ X15 @ mactual )
      | ~ ( eiw_di @ X16 @ mactual )
      | ~ ( eiw_di @ X17 @ mactual )
      | ~ ( seat @ X6 @ mactual )
      | ~ ( furniture @ X6 @ mactual )
      | ~ ( front @ X6 @ mactual )
      | ~ ( seat @ X9 @ mactual )
      | ~ ( furniture @ X9 @ mactual )
      | ~ ( front @ X9 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( event @ X11 @ mactual )
      | ~ ( street @ X12 @ mactual )
      | ~ ( way @ X12 @ mactual )
      | ~ ( lonely @ X12 @ mactual )
      | ~ ( chevy @ X13 @ mactual )
      | ~ ( car @ X13 @ mactual )
      | ~ ( white @ X13 @ mactual )
      | ~ ( dirty @ X13 @ mactual )
      | ~ ( old @ X13 @ mactual )
      | ~ ( barrel @ X11 @ X13 @ mactual )
      | ~ ( down @ X11 @ X12 @ mactual )
      | ~ ( in @ X11 @ X10 @ mactual )
      | ~ ( fellow @ X14 @ mactual )
      | ~ ( man @ X14 @ mactual )
      | ~ ( young @ X14 @ mactual )
      | ~ ( fellow @ X15 @ mactual )
      | ~ ( man @ X15 @ mactual )
      | ~ ( young @ X15 @ mactual )
      | ~ ( qmltpeq @ X14 @ X16 @ mactual )
      | ~ ( in @ X16 @ X6 @ mactual )
      | ~ ( qmltpeq @ X15 @ X17 @ mactual )
      | ~ ( in @ X17 @ X9 @ mactual ) ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_53,plain,
    ( ( barrel @ esk14_0 @ esk15_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_54,plain,
    ( ( event @ esk14_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_55,plain,
    ( ( car @ esk15_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_56,plain,
    ( ( white @ esk15_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_57,plain,
    ( ( old @ esk15_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_58,plain,
    ( ( dirty @ esk15_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_59,plain,
    ( ( chevy @ esk15_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_60,plain,
    ( ( eiw_di @ esk14_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_61,plain,
    ( ( eiw_di @ esk15_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_62,negated_conjecture,
    ~ ( epred1_0
      & epred2_0 ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[co1])]),c_0_42]),c_0_43]),c_0_44]),c_0_45]),c_0_46])]),c_0_6]),c_0_25]) ).

thf(c_0_63,plain,
    ! [X9: $i,X6: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred1_0
      | ~ ( qmltpeq @ X9 @ esk10_0 @ mactual )
      | ~ ( qmltpeq @ X6 @ esk9_0 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_48]),c_0_49]),c_0_50]),c_0_51]) ).

thf(c_0_64,plain,
    ( ( man @ esk8_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_65,plain,
    ( ( fellow @ esk8_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_66,plain,
    ( ( young @ esk8_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_67,plain,
    ( ( eiw_di @ esk8_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_68,plain,
    ( ( qmltpeq @ esk8_0 @ esk10_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_69,plain,
    ! [X6: $i,X10: $i,X9: $i,X12: $i,X15: $i,X14: $i,X13: $i,X11: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred2_0
      | ~ ( in @ esk14_0 @ X10 @ mactual )
      | ~ ( down @ esk14_0 @ X11 @ mactual )
      | ~ ( in @ X12 @ X13 @ mactual )
      | ~ ( in @ X14 @ X15 @ mactual )
      | ~ ( qmltpeq @ X9 @ X12 @ mactual )
      | ~ ( qmltpeq @ X6 @ X14 @ mactual )
      | ~ ( eiw_di @ X12 @ mactual )
      | ~ ( eiw_di @ X14 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X11 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( eiw_di @ X13 @ mactual )
      | ~ ( eiw_di @ X15 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( way @ X11 @ mactual )
      | ~ ( seat @ X13 @ mactual )
      | ~ ( seat @ X15 @ mactual )
      | ~ ( furniture @ X13 @ mactual )
      | ~ ( furniture @ X15 @ mactual )
      | ~ ( street @ X11 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( front @ X13 @ mactual )
      | ~ ( front @ X15 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual )
      | ~ ( lonely @ X11 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_53]),c_0_54]),c_0_55]),c_0_56]),c_0_57]),c_0_58]),c_0_59]),c_0_60]),c_0_61]) ).

thf(c_0_70,plain,
    ( ( down @ esk14_0 @ esk16_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_71,plain,
    ( ( lonely @ esk16_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_72,plain,
    ( ( street @ esk16_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_73,plain,
    ( ( way @ esk16_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_74,plain,
    ( ( eiw_di @ esk16_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_75,negated_conjecture,
    ( ~ epred1_0
    | ~ epred2_0 ),
    inference(fof_nnf,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_62])]) ).

thf(c_0_76,plain,
    ! [X6: $i] :
      ( ( qmltpeq @ X6 @ esk8_0 @ mactual )
      | epred1_0
      | ~ ( qmltpeq @ X6 @ esk9_0 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_64]),c_0_65]),c_0_66]),c_0_67]),c_0_68]) ).

thf(c_0_77,plain,
    ( ( man @ esk7_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_78,plain,
    ( ( fellow @ esk7_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_79,plain,
    ( ( young @ esk7_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_80,plain,
    ( ( eiw_di @ esk7_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_81,plain,
    ( ( qmltpeq @ esk7_0 @ esk9_0 @ mactual )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_82,plain,
    ( epred1_0
    | ~ ( qmltpeq @ esk7_0 @ esk8_0 @ mactual ) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

thf(c_0_83,plain,
    ! [X11: $i,X10: $i,X12: $i,X14: $i,X13: $i,X9: $i,X6: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred2_0
      | ~ ( in @ esk14_0 @ X10 @ mactual )
      | ~ ( in @ X11 @ X12 @ mactual )
      | ~ ( in @ X13 @ X14 @ mactual )
      | ~ ( qmltpeq @ X9 @ X11 @ mactual )
      | ~ ( qmltpeq @ X6 @ X13 @ mactual )
      | ~ ( eiw_di @ X11 @ mactual )
      | ~ ( eiw_di @ X13 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( eiw_di @ X12 @ mactual )
      | ~ ( eiw_di @ X14 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( seat @ X12 @ mactual )
      | ~ ( seat @ X14 @ mactual )
      | ~ ( furniture @ X12 @ mactual )
      | ~ ( furniture @ X14 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( front @ X12 @ mactual )
      | ~ ( front @ X14 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_70]),c_0_71]),c_0_72]),c_0_73]),c_0_74]) ).

thf(c_0_84,plain,
    ( ( in @ esk20_0 @ esk12_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_85,plain,
    ( ( front @ esk12_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_86,plain,
    ( ( furniture @ esk12_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_87,plain,
    ( ( seat @ esk12_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_88,plain,
    ( ( eiw_di @ esk12_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_89,plain,
    ( ( eiw_di @ esk20_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_90,negated_conjecture,
    ( ~ epred1_0
    | ~ epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_75]) ).

thf(c_0_91,plain,
    epred1_0,
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_77]),c_0_78]),c_0_79]),c_0_80]),c_0_81]),c_0_82]) ).

thf(c_0_92,plain,
    ! [X10: $i,X11: $i,X12: $i,X9: $i,X6: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred2_0
      | ~ ( in @ esk14_0 @ X10 @ mactual )
      | ~ ( qmltpeq @ X9 @ esk20_0 @ mactual )
      | ~ ( in @ X11 @ X12 @ mactual )
      | ~ ( qmltpeq @ X6 @ X11 @ mactual )
      | ~ ( eiw_di @ X11 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( eiw_di @ X12 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( seat @ X12 @ mactual )
      | ~ ( furniture @ X12 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( front @ X12 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_83,c_0_84]),c_0_85]),c_0_86]),c_0_87]),c_0_88]),c_0_89]) ).

thf(c_0_93,plain,
    ( ( in @ esk19_0 @ esk11_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_94,plain,
    ( ( front @ esk11_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_95,plain,
    ( ( furniture @ esk11_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_96,plain,
    ( ( seat @ esk11_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_97,plain,
    ( ( eiw_di @ esk11_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_98,plain,
    ( ( eiw_di @ esk19_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_99,plain,
    ( ( city @ esk13_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_100,negated_conjecture,
    ~ epred2_0,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_90,c_0_91])]) ).

thf(c_0_101,plain,
    ( ( eiw_di @ esk13_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_102,plain,
    ( ( hollywood @ esk13_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_103,plain,
    ( ( in @ esk14_0 @ esk13_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_104,plain,
    ! [X10: $i,X9: $i,X6: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | epred2_0
      | ~ ( in @ esk14_0 @ X10 @ mactual )
      | ~ ( qmltpeq @ X9 @ esk20_0 @ mactual )
      | ~ ( qmltpeq @ X6 @ esk19_0 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( eiw_di @ X10 @ mactual )
      | ~ ( hollywood @ X10 @ mactual )
      | ~ ( city @ X10 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_92,c_0_93]),c_0_94]),c_0_95]),c_0_96]),c_0_97]),c_0_98]) ).

thf(c_0_105,plain,
    city @ esk13_0 @ mactual,
    inference(sr,[status(thm)],[c_0_99,c_0_100]) ).

thf(c_0_106,plain,
    eiw_di @ esk13_0 @ mactual,
    inference(sr,[status(thm)],[c_0_101,c_0_100]) ).

thf(c_0_107,plain,
    hollywood @ esk13_0 @ mactual,
    inference(sr,[status(thm)],[c_0_102,c_0_100]) ).

thf(c_0_108,plain,
    in @ esk14_0 @ esk13_0 @ mactual,
    inference(sr,[status(thm)],[c_0_103,c_0_100]) ).

thf(c_0_109,plain,
    ( ( man @ esk18_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_110,plain,
    ( ( qmltpeq @ esk18_0 @ esk20_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_111,plain,
    ( ( eiw_di @ esk18_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_112,plain,
    ( ( young @ esk18_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_113,plain,
    ( ( fellow @ esk18_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_114,plain,
    ! [X9: $i,X6: $i] :
      ( ( qmltpeq @ X6 @ X9 @ mactual )
      | ~ ( qmltpeq @ X9 @ esk20_0 @ mactual )
      | ~ ( qmltpeq @ X6 @ esk19_0 @ mactual )
      | ~ ( eiw_di @ X9 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( young @ X9 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( fellow @ X9 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( man @ X9 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_104,c_0_105]),c_0_106]),c_0_107])]),c_0_100]),c_0_108])]) ).

thf(c_0_115,plain,
    man @ esk18_0 @ mactual,
    inference(sr,[status(thm)],[c_0_109,c_0_100]) ).

thf(c_0_116,plain,
    qmltpeq @ esk18_0 @ esk20_0 @ mactual,
    inference(sr,[status(thm)],[c_0_110,c_0_100]) ).

thf(c_0_117,plain,
    eiw_di @ esk18_0 @ mactual,
    inference(sr,[status(thm)],[c_0_111,c_0_100]) ).

thf(c_0_118,plain,
    young @ esk18_0 @ mactual,
    inference(sr,[status(thm)],[c_0_112,c_0_100]) ).

thf(c_0_119,plain,
    fellow @ esk18_0 @ mactual,
    inference(sr,[status(thm)],[c_0_113,c_0_100]) ).

thf(c_0_120,plain,
    ( ( man @ esk17_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_121,plain,
    ( ( qmltpeq @ esk17_0 @ esk19_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_122,plain,
    ( ( eiw_di @ esk17_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_123,plain,
    ( ( young @ esk17_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_124,plain,
    ( ( fellow @ esk17_0 @ mactual )
    | epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_125,plain,
    ! [X6: $i] :
      ( ( qmltpeq @ X6 @ esk18_0 @ mactual )
      | ~ ( qmltpeq @ X6 @ esk19_0 @ mactual )
      | ~ ( eiw_di @ X6 @ mactual )
      | ~ ( young @ X6 @ mactual )
      | ~ ( fellow @ X6 @ mactual )
      | ~ ( man @ X6 @ mactual ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_114,c_0_115]),c_0_116]),c_0_117]),c_0_118]),c_0_119])]) ).

thf(c_0_126,plain,
    man @ esk17_0 @ mactual,
    inference(sr,[status(thm)],[c_0_120,c_0_100]) ).

thf(c_0_127,plain,
    qmltpeq @ esk17_0 @ esk19_0 @ mactual,
    inference(sr,[status(thm)],[c_0_121,c_0_100]) ).

thf(c_0_128,plain,
    eiw_di @ esk17_0 @ mactual,
    inference(sr,[status(thm)],[c_0_122,c_0_100]) ).

thf(c_0_129,plain,
    young @ esk17_0 @ mactual,
    inference(sr,[status(thm)],[c_0_123,c_0_100]) ).

thf(c_0_130,plain,
    fellow @ esk17_0 @ mactual,
    inference(sr,[status(thm)],[c_0_124,c_0_100]) ).

thf(c_0_131,plain,
    ( epred2_0
    | ~ ( qmltpeq @ esk17_0 @ esk18_0 @ mactual ) ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

thf(c_0_132,plain,
    qmltpeq @ esk17_0 @ esk18_0 @ mactual,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_125,c_0_126]),c_0_127]),c_0_128]),c_0_129]),c_0_130])]) ).

thf(c_0_133,plain,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_131,c_0_132])]),c_0_100]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.07  % Problem    : NLP004^12 : TPTP v8.2.0. Released v8.1.0.
% 0.00/0.08  % Command    : run_E %s %d THM
% 0.07/0.26  % Computer : n016.cluster.edu
% 0.07/0.26  % Model    : x86_64 x86_64
% 0.07/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.26  % Memory   : 8042.1875MB
% 0.07/0.26  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.27  % CPULimit   : 300
% 0.07/0.27  % WCLimit    : 300
% 0.07/0.27  % DateTime   : Sun May 19 21:23:52 EDT 2024
% 0.07/0.27  % CPUTime    : 
% 0.11/0.34  Running higher-order theorem proving
% 0.11/0.34  Running: /export/starexec/sandbox/solver/bin/eprover-ho --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.11/0.49  # Version: 3.1.0-ho
% 0.11/0.49  # Preprocessing class: HSLSSMSSMLLNHSN.
% 0.11/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.11/0.49  # Starting almost_fo_3 with 1500s (5) cores
% 0.11/0.49  # Starting sh10 with 300s (1) cores
% 0.11/0.49  # Starting new_ho_16 with 300s (1) cores
% 0.11/0.49  # Starting post_as_ho11 with 300s (1) cores
% 0.11/0.49  # new_ho_16 with pid 24150 completed with status 0
% 0.11/0.49  # Result found by new_ho_16
% 0.11/0.49  # Preprocessing class: HSLSSMSSMLLNHSN.
% 0.11/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.11/0.49  # Starting almost_fo_3 with 1500s (5) cores
% 0.11/0.49  # Starting sh10 with 300s (1) cores
% 0.11/0.49  # Starting new_ho_16 with 300s (1) cores
% 0.11/0.49  # SinE strategy is LambdaDef
% 0.11/0.49  # Search class: HGHNF-FFMM00-SHSSMFNN
% 0.11/0.49  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 0.11/0.49  # Starting new_ho_10 with 163s (1) cores
% 0.11/0.49  # new_ho_10 with pid 24153 completed with status 0
% 0.11/0.49  # Result found by new_ho_10
% 0.11/0.49  # Preprocessing class: HSLSSMSSMLLNHSN.
% 0.11/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.11/0.49  # Starting almost_fo_3 with 1500s (5) cores
% 0.11/0.49  # Starting sh10 with 300s (1) cores
% 0.11/0.49  # Starting new_ho_16 with 300s (1) cores
% 0.11/0.49  # SinE strategy is LambdaDef
% 0.11/0.49  # Search class: HGHNF-FFMM00-SHSSMFNN
% 0.11/0.49  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 0.11/0.49  # Starting new_ho_10 with 163s (1) cores
% 0.11/0.49  # Preprocessing time       : 0.002 s
% 0.11/0.49  # Presaturation interreduction done
% 0.11/0.49  
% 0.11/0.49  # Proof found!
% 0.11/0.49  # SZS status Theorem
% 0.11/0.49  # SZS output start CNFRefutation
% See solution above
% 0.11/0.50  # Parsed axioms                        : 74
% 0.11/0.50  # Removed by relevancy pruning/SinE    : 63
% 0.11/0.50  # Initial clauses                      : 85
% 0.11/0.50  # Removed in clause preprocessing      : 0
% 0.11/0.50  # Initial clauses in saturation        : 85
% 0.11/0.50  # Processed clauses                    : 347
% 0.11/0.50  # ...of these trivial                  : 0
% 0.11/0.50  # ...subsumed                          : 17
% 0.11/0.50  # ...remaining for further processing  : 330
% 0.11/0.50  # Other redundant clauses eliminated   : 0
% 0.11/0.50  # Clauses deleted for lack of memory   : 0
% 0.11/0.50  # Backward-subsumed                    : 21
% 0.11/0.50  # Backward-rewritten                   : 125
% 0.11/0.50  # Generated clauses                    : 329
% 0.11/0.50  # ...of the previous two non-redundant : 330
% 0.11/0.50  # ...aggressively subsumed             : 0
% 0.11/0.50  # Contextual simplify-reflections      : 442
% 0.11/0.50  # Paramodulations                      : 289
% 0.11/0.50  # Factorizations                       : 0
% 0.11/0.50  # NegExts                              : 0
% 0.11/0.50  # Equation resolutions                 : 0
% 0.11/0.50  # Disequality decompositions           : 0
% 0.11/0.50  # Total rewrite steps                  : 218
% 0.11/0.50  # ...of those cached                   : 183
% 0.11/0.50  # Propositional unsat checks           : 0
% 0.11/0.50  #    Propositional check models        : 0
% 0.11/0.50  #    Propositional check unsatisfiable : 0
% 0.11/0.50  #    Propositional clauses             : 0
% 0.11/0.50  #    Propositional clauses after purity: 0
% 0.11/0.50  #    Propositional unsat core size     : 0
% 0.11/0.50  #    Propositional preprocessing time  : 0.000
% 0.11/0.50  #    Propositional encoding time       : 0.000
% 0.11/0.50  #    Propositional solver time         : 0.000
% 0.11/0.50  #    Success case prop preproc time    : 0.000
% 0.11/0.50  #    Success case prop encoding time   : 0.000
% 0.11/0.50  #    Success case prop solver time     : 0.000
% 0.11/0.50  # Current number of processed clauses  : 59
% 0.11/0.50  #    Positive orientable unit clauses  : 42
% 0.11/0.50  #    Positive unorientable unit clauses: 0
% 0.11/0.50  #    Negative unit clauses             : 1
% 0.11/0.50  #    Non-unit-clauses                  : 16
% 0.11/0.50  # Current number of unprocessed clauses: 23
% 0.11/0.50  # ...number of literals in the above   : 363
% 0.11/0.50  # Current number of archived formulas  : 0
% 0.11/0.50  # Current number of archived clauses   : 271
% 0.11/0.50  # Clause-clause subsumption calls (NU) : 112975
% 0.11/0.50  # Rec. Clause-clause subsumption calls : 4872
% 0.11/0.50  # Non-unit clause-clause subsumptions  : 480
% 0.11/0.50  # Unit Clause-clause subsumption calls : 223
% 0.11/0.50  # Rewrite failures with RHS unbound    : 0
% 0.11/0.50  # BW rewrite match attempts            : 2
% 0.11/0.50  # BW rewrite match successes           : 2
% 0.11/0.50  # Condensation attempts                : 347
% 0.11/0.50  # Condensation successes               : 0
% 0.11/0.50  # Termbank termtop insertions          : 203508
% 0.11/0.50  # Search garbage collected termcells   : 10548
% 0.11/0.50  
% 0.11/0.50  # -------------------------------------------------
% 0.11/0.50  # User time                : 0.129 s
% 0.11/0.50  # System time              : 0.008 s
% 0.11/0.50  # Total time               : 0.137 s
% 0.11/0.50  # Maximum resident set size: 3220 pages
% 0.11/0.50  
% 0.11/0.50  # -------------------------------------------------
% 0.11/0.50  # User time                : 0.132 s
% 0.11/0.50  # System time              : 0.009 s
% 0.11/0.50  # Total time               : 0.141 s
% 0.11/0.50  # Maximum resident set size: 1912 pages
% 0.11/0.50  % E---3.1 exiting
% 0.11/0.50  % E exiting
%------------------------------------------------------------------------------