TSTP Solution File: SYN046+1 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : SYN046+1 : TPTP v8.1.2. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n009.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:45:47 EDT 2023

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

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

fof(f2,negated_conjecture,
    ~ ( ( p
       => q )
    <=> ( ~ p
        | q ) ),
    inference(negated_conjecture,[status(cth)],[f1]) ).

fof(f3,plain,
    ( ( ~ p
      | q )
  <~> ( ~ p
      | q ) ),
    inference(pre_NNF_transformation,[status(esa)],[f2]) ).

fof(f4,plain,
    ( ( ~ p
      | q
      | ~ p
      | q )
    & ( ( p
        & ~ q )
      | ( p
        & ~ q ) ) ),
    inference(NNF_transformation,[status(esa)],[f3]) ).

fof(f5,plain,
    ( ~ p
    | q
    | ~ p
    | q ),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f6,plain,
    ( p
    | p ),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f9,plain,
    ( ~ q
    | ~ q ),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f10,plain,
    ( spl0_0
  <=> p ),
    introduced(split_symbol_definition) ).

fof(f13,plain,
    ( spl0_1
  <=> q ),
    introduced(split_symbol_definition) ).

fof(f16,plain,
    ( ~ spl0_0
    | spl0_1 ),
    inference(split_clause,[status(thm)],[f5,f10,f13]) ).

fof(f17,plain,
    spl0_0,
    inference(split_clause,[status(thm)],[f6,f10]) ).

fof(f20,plain,
    ~ spl0_1,
    inference(split_clause,[status(thm)],[f9,f13]) ).

fof(f21,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f16,f17,f20]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.10  % Problem  : SYN046+1 : TPTP v8.1.2. Released v2.0.0.
% 0.02/0.10  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.10/0.31  % Computer : n009.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Tue May 30 10:21:46 EDT 2023
% 0.10/0.31  % CPUTime  : 
% 0.10/0.31  % Drodi V3.5.1
% 0.15/0.53  % Refutation found
% 0.15/0.53  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.15/0.53  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.15/0.53  % Elapsed time: 0.009252 seconds
% 0.15/0.53  % CPU time: 0.007555 seconds
% 0.15/0.53  % Memory used: 461.792 KB
%------------------------------------------------------------------------------