Trace number 2066060

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.2? (MO) 606.885 611.238

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-3-c.xml
MD5SUMba8f742f11fb03cbfcc6b53468067cc9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2650
Number of constraints6619
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6619
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has operations which may create big domains
0.00/0.02	c big-domain mode
0.00/0.05	c Seed is 20204624
0.00/0.05	c Constructing HOME/instance-2066060-1247704247.xml  with 20810 constraints
0.36/0.48	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066060-1247704247/watcher-2066060-1247704247 -o /tmp/evaluation-result-2066060-1247704247/solver-2066060-1247704247 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 20204624 HOME/instance-2066060-1247704247.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.06 2.19 2.16 4/82 13764
/proc/meminfo: memFree=993816/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=5356 CPUtime=0
/proc/13764/stat : 13764 (pcssolve) R 13762 13764 12833 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57491661 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13764/statm: 1339 241 200 169 0 50 0
[pid=13765] ppid=13764 vsize=5356 CPUtime=0
/proc/13765/stat : 13765 (pcssolve) R 13764 13764 12833 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 57491662 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 269757246759 0 0 4096 0 0 0 0 17 1 0 0
/proc/13765/statm: 1339 243 202 169 0 50 0
[pid=13766] ppid=13764 vsize=5356 CPUtime=0
/proc/13766/stat : 13766 (pcssolve) R 13764 13764 12833 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57491662 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13766/statm: 1339 241 200 169 0 50 0

[startup+0.215695 s]
/proc/loadavg: 2.06 2.19 2.16 4/82 13764
/proc/meminfo: memFree=993816/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=8384 CPUtime=0.18
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 1899 826 0 0 18 0 0 0 19 0 1 0 57491661 8585216 1236 996147200 134512640 135215973 4294956320 18446744073709551615 134761745 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 2096 1236 385 171 0 1021 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8384

[startup+0.301707 s]
/proc/loadavg: 2.06 2.19 2.16 4/82 13764
/proc/meminfo: memFree=993816/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=9320 CPUtime=0.27
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 2209 826 0 0 27 0 0 0 19 0 1 0 57491661 9543680 1442 996147200 134512640 135215973 4294956320 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 2330 1442 385 171 0 1255 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9320

[startup+0.401721 s]
/proc/loadavg: 2.06 2.19 2.16 4/82 13764
/proc/meminfo: memFree=993816/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=10484 CPUtime=0.36
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 2612 826 0 0 36 0 0 0 20 0 1 0 57491661 10735616 1716 996147200 134512640 135215973 4294956320 18446744073709551615 4159051939 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 2621 1716 385 171 0 1546 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10484

[startup+0.701761 s]
/proc/loadavg: 2.06 2.19 2.16 4/82 13764
/proc/meminfo: memFree=993816/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=20932 CPUtime=0.66
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 5478 826 0 0 64 2 0 0 23 0 1 0 57491661 21434368 3843 996147200 134512640 135215973 4294956320 18446744073709551615 134532657 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 5233 3843 409 171 0 4158 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 20932

[startup+1.50186 s]
/proc/loadavg: 2.06 2.19 2.16 3/83 13770
/proc/meminfo: memFree=980688/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=19672 CPUtime=1.46
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 5707 826 0 0 144 2 0 0 25 0 1 0 57491661 20144128 3655 996147200 134512640 135215973 4294956320 18446744073709551615 134648425 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 4918 3655 409 171 0 3843 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19672

[startup+3.10107 s]
/proc/loadavg: 2.06 2.18 2.16 3/83 13770
/proc/meminfo: memFree=980304/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=20612 CPUtime=3.04
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 5961 826 0 0 302 2 0 0 25 0 1 0 57491661 21106688 3909 996147200 134512640 135215973 4294956320 18446744073709551615 134902528 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 5153 3909 409 171 0 4078 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 20612

[startup+6.3025 s]
/proc/loadavg: 2.06 2.18 2.16 3/83 13770
/proc/meminfo: memFree=971280/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=23936 CPUtime=6.21
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 6783 826 0 0 618 3 0 0 25 0 1 0 57491661 24510464 4731 996147200 134512640 135215973 4294956320 18446744073709551615 134600073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 5984 4731 409 171 0 4909 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 23936

[startup+12.7013 s]
/proc/loadavg: 2.05 2.18 2.15 3/83 13770
/proc/meminfo: memFree=963408/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=31452 CPUtime=12.55
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 8670 826 0 0 1251 4 0 0 25 0 1 0 57491661 32206848 6618 996147200 134512640 135215973 4294956320 18446744073709551615 134902073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 7863 6618 409 171 0 6788 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 31452

[startup+25.506 s]
/proc/loadavg: 2.04 2.17 2.15 3/83 13770
/proc/meminfo: memFree=930384/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=49160 CPUtime=25.23
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 13135 826 0 0 2517 6 0 0 25 0 1 0 57491661 50339840 11016 996147200 134512640 135215973 4294956320 18446744073709551615 134597336 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 12290 11016 409 171 0 11215 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 49160

[startup+51.1014 s]
/proc/loadavg: 2.03 2.16 2.15 4/83 13770
/proc/meminfo: memFree=880528/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=83992 CPUtime=50.58
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 21918 826 0 0 5048 10 0 0 25 0 1 0 57491661 86007808 19734 996147200 134512640 135215973 4294956320 18446744073709551615 134581297 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 20998 19734 409 171 0 19923 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 83992

[startup+102.301 s]
/proc/loadavg: 2.01 2.13 2.14 3/83 13770
/proc/meminfo: memFree=756432/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=158236 CPUtime=101.31
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 40563 826 0 0 10109 22 0 0 25 0 1 0 57491661 162033664 38250 996147200 134512640 135215973 4294956320 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 39559 38250 409 171 0 38484 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 158236

[startup+162.301 s]
/proc/loadavg: 2.00 2.10 2.13 3/83 13770
/proc/meminfo: memFree=621712/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=242168 CPUtime=160.74
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 61727 826 0 0 16042 32 0 0 25 0 1 0 57491661 247980032 59157 996147200 134512640 135215973 4294956320 18446744073709551615 134532670 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 60542 59157 409 171 0 59467 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 242168

[startup+222.301 s]
/proc/loadavg: 2.00 2.08 2.11 3/83 13770
/proc/meminfo: memFree=489552/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=330632 CPUtime=220.18
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 84043 826 0 0 21972 46 0 0 25 0 1 0 57491661 338567168 81183 996147200 134512640 135215973 4294956320 18446744073709551615 134907454 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 82658 81183 409 171 0 81583 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 330632

[startup+282.302 s]
/proc/loadavg: 2.00 2.06 2.10 3/83 13770
/proc/meminfo: memFree=376208/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=406336 CPUtime=279.61
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 103130 826 0 0 27902 59 0 0 25 0 1 0 57491661 416088064 99757 996147200 134512640 135215973 4294956320 18446744073709551615 134583516 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 101584 99757 409 171 0 100509 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 406336

[startup+342.307 s]
/proc/loadavg: 2.12 2.08 2.10 4/83 13770
/proc/meminfo: memFree=288208/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=488132 CPUtime=339.05
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 123986 826 0 0 33835 70 0 0 25 0 1 0 57491661 499847168 120613 996147200 134512640 135215973 4294956320 18446744073709551615 134532657 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 122033 120613 409 171 0 120958 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 488132

[startup+402.302 s]
/proc/loadavg: 2.30 2.13 2.11 3/83 13770
/proc/meminfo: memFree=199312/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=577524 CPUtime=398.49
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 146349 826 0 0 39764 85 0 0 25 0 1 0 57491661 591384576 142976 996147200 134512640 135215973 4294956320 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/13764/statm: 144381 142976 409 171 0 143306 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 577524

[startup+462.302 s]
/proc/loadavg: 2.44 2.21 2.14 3/83 13812
/proc/meminfo: memFree=833376/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=675828 CPUtime=457.98
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 170988 826 0 0 45698 100 0 0 25 0 1 0 57491661 692047872 167615 996147200 134512640 135215973 4294956320 18446744073709551615 135095040 0 0 4096 0 0 0 0 17 0 0 0
/proc/13764/statm: 168957 167615 409 171 0 167882 0
Current children cumulated CPU time (s) 457.98
Current children cumulated vsize (KiB) 675828

[startup+522.302 s]
/proc/loadavg: 2.16 2.17 2.12 3/83 13812
/proc/meminfo: memFree=729248/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=784280 CPUtime=517.96
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 198233 826 0 0 51682 114 0 0 25 0 1 0 57491661 803102720 193835 996147200 134512640 135215973 4294956320 18446744073709551615 134680750 0 0 4096 0 0 0 0 17 0 0 0
/proc/13764/statm: 196070 193835 409 171 0 194995 0
Current children cumulated CPU time (s) 517.96
Current children cumulated vsize (KiB) 784280

[startup+582.302 s]
/proc/loadavg: 2.06 2.13 2.11 3/83 13812
/proc/meminfo: memFree=632928/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=879496 CPUtime=577.94
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 222071 826 0 0 57666 128 0 0 25 0 1 0 57491661 900603904 217606 996147200 134512640 135215973 4294956320 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 0 0 0
/proc/13764/statm: 219874 217607 409 171 0 218799 0
Current children cumulated CPU time (s) 577.94
Current children cumulated vsize (KiB) 879496



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+611.101 s]
/proc/loadavg: 2.04 2.12 2.11 3/83 13812
/proc/meminfo: memFree=589344/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=921664 CPUtime=606.73
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4194304 232803 826 0 0 60540 133 0 0 25 0 1 0 57491661 943783936 228338 996147200 134512640 135215973 4294956320 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 0 0 0
/proc/13764/statm: 230416 228338 409 171 0 229341 0
Current children cumulated CPU time (s) 606.73
Current children cumulated vsize (KiB) 921664

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+611.206 s]
/proc/loadavg: 2.04 2.12 2.11 3/83 13812
/proc/meminfo: memFree=589344/2055920 swapFree=4192812/4192956
[pid=13764] ppid=13762 vsize=0 CPUtime=606.83
/proc/13764/stat : 13764 (pcs.big) R 13762 13764 12833 0 -1 4195332 232803 826 0 0 60540 143 0 0 25 0 1 0 57491661 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/13764/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 606.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 611.238
CPU time (s): 606.885
CPU user time (s): 605.41
CPU system time (s): 1.47478
CPU usage (%): 99.2878
Max. virtual memory (cumulated for all children) (KiB): 921664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 605.41
system time used= 1.47477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233629
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= 21
involuntary context switches= 18836

runsolver used 0.698893 second user time and 1.9657 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-16 02:30:47
IDJOB=2066060
IDBENCH=54466
IDSOLVER=733
FILE ID=node13/2066060-1247704247
PBS_JOBID= 9521283
Free space on /tmp= 66308 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-3-c.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066060-1247704247/watcher-2066060-1247704247 -o /tmp/evaluation-result-2066060-1247704247/solver-2066060-1247704247 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 20204624 HOME/instance-2066060-1247704247.xml

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

MD5SUM BENCH= ba8f742f11fb03cbfcc6b53468067cc9
RANDOM SEED=20204624

node13.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.241
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.241
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:        994296 kB
Buffers:         76572 kB
Cached:         356248 kB
SwapCached:          0 kB
Active:         712332 kB
Inactive:       267400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        994296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2840 kB
Writeback:           0 kB
Mapped:         567344 kB
Slab:            66064 kB
Committed_AS:  1281316 kB
PageTables:       2988 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= 66308 MiB
End job on node13 at 2009-07-16 02:41:01