Trace number 2092086

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.2UNSAT 318.384 319.898

DiagnosticValue
ASSIGNMENTS11116

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-20_ext.xml
MD5SUMcb7d8676a41f7265d6f5813b38ba998f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.3378
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.01	c Seed is 1929126696
0.00/0.01	c Constructing HOME/instance-2092086-1247733673.xml  with 103 constraints
0.28/0.34	c Solving 11116 backtracks 14 restarts
318.26/319.88	s UNSATISFIABLE
318.26/319.88	d ASSIGNMENTS 11116

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2092086-1247733673/watcher-2092086-1247733673 -o /tmp/evaluation-result-2092086-1247733673/solver-2092086-1247733673 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1929126696 HOME/instance-2092086-1247733673.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.04 2.02 2.00 4/72 21012
/proc/meminfo: memFree=1438572/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=5356 CPUtime=0
/proc/21012/stat : 21012 (pcssolve) R 21010 21012 20521 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 60432001 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 256364833439 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21012/statm: 1339 241 200 169 0 50 0
[pid=21013] ppid=21012 vsize=0 CPUtime=0
/proc/21013/stat : 21013 (fgrep) Z 21012 21012 20521 0 -1 4194316 155 0 0 0 0 0 0 0 18 0 1 0 60432002 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/21013/statm: 0 0 0 0 0 0 0
[pid=21014] ppid=21012 vsize=5356 CPUtime=0
/proc/21014/stat : 21014 (pcssolve) R 21012 21012 20521 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 60432002 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 256364833439 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21014/statm: 1339 241 200 169 0 50 0

[startup+0.065024 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 21012
/proc/meminfo: memFree=1438572/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=5048 CPUtime=0.04
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 895 656 0 0 4 0 0 0 24 0 1 0 60432001 5169152 526 996147200 134512640 135215973 4294956304 18446744073709551615 134882097 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 1262 526 383 171 0 187 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5048

[startup+0.101025 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 21012
/proc/meminfo: memFree=1438572/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=5480 CPUtime=0.08
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 959 656 0 0 8 0 0 0 24 0 1 0 60432001 5611520 590 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 1370 590 383 171 0 295 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5480

[startup+0.301048 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 21012
/proc/meminfo: memFree=1438572/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=7916 CPUtime=0.28
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 1318 656 0 0 28 0 0 0 25 0 1 0 60432001 8105984 949 996147200 134512640 135215973 4294956304 18446744073709551615 134695794 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 1979 949 383 171 0 904 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7916

[startup+0.701091 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 21012
/proc/meminfo: memFree=1438572/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=8732 CPUtime=0.67
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 1539 656 0 0 67 0 0 0 25 0 1 0 60432001 8941568 1170 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 2183 1170 401 171 0 1108 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8732

[startup+1.50117 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 21017
/proc/meminfo: memFree=1435364/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=8732 CPUtime=1.47
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 1553 656 0 0 147 0 0 0 25 0 1 0 60432001 8941568 1184 996147200 134512640 135215973 4294956304 18446744073709551615 4158960650 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 2183 1184 401 171 0 1108 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8732

[startup+3.10134 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 21017
/proc/meminfo: memFree=1435108/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=8732 CPUtime=3.07
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 1595 656 0 0 307 0 0 0 25 0 1 0 60432001 8941568 1226 996147200 134512640 135215973 4294956304 18446744073709551615 135020326 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 2183 1226 401 171 0 1108 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8732

[startup+6.30167 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 21017
/proc/meminfo: memFree=1434596/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=8732 CPUtime=6.09
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 1643 656 0 0 608 1 0 0 25 0 1 0 60432001 8941568 1274 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 2183 1274 401 171 0 1108 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 8732

[startup+12.7023 s]
/proc/loadavg: 2.18 2.05 2.01 3/73 21017
/proc/meminfo: memFree=1433508/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=8864 CPUtime=12.45
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 1812 656 0 0 1244 1 0 0 25 0 1 0 60432001 9076736 1443 996147200 134512640 135215973 4294956304 18446744073709551615 134585623 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 2216 1443 401 171 0 1141 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 8864

[startup+25.5017 s]
/proc/loadavg: 2.15 2.05 2.01 3/73 21017
/proc/meminfo: memFree=1417380/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=10180 CPUtime=25.16
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 2257 656 0 0 2515 1 0 0 25 0 1 0 60432001 10424320 1855 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 2545 1855 401 171 0 1470 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 10180

[startup+51.1013 s]
/proc/loadavg: 2.10 2.04 2.01 3/73 21017
/proc/meminfo: memFree=1413028/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=14292 CPUtime=50.66
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 3317 656 0 0 5064 2 0 0 25 0 1 0 60432001 14635008 2850 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 3573 2850 401 171 0 2498 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 14292

[startup+102.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/73 21017
/proc/meminfo: memFree=1403556/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=22984 CPUtime=101.65
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 5567 656 0 0 10162 3 0 0 25 0 1 0 60432001 23535616 4971 996147200 134512640 135215973 4294956304 18446744073709551615 135013110 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 5746 4971 401 171 0 4671 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 22984

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 21017
/proc/meminfo: memFree=1392420/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=32612 CPUtime=161.41
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 8085 656 0 0 16136 5 0 0 25 0 1 0 60432001 33394688 7456 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 8153 7456 401 171 0 7078 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 32612

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 21017
/proc/meminfo: memFree=1381988/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=42472 CPUtime=221.18
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 10657 656 0 0 22111 7 0 0 25 0 1 0 60432001 43491328 9771 996147200 134512640 135215973 4294956304 18446744073709551615 134583647 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 10618 9771 401 171 0 9543 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 42472

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 21017
/proc/meminfo: memFree=1371748/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=51700 CPUtime=280.93
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 13064 656 0 0 28084 9 0 0 25 0 1 0 60432001 52940800 12113 996147200 134512640 135215973 4294956304 18446744073709551615 134587146 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 12925 12113 401 171 0 11850 0
Current children cumulated CPU time (s) 280.93
Current children cumulated vsize (KiB) 51700

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

[startup+307.202 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 21017
/proc/meminfo: memFree=1367652/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=55264 CPUtime=305.72
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 13986 656 0 0 30562 10 0 0 25 0 1 0 60432001 56590336 13035 996147200 134512640 135215973 4294956304 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 13816 13035 401 171 0 12741 0
Current children cumulated CPU time (s) 305.72
Current children cumulated vsize (KiB) 55264

[startup+313.605 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 21017
/proc/meminfo: memFree=1366436/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=56188 CPUtime=312.09
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 14238 656 0 0 31199 10 0 0 25 0 1 0 60432001 57536512 13287 996147200 134512640 135215973 4294956304 18446744073709551615 134596291 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 14047 13287 401 171 0 12972 0
Current children cumulated CPU time (s) 312.09
Current children cumulated vsize (KiB) 56188

[startup+316.802 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 21017
/proc/meminfo: memFree=1365796/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=56848 CPUtime=315.28
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 14383 656 0 0 31518 10 0 0 25 0 1 0 60432001 58212352 13432 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 14212 13432 401 171 0 13137 0
Current children cumulated CPU time (s) 315.28
Current children cumulated vsize (KiB) 56848

[startup+318.402 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 21017
/proc/meminfo: memFree=1365668/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=56980 CPUtime=316.87
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 14435 656 0 0 31677 10 0 0 25 0 1 0 60432001 58347520 13484 996147200 134512640 135215973 4294956304 18446744073709551615 135020320 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 14245 13484 401 171 0 13170 0
Current children cumulated CPU time (s) 316.87
Current children cumulated vsize (KiB) 56980

[startup+319.201 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 21017
/proc/meminfo: memFree=1365412/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=57112 CPUtime=317.66
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 14458 656 0 0 31756 10 0 0 25 0 1 0 60432001 58482688 13507 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 14278 13507 401 171 0 13203 0
Current children cumulated CPU time (s) 317.66
Current children cumulated vsize (KiB) 57112

[startup+319.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 21017
/proc/meminfo: memFree=1365412/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=57112 CPUtime=318.06
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 14481 656 0 0 31796 10 0 0 25 0 1 0 60432001 58482688 13530 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 14278 13530 401 171 0 13203 0
Current children cumulated CPU time (s) 318.06
Current children cumulated vsize (KiB) 57112

[startup+319.801 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 21017
/proc/meminfo: memFree=1365412/2055920 swapFree=4192812/4192956
[pid=21012] ppid=21010 vsize=56728 CPUtime=318.26
/proc/21012/stat : 21012 (pcs.big) R 21010 21012 20521 0 -1 4194304 14489 656 0 0 31816 10 0 0 25 0 1 0 60432001 58089472 13450 996147200 134512640 135215973 4294956304 18446744073709551615 134532714 0 0 4096 0 0 0 0 17 0 0 0
/proc/21012/statm: 14182 13450 401 171 0 13107 0
Current children cumulated CPU time (s) 318.26
Current children cumulated vsize (KiB) 56728

Child status: 0
Real time (s): 319.898
CPU time (s): 318.384
CPU user time (s): 318.261
CPU system time (s): 0.122981
CPU usage (%): 99.5266
Max. virtual memory (cumulated for all children) (KiB): 57244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.261
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15148
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= 13
involuntary context switches= 4338

runsolver used 0.312952 second user time and 1.05184 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-16 10:41:13
IDJOB=2092086
IDBENCH=60258
IDSOLVER=733
FILE ID=node90/2092086-1247733673
PBS_JOBID= 9521644
Free space on /tmp= 66096 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-20_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092086-1247733673/watcher-2092086-1247733673 -o /tmp/evaluation-result-2092086-1247733673/solver-2092086-1247733673 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1929126696 HOME/instance-2092086-1247733673.xml

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

MD5SUM BENCH= cb7d8676a41f7265d6f5813b38ba998f
RANDOM SEED=1929126696

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1438988 kB
Buffers:         96496 kB
Cached:         319120 kB
SwapCached:          0 kB
Active:         133708 kB
Inactive:       379020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438988 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         102280 kB
Slab:            89368 kB
Committed_AS:   708772 kB
PageTables:       1972 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= 66096 MiB
End job on node90 at 2009-07-16 10:46:33