TSTP Solution File: NUM730_8 by E-SAT---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1.00
% Problem  : NUM730_8 : TPTP v8.2.0. Released v8.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

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

% Result   : Theorem 0.19s 0.50s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   24
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   96 (   7 unt;  14 typ;   0 def)
%            Number of atoms       : 1113 (  38 equ)
%            Maximal formula atoms :  117 (  13 avg)
%            Number of connectives :  760 ( 269   ~; 410   |;  77   &)
%                                         (   2 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   31 (   5 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number of FOOLs       :  540 ( 540 fml;   0 var)
%            Number of types       :    3 (   2 usr)
%            Number of type conns  :   13 (   8   >;   5   *;   0   +;   0  <<)
%            Number of predicates  :    8 (   5 usr;   4 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   2 con; 0-2 aty)
%            Number of variables   :   28 (   0 sgn  28   !;   0   ?;  28   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_sort1,type,
    frac: $tType ).

tff(decl_sort2,type,
    nat: $tType ).

tff(decl_22,type,
    x: frac ).

tff(decl_23,type,
    y: frac ).

tff(decl_24,type,
    orec3: ( $o * $o * $o ) > $o ).

tff(decl_25,type,
    ts: ( nat * nat ) > nat ).

tff(decl_26,type,
    c1x: frac > nat ).

tff(decl_27,type,
    c2y: frac > nat ).

tff(decl_28,type,
    c1y: frac > nat ).

tff(decl_29,type,
    c2x: frac > nat ).

tff(decl_30,type,
    more: ( nat * nat ) > $o ).

tff(decl_31,type,
    less: ( nat * nat ) > $o ).

tff(decl_32,type,
    epred1_0: $o ).

tff(decl_33,type,
    epred2_0: $o ).

tff(satz10,axiom,
    ! [X1: nat,X2: nat] : orec3(X1 = X2,more(X1,X2),less(X1,X2)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',satz10) ).

tff(satz41,conjecture,
    orec3(ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)),more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x))),less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',satz41) ).

tff(c_0_2,plain,
    ( epred2_0
  <=> ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
      | ( ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
          | ( ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($false,$true,$true) )
            & ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($false,$true,$false) ) ) )
        & ( more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
          | ( ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($false,$false,$true) )
            & ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($false,$false,$false) ) ) ) ) ) ),
    introduced(definition) ).

tff(c_0_3,plain,
    ( epred1_0
  <=> ( ( ts(c1x(x),c2y(y)) != ts(c1y(y),c2x(x)) )
      | ( ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
          | ( ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($true,$true,$true) )
            & ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($true,$true,$false) ) ) )
        & ( more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
          | ( ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($true,$false,$true) )
            & ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($true,$false,$false) ) ) ) ) ) ),
    introduced(definition) ).

tff(c_0_4,axiom,
    ! [X1: nat,X2: nat] :
      ( ( ( X1 != X2 )
        | ( ( ~ more(X1,X2)
            | ( ( ~ less(X1,X2)
                | orec3($true,$true,$true) )
              & ( less(X1,X2)
                | orec3($true,$true,$false) ) ) )
          & ( more(X1,X2)
            | ( ( ~ less(X1,X2)
                | orec3($true,$false,$true) )
              & ( less(X1,X2)
                | orec3($true,$false,$false) ) ) ) ) )
      & ( ( X1 = X2 )
        | ( ( ~ more(X1,X2)
            | ( ( ~ less(X1,X2)
                | orec3($false,$true,$true) )
              & ( less(X1,X2)
                | orec3($false,$true,$false) ) ) )
          & ( more(X1,X2)
            | ( ( ~ less(X1,X2)
                | orec3($false,$false,$true) )
              & ( less(X1,X2)
                | orec3($false,$false,$false) ) ) ) ) ) ),
    inference(fool_unroll,[status(thm)],[satz10]) ).

tff(c_0_5,plain,
    ( ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
      | ( ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
          | ( ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($false,$true,$true) )
            & ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($false,$true,$false) ) ) )
        & ( more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
          | ( ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($false,$false,$true) )
            & ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($false,$false,$false) ) ) ) ) )
   => epred2_0 ),
    inference(split_equiv,[status(thm)],[c_0_2]) ).

tff(c_0_6,plain,
    ( ( ( ts(c1x(x),c2y(y)) != ts(c1y(y),c2x(x)) )
      | ( ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
          | ( ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($true,$true,$true) )
            & ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($true,$true,$false) ) ) )
        & ( more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
          | ( ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($true,$false,$true) )
            & ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
              | orec3($true,$false,$false) ) ) ) ) )
   => epred1_0 ),
    inference(split_equiv,[status(thm)],[c_0_3]) ).

tff(c_0_7,plain,
    ! [X3: nat,X4: nat] :
      ( ( ~ less(X3,X4)
        | orec3($true,$true,$true)
        | ~ more(X3,X4)
        | ( X3 != X4 ) )
      & ( less(X3,X4)
        | orec3($true,$true,$false)
        | ~ more(X3,X4)
        | ( X3 != X4 ) )
      & ( ~ less(X3,X4)
        | orec3($true,$false,$true)
        | more(X3,X4)
        | ( X3 != X4 ) )
      & ( less(X3,X4)
        | orec3($true,$false,$false)
        | more(X3,X4)
        | ( X3 != X4 ) )
      & ( ~ less(X3,X4)
        | orec3($false,$true,$true)
        | ~ more(X3,X4)
        | ( X3 = X4 ) )
      & ( less(X3,X4)
        | orec3($false,$true,$false)
        | ~ more(X3,X4)
        | ( X3 = X4 ) )
      & ( ~ less(X3,X4)
        | orec3($false,$false,$true)
        | more(X3,X4)
        | ( X3 = X4 ) )
      & ( less(X3,X4)
        | orec3($false,$false,$false)
        | more(X3,X4)
        | ( X3 = X4 ) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_4])])]) ).

tff(c_0_8,plain,
    ( ( ( ts(c1x(x),c2y(y)) != ts(c1y(y),c2x(x)) )
      | epred2_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$false,$true)
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | ~ orec3($false,$false,$true)
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$false,$true)
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | ~ orec3($false,$false,$true)
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$false,$true)
      | ~ orec3($false,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | ~ orec3($false,$false,$true)
      | ~ orec3($false,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred2_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$false,$true)
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | ~ orec3($false,$false,$true)
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$false)
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$false)
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$true,$false)
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($false,$false,$true)
      | ~ orec3($false,$true,$false)
      | ~ orec3($false,$true,$true)
      | epred2_0 )
    & ( ~ orec3($false,$false,$false)
      | ~ orec3($false,$false,$true)
      | ~ orec3($false,$true,$false)
      | ~ orec3($false,$true,$true)
      | epred2_0 ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_5])])]) ).

tff(c_0_9,plain,
    ( ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
      | epred1_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$false,$true)
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | ~ orec3($true,$false,$true)
      | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$false,$true)
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | ~ orec3($true,$false,$true)
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$false,$true)
      | ~ orec3($true,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | ~ orec3($true,$false,$true)
      | ~ orec3($true,$true,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | epred1_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$false,$true)
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | ~ orec3($true,$false,$true)
      | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$false)
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$false)
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$true,$false)
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
      | ~ orec3($true,$false,$true)
      | ~ orec3($true,$true,$false)
      | ~ orec3($true,$true,$true)
      | epred1_0 )
    & ( ~ orec3($true,$false,$false)
      | ~ orec3($true,$false,$true)
      | ~ orec3($true,$true,$false)
      | ~ orec3($true,$true,$true)
      | epred1_0 ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_6])])]) ).

tcf(c_0_10,plain,
    ! [X1: nat,X2: nat] :
      ( orec3($true,$true,$true)
      | ~ less(X1,X2)
      | ~ more(X1,X2)
      | ( X1 != X2 ) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

tcf(c_0_11,plain,
    ( epred2_0
    | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$false,$true)
    | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$true,$true) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

tcf(c_0_12,plain,
    ! [X1: nat,X2: nat] :
      ( orec3($false,$false,$true)
      | more(X1,X2)
      | ( X1 = X2 )
      | ~ less(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

tcf(c_0_13,plain,
    ! [X1: nat,X2: nat] :
      ( less(X1,X2)
      | orec3($false,$false,$false)
      | more(X1,X2)
      | ( X1 = X2 ) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

tcf(c_0_14,plain,
    ! [X1: nat,X2: nat] :
      ( orec3($true,$false,$true)
      | more(X1,X2)
      | ~ less(X1,X2)
      | ( X1 != X2 ) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

tcf(c_0_15,plain,
    ( epred1_0
    | ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($true,$true,$true) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

tcf(c_0_16,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | epred1_0 ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

tcf(c_0_17,plain,
    ! [X1: nat] :
      ( orec3($true,$true,$true)
      | ~ less(X1,X1)
      | ~ more(X1,X1) ),
    inference(er,[status(thm)],[c_0_10]) ).

tcf(c_0_18,plain,
    ( epred2_0
    | ~ orec3($false,$true,$true)
    | ~ orec3($false,$false,$true)
    | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x))) ),
    inference(cn,[status(thm)],[c_0_11]) ).

tcf(c_0_19,plain,
    ! [X1: nat,X2: nat] :
      ( ( X1 = X2 )
      | more(X1,X2)
      | orec3($false,$false,$false)
      | orec3($false,$false,$true) ),
    inference(spm,[status(thm)],[c_0_12,c_0_13]) ).

tcf(c_0_20,plain,
    ( epred2_0
    | ( ts(c1x(x),c2y(y)) != ts(c1y(y),c2x(x)) ) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

tcf(c_0_21,plain,
    ! [X1: nat,X2: nat] :
      ( less(X1,X2)
      | orec3($true,$true,$false)
      | ~ more(X1,X2)
      | ( X1 != X2 ) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

tcf(c_0_22,plain,
    ( more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | epred1_0
    | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($true,$false,$true) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

tcf(c_0_23,plain,
    ! [X1: nat] :
      ( more(X1,X1)
      | orec3($true,$false,$true)
      | ~ less(X1,X1) ),
    inference(er,[status(thm)],[c_0_14]) ).

tcf(c_0_24,plain,
    ( epred1_0
    | ~ less(ts(c1y(y),c2x(x)),ts(c1y(y),c2x(x)))
    | ~ more(ts(c1y(y),c2x(x)),ts(c1y(y),c2x(x))) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_15,c_0_16]),c_0_17]) ).

tcf(c_0_25,plain,
    ! [X1: nat,X2: nat] :
      ( less(X1,X2)
      | orec3($true,$false,$false)
      | more(X1,X2)
      | ( X1 != X2 ) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

tcf(c_0_26,plain,
    ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | epred2_0
    | ~ orec3($false,$false,$false)
    | ~ orec3($false,$true,$false) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

tcf(c_0_27,plain,
    ( epred2_0
    | ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$true,$false)
    | ~ orec3($false,$true,$true) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

tcf(c_0_28,plain,
    ( epred2_0
    | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | orec3($false,$false,$false)
    | ~ orec3($false,$true,$true) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_18,c_0_13]),c_0_19]),c_0_20]) ).

tcf(c_0_29,plain,
    ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | epred1_0
    | ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($true,$true,$false) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

tcf(c_0_30,plain,
    ! [X1: nat] :
      ( less(X1,X1)
      | orec3($true,$true,$false)
      | ~ more(X1,X1) ),
    inference(er,[status(thm)],[c_0_21]) ).

tcf(c_0_31,plain,
    ( epred1_0
    | ~ less(ts(c1y(y),c2x(x)),ts(c1y(y),c2x(x))) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_16]),c_0_23]),c_0_24]) ).

tcf(c_0_32,plain,
    ! [X1: nat] :
      ( less(X1,X1)
      | more(X1,X1)
      | orec3($true,$false,$false) ),
    inference(er,[status(thm)],[c_0_25]) ).

tcf(c_0_33,plain,
    ( epred2_0
    | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$true,$false)
    | ~ orec3($false,$false,$false) ),
    inference(cn,[status(thm)],[c_0_26]) ).

cnf(c_0_34,plain,
    ( epred2_0
    | ~ orec3($false,$false,$false)
    | ~ orec3($false,$false,$true)
    | ~ orec3($false,$true,$false)
    | ~ orec3($false,$true,$true) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

cnf(c_0_35,plain,
    ( epred2_0
    | orec3($false,$false,$false)
    | ~ orec3($false,$true,$true)
    | ~ orec3($false,$true,$false) ),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

fof(c_0_36,negated_conjecture,
    ~ ( epred1_0
      & epred2_0 ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fool_unroll,[status(thm)],[inference(assume_negation,[status(cth)],[satz41])]),c_0_3]),c_0_2]) ).

tcf(c_0_37,plain,
    ( epred1_0
    | ~ more(ts(c1y(y),c2x(x)),ts(c1y(y),c2x(x))) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_16]),c_0_30]),c_0_31]) ).

tcf(c_0_38,plain,
    ( epred1_0
    | more(ts(c1y(y),c2x(x)),ts(c1y(y),c2x(x)))
    | orec3($true,$false,$false) ),
    inference(spm,[status(thm)],[c_0_31,c_0_32]) ).

tcf(c_0_39,plain,
    ( epred2_0
    | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | orec3($false,$false,$true)
    | ~ orec3($false,$true,$false) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_33]),c_0_19]),c_0_20]) ).

cnf(c_0_40,plain,
    ( epred2_0
    | ~ orec3($false,$true,$true)
    | ~ orec3($false,$true,$false)
    | ~ orec3($false,$false,$true) ),
    inference(spm,[status(thm)],[c_0_34,c_0_35]) ).

fof(c_0_41,negated_conjecture,
    ( ~ epred1_0
    | ~ epred2_0 ),
    inference(fof_nnf,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_36])]) ).

tcf(c_0_42,plain,
    ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | epred1_0
    | ~ orec3($true,$false,$false) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_43,plain,
    ( epred1_0
    | orec3($true,$false,$false) ),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

tcf(c_0_44,plain,
    ! [X1: nat,X2: nat] :
      ( orec3($false,$true,$true)
      | ( X1 = X2 )
      | ~ less(X1,X2)
      | ~ more(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

cnf(c_0_45,plain,
    ( epred2_0
    | ~ orec3($false,$true,$true)
    | ~ orec3($false,$true,$false) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_27,c_0_39]),c_0_40]) ).

tcf(c_0_46,plain,
    ( more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | epred2_0
    | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$false,$true) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

cnf(c_0_47,negated_conjecture,
    ( ~ epred1_0
    | ~ epred2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

cnf(c_0_48,plain,
    epred1_0,
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_16]),c_0_43]),c_0_37]),c_0_31]) ).

tcf(c_0_49,plain,
    ( epred2_0
    | ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$true,$false)
    | ~ orec3($false,$false,$false) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_33]),c_0_45]),c_0_20]) ).

tcf(c_0_50,plain,
    ( more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | epred2_0
    | ~ orec3($false,$false,$false)
    | ~ orec3($false,$false,$true) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

tcf(c_0_51,plain,
    ( epred2_0
    | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | orec3($false,$false,$false) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_13]),c_0_19]),c_0_20]) ).

cnf(c_0_52,negated_conjecture,
    ~ epred2_0,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_47,c_0_48])]) ).

cnf(c_0_53,plain,
    ( epred2_0
    | ~ orec3($false,$true,$false)
    | ~ orec3($false,$false,$false)
    | ~ orec3($false,$false,$true) ),
    inference(spm,[status(thm)],[c_0_49,c_0_50]) ).

tcf(c_0_54,plain,
    ! [X1: nat,X2: nat] :
      ( less(X1,X2)
      | orec3($false,$true,$false)
      | ( X1 = X2 )
      | ~ more(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

tcf(c_0_55,plain,
    ( more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | orec3($false,$false,$false) ),
    inference(sr,[status(thm)],[c_0_51,c_0_52]) ).

cnf(c_0_56,plain,
    ( epred2_0
    | ~ orec3($false,$true,$false)
    | ~ orec3($false,$false,$false) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_39]),c_0_53]) ).

tcf(c_0_57,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | orec3($false,$false,$false)
    | orec3($false,$true,$false) ),
    inference(spm,[status(thm)],[c_0_54,c_0_55]) ).

tcf(c_0_58,plain,
    ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | epred2_0
    | ~ orec3($false,$false,$false) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

tcf(c_0_59,plain,
    ( epred2_0
    | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$false,$true)
    | ~ orec3($false,$false,$false) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_50]),c_0_56]),c_0_20]) ).

tcf(c_0_60,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | orec3($false,$true,$false)
    | orec3($false,$false,$false)
    | ~ orec3($false,$true,$true)
    | ~ orec3($false,$false,$true) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_18,c_0_57]),c_0_52]) ).

tcf(c_0_61,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | orec3($false,$false,$true) ),
    inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_58]),c_0_52]),c_0_19]) ).

cnf(c_0_62,plain,
    ( epred2_0
    | ~ orec3($false,$true,$true)
    | ~ orec3($false,$false,$true)
    | ~ orec3($false,$false,$false) ),
    inference(spm,[status(thm)],[c_0_18,c_0_59]) ).

cnf(c_0_63,plain,
    ( orec3($false,$false,$false)
    | orec3($false,$true,$false)
    | ~ orec3($false,$true,$true)
    | ~ orec3($false,$false,$true) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_60]),c_0_52]) ).

tcf(c_0_64,plain,
    ( less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | epred2_0
    | ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$true,$false) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

tcf(c_0_65,plain,
    ( epred2_0
    | ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$true,$true) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

tcf(c_0_66,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | less(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | orec3($false,$false,$true)
    | orec3($false,$true,$false) ),
    inference(spm,[status(thm)],[c_0_54,c_0_61]) ).

cnf(c_0_67,plain,
    ( orec3($false,$true,$false)
    | ~ orec3($false,$true,$true)
    | ~ orec3($false,$false,$true) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_62,c_0_63]),c_0_52]) ).

tcf(c_0_68,plain,
    ( epred2_0
    | ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$true,$false) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_64]),c_0_45]),c_0_20]) ).

tcf(c_0_69,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | orec3($false,$true,$false)
    | ~ orec3($false,$true,$true) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_52]),c_0_61]),c_0_67]) ).

cnf(c_0_70,plain,
    ( epred2_0
    | ~ orec3($false,$true,$false) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_68,c_0_51]),c_0_56]) ).

cnf(c_0_71,plain,
    ( orec3($false,$true,$false)
    | ~ orec3($false,$true,$true) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_69]),c_0_52]) ).

tcf(c_0_72,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | orec3($false,$true,$true)
    | ~ more(ts(c1x(x),c2y(y)),ts(c1y(y),c2x(x)))
    | ~ orec3($false,$false,$true)
    | ~ orec3($false,$false,$false) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_59]),c_0_52]) ).

cnf(c_0_73,plain,
    ~ orec3($false,$true,$true),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_70,c_0_71]),c_0_52]) ).

tcf(c_0_74,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | orec3($false,$true,$true)
    | ~ orec3($false,$false,$true)
    | ~ orec3($false,$false,$false) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_50]),c_0_52]) ).

tcf(c_0_75,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | orec3($false,$true,$false)
    | orec3($false,$false,$false) ),
    inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_57]),c_0_73]),c_0_55]) ).

cnf(c_0_76,plain,
    ( orec3($false,$true,$true)
    | ~ orec3($false,$false,$true)
    | ~ orec3($false,$false,$false) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_74]),c_0_52]) ).

cnf(c_0_77,plain,
    ( orec3($false,$false,$false)
    | orec3($false,$true,$false) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_75]),c_0_52]) ).

cnf(c_0_78,plain,
    ( orec3($false,$true,$false)
    | ~ orec3($false,$false,$true) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_77]),c_0_73]) ).

tcf(c_0_79,plain,
    ( ( ts(c1x(x),c2y(y)) = ts(c1y(y),c2x(x)) )
    | orec3($false,$true,$false) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_66]),c_0_73]),c_0_61]),c_0_78]) ).

cnf(c_0_80,plain,
    orec3($false,$true,$false),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_79]),c_0_52]) ).

cnf(c_0_81,plain,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_70,c_0_80])]),c_0_52]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : NUM730_8 : TPTP v8.2.0. Released v8.0.0.
% 0.12/0.13  % Command    : run_E %s %d THM
% 0.13/0.34  % Computer : n028.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Mon May 20 04:52:22 EDT 2024
% 0.13/0.34  % CPUTime    : 
% 0.19/0.47  Running first-order model finding
% 0.19/0.47  Running: /export/starexec/sandbox2/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --satauto-schedule=8 --cpu-limit=300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.50  # Version: 3.1.0
% 0.19/0.50  # Preprocessing class: FSSSSMSSSSSNFFN.
% 0.19/0.50  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.19/0.50  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 0.19/0.50  # Starting new_bool_3 with 300s (1) cores
% 0.19/0.50  # Starting new_bool_1 with 300s (1) cores
% 0.19/0.50  # Starting sh5l with 300s (1) cores
% 0.19/0.50  # G-E--_302_C18_F1_URBAN_RG_S04BN with pid 26781 completed with status 0
% 0.19/0.50  # Result found by G-E--_302_C18_F1_URBAN_RG_S04BN
% 0.19/0.50  # Preprocessing class: FSSSSMSSSSSNFFN.
% 0.19/0.50  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.19/0.50  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 0.19/0.50  # No SInE strategy applied
% 0.19/0.50  # Search class: FGHSF-FFMF21-SFFFFFNN
% 0.19/0.50  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.19/0.50  # Starting 208_C09_12_F1_SE_CS_SP_PS_S070I with 811s (1) cores
% 0.19/0.50  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 0.19/0.50  # Starting new_bool_3 with 136s (1) cores
% 0.19/0.50  # Starting G-E--_208_B00_00_F1_SE_CS_SP_PS_S033N with 136s (1) cores
% 0.19/0.50  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S05BI with 136s (1) cores
% 0.19/0.50  # G-E--_208_B00_00_F1_SE_CS_SP_PS_S033N with pid 26791 completed with status 0
% 0.19/0.50  # Result found by G-E--_208_B00_00_F1_SE_CS_SP_PS_S033N
% 0.19/0.50  # Preprocessing class: FSSSSMSSSSSNFFN.
% 0.19/0.50  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.19/0.50  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 0.19/0.50  # No SInE strategy applied
% 0.19/0.50  # Search class: FGHSF-FFMF21-SFFFFFNN
% 0.19/0.50  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.19/0.50  # Starting 208_C09_12_F1_SE_CS_SP_PS_S070I with 811s (1) cores
% 0.19/0.50  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 0.19/0.50  # Starting new_bool_3 with 136s (1) cores
% 0.19/0.50  # Starting G-E--_208_B00_00_F1_SE_CS_SP_PS_S033N with 136s (1) cores
% 0.19/0.50  # Preprocessing time       : 0.001 s
% 0.19/0.50  # Presaturation interreduction done
% 0.19/0.50  
% 0.19/0.50  # Proof found!
% 0.19/0.50  # SZS status Theorem
% 0.19/0.50  # SZS output start CNFRefutation
% See solution above
% 0.19/0.50  # Parsed axioms                        : 14
% 0.19/0.50  # Removed by relevancy pruning/SinE    : 0
% 0.19/0.50  # Initial clauses                      : 73
% 0.19/0.50  # Removed in clause preprocessing      : 36
% 0.19/0.50  # Initial clauses in saturation        : 37
% 0.19/0.50  # Processed clauses                    : 254
% 0.19/0.50  # ...of these trivial                  : 0
% 0.19/0.50  # ...subsumed                          : 108
% 0.19/0.50  # ...remaining for further processing  : 146
% 0.19/0.50  # Other redundant clauses eliminated   : 6
% 0.19/0.50  # Clauses deleted for lack of memory   : 0
% 0.19/0.50  # Backward-subsumed                    : 70
% 0.19/0.50  # Backward-rewritten                   : 16
% 0.19/0.50  # Generated clauses                    : 640
% 0.19/0.50  # ...of the previous two non-redundant : 402
% 0.19/0.50  # ...aggressively subsumed             : 0
% 0.19/0.50  # Contextual simplify-reflections      : 36
% 0.19/0.50  # Paramodulations                      : 631
% 0.19/0.50  # Factorizations                       : 0
% 0.19/0.50  # NegExts                              : 0
% 0.19/0.50  # Equation resolutions                 : 6
% 0.19/0.50  # Disequality decompositions           : 0
% 0.19/0.50  # Total rewrite steps                  : 16
% 0.19/0.50  # ...of those cached                   : 14
% 0.19/0.50  # Propositional unsat checks           : 0
% 0.19/0.50  #    Propositional check models        : 0
% 0.19/0.50  #    Propositional check unsatisfiable : 0
% 0.19/0.50  #    Propositional clauses             : 0
% 0.19/0.50  #    Propositional clauses after purity: 0
% 0.19/0.50  #    Propositional unsat core size     : 0
% 0.19/0.50  #    Propositional preprocessing time  : 0.000
% 0.19/0.50  #    Propositional encoding time       : 0.000
% 0.19/0.50  #    Propositional solver time         : 0.000
% 0.19/0.50  #    Success case prop preproc time    : 0.000
% 0.19/0.50  #    Success case prop encoding time   : 0.000
% 0.19/0.50  #    Success case prop solver time     : 0.000
% 0.19/0.50  # Current number of processed clauses  : 24
% 0.19/0.50  #    Positive orientable unit clauses  : 2
% 0.19/0.50  #    Positive unorientable unit clauses: 0
% 0.19/0.50  #    Negative unit clauses             : 2
% 0.19/0.50  #    Non-unit-clauses                  : 20
% 0.19/0.50  # Current number of unprocessed clauses: 11
% 0.19/0.50  # ...number of literals in the above   : 51
% 0.19/0.50  # Current number of archived formulas  : 0
% 0.19/0.50  # Current number of archived clauses   : 118
% 0.19/0.50  # Clause-clause subsumption calls (NU) : 4338
% 0.19/0.50  # Rec. Clause-clause subsumption calls : 778
% 0.19/0.50  # Non-unit clause-clause subsumptions  : 208
% 0.19/0.50  # Unit Clause-clause subsumption calls : 60
% 0.19/0.50  # Rewrite failures with RHS unbound    : 0
% 0.19/0.50  # BW rewrite match attempts            : 3
% 0.19/0.50  # BW rewrite match successes           : 2
% 0.19/0.50  # Condensation attempts                : 0
% 0.19/0.50  # Condensation successes               : 0
% 0.19/0.50  # Termbank termtop insertions          : 18560
% 0.19/0.50  # Search garbage collected termcells   : 427
% 0.19/0.50  
% 0.19/0.50  # -------------------------------------------------
% 0.19/0.50  # User time                : 0.026 s
% 0.19/0.50  # System time              : 0.001 s
% 0.19/0.50  # Total time               : 0.027 s
% 0.19/0.50  # Maximum resident set size: 1856 pages
% 0.19/0.50  
% 0.19/0.50  # -------------------------------------------------
% 0.19/0.50  # User time                : 0.095 s
% 0.19/0.50  # System time              : 0.007 s
% 0.19/0.50  # Total time               : 0.102 s
% 0.19/0.50  # Maximum resident set size: 1708 pages
% 0.19/0.50  % E---3.1 exiting
%------------------------------------------------------------------------------