Trace number 2070051

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 09UNSAT 104.261 104.688

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-12_ext.xml
MD5SUM307fce858e8be208b5f286768abb1fff
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.2475
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.19/0.22	c bpsolver version 6.29.2009
0.19/0.22	c converting(HOME/instance-2070051-1247351005)
0.58/0.69	c Converted in 199 ms
0.69/0.77	c solving(HOME/instance-2070051-1247351005,1800000)
0.69/0.77	c solving(HOME/instance-2070051-1247351005,1800000)
104.17/104.68	c (ffc_inout)
104.17/104.68	s UNSATISFIABLE
104.17/104.68	
104.17/104.68	c Time=103558 ms Backtracks=1755
104.17/104.68	

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070051-1247351005/watcher-2070051-1247351005 -o /tmp/evaluation-result-2070051-1247351005/solver-2070051-1247351005 -C 1800 -W 2000 -M 900 HOME/solver HOME/instance-2070051-1247351005 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.33 2.38 2.50 4/73 16284
/proc/meminfo: memFree=1568288/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=62208 CPUtime=0.01
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 1094 0 0 0 1 0 0 0 18 0 1 0 22166103 63700992 807 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16284/statm: 15552 807 174 144 0 15036 0

[startup+0.104373 s]
/proc/loadavg: 2.33 2.38 2.50 4/73 16284
/proc/meminfo: memFree=1568288/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=62208 CPUtime=0.09
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 1113 0 0 0 3 6 0 0 18 0 1 0 22166103 63700992 826 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16284/statm: 15552 826 174 144 0 15036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62208

[startup+0.201382 s]
/proc/loadavg: 2.33 2.38 2.50 4/73 16284
/proc/meminfo: memFree=1568288/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=62208 CPUtime=0.19
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 1125 0 0 0 7 12 0 0 18 0 1 0 22166103 63700992 838 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16284/statm: 15552 838 174 144 0 15036 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62208

[startup+0.301392 s]
/proc/loadavg: 2.33 2.38 2.50 4/73 16284
/proc/meminfo: memFree=1568288/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=62208 CPUtime=0.28
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 1128 0 0 0 9 19 0 0 19 0 1 0 22166103 63700992 841 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16284/statm: 15552 841 176 144 0 15036 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62208

[startup+0.701436 s]
/proc/loadavg: 2.33 2.38 2.50 4/73 16284
/proc/meminfo: memFree=1568288/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=70020 CPUtime=0.69
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 1299 0 0 0 22 47 0 0 23 0 1 0 22166103 71700480 1010 996147200 134512640 135105188 4294956096 18446744073709551615 135071158 0 0 4096 2 0 0 0 17 0 0 0
/proc/16284/statm: 17505 1011 180 144 0 16989 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70020

[startup+1.50152 s]
/proc/loadavg: 2.30 2.38 2.49 3/75 16286
/proc/meminfo: memFree=1559568/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=1.49
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2681 0 0 0 101 48 0 0 25 0 2 0 22166103 82800640 2288 996147200 134512640 135105188 4294956096 18446744073709551615 134748497 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2288 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2288 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80860

[startup+3.10169 s]
/proc/loadavg: 2.30 2.38 2.49 3/75 16286
/proc/meminfo: memFree=1559376/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=3.08
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2683 0 0 0 260 48 0 0 25 0 2 0 22166103 82800640 2290 996147200 134512640 135105188 4294956096 18446744073709551615 134718105 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2290 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2290 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80860

[startup+6.30202 s]
/proc/loadavg: 2.30 2.38 2.49 3/75 16286
/proc/meminfo: memFree=1559312/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=6.27
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2685 0 0 0 579 48 0 0 25 0 2 0 22166103 82800640 2292 996147200 134512640 135105188 4294956096 18446744073709551615 134748506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2292 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2292 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 80860

[startup+12.7017 s]
/proc/loadavg: 2.25 2.37 2.49 3/75 16286
/proc/meminfo: memFree=1559184/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=12.64
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2690 0 0 0 1216 48 0 0 25 0 2 0 22166103 82800640 2297 996147200 134512640 135105188 4294956096 18446744073709551615 134748524 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2297 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2297 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 80860

[startup+25.501 s]
/proc/loadavg: 2.21 2.35 2.48 3/75 16286
/proc/meminfo: memFree=1559184/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=25.39
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2691 0 0 0 2491 48 0 0 25 0 2 0 22166103 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 134718099 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2298 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 80860

[startup+51.1017 s]
/proc/loadavg: 2.14 2.32 2.47 3/75 16286
/proc/meminfo: memFree=1559184/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=50.89
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2691 0 0 0 5041 48 0 0 25 0 2 0 22166103 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 134748506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2298 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 80860

[startup+102.301 s]
/proc/loadavg: 2.05 2.27 2.44 3/75 16286
/proc/meminfo: memFree=1559056/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=101.88
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2691 0 0 0 10140 48 0 0 25 0 2 0 22166103 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 134748340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2298 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 80860

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

[startup+102.406 s]
/proc/loadavg: 2.05 2.27 2.44 3/75 16286
/proc/meminfo: memFree=1559056/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=101.98
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2691 0 0 0 10150 48 0 0 25 0 2 0 22166103 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 134748331 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2298 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 80860

[startup+104.001 s]
/proc/loadavg: 2.05 2.27 2.44 3/75 16286
/proc/meminfo: memFree=1559056/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=103.57
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2691 0 0 0 10309 48 0 0 25 0 2 0 22166103 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 134748532 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2298 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.57
Current children cumulated vsize (KiB) 80860

[startup+104.401 s]
/proc/loadavg: 2.05 2.27 2.44 3/75 16286
/proc/meminfo: memFree=1559056/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=103.97
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2691 0 0 0 10349 48 0 0 25 0 2 0 22166103 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 134748405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2298 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.97
Current children cumulated vsize (KiB) 80860

[startup+104.606 s]
/proc/loadavg: 2.05 2.27 2.44 3/75 16286
/proc/meminfo: memFree=1559056/2055920 swapFree=4192956/4192956
[pid=16284] ppid=16282 vsize=80860 CPUtime=104.17
/proc/16284/stat : 16284 (bprolog) R 16282 16284 16143 0 -1 4194304 2691 0 0 0 10369 48 0 0 25 0 2 0 22166103 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16284/statm: 20215 2298 199 144 0 19699 0
[pid=16284/tid=16286] ppid=16282 vsize=80860 CPUtime=0
/proc/16284/task/16286/stat : 16286 (bprolog) S 16282 16284 16143 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22166199 82800640 2298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 104.17
Current children cumulated vsize (KiB) 80860

Child status: 0
Real time (s): 104.688
CPU time (s): 104.261
CPU user time (s): 103.773
CPU system time (s): 0.487925
CPU usage (%): 99.5925
Max. virtual memory (cumulated for all children) (KiB): 80860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.773
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2691
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= 1497

runsolver used 0.108983 second user time and 0.278957 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 00:23:25
IDJOB=2070051
IDBENCH=55127
IDSOLVER=770
FILE ID=node79/2070051-1247351005
PBS_JOBID= 9506900
Free space on /tmp= 66260 MiB

SOLVER NAME= bpsolver 09
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-12_ext.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070051-1247351005/watcher-2070051-1247351005 -o /tmp/evaluation-result-2070051-1247351005/solver-2070051-1247351005 -C 1800 -W 2000 -M 900  HOME/solver HOME/instance-2070051-1247351005 1800

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

MD5SUM BENCH= 307fce858e8be208b5f286768abb1fff
RANDOM SEED=497010241

node79.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.229
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.229
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:       1568704 kB
Buffers:         58008 kB
Cached:         323676 kB
SwapCached:          0 kB
Active:         129716 kB
Inactive:       290340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          49848 kB
Slab:            52536 kB
Committed_AS:   183504 kB
PageTables:       1768 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= 66256 MiB
End job on node79 at 2009-07-12 00:25:10