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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN112-1 : TPTP v8.1.0. 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  : 600s
% DateTime : Thu Jul 21 11:25:37 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ k2(e,X4),
    input ).

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

cnf(rule_116,axiom,
    ( q1(X32,X32,X32)
    | ~ r0(X32) ),
    input ).

cnf(c42,plain,
    q1(e,e,e),
    inference(resolution,status(thm),[rule_116,axiom_13]) ).

cnf(rule_129,axiom,
    ( k2(X127,X127)
    | ~ q1(X128,X127,X127) ),
    input ).

cnf(c155,plain,
    k2(e,e),
    inference(resolution,status(thm),[rule_129,c42]) ).

cnf(c159,plain,
    $false,
    inference(resolution,status(thm),[c155,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : SYN112-1 : TPTP v8.1.0. Released v1.1.0.
% 0.04/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n026.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Tue Jul 12 05:24:42 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.69/0.91  # Version:  1.3
% 0.69/0.91  # SZS status Unsatisfiable
% 0.69/0.91  # SZS output start CNFRefutation
% See solution above
% 0.69/0.91  
% 0.69/0.91  # Initial clauses    : 369
% 0.69/0.91  # Processed clauses  : 169
% 0.69/0.91  # Factors computed   : 0
% 0.69/0.91  # Resolvents computed: 160
% 0.69/0.91  # Tautologies deleted: 0
% 0.69/0.91  # Forward subsumed   : 59
% 0.69/0.91  # Backward subsumed  : 56
% 0.69/0.91  # -------- CPU Time ---------
% 0.69/0.91  # User time          : 0.541 s
% 0.69/0.91  # System time        : 0.016 s
% 0.69/0.91  # Total time         : 0.557 s
%------------------------------------------------------------------------------