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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : ALG202+1 : TPTP v8.1.2. Released v2.7.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.NMH3VgNfjb true

% Computer : n002.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 : Wed Aug 30 17:12:07 EDT 2023

% Result   : Theorem 0.62s 0.82s
% Output   : Refutation 0.62s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   33 (   9 unt;   7 typ;   0 def)
%            Number of atoms       :   75 (  22 equ;   0 cnn)
%            Maximal formula atoms :   14 (   2 avg)
%            Number of connectives :  228 (  31   ~;  19   |;   8   &; 148   @)
%                                         (   0 <=>;  22  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   7 usr;   2 con; 0-2 aty)
%            Number of variables   :   32 (   0   ^;  32   !;   0   ?;  32   :)

% Comments : 
%------------------------------------------------------------------------------
thf(sorti1_type,type,
    sorti1: $i > $o ).

thf(sorti2_type,type,
    sorti2: $i > $o ).

thf(op2_type,type,
    op2: $i > $i > $i ).

thf(h_type,type,
    h: $i > $i ).

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

thf(op1_type,type,
    op1: $i > $i > $i ).

thf(j_type,type,
    j: $i > $i ).

thf(co1,conjecture,
    ( ( ! [U: $i] :
          ( ( sorti1 @ U )
         => ( sorti2 @ ( h @ U ) ) )
      & ! [V: $i] :
          ( ( sorti2 @ V )
         => ( sorti1 @ ( j @ V ) ) ) )
   => ~ ( ! [W: $i] :
            ( ( sorti1 @ W )
           => ! [X: $i] :
                ( ( sorti1 @ X )
               => ( ( h @ ( op1 @ W @ X ) )
                  = ( op2 @ ( h @ W ) @ ( h @ X ) ) ) ) )
        & ! [Y: $i] :
            ( ( sorti2 @ Y )
           => ! [Z: $i] :
                ( ( sorti2 @ Z )
               => ( ( j @ ( op2 @ Y @ Z ) )
                  = ( op1 @ ( j @ Y ) @ ( j @ Z ) ) ) ) )
        & ! [X1: $i] :
            ( ( sorti2 @ X1 )
           => ( ( h @ ( j @ X1 ) )
              = X1 ) )
        & ! [X2: $i] :
            ( ( sorti1 @ X2 )
           => ( ( j @ ( h @ X2 ) )
              = X2 ) ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( ! [U: $i] :
            ( ( sorti1 @ U )
           => ( sorti2 @ ( h @ U ) ) )
        & ! [V: $i] :
            ( ( sorti2 @ V )
           => ( sorti1 @ ( j @ V ) ) ) )
     => ~ ( ! [W: $i] :
              ( ( sorti1 @ W )
             => ! [X: $i] :
                  ( ( sorti1 @ X )
                 => ( ( h @ ( op1 @ W @ X ) )
                    = ( op2 @ ( h @ W ) @ ( h @ X ) ) ) ) )
          & ! [Y: $i] :
              ( ( sorti2 @ Y )
             => ! [Z: $i] :
                  ( ( sorti2 @ Z )
                 => ( ( j @ ( op2 @ Y @ Z ) )
                    = ( op1 @ ( j @ Y ) @ ( j @ Z ) ) ) ) )
          & ! [X1: $i] :
              ( ( sorti2 @ X1 )
             => ( ( h @ ( j @ X1 ) )
                = X1 ) )
          & ! [X2: $i] :
              ( ( sorti1 @ X2 )
             => ( ( j @ ( h @ X2 ) )
                = X2 ) ) ) ),
    inference('cnf.neg',[status(esa)],[co1]) ).

thf(zip_derived_cl6,plain,
    ! [X1: $i] :
      ( ( sorti1 @ ( j @ X1 ) )
      | ~ ( sorti2 @ X1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9,plain,
    ! [X6: $i] :
      ( ( ( h @ ( j @ X6 ) )
        = X6 )
      | ~ ( sorti2 @ X6 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(ax3,axiom,
    ! [U: $i] :
      ( ( sorti1 @ U )
     => ( ( op1 @ U @ U )
        = U ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i] :
      ( ( ( op1 @ X0 @ X0 )
        = X0 )
      | ~ ( sorti1 @ X0 ) ),
    inference(cnf,[status(esa)],[ax3]) ).

thf(zip_derived_cl8,plain,
    ! [X4: $i,X5: $i] :
      ( ~ ( sorti2 @ X4 )
      | ( ( j @ ( op2 @ X5 @ X4 ) )
        = ( op1 @ ( j @ X5 ) @ ( j @ X4 ) ) )
      | ~ ( sorti2 @ X5 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9_001,plain,
    ! [X6: $i] :
      ( ( ( h @ ( j @ X6 ) )
        = X6 )
      | ~ ( sorti2 @ X6 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl54,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( h @ ( op1 @ ( j @ X1 ) @ ( j @ X0 ) ) )
        = ( op2 @ X1 @ X0 ) )
      | ~ ( sorti2 @ X1 )
      | ~ ( sorti2 @ X0 )
      | ~ ( sorti2 @ ( op2 @ X1 @ X0 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl8,zip_derived_cl9]) ).

thf(ax2,axiom,
    ! [U: $i] :
      ( ( sorti2 @ U )
     => ! [V: $i] :
          ( ( sorti2 @ V )
         => ( sorti2 @ ( op2 @ U @ V ) ) ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( sorti2 @ X0 )
      | ( sorti2 @ ( op2 @ X1 @ X0 ) )
      | ~ ( sorti2 @ X1 ) ),
    inference(cnf,[status(esa)],[ax2]) ).

thf(zip_derived_cl78,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( sorti2 @ X0 )
      | ~ ( sorti2 @ X1 )
      | ( ( h @ ( op1 @ ( j @ X1 ) @ ( j @ X0 ) ) )
        = ( op2 @ X1 @ X0 ) ) ),
    inference(clc,[status(thm)],[zip_derived_cl54,zip_derived_cl1]) ).

thf(ax4,axiom,
    ~ ! [U: $i] :
        ( ( sorti2 @ U )
       => ( ( op2 @ U @ U )
          = U ) ) ).

thf(zip_derived_cl4,plain,
    ( ( op2 @ sk_ @ sk_ )
   != sk_ ),
    inference(cnf,[status(esa)],[ax4]) ).

thf(zip_derived_cl82,plain,
    ( ( ( h @ ( op1 @ ( j @ sk_ ) @ ( j @ sk_ ) ) )
     != sk_ )
    | ~ ( sorti2 @ sk_ )
    | ~ ( sorti2 @ sk_ ) ),
    inference('sup-',[status(thm)],[zip_derived_cl78,zip_derived_cl4]) ).

thf(zip_derived_cl3,plain,
    sorti2 @ sk_,
    inference(cnf,[status(esa)],[ax4]) ).

thf(zip_derived_cl3_002,plain,
    sorti2 @ sk_,
    inference(cnf,[status(esa)],[ax4]) ).

thf(zip_derived_cl85,plain,
    ( ( h @ ( op1 @ ( j @ sk_ ) @ ( j @ sk_ ) ) )
   != sk_ ),
    inference(demod,[status(thm)],[zip_derived_cl82,zip_derived_cl3,zip_derived_cl3]) ).

thf(zip_derived_cl92,plain,
    ( ( ( h @ ( j @ sk_ ) )
     != sk_ )
    | ~ ( sorti1 @ ( j @ sk_ ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl85]) ).

thf(zip_derived_cl93,plain,
    ( ( sk_ != sk_ )
    | ~ ( sorti2 @ sk_ )
    | ~ ( sorti1 @ ( j @ sk_ ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl9,zip_derived_cl92]) ).

thf(zip_derived_cl3_003,plain,
    sorti2 @ sk_,
    inference(cnf,[status(esa)],[ax4]) ).

thf(zip_derived_cl94,plain,
    ( ( sk_ != sk_ )
    | ~ ( sorti1 @ ( j @ sk_ ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl93,zip_derived_cl3]) ).

thf(zip_derived_cl95,plain,
    ~ ( sorti1 @ ( j @ sk_ ) ),
    inference(simplify,[status(thm)],[zip_derived_cl94]) ).

thf(zip_derived_cl97,plain,
    ~ ( sorti2 @ sk_ ),
    inference('sup-',[status(thm)],[zip_derived_cl6,zip_derived_cl95]) ).

thf(zip_derived_cl3_004,plain,
    sorti2 @ sk_,
    inference(cnf,[status(esa)],[ax4]) ).

thf(zip_derived_cl98,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl97,zip_derived_cl3]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.15  % Problem  : ALG202+1 : TPTP v8.1.2. Released v2.7.0.
% 0.04/0.16  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.NMH3VgNfjb true
% 0.15/0.38  % Computer : n002.cluster.edu
% 0.15/0.38  % Model    : x86_64 x86_64
% 0.15/0.38  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.38  % Memory   : 8042.1875MB
% 0.15/0.38  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.38  % CPULimit : 300
% 0.15/0.38  % WCLimit  : 300
% 0.15/0.38  % DateTime : Mon Aug 28 04:13:19 EDT 2023
% 0.15/0.38  % CPUTime  : 
% 0.15/0.38  % Running portfolio for 300 s
% 0.15/0.38  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.15/0.38  % Number of cores: 8
% 0.23/0.38  % Python version: Python 3.6.8
% 0.23/0.39  % Running in FO mode
% 0.60/0.70  % Total configuration time : 435
% 0.60/0.70  % Estimated wc time : 1092
% 0.60/0.70  % Estimated cpu time (7 cpus) : 156.0
% 0.60/0.76  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.60/0.78  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.61/0.78  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.61/0.78  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.61/0.78  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.61/0.79  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.61/0.79  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.62/0.82  % Solved by fo/fo3_bce.sh.
% 0.62/0.82  % BCE start: 11
% 0.62/0.82  % BCE eliminated: 0
% 0.62/0.82  % PE start: 11
% 0.62/0.82  logic: eq
% 0.62/0.82  % PE eliminated: 0
% 0.62/0.82  % done 20 iterations in 0.016s
% 0.62/0.82  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.62/0.82  % SZS output start Refutation
% See solution above
% 0.62/0.82  
% 0.62/0.82  
% 0.63/0.82  % Terminating...
% 0.63/0.90  % Runner terminated.
% 0.63/0.91  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------