TMTP Model File: SET777-1.006-Sat

View Problem - Process Model

%------------------------------------------------------------------------------
% File       : SPASS---3.7
% Problem    : SET777-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.07s
% Output     : Saturation 1.07s
% Verified   : 
% Statistics : ERROR: Analysing output (Could not find formula named 7)

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

cnf(8,plain,
    ( subset(U,U) ),
    inference(obv,[status(thm),theory(equality)],[7]),
    [iquote('0:Obv:7.0')]).

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

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

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

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

cnf(5,axiom,
    ( ~ equal_sets(U,V)
    | subset(V,U) ),
    file('SET777-1.p',unknown),
    []).
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem    : SET777-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:10 CDT 2014
% % CPUTime    : 1.07 
% 
% SPASS V 3.7 
% SPASS beiseite: Completion found.
% % SZS status CounterSatisfiable
% Problem: /export/starexec/sandbox/benchmark/SET777-1.p 
% SPASS derived 4 clauses, backtracked 0 clauses, performed 0 splits and kept 7 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
% 1[0:Inp] || subset(U,V)*+ member(W,U)* -> member(W,V)*.
% 8[0:Obv:7.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
%------------------------------------------------------------------------------