TSTP Solution File: LCL064-2 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : LCL064-2 : TPTP v8.1.2. Released v1.0.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:18:09 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X,Y] :
      ( ~ is_a_theorem(implies(X,Y))
      | ~ is_a_theorem(X)
      | is_a_theorem(Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f2,axiom,
    ! [X,Y] : is_a_theorem(implies(X,implies(Y,X))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f3,axiom,
    ! [X,Y,Z] : is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(X,Y),implies(X,Z)))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f4,negated_conjecture,
    ~ is_a_theorem(implies(implies(a,b),implies(implies(b,c),implies(a,c)))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f5,plain,
    ! [Y] :
      ( ! [X] :
          ( ~ is_a_theorem(implies(X,Y))
          | ~ is_a_theorem(X) )
      | is_a_theorem(Y) ),
    inference(miniscoping,[status(esa)],[f1]) ).

fof(f6,plain,
    ! [X0,X1] :
      ( ~ is_a_theorem(implies(X0,X1))
      | ~ is_a_theorem(X0)
      | is_a_theorem(X1) ),
    inference(cnf_transformation,[status(esa)],[f5]) ).

fof(f7,plain,
    ! [X0,X1] : is_a_theorem(implies(X0,implies(X1,X0))),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f8,plain,
    ! [X0,X1,X2] : is_a_theorem(implies(implies(X0,implies(X1,X2)),implies(implies(X0,X1),implies(X0,X2)))),
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f9,plain,
    ~ is_a_theorem(implies(implies(a,b),implies(implies(b,c),implies(a,c)))),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f10,plain,
    ! [X0,X1] :
      ( ~ is_a_theorem(X0)
      | is_a_theorem(implies(X1,X0)) ),
    inference(resolution,[status(thm)],[f6,f7]) ).

fof(f21,plain,
    ! [X0,X1,X2] :
      ( ~ is_a_theorem(implies(X0,implies(X1,X2)))
      | is_a_theorem(implies(implies(X0,X1),implies(X0,X2))) ),
    inference(resolution,[status(thm)],[f8,f6]) ).

fof(f22,plain,
    ! [X0,X1,X2,X3] : is_a_theorem(implies(X0,implies(implies(X1,implies(X2,X3)),implies(implies(X1,X2),implies(X1,X3))))),
    inference(resolution,[status(thm)],[f8,f10]) ).

fof(f35,plain,
    ! [X0,X1,X2] :
      ( ~ is_a_theorem(implies(X0,implies(X1,X2)))
      | ~ is_a_theorem(implies(X0,X1))
      | is_a_theorem(implies(X0,X2)) ),
    inference(resolution,[status(thm)],[f21,f6]) ).

fof(f36,plain,
    ! [X0,X1,X2,X3] :
      ( ~ is_a_theorem(implies(X0,implies(X1,X2)))
      | is_a_theorem(implies(X3,implies(implies(X0,X1),implies(X0,X2)))) ),
    inference(resolution,[status(thm)],[f21,f10]) ).

fof(f49,plain,
    ! [X0,X1,X2] :
      ( ~ is_a_theorem(implies(X0,implies(implies(X1,X0),X2)))
      | is_a_theorem(implies(X0,X2)) ),
    inference(resolution,[status(thm)],[f35,f7]) ).

fof(f77,plain,
    ! [X0,X1,X2] : is_a_theorem(implies(implies(X0,X1),implies(implies(X2,X0),implies(X2,X1)))),
    inference(resolution,[status(thm)],[f22,f49]) ).

fof(f85,plain,
    ! [X0,X1,X2] :
      ( ~ is_a_theorem(implies(X0,implies(X1,X2)))
      | is_a_theorem(implies(X1,implies(X0,X2))) ),
    inference(resolution,[status(thm)],[f36,f49]) ).

fof(f208,plain,
    ~ is_a_theorem(implies(implies(b,c),implies(implies(a,b),implies(a,c)))),
    inference(resolution,[status(thm)],[f85,f9]) ).

fof(f209,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f208,f77]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : LCL064-2 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.34  % Computer : n013.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Tue May 30 09:38:50 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  % Drodi V3.5.1
% 0.19/0.44  % Refutation found
% 0.19/0.44  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.19/0.44  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.19/0.45  % Elapsed time: 0.106814 seconds
% 0.19/0.45  % CPU time: 0.360895 seconds
% 0.19/0.45  % Memory used: 27.981 MB
%------------------------------------------------------------------------------