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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : LCL197-1 : TPTP v8.1.0. Released v1.1.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:52:47 EDT 2022

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

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

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

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

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

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

cnf(c0,plain,
    theorem(or(not(or(X6,X6)),X6)),
    inference(resolution,status(thm),[axiom_1_2,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(X33),X32)),or(not(or(X31,X33)),or(X31,X32)))),
    input ).

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

cnf(c128,plain,
    theorem(or(not(or(X612,or(X611,X611))),or(X612,X611))),
    inference(resolution,status(thm),[c22,c0]) ).

cnf(c491,plain,
    ( theorem(or(not(X3561),or(X3562,X3560)))
    | ~ axiom(or(not(X3561),or(X3562,or(X3560,X3560)))) ),
    inference(resolution,status(thm),[c128,rule_3]) ).

cnf(c2292,plain,
    theorem(or(not(or(X3570,or(X3571,X3570))),or(X3571,X3570))),
    inference(resolution,status(thm),[c491,axiom_1_5]) ).

cnf(c2300,plain,
    $false,
    inference(resolution,status(thm),[c2292,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : LCL197-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n021.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Sun Jul  3 02:17:00 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 6.83/7.01  # Version:  1.3
% 6.83/7.01  # SZS status Unsatisfiable
% 6.83/7.01  # SZS output start CNFRefutation
% See solution above
% 6.83/7.01  
% 6.83/7.01  # Initial clauses    : 9
% 6.83/7.01  # Processed clauses  : 510
% 6.83/7.01  # Factors computed   : 0
% 6.83/7.01  # Resolvents computed: 2305
% 6.83/7.01  # Tautologies deleted: 0
% 6.83/7.01  # Forward subsumed   : 622
% 6.83/7.01  # Backward subsumed  : 10
% 6.83/7.01  # -------- CPU Time ---------
% 6.83/7.01  # User time          : 6.633 s
% 6.83/7.01  # System time        : 0.018 s
% 6.83/7.01  # Total time         : 6.651 s
%------------------------------------------------------------------------------