Trace number 2065862

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 175.123 176.696

DiagnosticValue
ASSIGNMENTS331309

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-16-3.xml
MD5SUM697bc1dbc1f0be29d098ea0b924a5906
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 benchmark0.099984
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints560
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension560
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.17/0.25	c Seed is 1388488178
0.17/0.25	c Constructing HOME/instance-2065862-1247704064.xml  with 5600 constraints
0.17/0.25	c Solving 331309 backtracks 22 restarts
175.01/176.69	s SATISFIABLE
175.01/176.69	c V0=0, V1=1, V2=0, V3=2, V4=2, V5=2, V6=1, V7=1, V8=2, V9=1, V10=1, V11=0, V12=0, V13=0, V14=2, V15=0, V16=2, V17=2, V18=1, V19=2, V20=2, V21=0, V22=0, V23=1, V24=1, V25=1, V26=1, V27=2, V28=0, V29=2, V30=2, V31=0, V32=1, V33=0, V34=2, V35=1, V36=0, V37=2, V38=1, V39=1, V40=0, V41=2, V42=0, V43=2, V44=1, V45=0, V46=1, V47=2, V48=0, V49=1, V50=2, V51=1, V52=1, V53=0, V54=0, V55=1, V56=1, V57=0, V58=0, V59=2, V60=1, V61=1, V62=2, V63=0, V64=1, V65=1, V66=1, V67=1, V68=1, V69=2, V70=2, V71=0, V72=0, V73=2, V74=0, V75=0, V76=2, V77=0, V78=1, V79=2, V80=2, V81=0, V82=0, V83=0, V84=0, V85=2, V86=2, V87=2, V88=0, V89=1, V90=1, V91=2, V92=2, V93=2, V94=0, V95=1, V96=0, V97=2, V98=1, V99=0, V100=1, V101=0, V102=2, V103=1, V104=1, V105=0, V106=2, V107=0, V108=1, V109=1, V110=0, V111=2, V112=0, V113=0, V114=2, V115=1, V116=2, V117=2, V118=1, V119=2, 
175.01/176.69	v 0 1 0 2 2 2 1 1 2 1 1 0 0 0 2 0 2 2 1 2 2 0 0 1 1 1 1 2 0 2 2 0 1 0 2 1 0 2 1 1 0 2 0 2 1 0 1 2 0 1 2 1 1 0 0 1 1 0 0 2 1 1 2 0 1 1 1 1 1 2 2 0 0 2 0 0 2 0 1 2 2 0 0 0 0 2 2 2 0 1 1 2 2 2 0 1 0 2 1 0 1 0 2 1 1 0 2 0 1 1 0 2 0 0 2 1 2 2 1 2 
175.01/176.69	d ASSIGNMENTS 331309

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-2065862-1247704064/watcher-2065862-1247704064 -o /tmp/evaluation-result-2065862-1247704064/solver-2065862-1247704064 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1388488178 HOME/instance-2065862-1247704064.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.41 2.50 2.18 4/72 12321
/proc/meminfo: memFree=1335200/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=18576 CPUtime=0
/proc/12321/stat : 12321 (runsolver) R 12319 12321 11298 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 57473833 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12321/statm: 4644 284 249 26 0 2626 0

[startup+0.095048 s]
/proc/loadavg: 2.41 2.50 2.18 4/72 12321
/proc/meminfo: memFree=1335200/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=5600 CPUtime=0.07
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 1164 822 0 0 7 0 0 0 18 0 1 0 57473833 5734400 740 996147200 134512640 135095119 4294956304 18446744073709551615 134840710 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 1400 740 388 142 0 354 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5600

[startup+0.101049 s]
/proc/loadavg: 2.41 2.50 2.18 4/72 12321
/proc/meminfo: memFree=1335200/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=5600 CPUtime=0.07
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 1164 822 0 0 7 0 0 0 18 0 1 0 57473833 5734400 740 996147200 134512640 135095119 4294956304 18446744073709551615 134556889 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 1400 740 388 142 0 354 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5600

[startup+0.301069 s]
/proc/loadavg: 2.41 2.50 2.18 4/72 12321
/proc/meminfo: memFree=1335200/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=5752 CPUtime=0.27
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 1180 822 0 0 27 0 0 0 19 0 1 0 57473833 5890048 756 996147200 134512640 135095119 4294956304 18446744073709551615 134590379 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 1438 756 388 142 0 392 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5752

[startup+0.701111 s]
/proc/loadavg: 2.41 2.50 2.18 4/72 12321
/proc/meminfo: memFree=1335200/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=5864 CPUtime=0.67
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 1210 822 0 0 67 0 0 0 23 0 1 0 57473833 6004736 786 996147200 134512640 135095119 4294956304 18446744073709551615 134592225 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 1466 786 388 142 0 420 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5864

[startup+1.5012 s]
/proc/loadavg: 2.41 2.50 2.18 3/73 12327
/proc/meminfo: memFree=1332632/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=6512 CPUtime=1.46
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 1370 822 0 0 146 0 0 0 25 0 1 0 57473833 6668288 881 996147200 134512640 135095119 4294956304 18446744073709551615 134556889 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 1628 881 388 142 0 582 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6512

[startup+3.10136 s]
/proc/loadavg: 2.41 2.50 2.18 3/73 12327
/proc/meminfo: memFree=1331160/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=6740 CPUtime=3.05
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 1479 822 0 0 305 0 0 0 25 0 1 0 57473833 6901760 990 996147200 134512640 135095119 4294956304 18446744073709551615 10534004 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 1685 990 388 142 0 639 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6740

[startup+6.3027 s]
/proc/loadavg: 2.37 2.49 2.18 3/73 12327
/proc/meminfo: memFree=1326936/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=8100 CPUtime=6.23
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 1881 822 0 0 623 0 0 0 25 0 1 0 57473833 8294400 1263 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 2025 1263 388 142 0 979 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 8100

[startup+12.7014 s]
/proc/loadavg: 2.34 2.48 2.18 3/73 12327
/proc/meminfo: memFree=1319320/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=11748 CPUtime=12.58
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 2913 822 0 0 1257 1 0 0 25 0 1 0 57473833 12029952 2038 996147200 134512640 135095119 4294956304 18446744073709551615 134842758 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 2937 2038 388 142 0 1891 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 11748

[startup+25.5017 s]
/proc/loadavg: 2.27 2.46 2.18 3/73 12327
/proc/meminfo: memFree=1298200/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=21624 CPUtime=25.26
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 5711 822 0 0 2524 2 0 0 25 0 1 0 57473833 22142976 4323 996147200 134512640 135095119 4294956304 18446744073709551615 134590360 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 5406 4323 388 142 0 4360 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 21624

[startup+51.1014 s]
/proc/loadavg: 2.17 2.42 2.17 3/73 12327
/proc/meminfo: memFree=1236632/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=41088 CPUtime=50.64
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 11220 822 0 0 5058 6 0 0 25 0 1 0 57473833 42074112 8807 996147200 134512640 135095119 4294956304 18446744073709551615 134555265 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 10272 8807 388 142 0 9226 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 41088

[startup+102.307 s]
/proc/loadavg: 2.07 2.35 2.16 3/73 12327
/proc/meminfo: memFree=1212824/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=60148 CPUtime=101.38
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 16682 822 0 0 10125 13 0 0 25 0 1 0 57473833 61591552 14236 996147200 134512640 135095119 4294956304 18446744073709551615 134615448 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 15037 14236 388 142 0 13991 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 60148

[startup+162.302 s]
/proc/loadavg: 2.02 2.29 2.15 3/73 12327
/proc/meminfo: memFree=1175512/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=89988 CPUtime=160.83
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 24769 822 0 0 16067 16 0 0 25 0 1 0 57473833 92147712 20274 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 22497 20274 388 142 0 21451 0
Current children cumulated CPU time (s) 160.83
Current children cumulated vsize (KiB) 89988

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

[startup+166.301 s]
/proc/loadavg: 2.02 2.28 2.15 3/73 12327
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=91164 CPUtime=164.8
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 25086 822 0 0 16463 17 0 0 25 0 1 0 57473833 93351936 20526 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 22791 20526 388 142 0 21745 0
Current children cumulated CPU time (s) 164.8
Current children cumulated vsize (KiB) 91164

[startup+172.706 s]
/proc/loadavg: 2.02 2.28 2.15 3/73 12327
/proc/meminfo: memFree=1168280/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=93120 CPUtime=171.15
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 25669 822 0 0 17097 18 0 0 25 0 1 0 57473833 95354880 21109 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 23280 21109 388 142 0 22234 0
Current children cumulated CPU time (s) 171.15
Current children cumulated vsize (KiB) 93120

[startup+174.301 s]
/proc/loadavg: 2.02 2.28 2.15 3/73 12327
/proc/meminfo: memFree=1167384/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=93692 CPUtime=172.73
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 25828 822 0 0 17255 18 0 0 25 0 1 0 57473833 95940608 21268 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 23423 21268 388 142 0 22377 0
Current children cumulated CPU time (s) 172.73
Current children cumulated vsize (KiB) 93692

[startup+175.901 s]
/proc/loadavg: 2.02 2.27 2.15 3/73 12327
/proc/meminfo: memFree=1165848/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=94152 CPUtime=174.31
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 25934 822 0 0 17413 18 0 0 25 0 1 0 57473833 96411648 21374 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 23538 21374 388 142 0 22492 0
Current children cumulated CPU time (s) 174.31
Current children cumulated vsize (KiB) 94152

[startup+176.301 s]
/proc/loadavg: 2.02 2.27 2.15 3/73 12327
/proc/meminfo: memFree=1165848/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=94152 CPUtime=174.71
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 25951 822 0 0 17453 18 0 0 25 0 1 0 57473833 96411648 21391 996147200 134512640 135095119 4294956304 18446744073709551615 134615460 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 23538 21391 388 142 0 22492 0
Current children cumulated CPU time (s) 174.71
Current children cumulated vsize (KiB) 94152

[startup+176.503 s]
/proc/loadavg: 2.02 2.27 2.15 3/73 12327
/proc/meminfo: memFree=1165848/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=77928 CPUtime=174.91
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 25977 822 0 0 17473 18 0 0 25 0 1 0 57473833 79798272 18784 996147200 134512640 135095119 4294956304 18446744073709551615 10847537 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 19482 18784 388 142 0 18436 0
Current children cumulated CPU time (s) 174.91
Current children cumulated vsize (KiB) 77928

[startup+176.603 s]
/proc/loadavg: 2.02 2.27 2.15 3/73 12327
/proc/meminfo: memFree=1165848/2055920 swapFree=4192812/4192956
[pid=12321] ppid=12319 vsize=77928 CPUtime=175.01
/proc/12321/stat : 12321 (pcs.small) R 12319 12321 11298 0 -1 4194304 25977 822 0 0 17483 18 0 0 25 0 1 0 57473833 79798272 18784 996147200 134512640 135095119 4294956304 18446744073709551615 10846360 0 0 4096 0 0 0 0 17 1 0 0
/proc/12321/statm: 19482 18784 388 142 0 18436 0
Current children cumulated CPU time (s) 175.01
Current children cumulated vsize (KiB) 77928

Child status: 0
Real time (s): 176.696
CPU time (s): 175.123
CPU user time (s): 174.916
CPU system time (s): 0.206968
CPU usage (%): 99.11
Max. virtual memory (cumulated for all children) (KiB): 98184

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

runsolver used 0.253961 second user time and 0.513921 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-16 02:27:44
IDJOB=2065862
IDBENCH=54436
IDSOLVER=733
FILE ID=node7/2065862-1247704064
PBS_JOBID= 9521295
Free space on /tmp= 66120 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-16-3.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065862-1247704064/watcher-2065862-1247704064 -o /tmp/evaluation-result-2065862-1247704064/solver-2065862-1247704064 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1388488178 HOME/instance-2065862-1247704064.xml

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

MD5SUM BENCH= 697bc1dbc1f0be29d098ea0b924a5906
RANDOM SEED=1388488178

node7.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:       1335744 kB
Buffers:         78632 kB
Cached:         476656 kB
SwapCached:          0 kB
Active:         254388 kB
Inactive:       386536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          97128 kB
Slab:            64612 kB
Committed_AS:   597260 kB
PageTables:       1940 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= 66116 MiB
End job on node7 at 2009-07-16 02:30:41