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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN256-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:26:36 EDT 2022

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

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

cnf(rule_137,axiom,
    ( n2(X32)
    | ~ p1(X33,X34,X32) ),
    input ).

cnf(axiom_26,axiom,
    n0(d,c),
    input ).

cnf(rule_066,axiom,
    ( p1(X83,X83,X83)
    | ~ n0(X84,X83) ),
    input ).

cnf(c87,plain,
    p1(c,c,c),
    inference(resolution,status(thm),[rule_066,axiom_26]) ).

cnf(c92,plain,
    n2(c),
    inference(resolution,status(thm),[c87,rule_137]) ).

cnf(c95,plain,
    $false,
    inference(resolution,status(thm),[c92,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN256-1 : TPTP v8.1.0. Released v1.1.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n005.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Mon Jul 11 22:40:06 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.79/0.97  # Version:  1.3
% 0.79/0.97  # SZS status Unsatisfiable
% 0.79/0.97  # SZS output start CNFRefutation
% See solution above
% 0.79/0.97  
% 0.79/0.97  # Initial clauses    : 369
% 0.79/0.97  # Processed clauses  : 122
% 0.79/0.97  # Factors computed   : 0
% 0.79/0.97  # Resolvents computed: 97
% 0.79/0.97  # Tautologies deleted: 0
% 0.79/0.97  # Forward subsumed   : 28
% 0.79/0.97  # Backward subsumed  : 7
% 0.79/0.97  # -------- CPU Time ---------
% 0.79/0.97  # User time          : 0.592 s
% 0.79/0.97  # System time        : 0.012 s
% 0.79/0.97  # Total time         : 0.604 s
%------------------------------------------------------------------------------