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

View Problem - Process Solution

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

% Computer : n021.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 : Sun Jul 17 13:52:40 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ theorem(or(not(not(p)),or(not(p),q))),
    input ).

cnf(axiom_1_3,axiom,
    axiom(or(not(X5),or(X4,X5))),
    input ).

cnf(rule_1,axiom,
    ( theorem(X2)
    | ~ axiom(X2) ),
    input ).

cnf(axiom_1_4,axiom,
    axiom(or(not(or(X10,X9)),or(X9,X10))),
    input ).

cnf(c2,plain,
    theorem(or(not(or(X27,X28)),or(X28,X27))),
    inference(resolution,status(thm),[axiom_1_4,rule_1]) ).

cnf(rule_3,axiom,
    ( theorem(or(not(X45),X43))
    | ~ axiom(or(not(X45),X44))
    | ~ theorem(or(not(X44),X43)) ),
    input ).

cnf(c31,plain,
    ( theorem(or(not(X202),or(X200,X201)))
    | ~ axiom(or(not(X202),or(X201,X200))) ),
    inference(resolution,status(thm),[rule_3,c2]) ).

cnf(c220,plain,
    theorem(or(not(X204),or(X204,X203))),
    inference(resolution,status(thm),[c31,axiom_1_3]) ).

cnf(c227,plain,
    $false,
    inference(resolution,status(thm),[c220,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : LCL186-1 : TPTP v8.1.0. Released v1.1.0.
% 0.11/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n021.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 : Sun Jul  3 13:48:46 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.45/0.65  # Version:  1.3
% 0.45/0.65  # SZS status Unsatisfiable
% 0.45/0.65  # SZS output start CNFRefutation
% See solution above
% 0.45/0.65  
% 0.45/0.65  # Initial clauses    : 9
% 0.45/0.65  # Processed clauses  : 59
% 0.45/0.65  # Factors computed   : 0
% 0.45/0.65  # Resolvents computed: 231
% 0.45/0.65  # Tautologies deleted: 0
% 0.45/0.65  # Forward subsumed   : 38
% 0.45/0.65  # Backward subsumed  : 0
% 0.45/0.65  # -------- CPU Time ---------
% 0.45/0.65  # User time          : 0.287 s
% 0.45/0.65  # System time        : 0.013 s
% 0.45/0.65  # Total time         : 0.300 s
%------------------------------------------------------------------------------