TSTP Solution File: GRP028-3 by Drodi---3.5.1

View Problem - Process Solution

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

% Computer : n019.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:09:45 EDT 2023

% Result   : Unsatisfiable 0.13s 0.36s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    5
% Syntax   : Number of formulae    :   19 (   9 unt;   0 def)
%            Number of atoms       :   43 (   0 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   50 (  26   ~;  24   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    3 (   3 usr;   0 con; 1-2 aty)
%            Number of variables   :   65 (;  65   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f2,axiom,
    ! [X,Y,U,Z,V,W] :
      ( ~ product(X,Y,U)
      | ~ product(Y,Z,V)
      | ~ product(U,Z,W)
      | product(X,V,W) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f3,axiom,
    ! [X,Y,U,Z,V,W] :
      ( ~ product(X,Y,U)
      | ~ product(Y,Z,V)
      | ~ product(X,V,W)
      | product(U,Z,W) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f4,hypothesis,
    ! [X,Y] : product(left_solution(X,Y),X,Y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f5,hypothesis,
    ! [X,Y] : product(X,right_solution(X,Y),Y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f6,negated_conjecture,
    ! [X] : ~ product(not_identity(X),X,not_identity(X)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f8,plain,
    ! [X,V,W] :
      ( ! [U,Z] :
          ( ! [Y] :
              ( ~ product(X,Y,U)
              | ~ product(Y,Z,V) )
          | ~ product(U,Z,W) )
      | product(X,V,W) ),
    inference(miniscoping,[status(esa)],[f2]) ).

fof(f9,plain,
    ! [X0,X1,X2,X3,X4,X5] :
      ( ~ product(X0,X1,X2)
      | ~ product(X1,X3,X4)
      | ~ product(X2,X3,X5)
      | product(X0,X4,X5) ),
    inference(cnf_transformation,[status(esa)],[f8]) ).

fof(f10,plain,
    ! [U,Z,W] :
      ( ! [X,V] :
          ( ! [Y] :
              ( ~ product(X,Y,U)
              | ~ product(Y,Z,V) )
          | ~ product(X,V,W) )
      | product(U,Z,W) ),
    inference(miniscoping,[status(esa)],[f3]) ).

fof(f11,plain,
    ! [X0,X1,X2,X3,X4,X5] :
      ( ~ product(X0,X1,X2)
      | ~ product(X1,X3,X4)
      | ~ product(X0,X4,X5)
      | product(X2,X3,X5) ),
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f12,plain,
    ! [X0,X1] : product(left_solution(X0,X1),X0,X1),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f13,plain,
    ! [X0,X1] : product(X0,right_solution(X0,X1),X1),
    inference(cnf_transformation,[status(esa)],[f5]) ).

fof(f14,plain,
    ! [X0] : ~ product(not_identity(X0),X0,not_identity(X0)),
    inference(cnf_transformation,[status(esa)],[f6]) ).

fof(f15,plain,
    ! [X0,X1,X2,X3] :
      ( ~ product(X0,X1,X1)
      | ~ product(X1,X2,X3)
      | product(X0,X3,X3) ),
    inference(factoring,[status(esa)],[f9]) ).

fof(f77,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ product(left_solution(X0,X1),X2,X3)
      | ~ product(X2,X4,X0)
      | product(X3,X4,X1) ),
    inference(resolution,[status(thm)],[f12,f11]) ).

fof(f92,plain,
    ! [X0,X1,X2] :
      ( ~ product(X0,X1,X1)
      | product(X0,X2,X2) ),
    inference(resolution,[status(thm)],[f13,f15]) ).

fof(f97,plain,
    ! [X0,X1] : product(left_solution(X0,X0),X1,X1),
    inference(resolution,[status(thm)],[f92,f12]) ).

fof(f238,plain,
    ! [X0,X1,X2] :
      ( ~ product(X0,X1,X0)
      | product(X2,X1,X2) ),
    inference(resolution,[status(thm)],[f77,f12]) ).

fof(f249,plain,
    ! [X0,X1] : product(X0,left_solution(X1,X1),X0),
    inference(resolution,[status(thm)],[f238,f97]) ).

fof(f252,plain,
    $false,
    inference(resolution,[status(thm)],[f249,f14]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP028-3 : TPTP v8.1.2. Released v1.1.0.
% 0.03/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n019.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 11:28:55 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Drodi V3.5.1
% 0.13/0.36  % Refutation found
% 0.13/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.13/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.19/0.37  % Elapsed time: 0.024073 seconds
% 0.19/0.37  % CPU time: 0.069394 seconds
% 0.19/0.37  % Memory used: 7.434 MB
%------------------------------------------------------------------------------