TSTP Solution File: LCL230-2 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : LCL230-2 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n024.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:47 EDT 2024

% Result   : Unsatisfiable 0.14s 0.35s
% Output   : CNFRefutation 0.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   22 (  10 unt;   0 def)
%            Number of atoms       :   37 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   29 (  14   ~;  12   |;   0   &)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Maximal term depth    :    0 (   0 avg)
%            Number of predicates  :    7 (   6 usr;   7 prp; 0-0 aty)
%            Number of functors    :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :    0 (   0   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,negated_conjecture,
    ( ~ q
    | p
    | r ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f2,negated_conjecture,
    ~ p,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f3,negated_conjecture,
    q,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f4,negated_conjecture,
    ~ r,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

fof(f6,plain,
    ~ p,
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f7,plain,
    q,
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f8,plain,
    ~ r,
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f9,plain,
    ( spl0_0
  <=> q ),
    introduced(split_symbol_definition) ).

fof(f11,plain,
    ( ~ q
    | spl0_0 ),
    inference(component_clause,[status(thm)],[f9]) ).

fof(f12,plain,
    ( spl0_1
  <=> p ),
    introduced(split_symbol_definition) ).

fof(f13,plain,
    ( p
    | ~ spl0_1 ),
    inference(component_clause,[status(thm)],[f12]) ).

fof(f15,plain,
    ( spl0_2
  <=> r ),
    introduced(split_symbol_definition) ).

fof(f16,plain,
    ( r
    | ~ spl0_2 ),
    inference(component_clause,[status(thm)],[f15]) ).

fof(f18,plain,
    ( ~ spl0_0
    | spl0_1
    | spl0_2 ),
    inference(split_clause,[status(thm)],[f5,f9,f12,f15]) ).

fof(f19,plain,
    ( $false
    | spl0_0 ),
    inference(forward_subsumption_resolution,[status(thm)],[f11,f7]) ).

fof(f20,plain,
    spl0_0,
    inference(contradiction_clause,[status(thm)],[f19]) ).

fof(f21,plain,
    ( $false
    | ~ spl0_1 ),
    inference(forward_subsumption_resolution,[status(thm)],[f13,f6]) ).

fof(f22,plain,
    ~ spl0_1,
    inference(contradiction_clause,[status(thm)],[f21]) ).

fof(f23,plain,
    ( $false
    | ~ spl0_2 ),
    inference(forward_subsumption_resolution,[status(thm)],[f16,f8]) ).

fof(f24,plain,
    ~ spl0_2,
    inference(contradiction_clause,[status(thm)],[f23]) ).

fof(f25,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f18,f20,f22,f24]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL230-2 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.14/0.34  % Computer : n024.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Mon Apr 29 20:19:21 EDT 2024
% 0.14/0.34  % CPUTime  : 
% 0.14/0.34  % Drodi V3.6.0
% 0.14/0.35  % Refutation found
% 0.14/0.35  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.14/0.35  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.14/0.36  % Elapsed time: 0.014379 seconds
% 0.14/0.36  % CPU time: 0.025658 seconds
% 0.14/0.36  % Total memory used: 1.871 MB
% 0.14/0.36  % Net memory used: 1.697 MB
%------------------------------------------------------------------------------