TSTP Solution File: PUZ035-5 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n029.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 : Mon Jul 18 18:19:22 EDT 2022

% Result   : Unsatisfiable 0.20s 0.40s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   84 (  40 unt;   8 typ;   0 def)
%            Number of atoms       :  372 ( 101 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :  551 (  82   ~;  94   |;   0   &; 375   @)
%                                         (   0 <=>;   0  =>;   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     :   11 (   8 usr;   6 con; 0-2 aty)
%            Number of variables   :  118 (   0   ^ 118   !;   0   ?; 118   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_asked,type,
    asked: $i ).

thf(tp_isa,type,
    isa: $i > $i > $i ).

thf(tp_knave,type,
    knave: $i ).

thf(tp_knight,type,
    knight: $i ).

thf(tp_or,type,
    or: $i > $i > $i ).

thf(tp_other,type,
    other: $i ).

thf(tp_says,type,
    says: $i > $i > $o ).

thf(tp_truth,type,
    truth: $i > $o ).

thf(1,axiom,
    says @ asked @ ( or @ ( isa @ asked @ knight ) @ ( isa @ other @ knight ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',says_yes) ).

thf(2,axiom,
    ! [A: $i,B: $i] :
      ( ( truth @ ( or @ A @ B ) )
      | ~ ( truth @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',or3) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ( ( truth @ ( or @ A @ B ) )
      | ~ ( truth @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',or2) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( truth @ A )
      | ( truth @ B )
      | ~ ( truth @ ( or @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',or1) ).

thf(5,axiom,
    ! [P: $i,S: $i] :
      ( ( truth @ ( isa @ P @ knight ) )
      | ~ ( truth @ S )
      | ~ ( says @ P @ S ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',knights_make_true_statements2) ).

thf(6,axiom,
    ! [S: $i,P: $i] :
      ( ( truth @ S )
      | ~ ( truth @ ( isa @ P @ knight ) )
      | ~ ( says @ P @ S ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',knights_make_true_statements1) ).

thf(7,axiom,
    ! [P: $i] :
      ( ~ ( truth @ ( isa @ P @ knight ) )
      | ~ ( truth @ ( isa @ P @ knave ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_both_a_knight_and_knave) ).

thf(8,axiom,
    ! [P: $i] :
      ( ( truth @ ( isa @ P @ knight ) )
      | ( truth @ ( isa @ P @ knave ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',everyone_a_knight_or_knave) ).

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

thf(10,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[9]) ).

thf(11,negated_conjecture,
    ! [X: $i,Y: $i] :
      ( ~ ( truth @ ( isa @ asked @ X ) )
      | ~ ( truth @ ( isa @ other @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',query) ).

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

thf(13,plain,
    ( ( says @ asked @ ( or @ ( isa @ asked @ knight ) @ ( isa @ other @ knight ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(14,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( truth @ ( or @ A @ B ) )
          | ~ ( truth @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(15,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( truth @ ( or @ A @ B ) )
          | ~ ( truth @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(16,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( truth @ A )
          | ( truth @ B )
          | ~ ( truth @ ( or @ A @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(17,plain,
    ( ( ! [P: $i,S: $i] :
          ( ( truth @ ( isa @ P @ knight ) )
          | ~ ( truth @ S )
          | ~ ( says @ P @ S ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(18,plain,
    ( ( ! [S: $i,P: $i] :
          ( ( truth @ S )
          | ~ ( truth @ ( isa @ P @ knight ) )
          | ~ ( says @ P @ S ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(19,plain,
    ( ( ! [P: $i] :
          ( ~ ( truth @ ( isa @ P @ knight ) )
          | ~ ( truth @ ( isa @ P @ knave ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(20,plain,
    ( ( ! [P: $i] :
          ( ( truth @ ( isa @ P @ knight ) )
          | ( truth @ ( isa @ P @ knave ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(21,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( truth @ ( isa @ asked @ X ) )
          | ~ ( truth @ ( isa @ other @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

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

thf(23,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i] : ( truth @ ( or @ A @ B ) )
          | ~ ( truth @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[15]) ).

thf(24,plain,
    ( ( ! [A: $i] :
          ( ( truth @ A )
          | ! [B: $i] :
              ( ( truth @ B )
              | ~ ( truth @ ( or @ A @ B ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[16]) ).

thf(25,plain,
    ( ( ! [P: $i] :
          ( ( truth @ ( isa @ P @ knight ) )
          | ! [S: $i] :
              ( ~ ( truth @ S )
              | ~ ( says @ P @ S ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[17]) ).

thf(26,plain,
    ( ( ! [S: $i] :
          ( ( truth @ S )
          | ! [P: $i] :
              ( ~ ( truth @ ( isa @ P @ knight ) )
              | ~ ( says @ P @ S ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[18]) ).

thf(27,plain,
    ( ( ! [X: $i] :
          ~ ( truth @ ( isa @ asked @ X ) )
      | ! [Y: $i] :
          ~ ( truth @ ( isa @ other @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[21]) ).

thf(28,plain,
    ( ( ! [X: $i] :
          ~ ( truth @ ( isa @ asked @ X ) )
      | ! [Y: $i] :
          ~ ( truth @ ( isa @ other @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(29,plain,
    ( ( ! [P: $i] :
          ( ( truth @ ( isa @ P @ knight ) )
          | ( truth @ ( isa @ P @ knave ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(30,plain,
    ( ( ! [P: $i] :
          ( ~ ( truth @ ( isa @ P @ knight ) )
          | ~ ( truth @ ( isa @ P @ knave ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(31,plain,
    ( ( ! [S: $i] :
          ( ( truth @ S )
          | ! [P: $i] :
              ( ~ ( truth @ ( isa @ P @ knight ) )
              | ~ ( says @ P @ S ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(32,plain,
    ( ( ! [P: $i] :
          ( ( truth @ ( isa @ P @ knight ) )
          | ! [S: $i] :
              ( ~ ( truth @ S )
              | ~ ( says @ P @ S ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(33,plain,
    ( ( ! [A: $i] :
          ( ( truth @ A )
          | ! [B: $i] :
              ( ( truth @ B )
              | ~ ( truth @ ( or @ A @ B ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(34,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i] : ( truth @ ( or @ A @ B ) )
          | ~ ( truth @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(35,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( truth @ ( or @ A @ B ) )
          | ~ ( truth @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(36,plain,
    ( ( says @ asked @ ( or @ ( isa @ asked @ knight ) @ ( isa @ other @ knight ) ) )
    = $true ),
    inference(copy,[status(thm)],[13]) ).

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

thf(38,plain,
    ( ( ( ! [X: $i] :
            ~ ( truth @ ( isa @ asked @ X ) ) )
      = $true )
    | ( ( ! [Y: $i] :
            ~ ( truth @ ( isa @ other @ Y ) ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[28]) ).

thf(39,plain,
    ! [SV1: $i] :
      ( ( ( truth @ ( isa @ SV1 @ knight ) )
        | ( truth @ ( isa @ SV1 @ knave ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(40,plain,
    ! [SV2: $i] :
      ( ( ~ ( truth @ ( isa @ SV2 @ knight ) )
        | ~ ( truth @ ( isa @ SV2 @ knave ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(41,plain,
    ! [SV3: $i] :
      ( ( ( truth @ SV3 )
        | ! [SY14: $i] :
            ( ~ ( truth @ ( isa @ SY14 @ knight ) )
            | ~ ( says @ SY14 @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(42,plain,
    ! [SV4: $i] :
      ( ( ( truth @ ( isa @ SV4 @ knight ) )
        | ! [SY15: $i] :
            ( ~ ( truth @ SY15 )
            | ~ ( says @ SV4 @ SY15 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(43,plain,
    ! [SV5: $i] :
      ( ( ( truth @ SV5 )
        | ! [SY16: $i] :
            ( ( truth @ SY16 )
            | ~ ( truth @ ( or @ SV5 @ SY16 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(44,plain,
    ! [SV6: $i] :
      ( ( ! [SY17: $i] : ( truth @ ( or @ SV6 @ SY17 ) )
        | ~ ( truth @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(45,plain,
    ! [SV7: $i] :
      ( ( ! [SY18: $i] :
            ( ( truth @ ( or @ SV7 @ SY18 ) )
            | ~ ( truth @ SY18 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(46,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(47,plain,
    ! [SV8: $i] :
      ( ( ( ~ ( truth @ ( isa @ asked @ SV8 ) ) )
        = $true )
      | ( ( ! [Y: $i] :
              ~ ( truth @ ( isa @ other @ Y ) ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(48,plain,
    ! [SV1: $i] :
      ( ( ( truth @ ( isa @ SV1 @ knight ) )
        = $true )
      | ( ( truth @ ( isa @ SV1 @ knave ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[39]) ).

thf(49,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( truth @ ( isa @ SV2 @ knight ) ) )
        = $true )
      | ( ( ~ ( truth @ ( isa @ SV2 @ knave ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[40]) ).

thf(50,plain,
    ! [SV3: $i] :
      ( ( ( truth @ SV3 )
        = $true )
      | ( ( ! [SY14: $i] :
              ( ~ ( truth @ ( isa @ SY14 @ knight ) )
              | ~ ( says @ SY14 @ SV3 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[41]) ).

thf(51,plain,
    ! [SV4: $i] :
      ( ( ( truth @ ( isa @ SV4 @ knight ) )
        = $true )
      | ( ( ! [SY15: $i] :
              ( ~ ( truth @ SY15 )
              | ~ ( says @ SV4 @ SY15 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[42]) ).

thf(52,plain,
    ! [SV5: $i] :
      ( ( ( truth @ SV5 )
        = $true )
      | ( ( ! [SY16: $i] :
              ( ( truth @ SY16 )
              | ~ ( truth @ ( or @ SV5 @ SY16 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[43]) ).

thf(53,plain,
    ! [SV6: $i] :
      ( ( ( ! [SY17: $i] : ( truth @ ( or @ SV6 @ SY17 ) ) )
        = $true )
      | ( ( ~ ( truth @ SV6 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[44]) ).

thf(54,plain,
    ! [SV9: $i,SV7: $i] :
      ( ( ( truth @ ( or @ SV7 @ SV9 ) )
        | ~ ( truth @ SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[45]) ).

thf(55,plain,
    ! [SV8: $i] :
      ( ( ( truth @ ( isa @ asked @ SV8 ) )
        = $false )
      | ( ( ! [Y: $i] :
              ~ ( truth @ ( isa @ other @ Y ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[47]) ).

thf(56,plain,
    ! [SV2: $i] :
      ( ( ( truth @ ( isa @ SV2 @ knight ) )
        = $false )
      | ( ( ~ ( truth @ ( isa @ SV2 @ knave ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[49]) ).

thf(57,plain,
    ! [SV3: $i,SV10: $i] :
      ( ( ( ~ ( truth @ ( isa @ SV10 @ knight ) )
          | ~ ( says @ SV10 @ SV3 ) )
        = $true )
      | ( ( truth @ SV3 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(58,plain,
    ! [SV4: $i,SV11: $i] :
      ( ( ( ~ ( truth @ SV11 )
          | ~ ( says @ SV4 @ SV11 ) )
        = $true )
      | ( ( truth @ ( isa @ SV4 @ knight ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(59,plain,
    ! [SV5: $i,SV12: $i] :
      ( ( ( ( truth @ SV12 )
          | ~ ( truth @ ( or @ SV5 @ SV12 ) ) )
        = $true )
      | ( ( truth @ SV5 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(60,plain,
    ! [SV13: $i,SV6: $i] :
      ( ( ( truth @ ( or @ SV6 @ SV13 ) )
        = $true )
      | ( ( ~ ( truth @ SV6 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(61,plain,
    ! [SV9: $i,SV7: $i] :
      ( ( ( truth @ ( or @ SV7 @ SV9 ) )
        = $true )
      | ( ( ~ ( truth @ SV9 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[54]) ).

thf(62,plain,
    ! [SV8: $i,SV14: $i] :
      ( ( ( ~ ( truth @ ( isa @ other @ SV14 ) ) )
        = $true )
      | ( ( truth @ ( isa @ asked @ SV8 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(63,plain,
    ! [SV2: $i] :
      ( ( ( truth @ ( isa @ SV2 @ knave ) )
        = $false )
      | ( ( truth @ ( isa @ SV2 @ knight ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[56]) ).

thf(64,plain,
    ! [SV3: $i,SV10: $i] :
      ( ( ( ~ ( truth @ ( isa @ SV10 @ knight ) ) )
        = $true )
      | ( ( ~ ( says @ SV10 @ SV3 ) )
        = $true )
      | ( ( truth @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[57]) ).

thf(65,plain,
    ! [SV4: $i,SV11: $i] :
      ( ( ( ~ ( truth @ SV11 ) )
        = $true )
      | ( ( ~ ( says @ SV4 @ SV11 ) )
        = $true )
      | ( ( truth @ ( isa @ SV4 @ knight ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[58]) ).

thf(66,plain,
    ! [SV5: $i,SV12: $i] :
      ( ( ( truth @ SV12 )
        = $true )
      | ( ( ~ ( truth @ ( or @ SV5 @ SV12 ) ) )
        = $true )
      | ( ( truth @ SV5 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[59]) ).

thf(67,plain,
    ! [SV13: $i,SV6: $i] :
      ( ( ( truth @ SV6 )
        = $false )
      | ( ( truth @ ( or @ SV6 @ SV13 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[60]) ).

thf(68,plain,
    ! [SV7: $i,SV9: $i] :
      ( ( ( truth @ SV9 )
        = $false )
      | ( ( truth @ ( or @ SV7 @ SV9 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(69,plain,
    ! [SV8: $i,SV14: $i] :
      ( ( ( truth @ ( isa @ other @ SV14 ) )
        = $false )
      | ( ( truth @ ( isa @ asked @ SV8 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[62]) ).

thf(70,plain,
    ! [SV3: $i,SV10: $i] :
      ( ( ( truth @ ( isa @ SV10 @ knight ) )
        = $false )
      | ( ( ~ ( says @ SV10 @ SV3 ) )
        = $true )
      | ( ( truth @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[64]) ).

thf(71,plain,
    ! [SV4: $i,SV11: $i] :
      ( ( ( truth @ SV11 )
        = $false )
      | ( ( ~ ( says @ SV4 @ SV11 ) )
        = $true )
      | ( ( truth @ ( isa @ SV4 @ knight ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[65]) ).

thf(72,plain,
    ! [SV12: $i,SV5: $i] :
      ( ( ( truth @ ( or @ SV5 @ SV12 ) )
        = $false )
      | ( ( truth @ SV12 )
        = $true )
      | ( ( truth @ SV5 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[66]) ).

thf(73,plain,
    ! [SV3: $i,SV10: $i] :
      ( ( ( says @ SV10 @ SV3 )
        = $false )
      | ( ( truth @ ( isa @ SV10 @ knight ) )
        = $false )
      | ( ( truth @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[70]) ).

thf(74,plain,
    ! [SV11: $i,SV4: $i] :
      ( ( ( says @ SV4 @ SV11 )
        = $false )
      | ( ( truth @ SV11 )
        = $false )
      | ( ( truth @ ( isa @ SV4 @ knight ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(75,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[36,74,73,72,69,68,67,63,48,46]) ).

thf(76,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[75]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : PUZ035-5 : TPTP v8.1.0. Released v2.0.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.14/0.34  % Computer : n029.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 : Sat May 28 20:24:57 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  
% 0.14/0.35   No.of.Axioms: 9
% 0.14/0.35  
% 0.14/0.35   Length.of.Defs: 0
% 0.14/0.35  
% 0.14/0.35   Contains.Choice.Funs: false
% 0.14/0.36  (rf:0,axioms:9,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:11,loop_count:0,foatp_calls:0,translation:fof_full)...
% 0.20/0.40  
% 0.20/0.40  ********************************
% 0.20/0.40  *   All subproblems solved!    *
% 0.20/0.40  ********************************
% 0.20/0.40  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:9,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:75,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.40  
% 0.20/0.40  %**** Beginning of derivation protocol ****
% 0.20/0.40  % SZS output start CNFRefutation
% See solution above
% 0.20/0.40  
% 0.20/0.40  %**** End of derivation protocol ****
% 0.20/0.40  %**** no. of clauses in derivation: 76 ****
% 0.20/0.40  %**** clause counter: 75 ****
% 0.20/0.40  
% 0.20/0.40  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:9,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:75,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------