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

View Problem - Process Solution

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

% Computer : n014.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:48:10 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(pel16,conjecture,
    ( ( p
     => q )
    | ( q
     => p ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel16) ).

fof(c0,negated_conjecture,
    ~ ( ( p
       => q )
      | ( q
       => p ) ),
    inference(assume_negation,[status(cth)],[pel16]) ).

fof(c1,negated_conjecture,
    ( p
    & ~ q
    & q
    & ~ p ),
    inference(fof_nnf,[status(thm)],[c0]) ).

cnf(c3,negated_conjecture,
    ~ q,
    inference(split_conjunct,[status(thm)],[c1]) ).

cnf(c4,negated_conjecture,
    q,
    inference(split_conjunct,[status(thm)],[c1]) ).

cnf(c6,plain,
    $false,
    inference(resolution,[status(thm)],[c4,c3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : SYN416+1 : TPTP v8.1.2. Released v2.0.0.
% 0.08/0.15  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.15/0.37  % Computer : n014.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 300
% 0.15/0.37  % DateTime : Wed May  8 19:58:23 EDT 2024
% 0.15/0.37  % CPUTime  : 
% 0.22/0.54  % Version:  1.5
% 0.22/0.54  % SZS status Theorem
% 0.22/0.54  % SZS output start CNFRefutation
% See solution above
% 0.22/0.54  
% 0.22/0.54  % Initial clauses    : 4
% 0.22/0.54  % Processed clauses  : 3
% 0.22/0.54  % Factors computed   : 0
% 0.22/0.54  % Resolvents computed: 1
% 0.22/0.54  % Tautologies deleted: 0
% 0.22/0.54  % Forward subsumed   : 0
% 0.22/0.54  % Backward subsumed  : 0
% 0.22/0.54  % -------- CPU Time ---------
% 0.22/0.54  % User time          : 0.149 s
% 0.22/0.54  % System time        : 0.017 s
% 0.22/0.54  % Total time         : 0.166 s
%------------------------------------------------------------------------------