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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : KRS012-1 : TPTP v8.1.2. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n026.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:28:28 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_2,negated_conjecture,
    ~ f(exists),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_2) ).

cnf(clause_12,axiom,
    ( f(X2)
    | ~ e(u1r1(X2)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_12) ).

cnf(clause_1,negated_conjecture,
    c(exists),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_1) ).

cnf(clause_13,axiom,
    ( f(X3)
    | r(X3,u1r1(X3)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_13) ).

cnf(c0,plain,
    r(exists,u1r1(exists)),
    inference(resolution,[status(thm)],[clause_13,clause_2]) ).

cnf(clause_4,axiom,
    ( d(X7)
    | ~ c(X6)
    | ~ r(X6,X7) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_4) ).

cnf(c3,plain,
    ( d(u1r1(exists))
    | ~ c(exists) ),
    inference(resolution,[status(thm)],[clause_4,c0]) ).

cnf(c7,plain,
    d(u1r1(exists)),
    inference(resolution,[status(thm)],[c3,clause_1]) ).

cnf(clause_3,axiom,
    ( e(X5)
    | ~ c(X4)
    | ~ r(X4,X5)
    | ~ d(X5) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_3) ).

cnf(c1,plain,
    ( e(u1r1(exists))
    | ~ c(exists)
    | ~ d(u1r1(exists)) ),
    inference(resolution,[status(thm)],[clause_3,c0]) ).

cnf(c20,plain,
    ( e(u1r1(exists))
    | ~ c(exists) ),
    inference(resolution,[status(thm)],[c1,c7]) ).

cnf(c22,plain,
    e(u1r1(exists)),
    inference(resolution,[status(thm)],[c20,clause_1]) ).

cnf(c24,plain,
    f(exists),
    inference(resolution,[status(thm)],[c22,clause_12]) ).

cnf(c26,plain,
    $false,
    inference(resolution,[status(thm)],[c24,clause_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : KRS012-1 : TPTP v8.1.2. Released v2.0.0.
% 0.10/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n026.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu May  9 00:06:38 EDT 2024
% 0.13/0.34  % CPUTime  : 
% 0.19/0.53  % Version:  1.5
% 0.19/0.53  % SZS status Unsatisfiable
% 0.19/0.53  % SZS output start CNFRefutation
% See solution above
% 0.19/0.53  
% 0.19/0.53  % Initial clauses    : 13
% 0.19/0.53  % Processed clauses  : 22
% 0.19/0.53  % Factors computed   : 0
% 0.19/0.53  % Resolvents computed: 27
% 0.19/0.53  % Tautologies deleted: 1
% 0.19/0.53  % Forward subsumed   : 2
% 0.19/0.53  % Backward subsumed  : 3
% 0.19/0.53  % -------- CPU Time ---------
% 0.19/0.53  % User time          : 0.165 s
% 0.19/0.53  % System time        : 0.017 s
% 0.19/0.53  % Total time         : 0.182 s
%------------------------------------------------------------------------------