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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : SYN225-1 : TPTP v8.1.2. Released v1.1.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:47:40 EDT 2024

% Result   : Unsatisfiable 0.91s 1.15s
% Output   : Refutation 0.91s
% 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(b,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_this) ).

cnf(axiom_9,axiom,
    r0(b),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',axiom_9) ).

cnf(axiom_20,axiom,
    l0(a),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',axiom_20) ).

cnf(axiom_32,axiom,
    k0(b),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',axiom_32) ).

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

cnf(c112,plain,
    ( m1(X162,b,X162)
    | ~ l0(X162) ),
    inference(resolution,[status(thm)],[rule_021,axiom_32]) ).

cnf(c200,plain,
    m1(a,b,a),
    inference(resolution,[status(thm)],[c112,axiom_20]) ).

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

cnf(c257,plain,
    p2(b,a,b),
    inference(resolution,[status(thm)],[rule_176,c200]) ).

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

cnf(c393,plain,
    ( l3(b,a)
    | ~ r0(b) ),
    inference(resolution,[status(thm)],[rule_215,c257]) ).

cnf(c411,plain,
    l3(b,a),
    inference(resolution,[status(thm)],[c393,axiom_9]) ).

cnf(c412,plain,
    $false,
    inference(resolution,[status(thm)],[c411,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN225-1 : TPTP v8.1.2. Released v1.1.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n026.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  : 300
% 0.14/0.34  % DateTime : Wed May  8 19:44:23 EDT 2024
% 0.14/0.34  % CPUTime  : 
% 0.91/1.15  % Version:  1.5
% 0.91/1.15  % SZS status Unsatisfiable
% 0.91/1.15  % SZS output start CNFRefutation
% See solution above
% 0.91/1.15  
% 0.91/1.15  % Initial clauses    : 369
% 0.91/1.15  % Processed clauses  : 312
% 0.91/1.15  % Factors computed   : 3
% 0.91/1.15  % Resolvents computed: 410
% 0.91/1.15  % Tautologies deleted: 2
% 0.91/1.15  % Forward subsumed   : 192
% 0.91/1.15  % Backward subsumed  : 139
% 0.91/1.15  % -------- CPU Time ---------
% 0.91/1.15  % User time          : 0.788 s
% 0.91/1.15  % System time        : 0.012 s
% 0.91/1.15  % Total time         : 0.800 s
%------------------------------------------------------------------------------