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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : SYN001+1 : TPTP v8.1.2. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n004.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:46:53 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(pel2,conjecture,
    ( ~ ~ p
  <=> p ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel2) ).

fof(c0,negated_conjecture,
    ~ ( ~ ~ p
    <=> p ),
    inference(assume_negation,[status(cth)],[pel2]) ).

fof(c1,negated_conjecture,
    $false,
    inference(fof_simplification,[status(thm)],[c0]) ).

cnf(c2,negated_conjecture,
    $false,
    inference(split_conjunct,[status(thm)],[c1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.14  % Problem  : SYN001+1 : TPTP v8.1.2. Released v2.0.0.
% 0.04/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.36  % Computer : n004.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Wed May  8 19:46:38 EDT 2024
% 0.14/0.36  % CPUTime  : 
% 0.39/0.55  % Version:  1.5
% 0.39/0.55  % SZS status Theorem
% 0.39/0.55  % SZS output start CNFRefutation
% See solution above
% 0.39/0.55  
% 0.39/0.55  % Initial clauses    : 1
% 0.39/0.55  % Processed clauses  : 0
% 0.39/0.55  % Factors computed   : 0
% 0.39/0.55  % Resolvents computed: 0
% 0.39/0.55  % Tautologies deleted: 0
% 0.39/0.55  % Forward subsumed   : 0
% 0.39/0.55  % Backward subsumed  : 0
% 0.39/0.55  % -------- CPU Time ---------
% 0.39/0.55  % User time          : 0.167 s
% 0.39/0.55  % System time        : 0.017 s
% 0.39/0.55  % Total time         : 0.184 s
%------------------------------------------------------------------------------