TSTP Solution File: CSR081+3 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : CSR081+3 : TPTP v8.1.2. Bugfixed v7.3.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.vt9k68Lsf7 true

% Computer : n020.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  : 300s
% DateTime : Wed Aug 30 22:06:30 EDT 2023

% Result   : Theorem 184.41s 27.19s
% Output   : Refutation 184.91s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   29
% Syntax   : Number of formulae    :   82 (  33 unt;  14 typ;   0 def)
%            Number of atoms       :  151 (   0 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  444 (  61   ~;  57   |;  13   &; 300   @)
%                                         (   0 <=>;  13  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  14 usr;   9 con; 0-2 aty)
%            Number of variables   :   53 (   0   ^;  53   !;   0   ?;  53   :)

% Comments : 
%------------------------------------------------------------------------------
thf(s__mother_type,type,
    s__mother: $i > $i > $o ).

thf(s__Bill7_1_type,type,
    s__Bill7_1: $i ).

thf(s__instance_type,type,
    s__instance: $i > $i > $o ).

thf(s__Man_type,type,
    s__Man: $i ).

thf(s__Woman_type,type,
    s__Woman: $i ).

thf(s__sibling_type,type,
    s__sibling: $i > $i > $o ).

thf(s__SetOrClass_type,type,
    s__SetOrClass: $i ).

thf(s__Female_type,type,
    s__Female: $i ).

thf(s__Bob7_1_type,type,
    s__Bob7_1: $i ).

thf(s__subclass_type,type,
    s__subclass: $i > $i > $o ).

thf(s__attribute_type,type,
    s__attribute: $i > $i > $o ).

thf(s__Jane7_1_type,type,
    s__Jane7_1: $i ).

thf(s__Organism_type,type,
    s__Organism: $i ).

thf(s__parent_type,type,
    s__parent: $i > $i > $o ).

thf(kb_SUMO_35758,axiom,
    ! [V__CHILD: $i,V__PARENT: $i] :
      ( ( ( s__instance @ V__PARENT @ s__Organism )
        & ( s__instance @ V__CHILD @ s__Organism ) )
     => ( ( ( s__parent @ V__CHILD @ V__PARENT )
          & ( s__attribute @ V__PARENT @ s__Female ) )
       => ( s__mother @ V__CHILD @ V__PARENT ) ) ) ).

thf(zip_derived_cl645,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( s__instance @ X0 @ s__Organism )
      | ~ ( s__instance @ X1 @ s__Organism )
      | ( s__mother @ X0 @ X1 )
      | ~ ( s__attribute @ X1 @ s__Female )
      | ~ ( s__parent @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[kb_SUMO_35758]) ).

thf(prove_from_ALL,conjecture,
    ( ( s__mother @ s__Bill7_1 @ s__Jane7_1 )
    & ( s__mother @ s__Bob7_1 @ s__Jane7_1 ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( s__mother @ s__Bill7_1 @ s__Jane7_1 )
      & ( s__mother @ s__Bob7_1 @ s__Jane7_1 ) ),
    inference('cnf.neg',[status(esa)],[prove_from_ALL]) ).

thf(zip_derived_cl869,plain,
    ( ~ ( s__mother @ s__Bill7_1 @ s__Jane7_1 )
    | ~ ( s__mother @ s__Bob7_1 @ s__Jane7_1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(local_4,axiom,
    s__mother @ s__Bill7_1 @ s__Jane7_1 ).

thf(zip_derived_cl867,plain,
    s__mother @ s__Bill7_1 @ s__Jane7_1,
    inference(cnf,[status(esa)],[local_4]) ).

thf(zip_derived_cl1250,plain,
    ~ ( s__mother @ s__Bob7_1 @ s__Jane7_1 ),
    inference(demod,[status(thm)],[zip_derived_cl869,zip_derived_cl867]) ).

thf(zip_derived_cl220931,plain,
    ( ~ ( s__parent @ s__Bob7_1 @ s__Jane7_1 )
    | ~ ( s__attribute @ s__Jane7_1 @ s__Female )
    | ~ ( s__instance @ s__Jane7_1 @ s__Organism )
    | ~ ( s__instance @ s__Bob7_1 @ s__Organism ) ),
    inference('sup-',[status(thm)],[zip_derived_cl645,zip_derived_cl1250]) ).

thf(local_1,axiom,
    s__instance @ s__Bill7_1 @ s__Man ).

thf(zip_derived_cl864,plain,
    s__instance @ s__Bill7_1 @ s__Man,
    inference(cnf,[status(esa)],[local_1]) ).

thf(kb_SUMO_72666,axiom,
    s__subclass @ s__Man @ s__Organism ).

thf(zip_derived_cl852,plain,
    s__subclass @ s__Man @ s__Organism,
    inference(cnf,[status(esa)],[kb_SUMO_72666]) ).

thf(kb_SUMO_26636,axiom,
    ! [V__X: $i,V__Y: $i,V__Z: $i] :
      ( ( ( s__instance @ V__Y @ s__SetOrClass )
        & ( s__instance @ V__X @ s__SetOrClass ) )
     => ( ( ( s__subclass @ V__X @ V__Y )
          & ( s__instance @ V__Z @ V__X ) )
       => ( s__instance @ V__Z @ V__Y ) ) ) ).

thf(zip_derived_cl415,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( s__subclass @ X0 @ X1 )
      | ~ ( s__instance @ X0 @ s__SetOrClass )
      | ~ ( s__instance @ X1 @ s__SetOrClass )
      | ( s__instance @ X2 @ X1 )
      | ~ ( s__instance @ X2 @ X0 ) ),
    inference(cnf,[status(esa)],[kb_SUMO_26636]) ).

thf(kb_SUMO_26635,axiom,
    ! [V__X: $i,V__Y: $i] :
      ( ( s__subclass @ V__X @ V__Y )
     => ( ( s__instance @ V__X @ s__SetOrClass )
        & ( s__instance @ V__Y @ s__SetOrClass ) ) ) ).

thf(zip_derived_cl413,plain,
    ! [X0: $i,X1: $i] :
      ( ( s__instance @ X0 @ s__SetOrClass )
      | ~ ( s__subclass @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[kb_SUMO_26635]) ).

thf(zip_derived_cl1496,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( s__instance @ X2 @ X0 )
      | ( s__instance @ X2 @ X1 )
      | ~ ( s__instance @ X1 @ s__SetOrClass )
      | ~ ( s__subclass @ X0 @ X1 ) ),
    inference(clc,[status(thm)],[zip_derived_cl415,zip_derived_cl413]) ).

thf(zip_derived_cl414,plain,
    ! [X0: $i,X1: $i] :
      ( ( s__instance @ X0 @ s__SetOrClass )
      | ~ ( s__subclass @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[kb_SUMO_26635]) ).

thf(zip_derived_cl1497,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( s__subclass @ X0 @ X1 )
      | ( s__instance @ X2 @ X1 )
      | ~ ( s__instance @ X2 @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl1496,zip_derived_cl414]) ).

thf(zip_derived_cl1540,plain,
    ! [X0: $i] :
      ( ~ ( s__instance @ X0 @ s__Man )
      | ( s__instance @ X0 @ s__Organism ) ),
    inference('sup-',[status(thm)],[zip_derived_cl852,zip_derived_cl1497]) ).

thf(zip_derived_cl4294,plain,
    s__instance @ s__Bill7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl864,zip_derived_cl1540]) ).

thf(local_3,axiom,
    s__instance @ s__Bob7_1 @ s__Man ).

thf(zip_derived_cl866,plain,
    s__instance @ s__Bob7_1 @ s__Man,
    inference(cnf,[status(esa)],[local_3]) ).

thf(zip_derived_cl1540_001,plain,
    ! [X0: $i] :
      ( ~ ( s__instance @ X0 @ s__Man )
      | ( s__instance @ X0 @ s__Organism ) ),
    inference('sup-',[status(thm)],[zip_derived_cl852,zip_derived_cl1497]) ).

thf(zip_derived_cl4295,plain,
    s__instance @ s__Bob7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl866,zip_derived_cl1540]) ).

thf(kb_SUMO_28164,axiom,
    ! [V__INST1: $i,V__INST2: $i] :
      ( ( ( s__instance @ V__INST2 @ s__Organism )
        & ( s__instance @ V__INST1 @ s__Organism ) )
     => ( ( s__sibling @ V__INST1 @ V__INST2 )
       => ( s__sibling @ V__INST2 @ V__INST1 ) ) ) ).

thf(zip_derived_cl476,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( s__instance @ X0 @ s__Organism )
      | ~ ( s__instance @ X1 @ s__Organism )
      | ( s__sibling @ X1 @ X0 )
      | ~ ( s__sibling @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[kb_SUMO_28164]) ).

thf(zip_derived_cl4372,plain,
    ! [X0: $i] :
      ( ~ ( s__sibling @ s__Bob7_1 @ X0 )
      | ( s__sibling @ X0 @ s__Bob7_1 )
      | ~ ( s__instance @ X0 @ s__Organism ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4295,zip_derived_cl476]) ).

thf(zip_derived_cl4806,plain,
    ( ( s__sibling @ s__Bill7_1 @ s__Bob7_1 )
    | ~ ( s__sibling @ s__Bob7_1 @ s__Bill7_1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4294,zip_derived_cl4372]) ).

thf(local_5,axiom,
    s__sibling @ s__Bob7_1 @ s__Bill7_1 ).

thf(zip_derived_cl868,plain,
    s__sibling @ s__Bob7_1 @ s__Bill7_1,
    inference(cnf,[status(esa)],[local_5]) ).

thf(zip_derived_cl4811,plain,
    s__sibling @ s__Bill7_1 @ s__Bob7_1,
    inference(demod,[status(thm)],[zip_derived_cl4806,zip_derived_cl868]) ).

thf(local_2,axiom,
    s__instance @ s__Jane7_1 @ s__Woman ).

thf(zip_derived_cl865,plain,
    s__instance @ s__Jane7_1 @ s__Woman,
    inference(cnf,[status(esa)],[local_2]) ).

thf(kb_SUMO_36736,axiom,
    s__subclass @ s__Woman @ s__Organism ).

thf(zip_derived_cl768,plain,
    s__subclass @ s__Woman @ s__Organism,
    inference(cnf,[status(esa)],[kb_SUMO_36736]) ).

thf(zip_derived_cl1497_002,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( s__subclass @ X0 @ X1 )
      | ( s__instance @ X2 @ X1 )
      | ~ ( s__instance @ X2 @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl1496,zip_derived_cl414]) ).

thf(zip_derived_cl1557,plain,
    ! [X0: $i] :
      ( ~ ( s__instance @ X0 @ s__Woman )
      | ( s__instance @ X0 @ s__Organism ) ),
    inference('sup-',[status(thm)],[zip_derived_cl768,zip_derived_cl1497]) ).

thf(zip_derived_cl4454,plain,
    s__instance @ s__Jane7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl865,zip_derived_cl1557]) ).

thf(zip_derived_cl4294_003,plain,
    s__instance @ s__Bill7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl864,zip_derived_cl1540]) ).

thf(kb_SUMO_35756,axiom,
    ! [V__ORG1: $i,V__ORG2: $i,V__PARENT: $i] :
      ( ( ( s__instance @ V__PARENT @ s__Organism )
        & ( s__instance @ V__ORG2 @ s__Organism )
        & ( s__instance @ V__ORG1 @ s__Organism ) )
     => ( ( ( s__sibling @ V__ORG1 @ V__ORG2 )
          & ( s__parent @ V__ORG1 @ V__PARENT ) )
       => ( s__parent @ V__ORG2 @ V__PARENT ) ) ) ).

thf(zip_derived_cl643,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( s__sibling @ X0 @ X1 )
      | ~ ( s__instance @ X0 @ s__Organism )
      | ~ ( s__instance @ X1 @ s__Organism )
      | ~ ( s__instance @ X2 @ s__Organism )
      | ( s__parent @ X1 @ X2 )
      | ~ ( s__parent @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[kb_SUMO_35756]) ).

thf(zip_derived_cl140985,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( s__parent @ s__Bill7_1 @ X0 )
      | ( s__parent @ X1 @ X0 )
      | ~ ( s__instance @ X0 @ s__Organism )
      | ~ ( s__instance @ X1 @ s__Organism )
      | ~ ( s__sibling @ s__Bill7_1 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4294,zip_derived_cl643]) ).

thf(zip_derived_cl141029,plain,
    ! [X0: $i] :
      ( ~ ( s__sibling @ s__Bill7_1 @ X0 )
      | ~ ( s__instance @ X0 @ s__Organism )
      | ( s__parent @ X0 @ s__Jane7_1 )
      | ~ ( s__parent @ s__Bill7_1 @ s__Jane7_1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4454,zip_derived_cl140985]) ).

thf(zip_derived_cl867_004,plain,
    s__mother @ s__Bill7_1 @ s__Jane7_1,
    inference(cnf,[status(esa)],[local_4]) ).

thf(zip_derived_cl4294_005,plain,
    s__instance @ s__Bill7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl864,zip_derived_cl1540]) ).

thf(kb_SUMO_26692,axiom,
    ! [V__ROW1: $i,V__ROW2: $i] :
      ( ( ( s__instance @ V__ROW2 @ s__Organism )
        & ( s__instance @ V__ROW1 @ s__Organism ) )
     => ( ( s__mother @ V__ROW1 @ V__ROW2 )
       => ( s__parent @ V__ROW1 @ V__ROW2 ) ) ) ).

thf(zip_derived_cl420,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( s__instance @ X0 @ s__Organism )
      | ~ ( s__instance @ X1 @ s__Organism )
      | ( s__parent @ X0 @ X1 )
      | ~ ( s__mother @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[kb_SUMO_26692]) ).

thf(zip_derived_cl4338,plain,
    ! [X0: $i] :
      ( ~ ( s__mother @ s__Bill7_1 @ X0 )
      | ( s__parent @ s__Bill7_1 @ X0 )
      | ~ ( s__instance @ X0 @ s__Organism ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4294,zip_derived_cl420]) ).

thf(zip_derived_cl4788,plain,
    ( ~ ( s__instance @ s__Jane7_1 @ s__Organism )
    | ( s__parent @ s__Bill7_1 @ s__Jane7_1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl867,zip_derived_cl4338]) ).

thf(zip_derived_cl4454_006,plain,
    s__instance @ s__Jane7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl865,zip_derived_cl1557]) ).

thf(zip_derived_cl4791,plain,
    s__parent @ s__Bill7_1 @ s__Jane7_1,
    inference(demod,[status(thm)],[zip_derived_cl4788,zip_derived_cl4454]) ).

thf(zip_derived_cl141071,plain,
    ! [X0: $i] :
      ( ~ ( s__sibling @ s__Bill7_1 @ X0 )
      | ~ ( s__instance @ X0 @ s__Organism )
      | ( s__parent @ X0 @ s__Jane7_1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl141029,zip_derived_cl4791]) ).

thf(zip_derived_cl141074,plain,
    ( ( s__parent @ s__Bob7_1 @ s__Jane7_1 )
    | ~ ( s__instance @ s__Bob7_1 @ s__Organism ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4811,zip_derived_cl141071]) ).

thf(zip_derived_cl4295_007,plain,
    s__instance @ s__Bob7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl866,zip_derived_cl1540]) ).

thf(zip_derived_cl141104,plain,
    s__parent @ s__Bob7_1 @ s__Jane7_1,
    inference(demod,[status(thm)],[zip_derived_cl141074,zip_derived_cl4295]) ).

thf(zip_derived_cl867_008,plain,
    s__mother @ s__Bill7_1 @ s__Jane7_1,
    inference(cnf,[status(esa)],[local_4]) ).

thf(zip_derived_cl4454_009,plain,
    s__instance @ s__Jane7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl865,zip_derived_cl1557]) ).

thf(kb_SUMO_35731,axiom,
    ! [V__MOTHER: $i,V__CHILD: $i] :
      ( ( ( s__instance @ V__CHILD @ s__Organism )
        & ( s__instance @ V__MOTHER @ s__Organism ) )
     => ( ( s__mother @ V__CHILD @ V__MOTHER )
       => ( s__attribute @ V__MOTHER @ s__Female ) ) ) ).

thf(zip_derived_cl638,plain,
    ! [X0: $i,X1: $i] :
      ( ( s__attribute @ X0 @ s__Female )
      | ~ ( s__instance @ X0 @ s__Organism )
      | ~ ( s__instance @ X1 @ s__Organism )
      | ~ ( s__mother @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[kb_SUMO_35731]) ).

thf(zip_derived_cl4642,plain,
    ! [X0: $i] :
      ( ~ ( s__mother @ X0 @ s__Jane7_1 )
      | ~ ( s__instance @ X0 @ s__Organism )
      | ( s__attribute @ s__Jane7_1 @ s__Female ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4454,zip_derived_cl638]) ).

thf(zip_derived_cl5430,plain,
    ( ( s__attribute @ s__Jane7_1 @ s__Female )
    | ~ ( s__instance @ s__Bill7_1 @ s__Organism ) ),
    inference('sup-',[status(thm)],[zip_derived_cl867,zip_derived_cl4642]) ).

thf(zip_derived_cl4294_010,plain,
    s__instance @ s__Bill7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl864,zip_derived_cl1540]) ).

thf(zip_derived_cl5433,plain,
    s__attribute @ s__Jane7_1 @ s__Female,
    inference(demod,[status(thm)],[zip_derived_cl5430,zip_derived_cl4294]) ).

thf(zip_derived_cl4454_011,plain,
    s__instance @ s__Jane7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl865,zip_derived_cl1557]) ).

thf(zip_derived_cl4295_012,plain,
    s__instance @ s__Bob7_1 @ s__Organism,
    inference('sup-',[status(thm)],[zip_derived_cl866,zip_derived_cl1540]) ).

thf(zip_derived_cl221028,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl220931,zip_derived_cl141104,zip_derived_cl5433,zip_derived_cl4454,zip_derived_cl4295]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : CSR081+3 : TPTP v8.1.2. Bugfixed v7.3.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.vt9k68Lsf7 true
% 0.13/0.34  % Computer : n020.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 07:17:59 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.21/0.63  % Total configuration time : 435
% 0.21/0.63  % Estimated wc time : 1092
% 0.21/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.72  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.74  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.74  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 26.95/4.48  % /export/starexec/sandbox/solver/bin/fo/fo1_lcnf.sh running for 50s
% 184.41/27.19  % Solved by fo/fo7.sh.
% 184.41/27.19  % done 6085 iterations in 26.382s
% 184.41/27.19  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 184.41/27.19  % SZS output start Refutation
% See solution above
% 184.91/27.19  
% 184.91/27.19  
% 184.91/27.19  % Terminating...
% 184.91/27.31  % Runner terminated.
% 184.91/27.33  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------