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

View Problem - Process Solution

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

% Computer : n013.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:20:26 EDT 2023

% Result   : Unsatisfiable 0.13s 0.40s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    2
% Syntax   : Number of formulae    :    5 (   5 unt;   0 def)
%            Number of atoms       :    5 (   0 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    2 (   2   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    2 (   2 avg)
%            Maximal term depth    :    2 (   2 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-1 aty)
%            Number of functors    :    2 (   2 usr;   1 con; 0-1 aty)
%            Number of variables   :    2 (;   2   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f350,axiom,
    ! [V_n] : c_InductTermi_OIT(c_Lambda_OdB_OVar(V_n)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f360,negated_conjecture,
    ~ c_InductTermi_OIT(c_Lambda_OdB_OVar(v_i)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f933,plain,
    ! [X0] : c_InductTermi_OIT(c_Lambda_OdB_OVar(X0)),
    inference(cnf_transformation,[status(esa)],[f350]) ).

fof(f945,plain,
    ~ c_InductTermi_OIT(c_Lambda_OdB_OVar(v_i)),
    inference(cnf_transformation,[status(esa)],[f360]) ).

fof(f968,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[f945,f933]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : LCL774-1 : TPTP v8.1.2. Released v4.1.0.
% 0.11/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n013.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue May 30 09:39:05 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.37  % Drodi V3.5.1
% 0.13/0.40  % Refutation found
% 0.13/0.40  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.13/0.40  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.13/0.40  % Elapsed time: 0.045039 seconds
% 0.13/0.40  % CPU time: 0.067950 seconds
% 0.13/0.40  % Memory used: 23.155 MB
%------------------------------------------------------------------------------