Trace number 2066127

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.2? (MO) 590.612 596.256

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1-c.xml
MD5SUMe4ec9a3febcaf38991fa134c8c940c52
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 variables2630
Number of constraints6569
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6569
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 599703941
0.00/0.05	c Constructing HOME/instance-2066127-1247704402.xml  with 20650 constraints
0.37/0.46	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-2066127-1247704402/watcher-2066127-1247704402 -o /tmp/evaluation-result-2066127-1247704402/solver-2066127-1247704402 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 599703941 HOME/instance-2066127-1247704402.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.20 2.20 2.08 4/81 6230
/proc/meminfo: memFree=1158144/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=5356 CPUtime=0
/proc/6230/stat : 6230 (pcssolve) R 6228 6230 5379 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57507881 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/6230/statm: 1339 241 200 169 0 50 0
[pid=6231] ppid=6230 vsize=3676 CPUtime=0
/proc/6231/stat : 6231 (fgrep) R 6230 6230 5379 0 -1 4194304 139 0 0 0 0 0 0 0 22 0 1 0 57507881 3764224 106 996147200 4194304 4274172 548682068976 18446744073709551615 206381482066 0 0 4096 0 0 0 0 17 1 0 0
/proc/6231/statm: 919 106 85 19 0 43 0
[pid=6232] ppid=6230 vsize=5356 CPUtime=0
/proc/6232/stat : 6232 (pcssolve) R 6230 6230 5379 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57507881 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/6232/statm: 1339 241 200 169 0 50 0

[startup+0.0950819 s]
/proc/loadavg: 2.20 2.20 2.08 4/81 6230
/proc/meminfo: memFree=1158144/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=6168 CPUtime=0.06
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 1210 826 0 0 6 0 0 0 18 0 1 0 57507881 6316032 778 996147200 134512640 135215973 4294956320 18446744073709551615 134837559 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 1542 778 385 171 0 467 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6168

[startup+0.101078 s]
/proc/loadavg: 2.20 2.20 2.08 4/81 6230
/proc/meminfo: memFree=1158144/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=6168 CPUtime=0.07
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 1232 826 0 0 7 0 0 0 18 0 1 0 57507881 6316032 800 996147200 134512640 135215973 4294956320 18446744073709551615 134697505 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 1542 800 385 171 0 467 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6168

[startup+0.301119 s]
/proc/loadavg: 2.20 2.20 2.08 4/81 6230
/proc/meminfo: memFree=1158144/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=9312 CPUtime=0.27
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 2222 826 0 0 26 1 0 0 19 0 1 0 57507881 9535488 1456 996147200 134512640 135215973 4294956320 18446744073709551615 10977004 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 2328 1456 385 171 0 1253 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9312

[startup+0.701199 s]
/proc/loadavg: 2.20 2.20 2.08 4/81 6230
/proc/meminfo: memFree=1158144/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=20916 CPUtime=0.67
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 5453 826 0 0 65 2 0 0 23 0 1 0 57507881 21417984 3820 996147200 134512640 135215973 4294956320 18446744073709551615 134532692 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 5229 3820 409 171 0 4154 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 20916

[startup+1.50134 s]
/proc/loadavg: 2.20 2.20 2.08 4/82 6236
/proc/meminfo: memFree=1145328/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=19736 CPUtime=1.46
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 5689 826 0 0 144 2 0 0 25 0 1 0 57507881 20209664 3639 996147200 134512640 135215973 4294956320 18446744073709551615 134533281 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 4934 3639 409 171 0 3859 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19736

[startup+3.10164 s]
/proc/loadavg: 2.20 2.20 2.08 3/82 6236
/proc/meminfo: memFree=1143728/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=22084 CPUtime=3.05
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 6317 826 0 0 302 3 0 0 25 0 1 0 57507881 22614016 4267 996147200 134512640 135215973 4294956320 18446744073709551615 134907578 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 5521 4267 409 171 0 4446 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 22084

[startup+6.30122 s]
/proc/loadavg: 2.18 2.19 2.08 3/82 6236
/proc/meminfo: memFree=1139568/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=26392 CPUtime=6.22
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 7384 826 0 0 619 3 0 0 25 0 1 0 57507881 27025408 5334 996147200 134512640 135215973 4294956320 18446744073709551615 135098403 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 6598 5334 409 171 0 5523 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 26392

[startup+12.7014 s]
/proc/loadavg: 2.17 2.19 2.08 3/82 6236
/proc/meminfo: memFree=1130432/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=35000 CPUtime=12.56
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 9576 826 0 0 1252 4 0 0 25 0 1 0 57507881 35840000 7459 996147200 134512640 135215973 4294956320 18446744073709551615 134590644 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 8750 7459 409 171 0 7675 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 35000

[startup+25.5017 s]
/proc/loadavg: 2.13 2.18 2.08 3/82 6236
/proc/meminfo: memFree=1112192/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=52984 CPUtime=25.23
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 14137 826 0 0 2517 6 0 0 25 0 1 0 57507881 54255616 11955 996147200 134512640 135215973 4294956320 18446744073709551615 134583393 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 13246 11955 409 171 0 12171 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 52984

[startup+51.1014 s]
/proc/loadavg: 2.08 2.16 2.08 3/82 6236
/proc/meminfo: memFree=1070912/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=94328 CPUtime=50.59
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 24527 826 0 0 5047 12 0 0 25 0 1 0 57507881 96591872 22345 996147200 134512640 135215973 4294956320 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 23582 22345 409 171 0 22507 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 94328

[startup+102.307 s]
/proc/loadavg: 2.15 2.17 2.08 3/82 6236
/proc/meminfo: memFree=981056/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=183924 CPUtime=101.31
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 47107 826 0 0 10108 23 0 0 25 0 1 0 57507881 188338176 44539 996147200 134512640 135215973 4294956320 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 45981 44539 409 171 0 44906 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 183924

[startup+162.303 s]
/proc/loadavg: 2.05 2.13 2.08 3/82 6236
/proc/meminfo: memFree=892032/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=272680 CPUtime=160.75
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 69484 826 0 0 16041 34 0 0 25 0 1 0 57507881 279224320 66916 996147200 134512640 135215973 4294956320 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 68170 66916 409 171 0 67095 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 272680

[startup+222.302 s]
/proc/loadavg: 2.06 2.12 2.07 3/82 6236
/proc/meminfo: memFree=801984/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=364412 CPUtime=220.17
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 92594 826 0 0 21972 45 0 0 25 0 1 0 57507881 373157888 89223 996147200 134512640 135215973 4294956320 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 91103 89223 409 171 0 90028 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 364412

[startup+282.302 s]
/proc/loadavg: 2.09 2.11 2.07 3/82 6236
/proc/meminfo: memFree=725824/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=439928 CPUtime=279.61
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 111799 826 0 0 27906 55 0 0 25 0 1 0 57507881 450486272 108428 996147200 134512640 135215973 4294956320 18446744073709551615 134583409 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 109982 108428 409 171 0 108907 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 439928

[startup+342.302 s]
/proc/loadavg: 2.03 2.09 2.07 3/82 6236
/proc/meminfo: memFree=633984/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=530320 CPUtime=339.04
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 134614 826 0 0 33839 65 0 0 25 0 1 0 57507881 543047680 131243 996147200 134512640 135215973 4294956320 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 132580 131243 409 171 0 131505 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 530320

[startup+402.302 s]
/proc/loadavg: 2.01 2.07 2.06 3/82 6236
/proc/meminfo: memFree=557312/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=608068 CPUtime=398.47
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 154078 826 0 0 39773 74 0 0 25 0 1 0 57507881 622661632 150707 996147200 134512640 135215973 4294956320 18446744073709551615 134982801 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 152017 150707 409 171 0 150942 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 608068

[startup+462.302 s]
/proc/loadavg: 2.00 2.06 2.06 3/82 6236
/proc/meminfo: memFree=456896/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=707144 CPUtime=457.91
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 178886 826 0 0 45705 86 0 0 25 0 1 0 57507881 724115456 175515 996147200 134512640 135215973 4294956320 18446744073709551615 135097542 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 176786 175515 409 171 0 175711 0
Current children cumulated CPU time (s) 457.91
Current children cumulated vsize (KiB) 707144

[startup+522.302 s]
/proc/loadavg: 2.06 2.06 2.06 3/82 6236
/proc/meminfo: memFree=360960/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=803784 CPUtime=517.35
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 203083 826 0 0 51638 97 0 0 25 0 1 0 57507881 823074816 199645 996147200 134512640 135215973 4294956320 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 200946 199645 409 171 0 199871 0
Current children cumulated CPU time (s) 517.35
Current children cumulated vsize (KiB) 803784

[startup+582.302 s]
/proc/loadavg: 2.02 2.05 2.05 3/82 6236
/proc/meminfo: memFree=267520/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=899164 CPUtime=576.77
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 227201 826 0 0 57569 108 0 0 25 0 1 0 57507881 920743936 222738 996147200 134512640 135215973 4294956320 18446744073709551615 134616954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 224791 222738 409 171 0 223716 0
Current children cumulated CPU time (s) 576.77
Current children cumulated vsize (KiB) 899164



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+596.101 s]
/proc/loadavg: 2.01 2.04 2.05 3/82 6236
/proc/meminfo: memFree=243712/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=921640 CPUtime=590.45
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4194304 232941 826 0 0 58934 111 0 0 25 0 1 0 57507881 943759360 228478 996147200 134512640 135215973 4294956320 18446744073709551615 134641047 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 230410 228478 409 171 0 229335 0
Current children cumulated CPU time (s) 590.45
Current children cumulated vsize (KiB) 921640

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

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

[startup+596.211 s]
/proc/loadavg: 2.01 2.04 2.05 3/82 6236
/proc/meminfo: memFree=243712/2055920 swapFree=4192812/4192956
[pid=6230] ppid=6228 vsize=0 CPUtime=590.54
/proc/6230/stat : 6230 (pcs.big) R 6228 6230 5379 0 -1 4195332 232941 826 0 0 58934 120 0 0 25 0 1 0 57507881 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/6230/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 590.54
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 596.256
CPU time (s): 590.612
CPU user time (s): 589.352
CPU system time (s): 1.25981
CPU usage (%): 99.0534
Max. virtual memory (cumulated for all children) (KiB): 921640

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

runsolver used 0.844871 second user time and 1.87971 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-16 02:33:22
IDJOB=2066127
IDBENCH=54476
IDSOLVER=734
FILE ID=node2/2066127-1247704402
PBS_JOBID= 9521304
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= e4ec9a3febcaf38991fa134c8c940c52
RANDOM SEED=599703941

node2.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.265
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.265
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:       1158624 kB
Buffers:         79524 kB
Cached:         684728 kB
SwapCached:          0 kB
Active:         209360 kB
Inactive:       599716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1158624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2716 kB
Writeback:           0 kB
Mapped:          65384 kB
Slab:            73340 kB
Committed_AS:   523548 kB
PageTables:       2016 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= 66312 MiB
End job on node2 at 2009-07-16 02:43:20