A 'Killed' message from the OS usually indicates that you ran out of memory.
Also, did you check if you have any limits set on your account? Check the output of ulimit -a
yes mine is 64bitand I tried to apply m = None... but still same problem comes...
--
Jiho Yoon
PhD Graduate Student
Department of Supply Chain Management
The Eli Broad Graduate School of Management
N468 North Business Complex
Michigan State University
East Lansing, MI 48824-1121
(e) yo...@bus.msu.edu
I seriously doubt that one model is using 256GB of memory. My guess is still that you have a memory leak. You may want to read up on the 'gc' module in Python (http://docs.python.org/library/gc.html), which is quite helpful for debugging leaks.Ed