TSTP Solution File: SWV414+1 by PyRes---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : SWV414+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n015.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 : Thu May  9 17:44:56 EDT 2024

% Result   : Theorem 0.71s 0.87s
% Output   : Refutation 0.71s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    2
% Syntax   : Number of formulae    :   10 (  10 unt;   0 def)
%            Number of atoms       :   10 (   9 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 (   2 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   :   10 (   2 sgn   6   !;   2   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(co1,conjecture,
    ! [U] : i(triple(create_pqp,create_slb,U)) = create_pq,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',co1) ).

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

fof(c42,negated_conjecture,
    ? [U] : i(triple(create_pqp,create_slb,U)) != create_pq,
    inference(fof_nnf,[status(thm)],[c41]) ).

fof(c43,negated_conjecture,
    ? [X2] : i(triple(create_pqp,create_slb,X2)) != create_pq,
    inference(variable_rename,[status(thm)],[c42]) ).

fof(c44,negated_conjecture,
    i(triple(create_pqp,create_slb,skolem0001)) != create_pq,
    inference(skolemize,[status(esa)],[c43]) ).

cnf(c45,negated_conjecture,
    i(triple(create_pqp,create_slb,skolem0001)) != create_pq,
    inference(split_conjunct,[status(thm)],[c44]) ).

fof(ax54,axiom,
    ! [U,V] : i(triple(U,create_slb,V)) = create_pq,
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+4.ax',ax54) ).

fof(c100,plain,
    ! [X36,X37] : i(triple(X36,create_slb,X37)) = create_pq,
    inference(variable_rename,[status(thm)],[ax54]) ).

cnf(c101,plain,
    i(triple(X623,create_slb,X624)) = create_pq,
    inference(split_conjunct,[status(thm)],[c100]) ).

cnf(c881,plain,
    $false,
    inference(resolution,[status(thm)],[c101,c45]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SWV414+1 : TPTP v8.1.2. Released v3.3.0.
% 0.10/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n015.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Thu May  9 06:36:38 EDT 2024
% 0.14/0.34  % CPUTime  : 
% 0.71/0.87  % Version:  1.5
% 0.71/0.87  % SZS status Theorem
% 0.71/0.87  % SZS output start CNFRefutation
% See solution above
% 0.71/0.87  
% 0.71/0.87  % Initial clauses    : 131
% 0.71/0.87  % Processed clauses  : 190
% 0.71/0.87  % Factors computed   : 19
% 0.71/0.87  % Resolvents computed: 587
% 0.71/0.87  % Tautologies deleted: 9
% 0.71/0.87  % Forward subsumed   : 26
% 0.71/0.87  % Backward subsumed  : 0
% 0.71/0.87  % -------- CPU Time ---------
% 0.71/0.87  % User time          : 0.498 s
% 0.71/0.87  % System time        : 0.013 s
% 0.71/0.87  % Total time         : 0.511 s
%------------------------------------------------------------------------------