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

View Problem - Process Solution

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

% Computer : n029.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:49:37 EDT 2024

% Result   : CounterSatisfiable 0.22s 0.52s
% Output   : Saturation 0.22s
% Verified : 
% SZS Type : Derivation
%            Derivation depth      :    3
%            Number of leaves      :    1
% Syntax   : Number of formulae    :    4 (   4 unt;   0 def)
%            Number of atoms       :    4 (   0 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    1 (   1   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    2 (   1 avg)
%            Maximal term depth    :    0 (   0 avg)
%            Number of predicates  :    2 (   0 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(falsity,conjecture,
    $false,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',falsity) ).

fof(c0,negated_conjecture,
    ~ $false,
    inference(assume_negation,[status(cth)],[falsity]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : SYN916+1 : TPTP v8.1.2. Released v3.1.0.
% 0.08/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.15/0.36  % Computer : n029.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Wed May  8 19:56:38 EDT 2024
% 0.15/0.36  % CPUTime  : 
% 0.22/0.52  % Version:  1.5
% 0.22/0.52  % SZS status CounterSatisfiable
% 0.22/0.52  % SZS output start Saturation
% See solution above
% 0.22/0.52  
% 0.22/0.52  % Initial clauses    : 1
% 0.22/0.52  % Processed clauses  : 1
% 0.22/0.52  % Factors computed   : 0
% 0.22/0.52  % Resolvents computed: 0
% 0.22/0.52  % Tautologies deleted: 0
% 0.22/0.52  % Forward subsumed   : 0
% 0.22/0.52  % Backward subsumed  : 0
% 0.22/0.52  % -------- CPU Time ---------
% 0.22/0.52  % User time          : 0.140 s
% 0.22/0.52  % System time        : 0.019 s
% 0.22/0.52  % Total time         : 0.159 s
%------------------------------------------------------------------------------