TSTP Solution File: SYO442^1 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : SYO442^1 : TPTP v8.2.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n032.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 08:46:01 EDT 2024

% Result   : Theorem 0.13s 0.41s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   30
%            Number of leaves      :   35
% Syntax   : Number of formulae    :  130 (  42 unt;  20 typ;   0 def)
%            Number of atoms       :  393 (  26 equ;   0 cnn)
%            Maximal formula atoms :  100 (   3 avg)
%            Number of connectives : 1190 ( 194   ~; 219   |;  26   &; 745   @)
%                                         (   0 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   36 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   90 (  90   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   22 (  20 usr;   5 con; 0-3 aty)
%            Number of variables   :  168 (  51   ^ 117   !;   0   ?; 168   :)

% Comments : 
%------------------------------------------------------------------------------
thf(decl_24,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(decl_25,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

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

thf(decl_27,type,
    mimplies: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_29,type,
    mequiv: ( $i > $o ) > ( $i > $o ) > $i > $o ).

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

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

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

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

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

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

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

thf(decl_56,type,
    p: $i > $o ).

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

thf(decl_58,type,
    esk2_1: $i > $i ).

thf(decl_59,type,
    esk3_1: $i > $i ).

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

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

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

thf(decl_63,type,
    esk7_2: $i > $i > $i ).

thf(mand,axiom,
    ( mand
    = ( ^ [X6: $i > $o,X7: $i > $o] : ( mnot @ ( mor @ ( mnot @ X6 ) @ ( mnot @ X7 ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mand) ).

thf(mnot,axiom,
    ( mnot
    = ( ^ [X6: $i > $o,X3: $i] :
          ~ ( X6 @ X3 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mnot) ).

thf(mor,axiom,
    ( mor
    = ( ^ [X6: $i > $o,X7: $i > $o,X3: $i] :
          ( ( X6 @ X3 )
          | ( X7 @ X3 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mor) ).

thf(mimplies,axiom,
    ( mimplies
    = ( ^ [X6: $i > $o,X7: $i > $o] : ( mor @ ( mnot @ X6 ) @ X7 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mimplies) ).

thf(mequiv,axiom,
    ( mequiv
    = ( ^ [X6: $i > $o,X7: $i > $o] : ( mand @ ( mimplies @ X6 @ X7 ) @ ( mimplies @ X7 @ X6 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mequiv) ).

thf(mdia_s5,axiom,
    ( mdia_s5
    = ( ^ [X6: $i > $o] : ( mnot @ ( mbox_s5 @ ( mnot @ X6 ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^6.ax',mdia_s5) ).

thf(mbox_s5,axiom,
    ( mbox_s5
    = ( ^ [X6: $i > $o,X3: $i] :
        ! [X14: $i] :
          ( ~ ( rel_s5 @ X3 @ X14 )
          | ( X6 @ X14 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^6.ax',mbox_s5) ).

thf(mvalid,axiom,
    ( mvalid
    = ( ^ [X6: $i > $o] :
        ! [X3: $i] : ( X6 @ X3 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mvalid) ).

thf(mtransitive,axiom,
    ( mtransitive
    = ( ^ [X13: $i > $i > $o] :
        ! [X15: $i,X16: $i,X17: $i] :
          ( ( ( X13 @ X15 @ X16 )
            & ( X13 @ X16 @ X17 ) )
         => ( X13 @ X15 @ X17 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mtransitive) ).

thf(msymmetric,axiom,
    ( msymmetric
    = ( ^ [X13: $i > $i > $o] :
        ! [X15: $i,X16: $i] :
          ( ( X13 @ X15 @ X16 )
         => ( X13 @ X16 @ X15 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',msymmetric) ).

thf(prove,conjecture,
    mvalid @ ( mequiv @ ( mbox_s5 @ ( mdia_s5 @ ( mdia_s5 @ ( mbox_s5 @ p ) ) ) ) @ ( mbox_s5 @ ( mbox_s5 @ p ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove) ).

thf(a2,axiom,
    mtransitive @ rel_s5,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^6.ax',a2) ).

thf(a3,axiom,
    msymmetric @ rel_s5,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^6.ax',a3) ).

thf(mreflexive,axiom,
    ( mreflexive
    = ( ^ [X13: $i > $i > $o] :
        ! [X15: $i] : ( X13 @ X15 @ X15 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mreflexive) ).

thf(a1,axiom,
    mreflexive @ rel_s5,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^6.ax',a1) ).

thf(c_0_15,plain,
    ( mand
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( Z0 @ Z2 )
            | ~ ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mand]) ).

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

thf(c_0_17,plain,
    ( mor
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mor]) ).

thf(c_0_18,plain,
    ( mimplies
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ~ ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mimplies]) ).

thf(c_0_19,plain,
    ( mequiv
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( ~ ( Z0 @ Z2 )
                | ( Z1 @ Z2 ) )
            | ~ ( ~ ( Z1 @ Z2 )
                | ( Z0 @ Z2 ) ) ) ) ),
    inference(fof_simplification,[status(thm)],[mequiv]) ).

thf(c_0_20,plain,
    ( mand
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( Z0 @ Z2 )
            | ~ ( Z1 @ Z2 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_15,c_0_16]),c_0_17]) ).

thf(c_0_21,plain,
    ( mimplies
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ~ ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_18,c_0_16]),c_0_17]) ).

thf(c_0_22,plain,
    ( mdia_s5
    = ( ^ [Z0: $i > $o,Z1: $i] :
          ~ ! [X21: $i] :
              ( ~ ( rel_s5 @ Z1 @ X21 )
              | ~ ( Z0 @ X21 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mdia_s5]) ).

thf(c_0_23,plain,
    ( mbox_s5
    = ( ^ [Z0: $i > $o,Z1: $i] :
        ! [X14: $i] :
          ( ~ ( rel_s5 @ Z1 @ X14 )
          | ( Z0 @ X14 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mbox_s5]) ).

thf(c_0_24,plain,
    ( mequiv
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( ~ ( Z0 @ Z2 )
                | ( Z1 @ Z2 ) )
            | ~ ( ~ ( Z1 @ Z2 )
                | ( Z0 @ Z2 ) ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_19,c_0_20]),c_0_21]) ).

thf(c_0_25,plain,
    ( mvalid
    = ( ^ [Z0: $i > $o] :
        ! [X3: $i] : ( Z0 @ X3 ) ) ),
    inference(fof_simplification,[status(thm)],[mvalid]) ).

thf(c_0_26,plain,
    ( mdia_s5
    = ( ^ [Z0: $i > $o,Z1: $i] :
          ~ ! [X21: $i] :
              ( ~ ( rel_s5 @ Z1 @ X21 )
              | ~ ( Z0 @ X21 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_22,c_0_16]),c_0_23]) ).

thf(c_0_27,plain,
    ( mtransitive
    = ( ^ [Z0: $i > $i > $o] :
        ! [X15: $i,X16: $i,X17: $i] :
          ( ( ( Z0 @ X15 @ X16 )
            & ( Z0 @ X16 @ X17 ) )
         => ( Z0 @ X15 @ X17 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mtransitive]) ).

thf(c_0_28,plain,
    ( msymmetric
    = ( ^ [Z0: $i > $i > $o] :
        ! [X15: $i,X16: $i] :
          ( ( Z0 @ X15 @ X16 )
         => ( Z0 @ X16 @ X15 ) ) ) ),
    inference(fof_simplification,[status(thm)],[msymmetric]) ).

thf(c_0_29,negated_conjecture,
    ~ ! [X34: $i] :
        ~ ( ~ ( ~ ! [X31: $i] :
                    ( ~ ( rel_s5 @ X34 @ X31 )
                    | ~ ! [X30: $i] :
                          ( ~ ( rel_s5 @ X31 @ X30 )
                          | ~ ~ ! [X29: $i] :
                                  ( ~ ( rel_s5 @ X30 @ X29 )
                                  | ~ ! [X28: $i] :
                                        ( ~ ( rel_s5 @ X29 @ X28 )
                                        | ( p @ X28 ) ) ) ) )
              | ! [X33: $i] :
                  ( ~ ( rel_s5 @ X34 @ X33 )
                  | ! [X32: $i] :
                      ( ~ ( rel_s5 @ X33 @ X32 )
                      | ( p @ X32 ) ) ) )
          | ~ ( ~ ! [X33: $i] :
                    ( ~ ( rel_s5 @ X34 @ X33 )
                    | ! [X32: $i] :
                        ( ~ ( rel_s5 @ X33 @ X32 )
                        | ( p @ X32 ) ) )
              | ! [X31: $i] :
                  ( ~ ( rel_s5 @ X34 @ X31 )
                  | ~ ! [X30: $i] :
                        ( ~ ( rel_s5 @ X31 @ X30 )
                        | ~ ~ ! [X29: $i] :
                                ( ~ ( rel_s5 @ X30 @ X29 )
                                | ~ ! [X28: $i] :
                                      ( ~ ( rel_s5 @ X29 @ X28 )
                                      | ( p @ X28 ) ) ) ) ) ) ),
    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(assume_negation,[status(cth)],[prove]),c_0_24]),c_0_25]),c_0_23]),c_0_26])]) ).

thf(c_0_30,plain,
    ! [X23: $i,X24: $i,X25: $i] :
      ( ( ( rel_s5 @ X23 @ X24 )
        & ( rel_s5 @ X24 @ X25 ) )
     => ( rel_s5 @ X23 @ X25 ) ),
    inference(apply_def,[status(thm)],[a2,c_0_27]) ).

thf(c_0_31,plain,
    ! [X26: $i,X27: $i] :
      ( ( rel_s5 @ X26 @ X27 )
     => ( rel_s5 @ X27 @ X26 ) ),
    inference(apply_def,[status(thm)],[a3,c_0_28]) ).

thf(c_0_32,negated_conjecture,
    ! [X42: $i,X45: $i,X48: $i,X49: $i,X51: $i,X52: $i] :
      ( ( ~ ( rel_s5 @ esk1_0 @ X48 )
        | ~ ( rel_s5 @ X48 @ X49 )
        | ( p @ X49 )
        | ( rel_s5 @ X42 @ ( esk2_1 @ X42 ) )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ( rel_s5 @ esk1_0 @ esk6_0 )
        | ( rel_s5 @ X42 @ ( esk2_1 @ X42 ) )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ( rel_s5 @ X52 @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ( rel_s5 @ X42 @ ( esk2_1 @ X42 ) )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ~ ( p @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ( rel_s5 @ X42 @ ( esk2_1 @ X42 ) )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ~ ( rel_s5 @ esk1_0 @ X48 )
        | ~ ( rel_s5 @ X48 @ X49 )
        | ( p @ X49 )
        | ( rel_s5 @ ( esk2_1 @ X42 ) @ ( esk3_1 @ X42 ) )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ( rel_s5 @ esk1_0 @ esk6_0 )
        | ( rel_s5 @ ( esk2_1 @ X42 ) @ ( esk3_1 @ X42 ) )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ( rel_s5 @ X52 @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ( rel_s5 @ ( esk2_1 @ X42 ) @ ( esk3_1 @ X42 ) )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ~ ( p @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ( rel_s5 @ ( esk2_1 @ X42 ) @ ( esk3_1 @ X42 ) )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ~ ( rel_s5 @ esk1_0 @ X48 )
        | ~ ( rel_s5 @ X48 @ X49 )
        | ( p @ X49 )
        | ~ ( rel_s5 @ ( esk3_1 @ X42 ) @ X45 )
        | ( p @ X45 )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ( rel_s5 @ esk1_0 @ esk6_0 )
        | ~ ( rel_s5 @ ( esk3_1 @ X42 ) @ X45 )
        | ( p @ X45 )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ( rel_s5 @ X52 @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ~ ( rel_s5 @ ( esk3_1 @ X42 ) @ X45 )
        | ( p @ X45 )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ~ ( p @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ~ ( rel_s5 @ ( esk3_1 @ X42 ) @ X45 )
        | ( p @ X45 )
        | ~ ( rel_s5 @ esk1_0 @ X42 ) )
      & ( ~ ( rel_s5 @ esk1_0 @ X48 )
        | ~ ( rel_s5 @ X48 @ X49 )
        | ( p @ X49 )
        | ( rel_s5 @ esk1_0 @ esk4_0 ) )
      & ( ( rel_s5 @ esk1_0 @ esk6_0 )
        | ( rel_s5 @ esk1_0 @ esk4_0 ) )
      & ( ( rel_s5 @ X52 @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ( rel_s5 @ esk1_0 @ esk4_0 ) )
      & ( ~ ( p @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ( rel_s5 @ esk1_0 @ esk4_0 ) )
      & ( ~ ( rel_s5 @ esk1_0 @ X48 )
        | ~ ( rel_s5 @ X48 @ X49 )
        | ( p @ X49 )
        | ( rel_s5 @ esk4_0 @ esk5_0 ) )
      & ( ( rel_s5 @ esk1_0 @ esk6_0 )
        | ( rel_s5 @ esk4_0 @ esk5_0 ) )
      & ( ( rel_s5 @ X52 @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ( rel_s5 @ esk4_0 @ esk5_0 ) )
      & ( ~ ( p @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ( rel_s5 @ esk4_0 @ esk5_0 ) )
      & ( ~ ( rel_s5 @ esk1_0 @ X48 )
        | ~ ( rel_s5 @ X48 @ X49 )
        | ( p @ X49 )
        | ~ ( p @ esk5_0 ) )
      & ( ( rel_s5 @ esk1_0 @ esk6_0 )
        | ~ ( p @ esk5_0 ) )
      & ( ( rel_s5 @ X52 @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ~ ( p @ esk5_0 ) )
      & ( ~ ( p @ ( esk7_2 @ X51 @ X52 ) )
        | ~ ( rel_s5 @ X51 @ X52 )
        | ~ ( rel_s5 @ esk6_0 @ X51 )
        | ~ ( p @ esk5_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_29])])])])])]) ).

thf(c_0_33,plain,
    ! [X36: $i,X37: $i,X38: $i] :
      ( ~ ( rel_s5 @ X36 @ X37 )
      | ~ ( rel_s5 @ X37 @ X38 )
      | ( rel_s5 @ X36 @ X38 ) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_30])])]) ).

thf(c_0_34,plain,
    ! [X39: $i,X40: $i] :
      ( ~ ( rel_s5 @ X39 @ X40 )
      | ( rel_s5 @ X40 @ X39 ) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_31])])]) ).

thf(c_0_35,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ esk1_0 @ esk6_0 )
      | ( rel_s5 @ X3 @ ( esk2_1 @ X3 ) )
      | ~ ( rel_s5 @ esk1_0 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_36,negated_conjecture,
    ( ( rel_s5 @ esk1_0 @ esk6_0 )
    | ( rel_s5 @ esk1_0 @ esk4_0 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_37,plain,
    ! [X14: $i,X3: $i,X15: $i] :
      ( ( rel_s5 @ X3 @ X15 )
      | ~ ( rel_s5 @ X3 @ X14 )
      | ~ ( rel_s5 @ X14 @ X15 ) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

thf(c_0_38,negated_conjecture,
    ( ( rel_s5 @ esk1_0 @ esk6_0 )
    | ( rel_s5 @ esk4_0 @ esk5_0 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_39,plain,
    ! [X3: $i,X14: $i] :
      ( ( rel_s5 @ X14 @ X3 )
      | ~ ( rel_s5 @ X3 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

thf(c_0_40,negated_conjecture,
    ( ( rel_s5 @ esk4_0 @ ( esk2_1 @ esk4_0 ) )
    | ( rel_s5 @ esk1_0 @ esk6_0 ) ),
    inference(spm,[status(thm)],[c_0_35,c_0_36]) ).

thf(c_0_41,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ esk1_0 @ esk6_0 )
      | ( rel_s5 @ X3 @ esk5_0 )
      | ~ ( rel_s5 @ X3 @ esk4_0 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

thf(c_0_42,negated_conjecture,
    ( ( rel_s5 @ ( esk2_1 @ esk4_0 ) @ esk4_0 )
    | ( rel_s5 @ esk1_0 @ esk6_0 ) ),
    inference(spm,[status(thm)],[c_0_39,c_0_40]) ).

thf(c_0_43,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ esk1_0 @ esk6_0 )
      | ( rel_s5 @ ( esk2_1 @ X3 ) @ ( esk3_1 @ X3 ) )
      | ~ ( rel_s5 @ esk1_0 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_44,plain,
    ( mreflexive
    = ( ^ [Z0: $i > $i > $o] :
        ! [X15: $i] : ( Z0 @ X15 @ X15 ) ) ),
    inference(fof_simplification,[status(thm)],[mreflexive]) ).

thf(c_0_45,negated_conjecture,
    ( ( rel_s5 @ ( esk2_1 @ esk4_0 ) @ esk5_0 )
    | ( rel_s5 @ esk1_0 @ esk6_0 ) ),
    inference(spm,[status(thm)],[c_0_41,c_0_42]) ).

thf(c_0_46,negated_conjecture,
    ( ( rel_s5 @ ( esk2_1 @ esk4_0 ) @ ( esk3_1 @ esk4_0 ) )
    | ( rel_s5 @ esk1_0 @ esk6_0 ) ),
    inference(spm,[status(thm)],[c_0_43,c_0_36]) ).

thf(c_0_47,plain,
    ! [X22: $i] : ( rel_s5 @ X22 @ X22 ),
    inference(apply_def,[status(thm)],[a1,c_0_44]) ).

thf(c_0_48,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ esk1_0 @ esk6_0 )
      | ( rel_s5 @ X3 @ esk5_0 )
      | ~ ( rel_s5 @ X3 @ ( esk2_1 @ esk4_0 ) ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_45]) ).

thf(c_0_49,negated_conjecture,
    ( ( rel_s5 @ ( esk3_1 @ esk4_0 ) @ ( esk2_1 @ esk4_0 ) )
    | ( rel_s5 @ esk1_0 @ esk6_0 ) ),
    inference(spm,[status(thm)],[c_0_39,c_0_46]) ).

thf(c_0_50,plain,
    ! [X35: $i] : ( rel_s5 @ X35 @ X35 ),
    inference(variable_rename,[status(thm)],[c_0_47]) ).

thf(c_0_51,negated_conjecture,
    ! [X14: $i,X3: $i] :
      ( ( rel_s5 @ esk1_0 @ esk6_0 )
      | ( p @ X14 )
      | ~ ( rel_s5 @ ( esk3_1 @ X3 ) @ X14 )
      | ~ ( rel_s5 @ esk1_0 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_52,negated_conjecture,
    ( ( rel_s5 @ ( esk3_1 @ esk4_0 ) @ esk5_0 )
    | ( rel_s5 @ esk1_0 @ esk6_0 ) ),
    inference(spm,[status(thm)],[c_0_48,c_0_49]) ).

thf(c_0_53,negated_conjecture,
    ( ( rel_s5 @ esk1_0 @ esk6_0 )
    | ~ ( p @ esk5_0 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_54,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( rel_s5 @ X3 @ ( esk7_2 @ X14 @ X3 ) )
      | ( rel_s5 @ esk1_0 @ esk4_0 )
      | ~ ( rel_s5 @ X14 @ X3 )
      | ~ ( rel_s5 @ esk6_0 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_55,plain,
    ! [X3: $i] : ( rel_s5 @ X3 @ X3 ),
    inference(split_conjunct,[status(thm)],[c_0_50]) ).

thf(c_0_56,negated_conjecture,
    rel_s5 @ esk1_0 @ esk6_0,
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_52]),c_0_36]),c_0_53]) ).

thf(c_0_57,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( p @ X14 )
      | ( rel_s5 @ esk1_0 @ esk4_0 )
      | ~ ( rel_s5 @ esk1_0 @ X3 )
      | ~ ( rel_s5 @ X3 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_58,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ X3 @ ( esk7_2 @ esk6_0 @ X3 ) )
      | ( rel_s5 @ esk1_0 @ esk4_0 )
      | ~ ( rel_s5 @ esk6_0 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_54,c_0_55]) ).

thf(c_0_59,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ X3 @ esk6_0 )
      | ~ ( rel_s5 @ X3 @ esk1_0 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_56]) ).

thf(c_0_60,negated_conjecture,
    rel_s5 @ esk6_0 @ esk1_0,
    inference(spm,[status(thm)],[c_0_39,c_0_56]) ).

thf(c_0_61,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( rel_s5 @ X3 @ ( esk7_2 @ X14 @ X3 ) )
      | ( rel_s5 @ esk4_0 @ esk5_0 )
      | ~ ( rel_s5 @ X14 @ X3 )
      | ~ ( rel_s5 @ esk6_0 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_62,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ esk1_0 @ esk4_0 )
      | ( p @ X3 )
      | ~ ( rel_s5 @ esk6_0 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_57,c_0_56]) ).

thf(c_0_63,negated_conjecture,
    ( ( rel_s5 @ esk6_0 @ ( esk7_2 @ esk6_0 @ esk6_0 ) )
    | ( rel_s5 @ esk1_0 @ esk4_0 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_59]),c_0_60])]) ).

thf(c_0_64,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( p @ X14 )
      | ( rel_s5 @ esk4_0 @ esk5_0 )
      | ~ ( rel_s5 @ esk1_0 @ X3 )
      | ~ ( rel_s5 @ X3 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_65,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ X3 @ ( esk7_2 @ esk6_0 @ X3 ) )
      | ( rel_s5 @ esk4_0 @ esk5_0 )
      | ~ ( rel_s5 @ esk6_0 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_61,c_0_55]) ).

thf(c_0_66,negated_conjecture,
    ! [X14: $i,X3: $i] :
      ( ( rel_s5 @ esk1_0 @ esk4_0 )
      | ~ ( p @ ( esk7_2 @ X3 @ X14 ) )
      | ~ ( rel_s5 @ X3 @ X14 )
      | ~ ( rel_s5 @ esk6_0 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_67,negated_conjecture,
    ( ( p @ ( esk7_2 @ esk6_0 @ esk6_0 ) )
    | ( rel_s5 @ esk1_0 @ esk4_0 ) ),
    inference(spm,[status(thm)],[c_0_62,c_0_63]) ).

thf(c_0_68,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ esk4_0 @ esk5_0 )
      | ( p @ X3 )
      | ~ ( rel_s5 @ esk6_0 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_64,c_0_56]) ).

thf(c_0_69,negated_conjecture,
    ( ( rel_s5 @ esk6_0 @ ( esk7_2 @ esk6_0 @ esk6_0 ) )
    | ( rel_s5 @ esk4_0 @ esk5_0 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_59]),c_0_60])]) ).

thf(c_0_70,negated_conjecture,
    rel_s5 @ esk1_0 @ esk4_0,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_66,c_0_67]),c_0_55])]) ).

thf(c_0_71,negated_conjecture,
    ! [X14: $i,X3: $i] :
      ( ( rel_s5 @ esk4_0 @ esk5_0 )
      | ~ ( p @ ( esk7_2 @ X3 @ X14 ) )
      | ~ ( rel_s5 @ X3 @ X14 )
      | ~ ( rel_s5 @ esk6_0 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_72,negated_conjecture,
    ( ( p @ ( esk7_2 @ esk6_0 @ esk6_0 ) )
    | ( rel_s5 @ esk4_0 @ esk5_0 ) ),
    inference(spm,[status(thm)],[c_0_68,c_0_69]) ).

thf(c_0_73,negated_conjecture,
    rel_s5 @ esk4_0 @ esk1_0,
    inference(spm,[status(thm)],[c_0_39,c_0_70]) ).

thf(c_0_74,negated_conjecture,
    rel_s5 @ esk4_0 @ esk5_0,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_72]),c_0_55])]) ).

thf(c_0_75,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ X3 @ esk1_0 )
      | ~ ( rel_s5 @ X3 @ esk4_0 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_73]) ).

thf(c_0_76,negated_conjecture,
    rel_s5 @ esk5_0 @ esk4_0,
    inference(spm,[status(thm)],[c_0_39,c_0_74]) ).

thf(c_0_77,negated_conjecture,
    ! [X14: $i,X3: $i,X15: $i] :
      ( ( p @ X14 )
      | ( rel_s5 @ X15 @ ( esk2_1 @ X15 ) )
      | ~ ( rel_s5 @ esk1_0 @ X3 )
      | ~ ( rel_s5 @ X3 @ X14 )
      | ~ ( rel_s5 @ esk1_0 @ X15 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_78,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ esk6_0 @ X3 )
      | ~ ( rel_s5 @ X3 @ esk1_0 ) ),
    inference(spm,[status(thm)],[c_0_39,c_0_59]) ).

thf(c_0_79,negated_conjecture,
    rel_s5 @ esk5_0 @ esk1_0,
    inference(spm,[status(thm)],[c_0_75,c_0_76]) ).

thf(c_0_80,negated_conjecture,
    ! [X14: $i,X3: $i] :
      ( ( rel_s5 @ esk1_0 @ ( esk2_1 @ esk1_0 ) )
      | ( p @ X3 )
      | ~ ( rel_s5 @ esk1_0 @ X14 )
      | ~ ( rel_s5 @ X14 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_77,c_0_55]) ).

thf(c_0_81,negated_conjecture,
    ! [X14: $i,X3: $i,X15: $i] :
      ( ( p @ X14 )
      | ( rel_s5 @ ( esk2_1 @ X15 ) @ ( esk3_1 @ X15 ) )
      | ~ ( rel_s5 @ esk1_0 @ X3 )
      | ~ ( rel_s5 @ X3 @ X14 )
      | ~ ( rel_s5 @ esk1_0 @ X15 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_82,negated_conjecture,
    rel_s5 @ esk6_0 @ esk4_0,
    inference(spm,[status(thm)],[c_0_78,c_0_73]) ).

thf(c_0_83,negated_conjecture,
    rel_s5 @ esk1_0 @ esk5_0,
    inference(spm,[status(thm)],[c_0_39,c_0_79]) ).

thf(c_0_84,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ esk1_0 @ ( esk2_1 @ esk1_0 ) )
      | ( p @ X3 )
      | ~ ( rel_s5 @ esk4_0 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_80,c_0_70]) ).

thf(c_0_85,negated_conjecture,
    ! [X14: $i,X3: $i] :
      ( ( rel_s5 @ ( esk2_1 @ esk1_0 ) @ ( esk3_1 @ esk1_0 ) )
      | ( p @ X3 )
      | ~ ( rel_s5 @ esk1_0 @ X14 )
      | ~ ( rel_s5 @ X14 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_81,c_0_55]) ).

thf(c_0_86,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ X3 @ esk4_0 )
      | ~ ( rel_s5 @ X3 @ esk6_0 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_82]) ).

thf(c_0_87,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ X3 @ esk5_0 )
      | ~ ( rel_s5 @ X3 @ esk1_0 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_83]) ).

thf(c_0_88,negated_conjecture,
    ( ( rel_s5 @ esk1_0 @ ( esk2_1 @ esk1_0 ) )
    | ( p @ esk5_0 ) ),
    inference(spm,[status(thm)],[c_0_84,c_0_74]) ).

thf(c_0_89,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ ( esk2_1 @ esk1_0 ) @ ( esk3_1 @ esk1_0 ) )
      | ( p @ X3 )
      | ~ ( rel_s5 @ esk4_0 @ X3 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_85,c_0_86]),c_0_56])]) ).

thf(c_0_90,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( rel_s5 @ X3 @ esk5_0 )
      | ~ ( rel_s5 @ X14 @ esk1_0 )
      | ~ ( rel_s5 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_87]) ).

thf(c_0_91,negated_conjecture,
    ( ( rel_s5 @ ( esk2_1 @ esk1_0 ) @ esk1_0 )
    | ( p @ esk5_0 ) ),
    inference(spm,[status(thm)],[c_0_39,c_0_88]) ).

thf(c_0_92,negated_conjecture,
    ( ( rel_s5 @ ( esk2_1 @ esk1_0 ) @ ( esk3_1 @ esk1_0 ) )
    | ( p @ esk5_0 ) ),
    inference(spm,[status(thm)],[c_0_89,c_0_74]) ).

thf(c_0_93,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ X3 @ esk5_0 )
      | ( p @ esk5_0 )
      | ~ ( rel_s5 @ X3 @ ( esk2_1 @ esk1_0 ) ) ),
    inference(spm,[status(thm)],[c_0_90,c_0_91]) ).

thf(c_0_94,negated_conjecture,
    ( ( rel_s5 @ ( esk3_1 @ esk1_0 ) @ ( esk2_1 @ esk1_0 ) )
    | ( p @ esk5_0 ) ),
    inference(spm,[status(thm)],[c_0_39,c_0_92]) ).

thf(c_0_95,negated_conjecture,
    ! [X14: $i,X16: $i,X3: $i,X15: $i] :
      ( ( p @ X14 )
      | ( p @ X16 )
      | ~ ( rel_s5 @ esk1_0 @ X3 )
      | ~ ( rel_s5 @ X3 @ X14 )
      | ~ ( rel_s5 @ ( esk3_1 @ X15 ) @ X16 )
      | ~ ( rel_s5 @ esk1_0 @ X15 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_96,negated_conjecture,
    ( ( rel_s5 @ ( esk3_1 @ esk1_0 ) @ esk5_0 )
    | ( p @ esk5_0 ) ),
    inference(spm,[status(thm)],[c_0_93,c_0_94]) ).

thf(c_0_97,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( p @ X14 )
      | ~ ( rel_s5 @ esk1_0 @ X3 )
      | ~ ( rel_s5 @ X3 @ X14 )
      | ~ ( p @ esk5_0 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_98,negated_conjecture,
    ! [X14: $i,X3: $i] :
      ( ( p @ X3 )
      | ~ ( rel_s5 @ esk1_0 @ X14 )
      | ~ ( rel_s5 @ X14 @ X3 ) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_96]),c_0_55])]),c_0_97]) ).

thf(c_0_99,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( rel_s5 @ X3 @ esk6_0 )
      | ~ ( rel_s5 @ X14 @ esk1_0 )
      | ~ ( rel_s5 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_59]) ).

thf(c_0_100,negated_conjecture,
    ! [X14: $i,X3: $i] :
      ( ~ ( p @ ( esk7_2 @ X3 @ X14 ) )
      | ~ ( rel_s5 @ X3 @ X14 )
      | ~ ( rel_s5 @ esk6_0 @ X3 )
      | ~ ( p @ esk5_0 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_101,negated_conjecture,
    ! [X3: $i] :
      ( ( p @ X3 )
      | ~ ( rel_s5 @ esk6_0 @ X3 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_98,c_0_59]),c_0_55])]) ).

thf(c_0_102,negated_conjecture,
    ! [X3: $i] :
      ( ( rel_s5 @ X3 @ esk6_0 )
      | ~ ( rel_s5 @ X3 @ esk4_0 ) ),
    inference(spm,[status(thm)],[c_0_99,c_0_73]) ).

thf(c_0_103,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ~ ( rel_s5 @ esk6_0 @ ( esk7_2 @ X3 @ X14 ) )
      | ~ ( rel_s5 @ esk6_0 @ X3 )
      | ~ ( p @ esk5_0 )
      | ~ ( rel_s5 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_100,c_0_101]) ).

thf(c_0_104,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( rel_s5 @ X3 @ ( esk7_2 @ X14 @ X3 ) )
      | ~ ( rel_s5 @ X14 @ X3 )
      | ~ ( rel_s5 @ esk6_0 @ X14 )
      | ~ ( p @ esk5_0 ) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

thf(c_0_105,negated_conjecture,
    rel_s5 @ esk5_0 @ esk6_0,
    inference(spm,[status(thm)],[c_0_102,c_0_76]) ).

thf(c_0_106,negated_conjecture,
    ! [X3: $i] :
      ( ~ ( rel_s5 @ esk6_0 @ X3 )
      | ~ ( p @ esk5_0 ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_103,c_0_104]),c_0_39]) ).

thf(c_0_107,negated_conjecture,
    rel_s5 @ esk6_0 @ esk5_0,
    inference(spm,[status(thm)],[c_0_39,c_0_105]) ).

thf(c_0_108,negated_conjecture,
    ! [X3: $i] :
      ~ ( rel_s5 @ esk6_0 @ X3 ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_106,c_0_101]),c_0_107])]) ).

thf(c_0_109,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[c_0_60,c_0_108]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.08  % Problem    : SYO442^1 : TPTP v8.2.0. Released v4.0.0.
% 0.00/0.09  % Command    : run_E %s %d THM
% 0.08/0.28  % Computer : n032.cluster.edu
% 0.08/0.28  % Model    : x86_64 x86_64
% 0.08/0.28  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.28  % Memory   : 8042.1875MB
% 0.08/0.28  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.28  % CPULimit   : 300
% 0.08/0.28  % WCLimit    : 300
% 0.08/0.28  % DateTime   : Mon May 20 10:34:23 EDT 2024
% 0.13/0.28  % CPUTime    : 
% 0.13/0.35  Running higher-order theorem proving
% 0.13/0.35  Running: /export/starexec/sandbox2/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/sandbox2/benchmark/theBenchmark.p
% 0.13/0.41  # Version: 3.1.0-ho
% 0.13/0.41  # Preprocessing class: HSMSSMSSMLMNHSN.
% 0.13/0.41  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.13/0.41  # Starting ho_unfolding_3 with 1500s (5) cores
% 0.13/0.41  # Starting ehoh_best2_full_lfho with 300s (1) cores
% 0.13/0.41  # Starting almost_fo_3_lam with 300s (1) cores
% 0.13/0.41  # Starting post_as_ho1 with 300s (1) cores
% 0.13/0.41  # ho_unfolding_3 with pid 29414 completed with status 0
% 0.13/0.41  # Result found by ho_unfolding_3
% 0.13/0.41  # Preprocessing class: HSMSSMSSMLMNHSN.
% 0.13/0.41  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.13/0.41  # Starting ho_unfolding_3 with 1500s (5) cores
% 0.13/0.41  # No SInE strategy applied
% 0.13/0.41  # Search class: HGHNF-FFMF21-SHSSMFNN
% 0.13/0.41  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.13/0.41  # Starting new_ho_10 with 811s (1) cores
% 0.13/0.41  # Starting ho_unfolding_3 with 151s (1) cores
% 0.13/0.41  # Starting ehoh_best_sine_rwall with 136s (1) cores
% 0.13/0.41  # Starting lpo1_def_fix with 136s (1) cores
% 0.13/0.41  # Starting ehoh_best8_lambda with 136s (1) cores
% 0.13/0.41  # ehoh_best_sine_rwall with pid 29421 completed with status 0
% 0.13/0.41  # Result found by ehoh_best_sine_rwall
% 0.13/0.41  # Preprocessing class: HSMSSMSSMLMNHSN.
% 0.13/0.41  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.13/0.41  # Starting ho_unfolding_3 with 1500s (5) cores
% 0.13/0.41  # No SInE strategy applied
% 0.13/0.41  # Search class: HGHNF-FFMF21-SHSSMFNN
% 0.13/0.41  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.13/0.41  # Starting new_ho_10 with 811s (1) cores
% 0.13/0.41  # Starting ho_unfolding_3 with 151s (1) cores
% 0.13/0.41  # Starting ehoh_best_sine_rwall with 136s (1) cores
% 0.13/0.41  # Preprocessing time       : 0.001 s
% 0.13/0.41  # Presaturation interreduction done
% 0.13/0.41  
% 0.13/0.41  # Proof found!
% 0.13/0.41  # SZS status Theorem
% 0.13/0.41  # SZS output start CNFRefutation
% See solution above
% 0.13/0.41  # Parsed axioms                        : 73
% 0.13/0.41  # Removed by relevancy pruning/SinE    : 0
% 0.13/0.41  # Initial clauses                      : 63
% 0.13/0.41  # Removed in clause preprocessing      : 36
% 0.13/0.41  # Initial clauses in saturation        : 27
% 0.13/0.41  # Processed clauses                    : 1288
% 0.13/0.41  # ...of these trivial                  : 18
% 0.13/0.41  # ...subsumed                          : 813
% 0.13/0.41  # ...remaining for further processing  : 457
% 0.13/0.41  # Other redundant clauses eliminated   : 0
% 0.13/0.41  # Clauses deleted for lack of memory   : 0
% 0.13/0.41  # Backward-subsumed                    : 72
% 0.13/0.41  # Backward-rewritten                   : 227
% 0.13/0.41  # Generated clauses                    : 3439
% 0.13/0.41  # ...of the previous two non-redundant : 2856
% 0.13/0.41  # ...aggressively subsumed             : 0
% 0.13/0.41  # Contextual simplify-reflections      : 28
% 0.13/0.41  # Paramodulations                      : 3433
% 0.13/0.41  # Factorizations                       : 0
% 0.13/0.41  # NegExts                              : 0
% 0.13/0.41  # Equation resolutions                 : 0
% 0.13/0.41  # Disequality decompositions           : 0
% 0.13/0.41  # Total rewrite steps                  : 1230
% 0.13/0.41  # ...of those cached                   : 1205
% 0.13/0.41  # Propositional unsat checks           : 0
% 0.13/0.41  #    Propositional check models        : 0
% 0.13/0.41  #    Propositional check unsatisfiable : 0
% 0.13/0.41  #    Propositional clauses             : 0
% 0.13/0.41  #    Propositional clauses after purity: 0
% 0.13/0.41  #    Propositional unsat core size     : 0
% 0.13/0.41  #    Propositional preprocessing time  : 0.000
% 0.13/0.41  #    Propositional encoding time       : 0.000
% 0.13/0.41  #    Propositional solver time         : 0.000
% 0.13/0.41  #    Success case prop preproc time    : 0.000
% 0.13/0.41  #    Success case prop encoding time   : 0.000
% 0.13/0.41  #    Success case prop solver time     : 0.000
% 0.13/0.41  # Current number of processed clauses  : 125
% 0.13/0.41  #    Positive orientable unit clauses  : 13
% 0.13/0.41  #    Positive unorientable unit clauses: 0
% 0.13/0.41  #    Negative unit clauses             : 1
% 0.13/0.41  #    Non-unit-clauses                  : 111
% 0.13/0.41  # Current number of unprocessed clauses: 1209
% 0.13/0.41  # ...number of literals in the above   : 4776
% 0.13/0.41  # Current number of archived formulas  : 0
% 0.13/0.41  # Current number of archived clauses   : 332
% 0.13/0.41  # Clause-clause subsumption calls (NU) : 10418
% 0.13/0.41  # Rec. Clause-clause subsumption calls : 7636
% 0.13/0.41  # Non-unit clause-clause subsumptions  : 890
% 0.13/0.41  # Unit Clause-clause subsumption calls : 221
% 0.13/0.41  # Rewrite failures with RHS unbound    : 0
% 0.13/0.41  # BW rewrite match attempts            : 9
% 0.13/0.41  # BW rewrite match successes           : 6
% 0.13/0.41  # Condensation attempts                : 0
% 0.13/0.41  # Condensation successes               : 0
% 0.13/0.41  # Termbank termtop insertions          : 58114
% 0.13/0.41  # Search garbage collected termcells   : 788
% 0.13/0.41  
% 0.13/0.41  # -------------------------------------------------
% 0.13/0.41  # User time                : 0.050 s
% 0.13/0.41  # System time              : 0.003 s
% 0.13/0.41  # Total time               : 0.053 s
% 0.13/0.41  # Maximum resident set size: 2004 pages
% 0.13/0.41  
% 0.13/0.41  # -------------------------------------------------
% 0.13/0.41  # User time                : 0.242 s
% 0.13/0.41  # System time              : 0.011 s
% 0.13/0.41  # Total time               : 0.253 s
% 0.13/0.41  # Maximum resident set size: 1804 pages
% 0.13/0.41  % E---3.1 exiting
% 0.13/0.41  % E exiting
%------------------------------------------------------------------------------