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

View Problem - Process Solution

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

% Computer : n007.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:34 EDT 2022

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

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

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

cnf(rule_2,axiom,
    ( theorem(X12)
    | ~ axiom(or(not(X11),X12))
    | ~ theorem(X11) ),
    input ).

cnf(c3,plain,
    ( theorem(or(X16,X17))
    | ~ theorem(or(X17,X16)) ),
    inference(resolution,status(thm),[rule_2,axiom_1_4]) ).

cnf(axiom_1_2,axiom,
    axiom(or(not(or(X3,X3)),X3)),
    input ).

cnf(c4,plain,
    ( theorem(X13)
    | ~ theorem(or(X13,X13)) ),
    inference(resolution,status(thm),[rule_2,axiom_1_2]) ).

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

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

cnf(c1,plain,
    theorem(or(not(X7),or(X8,X7))),
    inference(resolution,status(thm),[axiom_1_3,rule_1]) ).

cnf(axiom_1_5,axiom,
    axiom(or(not(or(X21,or(X19,X20))),or(X19,or(X21,X20)))),
    input ).

cnf(c12,plain,
    ( theorem(or(X57,or(X56,X55)))
    | ~ theorem(or(X56,or(X57,X55))) ),
    inference(resolution,status(thm),[axiom_1_5,rule_2]) ).

cnf(c51,plain,
    theorem(or(X60,or(not(X59),X59))),
    inference(resolution,status(thm),[c12,c1]) ).

cnf(c57,plain,
    theorem(or(not(X61),X61)),
    inference(resolution,status(thm),[c51,c4]) ).

cnf(c61,plain,
    theorem(or(X62,not(X62))),
    inference(resolution,status(thm),[c57,c3]) ).

cnf(c65,plain,
    $false,
    inference(resolution,status(thm),[c61,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : LCL178-1 : TPTP v8.1.0. Released v1.1.0.
% 0.10/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n007.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  4 02:06:56 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.20/0.54  # Version:  1.3
% 0.20/0.54  # SZS status Unsatisfiable
% 0.20/0.54  # SZS output start CNFRefutation
% See solution above
% 0.20/0.54  
% 0.20/0.54  # Initial clauses    : 9
% 0.20/0.54  # Processed clauses  : 27
% 0.20/0.54  # Factors computed   : 0
% 0.20/0.54  # Resolvents computed: 66
% 0.20/0.54  # Tautologies deleted: 0
% 0.20/0.54  # Forward subsumed   : 7
% 0.20/0.54  # Backward subsumed  : 0
% 0.20/0.54  # -------- CPU Time ---------
% 0.20/0.54  # User time          : 0.178 s
% 0.20/0.54  # System time        : 0.017 s
% 0.20/0.54  # Total time         : 0.195 s
%------------------------------------------------------------------------------