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

View Problem - Process Solution

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

% Computer : n010.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:42 EDT 2022

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

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

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

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

cnf(c2,plain,
    theorem(or(not(or(X27,X28)),or(X28,X27))),
    inference(resolution,status(thm),[axiom_1_4,rule_1]) ).

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

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

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

cnf(c127,plain,
    theorem(or(not(or(X888,or(X890,X889))),or(X888,or(X889,X890)))),
    inference(resolution,status(thm),[c22,c2]) ).

cnf(c724,plain,
    $false,
    inference(resolution,status(thm),[c127,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL190-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n010.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 02:59:32 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 1.16/1.36  # Version:  1.3
% 1.16/1.36  # SZS status Unsatisfiable
% 1.16/1.36  # SZS output start CNFRefutation
% See solution above
% 1.16/1.36  
% 1.16/1.36  # Initial clauses    : 9
% 1.16/1.36  # Processed clauses  : 163
% 1.16/1.36  # Factors computed   : 0
% 1.16/1.36  # Resolvents computed: 728
% 1.16/1.36  # Tautologies deleted: 0
% 1.16/1.36  # Forward subsumed   : 173
% 1.16/1.36  # Backward subsumed  : 0
% 1.16/1.36  # -------- CPU Time ---------
% 1.16/1.36  # User time          : 1.010 s
% 1.16/1.36  # System time        : 0.016 s
% 1.16/1.36  # Total time         : 1.026 s
%------------------------------------------------------------------------------