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

View Problem - Process Solution

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

% Computer : n012.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:46:21 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
fof(f26,axiom,
    n0(d,c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f104,axiom,
    ! [G,H] :
      ( p1(G,G,G)
      | ~ n0(H,G) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f175,axiom,
    ! [A,B,C] :
      ( n2(A)
      | ~ p1(B,C,A) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

fof(f395,plain,
    n0(d,c),
    inference(cnf_transformation,[status(esa)],[f26]) ).

fof(f513,plain,
    ! [G] :
      ( p1(G,G,G)
      | ! [H] : ~ n0(H,G) ),
    inference(miniscoping,[status(esa)],[f104]) ).

fof(f514,plain,
    ! [X0,X1] :
      ( p1(X0,X0,X0)
      | ~ n0(X1,X0) ),
    inference(cnf_transformation,[status(esa)],[f513]) ).

fof(f626,plain,
    ! [A] :
      ( n2(A)
      | ! [B,C] : ~ p1(B,C,A) ),
    inference(miniscoping,[status(esa)],[f175]) ).

fof(f627,plain,
    ! [X0,X1,X2] :
      ( n2(X0)
      | ~ p1(X1,X2,X0) ),
    inference(cnf_transformation,[status(esa)],[f626]) ).

fof(f924,plain,
    ~ n2(c),
    inference(cnf_transformation,[status(esa)],[f369]) ).

fof(f2175,plain,
    p1(c,c,c),
    inference(resolution,[status(thm)],[f514,f395]) ).

fof(f2181,plain,
    n2(c),
    inference(resolution,[status(thm)],[f2175,f627]) ).

fof(f2182,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f2181,f924]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.16  % Problem  : SYN256-1 : TPTP v8.1.2. Released v1.1.0.
% 0.03/0.17  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.38  % Computer : n012.cluster.edu
% 0.13/0.38  % Model    : x86_64 x86_64
% 0.13/0.38  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.38  % Memory   : 8042.1875MB
% 0.13/0.38  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.38  % CPULimit : 300
% 0.13/0.38  % WCLimit  : 300
% 0.13/0.38  % DateTime : Tue May 30 10:21:55 EDT 2023
% 0.13/0.38  % CPUTime  : 
% 0.13/0.39  % Drodi V3.5.1
% 0.20/0.41  % Refutation found
% 0.20/0.41  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.20/0.41  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.38/0.64  % Elapsed time: 0.040563 seconds
% 0.38/0.64  % CPU time: 0.095383 seconds
% 0.38/0.64  % Memory used: 11.532 MB
%------------------------------------------------------------------------------