TSTP Solution File: SET025-4 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : SET025-4 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n009.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 : Tue Apr 30 20:38:44 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(f8,axiom,
    ! [X,Y] : little_set(non_ordered_pair(X,Y)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f10,axiom,
    ! [X,Y] : ordered_pair(X,Y) = non_ordered_pair(singleton_set(X),non_ordered_pair(X,Y)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f142,negated_conjecture,
    ~ little_set(ordered_pair(a,b)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f154,plain,
    ! [X0,X1] : little_set(non_ordered_pair(X0,X1)),
    inference(cnf_transformation,[status(esa)],[f8]) ).

fof(f156,plain,
    ! [X0,X1] : ordered_pair(X0,X1) = non_ordered_pair(singleton_set(X0),non_ordered_pair(X0,X1)),
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f320,plain,
    ~ little_set(ordered_pair(a,b)),
    inference(cnf_transformation,[status(esa)],[f142]) ).

fof(f374,plain,
    ! [X0,X1] : little_set(ordered_pair(X0,X1)),
    inference(paramodulation,[status(thm)],[f156,f154]) ).

fof(f375,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[f320,f374]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET025-4 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.14/0.34  % Computer : n009.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 : Mon Apr 29 21:40:11 EDT 2024
% 0.14/0.34  % CPUTime  : 
% 0.14/0.36  % Drodi V3.6.0
% 0.14/0.36  % Refutation found
% 0.14/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.14/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.14/0.37  % Elapsed time: 0.025195 seconds
% 0.14/0.37  % CPU time: 0.038668 seconds
% 0.14/0.37  % Total memory used: 13.873 MB
% 0.14/0.37  % Net memory used: 13.862 MB
%------------------------------------------------------------------------------