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

View Problem - Process Solution

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

% Computer : n026.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:47:36 EDT 2024

% Result   : Unsatisfiable 1.29s 1.52s
% Output   : Refutation 1.29s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   11
% Syntax   : Number of clauses     :   22 (  12 unt;   0 nHn;  12 RR)
%            Number of literals    :   37 (   0 equ;  16 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :   10 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :    3 (   3 usr;   3 con; 0-0 aty)
%            Number of variables   :   27 (  15 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ s3(X4,b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_this) ).

cnf(axiom_14,axiom,
    p0(b,X2),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',axiom_14) ).

cnf(rule_125,axiom,
    ( s1(X10)
    | ~ p0(X10,X10) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_125) ).

cnf(c8,plain,
    s1(b),
    inference(resolution,[status(thm)],[rule_125,axiom_14]) ).

cnf(axiom_17,axiom,
    q0(X3,d),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',axiom_17) ).

cnf(rule_126,axiom,
    ( s1(X181)
    | ~ q0(X181,X182)
    | ~ s1(X183) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_126) ).

cnf(c219,plain,
    ( s1(X184)
    | ~ s1(X185) ),
    inference(resolution,[status(thm)],[rule_126,axiom_17]) ).

cnf(c223,plain,
    s1(X186),
    inference(resolution,[status(thm)],[c219,c8]) ).

cnf(axiom_1,axiom,
    s0(d),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',axiom_1) ).

cnf(rule_190,axiom,
    ( s2(d)
    | ~ s1(a)
    | ~ s0(d) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_190) ).

cnf(c386,plain,
    ( s2(d)
    | ~ s1(a) ),
    inference(resolution,[status(thm)],[rule_190,axiom_1]) ).

cnf(c387,plain,
    s2(d),
    inference(resolution,[status(thm)],[c386,c223]) ).

cnf(rule_085,axiom,
    ( p1(X104,X104,X104)
    | ~ p0(X103,X104) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_085) ).

cnf(c128,plain,
    p1(X105,X105,X105),
    inference(resolution,[status(thm)],[rule_085,axiom_14]) ).

cnf(rule_181,axiom,
    ( q2(X230,X230,X230)
    | ~ p1(X230,X230,X230) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_181) ).

cnf(c272,plain,
    q2(X231,X231,X231),
    inference(resolution,[status(thm)],[rule_181,c128]) ).

cnf(axiom_19,axiom,
    m0(X5,d,X6),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',axiom_19) ).

cnf(rule_273,axiom,
    ( s3(X901,X900)
    | ~ q2(X902,X901,X902)
    | ~ s2(X901)
    | ~ m0(X902,X899,X900) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SYN001-0.ax',rule_273) ).

cnf(c1144,plain,
    ( s3(X910,X909)
    | ~ q2(X908,X910,X908)
    | ~ s2(X910) ),
    inference(resolution,[status(thm)],[rule_273,axiom_19]) ).

cnf(c1157,plain,
    ( s3(X912,X911)
    | ~ s2(X912) ),
    inference(resolution,[status(thm)],[c1144,c272]) ).

cnf(c1161,plain,
    s3(d,X913),
    inference(resolution,[status(thm)],[c1157,c387]) ).

cnf(c1163,plain,
    $false,
    inference(resolution,[status(thm)],[c1161,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN203-1 : TPTP v8.1.2. Released v1.1.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n026.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Wed May  8 20:07:53 EDT 2024
% 0.13/0.34  % CPUTime  : 
% 1.29/1.52  % Version:  1.5
% 1.29/1.52  % SZS status Unsatisfiable
% 1.29/1.52  % SZS output start CNFRefutation
% See solution above
% 1.29/1.52  
% 1.29/1.52  % Initial clauses    : 369
% 1.29/1.52  % Processed clauses  : 722
% 1.29/1.52  % Factors computed   : 8
% 1.29/1.52  % Resolvents computed: 1156
% 1.29/1.52  % Tautologies deleted: 11
% 1.29/1.52  % Forward subsumed   : 433
% 1.29/1.52  % Backward subsumed  : 267
% 1.29/1.52  % -------- CPU Time ---------
% 1.29/1.52  % User time          : 1.154 s
% 1.29/1.52  % System time        : 0.018 s
% 1.29/1.52  % Total time         : 1.172 s
%------------------------------------------------------------------------------