TSTP Solution File: COL098-1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : COL098-1 : TPTP v8.1.0. Released v2.7.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n021.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Fri Jul 15 00:34:50 EDT 2022

% Result   : Unsatisfiable 0.39s 0.57s
% Output   : CNFRefutation 0.39s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   32
% Syntax   : Number of formulae    :  149 (  87 unt;  14 typ;   0 def)
%            Number of atoms       :  626 ( 262 equ;   0 cnn)
%            Maximal formula atoms :    4 (   4 avg)
%            Number of connectives : 1267 ( 146   ~; 157   |;   0   &; 964   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   17 (  14 usr;   9 con; 0-3 aty)
%            Number of variables   :  325 (   0   ^ 325   !;   0   ?; 325   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_combK,type,
    combK: $i ).

thf(tp_combS,type,
    combS: $i ).

thf(tp_comb_app,type,
    comb_app: $i > $i > $i ).

thf(tp_member,type,
    member: $i > $i > $o ).

thf(tp_pair,type,
    pair: $i > $i > $i ).

thf(tp_r,type,
    r: $i ).

thf(tp_sk1,type,
    sk1: $i > $i > $i > $i ).

thf(tp_sk2,type,
    sk2: $i > $i ).

thf(tp_sk3,type,
    sk3: $i ).

thf(tp_trancl,type,
    trancl: $i > $i ).

thf(tp_trans,type,
    trans: $i > $o ).

thf(tp_x,type,
    x: $i ).

thf(tp_y,type,
    y: $i ).

thf(tp_z,type,
    z: $i ).

thf(1,axiom,
    ! [R: $i,A: $i,B: $i,C: $i] :
      ( ~ ( trans @ R )
      | ~ ( member @ ( pair @ A @ B ) @ R )
      | ~ ( member @ ( pair @ B @ C ) @ R )
      | ( member @ ( pair @ A @ C ) @ R ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transD) ).

thf(2,axiom,
    ! [R: $i] : ( trans @ ( trancl @ R ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',trans_trancl) ).

thf(3,axiom,
    ! [A: $i,B: $i,R: $i] :
      ( ~ ( member @ ( pair @ A @ B ) @ R )
      | ( member @ ( pair @ A @ B ) @ ( trancl @ R ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',r_into_trancl) ).

thf(4,axiom,
    ! [P1: $i,P2: $i,Q1: $i,Q2: $i] :
      ( ( P1 != P2 )
      | ( Q1 != Q2 )
      | ( ( comb_app @ P1 @ Q1 )
        = ( comb_app @ P2 @ Q2 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',app_app3) ).

thf(5,axiom,
    ! [P1: $i,Q1: $i,P2: $i,Q2: $i] :
      ( ( ( comb_app @ P1 @ Q1 )
       != ( comb_app @ P2 @ Q2 ) )
      | ( Q1 = Q2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',app_app2) ).

thf(6,axiom,
    ! [P1: $i,Q1: $i,P2: $i,Q2: $i] :
      ( ( ( comb_app @ P1 @ Q1 )
       != ( comb_app @ P2 @ Q2 ) )
      | ( P1 = P2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',app_app1) ).

thf(7,axiom,
    ! [P: $i,Q: $i] :
      ( combS
     != ( comb_app @ P @ Q ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',s_app) ).

thf(8,axiom,
    ! [P: $i,Q: $i] :
      ( combK
     != ( comb_app @ P @ Q ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',k_app) ).

thf(9,axiom,
    combK != combS,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',k_s) ).

thf(10,axiom,
    ! [YP: $i] :
      ( ~ ( member @ ( pair @ x @ YP ) @ r )
      | ( member @ ( pair @ y @ ( sk2 @ YP ) ) @ r ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diamond_strip_lemmaD_2h6) ).

thf(11,axiom,
    ! [YP: $i] :
      ( ~ ( member @ ( pair @ x @ YP ) @ r )
      | ( member @ ( pair @ YP @ ( sk2 @ YP ) ) @ ( trancl @ r ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diamond_strip_lemmaD_2h5) ).

thf(12,axiom,
    member @ ( pair @ y @ z ) @ r,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diamond_strip_lemmaD_2h4) ).

thf(13,axiom,
    member @ ( pair @ x @ y ) @ ( trancl @ r ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diamond_strip_lemmaD_2h3) ).

thf(14,axiom,
    ! [X: $i,Y: $i,YP: $i] :
      ( ~ ( member @ ( pair @ X @ Y ) @ r )
      | ~ ( member @ ( pair @ X @ YP ) @ r )
      | ( member @ ( pair @ YP @ ( sk1 @ X @ Y @ YP ) ) @ r ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diamond_strip_lemmaD_2h2) ).

thf(15,axiom,
    ! [X: $i,Y: $i,YP: $i] :
      ( ~ ( member @ ( pair @ X @ Y ) @ r )
      | ~ ( member @ ( pair @ X @ YP ) @ r )
      | ( member @ ( pair @ Y @ ( sk1 @ X @ Y @ YP ) ) @ r ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diamond_strip_lemmaD_2h1) ).

thf(16,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(17,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[16]) ).

thf(18,negated_conjecture,
    ! [ZA: $i] :
      ( ~ ( member @ ( pair @ sk3 @ ZA ) @ ( trancl @ r ) )
      | ~ ( member @ ( pair @ z @ ZA ) @ r ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diamond_strip_lemmaD_2c2) ).

thf(19,negated_conjecture,
    member @ ( pair @ x @ sk3 ) @ r,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diamond_strip_lemmaD_2c1) ).

thf(20,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[17]) ).

thf(21,plain,
    ( ( ! [R: $i,A: $i,B: $i,C: $i] :
          ( ~ ( trans @ R )
          | ~ ( member @ ( pair @ A @ B ) @ R )
          | ~ ( member @ ( pair @ B @ C ) @ R )
          | ( member @ ( pair @ A @ C ) @ R ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(22,plain,
    ( ( ! [R: $i] : ( trans @ ( trancl @ R ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(23,plain,
    ( ( ! [A: $i,B: $i,R: $i] :
          ( ~ ( member @ ( pair @ A @ B ) @ R )
          | ( member @ ( pair @ A @ B ) @ ( trancl @ R ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(24,plain,
    ( ( ! [P1: $i,P2: $i,Q1: $i,Q2: $i] :
          ( ( P1 != P2 )
          | ( Q1 != Q2 )
          | ( ( comb_app @ P1 @ Q1 )
            = ( comb_app @ P2 @ Q2 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(25,plain,
    ( ( ! [P1: $i,Q1: $i,P2: $i,Q2: $i] :
          ( ( ( comb_app @ P1 @ Q1 )
           != ( comb_app @ P2 @ Q2 ) )
          | ( Q1 = Q2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(26,plain,
    ( ( ! [P1: $i,Q1: $i,P2: $i,Q2: $i] :
          ( ( ( comb_app @ P1 @ Q1 )
           != ( comb_app @ P2 @ Q2 ) )
          | ( P1 = P2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(27,plain,
    ( ( ! [P: $i,Q: $i] :
          ( combS
         != ( comb_app @ P @ Q ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(28,plain,
    ( ( ! [P: $i,Q: $i] :
          ( combK
         != ( comb_app @ P @ Q ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(29,plain,
    ( ( ( combK != combS ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(30,plain,
    ( ( ! [YP: $i] :
          ( ~ ( member @ ( pair @ x @ YP ) @ r )
          | ( member @ ( pair @ y @ ( sk2 @ YP ) ) @ r ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(31,plain,
    ( ( ! [YP: $i] :
          ( ~ ( member @ ( pair @ x @ YP ) @ r )
          | ( member @ ( pair @ YP @ ( sk2 @ YP ) ) @ ( trancl @ r ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(32,plain,
    ( ( member @ ( pair @ y @ z ) @ r )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(33,plain,
    ( ( member @ ( pair @ x @ y ) @ ( trancl @ r ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i,YP: $i] :
          ( ~ ( member @ ( pair @ X @ Y ) @ r )
          | ~ ( member @ ( pair @ X @ YP ) @ r )
          | ( member @ ( pair @ YP @ ( sk1 @ X @ Y @ YP ) ) @ r ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i,YP: $i] :
          ( ~ ( member @ ( pair @ X @ Y ) @ r )
          | ~ ( member @ ( pair @ X @ YP ) @ r )
          | ( member @ ( pair @ Y @ ( sk1 @ X @ Y @ YP ) ) @ r ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(36,plain,
    ( ( ! [ZA: $i] :
          ( ~ ( member @ ( pair @ sk3 @ ZA ) @ ( trancl @ r ) )
          | ~ ( member @ ( pair @ z @ ZA ) @ r ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(37,plain,
    ( ( member @ ( pair @ x @ sk3 ) @ r )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(38,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[20]) ).

thf(39,plain,
    ( ( ! [R: $i,A: $i] :
          ( ~ ( trans @ R )
          | ! [B: $i] :
              ( ~ ( member @ ( pair @ A @ B ) @ R )
              | ! [C: $i] :
                  ( ~ ( member @ ( pair @ B @ C ) @ R )
                  | ( member @ ( pair @ A @ C ) @ R ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[21]) ).

thf(40,plain,
    ( ( ! [P1: $i,P2: $i] :
          ( ( P1 != P2 )
          | ! [Q1: $i,Q2: $i] :
              ( ( Q1 != Q2 )
              | ( ( comb_app @ P1 @ Q1 )
                = ( comb_app @ P2 @ Q2 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[24]) ).

thf(41,plain,
    ( ( ! [P1: $i,Q1: $i,P2: $i,Q2: $i] :
          ( ( ( comb_app @ P1 @ Q1 )
           != ( comb_app @ P2 @ Q2 ) )
          | ( Q1 = Q2 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(42,plain,
    ( ( ! [P1: $i,Q1: $i,P2: $i] :
          ( ! [Q2: $i] :
              ( ( comb_app @ P1 @ Q1 )
             != ( comb_app @ P2 @ Q2 ) )
          | ( P1 = P2 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(43,plain,
    ( ( ! [P: $i,Q: $i] :
          ( combS
         != ( comb_app @ P @ Q ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[27]) ).

thf(44,plain,
    ( ( ! [P: $i,Q: $i] :
          ( combK
         != ( comb_app @ P @ Q ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[28]) ).

thf(45,plain,
    ( ( ( combK != combS ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(46,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( pair @ X @ Y ) @ r )
          | ! [YP: $i] :
              ( ~ ( member @ ( pair @ X @ YP ) @ r )
              | ( member @ ( pair @ YP @ ( sk1 @ X @ Y @ YP ) ) @ r ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(47,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( pair @ X @ Y ) @ r )
          | ! [YP: $i] :
              ( ~ ( member @ ( pair @ X @ YP ) @ r )
              | ( member @ ( pair @ Y @ ( sk1 @ X @ Y @ YP ) ) @ r ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[35]) ).

thf(48,plain,
    ( ( member @ ( pair @ x @ sk3 ) @ r )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(49,plain,
    ( ( ! [ZA: $i] :
          ( ~ ( member @ ( pair @ sk3 @ ZA ) @ ( trancl @ r ) )
          | ~ ( member @ ( pair @ z @ ZA ) @ r ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(50,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( pair @ X @ Y ) @ r )
          | ! [YP: $i] :
              ( ~ ( member @ ( pair @ X @ YP ) @ r )
              | ( member @ ( pair @ Y @ ( sk1 @ X @ Y @ YP ) ) @ r ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(51,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( member @ ( pair @ X @ Y ) @ r )
          | ! [YP: $i] :
              ( ~ ( member @ ( pair @ X @ YP ) @ r )
              | ( member @ ( pair @ YP @ ( sk1 @ X @ Y @ YP ) ) @ r ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(52,plain,
    ( ( member @ ( pair @ x @ y ) @ ( trancl @ r ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(53,plain,
    ( ( member @ ( pair @ y @ z ) @ r )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(54,plain,
    ( ( ! [YP: $i] :
          ( ~ ( member @ ( pair @ x @ YP ) @ r )
          | ( member @ ( pair @ YP @ ( sk2 @ YP ) ) @ ( trancl @ r ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(55,plain,
    ( ( ! [YP: $i] :
          ( ~ ( member @ ( pair @ x @ YP ) @ r )
          | ( member @ ( pair @ y @ ( sk2 @ YP ) ) @ r ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(56,plain,
    ( ( ( combK != combS ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(57,plain,
    ( ( ! [P: $i,Q: $i] :
          ( combK
         != ( comb_app @ P @ Q ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(58,plain,
    ( ( ! [P: $i,Q: $i] :
          ( combS
         != ( comb_app @ P @ Q ) ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(59,plain,
    ( ( ! [P1: $i,Q1: $i,P2: $i] :
          ( ! [Q2: $i] :
              ( ( comb_app @ P1 @ Q1 )
             != ( comb_app @ P2 @ Q2 ) )
          | ( P1 = P2 ) ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(60,plain,
    ( ( ! [P1: $i,Q1: $i,P2: $i,Q2: $i] :
          ( ( ( comb_app @ P1 @ Q1 )
           != ( comb_app @ P2 @ Q2 ) )
          | ( Q1 = Q2 ) ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(61,plain,
    ( ( ! [P1: $i,P2: $i] :
          ( ( P1 != P2 )
          | ! [Q1: $i,Q2: $i] :
              ( ( Q1 != Q2 )
              | ( ( comb_app @ P1 @ Q1 )
                = ( comb_app @ P2 @ Q2 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(62,plain,
    ( ( ! [A: $i,B: $i,R: $i] :
          ( ~ ( member @ ( pair @ A @ B ) @ R )
          | ( member @ ( pair @ A @ B ) @ ( trancl @ R ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(63,plain,
    ( ( ! [R: $i] : ( trans @ ( trancl @ R ) ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(64,plain,
    ( ( ! [R: $i,A: $i] :
          ( ~ ( trans @ R )
          | ! [B: $i] :
              ( ~ ( member @ ( pair @ A @ B ) @ R )
              | ! [C: $i] :
                  ( ~ ( member @ ( pair @ B @ C ) @ R )
                  | ( member @ ( pair @ A @ C ) @ R ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(65,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(66,plain,
    ! [SV1: $i] :
      ( ( ~ ( member @ ( pair @ sk3 @ SV1 ) @ ( trancl @ r ) )
        | ~ ( member @ ( pair @ z @ SV1 ) @ r ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(67,plain,
    ! [SV2: $i] :
      ( ( ! [SY33: $i] :
            ( ~ ( member @ ( pair @ SV2 @ SY33 ) @ r )
            | ! [SY34: $i] :
                ( ~ ( member @ ( pair @ SV2 @ SY34 ) @ r )
                | ( member @ ( pair @ SY33 @ ( sk1 @ SV2 @ SY33 @ SY34 ) ) @ r ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(68,plain,
    ! [SV3: $i] :
      ( ( ! [SY35: $i] :
            ( ~ ( member @ ( pair @ SV3 @ SY35 ) @ r )
            | ! [SY36: $i] :
                ( ~ ( member @ ( pair @ SV3 @ SY36 ) @ r )
                | ( member @ ( pair @ SY36 @ ( sk1 @ SV3 @ SY35 @ SY36 ) ) @ r ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(69,plain,
    ! [SV4: $i] :
      ( ( ~ ( member @ ( pair @ x @ SV4 ) @ r )
        | ( member @ ( pair @ SV4 @ ( sk2 @ SV4 ) ) @ ( trancl @ r ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(70,plain,
    ! [SV5: $i] :
      ( ( ~ ( member @ ( pair @ x @ SV5 ) @ r )
        | ( member @ ( pair @ y @ ( sk2 @ SV5 ) ) @ r ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(71,plain,
    ( ( combK = combS )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[56]) ).

thf(72,plain,
    ! [SV6: $i] :
      ( ( ! [SY37: $i] :
            ( combK
           != ( comb_app @ SV6 @ SY37 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(73,plain,
    ! [SV7: $i] :
      ( ( ! [SY38: $i] :
            ( combS
           != ( comb_app @ SV7 @ SY38 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(74,plain,
    ! [SV8: $i] :
      ( ( ! [SY39: $i,SY40: $i] :
            ( ! [SY41: $i] :
                ( ( comb_app @ SV8 @ SY39 )
               != ( comb_app @ SY40 @ SY41 ) )
            | ( SV8 = SY40 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(75,plain,
    ! [SV9: $i] :
      ( ( ! [SY42: $i,SY43: $i,SY44: $i] :
            ( ( ( comb_app @ SV9 @ SY42 )
             != ( comb_app @ SY43 @ SY44 ) )
            | ( SY42 = SY44 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(76,plain,
    ! [SV10: $i] :
      ( ( ! [SY45: $i] :
            ( ( SV10 != SY45 )
            | ! [SY46: $i,SY47: $i] :
                ( ( SY46 != SY47 )
                | ( ( comb_app @ SV10 @ SY46 )
                  = ( comb_app @ SY45 @ SY47 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(77,plain,
    ! [SV11: $i] :
      ( ( ! [SY48: $i,SY49: $i] :
            ( ~ ( member @ ( pair @ SV11 @ SY48 ) @ SY49 )
            | ( member @ ( pair @ SV11 @ SY48 ) @ ( trancl @ SY49 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(78,plain,
    ! [SV12: $i] :
      ( ( trans @ ( trancl @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(79,plain,
    ! [SV13: $i] :
      ( ( ! [SY50: $i] :
            ( ~ ( trans @ SV13 )
            | ! [SY51: $i] :
                ( ~ ( member @ ( pair @ SY50 @ SY51 ) @ SV13 )
                | ! [SY52: $i] :
                    ( ~ ( member @ ( pair @ SY51 @ SY52 ) @ SV13 )
                    | ( member @ ( pair @ SY50 @ SY52 ) @ SV13 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(80,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[65]) ).

thf(81,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( member @ ( pair @ sk3 @ SV1 ) @ ( trancl @ r ) ) )
        = $true )
      | ( ( ~ ( member @ ( pair @ z @ SV1 ) @ r ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[66]) ).

thf(82,plain,
    ! [SV14: $i,SV2: $i] :
      ( ( ~ ( member @ ( pair @ SV2 @ SV14 ) @ r )
        | ! [SY53: $i] :
            ( ~ ( member @ ( pair @ SV2 @ SY53 ) @ r )
            | ( member @ ( pair @ SV14 @ ( sk1 @ SV2 @ SV14 @ SY53 ) ) @ r ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(83,plain,
    ! [SV15: $i,SV3: $i] :
      ( ( ~ ( member @ ( pair @ SV3 @ SV15 ) @ r )
        | ! [SY54: $i] :
            ( ~ ( member @ ( pair @ SV3 @ SY54 ) @ r )
            | ( member @ ( pair @ SY54 @ ( sk1 @ SV3 @ SV15 @ SY54 ) ) @ r ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(84,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( member @ ( pair @ x @ SV4 ) @ r ) )
        = $true )
      | ( ( member @ ( pair @ SV4 @ ( sk2 @ SV4 ) ) @ ( trancl @ r ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[69]) ).

thf(85,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( member @ ( pair @ x @ SV5 ) @ r ) )
        = $true )
      | ( ( member @ ( pair @ y @ ( sk2 @ SV5 ) ) @ r )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[70]) ).

thf(86,plain,
    ! [SV16: $i,SV6: $i] :
      ( ( ( combK
         != ( comb_app @ SV6 @ SV16 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(87,plain,
    ! [SV17: $i,SV7: $i] :
      ( ( ( combS
         != ( comb_app @ SV7 @ SV17 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(88,plain,
    ! [SV18: $i,SV8: $i] :
      ( ( ! [SY55: $i] :
            ( ! [SY56: $i] :
                ( ( comb_app @ SV8 @ SV18 )
               != ( comb_app @ SY55 @ SY56 ) )
            | ( SV8 = SY55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(89,plain,
    ! [SV19: $i,SV9: $i] :
      ( ( ! [SY57: $i,SY58: $i] :
            ( ( ( comb_app @ SV9 @ SV19 )
             != ( comb_app @ SY57 @ SY58 ) )
            | ( SV19 = SY58 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(90,plain,
    ! [SV20: $i,SV10: $i] :
      ( ( ( SV10 != SV20 )
        | ! [SY59: $i,SY60: $i] :
            ( ( SY59 != SY60 )
            | ( ( comb_app @ SV10 @ SY59 )
              = ( comb_app @ SV20 @ SY60 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(91,plain,
    ! [SV21: $i,SV11: $i] :
      ( ( ! [SY61: $i] :
            ( ~ ( member @ ( pair @ SV11 @ SV21 ) @ SY61 )
            | ( member @ ( pair @ SV11 @ SV21 ) @ ( trancl @ SY61 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(92,plain,
    ! [SV22: $i,SV13: $i] :
      ( ( ~ ( trans @ SV13 )
        | ! [SY62: $i] :
            ( ~ ( member @ ( pair @ SV22 @ SY62 ) @ SV13 )
            | ! [SY63: $i] :
                ( ~ ( member @ ( pair @ SY62 @ SY63 ) @ SV13 )
                | ( member @ ( pair @ SV22 @ SY63 ) @ SV13 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(93,plain,
    ! [SV1: $i] :
      ( ( ( member @ ( pair @ sk3 @ SV1 ) @ ( trancl @ r ) )
        = $false )
      | ( ( ~ ( member @ ( pair @ z @ SV1 ) @ r ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[81]) ).

thf(94,plain,
    ! [SV14: $i,SV2: $i] :
      ( ( ( ~ ( member @ ( pair @ SV2 @ SV14 ) @ r ) )
        = $true )
      | ( ( ! [SY53: $i] :
              ( ~ ( member @ ( pair @ SV2 @ SY53 ) @ r )
              | ( member @ ( pair @ SV14 @ ( sk1 @ SV2 @ SV14 @ SY53 ) ) @ r ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[82]) ).

thf(95,plain,
    ! [SV15: $i,SV3: $i] :
      ( ( ( ~ ( member @ ( pair @ SV3 @ SV15 ) @ r ) )
        = $true )
      | ( ( ! [SY54: $i] :
              ( ~ ( member @ ( pair @ SV3 @ SY54 ) @ r )
              | ( member @ ( pair @ SY54 @ ( sk1 @ SV3 @ SV15 @ SY54 ) ) @ r ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[83]) ).

thf(96,plain,
    ! [SV4: $i] :
      ( ( ( member @ ( pair @ x @ SV4 ) @ r )
        = $false )
      | ( ( member @ ( pair @ SV4 @ ( sk2 @ SV4 ) ) @ ( trancl @ r ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[84]) ).

thf(97,plain,
    ! [SV5: $i] :
      ( ( ( member @ ( pair @ x @ SV5 ) @ r )
        = $false )
      | ( ( member @ ( pair @ y @ ( sk2 @ SV5 ) ) @ r )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[85]) ).

thf(98,plain,
    ! [SV16: $i,SV6: $i] :
      ( ( combK
        = ( comb_app @ SV6 @ SV16 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[86]) ).

thf(99,plain,
    ! [SV17: $i,SV7: $i] :
      ( ( combS
        = ( comb_app @ SV7 @ SV17 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[87]) ).

thf(100,plain,
    ! [SV23: $i,SV18: $i,SV8: $i] :
      ( ( ! [SY64: $i] :
            ( ( comb_app @ SV8 @ SV18 )
           != ( comb_app @ SV23 @ SY64 ) )
        | ( SV8 = SV23 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(101,plain,
    ! [SV24: $i,SV19: $i,SV9: $i] :
      ( ( ! [SY65: $i] :
            ( ( ( comb_app @ SV9 @ SV19 )
             != ( comb_app @ SV24 @ SY65 ) )
            | ( SV19 = SY65 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(102,plain,
    ! [SV20: $i,SV10: $i] :
      ( ( ( ( SV10 != SV20 ) )
        = $true )
      | ( ( ! [SY59: $i,SY60: $i] :
              ( ( SY59 != SY60 )
              | ( ( comb_app @ SV10 @ SY59 )
                = ( comb_app @ SV20 @ SY60 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(103,plain,
    ! [SV25: $i,SV21: $i,SV11: $i] :
      ( ( ~ ( member @ ( pair @ SV11 @ SV21 ) @ SV25 )
        | ( member @ ( pair @ SV11 @ SV21 ) @ ( trancl @ SV25 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(104,plain,
    ! [SV22: $i,SV13: $i] :
      ( ( ( ~ ( trans @ SV13 ) )
        = $true )
      | ( ( ! [SY62: $i] :
              ( ~ ( member @ ( pair @ SV22 @ SY62 ) @ SV13 )
              | ! [SY63: $i] :
                  ( ~ ( member @ ( pair @ SY62 @ SY63 ) @ SV13 )
                  | ( member @ ( pair @ SV22 @ SY63 ) @ SV13 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(105,plain,
    ! [SV1: $i] :
      ( ( ( member @ ( pair @ z @ SV1 ) @ r )
        = $false )
      | ( ( member @ ( pair @ sk3 @ SV1 ) @ ( trancl @ r ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[93]) ).

thf(106,plain,
    ! [SV14: $i,SV2: $i] :
      ( ( ( member @ ( pair @ SV2 @ SV14 ) @ r )
        = $false )
      | ( ( ! [SY53: $i] :
              ( ~ ( member @ ( pair @ SV2 @ SY53 ) @ r )
              | ( member @ ( pair @ SV14 @ ( sk1 @ SV2 @ SV14 @ SY53 ) ) @ r ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[94]) ).

thf(107,plain,
    ! [SV15: $i,SV3: $i] :
      ( ( ( member @ ( pair @ SV3 @ SV15 ) @ r )
        = $false )
      | ( ( ! [SY54: $i] :
              ( ~ ( member @ ( pair @ SV3 @ SY54 ) @ r )
              | ( member @ ( pair @ SY54 @ ( sk1 @ SV3 @ SV15 @ SY54 ) ) @ r ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[95]) ).

thf(108,plain,
    ! [SV23: $i,SV18: $i,SV8: $i] :
      ( ( ( ! [SY64: $i] :
              ( ( comb_app @ SV8 @ SV18 )
             != ( comb_app @ SV23 @ SY64 ) ) )
        = $true )
      | ( ( SV8 = SV23 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[100]) ).

thf(109,plain,
    ! [SV26: $i,SV24: $i,SV19: $i,SV9: $i] :
      ( ( ( ( comb_app @ SV9 @ SV19 )
         != ( comb_app @ SV24 @ SV26 ) )
        | ( SV19 = SV26 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(110,plain,
    ! [SV20: $i,SV10: $i] :
      ( ( ( SV10 = SV20 )
        = $false )
      | ( ( ! [SY59: $i,SY60: $i] :
              ( ( SY59 != SY60 )
              | ( ( comb_app @ SV10 @ SY59 )
                = ( comb_app @ SV20 @ SY60 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(111,plain,
    ! [SV25: $i,SV21: $i,SV11: $i] :
      ( ( ( ~ ( member @ ( pair @ SV11 @ SV21 ) @ SV25 ) )
        = $true )
      | ( ( member @ ( pair @ SV11 @ SV21 ) @ ( trancl @ SV25 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(112,plain,
    ! [SV22: $i,SV13: $i] :
      ( ( ( trans @ SV13 )
        = $false )
      | ( ( ! [SY62: $i] :
              ( ~ ( member @ ( pair @ SV22 @ SY62 ) @ SV13 )
              | ! [SY63: $i] :
                  ( ~ ( member @ ( pair @ SY62 @ SY63 ) @ SV13 )
                  | ( member @ ( pair @ SV22 @ SY63 ) @ SV13 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[104]) ).

thf(113,plain,
    ! [SV14: $i,SV27: $i,SV2: $i] :
      ( ( ( ~ ( member @ ( pair @ SV2 @ SV27 ) @ r )
          | ( member @ ( pair @ SV14 @ ( sk1 @ SV2 @ SV14 @ SV27 ) ) @ r ) )
        = $true )
      | ( ( member @ ( pair @ SV2 @ SV14 ) @ r )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(114,plain,
    ! [SV15: $i,SV28: $i,SV3: $i] :
      ( ( ( ~ ( member @ ( pair @ SV3 @ SV28 ) @ r )
          | ( member @ ( pair @ SV28 @ ( sk1 @ SV3 @ SV15 @ SV28 ) ) @ r ) )
        = $true )
      | ( ( member @ ( pair @ SV3 @ SV15 ) @ r )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(115,plain,
    ! [SV29: $i,SV23: $i,SV18: $i,SV8: $i] :
      ( ( ( ( ( comb_app @ SV8 @ SV18 )
           != ( comb_app @ SV23 @ SV29 ) ) )
        = $true )
      | ( ( SV8 = SV23 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(116,plain,
    ! [SV26: $i,SV24: $i,SV19: $i,SV9: $i] :
      ( ( ( ( ( comb_app @ SV9 @ SV19 )
           != ( comb_app @ SV24 @ SV26 ) ) )
        = $true )
      | ( ( SV19 = SV26 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(117,plain,
    ! [SV20: $i,SV10: $i,SV30: $i] :
      ( ( ( ! [SY66: $i] :
              ( ( SV30 != SY66 )
              | ( ( comb_app @ SV10 @ SV30 )
                = ( comb_app @ SV20 @ SY66 ) ) ) )
        = $true )
      | ( ( SV10 = SV20 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(118,plain,
    ! [SV25: $i,SV21: $i,SV11: $i] :
      ( ( ( member @ ( pair @ SV11 @ SV21 ) @ SV25 )
        = $false )
      | ( ( member @ ( pair @ SV11 @ SV21 ) @ ( trancl @ SV25 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[111]) ).

thf(119,plain,
    ! [SV13: $i,SV31: $i,SV22: $i] :
      ( ( ( ~ ( member @ ( pair @ SV22 @ SV31 ) @ SV13 )
          | ! [SY67: $i] :
              ( ~ ( member @ ( pair @ SV31 @ SY67 ) @ SV13 )
              | ( member @ ( pair @ SV22 @ SY67 ) @ SV13 ) ) )
        = $true )
      | ( ( trans @ SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(120,plain,
    ! [SV14: $i,SV27: $i,SV2: $i] :
      ( ( ( ~ ( member @ ( pair @ SV2 @ SV27 ) @ r ) )
        = $true )
      | ( ( member @ ( pair @ SV14 @ ( sk1 @ SV2 @ SV14 @ SV27 ) ) @ r )
        = $true )
      | ( ( member @ ( pair @ SV2 @ SV14 ) @ r )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(121,plain,
    ! [SV15: $i,SV28: $i,SV3: $i] :
      ( ( ( ~ ( member @ ( pair @ SV3 @ SV28 ) @ r ) )
        = $true )
      | ( ( member @ ( pair @ SV28 @ ( sk1 @ SV3 @ SV15 @ SV28 ) ) @ r )
        = $true )
      | ( ( member @ ( pair @ SV3 @ SV15 ) @ r )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(122,plain,
    ! [SV29: $i,SV23: $i,SV18: $i,SV8: $i] :
      ( ( ( ( comb_app @ SV8 @ SV18 )
          = ( comb_app @ SV23 @ SV29 ) )
        = $false )
      | ( ( SV8 = SV23 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(123,plain,
    ! [SV26: $i,SV24: $i,SV19: $i,SV9: $i] :
      ( ( ( ( comb_app @ SV9 @ SV19 )
          = ( comb_app @ SV24 @ SV26 ) )
        = $false )
      | ( ( SV19 = SV26 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

thf(124,plain,
    ! [SV20: $i,SV10: $i,SV32: $i,SV30: $i] :
      ( ( ( ( SV30 != SV32 )
          | ( ( comb_app @ SV10 @ SV30 )
            = ( comb_app @ SV20 @ SV32 ) ) )
        = $true )
      | ( ( SV10 = SV20 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[117]) ).

thf(125,plain,
    ! [SV13: $i,SV31: $i,SV22: $i] :
      ( ( ( ~ ( member @ ( pair @ SV22 @ SV31 ) @ SV13 ) )
        = $true )
      | ( ( ! [SY67: $i] :
              ( ~ ( member @ ( pair @ SV31 @ SY67 ) @ SV13 )
              | ( member @ ( pair @ SV22 @ SY67 ) @ SV13 ) ) )
        = $true )
      | ( ( trans @ SV13 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[119]) ).

thf(126,plain,
    ! [SV14: $i,SV27: $i,SV2: $i] :
      ( ( ( member @ ( pair @ SV2 @ SV27 ) @ r )
        = $false )
      | ( ( member @ ( pair @ SV14 @ ( sk1 @ SV2 @ SV14 @ SV27 ) ) @ r )
        = $true )
      | ( ( member @ ( pair @ SV2 @ SV14 ) @ r )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(127,plain,
    ! [SV15: $i,SV28: $i,SV3: $i] :
      ( ( ( member @ ( pair @ SV3 @ SV28 ) @ r )
        = $false )
      | ( ( member @ ( pair @ SV28 @ ( sk1 @ SV3 @ SV15 @ SV28 ) ) @ r )
        = $true )
      | ( ( member @ ( pair @ SV3 @ SV15 ) @ r )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(128,plain,
    ! [SV20: $i,SV10: $i,SV32: $i,SV30: $i] :
      ( ( ( ( SV30 != SV32 ) )
        = $true )
      | ( ( ( comb_app @ SV10 @ SV30 )
          = ( comb_app @ SV20 @ SV32 ) )
        = $true )
      | ( ( SV10 = SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[124]) ).

thf(129,plain,
    ! [SV13: $i,SV31: $i,SV22: $i] :
      ( ( ( member @ ( pair @ SV22 @ SV31 ) @ SV13 )
        = $false )
      | ( ( ! [SY67: $i] :
              ( ~ ( member @ ( pair @ SV31 @ SY67 ) @ SV13 )
              | ( member @ ( pair @ SV22 @ SY67 ) @ SV13 ) ) )
        = $true )
      | ( ( trans @ SV13 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

thf(130,plain,
    ! [SV20: $i,SV10: $i,SV32: $i,SV30: $i] :
      ( ( ( SV30 = SV32 )
        = $false )
      | ( ( ( comb_app @ SV10 @ SV30 )
          = ( comb_app @ SV20 @ SV32 ) )
        = $true )
      | ( ( SV10 = SV20 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[128]) ).

thf(131,plain,
    ! [SV22: $i,SV13: $i,SV33: $i,SV31: $i] :
      ( ( ( ~ ( member @ ( pair @ SV31 @ SV33 ) @ SV13 )
          | ( member @ ( pair @ SV22 @ SV33 ) @ SV13 ) )
        = $true )
      | ( ( member @ ( pair @ SV22 @ SV31 ) @ SV13 )
        = $false )
      | ( ( trans @ SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(132,plain,
    ! [SV22: $i,SV13: $i,SV33: $i,SV31: $i] :
      ( ( ( ~ ( member @ ( pair @ SV31 @ SV33 ) @ SV13 ) )
        = $true )
      | ( ( member @ ( pair @ SV22 @ SV33 ) @ SV13 )
        = $true )
      | ( ( member @ ( pair @ SV22 @ SV31 ) @ SV13 )
        = $false )
      | ( ( trans @ SV13 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[131]) ).

thf(133,plain,
    ! [SV22: $i,SV13: $i,SV33: $i,SV31: $i] :
      ( ( ( member @ ( pair @ SV31 @ SV33 ) @ SV13 )
        = $false )
      | ( ( member @ ( pair @ SV22 @ SV33 ) @ SV13 )
        = $true )
      | ( ( member @ ( pair @ SV22 @ SV31 ) @ SV13 )
        = $false )
      | ( ( trans @ SV13 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[132]) ).

thf(134,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[48,133,130,127,126,123,122,118,105,99,98,97,96,80,78,71,53,52]) ).

thf(135,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[134]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : COL098-1 : TPTP v8.1.0. Released v2.7.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.14/0.34  % Computer : n021.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Tue May 31 09:53:44 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.36  
% 0.14/0.36   No.of.Axioms: 17
% 0.14/0.36  
% 0.14/0.36   Length.of.Defs: 0
% 0.14/0.36  
% 0.14/0.36   Contains.Choice.Funs: false
% 0.14/0.37  (rf:0,axioms:17,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:19,loop_count:0,foatp_calls:0,translation:fof_full).......
% 0.39/0.57  
% 0.39/0.57  ********************************
% 0.39/0.57  *   All subproblems solved!    *
% 0.39/0.57  ********************************
% 0.39/0.57  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:17,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:134,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.39/0.58  
% 0.39/0.58  %**** Beginning of derivation protocol ****
% 0.39/0.58  % SZS output start CNFRefutation
% See solution above
% 0.39/0.58  
% 0.39/0.58  %**** End of derivation protocol ****
% 0.39/0.58  %**** no. of clauses in derivation: 135 ****
% 0.39/0.58  %**** clause counter: 134 ****
% 0.39/0.58  
% 0.39/0.58  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:17,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:134,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------