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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : LCL188-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:41 EDT 2022

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

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

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

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

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

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(axiom_1_3,axiom,
    axiom(or(not(X4),or(X5,X4))),
    input ).

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

cnf(c59,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),[c59,c3]) ).

cnf(c75,plain,
    theorem(or(X150,or(not(or(X150,X151)),X151))),
    inference(resolution,status(thm),[c73,c13]) ).

cnf(c168,plain,
    $false,
    inference(resolution,status(thm),[c75,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : LCL188-1 : TPTP v8.1.0. Released v1.1.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n015.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Mon Jul  4 18:14:31 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.19/0.58  # Version:  1.3
% 0.19/0.58  # SZS status Unsatisfiable
% 0.19/0.58  # SZS output start CNFRefutation
% See solution above
% 0.19/0.58  
% 0.19/0.58  # Initial clauses    : 9
% 0.19/0.58  # Processed clauses  : 48
% 0.19/0.58  # Factors computed   : 0
% 0.19/0.58  # Resolvents computed: 173
% 0.19/0.58  # Tautologies deleted: 0
% 0.19/0.58  # Forward subsumed   : 26
% 0.19/0.58  # Backward subsumed  : 0
% 0.19/0.58  # -------- CPU Time ---------
% 0.19/0.58  # User time          : 0.231 s
% 0.19/0.58  # System time        : 0.015 s
% 0.19/0.58  # Total time         : 0.246 s
%------------------------------------------------------------------------------