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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : SWW421-1 : TPTP v8.1.2. Released v5.2.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  : 300s
% DateTime : Thu May  9 17:46:13 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(premise_2,plain,
    x2 != x1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',premise_2) ).

cnf(symmetry,axiom,
    ( X4 != X3
    | X3 = X4 ),
    theory(equality) ).

cnf(conclusion_1,negated_conjecture,
    ~ heap(sep(lseg(x1,x3),emp)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conclusion_1) ).

cnf(unfolding_2,axiom,
    ( ~ heap(sep(next(X76,X75),sep(lseg(X75,X77),X74)))
    | X76 = X75
    | heap(sep(lseg(X76,X77),X74)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV013-0.ax',unfolding_2) ).

cnf(premise_4,plain,
    heap(sep(lseg(x2,x3),sep(next(x1,x2),emp))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',premise_4) ).

cnf(associative_commutative,axiom,
    sep(X6,sep(X5,X7)) = sep(X5,sep(X6,X7)),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV013-0.ax',associative_commutative) ).

cnf(c3,axiom,
    ( X13 != X14
    | ~ heap(X13)
    | heap(X14) ),
    theory(equality) ).

cnf(c8,plain,
    ( ~ heap(sep(X177,sep(X175,X176)))
    | heap(sep(X175,sep(X177,X176))) ),
    inference(resolution,[status(thm)],[c3,associative_commutative]) ).

cnf(c215,plain,
    heap(sep(next(x1,x2),sep(lseg(x2,x3),emp))),
    inference(resolution,[status(thm)],[c8,premise_4]) ).

cnf(c1014,plain,
    ( x1 = x2
    | heap(sep(lseg(x1,x3),emp)) ),
    inference(resolution,[status(thm)],[c215,unfolding_2]) ).

cnf(c1044,plain,
    x1 = x2,
    inference(resolution,[status(thm)],[c1014,conclusion_1]) ).

cnf(c1050,plain,
    x2 = x1,
    inference(resolution,[status(thm)],[c1044,symmetry]) ).

cnf(c1076,plain,
    $false,
    inference(resolution,[status(thm)],[c1050,premise_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.13  % Problem  : SWW421-1 : TPTP v8.1.2. Released v5.2.0.
% 0.05/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.15/0.35  % Computer : n015.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Wed May  8 23:27:53 EDT 2024
% 0.15/0.35  % CPUTime  : 
% 0.70/0.90  % Version:  1.5
% 0.70/0.90  % SZS status Unsatisfiable
% 0.70/0.90  % SZS output start CNFRefutation
% See solution above
% 0.70/0.90  
% 0.70/0.90  % Initial clauses    : 23
% 0.70/0.90  % Processed clauses  : 106
% 0.70/0.90  % Factors computed   : 4
% 0.70/0.90  % Resolvents computed: 1095
% 0.70/0.90  % Tautologies deleted: 3
% 0.70/0.90  % Forward subsumed   : 81
% 0.70/0.90  % Backward subsumed  : 1
% 0.70/0.90  % -------- CPU Time ---------
% 0.70/0.90  % User time          : 0.535 s
% 0.70/0.90  % System time        : 0.012 s
% 0.70/0.90  % Total time         : 0.547 s
%------------------------------------------------------------------------------