TSTP Solution File: SYN029-1 by Drodi---3.5.1

View Problem - Process Solution

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

% Computer : n004.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:43 EDT 2023

% Result   : Unsatisfiable 0.06s 0.27s
% Output   : CNFRefutation 0.06s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   21 (   4 unt;   0 def)
%            Number of atoms       :   41 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   36 (  16   ~;  17   |;   0   &)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   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,axiom,
    ( q
    | p ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f2,axiom,
    ( ~ p
    | q ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f3,axiom,
    ( ~ r
    | ~ q
    | p ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f4,axiom,
    r,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f5,negated_conjecture,
    ( ~ p
    | ~ q ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

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

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

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

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

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

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

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

fof(f17,plain,
    ( spl0_0
    | spl0_1 ),
    inference(split_clause,[status(thm)],[f6,f11,f14]) ).

fof(f18,plain,
    ( ~ spl0_1
    | spl0_0 ),
    inference(split_clause,[status(thm)],[f7,f14,f11]) ).

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

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

fof(f22,plain,
    ( ~ spl0_2
    | ~ spl0_0
    | spl0_1 ),
    inference(split_clause,[status(thm)],[f8,f19,f11,f14]) ).

fof(f23,plain,
    ( ~ spl0_1
    | ~ spl0_0 ),
    inference(split_clause,[status(thm)],[f10,f14,f11]) ).

fof(f24,plain,
    ( $false
    | spl0_2 ),
    inference(forward_subsumption_resolution,[status(thm)],[f21,f9]) ).

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

fof(f26,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f17,f18,f22,f23,f25]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.06  % Problem  : SYN029-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.07  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.06/0.25  % Computer : n004.cluster.edu
% 0.06/0.25  % Model    : x86_64 x86_64
% 0.06/0.25  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.06/0.25  % Memory   : 8042.1875MB
% 0.06/0.25  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.06/0.25  % CPULimit : 300
% 0.06/0.25  % WCLimit  : 300
% 0.06/0.25  % DateTime : Tue May 30 10:21:37 EDT 2023
% 0.06/0.26  % CPUTime  : 
% 0.06/0.26  % Drodi V3.5.1
% 0.06/0.27  % Refutation found
% 0.06/0.27  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.06/0.27  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.10/0.48  % Elapsed time: 0.009008 seconds
% 0.10/0.48  % CPU time: 0.019950 seconds
% 0.10/0.48  % Memory used: 1.577 MB
%------------------------------------------------------------------------------