TSTP Solution File: SET045-5 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : SET045-5 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n013.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  : 600s
% DateTime : Tue Jul 19 05:23:07 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    ( ~ element(u,u)
    | ~ element(u,f(v)) ),
    file('SET045-5.p',unknown),
    [] ).

cnf(3,axiom,
    ( ~ element(u,v)
    | element(u,u)
    | element(u,f(v)) ),
    file('SET045-5.p',unknown),
    [] ).

cnf(4,axiom,
    element(u,a),
    file('SET045-5.p',unknown),
    [] ).

cnf(5,plain,
    ( element(u,u)
    | element(u,f(a)) ),
    inference(res,[status(thm),theory(equality)],[4,3]),
    [iquote('0:Res:4.0,3.0')] ).

cnf(7,plain,
    element(f(a),f(a)),
    inference(fac,[status(thm)],[5]),
    [iquote('0:Fac:5.0,5.1')] ).

cnf(18,plain,
    ~ element(f(a),f(a)),
    inference(res,[status(thm),theory(equality)],[7,2]),
    [iquote('0:Res:7.0,2.1')] ).

cnf(22,plain,
    $false,
    inference(mrr,[status(thm)],[18,7]),
    [iquote('0:MRR:18.0,7.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET045-5 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.12  % Command  : run_spass %d %s
% 0.12/0.33  % Computer : n013.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  : 600
% 0.12/0.33  % DateTime : Sun Jul 10 00:03:14 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.40  
% 0.19/0.40  SPASS V 3.9 
% 0.19/0.40  SPASS beiseite: Proof found.
% 0.19/0.40  % SZS status Theorem
% 0.19/0.40  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.19/0.40  SPASS derived 17 clauses, backtracked 0 clauses, performed 0 splits and kept 13 clauses.
% 0.19/0.40  SPASS allocated 63093 KBytes.
% 0.19/0.40  SPASS spent	0:00:00.05 on the problem.
% 0.19/0.40  		0:00:00.03 for the input.
% 0.19/0.40  		0:00:00.00 for the FLOTTER CNF translation.
% 0.19/0.40  		0:00:00.00 for inferences.
% 0.19/0.40  		0:00:00.00 for the backtracking.
% 0.19/0.40  		0:00:00.00 for the reduction.
% 0.19/0.40  
% 0.19/0.40  
% 0.19/0.40  Here is a proof with depth 3, length 7 :
% 0.19/0.40  % SZS output start Refutation
% See solution above
% 0.19/0.40  Formulae used in the proof : clause_2 clause_3 clause_4
% 0.19/0.40  
%------------------------------------------------------------------------------