由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - my R job
相关主题
amazon电面求助Clustered Data能用GEE或Mixed Model吗?
六月份上Python/R/Hive 课的同学请与我联系请问哪里有PCA的SAS code 啊
[合集] k-mean clustering在线等,请教一个SAS关于cluster命令的输出结果问题
请教一个R:K-means的问题very simple question about Cluster data
请教一个频率优化问题(相关性?)怎么样estimate two-way cluster logistic regression?有包子
这种情况应该用什么hypothesis test。请教一个关于clustering的问题
用什么可以画这个clustering 图? R?求教:Cox PH 模型的cluster data处理
AR(1) and clustering by firms问一个聚类分析
相关话题的讨论汇总
话题: job话题: memory话题: ran话题: my话题: run
进入Statistics版参与讨论
1 (共1页)
y**b
发帖数: 73
1
我们学校搞了一个超大超强的cluster用于计算需要,可惜管理得太差。几乎隔几天就
可以收到
email说系统不行了,过几个小时又说系统修复了。不过我还是时不时在上面run一些
job。
今天收到管理员的一封信,笑死我了。我猜我可以把这个写进我的resume,也算是成就
之一。
信是这么说的
Dear ***,
Today at 4:30pm you ran an interactive job. This job ran on heroint2.
For some reason the I/O pattern of your job killed the file server that
serves our home directory. As you can imagine we are *very* interested
in finding out what you were doing and to see if we can reproduce what
happened. We would not have expected a single job to be abl
p*******o
发帖数: 2726
2
Niu!

【在 y**b 的大作中提到】
: 我们学校搞了一个超大超强的cluster用于计算需要,可惜管理得太差。几乎隔几天就
: 可以收到
: email说系统不行了,过几个小时又说系统修复了。不过我还是时不时在上面run一些
: job。
: 今天收到管理员的一封信,笑死我了。我猜我可以把这个写进我的resume,也算是成就
: 之一。
: 信是这么说的
: Dear ***,
: Today at 4:30pm you ran an interactive job. This job ran on heroint2.
: For some reason the I/O pattern of your job killed the file server that

A*****n
发帖数: 243
3
job过于频繁地从工作结点访问front end node?

【在 y**b 的大作中提到】
: 我们学校搞了一个超大超强的cluster用于计算需要,可惜管理得太差。几乎隔几天就
: 可以收到
: email说系统不行了,过几个小时又说系统修复了。不过我还是时不时在上面run一些
: job。
: 今天收到管理员的一封信,笑死我了。我猜我可以把这个写进我的resume,也算是成就
: 之一。
: 信是这么说的
: Dear ***,
: Today at 4:30pm you ran an interactive job. This job ran on heroint2.
: For some reason the I/O pattern of your job killed the file server that

s*r
发帖数: 2757
4
你是不是在主node上运行大程序呀
大量的i/o其实不是一件好事

【在 y**b 的大作中提到】
: 我们学校搞了一个超大超强的cluster用于计算需要,可惜管理得太差。几乎隔几天就
: 可以收到
: email说系统不行了,过几个小时又说系统修复了。不过我还是时不时在上面run一些
: job。
: 今天收到管理员的一封信,笑死我了。我猜我可以把这个写进我的resume,也算是成就
: 之一。
: 信是这么说的
: Dear ***,
: Today at 4:30pm you ran an interactive job. This job ran on heroint2.
: For some reason the I/O pattern of your job killed the file server that

y**b
发帖数: 73
5
My code is super simple, and it's run according to the submission rule of
the cluster. Any heavy job in the main node will be killed right away. I do
not have extensive I/O at all.
l*****k
发帖数: 587
6
I find R does not release memory after it uses it, I recently run it
on a winxp with 2G memory, which takes up memory while running, but the
PC becomes super slow even after the job is finished, I have to power it
down and reboot, of course I lost all result I ever generated.
I think it does the same on linux, anyone have a fix?

【在 y**b 的大作中提到】
: 我们学校搞了一个超大超强的cluster用于计算需要,可惜管理得太差。几乎隔几天就
: 可以收到
: email说系统不行了,过几个小时又说系统修复了。不过我还是时不时在上面run一些
: job。
: 今天收到管理员的一封信,笑死我了。我猜我可以把这个写进我的resume,也算是成就
: 之一。
: 信是这么说的
: Dear ***,
: Today at 4:30pm you ran an interactive job. This job ran on heroint2.
: For some reason the I/O pattern of your job killed the file server that

s*r
发帖数: 2757
7
i guess that was because R uses a lot of virtual memory
on hard drive. after exiting R, the system still used those
virtual memory, which slowed everything

【在 l*****k 的大作中提到】
: I find R does not release memory after it uses it, I recently run it
: on a winxp with 2G memory, which takes up memory while running, but the
: PC becomes super slow even after the job is finished, I have to power it
: down and reboot, of course I lost all result I ever generated.
: I think it does the same on linux, anyone have a fix?

s*r
发帖数: 2757
8
ok. that is interesting then

do

【在 y**b 的大作中提到】
: My code is super simple, and it's run according to the submission rule of
: the cluster. Any heavy job in the main node will be killed right away. I do
: not have extensive I/O at all.

h******a
发帖数: 198
9
我也觉得R 好像不会内存整理。自己用个软件整理一下吧

【在 l*****k 的大作中提到】
: I find R does not release memory after it uses it, I recently run it
: on a winxp with 2G memory, which takes up memory while running, but the
: PC becomes super slow even after the job is finished, I have to power it
: down and reboot, of course I lost all result I ever generated.
: I think it does the same on linux, anyone have a fix?

g********r
发帖数: 8017
10
gc()

【在 l*****k 的大作中提到】
: I find R does not release memory after it uses it, I recently run it
: on a winxp with 2G memory, which takes up memory while running, but the
: PC becomes super slow even after the job is finished, I have to power it
: down and reboot, of course I lost all result I ever generated.
: I think it does the same on linux, anyone have a fix?

q**j
发帖数: 10612
11
there is a function to release the memory. forget the name. you can find it
in the little book i wrote though.

【在 l*****k 的大作中提到】
: I find R does not release memory after it uses it, I recently run it
: on a winxp with 2G memory, which takes up memory while running, but the
: PC becomes super slow even after the job is finished, I have to power it
: down and reboot, of course I lost all result I ever generated.
: I think it does the same on linux, anyone have a fix?

g********r
发帖数: 8017
12
garbage collection. gc(). I had to use it many times.

it

【在 q**j 的大作中提到】
: there is a function to release the memory. forget the name. you can find it
: in the little book i wrote though.

1 (共1页)
进入Statistics版参与讨论
相关主题
问一个聚类分析请教一个频率优化问题(相关性?)
包子贴请帮忙下一个程序,U Wisconsin的同学请进这种情况应该用什么hypothesis test。
关于一个预测问题用什么可以画这个clustering 图? R?
用proc phreg处理数据遇到的问题AR(1) and clustering by firms
amazon电面求助Clustered Data能用GEE或Mixed Model吗?
六月份上Python/R/Hive 课的同学请与我联系请问哪里有PCA的SAS code 啊
[合集] k-mean clustering在线等,请教一个SAS关于cluster命令的输出结果问题
请教一个R:K-means的问题very simple question about Cluster data
相关话题的讨论汇总
话题: job话题: memory话题: ran话题: my话题: run