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

View Problem - Process Solution

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

% Computer : n005.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:25:42 EDT 2022

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

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

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

cnf(axiom_24,axiom,
    l0(c),
    input ).

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SYN125-1 : TPTP v8.1.0. Released v1.1.0.
% 0.12/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n005.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Tue Jul 12 02:20:37 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.90/1.11  # Version:  1.3
% 0.90/1.11  # SZS status Unsatisfiable
% 0.90/1.11  # SZS output start CNFRefutation
% See solution above
% 0.90/1.11  
% 0.90/1.11  # Initial clauses    : 369
% 0.90/1.11  # Processed clauses  : 304
% 0.90/1.11  # Factors computed   : 0
% 0.90/1.11  # Resolvents computed: 401
% 0.90/1.11  # Tautologies deleted: 2
% 0.90/1.11  # Forward subsumed   : 188
% 0.90/1.11  # Backward subsumed  : 134
% 0.90/1.11  # -------- CPU Time ---------
% 0.90/1.11  # User time          : 0.742 s
% 0.90/1.11  # System time        : 0.011 s
% 0.90/1.11  # Total time         : 0.753 s
%------------------------------------------------------------------------------