TMTP Model File: NUM286-1.006-Sat

View Problem - Process Model

%------------------------------------------------------------------------------
% File       : SPASS---3.7
% Problem    : NUM286-1 : TPTP v6.0.0. Bugfixed v4.0.0.
% Transform  : none
% Format     : tptp
% Command    : run_spass %d %s

% Computer   : n125.star.cs.uiowa.edu
% Model      : x86_64 x86_64
% CPU        : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory     : 32286.75MB
% OS         : Linux 2.6.32-431.1.2.el6.x86_64
% CPULimit   : 300s
% DateTime   : Fri Apr  4 05:08:15 EDT 2014

% Result     : Satisfiable 1.08s
% Output     : Saturation 1.08s
% Verified   : 
% Statistics : Number of clauses        :    6 (   6 expanded)
%              Number of leaves         :    6 (   6 expanded)
%              Depth                    :    0
%              Number of atoms          :    8 (   8 expanded)
%              Number of equality atoms :    0 (   0 expanded)
%              Maximal clause size      :    2 (   1 average)
%              Maximal term depth       :    3 (   2 average)

% Comments   : 
%------------------------------------------------------------------------------
cnf(4,axiom,
    ( equalish(multiply(U,successor(V)),add(multiply(U,V),U)) ),
    file('NUM286-1.p',unknown),
    []).

cnf(5,axiom,
    ( ~ equalish(successor(U),successor(V))
    | equalish(U,V) ),
    file('NUM286-1.p',unknown),
    []).

cnf(6,axiom,
    ( ~ equalish(U,V)
    | equalish(successor(U),successor(V)) ),
    file('NUM286-1.p',unknown),
    []).

cnf(2,axiom,
    ( equalish(add(U,successor(V)),successor(add(U,V))) ),
    file('NUM286-1.p',unknown),
    []).

cnf(1,axiom,
    ( equalish(add(U,n0),U) ),
    file('NUM286-1.p',unknown),
    []).

cnf(3,axiom,
    ( equalish(multiply(U,n0),n0) ),
    file('NUM286-1.p',unknown),
    []).
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem    : NUM286-1 : TPTP v6.0.0. Bugfixed v4.0.0.
% % Command    : run_spass %d %s
% % Computer   : n125.star.cs.uiowa.edu
% % Model      : x86_64 x86_64
% % CPU        : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% % Memory     : 32286.75MB
% % OS         : Linux 2.6.32-431.1.2.el6.x86_64
% % CPULimit   : 300
% % DateTime   : Wed Apr  2 18:18:35 CDT 2014
% % CPUTime    : 1.08 
% 
% SPASS V 3.7 
% SPASS beiseite: Completion found.
% % SZS status CounterSatisfiable
% Problem: /export/starexec/sandbox/benchmark/NUM286-1.p 
% SPASS derived 1 clauses, backtracked 0 clauses, performed 0 splits and kept 6 clauses.
% SPASS allocated 20623 KBytes.
% SPASS spent	0:00:00.01 on the problem.
% 0:00:00.01 for the input.
% 0:00:00.00 for the FLOTTER CNF translation.
% 0:00:00.00 for inferences.
% 0:00:00.00 for the backtracking.
% 0:00:00.00 for the reduction.
% 
% 
% The saturated set of worked-off clauses is :
% % SZS output start Saturation
% 4[0:Inp] ||  -> equalish(multiply(U,successor(V)),add(multiply(U,V),U))*.
% 5[0:Inp] || equalish(successor(U),successor(V))* -> equalish(U,V).
% 6[0:Inp] || equalish(U,V) -> equalish(successor(U),successor(V))*.
% 2[0:Inp] ||  -> equalish(add(U,successor(V)),successor(add(U,V)))*.
% 1[0:Inp] ||  -> equalish(add(U,n0),U)*.
% 3[0:Inp] ||  -> equalish(multiply(U,n0),n0)*.
% % SZS output end Saturation
% 
% EOF
%------------------------------------------------------------------------------