TSTP Solution File: SYN986+1.000 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYN986+1.000 : TPTP v8.1.2. Released v4.0.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.GhWq0bmTq6 true

% Computer : n022.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 : Fri Sep  1 04:06:31 EDT 2023

% Result   : Theorem 0.21s 0.76s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    5
% Syntax   : Number of formulae    :    9 (   6 unt;   3 typ;   0 def)
%            Number of atoms       :    6 (   0 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :   19 (   2   ~;   0   |;   0   &;  17   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    4 (   4   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    4 (   3 usr;   2 con; 0-3 aty)
%            Number of variables   :    5 (   0   ^;   3   !;   2   ?;   5   :)

% Comments : 
%------------------------------------------------------------------------------
thf(succ_type,type,
    succ: $i > $i ).

thf(zero_type,type,
    zero: $i ).

thf(r_type,type,
    r: $i > $i > $i > $o ).

thf(hyp1,axiom,
    ! [Y: $i] : ( r @ Y @ zero @ ( succ @ Y ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i] : ( r @ X0 @ zero @ ( succ @ X0 ) ),
    inference(cnf,[status(esa)],[hyp1]) ).

thf(ck,conjecture,
    ? [Z0: $i] : ( r @ zero @ zero @ Z0 ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ? [Z0: $i] : ( r @ zero @ zero @ Z0 ),
    inference('cnf.neg',[status(esa)],[ck]) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i] :
      ~ ( r @ zero @ zero @ X0 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl3,plain,
    $false,
    inference('dp-resolution',[status(thm)],[zip_derived_cl0,zip_derived_cl2]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SYN986+1.000 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.GhWq0bmTq6 true
% 0.13/0.35  % Computer : n022.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sat Aug 26 21:37:25 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.36  % Python version: Python 3.6.8
% 0.13/0.36  % Running in FO mode
% 0.21/0.69  % Total configuration time : 435
% 0.21/0.69  % Estimated wc time : 1092
% 0.21/0.69  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.76  % Solved by fo/fo6_bce.sh.
% 0.21/0.76  % BCE start: 3
% 0.21/0.76  % BCE eliminated: 1
% 0.21/0.76  % PE start: 2
% 0.21/0.76  logic: neq
% 0.21/0.76  % PE eliminated: 1
% 0.21/0.76  % done 0 iterations in 0.004s
% 0.21/0.76  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.21/0.76  % SZS output start Refutation
% See solution above
% 0.21/0.76  
% 0.21/0.76  
% 0.21/0.76  % Terminating...
% 1.06/0.78  % Runner terminated.
% 1.06/0.79  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------