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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KLE051+1 : TPTP v8.1.2. Released v4.0.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.ThmA0Qimov true

% Computer : n010.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 05:38:29 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(sk__type,type,
    sk_: $i ).

thf(addition_type,type,
    addition: $i > $i > $i ).

thf(goals,conjecture,
    ! [X0: $i] :
      ( ( addition @ X0 @ X0 )
      = X0 ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X0: $i] :
        ( ( addition @ X0 @ X0 )
        = X0 ),
    inference('cnf.neg',[status(esa)],[goals]) ).

thf(zip_derived_cl18,plain,
    ( ( addition @ sk_ @ sk_ )
   != sk_ ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(additive_idempotence,axiom,
    ! [A: $i] :
      ( ( addition @ A @ A )
      = A ) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i] :
      ( ( addition @ X0 @ X0 )
      = X0 ),
    inference(cnf,[status(esa)],[additive_idempotence]) ).

thf(zip_derived_cl21,plain,
    sk_ != sk_,
    inference(demod,[status(thm)],[zip_derived_cl18,zip_derived_cl3]) ).

thf(zip_derived_cl22,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl21]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : KLE051+1 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.ThmA0Qimov true
% 0.13/0.35  % Computer : n010.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 : Tue Aug 29 11:33:04 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.36  % 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.74  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.77  % Solved by fo/fo6_bce.sh.
% 0.20/0.77  % BCE start: 19
% 0.20/0.77  % BCE eliminated: 2
% 0.20/0.77  % PE start: 17
% 0.20/0.77  logic: eq
% 0.20/0.77  % PE eliminated: 0
% 0.20/0.77  % done 1 iterations in 0.010s
% 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  % Terminating...
% 1.30/0.86  % Runner terminated.
% 1.57/0.87  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------