Trace number 1729760

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
HydraSAT 2009-03-22-BaseUNSAT 302.876 302.953

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

302.82/302.94	
302.82/302.94	c decisions : 390311
302.82/302.94	c conflicts : 293909
302.82/302.94	c Memory limit 1620 MiB
302.82/302.94	c RANDOM SEED: 875177530
302.82/302.94	s UNSATISFIABLE

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-1729760-1240753494/watcher-1729760-1240753494 -o /tmp/evaluation-result-1729760-1240753494/solver-1729760-1240753494 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1729760-1240753494.cnf -rs 875177530 -co memory_limit 1800 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 26522
/proc/meminfo: memFree=1739336/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=1768 CPUtime=0
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 208 0 0 0 0 0 0 0 18 0 1 0 103377246 1810432 192 1992294400 134512640 135997824 4294956176 18446744073709551615 134616019 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 442 192 151 362 0 77 0

[startup+0.100239 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 26522
/proc/meminfo: memFree=1739336/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=3004 CPUtime=0.09
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 511 0 0 0 9 0 0 0 18 0 1 0 103377246 3076096 495 1992294400 134512640 135997824 4294956176 18446744073709551615 134519467 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 751 495 159 362 0 386 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3004

[startup+0.201248 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 26522
/proc/meminfo: memFree=1739336/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=3136 CPUtime=0.19
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 571 0 0 0 19 0 0 0 18 0 1 0 103377246 3211264 554 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 784 555 174 362 0 419 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3136

[startup+0.301258 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 26522
/proc/meminfo: memFree=1739336/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=3136 CPUtime=0.29
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 591 0 0 0 29 0 0 0 19 0 1 0 103377246 3211264 574 1992294400 134512640 135997824 4294956176 18446744073709551615 134666540 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 784 574 174 362 0 419 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3136

[startup+0.701298 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 26522
/proc/meminfo: memFree=1739336/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=3400 CPUtime=0.69
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 640 0 0 0 69 0 0 0 22 0 1 0 103377246 3481600 623 1992294400 134512640 135997824 4294956176 18446744073709551615 134757797 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 850 623 174 362 0 485 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3400

[startup+1.50138 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 26523
/proc/meminfo: memFree=1737344/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=3792 CPUtime=1.49
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 747 0 0 0 149 0 0 0 25 0 1 0 103377246 3883008 730 1992294400 134512640 135997824 4294956176 18446744073709551615 134757859 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 948 730 174 362 0 583 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3792

[startup+3.10154 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 26523
/proc/meminfo: memFree=1736448/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=4984 CPUtime=3.09
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 1017 0 0 0 309 0 0 0 25 0 1 0 103377246 5103616 1000 1992294400 134512640 135997824 4294956176 18446744073709551615 134757709 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 1246 1000 174 362 0 881 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4984

[startup+6.30187 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 26523
/proc/meminfo: memFree=1734912/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=5928 CPUtime=6.29
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 1270 0 0 0 629 0 0 0 25 0 1 0 103377246 6070272 1253 1992294400 134512640 135997824 4294956176 18446744073709551615 134757476 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 1482 1253 174 362 0 1117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5928

[startup+12.7015 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 26523
/proc/meminfo: memFree=1733056/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=8120 CPUtime=12.68
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 1765 0 0 0 1268 0 0 0 25 0 1 0 103377246 8314880 1748 1992294400 134512640 135997824 4294956176 18446744073709551615 134757859 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 2030 1748 174 362 0 1665 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8120

[startup+25.5018 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 26523
/proc/meminfo: memFree=1728768/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=12740 CPUtime=25.48
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 2818 0 0 0 2547 1 0 0 25 0 1 0 103377246 13045760 2768 1992294400 134512640 135997824 4294956176 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 3185 2768 174 362 0 2820 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12740

[startup+51.1014 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 26523
/proc/meminfo: memFree=1723712/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=18792 CPUtime=51.08
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 4217 0 0 0 5105 3 0 0 25 0 1 0 103377246 19243008 4102 1992294400 134512640 135997824 4294956176 18446744073709551615 134757699 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 4698 4102 174 362 0 4333 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18792

[startup+102.302 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1716416/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=26268 CPUtime=102.27
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 5958 0 0 0 10223 4 0 0 25 0 1 0 103377246 26898432 5843 1992294400 134512640 135997824 4294956176 18446744073709551615 134757852 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 6567 5843 174 362 0 6202 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 26268

[startup+162.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1710592/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=33260 CPUtime=162.25
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 7607 0 0 0 16219 6 0 0 25 0 1 0 103377246 34058240 7317 1992294400 134512640 135997824 4294956176 18446744073709551615 134757383 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 8315 7317 174 362 0 7950 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33260

[startup+222.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1705152/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=39588 CPUtime=222.24
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 8978 0 0 0 22216 8 0 0 25 0 1 0 103377246 40538112 8647 1992294400 134512640 135997824 4294956176 18446744073709551615 134756297 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 9897 8647 174 362 0 9532 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 39588

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1700736/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=44228 CPUtime=282.22
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 10069 0 0 0 28213 9 0 0 25 0 1 0 103377246 45289472 9738 1992294400 134512640 135997824 4294956176 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 11057 9738 174 362 0 10692 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 44228

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

[startup+294.402 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1700032/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=44988 CPUtime=294.31
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 10242 0 0 0 29422 9 0 0 25 0 1 0 103377246 46067712 9911 1992294400 134512640 135997824 4294956176 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 11247 9911 174 362 0 10882 0
Current children cumulated CPU time (s) 294.31
Current children cumulated vsize (KiB) 44988

[startup+297.602 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1699904/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=45120 CPUtime=297.51
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 10275 0 0 0 29742 9 0 0 25 0 1 0 103377246 46202880 9944 1992294400 134512640 135997824 4294956176 18446744073709551615 134757682 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 11280 9944 174 362 0 10915 0
Current children cumulated CPU time (s) 297.51
Current children cumulated vsize (KiB) 45120

[startup+300.802 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1699712/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=45272 CPUtime=300.72
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 10312 0 0 0 30062 10 0 0 25 0 1 0 103377246 46358528 9981 1992294400 134512640 135997824 4294956176 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 11318 9981 174 362 0 10953 0
Current children cumulated CPU time (s) 300.72
Current children cumulated vsize (KiB) 45272

[startup+301.602 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1699712/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=45272 CPUtime=301.52
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 10323 0 0 0 30142 10 0 0 25 0 1 0 103377246 46358528 9992 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 11318 9992 174 362 0 10953 0
Current children cumulated CPU time (s) 301.52
Current children cumulated vsize (KiB) 45272

[startup+302.402 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1699712/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=45272 CPUtime=302.32
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 10331 0 0 0 30222 10 0 0 25 0 1 0 103377246 46358528 10000 1992294400 134512640 135997824 4294956176 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 11318 10000 174 362 0 10953 0
Current children cumulated CPU time (s) 302.32
Current children cumulated vsize (KiB) 45272

[startup+302.802 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1699648/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=45272 CPUtime=302.72
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 10334 0 0 0 30262 10 0 0 25 0 1 0 103377246 46358528 10003 1992294400 134512640 135997824 4294956176 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 11318 10003 174 362 0 10953 0
Current children cumulated CPU time (s) 302.72
Current children cumulated vsize (KiB) 45272

[startup+302.902 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 26523
/proc/meminfo: memFree=1699648/2055920 swapFree=4180816/4192956
[pid=26522] ppid=26520 vsize=45272 CPUtime=302.82
/proc/26522/stat : 26522 (hydrasat) R 26520 26522 26297 0 -1 4194304 10335 0 0 0 30272 10 0 0 25 0 1 0 103377246 46358528 10004 1992294400 134512640 135997824 4294956176 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/26522/statm: 11318 10004 174 362 0 10953 0
Current children cumulated CPU time (s) 302.82
Current children cumulated vsize (KiB) 45272

Child status: 20
Real time (s): 302.953
CPU time (s): 302.876
CPU user time (s): 302.768
CPU system time (s): 0.107983
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 45272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.768
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10345
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= 2
involuntary context switches= 793

runsolver used 0.211967 second user time and 0.645901 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-26 15:44:54
IDJOB=1729760
IDBENCH=24714
IDSOLVER=520
FILE ID=node45/1729760-1240753494
PBS_JOBID= 9187063
Free space on /tmp= 66296 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729760-1240753494/watcher-1729760-1240753494 -o /tmp/evaluation-result-1729760-1240753494/solver-1729760-1240753494 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1729760-1240753494.cnf -rs 875177530 -co memory_limit 1800

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=875177530

node45.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.231
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.231
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1739816 kB
Buffers:         34644 kB
Cached:         201804 kB
SwapCached:       5972 kB
Active:          52240 kB
Inactive:       192620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739816 kB
SwapTotal:     4192956 kB
SwapFree:      4180816 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            57332 kB
Committed_AS:   415632 kB
PageTables:       1376 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= 66292 MiB
End job on node45 at 2009-04-26 15:49:57