TSTP Solution File: SET055+1 by PyRes---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : SET055+1 : TPTP v8.1.2. Bugfixed v5.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n002.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 May  9 17:38:59 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(reflexivity,axiom,
    X139 = X139,
    theory(equality) ).

fof(reflexivity_001,conjecture,
    ! [X] : X = X,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflexivity) ).

fof(c26,negated_conjecture,
    ~ ! [X] : X = X,
    inference(assume_negation,[status(cth)],[reflexivity]) ).

fof(c27,negated_conjecture,
    ? [X] : X != X,
    inference(fof_nnf,[status(thm)],[c26]) ).

fof(c28,negated_conjecture,
    ? [X2] : X2 != X2,
    inference(variable_rename,[status(thm)],[c27]) ).

fof(c29,negated_conjecture,
    skolem0001 != skolem0001,
    inference(skolemize,[status(esa)],[c28]) ).

cnf(c30,negated_conjecture,
    skolem0001 != skolem0001,
    inference(split_conjunct,[status(thm)],[c29]) ).

cnf(c259,plain,
    $false,
    inference(resolution,[status(thm)],[c30,reflexivity]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.13  % Problem  : SET055+1 : TPTP v8.1.2. Bugfixed v5.4.0.
% 0.11/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n002.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 : Wed May  8 18:27:08 EDT 2024
% 0.14/0.35  % CPUTime  : 
% 0.44/0.61  % Version:  1.5
% 0.44/0.61  % SZS status Theorem
% 0.44/0.61  % SZS output start CNFRefutation
% See solution above
% 0.44/0.61  
% 0.44/0.61  % Initial clauses    : 119
% 0.44/0.61  % Processed clauses  : 7
% 0.44/0.61  % Factors computed   : 0
% 0.44/0.61  % Resolvents computed: 2
% 0.44/0.61  % Tautologies deleted: 0
% 0.44/0.61  % Forward subsumed   : 1
% 0.44/0.61  % Backward subsumed  : 0
% 0.44/0.61  % -------- CPU Time ---------
% 0.44/0.61  % User time          : 0.244 s
% 0.44/0.61  % System time        : 0.017 s
% 0.44/0.61  % Total time         : 0.261 s
%------------------------------------------------------------------------------