TSTP Solution File: NUM697^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM697^1 : TPTP v8.1.2. Released v3.7.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.3yQCYZrTyY true

% Computer : n021.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 12:43:33 EDT 2023

% Result   : Theorem 0.20s 0.75s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   20 (   9 unt;   8 typ;   0 def)
%            Number of atoms       :   15 (   2 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   46 (   5   ~;   2   |;   0   &;  38   @)
%                                         (   0 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :    8 (   0   ^;   8   !;   0   ?;   8   :)

% Comments : 
%------------------------------------------------------------------------------
thf(nat_type,type,
    nat: $tType ).

thf(moreis_type,type,
    moreis: nat > nat > $o ).

thf(y_type,type,
    y: nat ).

thf(pl_type,type,
    pl: nat > nat > nat ).

thf(n_1_type,type,
    n_1: nat ).

thf(suc_type,type,
    suc: nat > nat ).

thf(more_type,type,
    more: nat > nat > $o ).

thf(x_type,type,
    x: nat ).

thf(satz25,axiom,
    ! [Xx: nat,Xy: nat] :
      ( ( more @ Xy @ Xx )
     => ( moreis @ Xy @ ( pl @ Xx @ n_1 ) ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: nat,X1: nat] :
      ( ( moreis @ X0 @ ( pl @ X1 @ n_1 ) )
      | ~ ( more @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[satz25]) ).

thf(satz4a,axiom,
    ! [Xx: nat] :
      ( ( pl @ Xx @ n_1 )
      = ( suc @ Xx ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: nat] :
      ( ( pl @ X0 @ n_1 )
      = ( suc @ X0 ) ),
    inference(cnf,[status(esa)],[satz4a]) ).

thf(zip_derived_cl4,plain,
    ! [X0: nat,X1: nat] :
      ( ( moreis @ X0 @ ( suc @ X1 ) )
      | ~ ( more @ X0 @ X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl1,zip_derived_cl2]) ).

thf(satz25a,conjecture,
    moreis @ y @ ( suc @ x ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( moreis @ y @ ( suc @ x ) ),
    inference('cnf.neg',[status(esa)],[satz25a]) ).

thf(zip_derived_cl3,plain,
    ~ ( moreis @ y @ ( suc @ x ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl5,plain,
    ~ ( more @ y @ x ),
    inference('sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl3]) ).

thf(m,axiom,
    more @ y @ x ).

thf(zip_derived_cl0,plain,
    more @ y @ x,
    inference(cnf,[status(esa)],[m]) ).

thf(zip_derived_cl7,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl5,zip_derived_cl0]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : NUM697^1 : TPTP v8.1.2. Released v3.7.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.3yQCYZrTyY true
% 0.13/0.34  % Computer : n021.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 : Fri Aug 25 10:27:41 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox2/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 HO mode
% 0.20/0.65  % Total configuration time : 828
% 0.20/0.65  % Estimated wc time : 1656
% 0.20/0.65  % Estimated cpu time (8 cpus) : 207.0
% 0.20/0.72  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.20/0.72  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.20/0.72  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.20/0.72  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 0.20/0.75  % Solved by lams/40_c.s.sh.
% 0.20/0.75  % done 3 iterations in 0.006s
% 0.20/0.75  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.20/0.75  % SZS output start Refutation
% See solution above
% 0.20/0.75  
% 0.20/0.75  
% 0.20/0.75  % Terminating...
% 1.12/0.85  % Runner terminated.
% 1.12/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------