TSTP Solution File: LCL181+1 by Drodi---3.6.0

View Problem - Process Solution

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

% Computer : n003.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 : Tue Apr 30 20:26:34 EDT 2024

% Result   : Theorem 0.09s 0.30s
% Output   : CNFRefutation 0.09s
% 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   ~;  12   |;   3   &)
%                                         (   4 <=>;   4  =>;   0  <=;   1 <~>)
%            Maximal formula depth :    5 (   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 )
  <=> ( ~ q
     => p ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

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

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

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

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

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

fof(f8,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(f18,plain,
    ~ spl0_0,
    inference(split_clause,[status(thm)],[f7,f10]) ).

fof(f19,plain,
    ~ spl0_1,
    inference(split_clause,[status(thm)],[f8,f13]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : LCL181+1 : TPTP v8.1.2. Released v2.0.0.
% 0.00/0.10  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.09/0.30  % Computer : n003.cluster.edu
% 0.09/0.30  % Model    : x86_64 x86_64
% 0.09/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.30  % Memory   : 8042.1875MB
% 0.09/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.30  % CPULimit : 300
% 0.09/0.30  % WCLimit  : 300
% 0.09/0.30  % DateTime : Mon Apr 29 20:33:03 EDT 2024
% 0.09/0.30  % CPUTime  : 
% 0.09/0.30  % Drodi V3.6.0
% 0.09/0.30  % Refutation found
% 0.09/0.30  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.09/0.30  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.15/0.31  % Elapsed time: 0.011260 seconds
% 0.15/0.31  % CPU time: 0.008683 seconds
% 0.15/0.31  % Total memory used: 537.312 KB
% 0.15/0.31  % Net memory used: 484.048 KB
%------------------------------------------------------------------------------