-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
jobsRSS.txt
82 lines (74 loc) · 4.99 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
79:
$ sacct -j 40345953 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40345953 c18m_low 1152 COMPLETED 0:0 05:46:07
> 40345953.ba+ 48 COMPLETED 0:0 05:46:07 10436K
> 40345953.ex+ 1152 COMPLETED 0:0 05:46:07 0
> 40345953.0 1152 COMPLETED 0:0 05:46:03 16961320K
16961320 / 1024^2 = 16.17557525634765625 ≈ 16.18
81:
$ sacct -j 40354950 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40354950 c18m_low 3456 COMPLETED 0:0 04:32:17
> 40354950.ba+ 48 COMPLETED 0:0 04:32:17 9976K
> 40354950.ex+ 3456 COMPLETED 0:0 04:32:17 84K
> 40354950.0 3456 COMPLETED 0:0 04:32:13 25593452K
25593452 / 1024^2 = 24.407817840576171875 ≈ 24.41
83-83:
$ sacct -j 40355023 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40355023 c18m_low 48 COMPLETED 0:0 04:54:34
> 40355023.ba+ 48 COMPLETED 0:0 04:54:34 64117392K
> 40355023.ex+ 48 COMPLETED 0:0 04:54:34 0
64117392 / 1024^2 = 61.1471099853515625 ≈ 61.15
85-83:
$ sacct -j 40363274 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40363274 c18m_low 48 COMPLETED 0:0 08:38:57
> 40363274.ba+ 48 COMPLETED 0:0 08:38:57 117607188K
> 40363274.ex+ 48 COMPLETED 0:0 08:38:58 0
117607188 / 1024^2 = 112.158954620361328125 ≈ 112.16
87-83:
$ sacct -j 40411589 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40411589 optane_low 64 COMPLETED 0:0 10:37:13
> 40411589.ba+ 64 COMPLETED 0:0 10:37:13 205711196K
> 40411589.ex+ 64 COMPLETED 0:0 10:37:13 0
205711196 / 1024^2 = 196.181484222412109375 ≈ 196.18
89-83:
$ sacct -j 40799693 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40799693 optane_low 64 COMPLETED 0:0 18:13:49
> 40799693.ba+ 64 COMPLETED 0:0 18:13:49 374231920K
> 40799693.ex+ 64 COMPLETED 0:0 18:13:49 0
374231920 / 1024^2 = 356.8953704833984375 ≈ 356.90
91-83:
$ sacct -j 40806183 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40806183 optane_low 64 COMPLETED 0:0 1-07:13:30
> 40806183.ba+ 64 COMPLETED 0:0 1-07:13:30 627628424K
> 40806183.ex+ 64 COMPLETED 0:0 1-07:13:30 80K
627628424 / 1024^2 = 598.55310821533203125 ≈ 598.55
93-83:
$ sacct -j 40833946 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS%11"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- -----------
> 40833946 optane_low 64 COMPLETED 0:0 2-09:50:08
> 40833946.ba+ 64 COMPLETED 0:0 2-09:50:08 1041763044K
> 40833946.ex+ 64 COMPLETED 0:0 2-09:50:08 0
1041763044 / 1024^2 = 993.502658843994140625 ≈ 993.50
95-83:
$ sacct -j 40855265 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS%11"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- -----------
> 40855265 optane_low 64 COMPLETED 0:0 4-07:27:10
> 40855265.ba+ 64 COMPLETED 0:0 4-07:27:10 1718307664K
> 40855265.ex+ 64 COMPLETED 0:0 4-07:27:10 0
1718307664 / 1024^2 = 1638.7058868408203125 ≈ 1638.71