TMTP Model File: SET779-1.006-Sat

View Problem - Process Model

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

% Computer   : n151.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:54:39 EDT 2014

% Result     : Satisfiable 1.08s
% Output     : Saturation 1.08s
% Verified   : 
% Statistics : ERROR: Analysing output (Could not find formula named 29)

% Comments   : 
%------------------------------------------------------------------------------
cnf(31,plain,
    ( intersection(U,U,U) ),
    inference(obv,[status(thm),theory(equality)],[29]),
    [iquote('0:Obv:29.0')]).

cnf(26,plain,
    ( ~ member(h(U,V,U),V)
    | intersection(U,V,U) ),
    inference(mrr,[status(thm)],[25,19]),
    [iquote('0:MRR:25.1,19.0')]).

cnf(12,axiom,
    ( ~ member(h(U,V,W),U)
    | ~ member(h(U,V,W),V)
    | ~ member(h(U,V,W),W)
    | intersection(U,V,W) ),
    file('SET779-1.p',unknown),
    []).

cnf(19,plain,
    ( member(h(U,V,U),U)
    | intersection(U,V,U) ),
    inference(fac,[status(thm)],[10]),
    [iquote('0:Fac:10.0,10.1')]).

cnf(10,axiom,
    ( member(h(U,V,W),U)
    | member(h(U,V,W),W)
    | intersection(U,V,W) ),
    file('SET779-1.p',unknown),
    []).

cnf(18,plain,
    ( member(h(U,V,V),V)
    | intersection(U,V,V) ),
    inference(fac,[status(thm)],[11]),
    [iquote('0:Fac:11.0,11.1')]).

cnf(11,axiom,
    ( member(h(U,V,W),V)
    | member(h(U,V,W),W)
    | intersection(U,V,W) ),
    file('SET779-1.p',unknown),
    []).

cnf(9,axiom,
    ( ~ member(U,V)
    | ~ member(U,W)
    | ~ intersection(V,W,X)
    | member(U,X) ),
    file('SET779-1.p',unknown),
    []).

cnf(7,axiom,
    ( ~ member(U,V)
    | ~ intersection(W,X,V)
    | member(U,W) ),
    file('SET779-1.p',unknown),
    []).

cnf(8,axiom,
    ( ~ member(U,V)
    | ~ intersection(W,X,V)
    | member(U,X) ),
    file('SET779-1.p',unknown),
    []).

cnf(1,axiom,
    ( ~ subset(U,V)
    | ~ member(W,U)
    | member(W,V) ),
    file('SET779-1.p',unknown),
    []).

cnf(14,plain,
    ( subset(U,U) ),
    inference(obv,[status(thm),theory(equality)],[13]),
    [iquote('0:Obv:13.0')]).

cnf(6,axiom,
    ( ~ subset(U,V)
    | ~ subset(V,U)
    | equal_sets(U,V) ),
    file('SET779-1.p',unknown),
    []).

cnf(3,axiom,
    ( ~ member(member_of_1_not_of_2(U,V),V)
    | subset(U,V) ),
    file('SET779-1.p',unknown),
    []).

cnf(2,axiom,
    ( subset(U,V)
    | member(member_of_1_not_of_2(U,V),U) ),
    file('SET779-1.p',unknown),
    []).

cnf(4,axiom,
    ( ~ equal_sets(U,V)
    | subset(U,V) ),
    file('SET779-1.p',unknown),
    []).

cnf(5,axiom,
    ( ~ equal_sets(U,V)
    | subset(V,U) ),
    file('SET779-1.p',unknown),
    []).
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem    : SET779-1 : TPTP v6.0.0. Released v2.5.0.
% % Command    : run_spass %d %s
% % Computer   : n151.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 23:45:20 CDT 2014
% % CPUTime    : 1.08 
% 
% SPASS V 3.7 
% SPASS beiseite: Completion found.
% % SZS status CounterSatisfiable
% Problem: /export/starexec/sandbox/benchmark/SET779-1.p 
% SPASS derived 17 clauses, backtracked 0 clauses, performed 0 splits and kept 17 clauses.
% SPASS allocated 20637 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
% 31[0:Obv:29.0] ||  -> intersection(U,U,U)*.
% 26[0:MRR:25.1,19.0] || member(h(U,V,U),V)* -> intersection(U,V,U).
% 12[0:Inp] || member(h(U,V,W),U)*+ member(h(U,V,W),V)* member(h(U,V,W),W)* -> intersection(U,V,W).
% 19[0:Fac:10.0,10.1] ||  -> member(h(U,V,U),U)* intersection(U,V,U).
% 10[0:Inp] ||  -> member(h(U,V,W),U)* member(h(U,V,W),W)* intersection(U,V,W).
% 18[0:Fac:11.0,11.1] ||  -> member(h(U,V,V),V)* intersection(U,V,V).
% 11[0:Inp] ||  -> member(h(U,V,W),V)* member(h(U,V,W),W)* intersection(U,V,W).
% 9[0:Inp] || member(U,V)* member(U,W)* intersection(V,W,X)*+ -> member(U,X)*.
% 7[0:Inp] || member(U,V)* intersection(W,X,V)*+ -> member(U,W)*.
% 8[0:Inp] || member(U,V)* intersection(W,X,V)*+ -> member(U,X)*.
% 1[0:Inp] || subset(U,V)*+ member(W,U)* -> member(W,V)*.
% 14[0:Obv:13.0] ||  -> subset(U,U)*.
% 6[0:Inp] || subset(U,V) subset(V,U) -> equal_sets(U,V)*.
% 3[0:Inp] || member(member_of_1_not_of_2(U,V),V)* -> subset(U,V).
% 2[0:Inp] ||  -> subset(U,V) member(member_of_1_not_of_2(U,V),U)*.
% 4[0:Inp] || equal_sets(U,V)* -> subset(U,V).
% 5[0:Inp] || equal_sets(U,V)* -> subset(V,U).
% % SZS output end Saturation
% 
% EOF
%------------------------------------------------------------------------------