Trace number 2079766

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
pcs 0.3.2SAT 209.189 210.838

DiagnosticValue
ASSIGNMENTS60298

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-28_ext.xml
MD5SUMfc572675ca9168db4ec114051eda767a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.95055
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.03	c Seed is 972826520
0.00/0.03	c Constructing HOME/instance-2079766-1247717020.xml  with 58 constraints
0.37/0.46	c Solving 60298 backtracks 18 restarts
209.13/210.83	s SATISFIABLE
209.13/210.83	c V0=17, V1=0, V2=9, V3=7, V4=2, V5=7, V6=12, V7=17, V8=19, V9=5, V10=14, V11=10, V12=8, V13=10, V14=14, V15=7, V16=10, V17=3, V18=8, V19=7, 
209.13/210.83	v 17 0 9 7 2 7 12 17 19 5 14 10 8 10 14 7 10 3 8 7 
209.13/210.83	d ASSIGNMENTS 60298

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-2079766-1247717020/watcher-2079766-1247717020 -o /tmp/evaluation-result-2079766-1247717020/solver-2079766-1247717020 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 972826520 HOME/instance-2079766-1247717020.xml 

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.00 2.00 2.00 4/72 15511
/proc/meminfo: memFree=1621776/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=5356 CPUtime=0
/proc/15511/stat : 15511 (pcssolve) R 15509 15511 14344 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 58769053 5484544 236 996147200 4194304 4889804 548682068800 18446744073709551615 4421377 0 0 4100 65536 0 0 0 17 1 0 0
/proc/15511/statm: 1339 236 197 169 0 50 0

[startup+0.0518301 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15511
/proc/meminfo: memFree=1621776/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=4640 CPUtime=0.02
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 862 822 0 0 2 0 0 0 24 0 1 0 58769053 4751360 471 996147200 134512640 135095119 4294956304 18446744073709551615 9338325 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 1160 471 375 142 0 114 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4640

[startup+0.101839 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15511
/proc/meminfo: memFree=1621776/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=5340 CPUtime=0.07
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 950 822 0 0 7 0 0 0 24 0 1 0 58769053 5468160 559 996147200 134512640 135095119 4294956304 18446744073709551615 134739562 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 1335 559 375 142 0 289 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5340

[startup+0.301884 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15511
/proc/meminfo: memFree=1621776/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=8084 CPUtime=0.27
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 1283 822 0 0 27 0 0 0 25 0 1 0 58769053 8278016 892 996147200 134512640 135095119 4294956304 18446744073709551615 9371263 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 2021 892 375 142 0 975 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8084

[startup+0.701972 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15511
/proc/meminfo: memFree=1621776/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=10240 CPUtime=0.66
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 1569 822 0 0 66 0 0 0 25 0 1 0 58769053 10485760 1178 996147200 134512640 135095119 4294956304 18446744073709551615 134918283 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 2560 1178 389 142 0 1514 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10240

[startup+1.50114 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1618440/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=10240 CPUtime=1.46
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 1573 822 0 0 146 0 0 0 25 0 1 0 58769053 10485760 1182 996147200 134512640 135095119 4294956304 18446744073709551615 134555000 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 2560 1182 389 142 0 1514 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10240

[startup+3.10149 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1618120/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=10372 CPUtime=3.04
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 1611 822 0 0 304 0 0 0 25 0 1 0 58769053 10620928 1220 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 2593 1220 389 142 0 1547 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 10372

[startup+6.30117 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1617480/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=10500 CPUtime=6.22
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 1684 822 0 0 622 0 0 0 25 0 1 0 58769053 10752000 1260 996147200 134512640 135095119 4294956304 18446744073709551615 134927013 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 2625 1260 389 142 0 1579 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10500

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1616392/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=10888 CPUtime=12.57
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 1859 822 0 0 1257 0 0 0 25 0 1 0 58769053 11149312 1370 996147200 134512640 135095119 4294956304 18446744073709551615 134582098 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 2722 1370 389 142 0 1676 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 10888

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1614728/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=11528 CPUtime=25.26
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 2232 822 0 0 2526 0 0 0 25 0 1 0 58769053 11804672 1581 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 2882 1581 389 142 0 1836 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 11528

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1611208/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=12808 CPUtime=50.67
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 2979 822 0 0 5066 1 0 0 25 0 1 0 58769053 13115392 2006 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 3202 2006 389 142 0 2156 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 12808

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1603656/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=15632 CPUtime=101.48
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 4491 822 0 0 10146 2 0 0 25 0 1 0 58769053 16007168 2876 996147200 134512640 135095119 4294956304 18446744073709551615 134927054 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 3908 2876 389 142 0 2862 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 15632

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1594768/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=19152 CPUtime=161.01
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 5859 822 0 0 16098 3 0 0 25 0 1 0 58769053 19611648 3954 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 4788 3954 389 142 0 3742 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 19152

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

[startup+179.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1592272/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=23904 CPUtime=177.67
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7199 822 0 0 17764 3 0 0 25 0 1 0 58769053 24477696 4269 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 5976 4269 389 142 0 4930 0
Current children cumulated CPU time (s) 177.67
Current children cumulated vsize (KiB) 23904

[startup+191.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1590224/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=24428 CPUtime=190.37
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7438 822 0 0 19034 3 0 0 25 0 1 0 58769053 25014272 4508 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 6107 4508 389 142 0 5061 0
Current children cumulated CPU time (s) 190.37
Current children cumulated vsize (KiB) 24428

[startup+198.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1589264/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=24560 CPUtime=196.73
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7544 822 0 0 19669 4 0 0 25 0 1 0 58769053 25149440 4614 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 6140 4614 389 142 0 5094 0
Current children cumulated CPU time (s) 196.73
Current children cumulated vsize (KiB) 24560

[startup+204.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1588304/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=24820 CPUtime=203.08
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7662 822 0 0 20304 4 0 0 25 0 1 0 58769053 25415680 4732 996147200 134512640 135095119 4294956304 18446744073709551615 134926988 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 6205 4732 389 142 0 5159 0
Current children cumulated CPU time (s) 203.08
Current children cumulated vsize (KiB) 24820

[startup+207.906 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1587920/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=24952 CPUtime=206.25
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7723 822 0 0 20621 4 0 0 25 0 1 0 58769053 25550848 4793 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 6238 4793 389 142 0 5192 0
Current children cumulated CPU time (s) 206.25
Current children cumulated vsize (KiB) 24952

[startup+209.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1587728/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=25080 CPUtime=207.84
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7754 822 0 0 20780 4 0 0 25 0 1 0 58769053 25681920 4824 996147200 134512640 135095119 4294956304 18446744073709551615 134916470 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 6270 4824 389 142 0 5224 0
Current children cumulated CPU time (s) 207.84
Current children cumulated vsize (KiB) 25080

[startup+210.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1587536/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=25080 CPUtime=208.63
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7769 822 0 0 20859 4 0 0 25 0 1 0 58769053 25681920 4839 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 6270 4839 389 142 0 5224 0
Current children cumulated CPU time (s) 208.63
Current children cumulated vsize (KiB) 25080

[startup+210.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1587536/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=25080 CPUtime=209.03
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7777 822 0 0 20899 4 0 0 25 0 1 0 58769053 25681920 4847 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 6270 4847 389 142 0 5224 0
Current children cumulated CPU time (s) 209.03
Current children cumulated vsize (KiB) 25080

[startup+210.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15517
/proc/meminfo: memFree=1587536/2055920 swapFree=4192812/4192956
[pid=15511] ppid=15509 vsize=25080 CPUtime=209.13
/proc/15511/stat : 15511 (pcs.small) R 15509 15511 14344 0 -1 4194304 7778 822 0 0 20909 4 0 0 25 0 1 0 58769053 25681920 4848 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/15511/statm: 6270 4848 389 142 0 5224 0
Current children cumulated CPU time (s) 209.13
Current children cumulated vsize (KiB) 25080

Child status: 0
Real time (s): 210.838
CPU time (s): 209.189
CPU user time (s): 209.133
CPU system time (s): 0.055991
CPU usage (%): 99.2182
Max. virtual memory (cumulated for all children) (KiB): 27348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.133
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8604
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= 22
involuntary context switches= 4605

runsolver used 0.167974 second user time and 0.618905 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-16 06:03:40
IDJOB=2079766
IDBENCH=56954
IDSOLVER=733
FILE ID=node10/2079766-1247717020
PBS_JOBID= 9521355
Free space on /tmp= 66360 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-28_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079766-1247717020/watcher-2079766-1247717020 -o /tmp/evaluation-result-2079766-1247717020/solver-2079766-1247717020 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 972826520 HOME/instance-2079766-1247717020.xml

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

MD5SUM BENCH= fc572675ca9168db4ec114051eda767a
RANDOM SEED=972826520

node10.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.279
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.279
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:       1622256 kB
Buffers:         72176 kB
Cached:         225324 kB
SwapCached:          0 kB
Active:         132304 kB
Inactive:       229028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:          75240 kB
Slab:            57844 kB
Committed_AS:   640864 kB
PageTables:       1800 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= 66360 MiB
End job on node10 at 2009-07-16 06:07:11