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

View Problem - Process Solution

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

% Computer : n013.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:35 EDT 2022

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

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

cnf(axiom_37,axiom,
    n0(b,a),
    input ).

cnf(rule_100,axiom,
    ( q1(X123,X123,X123)
    | ~ n0(X124,X123) ),
    input ).

cnf(c145,plain,
    q1(a,a,a),
    inference(resolution,status(thm),[rule_100,axiom_37]) ).

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

cnf(c155,plain,
    k2(a,a),
    inference(resolution,status(thm),[rule_129,c145]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN108-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n013.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 : Mon Jul 11 23:43:29 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.67/0.89  # Version:  1.3
% 0.67/0.89  # SZS status Unsatisfiable
% 0.67/0.89  # SZS output start CNFRefutation
% See solution above
% 0.67/0.89  
% 0.67/0.89  # Initial clauses    : 369
% 0.67/0.89  # Processed clauses  : 169
% 0.67/0.89  # Factors computed   : 0
% 0.67/0.89  # Resolvents computed: 160
% 0.67/0.89  # Tautologies deleted: 0
% 0.67/0.89  # Forward subsumed   : 59
% 0.67/0.89  # Backward subsumed  : 56
% 0.67/0.89  # -------- CPU Time ---------
% 0.67/0.89  # User time          : 0.535 s
% 0.67/0.89  # System time        : 0.016 s
% 0.67/0.89  # Total time         : 0.551 s
%------------------------------------------------------------------------------