Trace number 2066061

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) 605.136 610.846

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.03	c Seed is 1710942771
0.00/0.03	c Constructing HOME/instance-2066061-1247704249.xml  with 20810 constraints
0.37/0.47	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-2066061-1247704249/watcher-2066061-1247704249 -o /tmp/evaluation-result-2066061-1247704249/solver-2066061-1247704249 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1710942771 HOME/instance-2066061-1247704249.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: 1.93 2.24 2.14 4/72 12543
/proc/meminfo: memFree=1245408/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=5356 CPUtime=0
/proc/12543/stat : 12543 (pcssolve) R 12541 12543 11298 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57492308 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12543/statm: 1339 241 200 169 0 50 0
[pid=12544] ppid=12543 vsize=3676 CPUtime=0
/proc/12544/stat : 12544 (fgrep) R 12543 12543 11298 0 -1 4194304 119 0 0 0 0 0 0 0 22 0 1 0 57492309 3764224 86 996147200 4194304 4274172 548682068976 18446744073709551615 244671306506 0 0 4096 0 0 0 0 17 1 0 0
/proc/12544/statm: 919 86 69 19 0 43 0
[pid=12545] ppid=12543 vsize=5356 CPUtime=0
/proc/12545/stat : 12545 (pcssolve) R 12543 12543 11298 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57492309 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12545/statm: 1339 241 200 169 0 50 0

[startup+0.0190399 s]
/proc/loadavg: 1.93 2.24 2.14 4/72 12543
/proc/meminfo: memFree=1245408/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=5356 CPUtime=0
/proc/12543/stat : 12543 (pcssolve) S 12541 12543 11298 0 -1 4194304 367 649 0 0 0 0 0 0 23 0 1 0 57492308 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12543/statm: 1339 243 202 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10204 s]
/proc/loadavg: 1.93 2.24 2.14 4/72 12543
/proc/meminfo: memFree=1245408/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=6168 CPUtime=0.07
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 1228 826 0 0 7 0 0 0 24 0 1 0 57492308 6316032 796 996147200 134512640 135215973 4294956304 18446744073709551615 10849962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 1542 796 385 171 0 467 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6168

[startup+0.302061 s]
/proc/loadavg: 1.93 2.24 2.14 4/72 12543
/proc/meminfo: memFree=1245408/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=9320 CPUtime=0.27
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 2217 826 0 0 26 1 0 0 25 0 1 0 57492308 9543680 1450 996147200 134512640 135215973 4294956304 18446744073709551615 134846299 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 2330 1450 385 171 0 1255 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9320

[startup+0.702102 s]
/proc/loadavg: 1.93 2.24 2.14 4/72 12543
/proc/meminfo: memFree=1245408/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=19300 CPUtime=0.67
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 5575 826 0 0 65 2 0 0 25 0 1 0 57492308 19763200 3523 996147200 134512640 135215973 4294956304 18446744073709551615 134585606 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 4825 3523 409 171 0 3750 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 19300

[startup+1.50219 s]
/proc/loadavg: 1.93 2.24 2.14 3/73 12549
/proc/meminfo: memFree=1232152/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=19748 CPUtime=1.46
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 5731 826 0 0 144 2 0 0 25 0 1 0 57492308 20221952 3679 996147200 134512640 135215973 4294956304 18446744073709551615 134610795 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 4937 3679 409 171 0 3862 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19748

[startup+3.10136 s]
/proc/loadavg: 1.93 2.24 2.14 3/73 12549
/proc/meminfo: memFree=1230808/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=21620 CPUtime=3.04
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 6213 826 0 0 301 3 0 0 25 0 1 0 57492308 22138880 4161 996147200 134512640 135215973 4294956304 18446744073709551615 134902562 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 5405 4161 409 171 0 4330 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 21620

[startup+6.30169 s]
/proc/loadavg: 1.94 2.24 2.14 3/73 12549
/proc/meminfo: memFree=1223896/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=26824 CPUtime=6.21
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 7519 826 0 0 618 3 0 0 25 0 1 0 57492308 27467776 5433 996147200 134512640 135215973 4294956304 18446744073709551615 10858187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 6706 5433 409 171 0 5631 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 26824

[startup+12.7014 s]
/proc/loadavg: 1.94 2.24 2.14 3/73 12549
/proc/meminfo: memFree=1212056/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=36568 CPUtime=12.55
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 9982 826 0 0 1250 5 0 0 25 0 1 0 57492308 37445632 7863 996147200 134512640 135215973 4294956304 18446744073709551615 134600384 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 9142 7863 409 171 0 8067 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 36568

[startup+25.5017 s]
/proc/loadavg: 2.03 2.24 2.14 3/73 12549
/proc/meminfo: memFree=1188760/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=55188 CPUtime=25.23
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 14655 826 0 0 2516 7 0 0 25 0 1 0 57492308 56512512 12471 996147200 134512640 135215973 4294956304 18446744073709551615 134902043 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 13797 12471 409 171 0 12722 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 55188

[startup+51.1014 s]
/proc/loadavg: 2.02 2.22 2.14 3/73 12549
/proc/meminfo: memFree=1144024/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=91828 CPUtime=50.59
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 23900 826 0 0 5046 13 0 0 25 0 1 0 57492308 94031872 21716 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 22957 21716 409 171 0 21882 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 91828

[startup+102.307 s]
/proc/loadavg: 2.06 2.20 2.13 3/73 12549
/proc/meminfo: memFree=1047384/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=168092 CPUtime=101.31
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 43068 826 0 0 10108 23 0 0 25 0 1 0 57492308 172126208 40755 996147200 134512640 135215973 4294956304 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 42023 40755 409 171 0 40948 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 168092

[startup+162.302 s]
/proc/loadavg: 2.07 2.17 2.13 3/73 12549
/proc/meminfo: memFree=879384/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=252448 CPUtime=160.75
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 64293 826 0 0 16043 32 0 0 25 0 1 0 57492308 258506752 61980 996147200 134512640 135215973 4294956304 18446744073709551615 4158960269 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 63112 61980 409 171 0 62037 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 252448

[startup+222.301 s]
/proc/loadavg: 2.07 2.16 2.12 3/73 12549
/proc/meminfo: memFree=778520/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=352628 CPUtime=220.2
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 89514 826 0 0 21975 45 0 0 25 0 1 0 57492308 361091072 86654 996147200 134512640 135215973 4294956304 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 88157 86654 409 171 0 87082 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 352628

[startup+282.302 s]
/proc/loadavg: 2.14 2.15 2.12 3/73 12549
/proc/meminfo: memFree=700824/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=429604 CPUtime=279.64
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 108823 826 0 0 27908 56 0 0 25 0 1 0 57492308 439914496 105963 996147200 134512640 135215973 4294956304 18446744073709551615 134588906 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 107401 105963 409 171 0 106326 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 429604

[startup+342.302 s]
/proc/loadavg: 2.25 2.18 2.13 3/73 12549
/proc/meminfo: memFree=625560/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=502512 CPUtime=339.07
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 127439 826 0 0 33843 64 0 0 25 0 1 0 57492308 514572288 124066 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 125628 124066 409 171 0 124553 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 502512

[startup+402.301 s]
/proc/loadavg: 2.12 2.16 2.12 3/73 12549
/proc/meminfo: memFree=541528/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=592260 CPUtime=398.51
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 150243 826 0 0 39775 76 0 0 25 0 1 0 57492308 606474240 145845 996147200 134512640 135215973 4294956304 18446744073709551615 134585084 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 148065 145845 409 171 0 146990 0
Current children cumulated CPU time (s) 398.51
Current children cumulated vsize (KiB) 592260

[startup+462.302 s]
/proc/loadavg: 2.04 2.13 2.11 3/73 12549
/proc/meminfo: memFree=450456/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=680576 CPUtime=457.96
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 172444 826 0 0 45708 88 0 0 25 0 1 0 57492308 696909824 168046 996147200 134512640 135215973 4294956304 18446744073709551615 134648257 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 170144 168046 409 171 0 169069 0
Current children cumulated CPU time (s) 457.96
Current children cumulated vsize (KiB) 680576

[startup+522.303 s]
/proc/loadavg: 2.01 2.10 2.10 3/73 12549
/proc/meminfo: memFree=345816/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=773464 CPUtime=517.41
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 196032 826 0 0 51640 101 0 0 25 0 1 0 57492308 792027136 191567 996147200 134512640 135215973 4294956304 18446744073709551615 134599994 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 193366 191567 409 171 0 192291 0
Current children cumulated CPU time (s) 517.41
Current children cumulated vsize (KiB) 773464

[startup+582.303 s]
/proc/loadavg: 2.00 2.08 2.09 3/73 12549
/proc/meminfo: memFree=234904/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=868332 CPUtime=576.85
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 220236 826 0 0 57571 114 0 0 25 0 1 0 57492308 889171968 215771 996147200 134512640 135215973 4294956304 18446744073709551615 4158960255 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 217083 215771 409 171 0 216008 0
Current children cumulated CPU time (s) 576.85
Current children cumulated vsize (KiB) 868332



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+610.702 s]
/proc/loadavg: 2.00 2.07 2.09 3/73 12549
/proc/meminfo: memFree=176920/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=921720 CPUtime=604.97
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4194304 233811 826 0 0 60377 120 0 0 25 0 1 0 57492308 943841280 227297 996147200 134512640 135215973 4294956304 18446744073709551615 134598599 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 230430 227297 409 171 0 229355 0
Current children cumulated CPU time (s) 604.97
Current children cumulated vsize (KiB) 921720

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

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

[startup+610.807 s]
/proc/loadavg: 2.00 2.07 2.09 3/73 12549
/proc/meminfo: memFree=176920/2055920 swapFree=4192812/4192956
[pid=12543] ppid=12541 vsize=0 CPUtime=605.07
/proc/12543/stat : 12543 (pcs.big) R 12541 12543 11298 0 -1 4195332 233811 826 0 0 60377 130 0 0 25 0 1 0 57492308 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12543/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 605.07
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 610.846
CPU time (s): 605.136
CPU user time (s): 603.783
CPU system time (s): 1.35279
CPU usage (%): 99.0653
Max. virtual memory (cumulated for all children) (KiB): 921720

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

runsolver used 0.845871 second user time and 1.9437 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-16 02:30:49
IDJOB=2066061
IDBENCH=54466
IDSOLVER=734
FILE ID=node7/2066061-1247704249
PBS_JOBID= 9521295
Free space on /tmp= 66116 MiB

SOLVER NAME= pcs-restart 0.2.restart
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-2066061-1247704249/watcher-2066061-1247704249 -o /tmp/evaluation-result-2066061-1247704249/solver-2066061-1247704249 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1710942771 HOME/instance-2066061-1247704249.xml

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

MD5SUM BENCH= ba8f742f11fb03cbfcc6b53468067cc9
RANDOM SEED=1710942771

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:       1245888 kB
Buffers:         79176 kB
Cached:         477676 kB
SwapCached:          0 kB
Active:         343852 kB
Inactive:       386696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1245888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3008 kB
Writeback:           0 kB
Mapped:         185124 kB
Slab:            64684 kB
Committed_AS:   688484 kB
PageTables:       2128 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:41:02