Last Update: 五 4月 20 13:13:17 CST 2018
host | CPU (%) | 1m Load | 5m Load | 15m Load | Free Mem (MB) | Swap (%) | Uptime (days) | Users |
---|
cml3 | 0 | 0.05 | 0.14 | 0.20 | 30972 | 0.00 | 255 | 6 |
cml4 | 1 | 0.39 | 0.27 | 0.29 | 30087 | 0.00 | 255 | 3 |
cml5 | 0 | 0.00 | 0.00 | 0.00 | 0 | 0.00 | 0 | 0 |
cml6 | 0 | 0.00 | 0.02 | 0.05 | 128219 | 2.75 | 255 | 5 |
cml7 | 0 | 0.00 | 0.00 | 0.00 | 0 | 0.00 | 0 | 0 |
cml8 | 0 | 0.00 | 0.00 | 0.00 | 0 | 0.00 | 0 | 0 |
cml9 | 0 | 0.91 | 0.51 | 0.42 | 24619 | 0.01 | 184 | 4 |
cml10 | 2 | 3.35 | 2.26 | 2.00 | 102458 | 0.55 | 43 | 20 |
cml11 | 3 | 0.64 | 0.78 | 0.78 | 111637 | 29.38 | 226 | 39 |
cml12 | 0 | 0.39 | 0.51 | 0.50 | 78062 | 0.28 | 255 | 4 |
cml13 | 0 | 0.19 | 0.20 | 0.21 | 15792 | 0.00 | 255 | 2 |
cml14 | 3 | 0.29 | 0.18 | 0.25 | 120913 | 0.52 | 176 | 11 |
cml15 | 0 | 0.00 | 0.00 | 0.00 | 0 | 0.00 | 0 | 0 |
cml16 | 31 | 12.96 | 12.27 | 12.09 | 112552 | 14.89 | 3 | 5 |
cml17 | 0 | 0.00 | 0.01 | 0.05 | 31771 | 0.00 | 127 | 0 |
cml18 | 0 | 0.02 | 0.06 | 0.05 | 46813 | 0.00 | 255 | 3 |
cml19 | 36 | 13.56 | 13.83 | 14.43 | 101540 | 16.34 | 28 | 7 |
cml20 | 1 | 2.43 | 2.37 | 2.33 | 123569 | 0.29 | 257 | 10 |
cml21 | 2 | 0.41 | 0.35 | 0.30 | 122485 | 0.00 | 127 | 14 |
cml22 | 2 | 0.41 | 0.43 | 0.44 | 124709 | 7.96 | 255 | 30 |
cml23 | 22 | 14.25 | 13.19 | 12.03 | 5824 | 36.40 | 146 | 57 |
cml24 | 17 | 3.93 | 4.06 | 4.10 | 91032 | 100.00 | 255 | 118 |
cml25 | 58 | 3029.32 | 3027.33 | 3012.87 | 78394 | 81.86 | 71 | 26 |
cml26 | 16 | 4.62 | 4.83 | 4.88 | 210531 | 1.58 | 10 | 14 |
cml27 | 0 | 0.00 | 0.00 | 0.00 | 0 | 0.00 | 0 | 0 |
- cml18 is reserved for web demo use only, please do not execute the programs that require substantial computing resources.
- If the expected running time of your program is longer than several hours, please use "nice" command before running the program. For example, if the original running command is "svm-train data.svm", and please change the command to "nice -n [used_thread] svm-train data.svm". [used_thread] represents the number of threads simultaneously run by a user in a machine.
- If the program requires a large number of I/O, please write data to local disk(e.g. /tmp2) first. Your home directory is mounted by NFS.
- To be fair, more than 50% memory usage on one machine is prohibited. For example, there are 16G memory in cml13 and your program needs 4G memory, please do not execute more than 2 processes at the same time. If you have special needs, please get prior approval from the admin.
- You can read the complete rules in cmlab workstation wiki.