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

View Problem - Process Solution

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

% Computer : n018.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:19:05 EDT 2023

% Result   : Unsatisfiable 4.64s 0.99s
% Output   : CNFRefutation 4.64s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :    5
% Syntax   : Number of formulae    :   37 (  23 unt;   0 def)
%            Number of atoms       :   55 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   44 (  26   ~;  18   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-1 aty)
%            Number of functors    :    6 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :   79 (;  79   !;   0   ?)

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

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

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

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

fof(f5,negated_conjecture,
    ~ is_a_theorem(implies(implies(implies(x,implies(implies(y,z),z)),u),implies(implies(not(z),y),u))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

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

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

fof(f9,plain,
    ! [X0] : is_a_theorem(implies(implies(not(X0),X0),X0)),
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f10,plain,
    ! [X0,X1] : is_a_theorem(implies(X0,implies(not(X0),X1))),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f11,plain,
    ~ is_a_theorem(implies(implies(implies(x,implies(implies(y,z),z)),u),implies(implies(not(z),y),u))),
    inference(cnf_transformation,[status(esa)],[f5]) ).

fof(f12,plain,
    ! [X0] :
      ( ~ is_a_theorem(implies(X0,implies(implies(implies(x,implies(implies(y,z),z)),u),implies(implies(not(z),y),u))))
      | ~ is_a_theorem(X0) ),
    inference(resolution,[status(thm)],[f7,f11]) ).

fof(f16,plain,
    ~ is_a_theorem(implies(implies(not(z),y),implies(x,implies(implies(y,z),z)))),
    inference(resolution,[status(thm)],[f8,f12]) ).

fof(f17,plain,
    ! [X0] :
      ( ~ is_a_theorem(implies(X0,implies(implies(not(z),y),implies(x,implies(implies(y,z),z)))))
      | ~ is_a_theorem(X0) ),
    inference(resolution,[status(thm)],[f16,f7]) ).

fof(f19,plain,
    ! [X0,X1] :
      ( ~ is_a_theorem(X0)
      | ~ is_a_theorem(implies(X1,implies(X0,implies(implies(not(z),y),implies(x,implies(implies(y,z),z))))))
      | ~ is_a_theorem(X1) ),
    inference(resolution,[status(thm)],[f17,f7]) ).

fof(f21,plain,
    ! [X0] :
      ( ~ is_a_theorem(implies(X0,implies(x,implies(implies(y,z),z))))
      | ~ is_a_theorem(implies(implies(not(z),y),X0)) ),
    inference(resolution,[status(thm)],[f19,f8]) ).

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

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

fof(f70,plain,
    ! [X0,X1,X2] :
      ( is_a_theorem(implies(implies(X0,X1),implies(not(X2),X1)))
      | ~ is_a_theorem(X2) ),
    inference(resolution,[status(thm)],[f67,f41]) ).

fof(f71,plain,
    ! [X0,X1] : is_a_theorem(implies(implies(X0,X1),implies(implies(not(X0),X0),X1))),
    inference(resolution,[status(thm)],[f67,f9]) ).

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

fof(f73,plain,
    ! [X0,X1,X2] : is_a_theorem(implies(implies(implies(not(X0),X1),X2),implies(X0,X2))),
    inference(resolution,[status(thm)],[f67,f10]) ).

fof(f86,plain,
    ! [X0] : ~ is_a_theorem(implies(implies(implies(y,X0),implies(not(z),X0)),implies(x,implies(implies(y,z),z)))),
    inference(resolution,[status(thm)],[f21,f8]) ).

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

fof(f167,plain,
    ! [X0] : is_a_theorem(implies(X0,X0)),
    inference(resolution,[status(thm)],[f160,f9]) ).

fof(f186,plain,
    ! [X0,X1,X2] : is_a_theorem(implies(implies(X0,X1),implies(not(implies(X2,X2)),X1))),
    inference(resolution,[status(thm)],[f167,f70]) ).

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

fof(f474,plain,
    ! [X0,X1,X2] : is_a_theorem(implies(X0,implies(not(implies(X1,X1)),X2))),
    inference(resolution,[status(thm)],[f186,f160]) ).

fof(f529,plain,
    ! [X0,X1,X2,X3] : is_a_theorem(implies(implies(implies(not(implies(X0,X0)),X1),X2),implies(X3,X2))),
    inference(resolution,[status(thm)],[f474,f67]) ).

fof(f1028,plain,
    ! [X0,X1,X2,X3] :
      ( ~ is_a_theorem(implies(implies(not(implies(X0,X0)),X1),X2))
      | is_a_theorem(implies(X3,X2)) ),
    inference(resolution,[status(thm)],[f529,f7]) ).

fof(f1038,plain,
    ! [X0,X1] : is_a_theorem(implies(X0,implies(X1,X1))),
    inference(resolution,[status(thm)],[f1028,f9]) ).

fof(f1212,plain,
    ! [X0,X1,X2] : is_a_theorem(implies(implies(implies(X0,X0),X1),implies(X2,X1))),
    inference(resolution,[status(thm)],[f1038,f67]) ).

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

fof(f1290,plain,
    ! [X0,X1] : is_a_theorem(implies(X0,implies(implies(not(X1),X1),X1))),
    inference(resolution,[status(thm)],[f1272,f71]) ).

fof(f1488,plain,
    ! [X0,X1,X2] : is_a_theorem(implies(implies(implies(implies(not(X0),X0),X0),X1),implies(X2,X1))),
    inference(resolution,[status(thm)],[f1290,f67]) ).

fof(f3706,plain,
    ! [X0,X1,X2] : is_a_theorem(implies(implies(X0,implies(not(X1),X1)),implies(X2,implies(X0,X1)))),
    inference(resolution,[status(thm)],[f1488,f257]) ).

fof(f5370,plain,
    $false,
    inference(resolution,[status(thm)],[f3706,f86]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : LCL365-1 : TPTP v8.1.2. Released v2.3.0.
% 0.10/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n018.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:51:40 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Drodi V3.5.1
% 4.64/0.99  % Refutation found
% 4.64/0.99  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 4.64/0.99  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 5.07/1.02  % Elapsed time: 0.661457 seconds
% 5.07/1.02  % CPU time: 5.106166 seconds
% 5.07/1.02  % Memory used: 141.932 MB
%------------------------------------------------------------------------------