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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN196-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:12 EDT 2022

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

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

cnf(axiom_14,axiom,
    p0(b,X2),
    input ).

cnf(rule_125,axiom,
    ( s1(X9)
    | ~ p0(X9,X9) ),
    input ).

cnf(c8,plain,
    s1(b),
    inference(resolution,status(thm),[rule_125,axiom_14]) ).

cnf(axiom_17,axiom,
    q0(X3,d),
    input ).

cnf(rule_126,axiom,
    ( s1(X180)
    | ~ q0(X180,X181)
    | ~ s1(X182) ),
    input ).

cnf(c218,plain,
    ( s1(X183)
    | ~ s1(X184) ),
    inference(resolution,status(thm),[rule_126,axiom_17]) ).

cnf(c222,plain,
    s1(X185),
    inference(resolution,status(thm),[c218,c8]) ).

cnf(c223,plain,
    $false,
    inference(resolution,status(thm),[c222,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN196-1 : TPTP v8.1.0. Released v1.1.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n004.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 05:46:07 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.77/1.01  # Version:  1.3
% 0.77/1.01  # SZS status Unsatisfiable
% 0.77/1.01  # SZS output start CNFRefutation
% See solution above
% 0.77/1.01  
% 0.77/1.01  # Initial clauses    : 369
% 0.77/1.01  # Processed clauses  : 213
% 0.77/1.01  # Factors computed   : 0
% 0.77/1.01  # Resolvents computed: 224
% 0.77/1.01  # Tautologies deleted: 0
% 0.77/1.01  # Forward subsumed   : 85
% 0.77/1.01  # Backward subsumed  : 75
% 0.77/1.01  # -------- CPU Time ---------
% 0.77/1.01  # User time          : 0.648 s
% 0.77/1.01  # System time        : 0.010 s
% 0.77/1.01  # Total time         : 0.658 s
%------------------------------------------------------------------------------