TSTP Solution File: SYN289-1 by Metis---2.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Metis---2.4
% Problem  : SYN289-1 : TPTP v8.1.0. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : metis --show proof --show saturation %s

% Computer : n014.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 09:00:59 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(axiom_14,axiom,
    p0(b,X) ).

cnf(axiom_34,axiom,
    n0(c,d) ).

cnf(rule_092,axiom,
    ( q1(J,A,J)
    | ~ n0(B,A)
    | ~ p0(C,J) ) ).

cnf(prove_this,negated_conjecture,
    ~ q1(b,d,b) ).

cnf(refute_0_0,plain,
    p0(b,X_389),
    inference(subst,[],[axiom_14:[bind(X,$fot(X_389))]]) ).

cnf(refute_0_1,plain,
    ( ~ n0(X_387,X_386)
    | ~ p0(b,X_389)
    | q1(X_389,X_386,X_389) ),
    inference(subst,[],[rule_092:[bind(A,$fot(X_386)),bind(B,$fot(X_387)),bind(C,$fot(b)),bind(J,$fot(X_389))]]) ).

cnf(refute_0_2,plain,
    ( ~ n0(X_387,X_386)
    | q1(X_389,X_386,X_389) ),
    inference(resolve,[$cnf( p0(b,X_389) )],[refute_0_0,refute_0_1]) ).

cnf(refute_0_3,plain,
    ( ~ n0(c,d)
    | q1(X_394,d,X_394) ),
    inference(subst,[],[refute_0_2:[bind(X_386,$fot(d)),bind(X_387,$fot(c)),bind(X_389,$fot(X_394))]]) ).

cnf(refute_0_4,plain,
    q1(X_394,d,X_394),
    inference(resolve,[$cnf( n0(c,d) )],[axiom_34,refute_0_3]) ).

cnf(refute_0_5,plain,
    q1(b,d,b),
    inference(subst,[],[refute_0_4:[bind(X_394,$fot(b))]]) ).

cnf(refute_0_6,plain,
    $false,
    inference(resolve,[$cnf( q1(b,d,b) )],[refute_0_5,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN289-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.12  % Command  : metis --show proof --show saturation %s
% 0.12/0.33  % Computer : n014.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 : Mon Jul 11 13:51:19 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0.19/0.50  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.50  
% 0.19/0.50  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.19/0.50  
%------------------------------------------------------------------------------