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

View Problem - Process Solution

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

% Computer : n009.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:06 EDT 2022

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

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

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

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

cnf(c12,plain,
    ( theorem(or(X68,or(X69,X67)))
    | ~ theorem(or(X69,or(X68,X67))) ),
    inference(resolution,status(thm),[axiom_1_5,rule_2]) ).

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

cnf(axiom_1_6,axiom,
    axiom(or(not(or(not(X32),X33)),or(not(or(X31,X32)),or(X31,X33)))),
    input ).

cnf(c22,plain,
    theorem(or(not(or(not(X130),X129)),or(not(or(X128,X130)),or(X128,X129)))),
    inference(resolution,status(thm),[axiom_1_6,rule_1]) ).

cnf(c134,plain,
    theorem(or(not(or(X1033,X1034)),or(not(or(not(X1034),X1035)),or(X1033,X1035)))),
    inference(resolution,status(thm),[c22,c12]) ).

cnf(c810,plain,
    $false,
    inference(resolution,status(thm),[c134,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : LCL226-1 : TPTP v8.1.0. Released v1.1.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n009.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sun Jul  3 06:08:52 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 1.27/1.46  # Version:  1.3
% 1.27/1.46  # SZS status Unsatisfiable
% 1.27/1.46  # SZS output start CNFRefutation
% See solution above
% 1.27/1.46  
% 1.27/1.46  # Initial clauses    : 9
% 1.27/1.46  # Processed clauses  : 179
% 1.27/1.46  # Factors computed   : 0
% 1.27/1.46  # Resolvents computed: 815
% 1.27/1.46  # Tautologies deleted: 0
% 1.27/1.46  # Forward subsumed   : 199
% 1.27/1.46  # Backward subsumed  : 0
% 1.27/1.46  # -------- CPU Time ---------
% 1.27/1.46  # User time          : 1.081 s
% 1.27/1.46  # System time        : 0.015 s
% 1.27/1.46  # Total time         : 1.096 s
%------------------------------------------------------------------------------