Trace number 2078425

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-restart 0.3.2SAT 316.216 318.691

DiagnosticValue
ASSIGNMENTS89051

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-34_ext.xml
MD5SUM82c6a29c2223925254ac5c8a85bb4ba3
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 benchmark8.79666
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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.05	c Seed is 49640280
0.00/0.05	c Constructing HOME/instance-2078425-1247716295.xml  with 59 constraints
0.36/0.46	c Solving 89051 backtracks 19 restarts
316.10/318.69	s SATISFIABLE
316.10/318.69	c V0=6, V1=3, V2=7, V3=9, V4=6, V5=12, V6=6, V7=9, V8=5, V9=7, V10=5, V11=9, V12=7, V13=17, V14=3, V15=0, V16=18, V17=15, V18=0, V19=14, 
316.10/318.69	v 6 3 7 9 6 12 6 9 5 7 5 9 7 17 3 0 18 15 0 14 
316.10/318.69	d ASSIGNMENTS 89051

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-2078425-1247716295/watcher-2078425-1247716295 -o /tmp/evaluation-result-2078425-1247716295/solver-2078425-1247716295 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 49640280 HOME/instance-2078425-1247716295.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.01 2.00 2.02 4/72 13322
/proc/meminfo: memFree=1490992/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=18576 CPUtime=0
/proc/13322/stat : 13322 (runsolver) R 13320 13322 12276 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58695607 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13322/statm: 4644 284 249 26 0 2626 0

[startup+0.119374 s]
/proc/loadavg: 2.01 2.00 2.02 4/72 13322
/proc/meminfo: memFree=1490992/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=5616 CPUtime=0.08
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 985 822 0 0 8 0 0 0 18 0 1 0 58695607 5750784 594 996147200 134512640 135095119 4294956304 18446744073709551615 7450046 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 1404 594 375 142 0 358 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5616

[startup+0.201389 s]
/proc/loadavg: 2.01 2.00 2.02 4/72 13322
/proc/meminfo: memFree=1490992/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=6688 CPUtime=0.16
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 1124 822 0 0 16 0 0 0 18 0 1 0 58695607 6848512 733 996147200 134512640 135095119 4294956304 18446744073709551615 134653138 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 1672 733 375 142 0 626 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 6688

[startup+0.301403 s]
/proc/loadavg: 2.01 2.00 2.02 4/72 13322
/proc/meminfo: memFree=1490992/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=8040 CPUtime=0.26
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 1295 822 0 0 26 0 0 0 19 0 1 0 58695607 8232960 904 996147200 134512640 135095119 4294956304 18446744073709551615 134935195 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 2010 904 375 142 0 964 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8040

[startup+0.701463 s]
/proc/loadavg: 2.01 2.00 2.02 4/72 13322
/proc/meminfo: memFree=1490992/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=10332 CPUtime=0.66
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 1599 822 0 0 66 0 0 0 23 0 1 0 58695607 10579968 1208 996147200 134512640 135095119 4294956304 18446744073709551615 134916474 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 2583 1208 389 142 0 1537 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10332

[startup+1.50158 s]
/proc/loadavg: 2.01 2.00 2.02 3/73 13328
/proc/meminfo: memFree=1487592/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=10332 CPUtime=1.45
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 1603 822 0 0 145 0 0 0 25 0 1 0 58695607 10579968 1212 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 2583 1212 389 142 0 1537 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10332

[startup+3.10181 s]
/proc/loadavg: 2.01 2.00 2.02 3/73 13328
/proc/meminfo: memFree=1487336/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=10464 CPUtime=3.04
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 1642 822 0 0 304 0 0 0 25 0 1 0 58695607 10715136 1251 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 2616 1251 389 142 0 1570 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 10464

[startup+6.30128 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 13328
/proc/meminfo: memFree=1487144/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=10592 CPUtime=6.23
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 1714 822 0 0 622 1 0 0 25 0 1 0 58695607 10846208 1290 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 2648 1290 389 142 0 1602 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 10592

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 13328
/proc/meminfo: memFree=1486376/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=10980 CPUtime=12.58
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 1887 822 0 0 1257 1 0 0 25 0 1 0 58695607 11243520 1398 996147200 134512640 135095119 4294956304 18446744073709551615 134916484 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 2745 1398 389 142 0 1699 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 10980

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 13328
/proc/meminfo: memFree=1482344/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=11620 CPUtime=25.27
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 2238 822 0 0 2526 1 0 0 25 0 1 0 58695607 11898880 1587 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 2905 1587 389 142 0 1859 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 11620

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 13328
/proc/meminfo: memFree=1480872/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=12900 CPUtime=50.67
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 2944 822 0 0 5066 1 0 0 25 0 1 0 58695607 13209600 1971 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 3225 1971 389 142 0 2179 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 12900

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 13328
/proc/meminfo: memFree=1477608/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=15592 CPUtime=101.48
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 4350 822 0 0 10146 2 0 0 25 0 1 0 58695607 15966208 2735 996147200 134512640 135095119 4294956304 18446744073709551615 134918231 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 3898 2735 389 142 0 2852 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 15592

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1473512/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=18456 CPUtime=161.01
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 5617 822 0 0 16098 3 0 0 25 0 1 0 58695607 18898944 3712 996147200 134512640 135095119 4294956304 18446744073709551615 134911416 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 4614 3712 389 142 0 3568 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 18456

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1469160/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=24776 CPUtime=220.55
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 7681 822 0 0 22050 5 0 0 25 0 1 0 58695607 25370624 4751 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 6194 4751 389 142 0 5148 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 24776

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1463976/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=29724 CPUtime=280.09
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 9470 822 0 0 28003 6 0 0 25 0 1 0 58695607 30437376 5962 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 7431 5962 389 142 0 6385 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 29724

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

[startup+294.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1463528/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=29724 CPUtime=292.09
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 9567 822 0 0 29203 6 0 0 25 0 1 0 58695607 30437376 6059 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 7431 6059 389 142 0 6385 0
Current children cumulated CPU time (s) 292.09
Current children cumulated vsize (KiB) 29724

[startup+307.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1462568/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=30112 CPUtime=304.78
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 9787 822 0 0 30472 6 0 0 25 0 1 0 58695607 30834688 6279 996147200 134512640 135095119 4294956304 18446744073709551615 134916512 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 7528 6279 389 142 0 6482 0
Current children cumulated CPU time (s) 304.78
Current children cumulated vsize (KiB) 30112

[startup+313.606 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1461992/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=30372 CPUtime=311.14
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 9908 822 0 0 31108 6 0 0 25 0 1 0 58695607 31100928 6400 996147200 134512640 135095119 4294956304 18446744073709551615 134916494 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 7593 6400 389 142 0 6547 0
Current children cumulated CPU time (s) 311.14
Current children cumulated vsize (KiB) 30372

[startup+316.803 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1461736/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=30504 CPUtime=314.32
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 9970 822 0 0 31425 7 0 0 25 0 1 0 58695607 31236096 6462 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 7626 6462 389 142 0 6580 0
Current children cumulated CPU time (s) 314.32
Current children cumulated vsize (KiB) 30504

[startup+317.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1461736/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=30636 CPUtime=315.11
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 9985 822 0 0 31504 7 0 0 25 0 1 0 58695607 31371264 6477 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 7659 6477 389 142 0 6613 0
Current children cumulated CPU time (s) 315.11
Current children cumulated vsize (KiB) 30636

[startup+318.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1461672/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=30636 CPUtime=315.9
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 10001 822 0 0 31583 7 0 0 25 0 1 0 58695607 31371264 6493 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 7659 6493 389 142 0 6613 0
Current children cumulated CPU time (s) 315.9
Current children cumulated vsize (KiB) 30636

[startup+318.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13328
/proc/meminfo: memFree=1461672/2055920 swapFree=4192812/4192956
[pid=13322] ppid=13320 vsize=30636 CPUtime=316.1
/proc/13322/stat : 13322 (pcs.small) R 13320 13322 12276 0 -1 4194304 10006 822 0 0 31603 7 0 0 25 0 1 0 58695607 31371264 6498 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13322/statm: 7659 6498 389 142 0 6613 0
Current children cumulated CPU time (s) 316.1
Current children cumulated vsize (KiB) 30636

Child status: 0
Real time (s): 318.691
CPU time (s): 316.216
CPU user time (s): 316.131
CPU system time (s): 0.084987
CPU usage (%): 99.2232
Max. virtual memory (cumulated for all children) (KiB): 30636

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

runsolver used 0.306953 second user time and 0.902862 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-16 05:51:35
IDJOB=2078425
IDBENCH=56751
IDSOLVER=734
FILE ID=node30/2078425-1247716295
PBS_JOBID= 9521469
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= 82c6a29c2223925254ac5c8a85bb4ba3
RANDOM SEED=49640280

node30.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.277
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.277
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:       1491408 kB
Buffers:         75936 kB
Cached:         368376 kB
SwapCached:          0 kB
Active:          80728 kB
Inactive:       400380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:          48340 kB
Slab:            68896 kB
Committed_AS:   544200 kB
PageTables:       1712 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= 66284 MiB
End job on node30 at 2009-07-16 05:56:54