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

View Problem - Process Solution

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

% Computer : n024.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:53 EDT 2022

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

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

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

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

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

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

cnf(rule_3,axiom,
    ( theorem(or(not(X43),X44))
    | ~ axiom(or(not(X43),X45))
    | ~ theorem(or(not(X45),X44)) ),
    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(X28,X27)),or(X27,X28))),
    inference(resolution,status(thm),[axiom_1_4,rule_1]) ).

cnf(c34,plain,
    ( theorem(or(not(X247),or(X248,X249)))
    | ~ axiom(or(not(X247),or(X249,X248))) ),
    inference(resolution,status(thm),[rule_3,c2]) ).

cnf(c246,plain,
    theorem(or(not(X251),or(X251,X250))),
    inference(resolution,status(thm),[c34,axiom_1_3]) ).

cnf(c251,plain,
    theorem(or(X255,or(not(X255),X254))),
    inference(resolution,status(thm),[c246,c12]) ).

cnf(c254,plain,
    ( theorem(or(not(X1916),or(not(not(X1917)),X1915)))
    | ~ axiom(or(not(X1916),X1917)) ),
    inference(resolution,status(thm),[c251,rule_3]) ).

cnf(c1367,plain,
    theorem(or(not(X2823),or(not(not(or(X2822,X2823))),X2824))),
    inference(resolution,status(thm),[c254,axiom_1_3]) ).

cnf(c1765,plain,
    theorem(or(not(not(or(X2901,X2903))),or(not(X2903),X2902))),
    inference(resolution,status(thm),[c1367,c12]) ).

cnf(c1835,plain,
    $false,
    inference(resolution,status(thm),[c1765,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : LCL207-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 : n024.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 : Mon Jul  4 08:54:14 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 4.58/4.75  # Version:  1.3
% 4.58/4.75  # SZS status Unsatisfiable
% 4.58/4.75  # SZS output start CNFRefutation
% See solution above
% 4.58/4.75  
% 4.58/4.75  # Initial clauses    : 9
% 4.58/4.75  # Processed clauses  : 419
% 4.58/4.75  # Factors computed   : 0
% 4.58/4.75  # Resolvents computed: 1838
% 4.58/4.75  # Tautologies deleted: 0
% 4.58/4.75  # Forward subsumed   : 526
% 4.58/4.75  # Backward subsumed  : 8
% 4.58/4.75  # -------- CPU Time ---------
% 4.58/4.75  # User time          : 4.392 s
% 4.58/4.75  # System time        : 0.016 s
% 4.58/4.75  # Total time         : 4.408 s
%------------------------------------------------------------------------------