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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : LCL190-3 : TPTP v8.1.0. Released v2.3.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:43 EDT 2022

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

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

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

cnf(axiom_1_4,axiom,
    axiom(implies(or(X19,X18),or(X18,X19))),
    input ).

cnf(c10,plain,
    theorem(implies(or(X39,X40),or(X40,X39))),
    inference(resolution,status(thm),[axiom_1_4,rule_1]) ).

cnf(rule_2,axiom,
    ( theorem(X23)
    | ~ theorem(implies(X24,X23))
    | ~ theorem(X24) ),
    input ).

cnf(axiom_1_6,axiom,
    axiom(implies(implies(X43,X42),implies(or(X41,X43),or(X41,X42)))),
    input ).

cnf(c25,plain,
    theorem(implies(implies(X156,X155),implies(or(X154,X156),or(X154,X155)))),
    inference(resolution,status(thm),[axiom_1_6,rule_1]) ).

cnf(c115,plain,
    ( theorem(implies(or(X627,X626),or(X627,X628)))
    | ~ theorem(implies(X626,X628)) ),
    inference(resolution,status(thm),[c25,rule_2]) ).

cnf(c972,plain,
    theorem(implies(or(X10204,or(X10205,X10203)),or(X10204,or(X10203,X10205)))),
    inference(resolution,status(thm),[c115,c10]) ).

cnf(c29224,plain,
    $false,
    inference(resolution,status(thm),[c972,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : LCL190-3 : TPTP v8.1.0. Released v2.3.0.
% 0.06/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n015.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sun Jul  3 18:46:45 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 35.62/35.82  # Version:  1.3
% 35.62/35.82  # SZS status Unsatisfiable
% 35.62/35.82  # SZS output start CNFRefutation
% See solution above
% 35.62/35.82  
% 35.62/35.82  # Initial clauses    : 17
% 35.62/35.82  # Processed clauses  : 1140
% 35.62/35.82  # Factors computed   : 0
% 35.62/35.82  # Resolvents computed: 29238
% 35.62/35.82  # Tautologies deleted: 4
% 35.62/35.82  # Forward subsumed   : 2624
% 35.62/35.82  # Backward subsumed  : 0
% 35.62/35.82  # -------- CPU Time ---------
% 35.62/35.82  # User time          : 35.379 s
% 35.62/35.82  # System time        : 0.083 s
% 35.62/35.82  # Total time         : 35.462 s
%------------------------------------------------------------------------------