TSTP Solution File: CAT019-1 by PyRes---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : CAT019-1 : TPTP v8.1.2. Released v1.0.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:17:03 EDT 2024

% Result   : Unsatisfiable 0.19s 0.52s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    4
% Syntax   : Number of clauses     :    7 (   5 unt;   0 nHn;   6 RR)
%            Number of literals    :    9 (   8 equ;   3 neg)
%            Maximal clause size   :    2 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   2 con; 0-0 aty)
%            Number of variables   :    4 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_c1_equals_c2,negated_conjecture,
    c2 != c1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_c1_equals_c2) ).

cnf(symmetry,axiom,
    ( X12 != X11
    | X11 = X12 ),
    theory(equality) ).

cnf(reflexivity,axiom,
    X2 = X2,
    theory(equality) ).

cnf(equality_to_c1_and_c2_1,plain,
    ( c2 != X19
    | c1 = X19 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equality_to_c1_and_c2_1) ).

cnf(c11,plain,
    c1 = c2,
    inference(resolution,[status(thm)],[equality_to_c1_and_c2_1,reflexivity]) ).

cnf(c12,plain,
    c2 = c1,
    inference(resolution,[status(thm)],[c11,symmetry]) ).

cnf(c13,plain,
    $false,
    inference(resolution,[status(thm)],[c12,prove_c1_equals_c2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : CAT019-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n015.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.34  % DateTime : Wed May  8 21:05:08 EDT 2024
% 0.12/0.34  % CPUTime  : 
% 0.19/0.52  % Version:  1.5
% 0.19/0.52  % SZS status Unsatisfiable
% 0.19/0.52  % SZS output start CNFRefutation
% See solution above
% 0.19/0.52  
% 0.19/0.52  % Initial clauses    : 30
% 0.19/0.52  % Processed clauses  : 15
% 0.19/0.52  % Factors computed   : 0
% 0.19/0.52  % Resolvents computed: 12
% 0.19/0.52  % Tautologies deleted: 0
% 0.19/0.52  % Forward subsumed   : 3
% 0.19/0.52  % Backward subsumed  : 0
% 0.19/0.52  % -------- CPU Time ---------
% 0.19/0.52  % User time          : 0.166 s
% 0.19/0.52  % System time        : 0.018 s
% 0.19/0.52  % Total time         : 0.184 s
%------------------------------------------------------------------------------