TSTP Solution File: MSC019+1 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : MSC019+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n022.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:23:08 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
fof(f19,axiom,
    s_contains(s_g019,s_g013),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f75,axiom,
    s_contains(s_g013,s_MX),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f601,axiom,
    ! [X,Y,Z] :
      ( ( s_contains(X,Y)
        & s_contains(Y,Z) )
     => s_contains(X,Z) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f604,conjecture,
    s_contains(s_g019,s_MX),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f605,negated_conjecture,
    ~ s_contains(s_g019,s_MX),
    inference(negated_conjecture,[status(cth)],[f604]) ).

fof(f624,plain,
    s_contains(s_g019,s_g013),
    inference(cnf_transformation,[status(esa)],[f19]) ).

fof(f680,plain,
    s_contains(s_g013,s_MX),
    inference(cnf_transformation,[status(esa)],[f75]) ).

fof(f1206,plain,
    ! [X,Y,Z] :
      ( ~ s_contains(X,Y)
      | ~ s_contains(Y,Z)
      | s_contains(X,Z) ),
    inference(pre_NNF_transformation,[status(esa)],[f601]) ).

fof(f1207,plain,
    ! [X,Z] :
      ( ! [Y] :
          ( ~ s_contains(X,Y)
          | ~ s_contains(Y,Z) )
      | s_contains(X,Z) ),
    inference(miniscoping,[status(esa)],[f1206]) ).

fof(f1208,plain,
    ! [X0,X1,X2] :
      ( ~ s_contains(X0,X1)
      | ~ s_contains(X1,X2)
      | s_contains(X0,X2) ),
    inference(cnf_transformation,[status(esa)],[f1207]) ).

fof(f1213,plain,
    ~ s_contains(s_g019,s_MX),
    inference(cnf_transformation,[status(esa)],[f605]) ).

fof(f1214,plain,
    ! [X0] :
      ( ~ s_contains(X0,s_g013)
      | s_contains(X0,s_MX) ),
    inference(resolution,[status(thm)],[f1208,f680]) ).

fof(f1218,plain,
    s_contains(s_g019,s_MX),
    inference(resolution,[status(thm)],[f1214,f624]) ).

fof(f1219,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f1218,f1213]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : MSC019+1 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n022.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:31:42 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.36  % Drodi V3.5.1
% 0.13/0.37  % Refutation found
% 0.13/0.37  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.13/0.37  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.13/0.38  % Elapsed time: 0.028149 seconds
% 0.13/0.38  % CPU time: 0.038783 seconds
% 0.13/0.38  % Memory used: 11.653 MB
%------------------------------------------------------------------------------