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

View Problem - Process Solution

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

% Computer : n032.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 : Sun Jul 17 22:17:30 EDT 2022

% Result   : Unsatisfiable 0.11s 0.33s
% Output   : CNFRefutation 0.11s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   29
% Syntax   : Number of formulae    :  150 (  79 unt;  11 typ;   0 def)
%            Number of atoms       :  683 ( 240 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives : 1097 ( 135   ~; 190   |;   0   &; 772   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   15 (  15   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  11 usr;   5 con; 0-2 aty)
%            Number of variables   :  286 (   0   ^ 286   !;   0   ?; 286   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_age,type,
    age: $i > $i > $i ).

thf(tp_external_ties,type,
    external_ties: $i > $i > $i ).

thf(tp_greater,type,
    greater: $i > $i > $o ).

thf(tp_greater_or_equal,type,
    greater_or_equal: $i > $i > $o ).

thf(tp_organization,type,
    organization: $i > $o ).

thf(tp_position,type,
    position: $i > $i > $i ).

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

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

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

thf(tp_smaller,type,
    smaller: $i > $i > $o ).

thf(tp_smaller_or_equal,type,
    smaller_or_equal: $i > $i > $o ).

thf(1,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ~ ( greater @ ( age @ A @ B ) @ ( age @ A @ C ) )
      | ( greater @ ( external_ties @ A @ B ) @ ( external_ties @ A @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_8_32) ).

thf(2,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ( ( external_ties @ A @ B )
       != ( external_ties @ A @ C ) )
      | ( ( position @ A @ B )
        = ( position @ A @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_6_31) ).

thf(3,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ~ ( greater @ ( external_ties @ A @ B ) @ ( external_ties @ A @ C ) )
      | ( greater @ ( position @ A @ B ) @ ( position @ A @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_6_30) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( smaller @ A @ B )
      | ( A = B )
      | ( greater @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meaning_postulate_greater_comparable_11) ).

thf(5,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( greater @ A @ B )
      | ~ ( greater @ B @ C )
      | ( greater @ A @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meaning_postulate_greater_transitive_10) ).

thf(6,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ~ ( greater @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meaning_postulate_greater_strict_9) ).

thf(7,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ( smaller @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_smaller_8) ).

thf(8,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller @ A @ B )
      | ( greater @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_smaller_7) ).

thf(9,axiom,
    ! [A: $i,B: $i] :
      ( ( A != B )
      | ( greater_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_greater_or_equal_6) ).

thf(10,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ( greater_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_greater_or_equal_5) ).

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater_or_equal @ A @ B )
      | ( greater @ A @ B )
      | ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_greater_or_equal_4) ).

thf(12,axiom,
    ! [A: $i,B: $i] :
      ( ( A != B )
      | ( smaller_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_smaller_or_equal_3) ).

thf(13,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller @ A @ B )
      | ( smaller_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_smaller_or_equal_2) ).

thf(14,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller_or_equal @ A @ B )
      | ( smaller @ A @ B )
      | ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_smaller_or_equal_1) ).

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

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

thf(17,negated_conjecture,
    ~ ( greater @ ( position @ sk1 @ sk3 ) @ ( position @ sk1 @ sk2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_4_35) ).

thf(18,negated_conjecture,
    greater @ ( age @ sk1 @ sk3 ) @ ( age @ sk1 @ sk2 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_4_34) ).

thf(19,negated_conjecture,
    organization @ sk1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_4_33) ).

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

thf(21,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( greater @ ( age @ A @ B ) @ ( age @ A @ C ) )
          | ( greater @ ( external_ties @ A @ B ) @ ( external_ties @ A @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(22,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ( ( external_ties @ A @ B )
           != ( external_ties @ A @ C ) )
          | ( ( position @ A @ B )
            = ( position @ A @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(23,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( greater @ ( external_ties @ A @ B ) @ ( external_ties @ A @ C ) )
          | ( greater @ ( position @ A @ B ) @ ( position @ A @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(24,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( smaller @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(25,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( greater @ A @ B )
          | ~ ( greater @ B @ C )
          | ( greater @ A @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(26,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ~ ( greater @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(27,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( smaller @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(28,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( greater @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(29,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(30,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(31,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( greater @ A @ B )
          | ( A = B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(32,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(33,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

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

thf(35,plain,
    ( ( ~ ( greater @ ( position @ sk1 @ sk3 ) @ ( position @ sk1 @ sk2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(36,plain,
    ( ( greater @ ( age @ sk1 @ sk3 ) @ ( age @ sk1 @ sk2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(37,plain,
    ( ( organization @ sk1 )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

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

thf(39,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( greater @ ( age @ A @ B ) @ ( age @ A @ C ) )
              | ( greater @ ( external_ties @ A @ B ) @ ( external_ties @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[21]) ).

thf(40,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ( ( external_ties @ A @ B )
               != ( external_ties @ A @ C ) )
              | ( ( position @ A @ B )
                = ( position @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[22]) ).

thf(41,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( greater @ ( external_ties @ A @ B ) @ ( external_ties @ A @ C ) )
              | ( greater @ ( position @ A @ B ) @ ( position @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[23]) ).

thf(42,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ! [C: $i] :
              ( ~ ( greater @ B @ C )
              | ( greater @ A @ C ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(43,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(44,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[31]) ).

thf(45,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[32]) ).

thf(46,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller_or_equal @ A @ B )
          | ( A = B )
          | ( smaller @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(47,plain,
    ( ( organization @ sk1 )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(48,plain,
    ( ( greater @ ( age @ sk1 @ sk3 ) @ ( age @ sk1 @ sk2 ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(49,plain,
    ( ( ~ ( greater @ ( position @ sk1 @ sk3 ) @ ( position @ sk1 @ sk2 ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(50,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller_or_equal @ A @ B )
          | ( A = B )
          | ( smaller @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

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

thf(52,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(53,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(54,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(55,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(56,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( greater @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(57,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( smaller @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

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

thf(59,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ! [C: $i] :
              ( ~ ( greater @ B @ C )
              | ( greater @ A @ C ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

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

thf(61,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( greater @ ( external_ties @ A @ B ) @ ( external_ties @ A @ C ) )
              | ( greater @ ( position @ A @ B ) @ ( position @ A @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(62,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ( ( external_ties @ A @ B )
               != ( external_ties @ A @ C ) )
              | ( ( position @ A @ B )
                = ( position @ A @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(63,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( greater @ ( age @ A @ B ) @ ( age @ A @ C ) )
              | ( greater @ ( external_ties @ A @ B ) @ ( external_ties @ A @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

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

thf(65,plain,
    ( ( greater @ ( position @ sk1 @ sk3 ) @ ( position @ sk1 @ sk2 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[49]) ).

thf(66,plain,
    ! [SV1: $i] :
      ( ( ! [SY32: $i] :
            ( ~ ( smaller_or_equal @ SV1 @ SY32 )
            | ( SV1 = SY32 )
            | ( smaller @ SV1 @ SY32 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(67,plain,
    ! [SV2: $i] :
      ( ( ! [SY33: $i] :
            ( ~ ( smaller @ SV2 @ SY33 )
            | ( smaller_or_equal @ SV2 @ SY33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(68,plain,
    ! [SV3: $i] :
      ( ( ! [SY34: $i] :
            ( ( SV3 != SY34 )
            | ( smaller_or_equal @ SV3 @ SY34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(69,plain,
    ! [SV4: $i] :
      ( ( ! [SY35: $i] :
            ( ~ ( greater_or_equal @ SV4 @ SY35 )
            | ( SV4 = SY35 )
            | ( greater @ SV4 @ SY35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(70,plain,
    ! [SV5: $i] :
      ( ( ! [SY36: $i] :
            ( ~ ( greater @ SV5 @ SY36 )
            | ( greater_or_equal @ SV5 @ SY36 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(71,plain,
    ! [SV6: $i] :
      ( ( ! [SY37: $i] :
            ( ( SV6 != SY37 )
            | ( greater_or_equal @ SV6 @ SY37 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(72,plain,
    ! [SV7: $i] :
      ( ( ! [SY38: $i] :
            ( ~ ( smaller @ SV7 @ SY38 )
            | ( greater @ SY38 @ SV7 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

thf(73,plain,
    ! [SV8: $i] :
      ( ( ! [SY39: $i] :
            ( ~ ( greater @ SV8 @ SY39 )
            | ( smaller @ SY39 @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(74,plain,
    ! [SV9: $i] :
      ( ( ! [SY40: $i] :
            ( ~ ( greater @ SV9 @ SY40 )
            | ~ ( greater @ SY40 @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(75,plain,
    ! [SV10: $i] :
      ( ( ! [SY41: $i] :
            ( ~ ( greater @ SV10 @ SY41 )
            | ! [SY42: $i] :
                ( ~ ( greater @ SY41 @ SY42 )
                | ( greater @ SV10 @ SY42 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(76,plain,
    ! [SV11: $i] :
      ( ( ! [SY43: $i] :
            ( ( smaller @ SV11 @ SY43 )
            | ( SV11 = SY43 )
            | ( greater @ SV11 @ SY43 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(77,plain,
    ! [SV12: $i] :
      ( ( ~ ( organization @ SV12 )
        | ! [SY44: $i,SY45: $i] :
            ( ~ ( greater @ ( external_ties @ SV12 @ SY44 ) @ ( external_ties @ SV12 @ SY45 ) )
            | ( greater @ ( position @ SV12 @ SY44 ) @ ( position @ SV12 @ SY45 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(78,plain,
    ! [SV13: $i] :
      ( ( ~ ( organization @ SV13 )
        | ! [SY46: $i,SY47: $i] :
            ( ( ( external_ties @ SV13 @ SY46 )
             != ( external_ties @ SV13 @ SY47 ) )
            | ( ( position @ SV13 @ SY46 )
              = ( position @ SV13 @ SY47 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(79,plain,
    ! [SV14: $i] :
      ( ( ~ ( organization @ SV14 )
        | ! [SY48: $i,SY49: $i] :
            ( ~ ( greater @ ( age @ SV14 @ SY48 ) @ ( age @ SV14 @ SY49 ) )
            | ( greater @ ( external_ties @ SV14 @ SY48 ) @ ( external_ties @ SV14 @ SY49 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

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

thf(81,plain,
    ! [SV15: $i,SV1: $i] :
      ( ( ~ ( smaller_or_equal @ SV1 @ SV15 )
        | ( SV1 = SV15 )
        | ( smaller @ SV1 @ SV15 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(82,plain,
    ! [SV16: $i,SV2: $i] :
      ( ( ~ ( smaller @ SV2 @ SV16 )
        | ( smaller_or_equal @ SV2 @ SV16 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(83,plain,
    ! [SV17: $i,SV3: $i] :
      ( ( ( SV3 != SV17 )
        | ( smaller_or_equal @ SV3 @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(84,plain,
    ! [SV18: $i,SV4: $i] :
      ( ( ~ ( greater_or_equal @ SV4 @ SV18 )
        | ( SV4 = SV18 )
        | ( greater @ SV4 @ SV18 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(85,plain,
    ! [SV19: $i,SV5: $i] :
      ( ( ~ ( greater @ SV5 @ SV19 )
        | ( greater_or_equal @ SV5 @ SV19 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(86,plain,
    ! [SV20: $i,SV6: $i] :
      ( ( ( SV6 != SV20 )
        | ( greater_or_equal @ SV6 @ SV20 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(87,plain,
    ! [SV21: $i,SV7: $i] :
      ( ( ~ ( smaller @ SV7 @ SV21 )
        | ( greater @ SV21 @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(88,plain,
    ! [SV22: $i,SV8: $i] :
      ( ( ~ ( greater @ SV8 @ SV22 )
        | ( smaller @ SV22 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(89,plain,
    ! [SV23: $i,SV9: $i] :
      ( ( ~ ( greater @ SV9 @ SV23 )
        | ~ ( greater @ SV23 @ SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(90,plain,
    ! [SV24: $i,SV10: $i] :
      ( ( ~ ( greater @ SV10 @ SV24 )
        | ! [SY50: $i] :
            ( ~ ( greater @ SV24 @ SY50 )
            | ( greater @ SV10 @ SY50 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(91,plain,
    ! [SV25: $i,SV11: $i] :
      ( ( ( smaller @ SV11 @ SV25 )
        | ( SV11 = SV25 )
        | ( greater @ SV11 @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(92,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( organization @ SV12 ) )
        = $true )
      | ( ( ! [SY44: $i,SY45: $i] :
              ( ~ ( greater @ ( external_ties @ SV12 @ SY44 ) @ ( external_ties @ SV12 @ SY45 ) )
              | ( greater @ ( position @ SV12 @ SY44 ) @ ( position @ SV12 @ SY45 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[77]) ).

thf(93,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( ! [SY46: $i,SY47: $i] :
              ( ( ( external_ties @ SV13 @ SY46 )
               != ( external_ties @ SV13 @ SY47 ) )
              | ( ( position @ SV13 @ SY46 )
                = ( position @ SV13 @ SY47 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(94,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( organization @ SV14 ) )
        = $true )
      | ( ( ! [SY48: $i,SY49: $i] :
              ( ~ ( greater @ ( age @ SV14 @ SY48 ) @ ( age @ SV14 @ SY49 ) )
              | ( greater @ ( external_ties @ SV14 @ SY48 ) @ ( external_ties @ SV14 @ SY49 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[79]) ).

thf(95,plain,
    ! [SV15: $i,SV1: $i] :
      ( ( ( ~ ( smaller_or_equal @ SV1 @ SV15 ) )
        = $true )
      | ( ( ( SV1 = SV15 )
          | ( smaller @ SV1 @ SV15 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[81]) ).

thf(96,plain,
    ! [SV16: $i,SV2: $i] :
      ( ( ( ~ ( smaller @ SV2 @ SV16 ) )
        = $true )
      | ( ( smaller_or_equal @ SV2 @ SV16 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[82]) ).

thf(97,plain,
    ! [SV17: $i,SV3: $i] :
      ( ( ( ( SV3 != SV17 ) )
        = $true )
      | ( ( smaller_or_equal @ SV3 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[83]) ).

thf(98,plain,
    ! [SV18: $i,SV4: $i] :
      ( ( ( ~ ( greater_or_equal @ SV4 @ SV18 ) )
        = $true )
      | ( ( ( SV4 = SV18 )
          | ( greater @ SV4 @ SV18 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[84]) ).

thf(99,plain,
    ! [SV19: $i,SV5: $i] :
      ( ( ( ~ ( greater @ SV5 @ SV19 ) )
        = $true )
      | ( ( greater_or_equal @ SV5 @ SV19 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[85]) ).

thf(100,plain,
    ! [SV20: $i,SV6: $i] :
      ( ( ( ( SV6 != SV20 ) )
        = $true )
      | ( ( greater_or_equal @ SV6 @ SV20 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[86]) ).

thf(101,plain,
    ! [SV21: $i,SV7: $i] :
      ( ( ( ~ ( smaller @ SV7 @ SV21 ) )
        = $true )
      | ( ( greater @ SV21 @ SV7 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[87]) ).

thf(102,plain,
    ! [SV22: $i,SV8: $i] :
      ( ( ( ~ ( greater @ SV8 @ SV22 ) )
        = $true )
      | ( ( smaller @ SV22 @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[88]) ).

thf(103,plain,
    ! [SV23: $i,SV9: $i] :
      ( ( ( ~ ( greater @ SV9 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV23 @ SV9 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[89]) ).

thf(104,plain,
    ! [SV24: $i,SV10: $i] :
      ( ( ( ~ ( greater @ SV10 @ SV24 ) )
        = $true )
      | ( ( ! [SY50: $i] :
              ( ~ ( greater @ SV24 @ SY50 )
              | ( greater @ SV10 @ SY50 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(105,plain,
    ! [SV25: $i,SV11: $i] :
      ( ( ( smaller @ SV11 @ SV25 )
        = $true )
      | ( ( ( SV11 = SV25 )
          | ( greater @ SV11 @ SV25 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(106,plain,
    ! [SV12: $i] :
      ( ( ( organization @ SV12 )
        = $false )
      | ( ( ! [SY44: $i,SY45: $i] :
              ( ~ ( greater @ ( external_ties @ SV12 @ SY44 ) @ ( external_ties @ SV12 @ SY45 ) )
              | ( greater @ ( position @ SV12 @ SY44 ) @ ( position @ SV12 @ SY45 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[92]) ).

thf(107,plain,
    ! [SV13: $i] :
      ( ( ( organization @ SV13 )
        = $false )
      | ( ( ! [SY46: $i,SY47: $i] :
              ( ( ( external_ties @ SV13 @ SY46 )
               != ( external_ties @ SV13 @ SY47 ) )
              | ( ( position @ SV13 @ SY46 )
                = ( position @ SV13 @ SY47 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[93]) ).

thf(108,plain,
    ! [SV14: $i] :
      ( ( ( organization @ SV14 )
        = $false )
      | ( ( ! [SY48: $i,SY49: $i] :
              ( ~ ( greater @ ( age @ SV14 @ SY48 ) @ ( age @ SV14 @ SY49 ) )
              | ( greater @ ( external_ties @ SV14 @ SY48 ) @ ( external_ties @ SV14 @ SY49 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[94]) ).

thf(109,plain,
    ! [SV15: $i,SV1: $i] :
      ( ( ( smaller_or_equal @ SV1 @ SV15 )
        = $false )
      | ( ( ( SV1 = SV15 )
          | ( smaller @ SV1 @ SV15 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[95]) ).

thf(110,plain,
    ! [SV16: $i,SV2: $i] :
      ( ( ( smaller @ SV2 @ SV16 )
        = $false )
      | ( ( smaller_or_equal @ SV2 @ SV16 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[96]) ).

thf(111,plain,
    ! [SV17: $i,SV3: $i] :
      ( ( ( SV3 = SV17 )
        = $false )
      | ( ( smaller_or_equal @ SV3 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[97]) ).

thf(112,plain,
    ! [SV18: $i,SV4: $i] :
      ( ( ( greater_or_equal @ SV4 @ SV18 )
        = $false )
      | ( ( ( SV4 = SV18 )
          | ( greater @ SV4 @ SV18 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[98]) ).

thf(113,plain,
    ! [SV19: $i,SV5: $i] :
      ( ( ( greater @ SV5 @ SV19 )
        = $false )
      | ( ( greater_or_equal @ SV5 @ SV19 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[99]) ).

thf(114,plain,
    ! [SV20: $i,SV6: $i] :
      ( ( ( SV6 = SV20 )
        = $false )
      | ( ( greater_or_equal @ SV6 @ SV20 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[100]) ).

thf(115,plain,
    ! [SV21: $i,SV7: $i] :
      ( ( ( smaller @ SV7 @ SV21 )
        = $false )
      | ( ( greater @ SV21 @ SV7 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(116,plain,
    ! [SV22: $i,SV8: $i] :
      ( ( ( greater @ SV8 @ SV22 )
        = $false )
      | ( ( smaller @ SV22 @ SV8 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(117,plain,
    ! [SV23: $i,SV9: $i] :
      ( ( ( greater @ SV9 @ SV23 )
        = $false )
      | ( ( ~ ( greater @ SV23 @ SV9 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[103]) ).

thf(118,plain,
    ! [SV24: $i,SV10: $i] :
      ( ( ( greater @ SV10 @ SV24 )
        = $false )
      | ( ( ! [SY50: $i] :
              ( ~ ( greater @ SV24 @ SY50 )
              | ( greater @ SV10 @ SY50 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[104]) ).

thf(119,plain,
    ! [SV25: $i,SV11: $i] :
      ( ( ( SV11 = SV25 )
        = $true )
      | ( ( greater @ SV11 @ SV25 )
        = $true )
      | ( ( smaller @ SV11 @ SV25 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[105]) ).

thf(120,plain,
    ! [SV26: $i,SV12: $i] :
      ( ( ( ! [SY51: $i] :
              ( ~ ( greater @ ( external_ties @ SV12 @ SV26 ) @ ( external_ties @ SV12 @ SY51 ) )
              | ( greater @ ( position @ SV12 @ SV26 ) @ ( position @ SV12 @ SY51 ) ) ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(121,plain,
    ! [SV27: $i,SV13: $i] :
      ( ( ( ! [SY52: $i] :
              ( ( ( external_ties @ SV13 @ SV27 )
               != ( external_ties @ SV13 @ SY52 ) )
              | ( ( position @ SV13 @ SV27 )
                = ( position @ SV13 @ SY52 ) ) ) )
        = $true )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(122,plain,
    ! [SV28: $i,SV14: $i] :
      ( ( ( ! [SY53: $i] :
              ( ~ ( greater @ ( age @ SV14 @ SV28 ) @ ( age @ SV14 @ SY53 ) )
              | ( greater @ ( external_ties @ SV14 @ SV28 ) @ ( external_ties @ SV14 @ SY53 ) ) ) )
        = $true )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(123,plain,
    ! [SV15: $i,SV1: $i] :
      ( ( ( SV1 = SV15 )
        = $true )
      | ( ( smaller @ SV1 @ SV15 )
        = $true )
      | ( ( smaller_or_equal @ SV1 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(124,plain,
    ! [SV18: $i,SV4: $i] :
      ( ( ( SV4 = SV18 )
        = $true )
      | ( ( greater @ SV4 @ SV18 )
        = $true )
      | ( ( greater_or_equal @ SV4 @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(125,plain,
    ! [SV9: $i,SV23: $i] :
      ( ( ( greater @ SV23 @ SV9 )
        = $false )
      | ( ( greater @ SV9 @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[117]) ).

thf(126,plain,
    ! [SV10: $i,SV29: $i,SV24: $i] :
      ( ( ( ~ ( greater @ SV24 @ SV29 )
          | ( greater @ SV10 @ SV29 ) )
        = $true )
      | ( ( greater @ SV10 @ SV24 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(127,plain,
    ! [SV30: $i,SV26: $i,SV12: $i] :
      ( ( ( ~ ( greater @ ( external_ties @ SV12 @ SV26 ) @ ( external_ties @ SV12 @ SV30 ) )
          | ( greater @ ( position @ SV12 @ SV26 ) @ ( position @ SV12 @ SV30 ) ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(128,plain,
    ! [SV31: $i,SV27: $i,SV13: $i] :
      ( ( ( ( ( external_ties @ SV13 @ SV27 )
           != ( external_ties @ SV13 @ SV31 ) )
          | ( ( position @ SV13 @ SV27 )
            = ( position @ SV13 @ SV31 ) ) )
        = $true )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(129,plain,
    ! [SV32: $i,SV28: $i,SV14: $i] :
      ( ( ( ~ ( greater @ ( age @ SV14 @ SV28 ) @ ( age @ SV14 @ SV32 ) )
          | ( greater @ ( external_ties @ SV14 @ SV28 ) @ ( external_ties @ SV14 @ SV32 ) ) )
        = $true )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(130,plain,
    ! [SV10: $i,SV29: $i,SV24: $i] :
      ( ( ( ~ ( greater @ SV24 @ SV29 ) )
        = $true )
      | ( ( greater @ SV10 @ SV29 )
        = $true )
      | ( ( greater @ SV10 @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[126]) ).

thf(131,plain,
    ! [SV30: $i,SV26: $i,SV12: $i] :
      ( ( ( ~ ( greater @ ( external_ties @ SV12 @ SV26 ) @ ( external_ties @ SV12 @ SV30 ) ) )
        = $true )
      | ( ( greater @ ( position @ SV12 @ SV26 ) @ ( position @ SV12 @ SV30 ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[127]) ).

thf(132,plain,
    ! [SV31: $i,SV27: $i,SV13: $i] :
      ( ( ( ( ( external_ties @ SV13 @ SV27 )
           != ( external_ties @ SV13 @ SV31 ) ) )
        = $true )
      | ( ( ( position @ SV13 @ SV27 )
          = ( position @ SV13 @ SV31 ) )
        = $true )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[128]) ).

thf(133,plain,
    ! [SV32: $i,SV28: $i,SV14: $i] :
      ( ( ( ~ ( greater @ ( age @ SV14 @ SV28 ) @ ( age @ SV14 @ SV32 ) ) )
        = $true )
      | ( ( greater @ ( external_ties @ SV14 @ SV28 ) @ ( external_ties @ SV14 @ SV32 ) )
        = $true )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[129]) ).

thf(134,plain,
    ! [SV10: $i,SV29: $i,SV24: $i] :
      ( ( ( greater @ SV24 @ SV29 )
        = $false )
      | ( ( greater @ SV10 @ SV29 )
        = $true )
      | ( ( greater @ SV10 @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[130]) ).

thf(135,plain,
    ! [SV30: $i,SV26: $i,SV12: $i] :
      ( ( ( greater @ ( external_ties @ SV12 @ SV26 ) @ ( external_ties @ SV12 @ SV30 ) )
        = $false )
      | ( ( greater @ ( position @ SV12 @ SV26 ) @ ( position @ SV12 @ SV30 ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(136,plain,
    ! [SV31: $i,SV27: $i,SV13: $i] :
      ( ( ( ( external_ties @ SV13 @ SV27 )
          = ( external_ties @ SV13 @ SV31 ) )
        = $false )
      | ( ( ( position @ SV13 @ SV27 )
          = ( position @ SV13 @ SV31 ) )
        = $true )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[132]) ).

thf(137,plain,
    ! [SV32: $i,SV28: $i,SV14: $i] :
      ( ( ( greater @ ( age @ SV14 @ SV28 ) @ ( age @ SV14 @ SV32 ) )
        = $false )
      | ( ( greater @ ( external_ties @ SV14 @ SV28 ) @ ( external_ties @ SV14 @ SV32 ) )
        = $true )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[133]) ).

thf(138,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[47,137,136,135,134,125,124,123,119,116,115,114,113,111,110,80,65,48]) ).

thf(139,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[138]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.07  % Problem  : MGT045-1 : TPTP v8.1.0. Released v2.4.0.
% 0.02/0.08  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.07/0.26  % Computer : n032.cluster.edu
% 0.07/0.26  % Model    : x86_64 x86_64
% 0.07/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.26  % Memory   : 8042.1875MB
% 0.07/0.26  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.26  % CPULimit : 300
% 0.07/0.26  % WCLimit  : 600
% 0.07/0.26  % DateTime : Thu Jun  9 10:28:07 EDT 2022
% 0.07/0.26  % CPUTime  : 
% 0.07/0.27  
% 0.07/0.27   No.of.Axioms: 17
% 0.07/0.27  
% 0.07/0.27   Length.of.Defs: 0
% 0.07/0.27  
% 0.07/0.27   Contains.Choice.Funs: false
% 0.11/0.28  (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.11/0.33  
% 0.11/0.33  ********************************
% 0.11/0.33  *   All subproblems solved!    *
% 0.11/0.33  ********************************
% 0.11/0.33  % 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:138,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.11/0.34  
% 0.11/0.34  %**** Beginning of derivation protocol ****
% 0.11/0.34  % SZS output start CNFRefutation
% See solution above
% 0.11/0.34  
% 0.11/0.34  %**** End of derivation protocol ****
% 0.11/0.34  %**** no. of clauses in derivation: 139 ****
% 0.11/0.34  %**** clause counter: 138 ****
% 0.11/0.34  
% 0.11/0.34  % 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:138,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------