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

View Problem - Process Solution

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

% Computer : n017.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:41:36 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
fof(f54,axiom,
    ! [U,V] : i(triple(U,create_slb,V)) = create_pq,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f63,conjecture,
    ! [U] : i(triple(create_pqp,create_slb,U)) = create_pq,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f64,negated_conjecture,
    ~ ! [U] : i(triple(create_pqp,create_slb,U)) = create_pq,
    inference(negated_conjecture,[status(cth)],[f63]) ).

fof(f192,plain,
    ! [X0,X1] : i(triple(X0,create_slb,X1)) = create_pq,
    inference(cnf_transformation,[status(esa)],[f54]) ).

fof(f229,plain,
    ? [U] : i(triple(create_pqp,create_slb,U)) != create_pq,
    inference(pre_NNF_transformation,[status(esa)],[f64]) ).

fof(f230,plain,
    i(triple(create_pqp,create_slb,sk0_4)) != create_pq,
    inference(skolemization,[status(esa)],[f229]) ).

fof(f231,plain,
    i(triple(create_pqp,create_slb,sk0_4)) != create_pq,
    inference(cnf_transformation,[status(esa)],[f230]) ).

fof(f235,plain,
    create_pq != create_pq,
    inference(backward_demodulation,[status(thm)],[f192,f231]) ).

fof(f236,plain,
    $false,
    inference(trivial_equality_resolution,[status(esa)],[f235]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SWV414+1 : TPTP v8.1.2. Released v3.3.0.
% 0.13/0.12  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.33  % Computer : n017.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Tue May 30 11:12:10 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.20/0.34  % Drodi V3.5.1
% 0.20/0.36  % Refutation found
% 0.20/0.36  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.20/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.20/0.36  % Elapsed time: 0.026314 seconds
% 0.20/0.36  % CPU time: 0.029573 seconds
% 0.20/0.36  % Memory used: 13.118 MB
%------------------------------------------------------------------------------