TSTP Solution File: CAT019-1 by Drodi---3.6.0

View Problem - Process Solution

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

% Computer : n031.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:13:23 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(f19,hypothesis,
    ! [Z] :
      ( c2 != Z
      | c1 = Z ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f21,negated_conjecture,
    c2 != c1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f49,plain,
    ! [X0] :
      ( c2 != X0
      | c1 = X0 ),
    inference(cnf_transformation,[status(esa)],[f19]) ).

fof(f51,plain,
    c2 != c1,
    inference(cnf_transformation,[status(esa)],[f21]) ).

fof(f52,plain,
    c1 = c2,
    inference(destructive_equality_resolution,[status(esa)],[f49]) ).

fof(f54,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f52,f51]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : CAT019-1 : TPTP v8.1.2. Released v1.0.0.
% 0.06/0.12  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.32  % Computer : n031.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 300
% 0.12/0.32  % DateTime : Mon Apr 29 22:52:28 EDT 2024
% 0.12/0.32  % CPUTime  : 
% 0.12/0.33  % Drodi V3.6.0
% 0.12/0.33  % Refutation found
% 0.12/0.33  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.12/0.33  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.12/0.34  % Elapsed time: 0.013893 seconds
% 0.12/0.34  % CPU time: 0.019280 seconds
% 0.12/0.34  % Total memory used: 3.362 MB
% 0.12/0.34  % Net memory used: 3.236 MB
%------------------------------------------------------------------------------