Trace number 2076783

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
bpsolver 09SAT 54.0288 54.4637

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-07.xml
MD5SUM0a686702ca9a26462bbb33f67d4dcac6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.50362
Satisfiable
(Un)Satisfiability was proved
Number of variables446
Number of constraints3889
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension174
Number of constraints which are defined in intension3715
Global constraints used (with number of constraints)

Solver Data

0.00/0.11	c bpsolver version 6.29.2009
0.00/0.11	c converting(HOME/instance-2076783-1247363060)
28.56/28.89	c Converted in 9144 ms
39.67/40.09	c solving(HOME/instance-2076783-1247363060,1800000)
39.67/40.09	c solving(HOME/instance-2076783-1247363060,1800000)
53.97/54.41	c (ffc_inout)
53.97/54.41	s SATISFIABLE
53.97/54.41	v 17 8 0 3 18 2 0 11 15 13 0 1 0 1 1 8 2 7 0 0 12 4 17 2 0 13 0 11 0 1 0 2 0 0 3 3 20 8 19 15 0 17 0 15 7 17 0 18 0 2 0 1 4 25 0 3 4 21 0 2 0 4 12 0 2 8 0 8 18 2 0 17 19 0 0 11 4 12 17 7 4 0 4 3 4 6 14 3 0 18 2 17 4 4 4 19 0 11 17 14 1 4 17 0 1 20 19 0 8 1 0 3 0 0 17 18 8 18 0 12 0 13 18 4 11 8 0 17 0 2 0 15 2 17 1 4 11 0 15 8 0 15 8 0 19 4 17 0 2 0 17 0 12 1 0 0 6 0 12 0 17 13 0 1 4 0 19 8 14 19 0 0 0 18 1 0 13 13 0 11 4 2 3 14 20 2 7 0 13 1 4 12 8 2 17 2 0 19 0 18 7 4 11 5 0 17 2 18 6 14 19 7 0 0 11 4 25 0 13 1 8 1 8 3 8 19 14 1 0 8 17 0 12 6 4 11 8 5 17 4 4 11 2 4 18 0 17 0 8 17 4 0 1 11 4 5 0 2 4 0 5 0 2 4 15 20 6 13 0 2 4 18 2 4 4 13 0 8 18 24 0 10 0 2 14 1 4 0 7 0 8 0 11 18 0 3 0 19 15 0 17 4 13 19 4 17 0 11 1 8 6 4 7 11 0 2 0 6 4 0 3 0 2 17 4 4 11 20 4 18 15 0 17 3 0 2 4 2 0 12 0 8 6 0 6 13 4 17 11 8 4 13 11 4 12 18 1 0 7 0 8 17 0 9 0 8 11 13 18 14 0 15 1 0 11 0 13 18 4 17 0 8 4 13 19 3 4 18 0 2 2 11 8 12 0 19 0 3 4 2 0 2 7 4 19 0 8 0 13 4 12 8 0 13 8 2 0 12 20 18 0 6 4 13 0 6 0 19 17 8 0 11 6 4 18 18 4 0 19 19 8 18 19 8 4 13 
53.97/54.42	
53.97/54.42	c Time=24684 ms Backtracks=77
53.97/54.42	

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076783-1247363060/watcher-2076783-1247363060 -o /tmp/evaluation-result-2076783-1247363060/solver-2076783-1247363060 -C 1800 -W 2000 -M 900 HOME/solver HOME/instance-2076783-1247363060 1800 

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


[startup+0 s]
/proc/loadavg: 2.84 2.75 2.32 4/74 19102
/proc/meminfo: memFree=1855208/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=0.19
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1159 0 0 0 6 13 0 0 19 0 1 0 23371445 63700992 872 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 872 176 144 0 15036 0

[startup+0.30485 s]
/proc/loadavg: 2.84 2.75 2.32 4/74 19102
/proc/meminfo: memFree=1855208/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=0.3
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1166 0 0 0 9 21 0 0 20 0 1 0 23371445 63700992 879 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 879 176 144 0 15036 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 62208

[startup+0.402862 s]
/proc/loadavg: 2.84 2.75 2.32 4/74 19102
/proc/meminfo: memFree=1855208/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=0.38
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1178 0 0 0 11 27 0 0 20 0 1 0 23371445 63700992 891 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 891 176 144 0 15036 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 62208

[startup+0.502873 s]
/proc/loadavg: 2.84 2.75 2.32 4/74 19102
/proc/meminfo: memFree=1855208/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=0.48
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1191 0 0 0 14 34 0 0 21 0 1 0 23371445 63700992 904 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 904 176 144 0 15036 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 62208

[startup+0.702897 s]
/proc/loadavg: 2.84 2.75 2.32 4/74 19102
/proc/meminfo: memFree=1855208/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=0.69
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1192 0 0 0 20 49 0 0 23 0 1 0 23371445 63700992 905 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 905 176 144 0 15036 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62208

[startup+1.50199 s]
/proc/loadavg: 2.84 2.75 2.32 3/75 19103
/proc/meminfo: memFree=1851552/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=1.47
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1268 0 0 0 44 103 0 0 25 0 1 0 23371445 63700992 981 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 981 176 144 0 15036 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 62208

[startup+3.10117 s]
/proc/loadavg: 2.84 2.75 2.32 3/75 19103
/proc/meminfo: memFree=1850912/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=3.06
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1363 0 0 0 99 207 0 0 25 0 1 0 23371445 63700992 1076 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 1076 176 144 0 15036 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 62208

[startup+6.30153 s]
/proc/loadavg: 2.93 2.77 2.33 3/75 19103
/proc/meminfo: memFree=1847968/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=6.24
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1784 0 0 0 196 428 0 0 25 0 1 0 23371445 63700992 1497 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 1497 176 144 0 15036 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 62208

[startup+12.7013 s]
/proc/loadavg: 2.85 2.76 2.32 3/75 19103
/proc/meminfo: memFree=1844840/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=12.58
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1877 0 0 0 399 859 0 0 25 0 1 0 23371445 63700992 1590 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 1590 176 144 0 15036 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 62208

[startup+25.5017 s]
/proc/loadavg: 2.81 2.75 2.33 3/75 19103
/proc/meminfo: memFree=1840360/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=62208 CPUtime=25.29
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 1877 0 0 0 795 1734 0 0 25 0 1 0 23371445 63700992 1590 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19102/statm: 15552 1590 176 144 0 15036 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 62208

[startup+51.1026 s]
/proc/loadavg: 2.59 2.71 2.33 3/76 19104
/proc/meminfo: memFree=1579552/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=465028 CPUtime=50.7
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 157936 0 0 0 3056 2014 0 0 25 0 2 0 23371445 476188672 66331 996147200 134512640 135105188 4294956096 18446744073709551615 134748443 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19102/statm: 116257 66331 201 144 0 115741 0
[pid=19102/tid=19104] ppid=19100 vsize=465028 CPUtime=0
/proc/19102/task/19104/stat : 19104 (bprolog) S 19100 19102 16702 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23375582 476188672 66331 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 465028

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

[startup+51.4027 s]
/proc/loadavg: 2.59 2.71 2.33 3/76 19104
/proc/meminfo: memFree=1579552/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=465028 CPUtime=51
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 157950 0 0 0 3086 2014 0 0 25 0 2 0 23371445 476188672 66345 996147200 134512640 135105188 4294956096 18446744073709551615 134718105 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19102/statm: 116257 66345 201 144 0 115741 0
[pid=19102/tid=19104] ppid=19100 vsize=465028 CPUtime=0
/proc/19102/task/19104/stat : 19104 (bprolog) S 19100 19102 16702 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23375582 476188672 66345 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 465028

[startup+53.0018 s]
/proc/loadavg: 2.59 2.71 2.33 3/76 19104
/proc/meminfo: memFree=1578208/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=465028 CPUtime=52.59
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 158247 0 0 0 3245 2014 0 0 25 0 2 0 23371445 476188672 66642 996147200 134512640 135105188 4294956096 18446744073709551615 134630277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19102/statm: 116257 66642 201 144 0 115741 0
[pid=19102/tid=19104] ppid=19100 vsize=465028 CPUtime=0
/proc/19102/task/19104/stat : 19104 (bprolog) S 19100 19102 16702 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23375582 476188672 66642 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.59
Current children cumulated vsize (KiB) 465028

[startup+53.8019 s]
/proc/loadavg: 2.59 2.71 2.33 3/76 19104
/proc/meminfo: memFree=1578208/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=465028 CPUtime=53.38
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 158274 0 0 0 3324 2014 0 0 25 0 2 0 23371445 476188672 66669 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19102/statm: 116257 66669 201 144 0 115741 0
[pid=19102/tid=19104] ppid=19100 vsize=465028 CPUtime=0
/proc/19102/task/19104/stat : 19104 (bprolog) S 19100 19102 16702 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23375582 476188672 66669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.38
Current children cumulated vsize (KiB) 465028

[startup+54.207 s]
/proc/loadavg: 2.59 2.71 2.33 3/76 19104
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=465028 CPUtime=53.78
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 158360 0 0 0 3364 2014 0 0 25 0 2 0 23371445 476188672 66755 996147200 134512640 135105188 4294956096 18446744073709551615 134748443 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19102/statm: 116257 66755 201 144 0 115741 0
[pid=19102/tid=19104] ppid=19100 vsize=465028 CPUtime=0
/proc/19102/task/19104/stat : 19104 (bprolog) S 19100 19102 16702 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23375582 476188672 66755 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.78
Current children cumulated vsize (KiB) 465028

[startup+54.402 s]
/proc/loadavg: 2.59 2.71 2.33 3/76 19104
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=19102] ppid=19100 vsize=465028 CPUtime=53.97
/proc/19102/stat : 19102 (bprolog) R 19100 19102 16702 0 -1 4194304 158375 0 0 0 3383 2014 0 0 25 0 2 0 23371445 476188672 66770 996147200 134512640 135105188 4294956096 18446744073709551615 134630164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19102/statm: 116257 66770 201 144 0 115741 0
[pid=19102/tid=19104] ppid=19100 vsize=465028 CPUtime=0
/proc/19102/task/19104/stat : 19104 (bprolog) S 19100 19102 16702 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23375582 476188672 66770 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.97
Current children cumulated vsize (KiB) 465028

Child status: 0
Real time (s): 54.4637
CPU time (s): 54.0288
CPU user time (s): 33.8419
CPU system time (s): 20.1869
CPU usage (%): 99.2014
Max. virtual memory (cumulated for all children) (KiB): 594916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.8419
system time used= 20.1869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158377
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= 4
involuntary context switches= 1660

runsolver used 0.056991 second user time and 0.156976 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 03:44:21
IDJOB=2076783
IDBENCH=56495
IDSOLVER=770
FILE ID=node85/2076783-1247363060
PBS_JOBID= 9506889
Free space on /tmp= 126468 MiB

SOLVER NAME= bpsolver 09
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-23-07.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076783-1247363060/watcher-2076783-1247363060 -o /tmp/evaluation-result-2076783-1247363060/solver-2076783-1247363060 -C 1800 -W 2000 -M 900  HOME/solver HOME/instance-2076783-1247363060 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0a686702ca9a26462bbb33f67d4dcac6
RANDOM SEED=1503328391

node85.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.220
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.220
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:       1855624 kB
Buffers:         19984 kB
Cached:          99764 kB
SwapCached:          0 kB
Active:          88328 kB
Inactive:        52908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10836 kB
Writeback:           0 kB
Mapped:          32172 kB
Slab:            44444 kB
Committed_AS:   233140 kB
PageTables:       1736 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= 126456 MiB
End job on node85 at 2009-07-12 03:45:16