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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KLE076+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.a6YWoyBJd5 true

% Computer : n017.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:34 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(multiplication_type,type,
    multiplication: $i > $i > $i ).

thf(sk__type,type,
    sk_: $i ).

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

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

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

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

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

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

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

thf(zip_derived_cl25,plain,
    ( ( domain @ ( multiplication @ sk_ @ zero ) )
   != zero ),
    inference(demod,[status(thm)],[zip_derived_cl18,zip_derived_cl16]) ).

thf(right_annihilation,axiom,
    ! [A: $i] :
      ( ( multiplication @ A @ zero )
      = zero ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ zero )
      = zero ),
    inference(cnf,[status(esa)],[right_annihilation]) ).

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

thf(zip_derived_cl26,plain,
    zero != zero,
    inference(demod,[status(thm)],[zip_derived_cl25,zip_derived_cl9,zip_derived_cl16]) ).

thf(zip_derived_cl27,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl26]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : KLE076+1 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.a6YWoyBJd5 true
% 0.15/0.35  % Computer : n017.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Tue Aug 29 11:03:28 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.15/0.35  % Running portfolio for 300 s
% 0.15/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.15/0.35  % Number of cores: 8
% 0.15/0.35  % Python version: Python 3.6.8
% 0.15/0.36  % Running in FO mode
% 0.21/0.66  % Total configuration time : 435
% 0.21/0.66  % Estimated wc time : 1092
% 0.21/0.66  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.72  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 1.16/0.73  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 1.20/0.75  % Solved by fo/fo6_bce.sh.
% 1.20/0.75  % BCE start: 19
% 1.20/0.75  % BCE eliminated: 2
% 1.20/0.75  % PE start: 17
% 1.20/0.75  logic: eq
% 1.20/0.75  % PE eliminated: 0
% 1.20/0.75  % done 5 iterations in 0.008s
% 1.20/0.75  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.20/0.75  % SZS output start Refutation
% See solution above
% 1.20/0.75  
% 1.20/0.75  
% 1.20/0.75  % Terminating...
% 1.38/0.86  % Runner terminated.
% 1.38/0.87  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------