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

View Problem - Process Solution

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

% Computer : n018.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 : Thu Jul 14 23:43:37 EDT 2022

% Result   : Unsatisfiable 6.71s 6.88s
% Output   : CNFRefutation 6.71s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   75 (  69 unt;   6 typ;   0 def)
%            Number of atoms       :  181 ( 117 equ;   0 cnn)
%            Maximal formula atoms :    1 (   2 avg)
%            Number of connectives :  430 (   6   ~;   0   |;   0   &; 424   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    5 (   5   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   6 usr;   5 con; 0-2 aty)
%            Number of variables   :  148 (   0   ^ 148   !;   0   ?; 148   :)

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

thf(tp_add,type,
    add: $i > $i > $i ).

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

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

thf(tp_inverse,type,
    inverse: $i > $i ).

thf(tp_multiply,type,
    multiply: $i > $i > $i ).

thf(1,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( multiply @ ( multiply @ X @ Y ) @ Z )
      = ( multiply @ X @ ( multiply @ Y @ Z ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_multiply) ).

thf(2,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( add @ ( add @ X @ Y ) @ Z )
      = ( add @ X @ ( add @ Y @ Z ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_add) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ( multiply @ X @ Y )
      = ( multiply @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_multiply) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ( add @ X @ Y )
      = ( add @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_add) ).

thf(5,axiom,
    ! [X: $i,Y: $i] :
      ( ( add @ ( multiply @ X @ Y ) @ ( multiply @ X @ ( inverse @ Y ) ) )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b2) ).

thf(6,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( multiply @ ( multiply @ ( add @ X @ Y ) @ ( add @ Y @ Z ) ) @ Y )
      = Y ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l4) ).

thf(7,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( multiply @ X @ ( add @ Y @ ( add @ X @ Z ) ) )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l2) ).

thf(8,axiom,
    ! [X: $i,Y: $i] :
      ( ( multiply @ ( add @ X @ Y ) @ ( add @ X @ ( inverse @ Y ) ) )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b1) ).

thf(9,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( add @ ( add @ ( multiply @ X @ Y ) @ ( multiply @ Y @ Z ) ) @ Y )
      = Y ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l3) ).

thf(10,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( add @ X @ ( multiply @ Y @ ( multiply @ X @ Z ) ) )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l1) ).

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

thf(12,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[11]) ).

thf(13,negated_conjecture,
    ( multiply @ a @ ( add @ b @ c ) )
 != ( add @ ( multiply @ b @ a ) @ ( multiply @ c @ a ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_multiply_add_property) ).

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

thf(15,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ ( multiply @ X @ Y ) @ Z )
          = ( multiply @ X @ ( multiply @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(16,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( add @ ( add @ X @ Y ) @ Z )
          = ( add @ X @ ( add @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(17,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( multiply @ X @ Y )
          = ( multiply @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(18,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( add @ X @ Y )
          = ( add @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(19,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( add @ ( multiply @ X @ Y ) @ ( multiply @ X @ ( inverse @ Y ) ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(20,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ ( multiply @ ( add @ X @ Y ) @ ( add @ Y @ Z ) ) @ Y )
          = Y ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(21,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ X @ ( add @ Y @ ( add @ X @ Z ) ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(22,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( multiply @ ( add @ X @ Y ) @ ( add @ X @ ( inverse @ Y ) ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(23,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( add @ ( add @ ( multiply @ X @ Y ) @ ( multiply @ Y @ Z ) ) @ Y )
          = Y ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(24,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( add @ X @ ( multiply @ Y @ ( multiply @ X @ Z ) ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(25,plain,
    ( ( ( ( multiply @ a @ ( add @ b @ c ) )
       != ( add @ ( multiply @ b @ a ) @ ( multiply @ c @ a ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

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

thf(27,plain,
    ( ( ( ( multiply @ a @ ( add @ b @ c ) )
       != ( add @ ( multiply @ b @ a ) @ ( multiply @ c @ a ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(28,plain,
    ( ( ( ( multiply @ a @ ( add @ b @ c ) )
       != ( add @ ( multiply @ b @ a ) @ ( multiply @ c @ a ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(29,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( add @ X @ ( multiply @ Y @ ( multiply @ X @ Z ) ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(30,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( add @ ( add @ ( multiply @ X @ Y ) @ ( multiply @ Y @ Z ) ) @ Y )
          = Y ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(31,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( multiply @ ( add @ X @ Y ) @ ( add @ X @ ( inverse @ Y ) ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(32,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ X @ ( add @ Y @ ( add @ X @ Z ) ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ ( multiply @ ( add @ X @ Y ) @ ( add @ Y @ Z ) ) @ Y )
          = Y ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( add @ ( multiply @ X @ Y ) @ ( multiply @ X @ ( inverse @ Y ) ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( add @ X @ Y )
          = ( add @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(36,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( multiply @ X @ Y )
          = ( multiply @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(37,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( add @ ( add @ X @ Y ) @ Z )
          = ( add @ X @ ( add @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(38,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ ( multiply @ X @ Y ) @ Z )
          = ( multiply @ X @ ( multiply @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

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

thf(40,plain,
    ( ( ( multiply @ a @ ( add @ b @ c ) )
      = ( add @ ( multiply @ b @ a ) @ ( multiply @ c @ a ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[28]) ).

thf(41,plain,
    ! [SV1: $i] :
      ( ( ! [SY26: $i,SY27: $i] :
            ( ( add @ SV1 @ ( multiply @ SY26 @ ( multiply @ SV1 @ SY27 ) ) )
            = SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(42,plain,
    ! [SV2: $i] :
      ( ( ! [SY28: $i,SY29: $i] :
            ( ( add @ ( add @ ( multiply @ SV2 @ SY28 ) @ ( multiply @ SY28 @ SY29 ) ) @ SY28 )
            = SY28 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(43,plain,
    ! [SV3: $i] :
      ( ( ! [SY30: $i] :
            ( ( multiply @ ( add @ SV3 @ SY30 ) @ ( add @ SV3 @ ( inverse @ SY30 ) ) )
            = SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(44,plain,
    ! [SV4: $i] :
      ( ( ! [SY31: $i,SY32: $i] :
            ( ( multiply @ SV4 @ ( add @ SY31 @ ( add @ SV4 @ SY32 ) ) )
            = SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(45,plain,
    ! [SV5: $i] :
      ( ( ! [SY33: $i,SY34: $i] :
            ( ( multiply @ ( multiply @ ( add @ SV5 @ SY33 ) @ ( add @ SY33 @ SY34 ) ) @ SY33 )
            = SY33 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(46,plain,
    ! [SV6: $i] :
      ( ( ! [SY35: $i] :
            ( ( add @ ( multiply @ SV6 @ SY35 ) @ ( multiply @ SV6 @ ( inverse @ SY35 ) ) )
            = SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(47,plain,
    ! [SV7: $i] :
      ( ( ! [SY36: $i] :
            ( ( add @ SV7 @ SY36 )
            = ( add @ SY36 @ SV7 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(48,plain,
    ! [SV8: $i] :
      ( ( ! [SY37: $i] :
            ( ( multiply @ SV8 @ SY37 )
            = ( multiply @ SY37 @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(49,plain,
    ! [SV9: $i] :
      ( ( ! [SY38: $i,SY39: $i] :
            ( ( add @ ( add @ SV9 @ SY38 ) @ SY39 )
            = ( add @ SV9 @ ( add @ SY38 @ SY39 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[37]) ).

thf(50,plain,
    ! [SV10: $i] :
      ( ( ! [SY40: $i,SY41: $i] :
            ( ( multiply @ ( multiply @ SV10 @ SY40 ) @ SY41 )
            = ( multiply @ SV10 @ ( multiply @ SY40 @ SY41 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(51,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[39]) ).

thf(52,plain,
    ! [SV11: $i,SV1: $i] :
      ( ( ! [SY42: $i] :
            ( ( add @ SV1 @ ( multiply @ SV11 @ ( multiply @ SV1 @ SY42 ) ) )
            = SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(53,plain,
    ! [SV12: $i,SV2: $i] :
      ( ( ! [SY43: $i] :
            ( ( add @ ( add @ ( multiply @ SV2 @ SV12 ) @ ( multiply @ SV12 @ SY43 ) ) @ SV12 )
            = SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(54,plain,
    ! [SV13: $i,SV3: $i] :
      ( ( ( multiply @ ( add @ SV3 @ SV13 ) @ ( add @ SV3 @ ( inverse @ SV13 ) ) )
        = SV3 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[43]) ).

thf(55,plain,
    ! [SV14: $i,SV4: $i] :
      ( ( ! [SY44: $i] :
            ( ( multiply @ SV4 @ ( add @ SV14 @ ( add @ SV4 @ SY44 ) ) )
            = SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(56,plain,
    ! [SV15: $i,SV5: $i] :
      ( ( ! [SY45: $i] :
            ( ( multiply @ ( multiply @ ( add @ SV5 @ SV15 ) @ ( add @ SV15 @ SY45 ) ) @ SV15 )
            = SV15 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[45]) ).

thf(57,plain,
    ! [SV16: $i,SV6: $i] :
      ( ( ( add @ ( multiply @ SV6 @ SV16 ) @ ( multiply @ SV6 @ ( inverse @ SV16 ) ) )
        = SV6 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[46]) ).

thf(58,plain,
    ! [SV17: $i,SV7: $i] :
      ( ( ( add @ SV7 @ SV17 )
        = ( add @ SV17 @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(59,plain,
    ! [SV18: $i,SV8: $i] :
      ( ( ( multiply @ SV8 @ SV18 )
        = ( multiply @ SV18 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(60,plain,
    ! [SV19: $i,SV9: $i] :
      ( ( ! [SY46: $i] :
            ( ( add @ ( add @ SV9 @ SV19 ) @ SY46 )
            = ( add @ SV9 @ ( add @ SV19 @ SY46 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(61,plain,
    ! [SV20: $i,SV10: $i] :
      ( ( ! [SY47: $i] :
            ( ( multiply @ ( multiply @ SV10 @ SV20 ) @ SY47 )
            = ( multiply @ SV10 @ ( multiply @ SV20 @ SY47 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(62,plain,
    ! [SV21: $i,SV11: $i,SV1: $i] :
      ( ( ( add @ SV1 @ ( multiply @ SV11 @ ( multiply @ SV1 @ SV21 ) ) )
        = SV1 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(63,plain,
    ! [SV22: $i,SV12: $i,SV2: $i] :
      ( ( ( add @ ( add @ ( multiply @ SV2 @ SV12 ) @ ( multiply @ SV12 @ SV22 ) ) @ SV12 )
        = SV12 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(64,plain,
    ! [SV23: $i,SV14: $i,SV4: $i] :
      ( ( ( multiply @ SV4 @ ( add @ SV14 @ ( add @ SV4 @ SV23 ) ) )
        = SV4 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(65,plain,
    ! [SV24: $i,SV15: $i,SV5: $i] :
      ( ( ( multiply @ ( multiply @ ( add @ SV5 @ SV15 ) @ ( add @ SV15 @ SV24 ) ) @ SV15 )
        = SV15 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

thf(66,plain,
    ! [SV25: $i,SV19: $i,SV9: $i] :
      ( ( ( add @ ( add @ SV9 @ SV19 ) @ SV25 )
        = ( add @ SV9 @ ( add @ SV19 @ SV25 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(67,plain,
    ! [SV26: $i,SV20: $i,SV10: $i] :
      ( ( ( multiply @ ( multiply @ SV10 @ SV20 ) @ SV26 )
        = ( multiply @ SV10 @ ( multiply @ SV20 @ SV26 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(68,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[40,67,66,65,64,63,62,59,58,57,54,51]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : BOO028-1 : TPTP v8.1.0. Released v2.2.0.
% 0.04/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n018.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Wed Jun  1 20:31:29 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 11
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 0
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.35  (rf:0,axioms:11,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:13,loop_count:0,foatp_calls:0,translation:fof_full)...
% 6.71/6.88  
% 6.71/6.88  ********************************
% 6.71/6.88  *   All subproblems solved!    *
% 6.71/6.88  ********************************
% 6.71/6.88  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:11,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:68,loop_count:0,foatp_calls:1,translation:fof_full)
% 6.71/6.88  
% 6.71/6.88  %**** Beginning of derivation protocol ****
% 6.71/6.88  % SZS output start CNFRefutation
% See solution above
% 6.71/6.88  
% 6.71/6.88  %**** End of derivation protocol ****
% 6.71/6.88  %**** no. of clauses in derivation: 69 ****
% 6.71/6.88  %**** clause counter: 68 ****
% 6.71/6.88  
% 6.71/6.88  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:11,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:68,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------