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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM299+1 : TPTP v8.1.2. Released v3.1.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.eMkEpS1fKg true

% Computer : n029.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:39:48 EDT 2023

% Result   : Theorem 2.20s 0.95s
% Output   : Refutation 2.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   34 (  15 unt;  10 typ;   0 def)
%            Number of atoms       :   41 (   1 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  155 (  16   ~;  10   |;   4   &; 122   @)
%                                         (   1 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   6 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   :   22 (   0   ^;  22   !;   0   ?;  22   :)

% Comments : 
%------------------------------------------------------------------------------
thf(rdnn_type,type,
    rdnn: $i > $i ).

thf(n2_type,type,
    n2: $i ).

thf(rdn_neg_type,type,
    rdn_neg: $i > $i ).

thf(n4_type,type,
    n4: $i ).

thf(nn4_type,type,
    nn4: $i ).

thf(rdn_translate_type,type,
    rdn_translate: $i > $i > $o ).

thf(rdn_positive_less_type,type,
    rdn_positive_less: $i > $i > $o ).

thf(n3_type,type,
    n3: $i ).

thf(less_type,type,
    less: $i > $i > $o ).

thf(nn2_type,type,
    nn2: $i ).

thf(rdn_positive_less34,axiom,
    rdn_positive_less @ ( rdnn @ n3 ) @ ( rdnn @ n4 ) ).

thf(zip_derived_cl15,plain,
    rdn_positive_less @ ( rdnn @ n3 ) @ ( rdnn @ n4 ),
    inference(cnf,[status(esa)],[rdn_positive_less34]) ).

thf(rdn_positive_less23,axiom,
    rdn_positive_less @ ( rdnn @ n2 ) @ ( rdnn @ n3 ) ).

thf(zip_derived_cl14,plain,
    rdn_positive_less @ ( rdnn @ n2 ) @ ( rdnn @ n3 ),
    inference(cnf,[status(esa)],[rdn_positive_less23]) ).

thf(rdn_positive_less_transitivity,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( rdn_positive_less @ ( rdnn @ X ) @ ( rdnn @ Y ) )
        & ( rdn_positive_less @ ( rdnn @ Y ) @ ( rdnn @ Z ) ) )
     => ( rdn_positive_less @ ( rdnn @ X ) @ ( rdnn @ Z ) ) ) ).

thf(zip_derived_cl21,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( rdn_positive_less @ ( rdnn @ X0 ) @ ( rdnn @ X1 ) )
      | ~ ( rdn_positive_less @ ( rdnn @ X1 ) @ ( rdnn @ X2 ) )
      | ( rdn_positive_less @ ( rdnn @ X0 ) @ ( rdnn @ X2 ) ) ),
    inference(cnf,[status(esa)],[rdn_positive_less_transitivity]) ).

thf(zip_derived_cl1104,plain,
    ! [X0: $i] :
      ( ( rdn_positive_less @ ( rdnn @ n2 ) @ ( rdnn @ X0 ) )
      | ~ ( rdn_positive_less @ ( rdnn @ n3 ) @ ( rdnn @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl14,zip_derived_cl21]) ).

thf(zip_derived_cl1115,plain,
    rdn_positive_less @ ( rdnn @ n2 ) @ ( rdnn @ n4 ),
    inference('sup-',[status(thm)],[zip_derived_cl15,zip_derived_cl1104]) ).

thf(rdnn4,axiom,
    rdn_translate @ nn4 @ ( rdn_neg @ ( rdnn @ n4 ) ) ).

thf(zip_derived_cl11,plain,
    rdn_translate @ nn4 @ ( rdn_neg @ ( rdnn @ n4 ) ),
    inference(cnf,[status(esa)],[rdnn4]) ).

thf(less_entry_point_neg_neg,axiom,
    ! [X: $i,Y: $i,RDN_X: $i,RDN_Y: $i] :
      ( ( ( rdn_translate @ X @ ( rdn_neg @ RDN_X ) )
        & ( rdn_translate @ Y @ ( rdn_neg @ RDN_Y ) )
        & ( rdn_positive_less @ RDN_Y @ RDN_X ) )
     => ( less @ X @ Y ) ) ).

thf(zip_derived_cl27,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( less @ X0 @ X1 )
      | ~ ( rdn_translate @ X0 @ ( rdn_neg @ X2 ) )
      | ~ ( rdn_translate @ X1 @ ( rdn_neg @ X3 ) )
      | ~ ( rdn_positive_less @ X3 @ X2 ) ),
    inference(cnf,[status(esa)],[less_entry_point_neg_neg]) ).

thf(zip_derived_cl160,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( rdn_positive_less @ X0 @ ( rdnn @ n4 ) )
      | ~ ( rdn_translate @ X1 @ ( rdn_neg @ X0 ) )
      | ( less @ nn4 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl11,zip_derived_cl27]) ).

thf(zip_derived_cl1138,plain,
    ! [X0: $i] :
      ( ( less @ nn4 @ X0 )
      | ~ ( rdn_translate @ X0 @ ( rdn_neg @ ( rdnn @ n2 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1115,zip_derived_cl160]) ).

thf(nn2_not_less_nn4,conjecture,
    ~ ( less @ nn2 @ nn4 ) ).

thf(zf_stmt_0,negated_conjecture,
    less @ nn2 @ nn4,
    inference('cnf.neg',[status(esa)],[nn2_not_less_nn4]) ).

thf(zip_derived_cl126,plain,
    less @ nn2 @ nn4,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(less_property,axiom,
    ! [X: $i,Y: $i] :
      ( ( less @ X @ Y )
    <=> ( ~ ( less @ Y @ X )
        & ( Y != X ) ) ) ).

thf(zip_derived_cl28,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( less @ X0 @ X1 )
      | ~ ( less @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl129,plain,
    ~ ( less @ nn4 @ nn2 ),
    inference('sup-',[status(thm)],[zip_derived_cl126,zip_derived_cl28]) ).

thf(zip_derived_cl1214,plain,
    ~ ( rdn_translate @ nn2 @ ( rdn_neg @ ( rdnn @ n2 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1138,zip_derived_cl129]) ).

thf(rdnn2,axiom,
    rdn_translate @ nn2 @ ( rdn_neg @ ( rdnn @ n2 ) ) ).

thf(zip_derived_cl10,plain,
    rdn_translate @ nn2 @ ( rdn_neg @ ( rdnn @ n2 ) ),
    inference(cnf,[status(esa)],[rdnn2]) ).

thf(zip_derived_cl1216,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl1214,zip_derived_cl10]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : NUM299+1 : TPTP v8.1.2. Released v3.1.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.eMkEpS1fKg true
% 0.14/0.35  % Computer : n029.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Fri Aug 25 10:18:09 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.21/0.35  % Running in FO mode
% 0.21/0.63  % Total configuration time : 435
% 0.21/0.63  % Estimated wc time : 1092
% 0.21/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.67  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.69  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.69  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo1_lcnf.sh running for 50s
% 2.20/0.95  % Solved by fo/fo7.sh.
% 2.20/0.95  % done 584 iterations in 0.201s
% 2.20/0.95  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 2.20/0.95  % SZS output start Refutation
% See solution above
% 2.20/0.95  
% 2.20/0.95  
% 2.20/0.95  % Terminating...
% 2.50/1.04  % Runner terminated.
% 2.50/1.05  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------