TSTP Solution File: SYO315^5 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO315^5 : 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.d77FaW92F1 true

% Computer : n007.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 : Fri Sep  1 05:50:41 EDT 2023

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

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

thf(z_type,type,
    z: $i ).

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

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

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

thf(cSILLYWFF,conjecture,
    ( ? [Xp: $i > $o,Xq: $i > $o,Xx: $i,Xy: $i] :
        ( ~ ( Xq @ z )
        & ( Xq @ Xy )
        & ~ ( Xp @ Xy )
        & ( Xp @ Xx ) )
   => ? [Xp: $i > $o,Xq: $i > $o,Xx: $i,Xy: $i] :
        ( ~ ( Xp @ Xy )
        & ( Xp @ Xx )
        & ( Xq @ Xy )
        & ~ ( Xq @ z ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ? [Xp: $i > $o,Xq: $i > $o,Xx: $i,Xy: $i] :
          ( ~ ( Xq @ z )
          & ( Xq @ Xy )
          & ~ ( Xp @ Xy )
          & ( Xp @ Xx ) )
     => ? [Xp: $i > $o,Xq: $i > $o,Xx: $i,Xy: $i] :
          ( ~ ( Xp @ Xy )
          & ( Xp @ Xx )
          & ( Xq @ Xy )
          & ~ ( Xq @ z ) ) ),
    inference('cnf.neg',[status(esa)],[cSILLYWFF]) ).

thf(zip_derived_cl3,plain,
    sk__1 @ sk__3,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1,plain,
    sk_ @ sk__2,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i > $o,X1: $i,X2: $i > $o,X3: $i] :
      ( ~ ( X0 @ X1 )
      | ( X2 @ z )
      | ~ ( X2 @ X3 )
      | ( X0 @ X3 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl24,plain,
    ! [X0: $i > $o,X1: $i,X2: $i] :
      ( ( X0 @ X1 )
      | ~ ( X0 @ X2 )
      | ( ^ [Y0: $i] : ( Y0 = X1 )
        @ z ) ),
    inference(ho_elim_pred,[status(thm)],[zip_derived_cl4]) ).

thf(zip_derived_cl58,plain,
    ! [X0: $i > $o,X1: $i,X2: $i] :
      ( ( X0 @ X1 )
      | ~ ( X0 @ X2 )
      | ( z = X1 ) ),
    inference(ho_norm,[status(thm)],[zip_derived_cl24]) ).

thf(zip_derived_cl59,plain,
    ! [X0: $i > $o,X1: $i,X2: $i] :
      ( ( X0 @ X1 )
      | ~ ( X0 @ X2 )
      | ( z = X1 ) ),
    inference('simplify nested equalities',[status(thm)],[zip_derived_cl58]) ).

thf(zip_derived_cl130,plain,
    ! [X0: $i] :
      ( ( z = X0 )
      | ( ^ [Y0: $i] :
            ( sk_
            @ ( ^ [Y1: $i] : Y1
              @ Y0 ) )
        @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1,zip_derived_cl59]) ).

thf(zip_derived_cl138,plain,
    ! [X0: $i] :
      ( ( z = X0 )
      | ( sk_ @ X0 ) ),
    inference(ho_norm,[status(thm)],[zip_derived_cl130]) ).

thf(zip_derived_cl2,plain,
    ~ ( sk_ @ sk__3 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl161,plain,
    z = sk__3,
    inference('sup-',[status(thm)],[zip_derived_cl138,zip_derived_cl2]) ).

thf(zip_derived_cl0,plain,
    ~ ( sk__1 @ z ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl187,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl3,zip_derived_cl161,zip_derived_cl0]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SYO315^5 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.d77FaW92F1 true
% 0.15/0.36  % Computer : n007.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Sat Aug 26 03:07:41 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.15/0.36  % Running portfolio for 300 s
% 0.15/0.36  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.15/0.36  % Number of cores: 8
% 0.15/0.36  % Python version: Python 3.6.8
% 0.15/0.36  % Running in HO mode
% 0.23/0.66  % Total configuration time : 828
% 0.23/0.66  % Estimated wc time : 1656
% 0.23/0.66  % Estimated cpu time (8 cpus) : 207.0
% 0.23/0.73  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.23/0.76  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.23/0.76  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 1.39/0.77  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 1.39/0.77  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 1.39/0.77  % /export/starexec/sandbox2/solver/bin/lams/40_b.comb.sh running for 70s
% 1.39/0.77  % /export/starexec/sandbox2/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 1.39/0.77  % /export/starexec/sandbox2/solver/bin/lams/30_sp5.sh running for 60s
% 1.39/0.79  % Solved by lams/40_c.s.sh.
% 1.39/0.79  % done 8 iterations in 0.039s
% 1.39/0.79  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.39/0.79  % SZS output start Refutation
% See solution above
% 1.39/0.79  
% 1.39/0.79  
% 1.39/0.80  % Terminating...
% 1.63/0.86  % Runner terminated.
% 1.63/0.87  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------