Trace number 2071450

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 118.36 119.453

DiagnosticValue
ASSIGNMENTS693

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-13_ext.xml
MD5SUMeef28a8aaa5ab23398c7f7cc139b9a88
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2938
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
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.03	c Seed is 68159476
0.00/0.03	c Constructing HOME/instance-2071450-1247710190.xml  with 7549 constraints
0.00/0.07	c Solving 693 backtracks 7 restarts
118.29/119.45	s SATISFIABLE
118.29/119.45	c V0=16, V1=3, V2=7, V3=6, V4=10, V5=8, V6=18, V7=6, V8=23, V9=0, V10=19, V11=6, V12=9, V13=3, V14=24, V15=1, V16=13, V17=5, V18=8, V19=12, V20=2, V21=5, V22=11, V23=4, V24=25, V25=0, V26=1, V27=4, V28=3, V29=12, V30=5, V31=19, V32=21, V33=13, V34=17, V35=1, V36=20, V37=7, V38=12, V39=4, V40=14, V41=2, V42=6, V43=3, V44=22, V45=0, V46=4, V47=2, V48=15, V49=7, V50=9, V51=17, V52=23, V53=23, V54=29, V55=32, V56=33, V57=38, V58=50, V59=55, V60=59, V61=59, V62=63, V63=75, V64=94, V65=107, V66=108, V67=115, V68=119, V69=121, V70=124, V71=124, V72=126, V73=133, V74=133, V75=0, 
118.29/119.45	v 16 3 7 6 10 8 18 6 23 0 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 20 7 12 4 14 2 6 3 22 0 4 2 15 7 9 17 23 23 29 32 33 38 50 55 59 59 63 75 94 107 108 115 119 121 124 124 126 133 133 0 
118.29/119.45	d ASSIGNMENTS 693

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-2071450-1247710190/watcher-2071450-1247710190 -o /tmp/evaluation-result-2071450-1247710190/solver-2071450-1247710190 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 68159476 HOME/instance-2071450-1247710190.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.00 2.01 2.00 4/81 11178
/proc/meminfo: memFree=1024160/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=5356 CPUtime=0
/proc/11178/stat : 11178 (pcssolve) R 11176 11178 8500 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58083105 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11178/statm: 1339 241 200 169 0 50 0
[pid=11179] ppid=11178 vsize=3676 CPUtime=0
/proc/11179/stat : 11179 (fgrep) R 11178 11178 8500 0 -1 4194304 140 0 0 0 0 0 0 0 22 0 1 0 58083106 3764224 107 996147200 4194304 4274172 548682068976 18446744073709551615 266890608722 0 0 4096 0 0 0 0 17 1 0 0
/proc/11179/statm: 919 107 85 19 0 43 0
[pid=11180] ppid=11178 vsize=5356 CPUtime=0
/proc/11180/stat : 11180 (pcssolve) R 11178 11178 8500 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58083106 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11180/statm: 1339 241 200 169 0 50 0

[startup+0.217809 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 11178
/proc/meminfo: memFree=1024160/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=7432 CPUtime=0.18
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1585 749 0 0 18 0 0 0 19 0 1 0 58083105 7610368 1181 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 1858 1181 405 171 0 783 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7432

[startup+0.302814 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 11178
/proc/meminfo: memFree=1024160/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=7432 CPUtime=0.27
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1587 749 0 0 27 0 0 0 19 0 1 0 58083105 7610368 1183 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 1858 1183 406 171 0 783 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7432

[startup+0.402824 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 11178
/proc/meminfo: memFree=1024160/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=7432 CPUtime=0.37
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1588 749 0 0 37 0 0 0 20 0 1 0 58083105 7610368 1184 996147200 134512640 135215973 4294956320 18446744073709551615 134583697 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 1858 1184 406 171 0 783 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7432

[startup+0.702856 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 11178
/proc/meminfo: memFree=1024160/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=7432 CPUtime=0.67
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1589 749 0 0 67 0 0 0 23 0 1 0 58083105 7610368 1185 996147200 134512640 135215973 4294956320 18446744073709551615 134590129 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 1858 1185 406 171 0 783 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7432

[startup+1.50195 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 11183
/proc/meminfo: memFree=1020944/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=7432 CPUtime=1.46
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1589 749 0 0 146 0 0 0 25 0 1 0 58083105 7610368 1185 996147200 134512640 135215973 4294956320 18446744073709551615 135020198 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 1858 1185 406 171 0 783 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7432

[startup+3.10112 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 11183
/proc/meminfo: memFree=1020816/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=7432 CPUtime=3.05
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1592 749 0 0 305 0 0 0 25 0 1 0 58083105 7610368 1188 996147200 134512640 135215973 4294956320 18446744073709551615 135026900 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 1858 1188 406 171 0 783 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7432

[startup+6.30148 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 11183
/proc/meminfo: memFree=1020624/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=7564 CPUtime=6.22
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1620 749 0 0 622 0 0 0 25 0 1 0 58083105 7745536 1216 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 1891 1216 406 171 0 816 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7564

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 11183
/proc/meminfo: memFree=1020376/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=7880 CPUtime=12.56
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1687 749 0 0 1256 0 0 0 25 0 1 0 58083105 8069120 1283 996147200 134512640 135215973 4294956320 18446744073709551615 134590083 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 1970 1283 406 171 0 895 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 7880

[startup+25.5066 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 11183
/proc/meminfo: memFree=1019992/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=8412 CPUtime=25.24
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1810 749 0 0 2524 0 0 0 25 0 1 0 58083105 8613888 1406 996147200 134512640 135215973 4294956320 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2103 1406 406 171 0 1028 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 8412

[startup+51.1015 s]
/proc/loadavg: 2.03 2.02 2.00 3/82 11183
/proc/meminfo: memFree=1019288/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=9072 CPUtime=50.61
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 1996 749 0 0 5060 1 0 0 25 0 1 0 58083105 9289728 1592 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2268 1592 406 171 0 1193 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 9072

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1017496/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=10916 CPUtime=101.35
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2461 749 0 0 10134 1 0 0 25 0 1 0 58083105 11177984 2024 996147200 134512640 135215973 4294956320 18446744073709551615 134532674 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2729 2024 406 171 0 1654 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 10916

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

[startup+102.506 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1017496/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=10916 CPUtime=101.55
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2461 749 0 0 10154 1 0 0 25 0 1 0 58083105 11177984 2024 996147200 134512640 135215973 4294956320 18446744073709551615 134583244 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2729 2024 406 171 0 1654 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 10916

[startup+108.902 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1017304/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=11180 CPUtime=107.89
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2522 749 0 0 10788 1 0 0 25 0 1 0 58083105 11448320 2085 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2795 2085 406 171 0 1720 0
Current children cumulated CPU time (s) 107.89
Current children cumulated vsize (KiB) 11180

[startup+115.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1016856/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=11740 CPUtime=114.23
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2668 749 0 0 11422 1 0 0 25 0 1 0 58083105 12021760 2166 996147200 134512640 135215973 4294956320 18446744073709551615 135026834 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2935 2166 406 171 0 1860 0
Current children cumulated CPU time (s) 114.23
Current children cumulated vsize (KiB) 11740

[startup+116.902 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1016856/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=11740 CPUtime=115.81
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2684 749 0 0 11580 1 0 0 25 0 1 0 58083105 12021760 2182 996147200 134512640 135215973 4294956320 18446744073709551615 134590055 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2935 2182 406 171 0 1860 0
Current children cumulated CPU time (s) 115.81
Current children cumulated vsize (KiB) 11740

[startup+118.502 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1016792/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=11872 CPUtime=117.4
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2697 749 0 0 11739 1 0 0 25 0 1 0 58083105 12156928 2195 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2968 2195 406 171 0 1893 0
Current children cumulated CPU time (s) 117.4
Current children cumulated vsize (KiB) 11872

[startup+118.901 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1016792/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=11872 CPUtime=117.8
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2700 749 0 0 11779 1 0 0 25 0 1 0 58083105 12156928 2198 996147200 134512640 135215973 4294956320 18446744073709551615 135026963 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2968 2198 406 171 0 1893 0
Current children cumulated CPU time (s) 117.8
Current children cumulated vsize (KiB) 11872

[startup+119.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1016792/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=11872 CPUtime=118.19
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2700 749 0 0 11818 1 0 0 25 0 1 0 58083105 12156928 2198 996147200 134512640 135215973 4294956320 18446744073709551615 135026898 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2968 2198 406 171 0 1893 0
Current children cumulated CPU time (s) 118.19
Current children cumulated vsize (KiB) 11872

[startup+119.401 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11183
/proc/meminfo: memFree=1016792/2055920 swapFree=4192812/4192956
[pid=11178] ppid=11176 vsize=11872 CPUtime=118.29
/proc/11178/stat : 11178 (pcs.big) R 11176 11178 8500 0 -1 4194304 2704 749 0 0 11828 1 0 0 25 0 1 0 58083105 12156928 2202 996147200 134512640 135215973 4294956320 18446744073709551615 4158960138 0 0 4096 0 0 0 0 17 1 0 0
/proc/11178/statm: 2968 2202 406 171 0 1893 0
Current children cumulated CPU time (s) 118.29
Current children cumulated vsize (KiB) 11872

Child status: 0
Real time (s): 119.453
CPU time (s): 118.36
CPU user time (s): 118.337
CPU system time (s): 0.022996
CPU usage (%): 99.085
Max. virtual memory (cumulated for all children) (KiB): 11872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.337
system time used= 0.022996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3458
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= 19
involuntary context switches= 4840

runsolver used 0.166974 second user time and 0.346947 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-16 04:09:50
IDJOB=2071450
IDBENCH=55494
IDSOLVER=733
FILE ID=node38/2071450-1247710190
PBS_JOBID= 9521234
Free space on /tmp= 66228 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-13_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071450-1247710190/watcher-2071450-1247710190 -o /tmp/evaluation-result-2071450-1247710190/solver-2071450-1247710190 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 68159476 HOME/instance-2071450-1247710190.xml

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

MD5SUM BENCH= eef28a8aaa5ab23398c7f7cc139b9a88
RANDOM SEED=68159476

node38.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.229
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.229
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:       1024640 kB
Buffers:         98748 kB
Cached:         800416 kB
SwapCached:          0 kB
Active:         393376 kB
Inactive:       537244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1024640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          51832 kB
Slab:            85708 kB
Committed_AS:   563100 kB
PageTables:       1956 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= 66228 MiB
End job on node38 at 2009-07-16 04:11:50