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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SEU303+3 : TPTP v8.1.2. Released v3.2.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.ukYCaRoECo true

% 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  : 300s
% DateTime : Thu Aug 31 19:11:59 EDT 2023

% Result   : Theorem 0.20s 0.77s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   21 (   5 unt;   7 typ;   0 def)
%            Number of atoms       :   37 (   2 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :   96 (  16   ~;  13   |;   4   &;  57   @)
%                                         (   0 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   7 usr;   2 con; 0-2 aty)
%            Number of variables   :   10 (   0   ^;  10   !;   0   ?;  10   :)

% Comments : 
%------------------------------------------------------------------------------
thf(finite_type,type,
    finite: $i > $o ).

thf(relation_rng_type,type,
    relation_rng: $i > $i ).

thf(relation_image_type,type,
    relation_image: $i > $i > $i ).

thf(relation_dom_type,type,
    relation_dom: $i > $i ).

thf(function_type,type,
    function: $i > $o ).

thf(relation_type,type,
    relation: $i > $o ).

thf(sk__26_type,type,
    sk__26: $i ).

thf(t146_relat_1,axiom,
    ! [A: $i] :
      ( ( relation @ A )
     => ( ( relation_image @ A @ ( relation_dom @ A ) )
        = ( relation_rng @ A ) ) ) ).

thf(zip_derived_cl139,plain,
    ! [X0: $i] :
      ( ( ( relation_image @ X0 @ ( relation_dom @ X0 ) )
        = ( relation_rng @ X0 ) )
      | ~ ( relation @ X0 ) ),
    inference(cnf,[status(esa)],[t146_relat_1]) ).

thf(fc13_finset_1,axiom,
    ! [A: $i,B: $i] :
      ( ( ( relation @ A )
        & ( function @ A )
        & ( finite @ B ) )
     => ( finite @ ( relation_image @ A @ B ) ) ) ).

thf(zip_derived_cl29,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( function @ X0 )
      | ~ ( relation @ X0 )
      | ~ ( finite @ X1 )
      | ( finite @ ( relation_image @ X0 @ X1 ) ) ),
    inference(cnf,[status(esa)],[fc13_finset_1]) ).

thf(zip_derived_cl1179,plain,
    ! [X0: $i] :
      ( ~ ( relation @ X0 )
      | ~ ( function @ X0 )
      | ~ ( relation @ X0 )
      | ~ ( finite @ ( relation_dom @ X0 ) )
      | ( finite @ ( relation_rng @ X0 ) ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl139,zip_derived_cl29]) ).

thf(zip_derived_cl1181,plain,
    ! [X0: $i] :
      ( ( finite @ ( relation_rng @ X0 ) )
      | ~ ( finite @ ( relation_dom @ X0 ) )
      | ~ ( function @ X0 )
      | ~ ( relation @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl1179]) ).

thf(t26_finset_1,conjecture,
    ! [A: $i] :
      ( ( ( relation @ A )
        & ( function @ A ) )
     => ( ( finite @ ( relation_dom @ A ) )
       => ( finite @ ( relation_rng @ A ) ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [A: $i] :
        ( ( ( relation @ A )
          & ( function @ A ) )
       => ( ( finite @ ( relation_dom @ A ) )
         => ( finite @ ( relation_rng @ A ) ) ) ),
    inference('cnf.neg',[status(esa)],[t26_finset_1]) ).

thf(zip_derived_cl144,plain,
    ~ ( finite @ ( relation_rng @ sk__26 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1182,plain,
    ( ~ ( relation @ sk__26 )
    | ~ ( function @ sk__26 )
    | ~ ( finite @ ( relation_dom @ sk__26 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl1181,zip_derived_cl144]) ).

thf(zip_derived_cl142,plain,
    relation @ sk__26,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl143,plain,
    function @ sk__26,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl145,plain,
    finite @ ( relation_dom @ sk__26 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1185,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl1182,zip_derived_cl142,zip_derived_cl143,zip_derived_cl145]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SEU303+3 : TPTP v8.1.2. Released v3.2.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.ukYCaRoECo true
% 0.13/0.34  % Computer : n029.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 : Wed Aug 23 15:21:07 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.20/0.64  % Total configuration time : 435
% 0.20/0.64  % Estimated wc time : 1092
% 0.20/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.71  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.20/0.76  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.20/0.77  % Solved by fo/fo6_bce.sh.
% 0.20/0.77  % BCE start: 154
% 0.20/0.77  % BCE eliminated: 19
% 0.20/0.77  % PE start: 135
% 0.20/0.77  logic: eq
% 0.20/0.77  % PE eliminated: 5
% 0.20/0.77  % done 153 iterations in 0.042s
% 0.20/0.77  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.20/0.77  % SZS output start Refutation
% See solution above
% 0.20/0.77  
% 0.20/0.77  
% 0.20/0.77  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.20/0.77  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.20/0.77  % Terminating...
% 1.16/0.84  % Runner terminated.
% 1.16/0.85  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------