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

View Problem - Process Solution

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

% Computer : n017.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:26 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ l3(e,c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_this) ).

cnf(axiom_13,axiom,
    r0(e),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_13) ).

cnf(axiom_24,axiom,
    l0(c),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_24) ).

cnf(axiom_28,axiom,
    k0(e),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_28) ).

cnf(rule_021,axiom,
    ( m1(X92,X93,X92)
    | ~ l0(X92)
    | ~ k0(X93) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_021) ).

cnf(c111,plain,
    ( m1(X157,e,X157)
    | ~ l0(X157) ),
    inference(resolution,[status(thm)],[rule_021,axiom_28]) ).

cnf(c190,plain,
    m1(c,e,c),
    inference(resolution,[status(thm)],[c111,axiom_24]) ).

cnf(rule_176,axiom,
    ( p2(X219,X220,X219)
    | ~ m1(X220,X219,X220) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_176) ).

cnf(c261,plain,
    p2(e,c,e),
    inference(resolution,[status(thm)],[rule_176,c190]) ).

cnf(rule_215,axiom,
    ( l3(X367,X368)
    | ~ r0(X367)
    | ~ p2(X367,X368,X367) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_215) ).

cnf(c388,plain,
    ( l3(e,c)
    | ~ r0(e) ),
    inference(resolution,[status(thm)],[rule_215,c261]) ).

cnf(c409,plain,
    l3(e,c),
    inference(resolution,[status(thm)],[c388,axiom_13]) ).

cnf(c410,plain,
    $false,
    inference(resolution,[status(thm)],[c409,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SYN125-1 : TPTP v8.1.2. Released v1.1.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n017.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Wed May  8 20:20:23 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.86/1.04  % Version:  1.5
% 0.86/1.04  % SZS status Unsatisfiable
% 0.86/1.04  % SZS output start CNFRefutation
% See solution above
% 0.86/1.04  
% 0.86/1.04  % Initial clauses    : 369
% 0.86/1.04  % Processed clauses  : 307
% 0.86/1.04  % Factors computed   : 3
% 0.86/1.04  % Resolvents computed: 408
% 0.86/1.04  % Tautologies deleted: 2
% 0.86/1.04  % Forward subsumed   : 192
% 0.86/1.04  % Backward subsumed  : 136
% 0.86/1.04  % -------- CPU Time ---------
% 0.86/1.04  % User time          : 0.673 s
% 0.86/1.04  % System time        : 0.017 s
% 0.86/1.04  % Total time         : 0.690 s
%------------------------------------------------------------------------------