TMTP Model File: HWC004-2.006-Sat

View Problem - Process Model

%------------------------------------------------------------------------------
% File       : SPASS---3.7
% Problem    : HWC004-2 : TPTP v6.0.0. Released v2.5.0.
% Transform  : none
% Format     : tptp
% Command    : run_spass %d %s

% Computer   : n161.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.3.1.el6.x86_64
% CPULimit   : 300s
% DateTime   : Fri Apr  4 04:18:22 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          :    6 (   6 expanded)
%              Number of equality atoms :    6 (   6 expanded)
%              Maximal clause size      :    1 (   1 average)
%              Maximal term depth       :    2 (   2 average)

% Comments   : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    ( equal(and__dfg(U,n1),U) ),
    file('HWC004-2.p',unknown),
    []).

cnf(3,axiom,
    ( equal(or__dfg(U,n0),U) ),
    file('HWC004-2.p',unknown),
    []).

cnf(1,axiom,
    ( equal(and__dfg(U,n0),n0) ),
    file('HWC004-2.p',unknown),
    []).

cnf(4,axiom,
    ( equal(or__dfg(U,n1),n1) ),
    file('HWC004-2.p',unknown),
    []).

cnf(5,axiom,
    ( equal(not__dfg(n0),n1) ),
    file('HWC004-2.p',unknown),
    []).

cnf(6,axiom,
    ( equal(not__dfg(n1),n0) ),
    file('HWC004-2.p',unknown),
    []).
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem    : HWC004-2 : TPTP v6.0.0. Released v2.5.0.
% % Command    : run_spass %d %s
% % Computer   : n161.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.3.1.el6.x86_64
% % CPULimit   : 300
% % DateTime   : Wed Apr  2 13:42:30 CDT 2014
% % CPUTime    : 1.08 
% 
% SPASS V 3.7 
% SPASS beiseite: Completion found.
% % SZS status CounterSatisfiable
% Problem: /export/starexec/sandbox/benchmark/HWC004-2.p 
% SPASS derived 6 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
% 2[0:Inp] ||  -> equal(and__dfg(U,n1),U)**.
% 3[0:Inp] ||  -> equal(or__dfg(U,n0),U)**.
% 1[0:Inp] ||  -> equal(and__dfg(U,n0),n0)**.
% 4[0:Inp] ||  -> equal(or__dfg(U,n1),n1)**.
% 5[0:Inp] ||  -> equal(not__dfg(n0),n1)**.
% 6[0:Inp] ||  -> equal(not__dfg(n1),n0)**.
% % SZS output end Saturation
% 
% EOF
%------------------------------------------------------------------------------