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

View Problem - Process Solution

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

% Computer : n004.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.67s 0.84s
% Output   : Refutation 0.67s
% 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,nil),emp)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conclusion_1) ).

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

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

cnf(associative_commutative,axiom,
    sep(X6,sep(X8,X7)) = sep(X8,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(c7,plain,
    ( ~ heap(sep(X180,sep(X178,X179)))
    | heap(sep(X178,sep(X180,X179))) ),
    inference(resolution,[status(thm)],[c3,associative_commutative]) ).

cnf(c215,plain,
    heap(sep(next(x1,x2),sep(lseg(x2,nil),emp))),
    inference(resolution,[status(thm)],[c7,premise_3]) ).

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

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

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

cnf(c1126,plain,
    $false,
    inference(resolution,[status(thm)],[c1095,premise_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SWW417-1 : TPTP v8.1.2. Released v5.2.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n004.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Wed May  8 23:00:08 EDT 2024
% 0.13/0.34  % CPUTime  : 
% 0.67/0.84  % Version:  1.5
% 0.67/0.84  % SZS status Unsatisfiable
% 0.67/0.84  % SZS output start CNFRefutation
% See solution above
% 0.67/0.84  
% 0.67/0.84  % Initial clauses    : 22
% 0.67/0.84  % Processed clauses  : 106
% 0.67/0.84  % Factors computed   : 4
% 0.67/0.84  % Resolvents computed: 1131
% 0.67/0.84  % Tautologies deleted: 3
% 0.67/0.84  % Forward subsumed   : 81
% 0.67/0.84  % Backward subsumed  : 1
% 0.67/0.84  % -------- CPU Time ---------
% 0.67/0.84  % User time          : 0.476 s
% 0.67/0.84  % System time        : 0.016 s
% 0.67/0.84  % Total time         : 0.492 s
%------------------------------------------------------------------------------