#Dataset information
#First specify the number of static attributes used while grouping time series
#First use the command NUM_STATIC then the no of static attributes 
#separate by a tab, e.g., NUM_STATIC<tab>number_of_static_attributes 
NUM_STATIC	2
#
#Number of dynamic attributes NUM_DYNAMIC. Add a tab between command & value
NUM_DYNAMIC	3
#
#Sampling interval in seconds. Separated by a tab
SAMPLE_INTERVAL	300
#
#Total no of samples
NUM_SAMPLES	4
#
#Length of the longest sample (MAX NoTimeSamples). Separated by a tab
#NUM_SAMPLES & MAX_LEN_SAMPLE are given to simplify implementation of ResQue 
MAX_SAMPLE_LEN	5
#List the attribute names. Start with ATTNAMES command. Then first the 
#static attribute names used & then the dynamic attribute names of 
#attributes in same sequence as time series data
ATTNAMES	CSp	NCore	CFree	MFree	Tx
#Finally, indicate start of data using DATA command
DATA
#Data has the following format
#StaticAtt_Val1<tab>StaticAtt_Val2<tab>...<tab>ave_DynamicAtt1<tab>
#ave_DynamicAtt2<tab>....<tab>ave_DynamicAttN<tab>NoTimeSamples<tab>
#DynamicAtt1_Val1<tab>DynamicAtt1_Val2<tab>...<tab>DynamicAtt1_ValN<tab>
#DynamicAtt2_Val1<tab>DynamicAtt2_Val2<tab>...<tab>Att2ValN<tab>Att3Val1...
3.2	2	2	1.67	6	3	1	2	3	1	2	2	9	7	2
2.4	1	2.25	2.67	6.5	4	4	2	2	1	4	4	1	1.7	8	7	6	5
2.2	2	2.8	2.8	7	5	5	2	2	1	4	4	1	7	1	1	9	8	5	4	9
2.8	4	2.3	4.05	2.25	4	4	2.1	2.1	1	4.1	4	1	7.1	1	2	3	3
