TSTP Solution File: LCL186-1 by PyRes---1.5

View Problem - Process Solution

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

% Computer : n014.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  : 300s
% DateTime : Thu May  9 17:30:44 EDT 2024

% Result   : Unsatisfiable 0.51s 0.73s
% Output   : Refutation 0.51s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    5
% Syntax   : Number of clauses     :    9 (   6 unt;   0 nHn;   5 RR)
%            Number of literals    :   13 (   0 equ;   5 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-1 aty)
%            Number of functors    :    4 (   4 usr;   2 con; 0-2 aty)
%            Number of variables   :   15 (   2 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ theorem(or(not(not(p)),or(not(p),q))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_this) ).

cnf(axiom_1_3,axiom,
    axiom(or(not(X4),or(X5,X4))),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL003-0.ax',axiom_1_3) ).

cnf(rule_1,axiom,
    ( theorem(X2)
    | ~ axiom(X2) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL003-0.ax',rule_1) ).

cnf(axiom_1_4,axiom,
    axiom(or(not(or(X9,X10)),or(X10,X9))),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL003-0.ax',axiom_1_4) ).

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

cnf(rule_3,axiom,
    ( theorem(or(not(X43),X44))
    | ~ axiom(or(not(X43),X45))
    | ~ theorem(or(not(X45),X44)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL003-0.ax',rule_3) ).

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

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

cnf(c247,plain,
    $false,
    inference(resolution,[status(thm)],[c237,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : LCL186-1 : TPTP v8.1.2. Released v1.1.0.
% 0.08/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n014.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  : 300
% 0.12/0.34  % DateTime : Wed May  8 14:54:08 EDT 2024
% 0.12/0.34  % CPUTime  : 
% 0.51/0.73  % Version:  1.5
% 0.51/0.73  % SZS status Unsatisfiable
% 0.51/0.73  % SZS output start CNFRefutation
% See solution above
% 0.51/0.73  
% 0.51/0.73  % Initial clauses    : 9
% 0.51/0.73  % Processed clauses  : 65
% 0.51/0.73  % Factors computed   : 0
% 0.51/0.73  % Resolvents computed: 248
% 0.51/0.73  % Tautologies deleted: 0
% 0.51/0.73  % Forward subsumed   : 50
% 0.51/0.73  % Backward subsumed  : 0
% 0.51/0.73  % -------- CPU Time ---------
% 0.51/0.73  % User time          : 0.371 s
% 0.51/0.73  % System time        : 0.015 s
% 0.51/0.73  % Total time         : 0.386 s
%------------------------------------------------------------------------------