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

View Problem - Process Solution

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

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

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

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

cnf(rule_2,axiom,
    ( theorem(X11)
    | ~ axiom(or(not(X12),X11))
    | ~ theorem(X12) ),
    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(X9),or(X10,X9))),
    inference(resolution,status(thm),[axiom_1_3,rule_1]) ).

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

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

cnf(c60,plain,
    theorem(or(X71,or(not(X70),X70))),
    inference(resolution,status(thm),[c11,c1]) ).

cnf(c65,plain,
    theorem(or(not(X72),X72)),
    inference(resolution,status(thm),[c60,c3]) ).

cnf(c72,plain,
    $false,
    inference(resolution,status(thm),[c65,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : LCL176-1 : TPTP v8.1.0. Released v1.1.0.
% 0.03/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.11/0.33  % Computer : n010.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 600
% 0.11/0.33  % DateTime : Sat Jul  2 09:45:48 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.18/0.53  # Version:  1.3
% 0.18/0.53  # SZS status Unsatisfiable
% 0.18/0.53  # SZS output start CNFRefutation
% See solution above
% 0.18/0.53  
% 0.18/0.53  # Initial clauses    : 9
% 0.18/0.53  # Processed clauses  : 29
% 0.18/0.53  # Factors computed   : 0
% 0.18/0.53  # Resolvents computed: 75
% 0.18/0.53  # Tautologies deleted: 0
% 0.18/0.53  # Forward subsumed   : 9
% 0.18/0.53  # Backward subsumed  : 0
% 0.18/0.53  # -------- CPU Time ---------
% 0.18/0.53  # User time          : 0.189 s
% 0.18/0.53  # System time        : 0.013 s
% 0.18/0.53  # Total time         : 0.202 s
%------------------------------------------------------------------------------