Has anyone successfully created a scale factor 2000 TPCH database with MonetDB?  We're having some problems trying to do so.  We don't have enough disk space to hold both the data (created by dbgen) and the MonetDB database, so we have to create the database in two steps.  (Create the first half of the data as dbgen table files, load it, delete the dbgen files, create the second half of the data as dbgen table files, load it, then delete those files.)  The problem shows up when loading the second half of the data: the mserver crashes and won't restart.  This is what the dbfarm/merovingian.log says:

2013-08-02 18:42:19 MSG merovingian[39857]: database 'q1_s2000_n2' (39920) has crashed (dumped core)
2013-08-02 18:42:19 ERR merovingian[39857]: client error: database 'q1_s2000_n2' has crashed after starting, manual intervention needed, check monetdbd's logfile for details
2013-08-02 18:42:19 MSG merovingian[39857]: database 'q1_s2000_n2' has crashed after start on 2013-08-02 18:42:19, attempting restart, up min/avg/max: 0s/0s/0s, crash average: 1.00 0.50 0.17 (5-0=5)

Other databases on the same system are still running.  We're running Feb13 SP1 with minor local modifications that are not coming into play at this point.  We're running on a large Linux server.

Is there anything we can look at to help diagnose the problem?

Thanks,

Steve Morgan