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

View Problem - Process Solution

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

% Computer : n031.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 1.46s 0.82s
% Output   : Refutation 1.46s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   22 (  10 unt;   7 typ;   0 def)
%            Number of atoms       :   23 (   1 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   72 (   9   ~;   4   |;   2   &;  55   @)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   14 (   0   ^;  14   !;   0   ?;  14   :)

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

thf(rdn_pos_type,type,
    rdn_pos: $i > $i ).

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

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

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

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

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

thf(n2_not_less_nn2,conjecture,
    ~ ( less @ n2 @ nn2 ) ).

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

thf(zip_derived_cl143,plain,
    less @ n2 @ nn2,
    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_cl27,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( less @ X0 @ X1 )
      | ~ ( less @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[less_property]) ).

thf(zip_derived_cl282,plain,
    ~ ( less @ nn2 @ n2 ),
    inference('sup-',[status(thm)],[zip_derived_cl143,zip_derived_cl27]) ).

thf(rdn2,axiom,
    rdn_translate @ n2 @ ( rdn_pos @ ( rdnn @ n2 ) ) ).

thf(zip_derived_cl2,plain,
    rdn_translate @ n2 @ ( rdn_pos @ ( rdnn @ n2 ) ),
    inference(cnf,[status(esa)],[rdn2]) ).

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(less_entry_point_neg_pos,axiom,
    ! [X: $i,Y: $i,RDN_X: $i,RDN_Y: $i] :
      ( ( ( rdn_translate @ X @ ( rdn_neg @ RDN_X ) )
        & ( rdn_translate @ Y @ ( rdn_pos @ RDN_Y ) ) )
     => ( less @ X @ Y ) ) ).

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

thf(zip_derived_cl287,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( rdn_translate @ X1 @ ( rdn_pos @ X0 ) )
      | ( less @ nn2 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl10,zip_derived_cl25]) ).

thf(zip_derived_cl290,plain,
    less @ nn2 @ n2,
    inference('sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl287]) ).

thf(zip_derived_cl297,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl282,zip_derived_cl290]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : NUM298+1 : TPTP v8.1.2. Released v3.1.0.
% 0.14/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.dzY7LARfnm true
% 0.14/0.35  % Computer : n031.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 18:20:37 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.21/0.36  % Python version: Python 3.6.8
% 0.21/0.36  % Running in FO mode
% 0.22/0.59  % Total configuration time : 435
% 0.22/0.59  % Estimated wc time : 1092
% 0.22/0.59  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 1.15/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 1.15/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 1.15/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 1.15/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 1.15/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 1.15/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 1.46/0.82  % Solved by fo/fo3_bce.sh.
% 1.46/0.82  % BCE start: 144
% 1.46/0.82  % BCE eliminated: 107
% 1.46/0.82  % PE start: 37
% 1.46/0.82  logic: eq
% 1.46/0.82  % PE eliminated: 2
% 1.46/0.82  % done 24 iterations in 0.043s
% 1.46/0.82  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.46/0.82  % SZS output start Refutation
% See solution above
% 1.46/0.82  
% 1.46/0.82  
% 1.46/0.82  % Terminating...
% 2.07/0.93  % Runner terminated.
% 2.07/0.94  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------