Trace number 1577708

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ttsth-5-0 2009-03-19Signal 293.464 293.824

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L60_coli.sat.cnf
MD5SUM38736d508aa4b137792e18ad6998c963
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.6163
Satisfiable
(Un)Satisfiability was proved
Number of variables187517
Number of clauses863483
Sum of the clauses size2483339
Maximum clause length11
Minimum clause length1
Number of clauses of size 121277
Number of clauses of size 2246837
Number of clauses of size 3445608
Number of clauses of size 4118315
Number of clauses of size 531267
Number of clauses of size over 5179

Solver Data

2.59/2.63	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577708-1241004014.cnf 
2.59/2.63	c Using SATTIMEOUT of 1200
2.59/2.63	c Using SATRAM of 1800
2.59/2.63	c Size of subset node = 16
2.59/2.63	c Variables = 187517
2.59/2.63	c Clauses = 863483
2.59/2.63	c Literals = 2483339
2.59/2.63	c Reduced size:
2.59/2.63	c Variables = 187517
2.59/2.63	c Clauses = 694059
2.59/2.63	c Literals = 2048235
2.59/2.63	c a2
4.89/4.97	c a1
255.65/255.89	c Independent sub-problems = 1
255.65/255.89	c Sub-problem with 142674 variables and 694059 clauses
255.65/255.89	c using permutation method 4
255.65/255.89	c count = 1
255.65/255.89	c Ordering finished 255.280 seconds
255.65/255.89	c mapped 255.780 seconds
255.65/255.89	c permuted 255.790 seconds
255.65/255.89	c about to sort
255.95/256.17	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1577708-1241004014/watcher-1577708-1241004014 -o /tmp/evaluation-result-1577708-1241004014/solver-1577708-1241004014 -C 1200 -W 1800 -M 1800 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577708-1241004014.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.06 3/65 13092
/proc/meminfo: memFree=1383472/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=1064 CPUtime=0
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 128430452 1089536 134 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 266 134 78 176 0 88 0

[startup+0.0129019 s]
/proc/loadavg: 1.00 1.02 1.06 3/65 13092
/proc/meminfo: memFree=1383472/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=1464 CPUtime=0.01
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 239 0 0 0 1 0 0 0 18 0 1 0 128430452 1499136 223 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 366 223 78 176 0 188 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1464

[startup+0.102922 s]
/proc/loadavg: 1.00 1.02 1.06 3/65 13092
/proc/meminfo: memFree=1383472/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=4864 CPUtime=0.09
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 1084 0 0 0 9 0 0 0 18 0 1 0 128430452 4980736 1068 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 1216 1069 78 176 0 1038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.302962 s]
/proc/loadavg: 1.00 1.02 1.06 3/65 13092
/proc/meminfo: memFree=1383472/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=11912 CPUtime=0.29
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 2852 0 0 0 29 0 0 0 20 0 1 0 128430452 12197888 2836 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 2978 2836 78 176 0 2800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11912

[startup+0.701043 s]
/proc/loadavg: 1.00 1.02 1.06 3/65 13092
/proc/meminfo: memFree=1383472/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=25992 CPUtime=0.69
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 6341 0 0 0 66 3 0 0 24 0 1 0 128430452 26615808 6325 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 6498 6325 78 176 0 6320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25992

[startup+1.50121 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 13093
/proc/meminfo: memFree=1348008/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=61164 CPUtime=1.49
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 13503 0 0 0 142 7 0 0 25 0 1 0 128430452 62631936 13487 1992294400 134512640 135237372 4294956192 18446744073709551615 134517637 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 15291 13495 78 176 0 15113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61164

[startup+3.10153 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 13093
/proc/meminfo: memFree=1324648/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=117124 CPUtime=3.09
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 27889 0 0 0 299 10 0 0 25 0 1 0 128430452 119934976 27628 1992294400 134512640 135237372 4294956192 18446744073709551615 134519991 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 29281 27628 79 176 0 29103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117124

[startup+6.30118 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 13093
/proc/meminfo: memFree=1275880/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=101296 CPUtime=6.29
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 36605 0 0 0 615 14 0 0 25 0 1 0 128430452 103727104 22486 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 25324 22486 80 176 0 25146 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101296

[startup+12.7015 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 13093
/proc/meminfo: memFree=1261040/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=131164 CPUtime=12.69
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 45390 0 0 0 1251 18 0 0 25 0 1 0 128430452 134311936 31271 1992294400 134512640 135237372 4294956192 18446744073709551615 134555275 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 32791 31271 80 176 0 32613 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131164

[startup+25.5011 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 13093
/proc/meminfo: memFree=1251440/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=135948 CPUtime=25.48
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 47262 0 0 0 2530 18 0 0 25 0 1 0 128430452 139210752 33143 1992294400 134512640 135237372 4294956192 18446744073709551615 134600960 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 33987 33143 80 176 0 33809 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135948

[startup+51.1023 s]
/proc/loadavg: 1.00 1.02 1.05 2/66 13093
/proc/meminfo: memFree=1251056/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=136592 CPUtime=51.06
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 47362 0 0 0 5088 18 0 0 25 0 1 0 128430452 139870208 33243 1992294400 134512640 135237372 4294956192 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 34148 33243 80 176 0 33970 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 136592

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.05 2/66 13093
/proc/meminfo: memFree=1250480/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=136988 CPUtime=102.24
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 47524 0 0 0 10206 18 0 0 25 0 1 0 128430452 140275712 33405 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 34247 33405 80 176 0 34069 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 136988

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.04 2/66 13093
/proc/meminfo: memFree=1250096/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=138024 CPUtime=162.2
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 47629 0 0 0 16202 18 0 0 25 0 1 0 128430452 141336576 33510 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 34506 33510 80 176 0 34328 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 138024

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 13093
/proc/meminfo: memFree=1249520/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=138420 CPUtime=222.17
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 47759 0 0 0 22198 19 0 0 25 0 1 0 128430452 141742080 33640 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 34605 33640 80 176 0 34427 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 138420

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 13093
/proc/meminfo: memFree=1066480/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=322592 CPUtime=282.14
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 95509 0 0 0 28177 37 0 0 25 0 1 0 128430452 330334208 79356 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 80648 79356 94 176 0 80470 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 322592

Solver just ended. Dumping a history of the last processes samples

[startup+287.901 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 13093
/proc/meminfo: memFree=1062448/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=326652 CPUtime=287.73
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 96902 0 0 0 28736 37 0 0 25 0 1 0 128430452 334491648 80592 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 81663 80592 94 176 0 81485 0
Current children cumulated CPU time (s) 287.73
Current children cumulated vsize (KiB) 326652

[startup+291.101 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 13093
/proc/meminfo: memFree=1053168/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=336292 CPUtime=290.93
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4194304 99209 0 0 0 29054 39 0 0 25 0 1 0 128430452 344363008 82899 1992294400 134512640 135237372 4294956192 18446744073709551615 134547185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 84073 82899 94 176 0 83895 0
Current children cumulated CPU time (s) 290.93
Current children cumulated vsize (KiB) 336292

[startup+292.701 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 13093
/proc/meminfo: memFree=895280/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=389568 CPUtime=292.53
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4195840 112672 0 0 0 29153 100 0 0 25 0 1 0 128430452 398917632 96074 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/13092/statm: 97392 96074 94 176 0 97214 0
Current children cumulated CPU time (s) 292.53
Current children cumulated vsize (KiB) 389568

[startup+293.502 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 13093
/proc/meminfo: memFree=895280/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=389568 CPUtime=293.14
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4195840 112800 0 0 0 29153 161 0 0 25 0 1 0 128430452 398917632 96074 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/13092/statm: 97392 96074 94 176 0 97214 0
Current children cumulated CPU time (s) 293.14
Current children cumulated vsize (KiB) 389568

[startup+293.707 s]
/proc/loadavg: 1.16 1.03 1.04 2/66 13093
/proc/meminfo: memFree=640432/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=389568 CPUtime=293.34
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4195840 113832 0 0 0 29153 181 0 0 25 0 1 0 128430452 398917632 96074 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/13092/statm: 97392 96074 94 176 0 97214 0
Current children cumulated CPU time (s) 293.34
Current children cumulated vsize (KiB) 389568

[startup+293.802 s]
/proc/loadavg: 1.16 1.03 1.04 2/66 13093
/proc/meminfo: memFree=640432/2055920 swapFree=4180732/4192956
[pid=13092] ppid=13090 vsize=0 CPUtime=293.43
/proc/13092/stat : 13092 (ttsth-5-0) R 13090 13092 12659 0 -1 4195844 113876 0 0 0 29153 190 0 0 25 0 1 0 128430452 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/13092/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 293.43
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 293.824
CPU time (s): 293.464
CPU user time (s): 291.534
CPU system time (s): 1.93071
CPU usage (%): 99.8774
Max. virtual memory (cumulated for all children) (KiB): 389568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 291.534
system time used= 1.93071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1140

runsolver used 0.32395 second user time and 0.738887 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-29 13:20:15
IDJOB=1577708
IDBENCH=70964
IDSOLVER=549
FILE ID=node80/1577708-1241004014
PBS_JOBID= 9204792
Free space on /tmp= 66188 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L60_coli.sat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577708-1241004014/watcher-1577708-1241004014 -o /tmp/evaluation-result-1577708-1241004014/solver-1577708-1241004014 -C 1200 -W 1800 -M 1800  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577708-1241004014.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 38736d508aa4b137792e18ad6998c963
RANDOM SEED=1061728890

node80.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1383952 kB
Buffers:         47836 kB
Cached:         569740 kB
SwapCached:       7004 kB
Active:         239508 kB
Inactive:       387256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383952 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:           17488 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            31188 kB
Committed_AS:   550640 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65812 MiB
End job on node80 at 2009-04-29 13:25:09