-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathg13_nudge_drivers.sh
executable file
·494 lines (487 loc) · 63.2 KB
/
g13_nudge_drivers.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
#!/bin/bash
PATH=/usr/local/bin:/usr/bin:/bin
#2009 Driver
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/February_2009
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/March_2009
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/April_2009
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/May_2009
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/June_2009
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/July_2009
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/October_2009
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/December_2009
#2010 Driver
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/February_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/March_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/April_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/May_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/June_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/July_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/August_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/September_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/October_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/November_2010
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/December_2010
#2011 Driver
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/January_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/February_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/March_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/April_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/May_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/June_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/July_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/August_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/September_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/October_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/November_2011
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/December_2011
#2012 Driver
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/January_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/February_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/March_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/April_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/May_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/June_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/July_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/August_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/September_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/October_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/November_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/December_2012
#2013 Driver
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/January_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/February_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/March_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/April_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/May_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/June_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/July_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/August_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/September_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/October_2012
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_November_2013
cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_November_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_December_2013
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/31_December_2013
#2014 Driver
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/31_January_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_February_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/31_March_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 512m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_April_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/31_May_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_June_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/31_July_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/31_August_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_September_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/31_October_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_November_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/01_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/02_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/03_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/04_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/05_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/06_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/07_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/08_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/09_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/10_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/11_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/12_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/13_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/14_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/15_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/16_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/17_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/18_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/19_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/20_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/21_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/22_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/23_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/24_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/25_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/26_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/27_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/28_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/29_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/30_December_2014
#cd $HOME/g13bot_tools && jsub -cwd -quiet -mem 400m -N g13_nudge python g13_nudge_bot.py -from:AfC_submissions_by_date/31_December_2014