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

View Problem - Process Solution

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

% Computer : n006.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:25 EDT 2023

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

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

thf(sk__2_type,type,
    sk__2: $i ).

thf(c_type,type,
    c: $i > $i ).

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

thf(test_type,type,
    test: $i > $o ).

thf(sk__4_type,type,
    sk__4: $i ).

thf(leq_type,type,
    leq: $i > $i > $o ).

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

thf(sk__1_type,type,
    sk__1: $i ).

thf(sk__3_type,type,
    sk__3: $i ).

thf(goals,conjecture,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( ( test @ X3 )
        & ( test @ X2 )
        & ( leq @ ( multiplication @ ( multiplication @ X2 @ X0 ) @ ( c @ X3 ) ) @ zero )
        & ( leq @ ( multiplication @ ( multiplication @ X2 @ X1 ) @ ( c @ X3 ) ) @ zero ) )
     => ( leq @ ( multiplication @ ( multiplication @ X2 @ ( addition @ X0 @ X1 ) ) @ ( c @ X3 ) ) @ zero ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X0: $i,X1: $i,X2: $i,X3: $i] :
        ( ( ( test @ X3 )
          & ( test @ X2 )
          & ( leq @ ( multiplication @ ( multiplication @ X2 @ X0 ) @ ( c @ X3 ) ) @ zero )
          & ( leq @ ( multiplication @ ( multiplication @ X2 @ X1 ) @ ( c @ X3 ) ) @ zero ) )
       => ( leq @ ( multiplication @ ( multiplication @ X2 @ ( addition @ X0 @ X1 ) ) @ ( c @ X3 ) ) @ zero ) ),
    inference('cnf.neg',[status(esa)],[goals]) ).

thf(zip_derived_cl24,plain,
    leq @ ( multiplication @ ( multiplication @ sk__3 @ sk__1 ) @ ( c @ sk__4 ) ) @ zero,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(order,axiom,
    ! [A: $i,B: $i] :
      ( ( leq @ A @ B )
    <=> ( ( addition @ A @ B )
        = B ) ) ).

thf(zip_derived_cl11,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( addition @ X1 @ X0 )
        = X0 )
      | ~ ( leq @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[order]) ).

thf(zip_derived_cl80,plain,
    ( ( addition @ ( multiplication @ ( multiplication @ sk__3 @ sk__1 ) @ ( c @ sk__4 ) ) @ zero )
    = zero ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl24,zip_derived_cl11]) ).

thf(multiplicative_associativity,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( multiplication @ B @ C ) )
      = ( multiplication @ ( multiplication @ A @ B ) @ C ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( multiplication @ X1 @ X2 ) )
      = ( multiplication @ ( multiplication @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[multiplicative_associativity]) ).

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

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

thf(zip_derived_cl398,plain,
    ( ( multiplication @ sk__3 @ ( multiplication @ sk__1 @ ( c @ sk__4 ) ) )
    = zero ),
    inference(demod,[status(thm)],[zip_derived_cl80,zip_derived_cl4,zip_derived_cl2]) ).

thf(zip_derived_cl12,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X0 @ X1 )
      | ( ( addition @ X0 @ X1 )
       != X1 ) ),
    inference(cnf,[status(esa)],[order]) ).

thf(zip_derived_cl22,plain,
    ~ ( leq @ ( multiplication @ ( multiplication @ sk__3 @ ( addition @ sk__1 @ sk__2 ) ) @ ( c @ sk__4 ) ) @ zero ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl75,plain,
    ( ( addition @ ( multiplication @ ( multiplication @ sk__3 @ ( addition @ sk__1 @ sk__2 ) ) @ ( c @ sk__4 ) ) @ zero )
   != zero ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl12,zip_derived_cl22]) ).

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

thf(zip_derived_cl127,plain,
    ( ( multiplication @ ( multiplication @ sk__3 @ ( addition @ sk__1 @ sk__2 ) ) @ ( c @ sk__4 ) )
   != zero ),
    inference(demod,[status(thm)],[zip_derived_cl75,zip_derived_cl2]) ).

thf(zip_derived_cl4_002,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( multiplication @ X1 @ X2 ) )
      = ( multiplication @ ( multiplication @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[multiplicative_associativity]) ).

thf(zip_derived_cl128,plain,
    ( ( multiplication @ sk__3 @ ( multiplication @ ( addition @ sk__1 @ sk__2 ) @ ( c @ sk__4 ) ) )
   != zero ),
    inference(demod,[status(thm)],[zip_derived_cl127,zip_derived_cl4]) ).

thf(left_distributivity,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ ( addition @ A @ B ) @ C )
      = ( addition @ ( multiplication @ A @ C ) @ ( multiplication @ B @ C ) ) ) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ ( addition @ X0 @ X2 ) @ X1 )
      = ( addition @ ( multiplication @ X0 @ X1 ) @ ( multiplication @ X2 @ X1 ) ) ),
    inference(cnf,[status(esa)],[left_distributivity]) ).

thf(right_distributivity,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( addition @ B @ C ) )
      = ( addition @ ( multiplication @ A @ B ) @ ( multiplication @ A @ C ) ) ) ).

thf(zip_derived_cl7,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( addition @ X1 @ X2 ) )
      = ( addition @ ( multiplication @ X0 @ X1 ) @ ( multiplication @ X0 @ X2 ) ) ),
    inference(cnf,[status(esa)],[right_distributivity]) ).

thf(zip_derived_cl269,plain,
    ( ( addition @ ( multiplication @ sk__3 @ ( multiplication @ sk__1 @ ( c @ sk__4 ) ) ) @ ( multiplication @ sk__3 @ ( multiplication @ sk__2 @ ( c @ sk__4 ) ) ) )
   != zero ),
    inference(demod,[status(thm)],[zip_derived_cl128,zip_derived_cl8,zip_derived_cl7]) ).

thf(zip_derived_cl23,plain,
    leq @ ( multiplication @ ( multiplication @ sk__3 @ sk__2 ) @ ( c @ sk__4 ) ) @ zero,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl11_003,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( addition @ X1 @ X0 )
        = X0 )
      | ~ ( leq @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[order]) ).

thf(zip_derived_cl76,plain,
    ( ( addition @ ( multiplication @ ( multiplication @ sk__3 @ sk__2 ) @ ( c @ sk__4 ) ) @ zero )
    = zero ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl23,zip_derived_cl11]) ).

thf(zip_derived_cl4_004,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( multiplication @ X1 @ X2 ) )
      = ( multiplication @ ( multiplication @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[multiplicative_associativity]) ).

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

thf(zip_derived_cl307,plain,
    ( ( multiplication @ sk__3 @ ( multiplication @ sk__2 @ ( c @ sk__4 ) ) )
    = zero ),
    inference(demod,[status(thm)],[zip_derived_cl76,zip_derived_cl4,zip_derived_cl2]) ).

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

thf(zip_derived_cl308,plain,
    ( ( multiplication @ sk__3 @ ( multiplication @ sk__1 @ ( c @ sk__4 ) ) )
   != zero ),
    inference(demod,[status(thm)],[zip_derived_cl269,zip_derived_cl307,zip_derived_cl2]) ).

thf(zip_derived_cl399,plain,
    $false,
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl398,zip_derived_cl308]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : KLE035+1 : TPTP v8.1.2. Released v4.0.0.
% 0.12/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.qbNWNfJ5ub true
% 0.15/0.34  % Computer : n006.cluster.edu
% 0.15/0.34  % Model    : x86_64 x86_64
% 0.15/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.34  % Memory   : 8042.1875MB
% 0.15/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.34  % CPULimit : 300
% 0.15/0.34  % WCLimit  : 300
% 0.15/0.34  % DateTime : Tue Aug 29 11:47:51 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.35  % Running in FO mode
% 0.22/0.64  % Total configuration time : 435
% 0.22/0.64  % Estimated wc time : 1092
% 0.22/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.69  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.22/0.72  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.22/0.73  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.22/0.74  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.59/0.75  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.59/0.75  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.59/0.76  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.89/0.78  % Solved by fo/fo3_bce.sh.
% 0.89/0.78  % BCE start: 27
% 0.89/0.78  % BCE eliminated: 0
% 0.89/0.78  % PE start: 27
% 0.89/0.78  logic: eq
% 0.89/0.78  % PE eliminated: -5
% 0.89/0.78  % done 93 iterations in 0.041s
% 0.89/0.78  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.89/0.78  % SZS output start Refutation
% See solution above
% 0.89/0.78  
% 0.89/0.78  
% 0.89/0.78  % Terminating...
% 0.89/0.85  % Runner terminated.
% 1.50/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------