TSTP Solution File: SET841-2 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SET841-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 : n009.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 : Tue Jul 19 03:05:32 EDT 2022

% Result   : Unsatisfiable 0.21s 0.41s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   17
% Syntax   : Number of formulae    :   53 (  35 unt;   9 typ;   0 def)
%            Number of atoms       :  208 (  70 equ;   0 cnn)
%            Maximal formula atoms :    5 (   4 avg)
%            Number of connectives :  620 (  37   ~;  60   |;   0   &; 523   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (   9 usr;   6 con; 0-3 aty)
%            Number of variables   :   70 (   0   ^  70   !;   0   ?;  70   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_c_Zorn_OTFin,type,
    c_Zorn_OTFin: $i > $i > $i ).

thf(tp_c_Zorn_Osucc,type,
    c_Zorn_Osucc: $i > $i > $i > $i ).

thf(tp_c_in,type,
    c_in: $i > $i > $i > $o ).

thf(tp_c_lessequals,type,
    c_lessequals: $i > $i > $i > $o ).

thf(tp_t_a,type,
    t_a: $i ).

thf(tp_tc_set,type,
    tc_set: $i > $i ).

thf(tp_v_S,type,
    v_S: $i ).

thf(tp_v_m,type,
    v_m: $i ).

thf(tp_v_x,type,
    v_x: $i ).

thf(1,axiom,
    ! [V_n: $i,V_S: $i,T_a: $i,V_m: $i] :
      ( ~ ( c_in @ V_n @ ( c_Zorn_OTFin @ V_S @ T_a ) @ ( tc_set @ ( tc_set @ T_a ) ) )
      | ~ ( c_in @ V_m @ ( c_Zorn_OTFin @ V_S @ T_a ) @ ( tc_set @ ( tc_set @ T_a ) ) )
      | ~ ( c_lessequals @ V_n @ V_m @ ( tc_set @ ( tc_set @ T_a ) ) )
      | ( c_lessequals @ ( c_Zorn_Osucc @ V_S @ V_n @ T_a ) @ V_m @ ( tc_set @ ( tc_set @ T_a ) ) )
      | ( V_n = V_m ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cls_Zorn_OTFin__subsetD_0) ).

thf(2,axiom,
    ! [V_A: $i,T_a: $i] : ( c_lessequals @ V_A @ V_A @ ( tc_set @ T_a ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cls_Set_Osubset__refl_0) ).

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

thf(4,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[3]) ).

thf(5,negated_conjecture,
    ~ ( c_lessequals @ ( c_Zorn_Osucc @ v_S @ v_x @ t_a ) @ v_m @ ( tc_set @ ( tc_set @ t_a ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cls_conjecture_4) ).

thf(6,negated_conjecture,
    c_lessequals @ v_x @ v_m @ ( tc_set @ ( tc_set @ t_a ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cls_conjecture_3) ).

thf(7,negated_conjecture,
    c_in @ v_x @ ( c_Zorn_OTFin @ v_S @ t_a ) @ ( tc_set @ ( tc_set @ t_a ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cls_conjecture_2) ).

thf(8,negated_conjecture,
    ( v_m
    = ( c_Zorn_Osucc @ v_S @ v_m @ t_a ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cls_conjecture_1) ).

thf(9,negated_conjecture,
    c_in @ v_m @ ( c_Zorn_OTFin @ v_S @ t_a ) @ ( tc_set @ ( tc_set @ t_a ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cls_conjecture_0) ).

thf(10,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[4]) ).

thf(11,plain,
    ( ( ! [V_n: $i,V_S: $i,T_a: $i,V_m: $i] :
          ( ~ ( c_in @ V_n @ ( c_Zorn_OTFin @ V_S @ T_a ) @ ( tc_set @ ( tc_set @ T_a ) ) )
          | ~ ( c_in @ V_m @ ( c_Zorn_OTFin @ V_S @ T_a ) @ ( tc_set @ ( tc_set @ T_a ) ) )
          | ~ ( c_lessequals @ V_n @ V_m @ ( tc_set @ ( tc_set @ T_a ) ) )
          | ( c_lessequals @ ( c_Zorn_Osucc @ V_S @ V_n @ T_a ) @ V_m @ ( tc_set @ ( tc_set @ T_a ) ) )
          | ( V_n = V_m ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(12,plain,
    ( ( ! [V_A: $i,T_a: $i] : ( c_lessequals @ V_A @ V_A @ ( tc_set @ T_a ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(13,plain,
    ( ( ~ ( c_lessequals @ ( c_Zorn_Osucc @ v_S @ v_x @ t_a ) @ v_m @ ( tc_set @ ( tc_set @ t_a ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(14,plain,
    ( ( c_lessequals @ v_x @ v_m @ ( tc_set @ ( tc_set @ t_a ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(15,plain,
    ( ( c_in @ v_x @ ( c_Zorn_OTFin @ v_S @ t_a ) @ ( tc_set @ ( tc_set @ t_a ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(16,plain,
    ( ( v_m
      = ( c_Zorn_Osucc @ v_S @ v_m @ t_a ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(17,plain,
    ( ( c_in @ v_m @ ( c_Zorn_OTFin @ v_S @ t_a ) @ ( tc_set @ ( tc_set @ t_a ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

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

thf(19,plain,
    ( ( ! [V_n: $i,V_S: $i,T_a: $i] :
          ( ~ ( c_in @ V_n @ ( c_Zorn_OTFin @ V_S @ T_a ) @ ( tc_set @ ( tc_set @ T_a ) ) )
          | ! [V_m: $i] :
              ( ~ ( c_in @ V_m @ ( c_Zorn_OTFin @ V_S @ T_a ) @ ( tc_set @ ( tc_set @ T_a ) ) )
              | ~ ( c_lessequals @ V_n @ V_m @ ( tc_set @ ( tc_set @ T_a ) ) )
              | ( V_n = V_m )
              | ( c_lessequals @ ( c_Zorn_Osucc @ V_S @ V_n @ T_a ) @ V_m @ ( tc_set @ ( tc_set @ T_a ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[11]) ).

thf(20,plain,
    ( ( c_in @ v_m @ ( c_Zorn_OTFin @ v_S @ t_a ) @ ( tc_set @ ( tc_set @ t_a ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(21,plain,
    ( ( v_m
      = ( c_Zorn_Osucc @ v_S @ v_m @ t_a ) )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(22,plain,
    ( ( c_in @ v_x @ ( c_Zorn_OTFin @ v_S @ t_a ) @ ( tc_set @ ( tc_set @ t_a ) ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(23,plain,
    ( ( c_lessequals @ v_x @ v_m @ ( tc_set @ ( tc_set @ t_a ) ) )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(24,plain,
    ( ( ~ ( c_lessequals @ ( c_Zorn_Osucc @ v_S @ v_x @ t_a ) @ v_m @ ( tc_set @ ( tc_set @ t_a ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[13]) ).

thf(25,plain,
    ( ( ! [V_A: $i,T_a: $i] : ( c_lessequals @ V_A @ V_A @ ( tc_set @ T_a ) ) )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(26,plain,
    ( ( ! [V_n: $i,V_S: $i,T_a: $i] :
          ( ~ ( c_in @ V_n @ ( c_Zorn_OTFin @ V_S @ T_a ) @ ( tc_set @ ( tc_set @ T_a ) ) )
          | ! [V_m: $i] :
              ( ~ ( c_in @ V_m @ ( c_Zorn_OTFin @ V_S @ T_a ) @ ( tc_set @ ( tc_set @ T_a ) ) )
              | ~ ( c_lessequals @ V_n @ V_m @ ( tc_set @ ( tc_set @ T_a ) ) )
              | ( V_n = V_m )
              | ( c_lessequals @ ( c_Zorn_Osucc @ V_S @ V_n @ T_a ) @ V_m @ ( tc_set @ ( tc_set @ T_a ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

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

thf(28,plain,
    ( ( c_lessequals @ ( c_Zorn_Osucc @ v_S @ v_x @ t_a ) @ v_m @ ( tc_set @ ( tc_set @ t_a ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[24]) ).

thf(29,plain,
    ! [SV1: $i] :
      ( ( ! [SY6: $i] : ( c_lessequals @ SV1 @ SV1 @ ( tc_set @ SY6 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[25]) ).

thf(30,plain,
    ! [SV2: $i] :
      ( ( ! [SY7: $i,SY8: $i] :
            ( ~ ( c_in @ SV2 @ ( c_Zorn_OTFin @ SY7 @ SY8 ) @ ( tc_set @ ( tc_set @ SY8 ) ) )
            | ! [SY9: $i] :
                ( ~ ( c_in @ SY9 @ ( c_Zorn_OTFin @ SY7 @ SY8 ) @ ( tc_set @ ( tc_set @ SY8 ) ) )
                | ~ ( c_lessequals @ SV2 @ SY9 @ ( tc_set @ ( tc_set @ SY8 ) ) )
                | ( SV2 = SY9 )
                | ( c_lessequals @ ( c_Zorn_Osucc @ SY7 @ SV2 @ SY8 ) @ SY9 @ ( tc_set @ ( tc_set @ SY8 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[26]) ).

thf(31,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[27]) ).

thf(32,plain,
    ! [SV3: $i,SV1: $i] :
      ( ( c_lessequals @ SV1 @ SV1 @ ( tc_set @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(33,plain,
    ! [SV4: $i,SV2: $i] :
      ( ( ! [SY10: $i] :
            ( ~ ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SY10 ) @ ( tc_set @ ( tc_set @ SY10 ) ) )
            | ! [SY11: $i] :
                ( ~ ( c_in @ SY11 @ ( c_Zorn_OTFin @ SV4 @ SY10 ) @ ( tc_set @ ( tc_set @ SY10 ) ) )
                | ~ ( c_lessequals @ SV2 @ SY11 @ ( tc_set @ ( tc_set @ SY10 ) ) )
                | ( SV2 = SY11 )
                | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SY10 ) @ SY11 @ ( tc_set @ ( tc_set @ SY10 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(34,plain,
    ! [SV5: $i,SV4: $i,SV2: $i] :
      ( ( ~ ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        | ! [SY12: $i] :
            ( ~ ( c_in @ SY12 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
            | ~ ( c_lessequals @ SV2 @ SY12 @ ( tc_set @ ( tc_set @ SV5 ) ) )
            | ( SV2 = SY12 )
            | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SY12 @ ( tc_set @ ( tc_set @ SV5 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(35,plain,
    ! [SV5: $i,SV4: $i,SV2: $i] :
      ( ( ( ~ ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) ) )
        = $true )
      | ( ( ! [SY12: $i] :
              ( ~ ( c_in @ SY12 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
              | ~ ( c_lessequals @ SV2 @ SY12 @ ( tc_set @ ( tc_set @ SV5 ) ) )
              | ( SV2 = SY12 )
              | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SY12 @ ( tc_set @ ( tc_set @ SV5 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[34]) ).

thf(36,plain,
    ! [SV5: $i,SV4: $i,SV2: $i] :
      ( ( ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false )
      | ( ( ! [SY12: $i] :
              ( ~ ( c_in @ SY12 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
              | ~ ( c_lessequals @ SV2 @ SY12 @ ( tc_set @ ( tc_set @ SV5 ) ) )
              | ( SV2 = SY12 )
              | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SY12 @ ( tc_set @ ( tc_set @ SV5 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[35]) ).

thf(37,plain,
    ! [SV2: $i,SV5: $i,SV4: $i,SV6: $i] :
      ( ( ( ~ ( c_in @ SV6 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
          | ~ ( c_lessequals @ SV2 @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) )
          | ( SV2 = SV6 )
          | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) ) )
        = $true )
      | ( ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(38,plain,
    ! [SV2: $i,SV5: $i,SV4: $i,SV6: $i] :
      ( ( ( ~ ( c_in @ SV6 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) ) )
        = $true )
      | ( ( ~ ( c_lessequals @ SV2 @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) )
          | ( SV2 = SV6 )
          | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) ) )
        = $true )
      | ( ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[37]) ).

thf(39,plain,
    ! [SV2: $i,SV5: $i,SV4: $i,SV6: $i] :
      ( ( ( c_in @ SV6 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false )
      | ( ( ~ ( c_lessequals @ SV2 @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) )
          | ( SV2 = SV6 )
          | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) ) )
        = $true )
      | ( ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[38]) ).

thf(40,plain,
    ! [SV4: $i,SV5: $i,SV6: $i,SV2: $i] :
      ( ( ( ~ ( c_lessequals @ SV2 @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) ) )
        = $true )
      | ( ( ( SV2 = SV6 )
          | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) ) )
        = $true )
      | ( ( c_in @ SV6 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false )
      | ( ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[39]) ).

thf(41,plain,
    ! [SV4: $i,SV5: $i,SV6: $i,SV2: $i] :
      ( ( ( c_lessequals @ SV2 @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false )
      | ( ( ( SV2 = SV6 )
          | ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) ) )
        = $true )
      | ( ( c_in @ SV6 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false )
      | ( ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[40]) ).

thf(42,plain,
    ! [SV5: $i,SV4: $i,SV6: $i,SV2: $i] :
      ( ( ( SV2 = SV6 )
        = $true )
      | ( ( c_lessequals @ ( c_Zorn_Osucc @ SV4 @ SV2 @ SV5 ) @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $true )
      | ( ( c_lessequals @ SV2 @ SV6 @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false )
      | ( ( c_in @ SV6 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false )
      | ( ( c_in @ SV2 @ ( c_Zorn_OTFin @ SV4 @ SV5 ) @ ( tc_set @ ( tc_set @ SV5 ) ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[41]) ).

thf(43,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[20,42,32,31,28,23,22,21]) ).

thf(44,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[43]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SET841-2 : TPTP v8.1.0. Released v3.2.0.
% 0.07/0.14  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.14/0.35  % Computer : n009.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Sun Jul 10 01:13:07 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.14/0.36  
% 0.14/0.36   No.of.Axioms: 7
% 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.36  (rf:0,axioms:7,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:9,loop_count:0,foatp_calls:0,translation:fof_full)..
% 0.21/0.41  
% 0.21/0.41  ********************************
% 0.21/0.41  *   All subproblems solved!    *
% 0.21/0.41  ********************************
% 0.21/0.41  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:7,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:43,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.21/0.41  
% 0.21/0.41  %**** Beginning of derivation protocol ****
% 0.21/0.41  % SZS output start CNFRefutation
% See solution above
% 0.21/0.41  
% 0.21/0.41  %**** End of derivation protocol ****
% 0.21/0.41  %**** no. of clauses in derivation: 44 ****
% 0.21/0.41  %**** clause counter: 43 ****
% 0.21/0.41  
% 0.21/0.41  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:7,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:43,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------