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

View Problem - Process Solution

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

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ m3(X8,X7,a),
    input ).

cnf(rule_236,axiom,
    ( m3(X43,X43,X43)
    | ~ n2(X43) ),
    input ).

cnf(rule_137,axiom,
    ( n2(X36)
    | ~ p1(X34,X35,X36) ),
    input ).

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

cnf(rule_066,axiom,
    ( p1(X85,X85,X85)
    | ~ n0(X86,X85) ),
    input ).

cnf(c90,plain,
    p1(a,a,a),
    inference(resolution,status(thm),[rule_066,axiom_37]) ).

cnf(c100,plain,
    n2(a),
    inference(resolution,status(thm),[c90,rule_137]) ).

cnf(c102,plain,
    m3(a,a,a),
    inference(resolution,status(thm),[c100,rule_236]) ).

cnf(c112,plain,
    $false,
    inference(resolution,status(thm),[c102,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN135-1 : TPTP v8.1.0. Released v1.1.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n013.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Tue Jul 12 04:49:29 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.79/0.99  # Version:  1.3
% 0.79/0.99  # SZS status Unsatisfiable
% 0.79/0.99  # SZS output start CNFRefutation
% See solution above
% 0.79/0.99  
% 0.79/0.99  # Initial clauses    : 369
% 0.79/0.99  # Processed clauses  : 140
% 0.79/0.99  # Factors computed   : 0
% 0.79/0.99  # Resolvents computed: 113
% 0.79/0.99  # Tautologies deleted: 0
% 0.79/0.99  # Forward subsumed   : 31
% 0.79/0.99  # Backward subsumed  : 7
% 0.79/0.99  # -------- CPU Time ---------
% 0.79/0.99  # User time          : 0.622 s
% 0.79/0.99  # System time        : 0.014 s
% 0.79/0.99  # Total time         : 0.636 s
%------------------------------------------------------------------------------