TSTP Solution File: SYN038-1 by SPASS---3.9

View Problem - Process Solution

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

% Computer : n029.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 : Thu Jul 21 12:17:27 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ p(u,v)
    | ~ p(u,f(u,v))
    | q(v,f(u,v)) ),
    file('SYN038-1.p',unknown),
    [] ).

cnf(2,axiom,
    ( ~ p(u,v)
    | ~ q(v,f(u,v))
    | p(u,f(u,v)) ),
    file('SYN038-1.p',unknown),
    [] ).

cnf(3,axiom,
    ( ~ p(u,v)
    | ~ p(f(u,v),f(u,v))
    | q(f(u,v),f(u,v)) ),
    file('SYN038-1.p',unknown),
    [] ).

cnf(4,axiom,
    ( p(u,v)
    | p(f(u,v),f(u,v)) ),
    file('SYN038-1.p',unknown),
    [] ).

cnf(5,axiom,
    ( ~ q(f(u,v),f(u,v))
    | p(u,v) ),
    file('SYN038-1.p',unknown),
    [] ).

cnf(6,axiom,
    ( q(u,v)
    | q(f(u,v),f(u,v)) ),
    file('SYN038-1.p',unknown),
    [] ).

cnf(7,axiom,
    ( ~ q(u,v)
    | ~ q(f(u,v),f(u,v)) ),
    file('SYN038-1.p',unknown),
    [] ).

cnf(8,plain,
    ( q(u,v)
    | p(u,v) ),
    inference(res,[status(thm),theory(equality)],[6,5]),
    [iquote('0:Res:6.1,5.0')] ).

cnf(9,plain,
    ( ~ p(u,v)
    | q(f(u,v),f(u,v)) ),
    inference(mrr,[status(thm)],[3,8]),
    [iquote('0:MRR:3.1,8.1')] ).

cnf(13,plain,
    ( ~ p(u,v)
    | ~ q(u,v) ),
    inference(res,[status(thm),theory(equality)],[9,7]),
    [iquote('0:Res:9.1,7.1')] ).

cnf(16,plain,
    ( ~ p(u,v)
    | ~ p(f(u,v),f(u,v)) ),
    inference(res,[status(thm),theory(equality)],[9,13]),
    [iquote('0:Res:9.1,13.1')] ).

cnf(22,plain,
    ( ~ p(u,v)
    | p(v,f(u,v))
    | p(u,f(u,v)) ),
    inference(res,[status(thm),theory(equality)],[8,2]),
    [iquote('0:Res:8.0,2.1')] ).

cnf(24,plain,
    ( p(u,v)
    | p(f(u,v),f(f(u,v),f(u,v)))
    | p(f(u,v),f(f(u,v),f(u,v))) ),
    inference(res,[status(thm),theory(equality)],[4,22]),
    [iquote('0:Res:4.1,22.0')] ).

cnf(25,plain,
    ( p(u,v)
    | p(f(u,v),f(f(u,v),f(u,v))) ),
    inference(obv,[status(thm),theory(equality)],[24]),
    [iquote('0:Obv:24.1')] ).

cnf(28,plain,
    ( ~ p(f(u,v),f(u,v))
    | p(u,v)
    | q(f(u,v),f(f(u,v),f(u,v))) ),
    inference(res,[status(thm),theory(equality)],[25,1]),
    [iquote('0:Res:25.1,1.1')] ).

cnf(29,plain,
    ( p(u,v)
    | q(f(u,v),f(f(u,v),f(u,v))) ),
    inference(mrr,[status(thm)],[28,4]),
    [iquote('0:MRR:28.0,4.1')] ).

cnf(33,plain,
    ( ~ p(f(u,v),f(f(u,v),f(u,v)))
    | p(u,v) ),
    inference(res,[status(thm),theory(equality)],[29,13]),
    [iquote('0:Res:29.1,13.1')] ).

cnf(35,plain,
    p(u,v),
    inference(mrr,[status(thm)],[33,25]),
    [iquote('0:MRR:33.0,25.1')] ).

cnf(39,plain,
    $false,
    inference(mrr,[status(thm)],[16,35]),
    [iquote('0:MRR:16.1,16.0,35.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN038-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : run_spass %d %s
% 0.14/0.34  % Computer : n029.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  : 600
% 0.14/0.34  % DateTime : Mon Jul 11 18:45:17 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.20/0.41  
% 0.20/0.41  SPASS V 3.9 
% 0.20/0.41  SPASS beiseite: Proof found.
% 0.20/0.41  % SZS status Theorem
% 0.20/0.41  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.20/0.41  SPASS derived 30 clauses, backtracked 0 clauses, performed 0 splits and kept 23 clauses.
% 0.20/0.41  SPASS allocated 63103 KBytes.
% 0.20/0.41  SPASS spent	0:00:00.06 on the problem.
% 0.20/0.41  		0:00:00.03 for the input.
% 0.20/0.41  		0:00:00.00 for the FLOTTER CNF translation.
% 0.20/0.41  		0:00:00.00 for inferences.
% 0.20/0.41  		0:00:00.00 for the backtracking.
% 0.20/0.41  		0:00:00.00 for the reduction.
% 0.20/0.41  
% 0.20/0.41  
% 0.20/0.41  Here is a proof with depth 5, length 19 :
% 0.20/0.41  % SZS output start Refutation
% See solution above
% 0.20/0.41  Formulae used in the proof : clause_1 clause_2 clause_3 clause_4 clause_5 clause_6 clause_7
% 0.20/0.41  
%------------------------------------------------------------------------------