TSTP Solution File: SYN234-1 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n004.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 11:26:27 EDT 2022

% Result   : Unsatisfiable 0.80s 1.01s
% Output   : Refutation 0.80s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ l3(e,a),
    input ).

cnf(axiom_13,axiom,
    r0(e),
    input ).

cnf(axiom_20,axiom,
    l0(a),
    input ).

cnf(axiom_28,axiom,
    k0(e),
    input ).

cnf(rule_021,axiom,
    ( m1(X93,X92,X93)
    | ~ l0(X93)
    | ~ k0(X92) ),
    input ).

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

cnf(c188,plain,
    m1(a,e,a),
    inference(resolution,status(thm),[c110,axiom_20]) ).

cnf(rule_176,axiom,
    ( p2(X218,X219,X218)
    | ~ m1(X219,X218,X219) ),
    input ).

cnf(c251,plain,
    p2(e,a,e),
    inference(resolution,status(thm),[rule_176,c188]) ).

cnf(rule_215,axiom,
    ( l3(X358,X359)
    | ~ r0(X358)
    | ~ p2(X358,X359,X358) ),
    input ).

cnf(c383,plain,
    ( l3(e,a)
    | ~ r0(e) ),
    inference(resolution,status(thm),[rule_215,c251]) ).

cnf(c399,plain,
    l3(e,a),
    inference(resolution,status(thm),[c383,axiom_13]) ).

cnf(c400,plain,
    $false,
    inference(resolution,status(thm),[c399,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN234-1 : TPTP v8.1.0. Released v1.1.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n004.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  : 600
% 0.13/0.34  % DateTime : Mon Jul 11 22:10:07 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.80/1.01  # Version:  1.3
% 0.80/1.01  # SZS status Unsatisfiable
% 0.80/1.01  # SZS output start CNFRefutation
% See solution above
% 0.80/1.01  
% 0.80/1.01  # Initial clauses    : 369
% 0.80/1.01  # Processed clauses  : 305
% 0.80/1.01  # Factors computed   : 0
% 0.80/1.01  # Resolvents computed: 401
% 0.80/1.01  # Tautologies deleted: 2
% 0.80/1.01  # Forward subsumed   : 187
% 0.80/1.01  # Backward subsumed  : 135
% 0.80/1.01  # -------- CPU Time ---------
% 0.80/1.01  # User time          : 0.653 s
% 0.80/1.01  # System time        : 0.012 s
% 0.80/1.01  # Total time         : 0.665 s
%------------------------------------------------------------------------------