-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNOTES
490 lines (286 loc) · 73 KB
/
NOTES
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
Metadata files:
NEOWISE-R:
NEOWISE-R Single Exposure (L1b) Frame Metadata Table
neowiser_p1bs_frm
NEOWISE-R Single Exposure (L1b) Image Inventory Table
neowiser_p1bm_frm
Get list of columns:
http://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-dd?onlist=1&short=1&catalog=neowiser_p1bs_frm&mode=ascii
curl -s "http://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-query" -F outfmt=1 -F spatial=NONE -F catalog=neowiser_p1bm_frm -F selcols=scan_id,scangrp,frame_num,mjd_obs,band,crval1,crval2 -o NEOWISER-bm.txt &
text2fits.py -S 31 -H "scan_id scangrp frame_num mjd band ra dec" -f ssididd NEOWISER-bm.txt NEOWISER-bm.fits
# Reorder columns via,
fitscopy ~/astrometry/NEOWISER-bm.fits"[col sid=scan_id;fnum=frame_num;b=band;r=ra;d=dec;m=mjd;sg=scangrp]" x.fits
fitscopy x.fits"[col scan_id=sid;frame_num(I)=fnum;band(I)=b;ra=r;dec=d;mjd=m;scangrp=sg]" y.fits
cp ~/cosmo/webapp/unwise.me/venv-unwise-phot/unwise-web/data/WISE-index-L1b.fits .
tabmerge y.fits+1 WISE-index-L1b.fits+1
Couldn't get wget of the bs table to work, so had to use the web form. Split into MJD chunks: 55600-55700, 700-800, 800-900, 900-1000, 1000-1100
~/astrometry/util/text2fits.py -S 487 -f sissfffddddffdddissssdsssffffffsifffsjjjjjjjjjjffffffffffffffffiiiiiffffddfffddfffssfddddddddddddddddddddddddddddddddddddddddffddddddddsfffffffffsssjjjffffffffffffffffffffjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjfffffffffifffffifffkdddkk -H scan_id,frame_num,date_proc,date_proc_time,elapsed_t,ucpu_t,scpu_t,ra0,dec0,crota0,rssrate,moon_sep,saa_sep,ra,dec,crota,bandbits,w1bandrun,w2bandrun,date_obs,date_obs_time,mjd,wsds_vsn,date_dbprep,date_dbprep_time,draf,ddecf,dpaf,sigraf,sigdcf,sigpaf,qflgsf,band_prex,dra_frame,ddec_frame,dpa_frame,moon_masked,w1msknumtotbad,w2msknumtotbad,w1msknumdynabad,w2msknumdynabad,w1msknumsat,w2msknumsat,w1intnspikelo,w2intnspikelo,w1intnspikehi,w2intnspikehi,w1intmean,w2intmean,w1intmedian,w2intmedian,w1intstddev,w2intstddev,w1intsigltmadmed,w2intsigltmadmed,w1inti16_84range,w2inti16_84range,w1intmed16ptile,w2intmed16ptile,w1intratmedrange,w2intratmedrange,w1unclocscal2,w2unclocscal2,naxis,w1naxis1,w1naxis2,w2naxis1,w2naxis2,w1crpix1,w1crpix2,w2crpix1,w2crpix2,w1crval1,w1crval2,w1crder1,w1crder2,w1csdradec,w2crval1,w2crval2,w2crder1,w2crder2,w2csdradec,ctype1,ctype2,equinox,w1elon,w1elat,w1glon,w1glat,w2elon,w2elat,w2glon,w2glat,w1ra1,w1dec1,w1ra2,w1dec2,w1ra3,w1dec3,w1ra4,w1dec4,w2ra1,w2dec1,w2ra2,w2dec2,w2ra3,w2dec3,w2ra4,w2dec4,w1wcdelt1,w1wcdelt2,w1uncrts1,w1uncrts2,w1pxscal1,w1pxscal2,w2wcdelt1,w2wcdelt2,w2uncrts1,w2uncrts2,w2pxscal1,w2pxscal2,w1pa,w1uncrtpa,w2pa,w2uncrtpa,w1skew,w2skew,w1cd1_1,w1cd1_2,w1cd2_1,w1cd2_2,w2cd1_1,w2cd1_2,w2cd2_1,w2cd2_2,bunit,w1modeint,w2modeint,w1magzpunc,w2magzpunc,unixt,ephemt,w1exptime,w2exptime,tsamp,w1l0file,w2l0file,icaldir,w1npn,w2npn,nsrcall,w1zero,w2zero,w1rap_1,w2rap_1,w1rap_2,w2rap_2,w1rap_3,w2rap_3,w1rap_4,w2rap_4,w1rap_5,w2rap_5,w1rap_6,w2rap_6,w1rap_7,w2rap_7,w1rap_8,w2rap_8,w1stap,w2stap,ntable,nwpro_adb,npro_nbad,w1n3sig,w2n3sig,w1n3sig_only,w2n3sig_only,n12,nrchi_0_05,nrchi_05_2,nrchi_2_5,nrchi_5_15,nrchi_15,nblend_1,nblend_2,nblend_3,nblend_4,nblend_5,w1n_rdiff,w2n_rdiff,w1n_rlshort,w2n_rlshort,w1n_rhalo,w2n_rhalo,w1n_roghost,w2n_roghost,w1n_rglint,w2n_rglint,w1n_sdiff,w2n_sdiff,w1n_slshort,w2n_slshort,w1n_shalo,w2n_shalo,w1n_soghost,w2n_soghost,w1n_rtot,w2n_rtot,n_rtot,w1n_stot,w2n_stot,n_stot,r_major,rbovera,r_phi,r_05p,r_01p,bovera,noisepix,r_mean_20_allwise,r_mean_20_2mass,qual_frame,bsplmout,telintft,qc_fact,qi_fact,qn_fact,qual_scan,qs1_fact,qs5_fact,qp_fact,cntr,x,y,z,spt_ind,htm20 /scratch1/scratchdirs/desiproc/tmp/neowiser.neowiser_p1bs_frm15966.tbl neowise-bs-1.fits
---------------------
wget --timeout 0 -q "http://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-query?outfmt=1&spatial=NONE&catalog=neowiser_p1bm_frm" &
wget --timeout 0 -q "http://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-query?outfmt=1&spatial=NONE&catalog=neowiser_p1bs_frm" &
head -n 69 nph-query\?outfmt\=1\&spatial\=NONE\&catalog\=neowiser_p1bs_frm > head
text2fits.py -S 69 -H "scan_id frame_num moon_sep saa_sep ra dec clon clat crota bandbits mjd moon_masked nsrcall w1zero w2zero r_major rbovera r_phi r_05p r_01p bovera noisepix qual_frame qc_fact qi_fact qn_fact" -f sjddddssdjdsjdddddddddjddd nph-query\?outfmt\=1\&spatial\=NONE\&catalog\=neowiser_p1bs_frm frm.fits
---------------------
Checking coverage, I found that some tiles had too many frames
rejected from the rchi test -- when coverage is small, the variance
estimate is noisy and more than expected will be outliers. Fixed that
and re-ran tiles with coverage < 10 (see nstats.py : writing
jobs*.txt). Only W3/W4 tiles were affected. Tagged tags/unwise-4,
and ran on riemann and carver, results to data/unwise-4. Copied
carver data to riemann and ran merge.py to data/unwise-comp-4. When
that completes, rsync back to carver and go live.
python nstats.py
-> jobs-*.txt
tag unwise-4 and switch to it;
qdo launch unwise4 1 --pbsopts "-q batch -o data/logs-unwise-4 -j oe -t 0-9 -l mem=7GB" --script="scripts/qdoit.sh"
# Mop up the remainder at NERSC:
qdo launch unwise4 1 --pbsopts "-A desi -q serial -o data/logs-unwise-4 -j oe -t 0-9 -l pvmem=7GB" --script="scripts/qdoit.sh"
Apr 2: Hrs used: 45
seq 60000 78239 | qdo load unwise3 -
qdo launch unwise3 1 --pbsopts "-q batch -o data/logs-unwise-3 -j oe -t 0-9 -l mem=7GB" --script="scripts/qdoit.sh"
Oops, found partway through that I was still on trunk, not tagged unwise-3. Switched mid-stream.
seq 60000 78239 | qdo load unwise3 -
qdo launch unwise3 1 --pbsopts "-q batch -o data/logs-unwise-3 -e data/logs-unwise-3 -l mem=7G -t 0-9" --script="python -u unwise_coadd.py --outdir data/unwise-3 --dataset allsky --maxmem 7"
SDSS Footprint
python sdss-footprint-wise.py
-> sdss-atlas.fits
svn+ssh://astrometry.net/svn/tags/unwise-2
at rev 24208
To-do:
10000-10138,10141-10145,10148-11404,11407-11699,11701-11705,11708,11710,11712,11714,11716,11720,11725-11728,11731,11736-11738,11740-11742,11745-11747,11749-11753,11755-11787,11789-11794,11796-11799,11801-11804,11806,11808-11811,11814-11815,11817,11819,11821-11822,11824,11828-11829,11833-11835,11842,11845,11849-11852,11855-11857,11859,11863-11866,11869,11871-11886,11888-11890,11892,11896-11898,11900-11902,
11904-12129,12141-12143,12145,12147-12148,12150,12152-12153,12155,12160-12161,12164,12179,12184,12191,12200,12206,12209-12211,12214,12216-12218,12223-12224,12226-12229,12231,12233,12236-12238,12240-12242,12244,12246,12249-12251,12254,12256,12258-12260,12265-12268,12272-12274,12276-12277,12281-12283,12285-12288,12291-12294,12298,12300-12310,12312-12313,12316,12319-12321,12323-12325,12327-12339,12341,12343-12345,12347,12349-12352,12355-12367,12370,12372-12374,12376-12390,
12392-12681,12683-12699,12701-12704,12706-12738,12740-12742,12744,12746-12757,12759-12760,12762-12770,12772-12783,
12785-13117,13121-13129,13131-13133,13136-13141,13144-13153,13156-13157,13159-13163,13165,13167-13168,13170-13171,13173-13175,13177,13180-13182,13185-13186,13188-13189,13191-13193,13195,13197-13198,13200,13202-13204,13206-13207,13209-13210,13213,13215-13219,13224-13225,13230,13233,13235,13237,13244,13247,13255-13256,13260,13277-13503,13505-13513,13515-13519,13521,13524-13526,13528-13530,13532,13534-13548,13552-13560,13563-13571,13573-13577,13579-13580,13582-13586,13590-13660,13662-13775,13778-13779,13787-13791,13795,13799,
13801-13803,13808,13811,13813-13814,13816,13820-13822,13824-13826,13828-13829,13831-13832,13834,13836-13840,13842,13844-13850,13852-13853,13855-13857,13859-13864,13866-13868,13870-13871,13873-13875,13877,13879-13880,13882-14131,
14133-14153,14155-14162,
14164-15000,
15001-16000,
16001-16490
14164-16490,
16492-16663,16665-16673,16675,16677-16695,16699-16705,16707-16708,16714,16716-16726,16729-16740,16742-16754,16757-16769,
16771-16995,16997-17000,17003-17035,17037-17038,17042-17043,17045,17047,17049,17052,17054,17056-17068,17070-17074,17076-17077,17080-17081,17083-17086,17088-17089,17091,17093-17099,17101-17109,17111-17122,17124-17140,
17142-17326,17328-17330,17332-17333,17336-17339,17341-17349,17351-17355,17358,17361-17366,17368-17369,17371-17375,17377,17379-17389,17391-17404,17406-17581,17583-17590,17593-17597,17599-17605,17608,17610-17621,17623,17626,17628-17631,17633,17635,17637-17646,17648,17651,17653-17654,17658-17661,17663-17664,17666-17672,17674,17677-17680,17682-17696,17699-17806
20000-20138,20141-20145,20148-21000
21001-21404,
21407-21699,21701-21705,21708,21710,21712,21714,21716,21720,21725-21728,21731,21736-21738,21740-21742,21745-21747,21749-21753,21755-21787,21789-21794,21796-21799,
21801-21804,21806,21808-21811,21814-21815,21817,21819,21821-21822,21824,21828-21829,21833-21835,21842,21845,21849-21852,21855-21857,21859,21863-21866,21869,21871-21886,21888-21890,21892,21896-21898,21900-21902,21904-22129,
22141-22143,22145,22147-22148,22150,22152-22153,22155,22160-22161,22164,22179,22184,22191,22200,22206,22209-22211,22214,22216-22218,22223-22224,22226-22229,22231,22233,22236-22238,22240-22242,22244,22246,22249-22251,22254,22256,22258-22260,22265-22268,22272-22274,22276-22277,22281-22283,22285-22288,22291-22294,22298,22300-22310,22312-22313,22316,22319-22321,22323-22325,22327-22339,22341,22343-22345,22347,22349-22352,22355-22367,22370,22372-22374,22376-22390,22392-22681,22683-22699,
22701-22704,22706-22738,22740-22742,22744,22746-22757,22759-22760,22762-22770,22772-22783,22785-23117,23121-23129,23131-23133,23136-23141,23144-23153,23156-23157,23159-23163,23165,23167-23168,23170-23171,23173-23175,23177,23180-23182,23185-23186,23188-23189,23191-23193,23195,23197-23198,23200,23202-23204,23206-23207,23209-23210,23213,23215-23219,23224-23225,23230,23233,23235,23237,23244,23247,23255-23256,23260,23277-23503,23505-23513,23515-23519,23521,23524-23526,23528-23530,23532,23534-23548,23552-23560,23563-23571,23573-23577,23579-23580,23582-23586,23590-23660,23662-23775,
23778-23779,23787-23791,23795,23799,23801-23803,23808,23811,23813-23814,23816,23820-23822,23824-23826,23828-23829,23831-23832,23834,23836-23840,23842,23844-23850,23852-23853,23855-23857,23859-23864,23866-23868,23870-23871,23873-23875,23877,23879-23880,23882-24131,24133-24153,24155-24162,
24164-25000
25001-26490,26492-26663,26665-26673,26675,26677-26695,26699-26705,26707-26708,26714,26716-26726,26729-26740,26742-26755,26757-26769,26771-26995,26997-27000,27003-27035,27037-27038,27042-27043,27045,27047,27049,27052,27054,27056-27068,27070-27074,27076-27077,27080-27081,27083-27086,27088-27089,27091,27093-27099,27101-27109,27111-27122,27124-27140,27142-27326,27328-27330,27332-27333,27336-27339,27341-27349,27351-27355,27358,27361-27366,27368-27369,27371-27375,27377,27379-27389,27391-27404,27406-27581,27583-27590,27593-27597,27599-27605,27608,27610-27621,27623,27626,27628-27631,27633,27635,27637-27646,27648,27651,27653-27654,27658-27661,27663-27664,27666-27672,27674,27677-27680,27682-27696,27699-27806
Let's warm up:
qsub scripts/sdss.pbs -t 10000-10138
That was ok; how about:
qsub scripts/sdss.pbs -t 10141-10145,10148-11404
qsub scripts/sdss.pbs -t 11407-11699,11701-11705,11708,11710,11712,11714,11716,11720,11725-11728,11731,11736-11738,11740-11742,11745-11747,11749-11753,11755-11787,11789-11794,11796-11799,11801-11804,11806,11808-11811,11814-11815,11817,11819,11821-11822,11824,11828-11829,11833-11835,11842,11845,11849-11852,11855-11857,11859,11863-11866,11869,11871-11886,11888-11890,11892,11896-11898,11900-11902
qsub scripts/sdss.pbs -t 11904-12129,12141-12143,12145,12147-12148,12150,12152-12153,12155,12160-12161,12164,12179,12184,12191,12200,12206,12209-12211,12214,12216-12218,12223-12224,12226-12229,12231,12233,12236-12238,12240-12242,12244,12246,12249-12251,12254,12256,12258-12260,12265-12268,12272-12274,12276-12277,12281-12283,12285-12288,12291-12294,12298,12300-12310,12312-12313,12316,12319-12321,12323-12325,12327-12339,12341,12343-12345,12347,12349-12352,12355-12367,12370,12372-12374,12376-12390
qsub scripts/sdss.pbs -t 12392-12681,12683-12699,12701-12704,12706-12738,12740-12742,12744,12746-12757,12759-12760,12762-12770,12772-12783
qsub scripts/sdss.pbs -t 12785-13117,13121-13129,13131-13133,13136-13141,13144-13153,13156-13157,13159-13163,13165,13167-13168,13170-13171,13173-13175,13177,13180-13182,13185-13186,13188-13189,13191-13193,13195,13197-13198,13200,13202-13204,13206-13207,13209-13210,13213,13215-13219,13224-13225,13230,13233,13235,13237,13244,13247,13255-13256,13260,13277-13503,13505-13513,13515-13519,13521,13524-13526,13528-13530,13532,13534-13548,13552-13560,13563-13571,13573-13577,13579-13580,13582-13586,13590-13660,13662-13775,13778-13779,13787-13791,13795,13799
qsub scripts/sdss.pbs -t 13801-13803,13808,13811,13813-13814,13816,13820-13822,13824-13826,13828-13829,13831-13832,13834,13836-13840,13842,13844-13850,13852-13853,13855-13857,13859-13864,13866-13868,13870-13871,13873-13875,13877,13879-13880,13882-14131
qsub scripts/sdss.pbs -t 14133-14153,14155-14162
qsub scripts/sdss.pbs -t 14164-15000
qsub scripts/sdss.pbs -t 15001-16000
qsub scripts/sdss.pbs -t 16001-16490
qsub scripts/sdss.pbs -t 16492-16663,16665-16673,16675,16677-16695,16699-16705,16707-16708,16714,16716-16726,16729-16740,16742-16754,16757-16769
qsub scripts/sdss.pbs -t 16771-16995,16997-17000,17003-17035,17037-17038,17042-17043,17045,17047,17049,17052,17054,17056-17068,17070-17074,17076-17077,17080-17081,17083-17086,17088-17089,17091,17093-17099,17101-17109,17111-17122,17124-17140
qsub scripts/sdss.pbs -t 17142-17326,17328-17330,17332-17333,17336-17339,17341-17349,17351-17355,17358,17361-17366,17368-17369,17371-17375,17377,17379-17389,17391-17404,17406-17581,17583-17590,17593-17597,17599-17605,17608,17610-17621,17623,17626,17628-17631,17633,17635,17637-17646,17648,17651,17653-17654,17658-17661,17663-17664,17666-17672,17674,17677-17680,17682-17696,17699-17806
qsub scripts/sdss.pbs -t 20000-20138,20141-20145,20148-21000
Test out:
qsub scripts/sdss.pbs -q data_io -t 21001-21404
qsub scripts/sdss.pbs -q data_io -t 21407-21699,21701-21705,21708,21710,21712,21714,21716,21720,21725-21728,21731,21736-21738,21740-21742,21745-21747,21749-21753,21755-21787,21789-21794,21796-21799
qsub scripts/sdss.pbs -q data_io -t 21801-21804,21806,21808-21811,21814-21815,21817,21819,21821-21822,21824,21828-21829,21833-21835,21842,21845,21849-21852,21855-21857,21859,21863-21866,21869,21871-21886,21888-21890,21892,21896-21898,21900-21902,21904-22129
qsub scripts/sdss.pbs -q data_io -t 22141-22143,22145,22147-22148,22150,22152-22153,22155,22160-22161,22164,22179,22184,22191,22200,22206,22209-22211,22214,22216-22218,22223-22224,22226-22229,22231,22233,22236-22238,22240-22242,22244,22246,22249-22251,22254,22256,22258-22260,22265-22268,22272-22274,22276-22277,22281-22283,22285-22288,22291-22294,22298,22300-22310,22312-22313,22316,22319-22321,22323-22325,22327-22339,22341,22343-22345,22347,22349-22352,22355-22367,22370,22372-22374,22376-22390,22392-22681,22683-22699
qsub scripts/sdss.pbs -q data_io -t 22701-22704,22706-22738,22740-22742,22744,22746-22757,22759-22760,22762-22770,22772-22783,22785-23117,23121-23129,23131-23133,23136-23141,23144-23153,23156-23157,23159-23163,23165,23167-23168,23170-23171,23173-23175,23177,23180-23182,23185-23186,23188-23189,23191-23193,23195,23197-23198,23200,23202-23204,23206-23207,23209-23210,23213,23215-23219,23224-23225,23230,23233,23235,23237,23244,23247,23255-23256,23260,23277-23503,23505-23513,23515-23519,23521,23524-23526,23528-23530,23532,23534-23548,23552-23560,23563-23571,23573-23577,23579-23580,23582-23586,23590-23660,23662-23775
qsub scripts/sdss.pbs -q data_io -t 23778-23779,23787-23791,23795,23799,23801-23803,23808,23811,23813-23814,23816,23820-23822,23824-23826,23828-23829,23831-23832,23834,23836-23840,23842,23844-23850,23852-23853,23855-23857,23859-23864,23866-23868,23870-23871,23873-23875,23877,23879-23880,23882-24131,24133-24153,24155-24162
qsub scripts/sdss.pbs -q data_io -t 24164-25000
Most of the W1 ones are done. Retry with longer time limit to catch
those ones.
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 10538,10558,10571,10579,10601,10604,10609,10620-10621,10625-10626,10647,10651,10654,10660,10665-10666,10682-10683,10691,10695,10699,10706-10707,10729-10730,10735,10737,10744,10760,10771,10775,10779,10782,10785,10803,10821-10824,10826,10835,10840,10851,10858,10863-10864,10877-10878,10881,10885,10891-10892,10895,10907,10910-10911,10916-10917,10923,10925,10931,10933-10935,10937,10950,10953,10958-10960,10962,10964-10966,10968,10978,10983-10993,10995,11006-11007,11011,11013-11022,11024-11025,11038,11041-11048,11050,11056-11057,11059,11064,11066,11068-11080,11086-11088,11092-11094,11096,11098-11109,11112-11116,11120-11123,11125-11127,11129-11136,11138-11147,11149-11152,11154-11824,11826-11834,11836-11838,11840-11844,11847,11849,11853,11858-11859,11861-11863,11865,11871,11878,11881,11883,11906,11916,11926,11949,11953,12080,12097,12113,12151,12165,12179,12187,12201,12214-12215,12217-12218,12229-12230,12254,12257-12260,12269-12271,12283,12286,12300-12301,12311,12322,12325,12340,12342,12346,12359-12360,12365,12369,12383,12392,12398,12408,12420,12425-12426,12440,12445,12447,12468,12470-12471,12487,12495,12498,12516,12518,12536,12544,12547,12565,12586,12595,12693,12932,13046,13078,13088,13201,14478,14718,14725,14772,14789,14935,14975,15053,15070,15093-15094,15106,15122,15136,15142-15143,15146,15154-15155,15159,15167-15168,15177-15178,15185-15186,15188-15189,15194,15196,15201,15205,15209-15213,15215,15218,15221,15230,15232,15234-15236,15238,15241,15243,15245-15249,15254,15258,15262-15263,15267,15269-15274,15277-15278,15280,15282-15283,15286-15289,15291-15295,15297,15300,15303-15304,15308,15311,15316-15317,15319,15322-15324,15326,15329-15338,15343,15345-15351,15353,15360-15361,15364-15367,15369,15371-15374,15377-15383,15387-15399,15405-15414,15418-15430,15434-15453,15455-15466,15470-15484,15486-15498,15500-15522,15524-15526,15528-15546,15548-15587,15589-15625,15627-15671,15673-15681,15683-15703,15705-15850,15852-15879,15881-15980,15982-16302,16305,16307-16313,16316,16319-16320,16322-16325,16335,16337,16342,16345,16350,16365,16373-16374,16378,16389,16398,16400,16404,16424,16426,16428,16441,16447,16451,16460,16465,16468,16495,16502,16505,16527,16530,16532-16533,16545-16546,16618,16639,16661,16718,16744,16774,16803,16830,16864,16904,16940,16964,16984,16997,17012,17049,17053,17094,17099,17150,17186,17249,17284,17397,17427,17501,17533,17542,17573,17582,17592,17614,17622,17663,17671,17681,17708,17712,17715,17719,17725
(oops, killed pbs daemon...)
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 10538,10558,10571,10579,10601,10604,10609,10620,10621,10625,10626,10647,10651,10654,10660,10665,10666,10682,10683,10691,10695,10699,10706,10707,10729,10730,10735,10737,10744,10760,10771,10775,10779,10782,10785,10803,10821,10822,10823,10824,10826,10835,10840,10851,10858,10863,10864,10877,10878,10881,10885,10891,10892,10895,10907,10910,10911,10916,10917,10923,10925,10931,10933,10934,10935,10937,10950,10953,10958,10959,10960,10962,10964,10965,10966,10968,10978,10983,10984,10985,10986,10987,10988,10989,10990,10991,10992,10993,10995
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 11006,11007,11011,11013,11014,11015,11016,11017,11018,11019,11020,11021,11022,11024,11025,11038,11041,11042,11043,11044,11045,11046,11047,11048,11050,11056,11057,11059,11064,11066,11068,11069,11070,11071,11072,11073,11074,11075,11076,11077,11078,11079,11080,11086,11087,11088,11092,11093,11094,11096,11098,11099,11100,11101,11102,11103,11104,11105,11106,11107,11108,11109,11112,11113,11114,11115,11116,11120,11121,11122,11123,11125,11126,11127,11129,11130,11131,11132,11133,11134,11135,11136,11138,11139,11140,11141,11142,11143,11144,11145,11146,11147,11149,11150,11151,11152,11154,11155,11156,11157,11158,11159,11160,11161,11162,11163,11164,11165,11166,11167,11168,11169,11170,11171,11172,11173,11174,11175,11176,11177,11178,11179,11180,11181,11182,11183,11184,11185,11186,11187,11188,11189,11190,11191,11192,11193,11194,11195,11196,11197,11198,11199
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 11200,11201,11202,11203,11204,11205,11206,11207,11208,11209,11210,11211,11212,11213,11214,11215,11216,11217,11218,11219,11220,11221,11222,11223,11224,11225,11226,11227,11228,11229,11230,11231,11232,11233,11234,11235,11236,11237,11238,11239,11240,11241,11242,11243,11244,11245,11246,11247,11248,11249,11250,11251,11252,11253,11254,11255,11256,11257,11258,11259,11260,11261,11262,11263,11264,11265,11266,11267,11268,11269,11270,11271,11272,11273,11274,11275,11276,11277,11278,11279,11280,11281,11282,11283,11284,11285,11286,11287,11288,11289,11290,11291,11292,11293,11294,11295,11296,11297,11298,11299
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 11300,11301,11302,11303,11304,11305,11306,11307,11308,11309,11310,11311,11312,11313,11314,11315,11316,11317,11318,11319,11320,11321,11322,11323,11324,11325,11326,11327,11328,11329,11330,11331,11332,11333,11334,11335,11336,11337,11338,11339,11340,11341,11342,11343,11344,11345,11346,11347,11348,11349,11350,11351,11352,11353,11354,11355,11356,11357,11358,11359,11360,11361,11362,11363,11364,11365,11366,11367,11368,11369,11370,11371,11372,11373,11374,11375,11376,11377,11378,11379,11380,11381,11382,11383,11384,11385,11386,11387,11388,11389,11390,11391,11392,11393,11394,11395,11396,11397,11398,11399
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 11400,11401,11402,11403,11404,11405,11406,11407,11408,11409,11410,11411,11412,11413,11414,11415,11416,11417,11418,11419,11420,11421,11422,11423,11424,11425,11426,11427,11428,11429,11430,11431,11432,11433,11434,11435,11436,11437,11438,11439,11440,11441,11442,11443,11444,11445,11446,11447,11448,11449,11450,11451,11452,11453,11454,11455,11456,11457,11458,11459,11460,11461,11462,11463,11464,11465,11466,11467,11468,11469,11470,11471,11472,11473,11474,11475,11476,11477,11478,11479,11480,11481,11482,11483,11484,11485,11486,11487,11488,11489,11490,11491,11492,11493,11494,11495,11496,11497,11498,11499
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 11500,11501,11502,11503,11504,11505,11506,11507,11508,11509,11510,11511,11512,11513,11514,11515,11516,11517,11518,11519,11520,11521,11522,11523,11524,11525,11526,11527,11528,11529,11530,11531,11532,11533,11534,11535,11536,11537,11538,11539,11540,11541,11542,11543,11544,11545,11546,11547,11548,11549,11550,11551,11552,11553,11554,11555,11556,11557,11558,11559,11560,11561,11562,11563,11564,11565,11566,11567,11568,11569,11570,11571,11572,11573,11574,11575,11576,11577,11578,11579,11580,11581,11582,11583,11584,11585,11586,11587,11588,11589,11590,11591,11592,11593,11594,11595,11596,11597,11598,11599,11600
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 11601,11602,11603,11604,11605,11606,11607,11608,11609,11610,11611,11612,11613,11614,11615,11616,11617,11618,11619,11620,11621,11622,11623,11624,11625,11626,11627,11628,11629,11630,11631,11632,11633,11634,11635,11636,11637,11638,11639,11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654,11655,11656,11657,11658,11659,11660,11661,11662,11663,11664,11665,11666,11667,11668,11669,11670,11671,11672,11673,11674,11675,11676,11677,11678,11679,11680,11681,11682,11683,11684,11685,11686,11687,11688,11689,11690,11691,11692,11693,11694,11695,11696,11697,11698,11699
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 11700,11701,11702,11703,11704,11705,11706,11707,11708,11709,11710,11711,11712,11713,11714,11715,11716,11717,11718,11719,11720,11721,11722,11723,11724,11725,11726,11727,11728,11729,11730,11731,11732,11733,11734,11735,11736,11737,11738,11739,11740,11741,11742,11743,11744,11745,11746,11747,11748,11749,11750,11751,11752,11753,11754,11755,11756,11757,11758,11759,11760,11761,11762,11763,11764,11765,11766,11767,11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781,11782,11783,11784,11785,11786,11787,11788,11789,11790,11791,11792,11793,11794,11795,11796,11797,11798,11799
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 11800,11801,11802,11803,11804,11805,11806,11807,11808,11809,11810,11811,11812,11813,11814,11815,11816,11817,11818,11819,11820,11821,11822,11823,11824,11826,11827,11828,11829,11830,11831,11832,11833,11834,11836,11837,11838,11840,11841,11842,11843,11844,11847,11849,11853,11858,11859,11861,11862,11863,11865,11871,11878,11881,11883,11906,11916,11926,11949,11953,12080,12097,12113,12151,12165,12179,12187,12201,12214,12215,12217,12218,12229,12230,12254,12257,12258,12259,12260,12269,12270,12271,12283,12286,12300,12301,12311,12322,12325,12340,12342,12346,12359,12360,12365,12369,12383,12392,12398,12408,12420,12425,12426,12440,12445,12447,12468,12470,12471,12487,12495,12498,12516,12518,12536,12544,12547,12565,12586,12595,12693,12932,13046,13078,13088,13201,14478,14718,14725,14772,14789,14935,14975
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 15053,15070,15093,15094,15106,15122,15136,15142,15143,15146,15154,15155,15159,15167,15168,15177,15178,15185,15186,15188,15189,15194,15196,15201,15205,15209,15210,15211,15212,15213,15215,15218,15221,15230,15232,15234,15235,15236,15238,15241,15243,15245,15246,15247,15248,15249,15254,15258,15262,15263,15267,15269,15270,15271,15272,15273,15274,15277,15278,15280,15282,15283,15286,15287,15288,15289,15291,15292,15293,15294,15295,15297,15300,15303,15304,15308,15311,15316,15317,15319,15322,15323,15324,15326,15329,15330,15331,15332,15333,15334,15335,15336,15337,15338,15343,15345,15346,15347,15348,15349,15350,15351,15353,15360,15361,15364,15365,15366,15367,15369,15371,15372,15373,15374,15377,15378,15379,15380,15381,15382,15383,15387,15388,15389,15390,15391,15392,15393,15394,15395,15396,15397,15398,15399
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 15405,15406,15407,15408,15409,15410,15411,15412,15413,15414,15418,15419,15420,15421,15422,15423,15424,15425,15426,15427,15428,15429,15430,15434,15435,15436,15437,15438,15439,15440,15441,15442,15443,15444,15445,15446,15447,15448,15449,15450,15451,15452,15453,15455,15456,15457,15458,15459,15460,15461,15462,15463,15464,15465,15466,15470,15471,15472,15473,15474,15475,15476,15477,15478,15479,15480,15481,15482,15483,15484,15486,15487,15488,15489,15490,15491,15492,15493,15494,15495,15496,15497,15498,15500
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 15501,15502,15503,15504,15505,15506,15507,15508,15509,15510,15511,15512,15513,15514,15515,15516,15517,15518,15519,15520,15521,15522,15524,15525,15526,15528,15529,15530,15531,15532,15533,15534,15535,15536,15537,15538,15539,15540,15541,15542,15543,15544,15545,15546,15548,15549,15550,15551,15552,15553,15554,15555,15556,15557,15558,15559,15560,15561,15562,15563,15564,15565,15566,15567,15568,15569,15570,15571,15572,15573,15574,15575,15576,15577,15578,15579,15580,15581,15582,15583,15584,15585,15586,15587,15589,15590,15591,15592,15593,15594,15595,15596,15597,15598,15599
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 15600,15601,15602,15603,15604,15605,15606,15607,15608,15609,15610,15611,15612,15613,15614,15615,15616,15617,15618,15619,15620,15621,15622,15623,15624,15625,15627,15628,15629,15630,15631,15632,15633,15634,15635,15636,15637,15638,15639,15640,15641,15642,15643,15644,15645,15646,15647,15648,15649,15650,15651,15652,15653,15654,15655,15656,15657,15658,15659,15660,15661,15662,15663,15664,15665,15666,15667,15668,15669,15670,15671,15673,15674,15675,15676,15677,15678,15679,15680,15681,15683,15684,15685,15686,15687,15688,15689,15690,15691,15692,15693,15694,15695,15696,15697,15698,15699,15700
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 15701,15702,15703,15705,15706,15707,15708,15709,15710,15711,15712,15713,15714,15715,15716,15717,15718,15719,15720,15721,15722,15723,15724,15725,15726,15727,15728,15729,15730,15731,15732,15733,15734,15735,15736,15737,15738,15739,15740,15741,15742,15743,15744,15745,15746,15747,15748,15749,15750,15751,15752,15753,15754,15755,15756,15757,15758,15759,15760,15761,15762,15763,15764,15765,15766,15767,15768,15769,15770,15771,15772,15773,15774,15775,15776,15777,15778,15779,15780,15781,15782,15783,15784,15785,15786,15787,15788,15789,15790,15791,15792,15793,15794,15795,15796,15797,15798,15799,15800
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 15801,15802,15803,15804,15805,15806,15807,15808,15809,15810,15811,15812,15813,15814,15815,15816,15817,15818,15819,15820,15821,15822,15823,15824,15825,15826,15827,15828,15829,15830,15831,15832,15833,15834,15835,15836,15837,15838,15839,15840,15841,15842,15843,15844,15845,15846,15847,15848,15849,15850,15852,15853,15854,15855,15856,15857,15858,15859,15860,15861,15862,15863,15864,15865,15866,15867,15868,15869,15870,15871,15872,15873,15874,15875,15876,15877,15878,15879,15881,15882,15883,15884,15885,15886,15887,15888,15889,15890,15891,15892,15893,15894,15895,15896,15897,15898,15899,15900
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 15901,15902,15903,15904,15905,15906,15907,15908,15909,15910,15911,15912,15913,15914,15915,15916,15917,15918,15919,15920,15921,15922,15923,15924,15925,15926,15927,15928,15929,15930,15931,15932,15933,15934,15935,15936,15937,15938,15939,15940,15941,15942,15943,15944,15945,15946,15947,15948,15949,15950,15951,15952,15953,15954,15955,15956,15957,15958,15959,15960,15961,15962,15963,15964,15965,15966,15967,15968,15969,15970,15971,15972,15973,15974,15975,15976,15977,15978,15979,15980,15982,15983,15984,15985,15986,15987,15988,15989,15990,15991,15992,15993,15994,15995,15996,15997,15998,15999,16000
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 16001,16002,16003,16004,16005,16006,16007,16008,16009,16010,16011,16012,16013,16014,16015,16016,16017,16018,16019,16020,16021,16022,16023,16024,16025,16026,16027,16028,16029,16030,16031,16032,16033,16034,16035,16036,16037,16038,16039,16040,16041,16042,16043,16044,16045,16046,16047,16048,16049,16050,16051,16052,16053,16054,16055,16056,16057,16058,16059,16060,16061,16062,16063,16064,16065,16066,16067,16068,16069,16070,16071,16072,16073,16074,16075,16076,16077,16078,16079,16080,16081,16082,16083,16084,16085,16086,16087,16088,16089,16090,16091,16092,16093,16094,16095,16096,16097,16098,16099,16100
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 16101,16102,16103,16104,16105,16106,16107,16108,16109,16110,16111,16112,16113,16114,16115,16116,16117,16118,16119,16120,16121,16122,16123,16124,16125,16126,16127,16128,16129,16130,16131,16132,16133,16134,16135,16136,16137,16138,16139,16140,16141,16142,16143,16144,16145,16146,16147,16148,16149,16150,16151,16152,16153,16154,16155,16156,16157,16158,16159,16160,16161,16162,16163,16164,16165,16166,16167,16168,16169,16170,16171,16172,16173,16174,16175,16176,16177,16178,16179,16180,16181,16182,16183,16184,16185,16186,16187,16188,16189,16190,16191,16192,16193,16194,16195,16196,16197,16198,16199,16200
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 16201,16202,16203,16204,16205,16206,16207,16208,16209,16210,16211,16212,16213,16214,16215,16216,16217,16218,16219,16220,16221,16222,16223,16224,16225,16226,16227,16228,16229,16230,16231,16232,16233,16234,16235,16236,16237,16238,16239,16240,16241,16242,16243,16244,16245,16246,16247,16248,16249,16250,16251,16252,16253,16254,16255,16256,16257,16258,16259,16260,16261,16262,16263,16264,16265,16266,16267,16268,16269,16270,16271,16272,16273,16274,16275,16276,16277,16278,16279,16280,16281,16282,16283,16284,16285,16286,16287,16288,16289,16290,16291,16292,16293,16294,16295,16296,16297,16298,16299,16300
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 16301,16302,16305,16307,16308,16309,16310,16311,16312,16313,16316,16319,16320,16322,16323,16324,16325,16335,16337,16342,16345,16350,16365,16373,16374,16378,16389,16398,16400,16404,16424,16426,16428,16441,16447,16451,16460,16465,16468,16495,16502,16505,16527,16530,16532,16533,16545,16546,16618,16639,16661,16718,16744,16774,16803,16830,16864,16904,16940,16964,16984,16997
qsub scripts/sdss.pbs -q data_io -p -5 -l walltime=12:00:00 -t 17012,17049,17053,17094,17099,17150,17186,17249,17284,17397,17427,17501,17533,17542,17573,17582,17592,17614,17622,17663,17671,17681,17708,17712,17715,17719,17725
NERSC:
bigboss:
Start : 2,456
Dec 10: 3,530
Dec 11: 5,393
Dec 13: 5,866
Dec 15: 7,218
Dec 16: 7,253
Dec 17: 9,010
Dec 18: 9,478
Jan 5: 10,675
Jan 6: 13,643
Jan 7: 16,783
Jan 8: 18,661
Jan 9: 19,198 / 157 DESI
Jan 10: 21,392 / 470
Jan 11: 25,216 / 653
Jan 12: 26,892 / 653
Jan 13: 27,656 / 653
qsub scripts/sdss-nersc.pbs -t 20000-20009,20011-20054,20056-20090,20092-20127,20129-20166,20168-20205,20207-20242,20244-20282,20284-20322,20324-20358,20360-20393,20395-20426,20428-20462,20464-20500
qsub scripts/sdss-nersc.pbs -t 10538,10558,10571,10579,10601,10604,10609,10620-10621,10625-10626,10647,10651,10654,10660,10665-10666,10682-10683,10691,10695,10699,10706-10707,10729-10730,10735,10737,10744,10760,10771,10775,10779,10782,10785,10803,10821-10824,10826,10835,10840,10851,10858,10863-10864,10877-10878,10881,10885,10891-10892,10895,10907,10910-10911,10916-10917,10923,10925,10931,10933-10935,10937,10950,10953,10958-10960,10962,10964-10966,10968,10978,10983-10993,10995
qsub scripts/sdss-nersc.pbs -t 20502-20541,20543-20582,20584-20629,20631-20670,20672-20710,20712-20829,20831-20866,20868-20937,20939,20942-20968,20970,20973-20995,20997-20998
qsub scripts/sdss-nersc.pbs -t 11006-11007,11011,11013-11022,11024-11025,11038,11041-11048,11050,11056-11057,11059,11064,11066,11068-11080,11086-11088,11092-11094,11096,11098-11109,11112-11116,11120-11123,11125-11127,11129-11136,11138-11147,11149-11152,11154-11824,11826-11833,11836-11838,11840-11844,11847,11849,11853,11858-11859,11861-11863,11865,11871,11878,11881,11883,11906,11916,11926,11949,11953
qsub scripts/sdss-nersc.pbs -t 12080,12097,12113,12151,12165,12179,12187,12201,12214-12215,12217-12218,12229-12230,12254,12257-12260,12269-12271,12283,12286,12300-12301,12311,12322,12325,12340,12342,12346,12359-12360,12365,12369,12383,12392,12398,12408,12420,12425-12426,12440,12445,12447,12468,12470-12471,12487,12495,12498,12516,12518,12536,12544,12547,12565,12586,12595,12693,12932
qsub scripts/sdss-nersc.pbs -t 13046,13078,13088,13201,14478,14718,14725,14772,14789,14935,14975
qsub scripts/sdss-nersc.pbs -t 15070,15093-15094,15106,15122,15136,15142-15143,15146,15154-15155,15159,15167-15168,15177-15178,15188-15189,15194,15196,15201,15205,15209-15213,15215,15218,15221,15230,15232,15234-15236,15238,15241,15243,15245-15249,15254,15258,15262-15263,15267,15269,15271-15274,15277-15278,15282-15283,15286-15289,15291-15295,15297,15300,15303-15304,15308,15311,15316-15317,15319,15322-15324,15329-15338,15343,15346-15351,15353,15360-15361,15365-15367,15369,15371-15374,15377-15383,15388-15392,15395-15399,15405-15411,15413-15414,15418-15430,15435-15444,15446-15453,15455-15456,15458-15466,15470-15482,15484,15486-15498,15500-15522,15524-15526,15528-15535,15537,15539-15546,15548-15587,15589-15622,15624-15625,15627-15628,15630-15670,15673-15681,15683-15703,15705-15715,15717-15722,15724-15805,15807-15850,15852-15869,15871-15879,15881-15900,15902-15906,15908-15922,15924-15939,15941-15980,15982-16011
qsub scripts/sdss-nersc.pbs -t 16013-16064,16066-16068,16070-16243,16245-16276,16278-16302,16305,16307,16309-16313,16316,16319-16320,16322-16325,16335,16342,16345,16350,16365,16373-16374,16378,16389,16398,16400,16404,16424,16441,16447,16451,16460,16465,16468,16495,16502,16527,16530,16532-16533,16545,16618,16639,16661,16718,16744,16774,16803,16830,16864,16904,16940,16964,16984,16997,17012,17049,17053,17094,17099,17150,17186,17249,17284,17397,17427,17501,17533,17542,17573,17582,17592,17614,17622,17663,17671,17681,17708,17712,17715,17719,17725
qsub scripts/sdss-nersc.pbs -t 21001-21025,21027-21028,21031-21050,21052,21055-22095
qsub scripts/sdss-nersc.pbs -t 22097-22099,22101-22108,22110-22114,22116-22120,22123-22125,22127-22131,22133-22134,22136-22142,22144-22149,22151-22155,22157,22159-22167,22170,22174-22179,22181-22182,22186-22189,22191,22193-22198,22201-22209,22214-22216,22218-22226,22229-22232,22234-22239,22241-22247,22249-22261,22263-22265,22268-22271,22273-22275,22277-22278,22280-22284,22286-22288,22290-22292,22295-22305,22307-22312,22314,22316-22323,22325-22329,22331,22333-22340,22342,22344-22347,22349-22353,22355-22356,22358-22361,22363-22367,22369-22373,22375-22376,22378-22385,22387-22393,22395-22396,22398,22400,22402-22404,22407-22412,22414-22422,22425-22429,22432-22443,22445-22449,22451-22452,22454-22457,22459,22461-22462,22464-22468,22470-22475,22478-22480,22483,22485-22491,22493-22504,22507-22514,22516,22518-22521,22524-22526,22528,22530-22531,22533-22535,22538-22540,22542-22547,22549-22559,22561-22567,22569-22571,22573-22575,22577-22578,22580-22585,22588,22591-22597,22600-22602,22604,22606-22608,22610-22616,22618-22631,22633-22635,22637,22639-22640,22642-22645,22647-22652,22654-22655,22658-22660,22663-22668,22671-22673,22675-22684,22686-22691,22693-22695,22698-22700,22702-22716,22718,22721-22726,22728-22732,22734-22736,22738-22741,22744-22746,22748,22750-22751,22753,22755-22780,22782,22784-22785,22788-22793,22795-22807,22812-22814,22818-22828,22830-22845,22848-22849,22851-22852,22854-22864,22866,22868,22870-22875,22877-22882,22884,22886-22887,22889-22891,22893-22905,22907,22909,22911,22913-22922,22925-22930,22932-22940,22942-22945,22947-22948,22950-22953,22958-22960,22962-22963,22965-22968,22970-22976,22978,22980,22982-22983,22985-22988,22990-22996
qsub scripts/sdss-nersc.pbs -t 23000-23015,23018-23025,23027-23029,23032-23036,23039-23042,23044,23046-23048,23051-23053,23055-23067,23069-23079,23081-23092,23095,23097-23100,23102-23105,23107-23109,23112,23114-23120,23122-23124,23127-23144,23146-23156,23160,23162-23164,23167-23169,23171-23172,23174-23177,23179-23182,23184-23199,23201-23204,23206-23213,23217-23219,23221-23229,23233-23243,23245-23248,23250-23257,23259-23260,23262-23275,23277-23279,23282,23284-23288,23290-23292,23294-23295,23297,23299-23313,23315-23318,23320-23323,23326-23332,23334-23336,23339-23341,23343-23348,23350-23356,23358-23363,23365-23367,23369-23371,23373,23375-23383,23385-23386,23388-23392,23395-23402,23404-23408,23411-23418,23420-23423,23425-23426,23428-23437,23439-23443,23445-23449,23451-23452,23455-23460,23462-23469,23472-23475,23478-23485,23487-23489,23491-23496
# qsub scripts/sdss-nersc.pbs -t 23498-23506,23508-23514,23517-23520,23522-23526,23529-23536,23538-23540,23542,23545-23562,23565-23567,23569-23579,23581-23582,23584-23586,23588,23590-23591,23593-23594,23596-23606,23608-23609,23611-23613,23615-23622,23624-23629,23632-23633,23635-23641,23643-23645,23647-23651,23653-23659,23661-23668,23670-23673,23675-23676,23678-23682,23684-23690,23692-23697,23699,23701-23702,23704-23705,23708-23715,23717-23718,23720-23723,23725-23732,23734-23755,23764-23782,23785-23798,23801-23818,23827-23852,23854-23859,23861-23864,23866-23872,23874-23875,23878,23880-23882,23884-23885,23887-23893,23895-23897,23899-23905,23908-23919,23921-23924,23926-23931,23933,23935-23936,23938-23943,23945-23946,23948-23955,23957-23961,23963-23966,23969-23981,23984-23985,23988-23996,23998-24003
qsub scripts/sdss-nersc.pbs -t 24005-24013,24016-24032,24035-24039,24041-24050,24053-24055,24057-24062,24065-24073,24075-24085,24087-24099,24101-24105,24108-24115,24118-24125,24127-24130,24132-24134,24137-24153,24155-24161,24163-24166,24168-24172,24174-24178,24180,24182-24196,24199-24202,24204-24205,24207-24212,24214,24216-24220,24223-24237,24239-24241,24244-24248,24250-24251,24253-24257,24259-24261,24263-24269,24271-24282,24284,24286-24288,24290-24291,24293-24297,24299,24301,24303-24308,24310-24319,24321-24324,24326-24332,24334-24336,24338-24348,24352-24355,24357-24363,24367-24374,24376-24378,24380-24397,24399-24402,24404,24406-24409,24413-24416,24418,24420-24424,24427-24434,24436-24452,24454,24456-24462,24464,24466,24469-24473,24475-24476,24478-24480,24482-24486,24489-24495
# qsub scripts/sdss-nersc.pbs -t 24497-24526,24529-24530,24532-24533,24535-24537,24540-24544,24547-24549,24551-24553,24555-24558,24560-24586,24588-24592,24594-24596,24598,24600,24602,24604-24615,24617-24618,24620-24629,24631-24633,24635-24638,24640-24643,24645-24676,24678,24680,24682-24748,24750,24753-24820,24822,24824-24885,24887-24888,24890-24892,24894-24999
# qsub scripts/sdss-nersc.pbs -t 25000-25260,25262-25284,25286-25301,25303-25309,25311-25320,25322-25338,25340-25341,25343-25358,25360-25375,25377-25383,25385-25999
# qsub scripts/sdss-nersc.pbs -t 26000-26704,26706-26735,26737-26999
# qsub scripts/sdss-nersc.pbs -t 27000-27347,27349-27381,27383-27607,27609-27699,27701-27747,27749-27792,27794-27806
Try again on Riemann:
qsub scripts/sdss.pbs -t 10538,10558,10579,10601,10604,10620,10625-10626,10651,10666,10683,10691,10695,10706,10729,10760,10775,10824,10835,10851,10858
qsub scripts/sdss.pbs -t 10863,10881,10891,10911,10960,10968,10985,10991,11006,11011,11014-11015,11043,11045,11050,11056-11057,11068-11069,11071-11072
qsub scripts/sdss.pbs -t 11074-11075,11080,11088,11096,11098,11102,11105,11121-11123,11125,11131-11134,11139,11145,11151-11152,11155-11156,11158-11159
qsub scripts/sdss.pbs -t 11162,11167-11168,11172-11174,11177-11178,11180-11181,11185-11188,11191-11192,11194,11196,11199,11202,11205,11210-11211
qsub scripts/sdss.pbs -t 11218,11227,11235,11241,11243-11245,11248-11249,11251,11254-11255,11258,11265,11273-11274,11301,11304-11306,11309-11310
qsub scripts/sdss.pbs -t 11312,11317,11319,11327,11331,11338,11340,11346,11351,11426-11427,11429,11431,11438-11440,11443-11444,11446-11448
qsub scripts/sdss.pbs -t 11450,11452-11454,11456-11461,11463-11465,11467,11469-11475,11477,11479-11480,11482,11486-11493,11496-11500,11503,11505-11506
qsub scripts/sdss.pbs -t 11508-11512,11519,11522-11523,11527-11528,11532-11534,11539-11543,11546-11548,11550,11552-11555,11558-11559,11562-11565
qsub scripts/sdss.pbs -t 11567-11570,11572-11576,11578-11579,11583-11585,11589,11594,11597-11598,11601,11603,11605,11609,11615-11616,11618,11620,11625,11630-11631
qsub scripts/sdss.pbs -t 11634-11635,11641,11648-11649,11652,11654,11657,11663,11670,11674,11679,11689-11690,11696,11698,11704-11705,11720
qsub scripts/sdss.pbs -t 11723,11732,11736,11751-11753,11756,11761-11773,11775,11777-11781,11783-11807,11809-11813,11815,11820-11821,11824,11827-11830
qsub scripts/sdss.pbs -t 11833,11841,11844,11878,11881,11906,12080,12097,12113,12151,12165,12179,12187,12201,12214-12215,12217-12218,12229-12230
qsub scripts/sdss.pbs -t 12254,12257-12260,12270-12271,12283,12286,12300-12301,12311,12322,12325,12340,12342,12346,12359-12360,12365,12369,12383
qsub scripts/sdss.pbs -t 12392,12398,12408,12420,12425-12426,12440,12445,12447,12468,12470-12471,12487,12495,12498,12516,12518,12536,12544,12547
qsub scripts/sdss.pbs -t 12565,12586,12595,12693,13088,14478,14718,14725,14772,14789,14935,14975,15070,15093-15094,15106,15122,15136,15142-15143
qsub scripts/sdss.pbs -t 15146,15154-15155,15159,15167-15168,15177-15178,15188-15189,15194,15196,15201,15205,15209-15213,15215,15218,15221,15230,15232,15234-15236
qsub scripts/sdss.pbs -t 15238,15241,15243,15246-15249,15254,15258,15262-15263,15267,15269,15271-15274,15277-15278,15282-15283,15286-15289,15291-15295
qsub scripts/sdss.pbs -t 15297,15300,15303-15304,15308,15311,15316-15317,15319,15322-15324,15329-15336,15338,15343,15346-15351,15353,15360-15361,15365-15367
qsub scripts/sdss.pbs -t 15369,15371-15374,15377-15383,15388-15392,15395-15397,15399,15405-15411,15413-15414,15418-15430,15435-15444,15446-15453
qsub scripts/sdss.pbs -t 15455-15456,15458-15466,15470-15482,15484,15486-15498,15500-15522,15524-15526,15528-15535,15537,15539-15546,15548-15587,15589-15622
qsub scripts/sdss.pbs -t 15624-15625,15627-15628,15630-15670,15673-15681,15683-15703,15705-15715,15717-15722,15724-15805,15807-15850,15852-15869
qsub scripts/sdss.pbs -t 15871-15879,15881-15900,15902-15906,15908-15922,15924-15939,15941-15980,15982-16011,16013-16064,16066-16068,16070-16243
qsub scripts/sdss.pbs -t 16245-16276,16278-16302,16305,16307,16309-16313,16316,16319-16320,16322-16325,16335,16342,16345,16350,16365,16373-16374
qsub scripts/sdss.pbs -t 16378,16389,16398,16400,16404,16424,16441,16447,16451,16460,16465,16468,16495,16502,16527,16530,16532-16533,16545,16618
qsub scripts/sdss.pbs -t 16639,16661,16718,16744,16774,16803,16830,16864,16904,16940,16964,16984,16997,17012,17049,17053,17094,17099
qsub scripts/sdss.pbs -t 17150,17186,17249,17284,17397,17427,17501,17533,17542,17573,17582,17592,17614,17622,17663,17671,17681,17708,17712,17715,17719,17725
qsub scripts/sdss.pbs -t 10538,10558,10579,10601,10604,10620,10625-10626,10651,10666,10683,10691,10695,10706,10729,10760,10775,10824,10835,10851,10858,10863,10881,10891,10911,10960,10968,10985,10991,11006,11011,11014-11015,11043,11045,11050,11056-11057,11068-11069,11071-11072,11074-11075,11080,11088,11096,11098,11102,11105,11121-11123,11125,11131-11134,11139,11145,11151-11152,11155-11156,11158-11159,11162,11167-11168,11172-11174,11177-11178,11180-11181,11185-11188,11191-11192,11194,11196,11199,11202,11205,11210-11211,11218,11227,11235,11241,11243-11245,11248-11249,11251,11254-11255,11258,11265,11273-11274,11301,11304-11306,11309-11310,11312,11317,11319,11327,11331,11338,11340,11346,11351,11426-11427,11429,11431,11438-11440,11443-11444,11446-11448,11450,11452-11454,11456-11461,11463-11465,11467,11469-11475,11477,11479-11480,11482,11486-11493,11496-11500,11503,11505-11506,11508-11512,11519,11522-11523,11527-11528,11532-11534,11539-11543,11546-11548,11550,11552-11555,11558-11559,11562-11565,11567-11570,11572-11576,11578-11579,11583-11585,11589,11594,11597-11598,11601,11603,11605,11609,11615-11616,11618,11620,11625,11630-11631,11634-11635,11641,11648-11649,11652,11654,11657,11663,11670,11674,11679,11689-11690,11696,11698,11704-11705,11720,11723,11732,11736,11751-11753,11756,11761-11773,11775,11777-11781,11783-11807,11809-11813,11815,11820-11821,11824,11827-11830,11833,11841,11844,11878,11881,11906,12080,12097,12113,12151,12165,12179,12187,12201,12214-12215,12217-12218,12229-12230,12254,12257-12260,12270-12271,12283,12286,12300-12301,12311,12322,12325,12340,12342,12346,12359-12360,12365,12369,12383,12392,12398,12408,12420,12425-12426,12440,12445,12447,12468,12470-12471,12487,12495,12498,12516,12518,12536,12544,12547,12565,12586,12595,12693,13088,14478,14718,14725,14772,14789,14935,14975,15070,15093-15094,15106,15122,15136,15142-15143,15146,15154-15155,15159,15167-15168,15177-15178,15188-15189,15194,15196,15201,15205,15209-15213,15215,15218,15221,15230,15232,15234-15236,15238,15241,15243,15246-15249,15254,15258,15262-15263,15267,15269,15271-15274,15277-15278,15282-15283,15286-15289,15291-15295,15297,15300,15303-15304,15308,15311,15316-15317,15319,15322-15324,15329-15336,15338,15343,15346-15351,15353,15360-15361,15365-15367,15369,15371-15374,15377-15383,15388-15392,15395-15397,15399,15405-15411,15413-15414,15418-15430,15435-15444,15446-15453,15455-15456,15458-15466,15470-15482,15484,15486-15498,15500-15522,15524-15526,15528-15535,15537,15539-15546,15548-15587,15589-15622,15624-15625,15627-15628,15630-15670,15673-15681,15683-15703,15705-15715,15717-15722,15724-15805,15807-15850,15852-15869,15871-15879,15881-15900,15902-15906,15908-15922,15924-15939,15941-15980,15982-16011,16013-16064,16066-16068,16070-16243,16245-16276,16278-16302,16305,16307,16309-16313,16316,16319-16320,16322-16325,16335,16342,16345,16350,16365,16373-16374,16378,16389,16398,16400,16404,16424,16441,16447,16451,16460,16465,16468,16495,16502,16527,16530,16532-16533,16545,16618,16639,16661,16718,16744,16774,16803,16830,16864,16904,16940,16964,16984,16997,17012,17049,17053,17094,17099,17150,17186,17249,17284,17397,17427,17501,17533,17542,17573,17582,17592,17614,17622,17663,17671,17681,17708,17712,17715,17719,17725
qsub scripts/sdss.pbs -t 10538,10558,10579,10601,10604,10620,10625-10626,10651,10666,10683,10691,10695,10706,10729,10760,10775,10824,10835,10851,10858,10863,10881,10891,10911,10960,10968,10985,10991,11006,11011,11014-11015,11043,11045,11050,11056-11057,11068-11069,11071-11072,11074-11075,11080,11088,11096,11098,11102,11105,11121-11123,11125,11131-11134,11139,11145,11151-11152,11155-11156,11158-11159,11162,11167-11168,11172-11174,11177-11178,11180-11181,11185-11188,11191-11192,11194,11196,11199,11202,11205,11210-11211,11218,11227,11235,11241,11243-11245,11248-11249,11251,11254-11255,11258,11265,11273-11274,11301,11304-11306,11309-11310,11312,11317,11319,11327,11331,11338,11340,11346,11351,11426-11427,11429,11431,11438-11440,11443-11444,11446-11448,11450,11452-11454,11456-11461,11463-11465,11467,11469-11475,11477,11479-11480,11482,11486-11493,11496-11500,11503,11505-11506,11508-11512,11519,11522-11523,11527-11528,11532-11534,11539-11543,11546-11548,11550,11552-11555,11558-11559,11562-11565,11567-11570,11572-11576,11578-11579,11583-11585,11589,11594,11597-11598,11601,11603,11605,11609,11615-11616,11618,11620,11625,11630-11631,11634-11635,11641,11648-11649,11652,11654,11657,11663,11670,11674,11679,11689-11690,11696,11698,11704-11705,11720,11723,11732,11736,11751-11753,11756,11761-11773,11775,11777-11781,11783-11807,11809-11813,11815,11820-11821,11824,11827-11830,11833,11841,11844,11878,11881,11906,12080,12097,12113,12151,12165,12179,12187,12201,12214-12215,12217-12218,12229-12230,12254,12257-12260,12270-12271,12283,12286,12300-12301,12311,12322,12325,12340,12342,12346,12359-12360,12365,12369,12383,12392,12398,12408,12420,12425-12426,12440,12445,12447,12468,12470-12471,12487,12495,12498,12516,12518,12536,12544,12547,12565,12586,12595,12693,13088,14478,14718,14725,14772,14789,14935,14975,15070,15093-15094,15106,15122,15136,15142-15143,15146,15154-15155,15159,15167-15168,15177-15178,15188-15189,15194,15196,15201,15205,15209-15213,15215,15218,15221,15230,15232,15234-15236,15238,15241,15243,15246-15249,15254,15258,15262-15263,15267,15269,15271-15274,15277-15278,15282-15283,15286-15289,15291-15295,15297,15300,15303-15304,15308,15311,15316-15317,15319,15322-15324,15329-15336,15338,15343,15346-15351,15353,15360-15361,15365-15367,15369,15371-15374,15377-15383,15388-15392,15395-15397,15399,15405-15411,15413-15414,15418-15430,15435-15444,15446-15453,15455-15456,15458-15466,15470-15482,15484,15486-15498,15500-15522,15524-15526,15528-15535,15537,15539-15546,15548-15587,15589-15622,15624-15625,15627-15628,15630-15670,15673-15681,15683-15703,15705-15715,15717-15722,15724-15805,15807-15850,15852-15869,15871-15879,15881-15900,15902-15906,15908-15922,15924-15939,15941-15980,15982-16011,16013-16064,16066-16068,16070-16243,16245-16276,16278-16302,16305,16307,16309-16313,16316,16319-16320,16322-16325,16335,16342,16345,16350,16365,16373-16374,16378,16389,16398,16400,16404,16424,16441,16447,16451,16460,16465,16468,16495,16502,16527,16530,16532-16533,16545,16618,16639,16661,16718,16744,16774,16803,16830,16864,16904,16940,16964,16984,16997,17012,17049,17053,17094,17099,17150,17186,17249,17284,17397,17427,17501,17533,17542,17573,17582,17592,17614,17622,17663,17671,17681,17708,17712,17715,17719,17725
for N in 10028 10029 10030 10031 10032 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 10049 10050 10051 10052 10053 10054 10055 10056 10057 10058 10059 10060 10061 10062 10063 10064 10065 10067 10069 10070 10071 10073 10074 10076 10078 10079 10081 10082 10245 10246 10247 10248 10249 10250 10253 10254 10255 10256 10257 10258 10259 10260 10261 10262 10263 10264 10265 10266 10267 10268 10269 10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 10289 10290 10291 10292 10293 10294 10295 10297 10298 10299 10300 10302 10303 10305 10306 10307 10308 10755 10758 10799 10830 10859 10866 10883 10884 10886 10887 10888 10889 10890 10893 10894 10896 10897 10898 10899 10900 10901 10902 10903 10904 10905 10906 10908 10909 10912 10913 10914 10915 10918 10919 10920 10921 10922 10924 10926 10927 10928 10929 10930 10932 10936 10938 10939 10940 10941 10942 10943 10944 10945 10946 10947 10948 10949 10951 10952 10954 10955 10956 10957 10961 10963 10967 10969 10970 10971 10972 10973 10974 10975 10976 10977 10979 10980 10981 10982 10994 10996 10997 10998 10999 11000 11001 11002 11003 11004 11005 11008 11009 11010 11012 11095 11097 11110 11117 11118 11119 11128 11137 11148 11153 11904 11905 11907 11908 11909 11910 11911 11912 11913 11914 11915 11917 11918 11919 11920 11921 11922 11923 11924 11925 11927 11928 11929 11930 11931 11932 11933 11934 11935 11936 11937 11938 11939 11940 11941 11942 11943 11944 11945 11946 11947 11948 11950 11951 11952 11954 11955 11956 11957 11958 11959 11960 11961 11962 11963 11964 11965 11966 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 11982 11983 11984 11985 11986 11987 11988 11989 11990 11991 11992 11993 11994 11995 11996 11997 11998 11999 12000 12001 12002 12003 12004 12005 12006 12007 12008 12009 12010 12011 12012 12013 12014 12015 12016 12017 12018 12021 12022 12452 12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 12470 12471 12472 12473 12474 12475 12476 12477 12478 12479 12480 12481 12482 12483 12484 12485 12486 12488 12489 12490 12491 12492 12493 12494 12496 12497 12499 12500 12501 12502 12503 12504 12505 12506 12507 12508 12509 12510 12511 12512 12513 12514 12515 12517 12519 12520 12521 12522 12523 12524 12525 12526 12527 12528 12529 12530 12531 12532 12533 12534 12535 12537 12538 12539 12540 12541 12542 12551 12553 12645 12652 12663 12676 12689 12690 12691 12706 12707 12709 12710 12844 12845 12846 12847 12848 12849 12850 12851 12852 12853 12854 12855 12856 12857 12858 12859 12860 12861 12862 12863 12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 12877 12878 12879 12880 12881 12882 12883 12884 12885 12886 12887 12888 12889 12890 12891 12892 12893 12894 12895 12896 12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 12914 12915 12916 12917 12918 13027 13028 13030 13031 13032 13124 13136 13144 13145 13146 13147 13156 13165 13171 13224 13230 13237 13244 13277 13278 13279 13280 13281 13282 13283 13284 13285 13286 13287 13288 13289 13290 13291 13292 13293 13294 13295 13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 13310 13311 13312 13313 13314 13315 13316 13317 13318 13319 13320 13321 13322 13323 13324 13325 13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 13346 13347 13348 13349 13350 13351 13352 13353 13354 13355 13356 13357 13358 13359 13360 13361 13362 13363 13364 13365 13366 13367 13368 13369 13370 13371 13372 13373 13374 13375 13376 13377 13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 13390 13391 13392 13478 13483 13485 13486 13489 13491 13525 13534 13543 13560 13563 13564 13570 13571 13580 13582 13583 13590 13596 13598 13602 13613 13615 13636 14002 14003 14004 14005 14006 14007 14008 14009 14010 14011 14012 14013 14014 14015 14016 14017 14018 14019 14020 14021 14022 14023 14024 14025 14026 14027 14028 14029 14030 14031 14032 14033 14034 14035 14036 14037 14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14588 14589 14590 14591 14592 14593 14594 14595 14596 14597 14598 14599 14600 14601 14602 14603 14604 14605 14606 14607 14608 14609 14610 14611 14612 14613 14614 14615 14616 14617 14618 14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 14633 14634 14635 14636 14637 14638 14639 14640 14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 14666 14667 14668 14669 14670 14671 14672 14673 14674 14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685 14686 14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 14700 14701 14702 14703 14704 14705 14706 14707 14708 14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 14729 14730 14731 14732 14733 14734 14735 14736 14737 14738 14739 14740 14741 14742 14743 14744 14745 14746 14747 14748 14749 15103 15104 15105 15107 15108 15109 15110 15111 15112 15113 15114 15115 15116 15117 15118 15119 15120 15121 15123 15124 15125 15126 15127 15128 15129 15130 15131 15132 15133 15134 15135 15137 15138 15139 15140 15141 15142 15143 15144 15145 15146 15147 15148 15149 15150 15151 15152 15153 15154 15155 15156 15157 15158 15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 15169 15170 15171 15172 15173 15174 15175 15176 15177 15178 15179 15180 15181 15182 15183 15184 15185 15186 15187 15188 15189 15190 15191 15192 15193 15194 15195 15196 15197 15198 15199 15200 15201 15202 15203 15204 15205 15206 15207 15208 15209 15210 15480 15481 15482 15483 15484 15485 15486 15487 15488 15489 15490 15491 15492 15493 15494 15495 15496 15497 15498 15499 15500 15501 15502 15503 15504 15505 15506 15507 15508 15509 15510 15511 15512 15513 15514 15515 15516 15517 15518 15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 15530 15531 15532 15533 15534 15535 15536 15537 15538 15539 15540 15541 15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 15554 15555 15556 15557 15558 15559 15560 15561 15562 15563 15564 15565 15566 15567 15568 15569 15570 15571 15572 15573 15574 15575 15576 15577 15578 15579 15580 15581 15582 15583 15584 15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 15596 15597 15598 15599 15600 15601 15602 15603 15604 15605 15606 15607 15608 15609 15610 15611 15612 15613 15614 15615 15616 15617 15618 15619 15620 15621 15622 15623 15624 15625 16280 16282 16283 16284 16285 16286 16287 16288 16290 16303 16304 16306 16309 16310 16312 16314 16315 16317 16318 16319 16321 16324 16326 16327 16328 16329 16330 16331 16332 16333 16334 16335 16336 16338 16339 16340 16341 16343 16344 16346 16347 16348 16349 16351 16352 16353 16354 16355 16356 16357 16358 16359 16360 16361 16362 16363 16364 16366 16367 16368 16369 16370 16371 16372 16375 16376 16377 16380 16381 16382 16383 16384 16385 16386 16387 16388 16390 16391 16392 16393 16394 16395 16396 16397 16399 16401 16402 16405 16407 16408 16410 16412 16414 16415 16416 16418 16419 16420 16421 16422 16423 16425 16427 16428 16429 16430 16431 16432 16433 16434 16435 16436 16437 16438 16439 16440 16441 16442 16443 16444 16445 16446 16447 16448 16449 16450 16451 16452 16453 16454 16455 16456 16457 16458 16459 16461 16462 16463 16464 16466 16467 16469 16470 16471 16472 16473 16474 16475 16476 16477 16481 16483 16485 16489 16563 16565 16566 16568 16569 16570 16573 16575 16576 16577 16578 16579 16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 16593 16594 16595 16596 16597 16598 16599 16600 16601 16641 16667 16690 16691 16692 16693 16694 16737 16751 16781 16835 16852 16855 16857 16858 16859 16860 16861 16862 16863 16864 16865 16866 16867 16868 16869 16870 16871 16872 16873 16874 16875 16876 16877 16878 16879 16880 16881 16886 16888 16890 16896 16908 16916 16949 16970 16972 17004 17017 17018 17019 17020 17197 17198 17215 17216 17223 17224 17226 17227 17228 17229 17230 17231 17232 17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 17244 17245 17246 17247 17248 17249 17250 17262 17264 17270 17299 17316 17322 17348 17349 17458 17480 17481 17482 17483 17484 17485 17486 17487 17488 17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17518 17604 17605 17610 17757 17758 17762 17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774 17791 17794 17795; do
qdo add sdsswise "cd $HOME/unwise; python -u unwise_coadd.py --outdir data/unwise --dataset sdss $N > sdsswise.$N.log 2> sdsswise.$N.err";
done
qsub scripts/sdss-nersc.pbs -t 10028-10065,10067,10069-10071,10073-10074,10076,10078-10079,10081-10082,10245-10246,10249,10254-10258,10262-10263,10265-10270,10274-10275,10277-10281,10285-10286,10288-10290,10292-10293,10298,10303,10305,10307,10755,10758,10799,10830,10859,10866,10883-10884,10886-10890,10893-10894,10896-10906,10908-10909,10912-10915,10918-10922,10924,10926-10930,10932,10936,10938-10949,10951-10952,10954-10957,10961,10963,10967,10969-10977,10979-10982,10994
qsub scripts/sdss-nersc.pbs -t 10996-11005,11008-11010,11012,11095,11097,11110,11117-11119,11128,11137,11148,11153,11904-11905,11907-11915,11917-11925,11927-11948,11950-11952,11954-12018,12021-12022,12452-12467,12469,12472-12486,12488-12494,12496-12497,12499-12515,12517,12519-12535,12537-12542,12551,12553,12645,12652,12663,12676,12689-12691,12706-12707,12709-12710,12844-12918
qsub scripts/sdss-nersc.pbs -t 13027-13028,13030-13032,13124,13136,13144-13147,13156,13165,13171,13224,13230,13237,13244,13277-13392,13478,13483,13485-13486,13489,13491,13525,13534,13543,13560,13563-13564,13570-13571,13580,13582-13583,13590,13596,13598,13602,13613,13615,13636,14002-14055,14588-14717,14719-14724,14726-14749,15103-15105,15107-15121,15123-15135,15137-15141,15144-15145,15147-15153,15156-15158,15160-15166,15169-15176,15179-15187,15190-15193,15195,15197-15200,15202-15204,15206-15208,15483,15485,15499,15523,15527,15536,15538,15547,15588,15623
qsub scripts/sdss-nersc.pbs -t 16280,16282-16288,16290,16303,16312,16314,16319,16321,16324,16326,16328-16329,16332-16333,16335-16336,16338-16340,16355,16358,16361,16416,16420,16422-16423,16428,16430,16435-16436,16438,16440-16453,16458,16461-16463,16469-16474,16476,16481,16483,16563,16565-16566,16568-16570,16573,16575-16601,16641,16667,16690,16692-16694,16737,16751,16835,16852,16855,16857-16863,16865-16881,16886,16888,16890,16896,16908,16916,16949,16970
qsub scripts/sdss-nersc.pbs -t 17004,17017-17020,17197-17198,17215-17216,17223-17224,17226-17248,17250,17262,17264,17270,17299,17316,17322,17348-17349,17458,17480-17499,17518,17604-17605,17610,17757-17758,17762-17774,17791,17794-17795
qsub scripts/sdss.pbs -t 20055,20091,20128,20167,20206,20217,20236,20241,20243,20247-20250,20253,20259-20261,20264,20267,20271-20273,20276,20282-20284,20287,20291,20294-20318,20320,20322-20324,20326,20359,20394,20427,20463,20501,20542,20583,20630,20671,20711,20830,20867,20938,20940-20941,20969,20971-20972,20996,20999-21000,21026,21029-21030,21051,21053-21054,22096,22100,22109,22115,22121-22122,22126,22143,22150,22184,22200,22210,22227,22233,22240,22266-22267,22272,22276,22285
qsub scripts/sdss.pbs -t 22293-22294,22306,22313,22324,22330,22332,22341,22343,22357,22362,22374,22377,22386,22394,22397,22399,22401,22405-22406,22413,22423-22424,22430-22431,22444,22450,22453,22458,22460,22463,22469,22476-22477,22481-22482,22484,22492,22505-22506,22515,22517,22522-22523,22527,22529,22532,22536-22537,22541,22548,22560,22568,22572,22576,22579,22586-22587,22589-22590,22598-22599,22603,22605,22609,22632,22636,22638,22641,22646,22653,22656-22657,22662,22669-22670,22674,22685,22692,22696-22697
qsub scripts/sdss.pbs -t 22701,22717,22719-22720,22727,22733,22737,22747,22749,22752,22754,22781,22783,22786-22787,22794,22808-22811,22815-22817,22829,22846-22847,22850,22853,22865,22867,22869,22876,22883,22885,22888,22892,22906,22908,22910,22912,22923-22924,22931,22941,22946,22949,22954-22957,22961,22964,22969,22977,22979,22981,22989,22997-22999,23016-23017,23026,23030-23031,23037-23038,23043,23045,23049-23050,23054,23068,23080,23094,23096,23101,23106,23111,23113,23121,23125-23126,23145,23157,23159,23161
qsub scripts/sdss.pbs -t 23165,23173,23200,23215,23244,23280-23281,23283,23289,23293,23296,23298,23314,23319,23324-23325,23333,23337-23338,23342,23349,23357,23364,23368,23372,23374,23384,23387,23393-23394,23403,23409-23410,23419,23424,23427,23438,23444,23450,23453-23454,23461,23471,23476-23478,23486,23490-23491,23497,23515-23516,23521,23528,23537,23543-23544,23563-23564,23568,23580,23583,23592,23595,23610,23614,23623,23630-23631,23634,23642,23646,23652,23660,23669,23674,23677,23683,23691,23698,23700,23703
qsub scripts/sdss.pbs -t 23706-23707,23716,23719,23724,23733,23756-23763,23799,23820-23821,23824-23826,23853,23860,23873,23877,23879,23883,23886,23894,23898,23906-23907,23920,23925,23932,23934,23937,23944,23947,23956,23962,23967-23968,23982-23983,23986-23987,23997,24004,24014-24015,24033-24034,24040,24051-24052,24056,24063-24064,24074,24086,24100,24106-24107,24116-24117,24126,24131,24135-24136,24162,24167,24173,24179,24181,24197-24198,24203,24206,24213,24215,24221-24222,24238,24242-24243,24249,24252,24258
qsub scripts/sdss.pbs -t 24262,24270,24283,24285,24289,24292,24298,24300,24302,24309,24320,24325,24333,24337,24349-24351,24356,24364-24366,24375,24379,24398,24403,24405,24410-24412,24417,24419,24425-24426,24435,24453,24455,24463,24465,24467-24468,24474,24477,24481,24487-24488,24496,24527-24528,24531,24534,24538-24539,24545-24546,24550,24554,24559,24587,24593,24597,24599,24601,24603,24616,24619,24630,24634,24639,24644,24677,24679,24681,24749,24751-24752,24821,24823,24886,24889,24893,25000-26490,26492-26663
qsub scripts/sdss.pbs -t 26665-26673,26675,26677-26695,26699-26705,26707-26708,26714,26716-26726,26729-26740,26742-26755,26757-26769,26771-26995,26997-27000,27003-27035,27037-27038,27042-27043,27045,27047,27049,27052,27054,27056-27068,27070-27074,27076-27077,27080-27081,27083-27086,27088-27089,27091,27093-27099,27101-27109,27111-27122,27124-27140,27142-27326,27328-27330,27332-27333,27336-27339,27341-27349,27351-27355,27358,27361-27366,27368-27369,27371-27375,27377,27379-27389,27391-27404,27406-27581,27583-27590
qsub scripts/sdss.pbs -t 27593-27597,27599-27605,27608,27610-27621,27623,27626,27628-27631,27633,27635,27637-27646,27648,27651,27653-27654,27658-27661,27663-27664,27666-27672,27674,27677-27680,27682-27696,27699-27806
qsub scripts/sdss-nersc.pbs -t 20055,20091,20128,20167,20206,20217,20236,20241,20243,20247-20250,20253,20259-20261,20264,20267,20271-20273,20276,20282-20284,20287,20291,20294-20318,20320,20322-20324,20326,20359,20394,20427,20463,20501,20542,20583,20630,20671,20711,20830,20867,20938,20940-20941,20969,20971-20972,20996,20999-21000,21026,21029-21030,21051,21053-21054,22096,22100,22109,22115,22121-22122,22126,22143,22150,22184,22200
qsub scripts/sdss-nersc.pbs -t 22210,22227,22233,22240,22266-22267,22272,22276,22285,22293-22294,22306,22313,22324,22330,22332,22341,22343,22357,22362,22374,22377,22386,22394,22397,22399,22401,22405-22406,22413,22423-22424,22430-22431,22444,22450,22453,22458,22460,22463,22469,22476-22477,22481-22482,22484,22492,22505-22506,22515,22517,22522-22523,22527,22529,22532,22536-22537,22541,22548,22560,22568,22572,22576,22579,22586-22587
qsub scripts/sdss-nersc.pbs -t 22589,22598-22599,22603,22605,22609,22632,22636,22638,22641,22646,22653,22656-22657,22662,22674,22685,22692,22696-22697,22701,22717,22719-22720,22727,22733,22737,22747,22749,22752,22754,22781,22783,22786-22787,22794,22808-22811,22815-22817,22829,22846-22847,22850,22853,22865,22867,22869,22876,22883,22885,22888,22892,22906,22908,22910,22912,22923-22924,22931,22941,22946,22949,22954-22957,22961,22964
qsub scripts/sdss-nersc.pbs -t 22969,22977,22979,22981,22989,22997-22999,23016-23017,23026,23030-23031,23037-23038,23043,23045,23049-23050,23054,23068,23080,23094,23096,23101,23106,23111,23113,23121,23125-23126,23145,23157,23159,23161,23165,23173,23200,23215,23244,23280-23281,23283,23289,23293,23296,23298,23314,23319,23324-23325,23333,23337-23338,23342,23349,23357,23364,23368,23372,23374,23384,23387,23393-23394,23403,23409-23410
qsub scripts/sdss-nersc.pbs -t 23419,23424,23427,23438,23444,23450,23453-23454,23461,23471,23476-23478,23486,23490-23491,23497,23515-23516,23521,23528,23537,23543-23544,23563-23564,23568,23580,23583,23592,23595,23610,23614,23623,23630-23631,23634,23642,23652,23660,23669,23674,23677,23683,23691,23698,23700,23703,23706-23707,23716,23719,23724,23733,23756-23763,23799,23820-23821,23824-23826,23853,23860,23873,23877,23879,23883,23886
qsub scripts/sdss-nersc.pbs -t 23894,23898,23906-23907,23920,23925,23932,23934,23937,23944,23947,23956,23962,23967-23968,23982-23983,23986-23987,23997,24004,24014-24015,24033-24034,24040,24051-24052,24056,24063-24064,24074,24086,24100,24106-24107,24116-24117,24126,24131,24135-24136,24162,24167,24173,24179,24181,24197-24198,24203,24206,24213,24215,24221-24222,24238,24242-24243,24249,24252,24258,24262,24270,24283,24285,24289,24292
qsub scripts/sdss-nersc.pbs -t 24298,24300,24302,24309,24320,24325,24333,24337,24349-24351,24356,24364-24366,24375,24379,24398,24403,24405,24410-24412,24417,24419,24425-24426,24435,24453,24455,24463,24465,24467-24468,24474,24477,24481,24487-24488,24496,24527-24528,24531,24534,24538-24539,24545-24546,24550,24554,24559,24587,24593,24597,24599,24601,24603,24616,24619,24630,24634,24639,24644,24677,24679,24681,24749,24751-24752,24821
# qsub scripts/sdss-nersc.pbs -t 24823,24886,24889,24893,25000-25278,25280-25704,25706-25717,25719-25758,25760-25774,25776-25790,25792-25812,25814-25836,25838-25852,25854-25870,25872-25886,25888-25902,25904-25917,25919-25936,25938-25947,25949-25962,25964-25974,25976-25987,25989-26001,26003-26019,26021-26070,26072-26090,26092-26116,26118-26142,26144-26166,26168-26211,26213-26366,26368-26372,26374-26379,26381-26383,26385-26387,26389-26490
# qsub scripts/sdss-nersc.pbs -t 26494,26496-26497,26499-26500,26502-26506,26508-26516,26518-26524,26526,26528-26529,26532-26537,26540,26542-26663,26665-26673,26675,26677-26682,26684-26695,26699-26705,26707-26708,26714,26716-26726,26729-26740,26742-26755,26757-26760,26762-26763,26765,26767-26769,26771-26784,26786-26795,26797-26810,26813-26814,26816-26819,26821-26824,26827-26995,26997-27000,27003-27035,27037-27038,27042-27043,27045
# qsub scripts/sdss-nersc.pbs -t 27047,27049,27052,27054,27056-27068,27070-27074,27076-27077,27081,27083-27086,27088-27089,27091,27093-27099,27101-27109,27111-27117,27119-27122,27124-27140,27142-27151,27153-27154,27157-27170,27172-27182,27184-27326,27328-27330,27332-27333,27336-27339,27341-27349,27351-27354,27358,27361-27366,27368-27369,27371-27372,27374-27375,27377,27379-27389,27391-27398,27400,27402-27404,27406-27408,27410,27412-27442
# qsub scripts/sdss-nersc.pbs -t 27444-27463,27465-27553,27555-27557,27559-27575,27577-27581,27583-27590,27593-27597,27599-27605,27608,27610-27621,27623,27626,27628-27631,27633,27635,27637-27646,27648,27651,27653-27654,27658-27661,27663-27664,27666-27672,27674,27677-27680,27682-27696,27699-27702,27704-27753,27755-27806
SDSS North/South Galactic Cap W4:
On riemann:
qsub scripts/ngc.pbs -t 40000-41672
qsub scripts/sgca.pbs -t 40000-40350
qsub scripts/sgcb.pbs -t 40000-40237
On NERSC:
qsub scripts/ngc.pbs -t 40001-40009,40011-40028,40030-40045,40047-40061,40063-40081,40083-40099,40101-40115,40117-40133,40135-40152,40154-40167,40169-40186,40188-40202,40204-40224,40226-40233,40235-40255,40257-40269,40271-40289,40291-40306,40308-40327,40329-40339,40341-40360,40362-40375,40377-40395,40397-40408,40410-40435,40437-40440,40442-40465,40467-40473,40475-40500
qsub scripts/ngc.pbs -t 40502-40512,40514-40537,40539-40546,40548-40572,40574-40577,40579-40607,40609-40614,40616-40642,40644-40648,40650-40678,40680-40682,40684-40712,40714-40716,40718-40750,40752,40754-40784,40787-40798,40800-40814,40817-40822,40826-40829,40831-40842,40847-40855,40861-40870,40875-40883,40890-40894,40897,40900,40903-40909,40911,40915-40919,40924,40931-40937,40942-40945,40949,40952,40954,40960,40963,40965,40967-40969,40971,40975,40978,40983,40985,40992-40993,40995,40998
qsub scripts/ngc.pbs -t 41003-41004,41007,41012,41015,41022,41028,41032-41033,41037-41038,41047,41053,41057,41066,41069,41072,41075-41076,41084-41085,41091,41098-41100,41102,41105-41106,41112,41114,41116,41122-41123,41125,41128,41131,41138-41139,41141,41144-41145,41148-41149,41151,41153,41158,41162-41163,41165-41166,41169-41170,41173,41175-41176,41178-41179,41184,41186-41187,41190,41192,41194-41195,41199-41203,41207-41208,41210,41213,41215-41218,41220,41223-41224,41226-41229,41231,41233,41235-41236,41238-41240,41243,41245-41251,41255-41259,41261-41262,41264-41266,41268-41271,41273-41274,41276-41278,41280-41284,41287-41290,41292-41296,41298-41305,41308-41311,41313-41315,41317-41324,41326-41334,41336,41338-41344,41346-41366,41368-41369,41371-41383,41385-41415,41417-41672
qsub scripts/sgca.pbs -t 40000-40002,40004-40025,40027-40041,40043-40058,40060-40075,40077-40092,40094-40109,40111-40126,40128-40143,40145-40160,40162-40177,40179-40228,40230-40245,40247-40262,40264-40277,40279-40294,40296-40309,40311-40324,40326-40336,40338-40350
qsub scripts/sgcb.pbs -t 40000-40002,40004-40019,40021-40036,40038-40053,40055-40070,40072-40087,40089-40103,40105-40120,40122-40138,40140-40172,40174-40188,40190-40205,40207-40222,40224-40237
qsub scripts/sdss.pbs -q data_io -t
qsub scripts/sdss.pbs -q data_io -t
qsub scripts/sdss.pbs -q data_io -t
SWIRE tests for Gordon Richards
> cat swireA.pbs
#PBS -l nodes=1:ppn=1
#PBS -l walltime=2:00:00
#PBS -N swireA
#PBS -p -10
#PBS -q batch
#PBS -o swire-A/logs
#PBS -e swire-A/logs
cd /home/dstn/tractor
python -u sequels.py --dataset swire --save-wise --ceres -B 10 --blocks 1 -b 1 -b 2 -b 3 -b 4 -d swire-A
> cat swireB.pbs
#PBS -l nodes=1:ppn=1
#PBS -l walltime=2:00:00
#PBS -N swireB
#PBS -p -10
#PBS -q batch
#PBS -o swire-B/logs
#PBS -e swire-B/logs
cd /home/dstn/tractor
python -u sequels.py --dataset swire --save-wise --ceres -B 10 --blocks 1 -b 1 -b 2 -b 3 -b 4 -d swire-B --nonneg
> cat swireC.pbs
#PBS -l nodes=1:ppn=1
#PBS -l walltime=2:00:00
#PBS -N swireC
#PBS -p -10
#PBS -q batch
#PBS -o swire-C/logs
#PBS -e swire-C/logs
cd /home/dstn/tractor
python -u sequels.py --dataset swire --save-wise --ceres -B 10 --blocks 1 -b 1 -b 2 -b 3 -b 4 -d swire-C --sky
> cat swireD.pbs
#PBS -l nodes=1:ppn=1
#PBS -l walltime=2:00:00
#PBS -N swireD
#PBS -p -10
#PBS -q batch
#PBS -o swire-D/logs
#PBS -e swire-D/logs
cd /home/dstn/tractor
python -u sequels.py --dataset swire --save-wise --ceres -B 10 --blocks 1 -b 1 -b 2 -b 3 -b 4 -d swire-D --sky --nonneg
> qsub swireA.pbs -t 1-12
> qsub swireB.pbs -t 0-12
> qsub swireC.pbs -t 0-12
> qsub swireD.pbs -t 0-12
> python -u sequels.py --dataset swire -d swire-A --finish --flat swire-A.fits -b 1234
> python -u sequels.py --dataset swire -d swire-B --finish --flat swire-B.fits -b 1234
> python -u sequels.py --dataset swire -d swire-C --finish --flat swire-C.fits -b 1234
> python -u sequels.py --dataset swire -d swire-D --finish --flat swire-D.fits -b 1234
-------------------------------------------------------------------------------------------------------
#PBS -l nodes=1:ppn=1
#PBS -l walltime=2:00:00
#PBS -N cfhtw3
#PBS -p -10
#PBS -q batch
#PBS -o data/logs
#PBS -e data/logs
cd /home/dstn/unwise
python -u unwise_coadd.py --outdir data/unwise --dataset w3 --md5 --force