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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : LCL236-1 : TPTP v8.1.0. Bugfixed v2.3.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:53:13 EDT 2022

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

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

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

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

cnf(c5,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(X15)
    | ~ theorem(or(X15,X15)) ),
    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(X4),or(X5,X4))),
    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(X19,or(X20,X21))),or(X20,or(X19,X21)))),
    input ).

cnf(c13,plain,
    ( theorem(or(X83,or(X82,X81)))
    | ~ theorem(or(X82,or(X83,X81))) ),
    inference(resolution,status(thm),[axiom_1_5,rule_2]) ).

cnf(c60,plain,
    theorem(or(X85,or(not(X84),X84))),
    inference(resolution,status(thm),[c13,c1]) ).

cnf(c73,plain,
    theorem(or(not(X86),X86)),
    inference(resolution,status(thm),[c60,c4]) ).

cnf(c74,plain,
    theorem(or(X87,not(X87))),
    inference(resolution,status(thm),[c73,c5]) ).

cnf(c78,plain,
    $false,
    inference(resolution,status(thm),[c74,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : LCL236-1 : TPTP v8.1.0. Bugfixed v2.3.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.11/0.33  % Computer : n021.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 600
% 0.11/0.33  % DateTime : Mon Jul  4 05:33:31 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.37/0.57  # Version:  1.3
% 0.37/0.57  # SZS status Unsatisfiable
% 0.37/0.57  # SZS output start CNFRefutation
% See solution above
% 0.37/0.57  
% 0.37/0.57  # Initial clauses    : 9
% 0.37/0.57  # Processed clauses  : 31
% 0.37/0.57  # Factors computed   : 0
% 0.37/0.57  # Resolvents computed: 82
% 0.37/0.57  # Tautologies deleted: 0
% 0.37/0.57  # Forward subsumed   : 14
% 0.37/0.57  # Backward subsumed  : 0
% 0.37/0.57  # -------- CPU Time ---------
% 0.37/0.57  # User time          : 0.228 s
% 0.37/0.57  # System time        : 0.017 s
% 0.37/0.57  # Total time         : 0.245 s
%------------------------------------------------------------------------------