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

View Problem - Process Solution

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

% Computer : n020.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:47:24 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ k3(X7,X7,b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_this) ).

cnf(axiom_7,axiom,
    n0(d,b),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',axiom_7) ).

cnf(rule_001,axiom,
    ( k1(X8)
    | ~ n0(X9,X8) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_001) ).

cnf(c2,plain,
    k1(b),
    inference(resolution,[status(thm)],[rule_001,axiom_7]) ).

cnf(rule_136,axiom,
    ( m2(b)
    | ~ k1(b) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_136) ).

cnf(c43,plain,
    m2(b),
    inference(resolution,[status(thm)],[rule_136,c2]) ).

cnf(rule_212,axiom,
    ( k3(X41,X41,X41)
    | ~ m2(X41) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_212) ).

cnf(c52,plain,
    k3(b,b,b),
    inference(resolution,[status(thm)],[rule_212,c43]) ).

cnf(c71,plain,
    $false,
    inference(resolution,[status(thm)],[c52,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : SYN114-1 : TPTP v8.1.2. Released v1.1.0.
% 0.12/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.36  % Computer : n020.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Wed May  8 20:00:23 EDT 2024
% 0.14/0.36  % CPUTime  : 
% 0.77/0.97  % Version:  1.5
% 0.77/0.97  % SZS status Unsatisfiable
% 0.77/0.97  % SZS output start CNFRefutation
% See solution above
% 0.77/0.97  
% 0.77/0.97  % Initial clauses    : 369
% 0.77/0.97  % Processed clauses  : 105
% 0.77/0.97  % Factors computed   : 0
% 0.77/0.97  % Resolvents computed: 72
% 0.77/0.97  % Tautologies deleted: 0
% 0.77/0.97  % Forward subsumed   : 22
% 0.77/0.97  % Backward subsumed  : 5
% 0.77/0.97  % -------- CPU Time ---------
% 0.77/0.97  % User time          : 0.590 s
% 0.77/0.97  % System time        : 0.014 s
% 0.77/0.97  % Total time         : 0.604 s
%------------------------------------------------------------------------------