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

View Problem - Process Solution

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

% Computer : n008.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:40 EDT 2024

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

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

cnf(axiom_1_2,axiom,
    axiom(or(not(or(X3,X3)),X3)),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL003-0.ax',axiom_1_2) ).

cnf(c0,plain,
    theorem(or(not(or(X6,X6)),X6)),
    inference(resolution,[status(thm)],[axiom_1_2,rule_1]) ).

cnf(prove_this,negated_conjecture,
    ~ theorem(or(not(or(not(p),not(p))),not(p))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_this) ).

cnf(c45,plain,
    $false,
    inference(resolution,[status(thm)],[prove_this,c0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL169-1 : TPTP v8.1.2. Released v1.1.0.
% 0.13/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n008.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Wed May  8 14:41:08 EDT 2024
% 0.14/0.34  % CPUTime  : 
% 0.20/0.53  % Version:  1.5
% 0.20/0.53  % SZS status Unsatisfiable
% 0.20/0.53  % SZS output start CNFRefutation
% See solution above
% 0.20/0.53  
% 0.20/0.53  % Initial clauses    : 9
% 0.20/0.53  % Processed clauses  : 23
% 0.20/0.53  % Factors computed   : 0
% 0.20/0.53  % Resolvents computed: 46
% 0.20/0.53  % Tautologies deleted: 0
% 0.20/0.53  % Forward subsumed   : 7
% 0.20/0.53  % Backward subsumed  : 0
% 0.20/0.53  % -------- CPU Time ---------
% 0.20/0.53  % User time          : 0.167 s
% 0.20/0.53  % System time        : 0.015 s
% 0.20/0.53  % Total time         : 0.182 s
%------------------------------------------------------------------------------