TSTP Solution File: SEU161+3 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : SEU161+3 : TPTP v8.1.2. Released v3.2.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:36:04 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
fof(f3,axiom,
    ! [A,B] : set_union2(A,B) = set_union2(B,A),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f8,conjecture,
    ! [A,B] :
      ( in(A,B)
     => set_union2(singleton(A),B) = B ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f9,negated_conjecture,
    ~ ! [A,B] :
        ( in(A,B)
       => set_union2(singleton(A),B) = B ),
    inference(negated_conjecture,[status(cth)],[f8]) ).

fof(f10,axiom,
    ! [A,B] :
      ( in(A,B)
     => set_union2(singleton(A),B) = B ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f17,plain,
    ! [X0,X1] : set_union2(X0,X1) = set_union2(X1,X0),
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f26,plain,
    ? [A,B] :
      ( in(A,B)
      & set_union2(singleton(A),B) != B ),
    inference(pre_NNF_transformation,[status(esa)],[f9]) ).

fof(f27,plain,
    ( in(sk0_2,sk0_3)
    & set_union2(singleton(sk0_2),sk0_3) != sk0_3 ),
    inference(skolemization,[status(esa)],[f26]) ).

fof(f28,plain,
    in(sk0_2,sk0_3),
    inference(cnf_transformation,[status(esa)],[f27]) ).

fof(f29,plain,
    set_union2(singleton(sk0_2),sk0_3) != sk0_3,
    inference(cnf_transformation,[status(esa)],[f27]) ).

fof(f30,plain,
    ! [A,B] :
      ( ~ in(A,B)
      | set_union2(singleton(A),B) = B ),
    inference(pre_NNF_transformation,[status(esa)],[f10]) ).

fof(f31,plain,
    ! [X0,X1] :
      ( ~ in(X0,X1)
      | set_union2(singleton(X0),X1) = X1 ),
    inference(cnf_transformation,[status(esa)],[f30]) ).

fof(f32,plain,
    set_union2(sk0_3,singleton(sk0_2)) != sk0_3,
    inference(paramodulation,[status(thm)],[f17,f29]) ).

fof(f35,plain,
    set_union2(singleton(sk0_2),sk0_3) = sk0_3,
    inference(resolution,[status(thm)],[f31,f28]) ).

fof(f36,plain,
    set_union2(sk0_3,singleton(sk0_2)) = sk0_3,
    inference(forward_demodulation,[status(thm)],[f17,f35]) ).

fof(f37,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f36,f32]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SEU161+3 : TPTP v8.1.2. Released v3.2.0.
% 0.11/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:20:55 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Drodi V3.5.1
% 0.21/0.57  % Refutation found
% 0.21/0.57  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.21/0.57  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.21/0.57  % Elapsed time: 0.011641 seconds
% 0.21/0.57  % CPU time: 0.026807 seconds
% 0.21/0.57  % Memory used: 8.987 MB
%------------------------------------------------------------------------------