TSTP Solution File: NUM765^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM765^1 : TPTP v8.1.2. Released v3.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.jcHZieOYtm true

% Computer : n011.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 12:44:01 EDT 2023

% Result   : Theorem 1.02s 0.74s
% Output   : Refutation 1.02s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   39 (   9 unt;   8 typ;   0 def)
%            Number of atoms       :   62 (   0 equ;   0 cnn)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :  244 (  31   ~;  19   |;   0   &; 182   @)
%                                         (   0 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   6 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   5 con; 0-2 aty)
%            Number of variables   :   28 (   0   ^;  28   !;   0   ?;  28   :)

% Comments : 
%------------------------------------------------------------------------------
thf(frac_type,type,
    frac: $tType ).

thf(u_type,type,
    u: frac ).

thf(y_type,type,
    y: frac ).

thf(eq_type,type,
    eq: frac > frac > $o ).

thf(pf_type,type,
    pf: frac > frac > frac ).

thf(moref_type,type,
    moref: frac > frac > $o ).

thf(z_type,type,
    z: frac ).

thf(x_type,type,
    x: frac ).

thf(satz65a,axiom,
    ! [Xx: frac,Xy: frac,Xz: frac,Xu: frac] :
      ( ( ~ ( moref @ Xx @ Xy )
       => ( eq @ Xx @ Xy ) )
     => ( ( moref @ Xz @ Xu )
       => ( moref @ ( pf @ Xx @ Xz ) @ ( pf @ Xy @ Xu ) ) ) ) ).

thf(zip_derived_cl6,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac] :
      ( ~ ( eq @ X0 @ X1 )
      | ( moref @ ( pf @ X0 @ X2 ) @ ( pf @ X1 @ X3 ) )
      | ~ ( moref @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[satz65a]) ).

thf(satz66,conjecture,
    ( ~ ( moref @ ( pf @ x @ z ) @ ( pf @ y @ u ) )
   => ( eq @ ( pf @ x @ z ) @ ( pf @ y @ u ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ~ ( moref @ ( pf @ x @ z ) @ ( pf @ y @ u ) )
     => ( eq @ ( pf @ x @ z ) @ ( pf @ y @ u ) ) ),
    inference('cnf.neg',[status(esa)],[satz66]) ).

thf(zip_derived_cl8,plain,
    ~ ( moref @ ( pf @ x @ z ) @ ( pf @ y @ u ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl33,plain,
    ( ~ ( moref @ z @ u )
    | ~ ( eq @ x @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl6,zip_derived_cl8]) ).

thf(n,axiom,
    ( ~ ( moref @ z @ u )
   => ( eq @ z @ u ) ) ).

thf(zip_derived_cl1,plain,
    ( ( eq @ z @ u )
    | ( moref @ z @ u ) ),
    inference(cnf,[status(esa)],[n]) ).

thf(satz56,axiom,
    ! [Xx: frac,Xy: frac,Xz: frac,Xu: frac] :
      ( ( eq @ Xx @ Xy )
     => ( ( eq @ Xz @ Xu )
       => ( eq @ ( pf @ Xx @ Xz ) @ ( pf @ Xy @ Xu ) ) ) ) ).

thf(zip_derived_cl3,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac] :
      ( ~ ( eq @ X0 @ X1 )
      | ( eq @ ( pf @ X0 @ X2 ) @ ( pf @ X1 @ X3 ) )
      | ~ ( eq @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[satz56]) ).

thf(zip_derived_cl9,plain,
    ~ ( eq @ ( pf @ x @ z ) @ ( pf @ y @ u ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl10,plain,
    ( ~ ( eq @ z @ u )
    | ~ ( eq @ x @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl3,zip_derived_cl9]) ).

thf(zip_derived_cl12,plain,
    ( ( moref @ z @ u )
    | ~ ( eq @ x @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1,zip_derived_cl10]) ).

thf(m,axiom,
    ( ~ ( moref @ x @ y )
   => ( eq @ x @ y ) ) ).

thf(zip_derived_cl0,plain,
    ( ( eq @ x @ y )
    | ( moref @ x @ y ) ),
    inference(cnf,[status(esa)],[m]) ).

thf(zip_derived_cl14,plain,
    ( ( moref @ z @ u )
    | ( moref @ x @ y ) ),
    inference('sup+',[status(thm)],[zip_derived_cl12,zip_derived_cl0]) ).

thf(zip_derived_cl1_001,plain,
    ( ( eq @ z @ u )
    | ( moref @ z @ u ) ),
    inference(cnf,[status(esa)],[n]) ).

thf(satz65b,axiom,
    ! [Xx: frac,Xy: frac,Xz: frac,Xu: frac] :
      ( ( moref @ Xx @ Xy )
     => ( ( ~ ( moref @ Xz @ Xu )
         => ( eq @ Xz @ Xu ) )
       => ( moref @ ( pf @ Xx @ Xz ) @ ( pf @ Xy @ Xu ) ) ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac] :
      ( ~ ( moref @ X0 @ X1 )
      | ( moref @ ( pf @ X0 @ X2 ) @ ( pf @ X1 @ X3 ) )
      | ~ ( eq @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[satz65b]) ).

thf(zip_derived_cl8_002,plain,
    ~ ( moref @ ( pf @ x @ z ) @ ( pf @ y @ u ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl22,plain,
    ( ~ ( eq @ z @ u )
    | ~ ( moref @ x @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl5,zip_derived_cl8]) ).

thf(zip_derived_cl24,plain,
    ( ( moref @ z @ u )
    | ~ ( moref @ x @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1,zip_derived_cl22]) ).

thf(zip_derived_cl4,plain,
    ! [X0: frac,X1: frac,X2: frac,X3: frac] :
      ( ~ ( moref @ X0 @ X1 )
      | ( moref @ ( pf @ X0 @ X2 ) @ ( pf @ X1 @ X3 ) )
      | ~ ( moref @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[satz65b]) ).

thf(zip_derived_cl8_003,plain,
    ~ ( moref @ ( pf @ x @ z ) @ ( pf @ y @ u ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl18,plain,
    ( ~ ( moref @ z @ u )
    | ~ ( moref @ x @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl8]) ).

thf(zip_derived_cl26,plain,
    ~ ( moref @ x @ y ),
    inference(clc,[status(thm)],[zip_derived_cl24,zip_derived_cl18]) ).

thf(zip_derived_cl28,plain,
    moref @ z @ u,
    inference(demod,[status(thm)],[zip_derived_cl14,zip_derived_cl26]) ).

thf(zip_derived_cl0_004,plain,
    ( ( eq @ x @ y )
    | ( moref @ x @ y ) ),
    inference(cnf,[status(esa)],[m]) ).

thf(zip_derived_cl26_005,plain,
    ~ ( moref @ x @ y ),
    inference(clc,[status(thm)],[zip_derived_cl24,zip_derived_cl18]) ).

thf(zip_derived_cl27,plain,
    eq @ x @ y,
    inference(demod,[status(thm)],[zip_derived_cl0,zip_derived_cl26]) ).

thf(zip_derived_cl35,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl33,zip_derived_cl28,zip_derived_cl27]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : NUM765^1 : TPTP v8.1.2. Released v3.7.0.
% 0.07/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.jcHZieOYtm true
% 0.15/0.35  % Computer : n011.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 : Fri Aug 25 08:35:23 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.36  % Python version: Python 3.6.8
% 0.15/0.36  % Running in HO mode
% 0.22/0.62  % Total configuration time : 828
% 0.22/0.62  % Estimated wc time : 1656
% 0.22/0.62  % Estimated cpu time (8 cpus) : 207.0
% 0.95/0.70  % /export/starexec/sandbox/solver/bin/lams/40_c.s.sh running for 80s
% 0.95/0.70  % /export/starexec/sandbox/solver/bin/lams/35_full_unif4.sh running for 80s
% 1.02/0.72  % /export/starexec/sandbox/solver/bin/lams/40_c_ic.sh running for 80s
% 1.02/0.73  % /export/starexec/sandbox/solver/bin/lams/15_e_short1.sh running for 30s
% 1.02/0.74  % Solved by lams/40_c.s.sh.
% 1.02/0.74  % done 25 iterations in 0.017s
% 1.02/0.74  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.02/0.74  % SZS output start Refutation
% See solution above
% 1.02/0.74  
% 1.02/0.74  
% 1.02/0.74  % Terminating...
% 1.34/0.84  % Runner terminated.
% 1.34/0.85  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------