TMTP Model File: HWC004-2.009-Sat

View Problem - Process Model

%------------------------------------------------------------------------------
% File       : Waldmeister---710
% Problem    : HWC004-2 : TPTP v6.0.0. Released v2.5.0.
% Transform  : none
% Format     : tptp:raw
% Command    : ./woody %s

% Computer   : n020.star.cs.uiowa.edu
% Model      : x86_64 x86_64
% CPU        : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory     : 16127.75MB
% OS         : Linux 2.6.32-431.17.1.el6.x86_64
% CPULimit   : 300s
% DateTime   : Sun Jun 22 10:20:04 EDT 2014

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

% Comments   : 
%------------------------------------------------------------------------------
%----WARNING: Waldmeister---710 format not known, defaulting to TPTP
cnf('0.1.0.0',axiom,
    ( X1 = and(X1,n1) ),
    file('/tmp/WALDMEISTER_7231_n020')).

cnf('0.1.1.0',plain,
    ( X1 = and(X1,n1) ),
    inference(weigh,[status(thm)],['0.1.0.0']),
    [weight('<0,0,0,[0,0,0,1]>')]).

cnf('0.1.2.0',plain,
    ( and(X1,n1) = X1 ),
    inference(orient,[status(thm)],['0.1.1.0',theory(equality)]),
    [x,rule_1]).

cnf('0.2.0.0',axiom,
    ( X1 = or(X1,n0) ),
    file('/tmp/WALDMEISTER_7231_n020')).

cnf('0.2.1.0',plain,
    ( X1 = or(X1,n0) ),
    inference(weigh,[status(thm)],['0.2.0.0']),
    [weight('<1,0,0,[0,0,0,2]>')]).

cnf('0.2.2.0',plain,
    ( or(X1,n0) = X1 ),
    inference(orient,[status(thm)],['0.2.1.0',theory(equality)]),
    [x,rule_2]).

cnf('0.3.0.0',axiom,
    ( n0 = not(n1) ),
    file('/tmp/WALDMEISTER_7231_n020')).

cnf('0.3.1.0',plain,
    ( n0 = not(n1) ),
    inference(weigh,[status(thm)],['0.3.0.0']),
    [weight('<2,0,0,[0,0,0,3]>')]).

cnf('0.3.2.0',plain,
    ( not(n1) = n0 ),
    inference(orient,[status(thm)],['0.3.1.0',theory(equality)]),
    [x,rule_3]).

cnf('0.4.0.0',axiom,
    ( n0 = and(X1,n0) ),
    file('/tmp/WALDMEISTER_7231_n020')).

cnf('0.4.1.0',plain,
    ( n0 = and(X1,n0) ),
    inference(weigh,[status(thm)],['0.4.0.0']),
    [weight('<3,0,0,[0,0,0,4]>')]).

cnf('0.4.2.0',plain,
    ( and(X1,n0) = n0 ),
    inference(orient,[status(thm)],['0.4.1.0',theory(equality)]),
    [x,rule_4]).

cnf('0.5.0.0',axiom,
    ( n1 = not(n0) ),
    file('/tmp/WALDMEISTER_7231_n020')).

cnf('0.5.1.0',plain,
    ( n1 = not(n0) ),
    inference(weigh,[status(thm)],['0.5.0.0']),
    [weight('<4,0,0,[0,0,0,5]>')]).

cnf('0.5.2.0',plain,
    ( not(n0) = n1 ),
    inference(orient,[status(thm)],['0.5.1.0',theory(equality)]),
    [x,rule_5]).

cnf('0.6.0.0',axiom,
    ( n1 = or(X1,n1) ),
    file('/tmp/WALDMEISTER_7231_n020')).

cnf('0.6.1.0',plain,
    ( n1 = or(X1,n1) ),
    inference(weigh,[status(thm)],['0.6.0.0']),
    [weight('<5,0,0,[0,0,0,6]>')]).

cnf('0.6.2.0',plain,
    ( or(X1,n1) = n1 ),
    inference(orient,[status(thm)],['0.6.1.0',theory(equality)]),
    [x,rule_6]).
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem    : HWC004-2 : TPTP v6.0.0. Released v2.5.0.
% % Command    : ./woody %s
% % Computer   : n020.star.cs.uiowa.edu
% % Model      : x86_64 x86_64
% % CPU        : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% % Memory     : 16127.75MB
% % OS         : Linux 2.6.32-431.17.1.el6.x86_64
% % CPULimit   : 300
% % DateTime   : Fri Jun 20 14:01:40 CDT 2014
% % CPUTime    : 0.12 
% ********************************************************************************
% *                             W A L D M E I S T E R           \|  \ /      \|/ *
% *                                                              |/  |    \/  |  *
% *              (C) 1994-2010  A. Buch and Th. Hillenbrand,      \ /      \ /   *
% *                             A. Jaeger and B. Loechner          |        |    *
% *                             <waldmeister@informatik.uni-kl.de>          |    *
% ********************************************************************************
% 
% 
% Detected structure: Orkus
% ********************************************************************************
% ********************************** COMPLETION **********************************
% ********************************************************************************
% 
% 
% ********************************************************************************
% ************************ Completed system: Set of rules ************************
% % SZS status Satisfiable
% ********************************************************************************
% 
% No.    1     and(x1,n1) -> x1
% No.    6     or(x1,n1) -> n1
% No.    5     not(n0) -> n1
% No.    4     and(x1,n0) -> n0
% No.    3     not(n1) -> n0
% No.    2     or(x1,n0) -> x1
% 
% 
% No goals were specified.
% #START OF PROOF
% % SZS output start Saturation
% cnf('0.1.0.0',axiom,
% ( X1 = and(X1,n1) ),
% file('/tmp/WALDMEISTER_7231_n020')).
% cnf('0.1.1.0',plain,
% ( X1 = and(X1,n1) ),
% inference(weigh,[status(thm)],['0.1.0.0']),
% [weight('<0,0,0,[0,0,0,1]>')]).
% cnf('0.1.2.0',plain,
% ( and(X1,n1) = X1 ),
% inference(orient,[status(thm)],['0.1.1.0',theory(equality)]),
% [x,rule_1]).
% cnf('0.2.0.0',axiom,
% ( X1 = or(X1,n0) ),
% file('/tmp/WALDMEISTER_7231_n020')).
% cnf('0.2.1.0',plain,
% ( X1 = or(X1,n0) ),
% inference(weigh,[status(thm)],['0.2.0.0']),
% [weight('<1,0,0,[0,0,0,2]>')]).
% cnf('0.2.2.0',plain,
% ( or(X1,n0) = X1 ),
% inference(orient,[status(thm)],['0.2.1.0',theory(equality)]),
% [x,rule_2]).
% cnf('0.3.0.0',axiom,
% ( n0 = not(n1) ),
% file('/tmp/WALDMEISTER_7231_n020')).
% cnf('0.3.1.0',plain,
% ( n0 = not(n1) ),
% inference(weigh,[status(thm)],['0.3.0.0']),
% [weight('<2,0,0,[0,0,0,3]>')]).
% cnf('0.3.2.0',plain,
% ( not(n1) = n0 ),
% inference(orient,[status(thm)],['0.3.1.0',theory(equality)]),
% [x,rule_3]).
% cnf('0.4.0.0',axiom,
% ( n0 = and(X1,n0) ),
% file('/tmp/WALDMEISTER_7231_n020')).
% cnf('0.4.1.0',plain,
% ( n0 = and(X1,n0) ),
% inference(weigh,[status(thm)],['0.4.0.0']),
% [weight('<3,0,0,[0,0,0,4]>')]).
% cnf('0.4.2.0',plain,
% ( and(X1,n0) = n0 ),
% inference(orient,[status(thm)],['0.4.1.0',theory(equality)]),
% [x,rule_4]).
% cnf('0.5.0.0',axiom,
% ( n1 = not(n0) ),
% file('/tmp/WALDMEISTER_7231_n020')).
% cnf('0.5.1.0',plain,
% ( n1 = not(n0) ),
% inference(weigh,[status(thm)],['0.5.0.0']),
% [weight('<4,0,0,[0,0,0,5]>')]).
% cnf('0.5.2.0',plain,
% ( not(n0) = n1 ),
% inference(orient,[status(thm)],['0.5.1.0',theory(equality)]),
% [x,rule_5]).
% cnf('0.6.0.0',axiom,
% ( n1 = or(X1,n1) ),
% file('/tmp/WALDMEISTER_7231_n020')).
% cnf('0.6.1.0',plain,
% ( n1 = or(X1,n1) ),
% inference(weigh,[status(thm)],['0.6.0.0']),
% [weight('<5,0,0,[0,0,0,6]>')]).
% cnf('0.6.2.0',plain,
% ( or(X1,n1) = n1 ),
% inference(orient,[status(thm)],['0.6.1.0',theory(equality)]),
% [x,rule_6]).
% % SZS output end Saturation
% #END OF PROOF
% 
% Problem         WALDMEISTER_7231_n020 
% CPs.gen                    0 
% CPs.reexp                  0 
% Select                     6 
% R                          6 
% E                          0 
% vsize                   6.4M 
% rss                     3.7M 
% process.time          0.001s 
% wallclock.time        0.001s 
% status                     S
% 
% 
% Waldmeister states: System completed.
% % SZS status Satisfiable
% EOF
%------------------------------------------------------------------------------