Trace number 2082868

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 122.377 123.541

DiagnosticValue
ASSIGNMENTS21331

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-06-1071.xml
MD5SUM59af34547620dd78a43fde16d9149e7e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.171973
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1072
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
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.21	c Seed is 422866941
0.00/0.21	c Constructing HOME/instance-2082868-1247721750.xml  with 6500 constraints
0.00/0.21	c Solving 21331 backtracks 16 restarts
122.32/123.52	s SATISFIABLE
122.32/123.52	c V0=1071, V1=1016, V2=474, V3=702, V4=64, V5=1024, V6=1017, V7=1055, V8=480, V9=0, V10=96, V11=1058, V12=1029, V13=1030, V14=590, V15=350, V16=1021, V17=1069, V18=0, V19=1024, V20=739, V21=1010, V22=1019, V23=1016, V24=862, V25=0, V26=926, V27=159, V28=1029, V29=858, V30=1070, V31=385, V32=1059, V33=0, V34=1065, V35=332, V36=1060, V37=951, V38=351, V39=1061, V40=1055, V41=1057, V42=159, V43=1029, V44=770, V45=740, V46=751, V47=3, V48=986, V49=862, V50=474, V51=1065, V52=136, V53=332, V54=866, V55=158, V56=0, V57=858, V58=350, V59=351, V60=1066, V61=951, V62=0, V63=1035, V64=1066, V65=751, V66=136, V67=948, V68=977, V69=986, V70=1021, V71=977, V72=1025, V73=1019, V74=96, V75=590, V76=1018, V77=2, V78=740, V79=987, V80=3, V81=0, V82=480, V83=682, V84=705, V85=948, V86=770, V87=926, V88=385, V89=1029, V90=1035, V91=1019, V92=682, V93=350, V94=3, V95=1058, V96=1057, V97=0, V98=1070, V99=64, V100=2, 
122.32/123.52	v 1071 1016 474 702 64 1024 1017 1055 480 0 96 1058 1029 1030 590 350 1021 1069 0 1024 739 1010 1019 1016 862 0 926 159 1029 858 1070 385 1059 0 1065 332 1060 951 351 1061 1055 1057 159 1029 770 740 751 3 986 862 474 1065 136 332 866 158 0 858 350 351 1066 951 0 1035 1066 751 136 948 977 986 1021 977 1025 1019 96 590 1018 2 740 987 3 0 480 682 705 948 770 926 385 1029 1035 1019 682 350 3 1058 1057 0 1070 64 2 
122.32/123.52	d ASSIGNMENTS 21331

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-2082868-1247721750/watcher-2082868-1247721750 -o /tmp/evaluation-result-2082868-1247721750/solver-2082868-1247721750 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 422866941 HOME/instance-2082868-1247721750.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.00 2.00 4/73 17663
/proc/meminfo: memFree=1407032/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=5356 CPUtime=0
/proc/17663/stat : 17663 (pcssolve) R 17661 17663 14587 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59240361 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210723465887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17663/statm: 1339 241 200 169 0 50 0
[pid=17664] ppid=17663 vsize=3676 CPUtime=0
/proc/17664/stat : 17664 (fgrep) R 17663 17663 14587 0 -1 4194304 136 0 0 0 0 0 0 0 22 0 1 0 59240362 3764224 103 996147200 4194304 4274172 548682068976 18446744073709551615 210723634674 0 0 4096 0 0 0 0 17 1 0 0
/proc/17664/statm: 919 103 84 19 0 43 0
[pid=17665] ppid=17663 vsize=5356 CPUtime=0
/proc/17665/stat : 17665 (pcssolve) R 17663 17663 14587 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59240362 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210723465887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17665/statm: 1339 241 200 169 0 50 0

[startup+0.212752 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17663
/proc/meminfo: memFree=1407032/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=8952 CPUtime=0.19
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 2128 657 0 0 19 0 0 0 19 0 1 0 59240361 9166848 1471 996147200 134512640 135215973 4294956304 18446744073709551615 134532941 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 2238 1471 407 171 0 1163 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8952

[startup+0.302649 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17663
/proc/meminfo: memFree=1407032/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=8952 CPUtime=0.28
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 2176 657 0 0 28 0 0 0 19 0 1 0 59240361 9166848 1519 996147200 134512640 135215973 4294956304 18446744073709551615 134612215 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 2238 1519 407 171 0 1163 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8952

[startup+0.402662 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17663
/proc/meminfo: memFree=1407032/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=9072 CPUtime=0.38
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 2186 657 0 0 38 0 0 0 20 0 1 0 59240361 9289728 1529 996147200 134512640 135215973 4294956304 18446744073709551615 134590548 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 2268 1529 407 171 0 1193 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 9072

[startup+0.702697 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17663
/proc/meminfo: memFree=1407032/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=9180 CPUtime=0.68
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 2212 657 0 0 68 0 0 0 23 0 1 0 59240361 9400320 1555 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 2295 1555 407 171 0 1220 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9180

[startup+1.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1402032/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=9680 CPUtime=1.46
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 2330 657 0 0 146 0 0 0 25 0 1 0 59240361 9912320 1673 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 2420 1673 407 171 0 1345 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9680

[startup+3.10198 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1400752/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=10672 CPUtime=3.05
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 2619 657 0 0 305 0 0 0 25 0 1 0 59240361 10928128 1929 996147200 134512640 135215973 4294956304 18446744073709551615 134590245 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 2668 1929 407 171 0 1593 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10672

[startup+6.30135 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1398072/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=13128 CPUtime=6.23
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 3280 657 0 0 622 1 0 0 25 0 1 0 59240361 13443072 2525 996147200 134512640 135215973 4294956304 18446744073709551615 134610583 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 3282 2525 407 171 0 2207 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 13128

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1394552/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=17344 CPUtime=12.57
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 4407 657 0 0 1255 2 0 0 25 0 1 0 59240361 17760256 3458 996147200 134512640 135215973 4294956304 18446744073709551615 134583557 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 4336 3458 407 171 0 3261 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 17344

[startup+25.5076 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1385912/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=26044 CPUtime=25.24
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 6845 657 0 0 2521 3 0 0 25 0 1 0 59240361 26669056 5430 996147200 134512640 135215973 4294956304 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 6511 5430 407 171 0 5436 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 26044

[startup+51.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1369272/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=42564 CPUtime=50.6
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 11370 657 0 0 5053 7 0 0 25 0 1 0 59240361 43585536 9442 996147200 134512640 135215973 4294956304 18446744073709551615 134609785 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 10641 9442 407 171 0 9566 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 42564

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1338936/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=75124 CPUtime=101.32
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 20227 657 0 0 10119 13 0 0 25 0 1 0 59240361 76926976 17145 996147200 134512640 135215973 4294956304 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 18781 17145 407 171 0 17706 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 75124

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

[startup+102.508 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1335544/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=76452 CPUtime=101.52
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 20587 657 0 0 10139 13 0 0 25 0 1 0 59240361 78286848 17505 996147200 134512640 135215973 4294956304 18446744073709551615 134609812 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 19113 17505 407 171 0 18038 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 76452

[startup+115.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1329016/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=81756 CPUtime=114.2
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 22084 657 0 0 11405 15 0 0 25 0 1 0 59240361 83718144 19002 996147200 134512640 135215973 4294956304 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 20439 19002 407 171 0 19364 0
Current children cumulated CPU time (s) 114.2
Current children cumulated vsize (KiB) 81756

[startup+118.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1326264/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=84056 CPUtime=117.37
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 22692 657 0 0 11722 15 0 0 25 0 1 0 59240361 86073344 19610 996147200 134512640 135215973 4294956304 18446744073709551615 134600479 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 21014 19610 407 171 0 19939 0
Current children cumulated CPU time (s) 117.37
Current children cumulated vsize (KiB) 84056

[startup+121.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1324792/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=85088 CPUtime=120.54
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 23017 657 0 0 12038 16 0 0 25 0 1 0 59240361 87130112 19935 996147200 134512640 135215973 4294956304 18446744073709551615 134600006 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 21272 19935 407 171 0 20197 0
Current children cumulated CPU time (s) 120.54
Current children cumulated vsize (KiB) 85088

[startup+122.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1324472/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=85416 CPUtime=121.33
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 23087 657 0 0 12117 16 0 0 25 0 1 0 59240361 87465984 20005 996147200 134512640 135215973 4294956304 18446744073709551615 4158960010 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 21354 20005 407 171 0 20279 0
Current children cumulated CPU time (s) 121.33
Current children cumulated vsize (KiB) 85416

[startup+123.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1323896/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=85528 CPUtime=122.13
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 23189 657 0 0 12197 16 0 0 25 0 1 0 59240361 87580672 20107 996147200 134512640 135215973 4294956304 18446744073709551615 134604550 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 21382 20107 407 171 0 20307 0
Current children cumulated CPU time (s) 122.13
Current children cumulated vsize (KiB) 85528

[startup+123.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 17668
/proc/meminfo: memFree=1323896/2055920 swapFree=4192812/4192956
[pid=17663] ppid=17661 vsize=84500 CPUtime=122.32
/proc/17663/stat : 17663 (pcs.big) R 17661 17663 14587 0 -1 4194304 23197 657 0 0 12216 16 0 0 25 0 1 0 59240361 86528000 19897 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/17663/statm: 21125 19897 407 171 0 20050 0
Current children cumulated CPU time (s) 122.32
Current children cumulated vsize (KiB) 84500

Child status: 0
Real time (s): 123.541
CPU time (s): 122.377
CPU user time (s): 122.193
CPU system time (s): 0.183972
CPU usage (%): 99.0581
Max. virtual memory (cumulated for all children) (KiB): 85528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.193
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23857
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= 18
involuntary context switches= 2676

runsolver used 0.156976 second user time and 0.411937 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-16 07:22:30
IDJOB=2082868
IDBENCH=57647
IDSOLVER=733
FILE ID=node73/2082868-1247721750
PBS_JOBID= 9521451
Free space on /tmp= 66432 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-06-1071.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082868-1247721750/watcher-2082868-1247721750 -o /tmp/evaluation-result-2082868-1247721750/solver-2082868-1247721750 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 422866941 HOME/instance-2082868-1247721750.xml

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

MD5SUM BENCH= 59af34547620dd78a43fde16d9149e7e
RANDOM SEED=422866941

node73.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.213
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.213
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:       1407512 kB
Buffers:         80852 kB
Cached:         311168 kB
SwapCached:          0 kB
Active:         276008 kB
Inactive:       285856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:         181396 kB
Slab:            71504 kB
Committed_AS:   660308 kB
PageTables:       2088 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= 66432 MiB
End job on node73 at 2009-07-16 07:24:34