TSTP Solution File: LAT388+1 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : LAT388+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n032.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 May 31 12:17:57 EDT 2023

% Result   : Theorem 0.08s 0.30s
% Output   : CNFRefutation 0.08s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    2
% Syntax   : Number of formulae    :    7 (   6 unt;   0 def)
%            Number of atoms       :    8 (   0 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :    4 (   3   ~;   0   |;   1   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :    4 (;   2   !;   2   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f30,hypothesis,
    ( aFixedPointOf0(xp,xf)
    & aSupremumOfIn0(xp,xT,xS) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f31,conjecture,
    ? [W0] : aSupremumOfIn0(W0,xT,xS),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f32,negated_conjecture,
    ~ ? [W0] : aSupremumOfIn0(W0,xT,xS),
    inference(negated_conjecture,[status(cth)],[f31]) ).

fof(f148,plain,
    aSupremumOfIn0(xp,xT,xS),
    inference(cnf_transformation,[status(esa)],[f30]) ).

fof(f149,plain,
    ! [W0] : ~ aSupremumOfIn0(W0,xT,xS),
    inference(pre_NNF_transformation,[status(esa)],[f32]) ).

fof(f150,plain,
    ! [X0] : ~ aSupremumOfIn0(X0,xT,xS),
    inference(cnf_transformation,[status(esa)],[f149]) ).

fof(f152,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f148,f150]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.08  % Problem  : LAT388+1 : TPTP v8.1.2. Released v4.0.0.
% 0.05/0.09  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.08/0.28  % Computer : n032.cluster.edu
% 0.08/0.28  % Model    : x86_64 x86_64
% 0.08/0.28  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.28  % Memory   : 8042.1875MB
% 0.08/0.28  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.28  % CPULimit : 300
% 0.08/0.28  % WCLimit  : 300
% 0.08/0.28  % DateTime : Tue May 30 09:23:00 EDT 2023
% 0.08/0.28  % CPUTime  : 
% 0.08/0.29  % Drodi V3.5.1
% 0.08/0.30  % Refutation found
% 0.08/0.30  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.08/0.30  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.08/0.30  % Elapsed time: 0.018830 seconds
% 0.08/0.30  % CPU time: 0.023827 seconds
% 0.08/0.30  % Memory used: 14.753 MB
%------------------------------------------------------------------------------