-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjobsRSS.txt
82 lines (74 loc) · 4.98 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
67:
$ sacct -j 39581121 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 39581121 c18m 1152 COMPLETED 0:0 04:46:34
> 39581121.ba+ 48 COMPLETED 0:0 04:46:34 10436K
> 39581121.ex+ 1152 COMPLETED 0:0 04:46:34 4K
> 39581121.0 1152 COMPLETED 0:0 04:46:30 10487596K
10487596 / 1024^2 = 10.001750946044921875 ≈ 10.00
69:
$ sacct -j 39582085 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 39582085 c18m 3456 COMPLETED 0:0 04:28:03
> 39582085.ba+ 48 COMPLETED 0:0 04:28:03 9940K
> 39582085.ex+ 3456 COMPLETED 0:0 04:28:03 80K
> 39582085.0 3456 COMPLETED 0:0 04:27:59 17899632K
17899632 / 1024^2 = 17.0704193115234375 ≈ 17.07
71-71:
$ sacct -j 39698999 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 39698999 c18m 48 COMPLETED 0:0 03:06:00
> 39698999.ba+ 48 COMPLETED 0:0 03:06:00 49483712K
> 39698999.ex+ 48 COMPLETED 0:0 03:06:00 0
49483712 / 1024^2 = 47.19134521484375 ≈ 47.19
73-71:
$ sacct -j 39699792 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 39699792 c18m 48 COMPLETED 0:0 05:19:06
> 39699792.ba+ 48 COMPLETED 0:0 05:19:06 98401692K
> 39699792.ex+ 48 COMPLETED 0:0 05:19:06 12K
98401692 / 1024^2 = 93.843166351318359375 ≈ 93.84
75-71:
$ sacct -j 39699794 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 39699794 c18m 48 COMPLETED 0:0 07:47:04
> 39699794.ba+ 48 COMPLETED 0:0 07:47:04 180655864K
> 39699794.ex+ 48 COMPLETED 0:0 07:47:04 8K
180655864 / 1024^2 = 172.28685760498046875 ≈ 172.29
77-71:
$ sacct -j 40394435 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40394435 optane_low 64 COMPLETED 0:0 11:37:57
> 40394435.ba+ 64 COMPLETED 0:0 11:37:57 319155932K
> 40394435.ex+ 64 COMPLETED 0:0 11:37:57 0
319155932 / 1024^2 = 304.370815277099609375 ≈ 304.37
79-71:
$ sacct -j 40493662 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- ----------
> 40493662 optane_low 64 COMPLETED 0:0 1-00:42:05
> 40493662.ba+ 64 COMPLETED 0:0 1-00:42:05 577121528K
> 40493662.ex+ 64 COMPLETED 0:0 1-00:42:05 0
577121528 / 1024^2 = 550.38597869873046875 ≈ 550.39
81-71:
$ sacct -j 40510375 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS%11"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- -----------
> 40510375 optane_low 64 COMPLETED 0:0 1-21:19:15
> 40510375.ba+ 64 COMPLETED 0:0 1-21:19:15 1052602692K
> 40510375.ex+ 64 COMPLETED 0:0 1-21:19:15 84K
1052602692 / 1024^2 = 1003.840152740478515625 ≈ 1003.84
83-71:
$ sacct -j 40551986 --format="JobID,Partition,AllocCPUS,State,ExitCode,Elapsed,MaxRSS%11"
> JobID Partition AllocCPUS State ExitCode Elapsed MaxRSS
> ------------ ---------- ---------- ---------- -------- ---------- -----------
> 40551986 optane_low 64 COMPLETED 0:0 3-12:06:16
> 40551986.ba+ 64 COMPLETED 0:0 3-12:06:16 1936152336K
> 40551986.ex+ 64 COMPLETED 0:0 3-12:06:16 0
1936152336 / 1024^2 = 1846.4587554931640625 ≈ 1846.46