Your log file should be in the following format: \TAB \TAB we have reserved some commands for grading: ADD EVICT FLUSH CHSIZE DUMP NOTMOD HIT you can define your own commands and put them in your log file if you are doing something really cool.. here is the format of each command: ADD, NOTMOD, HIT: \TAB ADD \TAB \TAB NOTMOD \TAB \TAB HIT \TAB EVICT: three possible evicts: \TAB EVICT \TAB \TAB Expired \TAB EVICT \TAB \TAB Cache Full \TAB EVICT \TAB \TAB Delete Requested note: if you are shrinking your cache size and you need to evict, then the reason will be Cache Full.. FLUSH: nothing fancy.. \TAB FLUSH CHSIZE: \TAB CHSIZE \TAB old: new: DUMP: !!!!IMPORTANT!!!! most of the automated grading will use these dump files.. they are result of INFO commands.. we defined two INFO types.. if issued "INFO 0".. then dump everything in the cache.. if issued "INFO 1".. them dump everything which is NOT expired.. depending on your implementation INFO 0 and 1 might give the same results.. follow this exact format: \TAB DUMP \TAB Dump Start \TAB DUMP \TAB Size \TAB DUMP \TAB \TAB \TAB \TAB \TAB \TAB DUMP \TAB \TAB \TAB \TAB \TAB \TAB DUMP \TAB \TAB \TAB \TAB \TAB for each object.. . . . \TAB DUMP \TAB Dump End note that the timestamp for DUMP's should be the same!.. even if there is some delay between Dump Start and Dump End.. (this special case is only for DUMP.. all other timestamps are independent).. We are also providing two sample log files for you to examine.. We will also provide a script to test if you are producing a correct, parsable log..