TSTP Solution File: GEO057-3 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : GEO057-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n010.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:07:37 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
fof(f19,axiom,
    ! [U,V] : reflection(U,V) = extension(U,V,U,V),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f29,axiom,
    ! [V,U,W] : V = extension(U,V,W,W),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f33,negated_conjecture,
    u != reflection(u,u),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f56,plain,
    ! [X0,X1] : reflection(X0,X1) = extension(X0,X1,X0,X1),
    inference(cnf_transformation,[status(esa)],[f19]) ).

fof(f67,plain,
    ! [X0,X1,X2] : X0 = extension(X1,X0,X2,X2),
    inference(cnf_transformation,[status(esa)],[f29]) ).

fof(f72,plain,
    u != reflection(u,u),
    inference(cnf_transformation,[status(esa)],[f33]) ).

fof(f74,plain,
    ! [X0] : X0 = reflection(X0,X0),
    inference(paramodulation,[status(thm)],[f56,f67]) ).

fof(f76,plain,
    u != u,
    inference(backward_demodulation,[status(thm)],[f74,f72]) ).

fof(f77,plain,
    $false,
    inference(trivial_equality_resolution,[status(esa)],[f76]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO057-3 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n010.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue May 30 11:52:52 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.36  % Drodi V3.5.1
% 0.19/0.37  % Refutation found
% 0.19/0.37  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.19/0.37  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.20/0.59  % Elapsed time: 0.027261 seconds
% 0.20/0.59  % CPU time: 0.020484 seconds
% 0.20/0.59  % Memory used: 3.629 MB
%------------------------------------------------------------------------------