-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
jobsRSS.txt
64 lines (58 loc) · 3.91 KB
/
jobsRSS.txt
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
61:
$ sacct -j 40053787 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40053787 c18m_low 3456 COMPLETED 0:0 01:07:58
> 40053787.ba+ 48 COMPLETED 0:0 01:07:58 10472K
> 40053787.ex+ 3456 COMPLETED 0:0 01:07:58 84K
> 40053787.0 3456 COMPLETED 0:0 01:07:53 14083556K
14083556 / 1024^2 = 13.431125640869140625 ≈ 13.43
63:
$ sacct -j 40063090 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40063090 c18m_low 3456 COMPLETED 0:0 03:03:00
> 40063090.ba+ 48 COMPLETED 0:0 03:03:00 8228K
> 40063090.ex+ 3456 COMPLETED 0:0 03:03:00 80K
> 40063090.0 3456 COMPLETED 0:0 03:02:56 27418508K
27418508 / 1024^2 = 26.148326873779296875 ≈ 26.15
65-65:
$ sacct -j 40063100 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40063100 c18m_low 48 COMPLETED 0:0 07:20:52
> 40063100.ba+ 48 COMPLETED 0:0 07:20:52 62269588K
> 40063100.ex+ 48 COMPLETED 0:0 07:20:52 80K
62269588 / 1024^2 = 59.384906768798828125 ≈ 59.38
67-65:
$ sacct -j 40121075 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40121075 c18m_low 48 COMPLETED 0:0 14:49:40
> 40121075.ba+ 48 COMPLETED 0:0 14:49:40 130134408K
> 40121075.ex+ 48 COMPLETED 0:0 14:49:40 0
130134408 / 1024^2 = 124.10584259033203125 ≈ 124.11
69-65:
$ sacct -j 40401577 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40401577 optane_low 64 COMPLETED 0:0 19:07:46
> 40401577.ba+ 64 COMPLETED 0:0 19:07:46 263594376K
> 40401577.ex+ 64 COMPLETED 0:0 19:07:46 0
263594376 / 1024^2 = 251.38318634033203125 ≈ 251.38
71-65:
$ sacct -j 40516253 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40516253 optane_low 64 COMPLETED 0:0 1-15:13:13
> 40516253.ba+ 64 COMPLETED 0:0 1-15:13:13 549483116K
> 40516253.ex+ 64 COMPLETED 0:0 1-15:13:13 0
549483116 / 1024^2 = 524.027935028076171875 ≈ 524.03
73-65:
$ sacct -j 40675584 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS%11"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- -----------
> 40675584 optane_low 64 COMPLETED 0:0 3-08:13:30
> 40675584.ba+ 64 COMPLETED 0:0 3-08:13:30 1152288240K
> 40675584.ex+ 64 COMPLETED 0:0 3-08:13:30 8K
1152288240 / 1024^2 = 1098.9076995849609375 ≈ 1098.91