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

View Problem - Process Solution

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

% Computer : n010.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:54 EDT 2022

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

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

cnf(rule_240,axiom,
    ( n3(X46)
    | ~ p2(X47,X45,X46) ),
    input ).

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

cnf(rule_001,axiom,
    ( k1(X7)
    | ~ n0(X8,X7) ),
    input ).

cnf(c3,plain,
    k1(a),
    inference(resolution,status(thm),[rule_001,axiom_37]) ).

cnf(rule_159,axiom,
    ( p2(X38,X38,X38)
    | ~ k1(X38) ),
    input ).

cnf(c50,plain,
    p2(a,a,a),
    inference(resolution,status(thm),[rule_159,c3]) ).

cnf(c69,plain,
    n3(a),
    inference(resolution,status(thm),[c50,rule_240]) ).

cnf(c70,plain,
    $false,
    inference(resolution,status(thm),[c69,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : SYN153-1 : TPTP v8.1.0. Released v1.1.0.
% 0.08/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n010.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jul 11 16:32:45 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.68/0.86  # Version:  1.3
% 0.68/0.86  # SZS status Unsatisfiable
% 0.68/0.86  # SZS output start CNFRefutation
% See solution above
% 0.68/0.86  
% 0.68/0.86  # Initial clauses    : 369
% 0.68/0.86  # Processed clauses  : 102
% 0.68/0.86  # Factors computed   : 0
% 0.68/0.86  # Resolvents computed: 71
% 0.68/0.86  # Tautologies deleted: 0
% 0.68/0.86  # Forward subsumed   : 21
% 0.68/0.86  # Backward subsumed  : 5
% 0.68/0.86  # -------- CPU Time ---------
% 0.68/0.86  # User time          : 0.501 s
% 0.68/0.86  # System time        : 0.021 s
% 0.68/0.86  # Total time         : 0.522 s
%------------------------------------------------------------------------------