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

View Problem - Process Solution

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

% Computer : n015.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:49 EDT 2022

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

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

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

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

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

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

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

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

cnf(c3,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(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(X20,or(X21,X19))),or(X21,or(X20,X19)))),
    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(c62,plain,
    theorem(or(X85,or(not(X84),X84))),
    inference(resolution,status(thm),[c13,c1]) ).

cnf(c69,plain,
    theorem(or(not(X86),X86)),
    inference(resolution,status(thm),[c62,c3]) ).

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

cnf(c79,plain,
    ( theorem(or(not(X574),not(not(X575))))
    | ~ axiom(or(not(X574),X575)) ),
    inference(resolution,status(thm),[c77,rule_3]) ).

cnf(c444,plain,
    theorem(or(not(X576),not(not(or(X577,X576))))),
    inference(resolution,status(thm),[c79,axiom_1_3]) ).

cnf(c452,plain,
    theorem(or(not(not(or(X580,X579))),not(X579))),
    inference(resolution,status(thm),[c444,c5]) ).

cnf(c459,plain,
    $false,
    inference(resolution,status(thm),[c452,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL200-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n015.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 : Sat Jul  2 15:24:14 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.73/0.91  # Version:  1.3
% 0.73/0.91  # SZS status Unsatisfiable
% 0.73/0.91  # SZS output start CNFRefutation
% See solution above
% 0.73/0.91  
% 0.73/0.91  # Initial clauses    : 9
% 0.73/0.91  # Processed clauses  : 113
% 0.73/0.91  # Factors computed   : 0
% 0.73/0.91  # Resolvents computed: 462
% 0.73/0.91  # Tautologies deleted: 0
% 0.73/0.91  # Forward subsumed   : 124
% 0.73/0.91  # Backward subsumed  : 0
% 0.73/0.91  # -------- CPU Time ---------
% 0.73/0.91  # User time          : 0.560 s
% 0.73/0.91  # System time        : 0.012 s
% 0.73/0.91  # Total time         : 0.572 s
%------------------------------------------------------------------------------