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

View Problem - Process Solution

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

% Computer : n025.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:46:56 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(three,plain,
    ( h
    | a
    | ~ j ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',three) ).

cnf(four,plain,
    ( h
    | k
    | j ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',four) ).

cnf(five,plain,
    ( h
    | j
    | ~ k ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',five) ).

cnf(c2,plain,
    ( h
    | j ),
    inference(resolution,[status(thm)],[five,four]) ).

cnf(c4,plain,
    ( h
    | a ),
    inference(resolution,[status(thm)],[c2,three]) ).

cnf(one,plain,
    ( ~ h
    | ~ c ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one) ).

cnf(seven,plain,
    ( c
    | ~ h ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',seven) ).

cnf(c7,plain,
    ( a
    | c ),
    inference(resolution,[status(thm)],[c4,seven]) ).

cnf(c12,plain,
    ( a
    | ~ h ),
    inference(resolution,[status(thm)],[c7,one]) ).

cnf(c17,plain,
    a,
    inference(resolution,[status(thm)],[c12,c4]) ).

cnf(prove_something,negated_conjecture,
    ( ~ a
    | ~ b ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_something) ).

cnf(six,plain,
    ( b
    | ~ a ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',six) ).

cnf(c19,plain,
    b,
    inference(resolution,[status(thm)],[c17,six]) ).

cnf(c20,plain,
    ~ a,
    inference(resolution,[status(thm)],[c19,prove_something]) ).

cnf(c21,plain,
    $false,
    inference(resolution,[status(thm)],[c20,c17]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN032-1 : TPTP v8.1.2. Released v1.0.0.
% 0.13/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n025.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Wed May  8 19:49:08 EDT 2024
% 0.13/0.35  % 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    : 7
% 0.20/0.53  % Processed clauses  : 19
% 0.20/0.53  % Factors computed   : 0
% 0.20/0.53  % Resolvents computed: 22
% 0.20/0.53  % Tautologies deleted: 0
% 0.20/0.53  % Forward subsumed   : 3
% 0.20/0.53  % Backward subsumed  : 13
% 0.20/0.53  % -------- CPU Time ---------
% 0.20/0.53  % User time          : 0.161 s
% 0.20/0.53  % System time        : 0.017 s
% 0.20/0.53  % Total time         : 0.178 s
%------------------------------------------------------------------------------