TSTP Solution File: COM007+2 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : COM007+2 : TPTP v8.1.0. Released v3.2.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n011.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 01:28:34 EDT 2022

% Result   : Theorem 0.13s 0.41s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   75 (  41 unt;   7 typ;   0 def)
%            Number of atoms       :  358 ( 110 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives :  538 (  80   ~;  83   |;  11   &; 354   @)
%                                         (   0 <=>;  10  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   7 usr;   6 con; 0-3 aty)
%            Number of variables   :  112 (   0   ^ 110   !;   2   ?; 112   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_a,type,
    a: $i ).

thf(tp_b,type,
    b: $i ).

thf(tp_c,type,
    c: $i ).

thf(tp_goal,type,
    goal: $o ).

thf(tp_reflexive_rewrite,type,
    reflexive_rewrite: $i > $i > $o ).

thf(tp_rewrite,type,
    rewrite: $i > $i > $o ).

thf(tp_sK1_D,type,
    sK1_D: $i > $i > $i > $i ).

thf(1,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( rewrite @ A @ B )
        & ( rewrite @ A @ C ) )
     => ? [D: $i] :
          ( ( rewrite @ B @ D )
          & ( rewrite @ C @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rewrite_diamond) ).

thf(2,axiom,
    ! [A: $i,B: $i] :
      ( ( reflexive_rewrite @ A @ B )
     => ( ( A = B )
        | ( rewrite @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',equal_or_rewrite) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ( ( rewrite @ A @ B )
     => ( reflexive_rewrite @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rewrite_in_reflexive_rewrite) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( A = B )
     => ( reflexive_rewrite @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',equal_in_reflexive_rewrite) ).

thf(5,axiom,
    ! [A: $i] :
      ( ( ( reflexive_rewrite @ b @ A )
        & ( reflexive_rewrite @ c @ A ) )
     => goal ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_ax) ).

thf(6,axiom,
    ( ( reflexive_rewrite @ a @ b )
    & ( reflexive_rewrite @ a @ c ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption) ).

thf(7,conjecture,
    goal,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_to_be_proved) ).

thf(8,negated_conjecture,
    goal = $false,
    inference(negate_conjecture,[status(cth)],[7]) ).

thf(9,plain,
    goal = $false,
    inference(unfold_def,[status(thm)],[8]) ).

thf(10,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( ( rewrite @ A @ B )
            & ( rewrite @ A @ C ) )
         => ? [D: $i] :
              ( ( rewrite @ B @ D )
              & ( rewrite @ C @ D ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(11,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( reflexive_rewrite @ A @ B )
         => ( ( A = B )
            | ( rewrite @ A @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(12,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( rewrite @ A @ B )
         => ( reflexive_rewrite @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(13,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A = B )
         => ( reflexive_rewrite @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(14,plain,
    ( ( ! [A: $i] :
          ( ( ( reflexive_rewrite @ b @ A )
            & ( reflexive_rewrite @ c @ A ) )
         => goal ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(15,plain,
    ( ( ( reflexive_rewrite @ a @ b )
      & ( reflexive_rewrite @ a @ c ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(16,plain,
    ( ( ~ goal )
    = $true ),
    inference(polarity_switch,[status(thm)],[9]) ).

thf(17,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( rewrite @ A @ B )
          | ~ ( rewrite @ A @ C )
          | ( ( rewrite @ B @ ( sK1_D @ C @ B @ A ) )
            & ( rewrite @ C @ ( sK1_D @ C @ B @ A ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[10]) ).

thf(18,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( reflexive_rewrite @ A @ B )
          | ( A = B )
          | ( rewrite @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[11]) ).

thf(19,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( rewrite @ A @ B )
          | ( reflexive_rewrite @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[12]) ).

thf(20,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( reflexive_rewrite @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[13]) ).

thf(21,plain,
    ( ( ! [A: $i] :
          ( ~ ( reflexive_rewrite @ b @ A )
          | ~ ( reflexive_rewrite @ c @ A ) )
      | goal )
    = $true ),
    inference(extcnf_combined,[status(esa)],[14]) ).

thf(22,plain,
    ( ( ( reflexive_rewrite @ a @ b )
      & ( reflexive_rewrite @ a @ c ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(23,plain,
    ( ( ! [A: $i] :
          ( ~ ( reflexive_rewrite @ b @ A )
          | ~ ( reflexive_rewrite @ c @ A ) )
      | goal )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(24,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( reflexive_rewrite @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(25,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( rewrite @ A @ B )
          | ( reflexive_rewrite @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(26,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( reflexive_rewrite @ A @ B )
          | ( A = B )
          | ( rewrite @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(27,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( rewrite @ A @ B )
          | ~ ( rewrite @ A @ C )
          | ( ( rewrite @ B @ ( sK1_D @ C @ B @ A ) )
            & ( rewrite @ C @ ( sK1_D @ C @ B @ A ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(28,plain,
    ( ( ~ goal )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(29,plain,
    ( ( ! [SX0: $i,SX1: $i,SX2: $i] :
          ( ~ ( rewrite @ SX0 @ SX1 )
          | ~ ( rewrite @ SX0 @ SX2 )
          | ~ ( ~ ( rewrite @ SX1 @ ( sK1_D @ SX2 @ SX1 @ SX0 ) )
              | ~ ( rewrite @ SX2 @ ( sK1_D @ SX2 @ SX1 @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(30,plain,
    ( ( ~ ( ~ ( reflexive_rewrite @ a @ b )
          | ~ ( reflexive_rewrite @ a @ c ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(31,plain,
    ( ( ( ! [A: $i] :
            ( ~ ( reflexive_rewrite @ b @ A )
            | ~ ( reflexive_rewrite @ c @ A ) ) )
      = $true )
    | ( goal = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[23]) ).

thf(32,plain,
    ! [SV1: $i] :
      ( ( ! [SY11: $i] :
            ( ( SV1 != SY11 )
            | ( reflexive_rewrite @ SV1 @ SY11 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[24]) ).

thf(33,plain,
    ! [SV2: $i] :
      ( ( ! [SY12: $i] :
            ( ~ ( rewrite @ SV2 @ SY12 )
            | ( reflexive_rewrite @ SV2 @ SY12 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[25]) ).

thf(34,plain,
    ! [SV3: $i] :
      ( ( ! [SY13: $i] :
            ( ~ ( reflexive_rewrite @ SV3 @ SY13 )
            | ( SV3 = SY13 )
            | ( rewrite @ SV3 @ SY13 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[26]) ).

thf(35,plain,
    goal = $false,
    inference(extcnf_not_pos,[status(thm)],[28]) ).

thf(36,plain,
    ! [SV4: $i] :
      ( ( ! [SY14: $i,SY15: $i] :
            ( ~ ( rewrite @ SV4 @ SY14 )
            | ~ ( rewrite @ SV4 @ SY15 )
            | ~ ( ~ ( rewrite @ SY14 @ ( sK1_D @ SY15 @ SY14 @ SV4 ) )
                | ~ ( rewrite @ SY15 @ ( sK1_D @ SY15 @ SY14 @ SV4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(37,plain,
    ( ( ~ ( reflexive_rewrite @ a @ b )
      | ~ ( reflexive_rewrite @ a @ c ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[30]) ).

thf(38,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( reflexive_rewrite @ b @ SV5 )
          | ~ ( reflexive_rewrite @ c @ SV5 ) )
        = $true )
      | ( goal = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(39,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ( SV1 != SV6 )
        | ( reflexive_rewrite @ SV1 @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(40,plain,
    ! [SV7: $i,SV2: $i] :
      ( ( ~ ( rewrite @ SV2 @ SV7 )
        | ( reflexive_rewrite @ SV2 @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(41,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ~ ( reflexive_rewrite @ SV3 @ SV8 )
        | ( SV3 = SV8 )
        | ( rewrite @ SV3 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(42,plain,
    ! [SV9: $i,SV4: $i] :
      ( ( ! [SY16: $i] :
            ( ~ ( rewrite @ SV4 @ SV9 )
            | ~ ( rewrite @ SV4 @ SY16 )
            | ~ ( ~ ( rewrite @ SV9 @ ( sK1_D @ SY16 @ SV9 @ SV4 ) )
                | ~ ( rewrite @ SY16 @ ( sK1_D @ SY16 @ SV9 @ SV4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(43,plain,
    ( ( ~ ( reflexive_rewrite @ a @ b ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[37]) ).

thf(44,plain,
    ( ( ~ ( reflexive_rewrite @ a @ c ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[37]) ).

thf(45,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( reflexive_rewrite @ b @ SV5 ) )
        = $true )
      | ( ( ~ ( reflexive_rewrite @ c @ SV5 ) )
        = $true )
      | ( goal = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[38]) ).

thf(46,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ( ( SV1 != SV6 ) )
        = $true )
      | ( ( reflexive_rewrite @ SV1 @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[39]) ).

thf(47,plain,
    ! [SV7: $i,SV2: $i] :
      ( ( ( ~ ( rewrite @ SV2 @ SV7 ) )
        = $true )
      | ( ( reflexive_rewrite @ SV2 @ SV7 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[40]) ).

thf(48,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( ~ ( reflexive_rewrite @ SV3 @ SV8 ) )
        = $true )
      | ( ( ( SV3 = SV8 )
          | ( rewrite @ SV3 @ SV8 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[41]) ).

thf(49,plain,
    ! [SV10: $i,SV9: $i,SV4: $i] :
      ( ( ~ ( rewrite @ SV4 @ SV9 )
        | ~ ( rewrite @ SV4 @ SV10 )
        | ~ ( ~ ( rewrite @ SV9 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) )
            | ~ ( rewrite @ SV10 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(50,plain,
    ( ( reflexive_rewrite @ a @ b )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[43]) ).

thf(51,plain,
    ( ( reflexive_rewrite @ a @ c )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[44]) ).

thf(52,plain,
    ! [SV5: $i] :
      ( ( ( reflexive_rewrite @ b @ SV5 )
        = $false )
      | ( ( ~ ( reflexive_rewrite @ c @ SV5 ) )
        = $true )
      | ( goal = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[45]) ).

thf(53,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ( SV1 = SV6 )
        = $false )
      | ( ( reflexive_rewrite @ SV1 @ SV6 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[46]) ).

thf(54,plain,
    ! [SV7: $i,SV2: $i] :
      ( ( ( rewrite @ SV2 @ SV7 )
        = $false )
      | ( ( reflexive_rewrite @ SV2 @ SV7 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[47]) ).

thf(55,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( reflexive_rewrite @ SV3 @ SV8 )
        = $false )
      | ( ( ( SV3 = SV8 )
          | ( rewrite @ SV3 @ SV8 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[48]) ).

thf(56,plain,
    ! [SV10: $i,SV9: $i,SV4: $i] :
      ( ( ( ~ ( rewrite @ SV4 @ SV9 )
          | ~ ( rewrite @ SV4 @ SV10 ) )
        = $true )
      | ( ( ~ ( ~ ( rewrite @ SV9 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) )
              | ~ ( rewrite @ SV10 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[49]) ).

thf(57,plain,
    ! [SV5: $i] :
      ( ( ( reflexive_rewrite @ c @ SV5 )
        = $false )
      | ( ( reflexive_rewrite @ b @ SV5 )
        = $false )
      | ( goal = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[52]) ).

thf(58,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( SV3 = SV8 )
        = $true )
      | ( ( rewrite @ SV3 @ SV8 )
        = $true )
      | ( ( reflexive_rewrite @ SV3 @ SV8 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[55]) ).

thf(59,plain,
    ! [SV10: $i,SV9: $i,SV4: $i] :
      ( ( ( ~ ( rewrite @ SV4 @ SV9 ) )
        = $true )
      | ( ( ~ ( rewrite @ SV4 @ SV10 ) )
        = $true )
      | ( ( ~ ( ~ ( rewrite @ SV9 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) )
              | ~ ( rewrite @ SV10 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[56]) ).

thf(60,plain,
    ! [SV10: $i,SV9: $i,SV4: $i] :
      ( ( ( rewrite @ SV4 @ SV9 )
        = $false )
      | ( ( ~ ( rewrite @ SV4 @ SV10 ) )
        = $true )
      | ( ( ~ ( ~ ( rewrite @ SV9 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) )
              | ~ ( rewrite @ SV10 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(61,plain,
    ! [SV9: $i,SV10: $i,SV4: $i] :
      ( ( ( rewrite @ SV4 @ SV10 )
        = $false )
      | ( ( rewrite @ SV4 @ SV9 )
        = $false )
      | ( ( ~ ( ~ ( rewrite @ SV9 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) )
              | ~ ( rewrite @ SV10 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[60]) ).

thf(62,plain,
    ! [SV4: $i,SV10: $i,SV9: $i] :
      ( ( ( ~ ( rewrite @ SV9 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) )
          | ~ ( rewrite @ SV10 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) ) )
        = $false )
      | ( ( rewrite @ SV4 @ SV9 )
        = $false )
      | ( ( rewrite @ SV4 @ SV10 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(63,plain,
    ! [SV4: $i,SV10: $i,SV9: $i] :
      ( ( ( ~ ( rewrite @ SV9 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) ) )
        = $false )
      | ( ( rewrite @ SV4 @ SV9 )
        = $false )
      | ( ( rewrite @ SV4 @ SV10 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[62]) ).

thf(64,plain,
    ! [SV4: $i,SV9: $i,SV10: $i] :
      ( ( ( ~ ( rewrite @ SV10 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) ) )
        = $false )
      | ( ( rewrite @ SV4 @ SV9 )
        = $false )
      | ( ( rewrite @ SV4 @ SV10 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[62]) ).

thf(65,plain,
    ! [SV4: $i,SV10: $i,SV9: $i] :
      ( ( ( rewrite @ SV9 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) )
        = $true )
      | ( ( rewrite @ SV4 @ SV9 )
        = $false )
      | ( ( rewrite @ SV4 @ SV10 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[63]) ).

thf(66,plain,
    ! [SV4: $i,SV9: $i,SV10: $i] :
      ( ( ( rewrite @ SV10 @ ( sK1_D @ SV10 @ SV9 @ SV4 ) )
        = $true )
      | ( ( rewrite @ SV4 @ SV9 )
        = $false )
      | ( ( rewrite @ SV4 @ SV10 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[64]) ).

thf(67,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[35,66,65,58,57,54,53,51,50]) ).

thf(68,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[67]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : COM007+2 : TPTP v8.1.0. Released v3.2.0.
% 0.12/0.14  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.35  % Computer : n011.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Thu Jun 16 18:08:51 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  
% 0.13/0.36   No.of.Axioms: 6
% 0.13/0.36  
% 0.13/0.36   Length.of.Defs: 0
% 0.13/0.36  
% 0.13/0.36   Contains.Choice.Funs: false
% 0.13/0.36  (rf:0,axioms:6,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:8,loop_count:0,foatp_calls:0,translation:fof_full)..
% 0.13/0.41  
% 0.13/0.41  ********************************
% 0.13/0.41  *   All subproblems solved!    *
% 0.13/0.41  ********************************
% 0.13/0.41  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:6,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:67,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.13/0.41  
% 0.13/0.41  %**** Beginning of derivation protocol ****
% 0.13/0.41  % SZS output start CNFRefutation
% See solution above
% 0.13/0.41  
% 0.13/0.41  %**** End of derivation protocol ****
% 0.13/0.41  %**** no. of clauses in derivation: 68 ****
% 0.13/0.41  %**** clause counter: 67 ****
% 0.13/0.41  
% 0.13/0.41  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:6,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:67,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------