TSTP Solution File: NUM343+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM343+1 : TPTP v8.1.2. Released v3.1.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.vbLKGUDiMF true

% Computer : n013.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:39:57 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(n1_type,type,
    n1: $i ).

thf(nn1_type,type,
    nn1: $i ).

thf(n21_type,type,
    n21: $i ).

thf(sum_type,type,
    sum: $i > $i > $i > $o ).

thf(less_type,type,
    less: $i > $i > $o ).

thf(less_property,axiom,
    ! [X: $i,Y: $i] :
      ( ( less @ X @ Y )
    <=> ( ~ ( less @ Y @ X )
        & ( Y != X ) ) ) ).

thf(zip_derived_cl29,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 != X0 )
      | ~ ( less @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(sum_something_n0_samething,conjecture,
    ? [X: $i] :
      ( ( ( less @ nn1 @ X )
        & ( less @ X @ n1 ) )
     => ( sum @ n21 @ X @ n21 ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ? [X: $i] :
        ( ( ( less @ nn1 @ X )
          & ( less @ X @ n1 ) )
       => ( sum @ n21 @ X @ n21 ) ),
    inference('cnf.neg',[status(esa)],[sum_something_n0_samething]) ).

thf(zip_derived_cl150,plain,
    ! [X1: $i] : ( less @ X1 @ n1 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl556,plain,
    ! [X0: $i] : ( n1 != X0 ),
    inference('sup+',[status(thm)],[zip_derived_cl29,zip_derived_cl150]) ).

thf(zip_derived_cl560,plain,
    $false,
    inference(eq_res,[status(thm)],[zip_derived_cl556]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : NUM343+1 : TPTP v8.1.2. Released v3.1.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.vbLKGUDiMF true
% 0.13/0.34  % Computer : n013.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.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri Aug 25 11:40:02 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 FO mode
% 0.21/0.64  % Total configuration time : 435
% 0.21/0.64  % Estimated wc time : 1092
% 0.21/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.78  % Solved by fo/fo3_bce.sh.
% 0.21/0.78  % BCE start: 152
% 0.21/0.78  % BCE eliminated: 5
% 0.21/0.78  % PE start: 147
% 0.21/0.78  logic: eq
% 0.21/0.78  % PE eliminated: 2
% 0.21/0.78  % done 4 iterations in 0.042s
% 0.21/0.78  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.21/0.78  % SZS output start Refutation
% See solution above
% 0.21/0.78  
% 0.21/0.78  
% 0.21/0.78  % Terminating...
% 1.29/0.85  % Runner terminated.
% 1.29/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------