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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KLE057+1 : 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.RwjYQPnQhd true

% Computer : n023.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:30 EDT 2023

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

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

thf(domain_type,type,
    domain: $i > $i ).

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

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

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

thf(zip_derived_cl19,plain,
    ( ( domain @ sk_ )
   != zero ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

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

thf(zip_derived_cl22,plain,
    ( ( domain @ zero )
   != zero ),
    inference(demod,[status(thm)],[zip_derived_cl19,zip_derived_cl18]) ).

thf(domain4,axiom,
    ( ( domain @ zero )
    = zero ) ).

thf(zip_derived_cl16,plain,
    ( ( domain @ zero )
    = zero ),
    inference(cnf,[status(esa)],[domain4]) ).

thf(zip_derived_cl23,plain,
    zero != zero,
    inference(demod,[status(thm)],[zip_derived_cl22,zip_derived_cl16]) ).

thf(zip_derived_cl24,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl23]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : KLE057+1 : TPTP v8.1.2. Released v4.0.0.
% 0.06/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.RwjYQPnQhd true
% 0.13/0.34  % Computer : n023.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 : Tue Aug 29 11:44:40 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % 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.55/0.65  % Total configuration time : 435
% 0.55/0.65  % Estimated wc time : 1092
% 0.55/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.55/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.55/0.72  % Solved by fo/fo6_bce.sh.
% 0.55/0.72  % BCE start: 20
% 0.55/0.72  % BCE eliminated: 2
% 0.55/0.72  % PE start: 18
% 0.55/0.72  logic: eq
% 0.55/0.72  % PE eliminated: 0
% 0.55/0.72  % done 4 iterations in 0.006s
% 0.55/0.72  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.55/0.72  % SZS output start Refutation
% See solution above
% 0.55/0.72  
% 0.55/0.72  
% 0.55/0.72  % Terminating...
% 0.55/0.75  % Runner terminated.
% 0.55/0.76  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------