Trace number 3707659

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
bsolo 3.2? 1798.01 1798.62

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K128.opb
MD5SUM17c4ca9a6493665b57c1ccd2ab23e03d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15232
Total number of constraints15490
Number of constraints which are clauses15362
Number of constraints which are cardinality constraints (but not clauses)128
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint128
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 129
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.2 - 23/05/2010 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Instance file HOME/instance-3707659-1338232432.opb
0.00/0.00	c File size is 1031526 bytes.
0.00/0.08	c Highest Coefficient sum: 129
0.00/0.08	c Parsing was ok!!
0.00/0.08	c Total parsing time: 0.077 s
0.00/0.08	c Var: 15232 Constr: 15490 15362/128/0 Lit: 99546 Watch. Lit: 45954
0.00/0.08	c Obj. Vars: 0 (0 % of total variables)
6.78/6.81	c Pre-processing Time: 6.811 s
6.78/6.81	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
6.78/6.81	c        0  13725    14089    93356    6    42732  129087      0      0 6.81
6.78/6.81	c Switching off lower bounding mode.
1797.98/1798.61	c      100  13725    14196    98644    6    43541  141996    107     14 6.88
1797.98/1798.61	c      250  13725    14371   111762    7    44887  156196    282     35 7.13
1797.98/1798.61	c      475  13725    14635   148276   10    46840  171816    546     63 7.48
1797.98/1798.61	c      816  13725    15000   195398   13    48021  188998    911    105 7.73
1797.98/1798.61	c     1324  13725    15586   270978   17    51010  207898   1497    152 8.70
1797.98/1798.61	c     2088  13725    16495   492868   29    55990  228688   2406    208 10.00
1797.98/1798.61	c     3234  13725    17766   799135   44    61368  251557   3677    259 12.46
1797.98/1798.61	c     4955  13725    19720  1817775   92    69769  276713   5631    262 18.86
1797.98/1798.61	c     7539  13725    22710  4015727  176    80378  304385   8621    238 31.61
1797.98/1798.61	c    11418  13725    27248  8279408  303    98830  334824  13159    205 55.43
1797.98/1798.61	c    17241  13725    34101 15676456  459   121191  368307  20012    145 118.72
1797.98/1798.61	c    25979  13725    44618 26800236  600   164131  405138  30529    125 207.33
1797.98/1798.61	c    39089  13725    59920 32561582  543   230152  445652  45831    135 287.53
1797.98/1798.61	c    58759  13725    83241 57184473  686   320308  490218  69152     97 602.54
1797.98/1798.61	c    88269  13725   117828 76304378  647   449355  539240 103739     93 945.19
1797.98/1798.61	c Reducing formula size due to memory constraints
1797.98/1798.61	c Memory Limit: 1000.00 MB  Used: 1000.86 MB
1797.98/1798.61	c   132541  13725    35865 10783220  300    98100   42588  21776     93 1411.75
1797.98/1798.61	c Resources Exceeded
1797.98/1798.61	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1797.98/1798.61	c   16   169826 102277  4397309    52841 38639919  38752     94 1798.01
1797.98/1798.61	s UNKNOWN
1797.98/1798.61	c Total time: 1798.01 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3707659-1338232432/watcher-3707659-1338232432 -o /tmp/evaluation-result-3707659-1338232432/solver-3707659-1338232432 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3707659-1338232432.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.87 3/170 18452
/proc/meminfo: memFree=28983204/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=19908 CPUtime=0 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 289369116 20385792 332 33554432000 134512640 137138936 4289808528 4289806744 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 4977 332 179 642 0 4081 0

[startup+0.00714811 s]
/proc/loadavg: 2.01 2.00 1.87 3/170 18452
/proc/meminfo: memFree=28983204/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=20044 CPUtime=0 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 403 0 0 0 0 0 0 0 20 0 1 0 289369116 20525056 356 33554432000 134512640 137138936 4289808528 4289807048 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 5011 357 182 642 0 4115 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20044

[startup+0.10026 s]
/proc/loadavg: 2.01 2.00 1.87 3/170 18452
/proc/meminfo: memFree=28983204/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=16608 CPUtime=0.09 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 1955 0 0 0 9 0 0 0 20 0 1 0 289369116 17006592 1656 33554432000 134512640 137138936 4289808528 4289624040 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 4152 1656 184 642 0 3508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16608

[startup+0.300228 s]
/proc/loadavg: 2.01 2.00 1.87 3/170 18452
/proc/meminfo: memFree=28983204/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=16608 CPUtime=0.29 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 1957 0 0 0 29 0 0 0 20 0 1 0 289369116 17006592 1658 33554432000 134512640 137138936 4289808528 4289624444 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 4152 1658 184 642 0 3508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16608

[startup+0.700223 s]
/proc/loadavg: 2.01 2.00 1.87 3/170 18452
/proc/meminfo: memFree=28983204/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=16608 CPUtime=0.69 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 1959 0 0 0 69 0 0 0 20 0 1 0 289369116 17006592 1660 33554432000 134512640 137138936 4289808528 4289624444 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 4152 1660 184 642 0 3508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16608

[startup+1.50022 s]
/proc/loadavg: 2.01 2.00 1.87 3/175 18462
/proc/meminfo: memFree=28967772/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=16608 CPUtime=1.49 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 1960 0 0 0 149 0 0 0 20 0 1 0 289369116 17006592 1661 33554432000 134512640 137138936 4289808528 4289624444 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 4152 1661 184 642 0 3508 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16608

[startup+3.10023 s]
/proc/loadavg: 2.01 2.00 1.87 3/175 18462
/proc/meminfo: memFree=28966772/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=16608 CPUtime=3.08 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 1961 0 0 0 308 0 0 0 20 0 1 0 289369116 17006592 1662 33554432000 134512640 137138936 4289808528 4289624444 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 4152 1662 184 642 0 3508 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16608

[startup+6.30023 s]
/proc/loadavg: 2.01 2.00 1.87 3/175 18462
/proc/meminfo: memFree=28966304/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=16608 CPUtime=6.29 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 1963 0 0 0 628 1 0 0 20 0 1 0 289369116 17006592 1691 33554432000 134512640 137138936 4289808528 4289624444 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 4152 1691 184 642 0 3508 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16608

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.87 3/175 18462
/proc/meminfo: memFree=28954588/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=26580 CPUtime=12.69 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 4594 0 0 0 1258 11 0 0 20 0 1 0 289369116 27217920 4202 33554432000 134512640 137138936 4289808528 4289807024 134618206 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 6645 4202 192 642 0 6001 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26580

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 18462
/proc/meminfo: memFree=28914060/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=52708 CPUtime=25.49 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 11140 0 0 0 2535 14 0 0 20 0 1 0 289369116 53972992 10748 33554432000 134512640 137138936 4289808528 4289807024 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 13177 10748 192 642 0 12533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52708

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.88 3/175 18462
/proc/meminfo: memFree=28825460/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=114288 CPUtime=51.08 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 26533 0 0 0 5087 21 0 0 20 0 1 0 289369116 117030912 26140 33554432000 134512640 137138936 4289808528 4289807456 134542480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 28572 26140 192 642 0 27928 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 114288

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.88 3/175 18463
/proc/meminfo: memFree=28682284/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=197504 CPUtime=102.24 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 47490 0 0 0 10194 30 0 0 20 0 1 0 289369116 202244096 46940 33554432000 134512640 137138936 4289808528 4289806952 134606673 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 49376 46940 192 642 0 48732 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 197504

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 18463
/proc/meminfo: memFree=28540704/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=286864 CPUtime=162.18 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 69839 0 0 0 16179 39 0 0 20 0 1 0 289369116 293748736 69251 33554432000 134512640 137138936 4289808528 4289807032 136506636 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 71716 69273 192 642 0 71072 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 286864

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.90 3/175 18463
/proc/meminfo: memFree=28396024/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=377008 CPUtime=222.14 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 92445 0 0 0 22162 52 0 0 20 0 1 0 289369116 386056192 91816 33554432000 134512640 137138936 4289808528 4289807456 134542516 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 94252 91816 192 642 0 93608 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 377008

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.90 3/175 18463
/proc/meminfo: memFree=28297968/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=432124 CPUtime=282.07 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 106291 0 0 0 28135 72 0 0 20 0 1 0 289369116 442494976 105616 33554432000 134512640 137138936 4289808528 4289807072 134607560 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 108031 105616 192 642 0 107387 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 432124

[startup+342.3 s]
/proc/loadavg: 2.04 2.02 1.91 3/175 18463
/proc/meminfo: memFree=28194368/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=490432 CPUtime=342.04 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 120877 0 0 0 34117 87 0 0 20 0 1 0 289369116 502202368 120172 33554432000 134512640 137138936 4289808528 4289807456 134542316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 122608 120172 192 642 0 121964 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 490432

[startup+402.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/176 18467
/proc/meminfo: memFree=28089924/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=542520 CPUtime=402.02 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 133892 0 0 0 40108 94 0 0 20 0 1 0 289369116 555540480 133187 33554432000 134512640 137138936 4289808528 4289807456 134542430 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 135630 133187 192 642 0 134986 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 542520

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 1.92 3/175 18467
/proc/meminfo: memFree=27972160/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=614252 CPUtime=462.01 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 152516 0 0 0 46100 101 0 0 20 0 1 0 289369116 628994048 151150 33554432000 134512640 137138936 4289808528 4289807456 134542490 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 153563 151150 192 642 0 152919 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 614252

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 1.93 3/175 18467
/proc/meminfo: memFree=27862076/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=674204 CPUtime=522.01 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 167546 0 0 0 52094 107 0 0 20 0 1 0 289369116 690384896 166123 33554432000 134512640 137138936 4289808528 4289807072 134607589 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 168551 166123 192 642 0 167907 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 674204

[startup+582.3 s]
/proc/loadavg: 2.05 2.04 1.93 3/174 18467
/proc/meminfo: memFree=27764772/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=735192 CPUtime=582 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 182847 0 0 0 58087 113 0 0 20 0 1 0 289369116 752836608 181368 33554432000 134512640 137138936 4289808528 4289806952 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 183798 181368 192 642 0 183154 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 735192

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=27176604/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1121.87 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258484 0 0 0 111992 195 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289806872 134599777 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 1037060

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18473
/proc/meminfo: memFree=27133108/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1181.83 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258519 0 0 0 117987 196 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807072 134607615 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 1037060

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18473
/proc/meminfo: memFree=27109576/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1241.79 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258562 0 0 0 123981 198 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289806952 134606982 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 1037060

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18474
/proc/meminfo: memFree=27081332/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1301.77 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 129977 200 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807072 134607563 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 1037060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18474
/proc/meminfo: memFree=27047728/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1361.75 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 135971 204 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807644 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 1037060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18474
/proc/meminfo: memFree=27006064/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1421.74 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 141959 215 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807032 136505797 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 1037060

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18474
/proc/meminfo: memFree=26970228/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1481.73 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 147950 223 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807456 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 1037060

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18474
/proc/meminfo: memFree=26934144/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1541.72 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 153948 224 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807044 134551833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 1037060

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 18478
/proc/meminfo: memFree=26915164/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1601.71 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 159945 226 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289770048 134602721 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 1037060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915200/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1661.7 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 165941 229 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807280 134575629 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 1037060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915352/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1721.69 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 171932 237 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807424 134542624 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 1037060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26914636/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1781.69 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 177927 242 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807644 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 1037060

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915116/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1791.3 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 178887 243 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807456 134542480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1791.3
Current children cumulated vsize (KiB) 1037060

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915100/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1794.49 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 179206 243 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807280 134575295 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (KiB) 1037060

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915100/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1796.08 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 179365 243 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807456 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1796.08
Current children cumulated vsize (KiB) 1037060

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915100/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1796.88 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 179445 243 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807024 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1796.88
Current children cumulated vsize (KiB) 1037060

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915100/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1797.68 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 179525 243 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807456 134542480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (KiB) 1037060

[startup+1798.51 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915100/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1797.89 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 179546 243 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289806952 134606964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 1037060

[startup+1798.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 18478
/proc/meminfo: memFree=26915100/32873852 swapFree=6856/6856
[pid=18452] ppid=18450 vsize=1037060 CPUtime=1797.98 cores=1,3,5,7
/proc/18452/stat : 18452 (bsolo) R 18450 18452 18303 0 -1 4202496 258596 0 0 0 179555 243 0 0 20 0 1 0 289369116 1061949440 256823 33554432000 134512640 137138936 4289808528 4289807456 134542199 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18452/statm: 259265 256823 192 642 0 258621 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (KiB) 1037060

Child status: 0
Real time (s): 1798.62
CPU time (s): 1798.01
CPU user time (s): 1795.57
CPU system time (s): 2.44063
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 1037484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.57
system time used= 2.44063
maximum resident set size= 1027716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258596
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= 394
involuntary context switches= 1851

runsolver used 3.12552 second user time and 8.86065 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-28 21:13:52
IDJOB=3707659
IDBENCH=90142
IDSOLVER=2286
FILE ID=node128/3707659-1338232432
RUNJOBID= node128-1338230633-18320
PBS_JOBID= 14624653
Free space on /tmp= 71252 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K128.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707659-1338232432/watcher-3707659-1338232432 -o /tmp/evaluation-result-3707659-1338232432/solver-3707659-1338232432 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3707659-1338232432.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 17c4ca9a6493665b57c1ccd2ab23e03d
RANDOM SEED=1583153214

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28984264 kB
Buffers:          503716 kB
Cached:          2505644 kB
SwapCached:          584 kB
Active:          1246000 kB
Inactive:        1779688 kB
Active(anon):       6256 kB
Inactive(anon):    12300 kB
Active(file):    1239744 kB
Inactive(file):  1767388 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107332 kB
Dirty:              5848 kB
Writeback:             0 kB
AnonPages:         83268 kB
Mapped:            13860 kB
Shmem:               200 kB
Slab:             725912 kB
SReclaimable:     168400 kB
SUnreclaim:       557512 kB
KernelStack:        1464 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     108088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71248 MiB
End job on node128 at 2012-05-28 21:43:51