Trace number 3707929

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 NameAnswerobjective functionCPU timeWall clock time
bsolo 3.2SAT-25 1798.01 1798.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark19.787
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-3707929-1338152490.opb
0.00/0.00	c File size is 422137 bytes.
0.01/0.02	c Highest Coefficient sum: 450
0.01/0.02	c Parsing was ok!!
0.01/0.02	c Total parsing time: 0.025 s
0.01/0.03	c Var: 450 Constr: 17827 17827/0/0 Lit: 35654 Watch. Lit: 35654
0.01/0.03	c Obj. Vars: 450 (100 % of total variables)
0.01/0.10	c Pre-processing Time: 0.097 s
0.08/0.10	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.08/0.10	c        0    450    17827    35654    2    35654    5942      0      0 0.10
0.08/0.10	c Switching off lower bounding mode.
0.08/0.10	o -22
0.08/0.10	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.08/0.10	c        0    450    17828    36104    2    35678    6942      1      0 0.10
0.08/0.10	o -23
0.08/0.15	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.08/0.15	c        9    450    17839    40800    2    35723    6942     12     88 0.10
0.08/0.15	c      109    450    17953    88953    4    35951    7637    126    741 0.15
0.08/0.15	o -24
89.77/89.80	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
89.77/89.80	c      111    450    17956    90247    5    35981    6942    129    750 0.15
89.77/89.80	c      211    450    18069   137887    7    36207    7637    242   1093 0.19
89.77/89.80	c      461    450    18358   259536   14    36785    8401    531   1468 0.31
89.77/89.80	c      937    450    18897   486581   25    37863    9242   1070   1688 0.56
89.77/89.80	c     1750    450    19829   878470   44    39727   10167   2002   1774 0.99
89.77/89.80	c     3070    450    21319  1506751   70    42707   11184   3492   1685 1.82
89.77/89.80	c     5151    450    23763  2534507  106    47595   12303   5936   1562 3.30
89.77/89.80	c     8375    450    27478  4094120  148    55046   13534   9651   1301 6.44
89.77/89.80	c    13311    450    26025  3484170  133    52074   14888   8198   1185 11.23
89.77/89.80	c    20818    450    27013  3892516  144    54050   16377   9186   1109 18.76
89.77/89.80	c    32180    450    31767  5886177  185    63558   18015  13940   1007 31.95
89.77/89.80	c    49325    450    32946  6394751  194    65916   19817  15119    970 50.83
89.77/89.80	c    75144    450    32177  6054063  188    64400   21799  14350    837 89.75
89.77/89.80	o -25
1797.93/1798.37	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1797.93/1798.37	c    75169    450    32206  6066330  188    64483    6942  14379    837 89.79
1797.93/1798.37	c    75270    450    21415  1538602   71    42855    7637   3588    834 90.16
1797.93/1798.37	c    75521    450    21704  1659990   76    43433    8401   3877    836 90.29
1797.93/1798.37	c    75996    450    22264  1895240   85    44553    9242   4437    839 90.55
1797.93/1798.37	c    76809    450    23201  2287896   98    46427   10167   5374    843 91.02
1797.93/1798.37	c    78131    450    24706  2919384  118    49437   11184   6879    850 91.89
1797.93/1798.37	c    80213    450    27125  3934301  145    54275   12303   9298    859 93.35
1797.93/1798.37	c    83436    450    24235  2725749  112    48495   13534   6408    867 96.21
1797.93/1798.37	c    88372    450    30020  5149697  171    60065   14888  12193    880 100.33
1797.93/1798.37	c    95878    450    30952  5542729  179    61929   16377  13125    886 108.18
1797.93/1798.37	c   107240    450    27026  3892249  144    54100   18015   9199    869 123.38
1797.93/1798.37	c   124384    450    28126  4355101  154    56277   19817  10299    863 144.05
1797.93/1798.37	c   150203    450    27737  4188595  151    55499   21799   9910    824 182.24
1797.93/1798.37	c   189036    450    39193  8972973  228    78452   23979  21366    750 252.00
1797.93/1798.37	c   247388    450    33166  6465248  194    66403   26377  15339    680 363.71
1797.93/1798.37	c   335020    450    36875  8025773  217    73775   29015  19048    666 502.65
1797.93/1798.37	c   466572    450    41567  9987710  240    83268   31917  23740    587 794.29
1797.93/1798.37	c   664005    450    42964 10569497  246    85976   35109  25137    567 1170.84
1797.93/1798.37	c Resources Exceeded
1797.93/1798.37	v -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 x394 -x393 -x392 -x391 -x390 -x389 -x388 x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 x242 -x241 -x240 -x239 -x238 x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1797.93/1798.37	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1797.93/1798.37	c   34   916790  60768   987759    44773 11299574  26946    509 1798.01
1797.93/1798.37	c Objective: -25
1797.93/1798.37	s SATISFIABLE
1797.93/1798.37	c Total time: 1798.01 s

Verifier Data

OK	-25

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-3707929-1338152490/watcher-3707929-1338152490 -o /tmp/evaluation-result-3707929-1338152490/solver-3707929-1338152490 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3707929-1338152490.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.06 2.00 1.86 3/177 7449
/proc/meminfo: memFree=30548132/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=11352 CPUtime=0 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 281373909 11624448 283 33554432000 134512640 137138936 4286638224 4286636488 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 2838 283 179 642 0 2090 0

[startup+0.0223861 s]
/proc/loadavg: 2.06 2.00 1.86 3/177 7449
/proc/meminfo: memFree=30548132/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=12452 CPUtime=0.01 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 662 0 0 0 1 0 0 0 20 0 1 0 281373909 12750848 615 33554432000 134512640 137138936 4286638224 4286636752 136577166 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 3113 616 242 642 0 2365 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12452

[startup+0.100265 s]
/proc/loadavg: 2.06 2.00 1.86 3/177 7449
/proc/meminfo: memFree=30548132/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=13900 CPUtime=0.08 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 1179 0 0 0 8 0 0 0 20 0 1 0 281373909 14233600 1028 33554432000 134512640 137138936 4286638224 4286635752 136621744 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 3475 1028 186 642 0 2831 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13900

[startup+0.300228 s]
/proc/loadavg: 2.06 2.00 1.86 3/177 7449
/proc/meminfo: memFree=30548132/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=16056 CPUtime=0.29 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 1834 0 0 0 28 1 0 0 20 0 1 0 281373909 16441344 1575 33554432000 134512640 137138936 4286638224 4286636740 134551866 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 4014 1575 192 642 0 3370 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16056

[startup+0.700229 s]
/proc/loadavg: 2.06 2.00 1.86 3/177 7449
/proc/meminfo: memFree=30548132/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=20944 CPUtime=0.69 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 3044 0 0 0 68 1 0 0 20 0 1 0 281373909 21446656 2785 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 5236 2785 192 642 0 4592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20944

[startup+1.50023 s]
/proc/loadavg: 2.06 2.00 1.86 3/178 7450
/proc/meminfo: memFree=30533980/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=29744 CPUtime=1.49 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 5259 0 0 0 147 2 0 0 20 0 1 0 281373909 30457856 5000 33554432000 134512640 137138936 4286638224 4286636504 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 7436 5000 192 642 0 6792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29744

[startup+3.10027 s]
/proc/loadavg: 2.06 2.00 1.86 3/178 7450
/proc/meminfo: memFree=30522284/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=44148 CPUtime=3.09 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 8864 0 0 0 306 3 0 0 20 0 1 0 281373909 45207552 8605 33554432000 134512640 137138936 4286638224 4286636504 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 11037 8605 192 642 0 10393 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44148

[startup+6.30029 s]
/proc/loadavg: 2.05 2.00 1.86 3/178 7450
/proc/meminfo: memFree=30496988/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=65312 CPUtime=6.29 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 14159 0 0 0 624 5 0 0 20 0 1 0 281373909 66879488 13900 33554432000 134512640 137138936 4286638224 4286637152 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 16328 13900 192 642 0 15684 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65312

[startup+12.7003 s]
/proc/loadavg: 2.05 2.00 1.86 3/178 7450
/proc/meminfo: memFree=30467608/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=89692 CPUtime=12.69 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 20239 0 0 0 1262 7 0 0 20 0 1 0 281373909 91844608 19980 33554432000 134512640 137138936 4286638224 4286636584 136504617 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 22423 19980 192 642 0 21779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89692

[startup+25.5003 s]
/proc/loadavg: 2.04 2.00 1.86 3/178 7450
/proc/meminfo: memFree=30452968/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=105096 CPUtime=25.48 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 24092 0 0 0 2540 8 0 0 20 0 1 0 281373909 107618304 23833 33554432000 134512640 137138936 4286638224 4286637152 134542480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 26274 23833 192 642 0 25630 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 105096

[startup+51.1003 s]
/proc/loadavg: 2.02 2.00 1.86 3/177 7450
/proc/meminfo: memFree=30443768/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=114344 CPUtime=51.08 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 26406 0 0 0 5097 11 0 0 20 0 1 0 281373909 117088256 26147 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 28586 26147 192 642 0 27942 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 114344

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.87 3/177 7450
/proc/meminfo: memFree=30432884/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=124448 CPUtime=102.27 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 28943 0 0 0 10212 15 0 0 20 0 1 0 281373909 127434752 28684 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 31112 28684 192 642 0 30468 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 124448

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 1.88 3/177 7450
/proc/meminfo: memFree=30392256/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=124448 CPUtime=162.27 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 28943 0 0 0 16207 20 0 0 20 0 1 0 281373909 127434752 28684 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 31112 28684 192 642 0 30468 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 124448

[startup+222.3 s]
/proc/loadavg: 2.05 2.02 1.89 3/177 7450
/proc/meminfo: memFree=30381812/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=135064 CPUtime=222.23 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 31623 0 0 0 22198 25 0 0 20 0 1 0 281373909 138305536 31339 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 33766 31339 192 642 0 33122 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 135064

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 1.90 3/177 7451
/proc/meminfo: memFree=30370076/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=147120 CPUtime=282.19 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 34671 0 0 0 28189 30 0 0 20 0 1 0 281373909 150650880 34347 33554432000 134512640 137138936 4286638224 4286637152 134542295 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 36780 34347 192 642 0 36136 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 147120

[startup+342.3 s]
/proc/loadavg: 2.12 2.05 1.91 3/177 7451
/proc/meminfo: memFree=30369952/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=147240 CPUtime=342.18 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 34703 0 0 0 34183 35 0 0 20 0 1 0 281373909 150773760 34379 33554432000 134512640 137138936 4286638224 4286637152 134542764 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 36810 34379 192 642 0 36166 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 147240

[startup+402.3 s]
/proc/loadavg: 2.04 2.04 1.91 3/177 7451
/proc/meminfo: memFree=30583348/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=160152 CPUtime=402.17 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 37933 0 0 0 40177 40 0 0 20 0 1 0 281373909 163995648 37609 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 40038 37609 192 642 0 39394 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 160152

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 1.91 3/177 7451
/proc/meminfo: memFree=30549992/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=160140 CPUtime=462.16 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 37933 0 0 0 46171 45 0 0 20 0 1 0 281373909 163983360 37609 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 40035 37609 192 642 0 39391 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 160140

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/178 7454
/proc/meminfo: memFree=30370928/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=174560 CPUtime=522.16 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 41535 0 0 0 52165 51 0 0 20 0 1 0 281373909 178749440 41211 33554432000 134512640 137138936 4286638224 4286637152 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 43640 41211 192 642 0 42996 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 174560

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/177 7455
/proc/meminfo: memFree=30295420/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=174540 CPUtime=582.14 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 41535 0 0 0 58160 54 0 0 20 0 1 0 281373909 178728960 41210 33554432000 134512640 137138936 4286638224 4286637152 134542516 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 43635 41210 192 642 0 42991 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 174540

[startup+642.3 s]

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

/proc/meminfo: memFree=30512648/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=190072 CPUtime=1062.05 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 45458 0 0 0 106119 86 0 0 20 0 1 0 281373909 194633728 45092 33554432000 134512640 137138936 4286638224 4286636880 134618015 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 47518 45092 192 642 0 46874 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 190072

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/178 7497
/proc/meminfo: memFree=30512668/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=190160 CPUtime=1122.04 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 45482 0 0 0 112114 90 0 0 20 0 1 0 281373909 194723840 45115 33554432000 134512640 137138936 4286638224 4286637152 134542325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 47540 45115 192 642 0 46896 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 190160

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 7498
/proc/meminfo: memFree=30374568/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=205792 CPUtime=1182.04 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49374 0 0 0 118108 96 0 0 20 0 1 0 281373909 210731008 48999 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51448 48999 192 642 0 50804 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 205792

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 7498
/proc/meminfo: memFree=30367776/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1242.02 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49845 0 0 0 124102 100 0 0 20 0 1 0 281373909 212451328 49435 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49435 192 642 0 51224 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 207472

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7498
/proc/meminfo: memFree=30367804/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1302.02 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49845 0 0 0 130098 104 0 0 20 0 1 0 281373909 212451328 49435 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49435 192 642 0 51224 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 207472

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7498
/proc/meminfo: memFree=30293060/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1362 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49845 0 0 0 136093 107 0 0 20 0 1 0 281373909 212451328 49435 33554432000 134512640 137138936 4286638224 4286637152 134542199 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49435 192 642 0 51224 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 207472

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7498
/proc/meminfo: memFree=30292856/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1422 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49845 0 0 0 142090 110 0 0 20 0 1 0 281373909 212451328 49435 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49435 192 642 0 51224 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 207472

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/177 7499
/proc/meminfo: memFree=30292980/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1481.98 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49845 0 0 0 148085 113 0 0 20 0 1 0 281373909 212451328 49435 33554432000 134512640 137138936 4286638224 4286637152 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49435 192 642 0 51224 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 207472

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/177 7499
/proc/meminfo: memFree=30212424/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207624 CPUtime=1541.97 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 154081 116 0 0 20 0 1 0 281373909 212606976 49449 33554432000 134512640 137138936 4286638224 4286637152 134542516 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51906 49449 192 642 0 51262 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 207624

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 7499
/proc/meminfo: memFree=30212424/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207624 CPUtime=1601.96 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 160076 120 0 0 20 0 1 0 281373909 212606976 49449 33554432000 134512640 137138936 4286638224 4286637152 134542252 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51906 49449 192 642 0 51262 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 207624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 7499
/proc/meminfo: memFree=30213176/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207624 CPUtime=1661.95 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 166071 124 0 0 20 0 1 0 281373909 212606976 49449 33554432000 134512640 137138936 4286638224 4286637340 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51906 49449 192 642 0 51262 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 207624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 7503
/proc/meminfo: memFree=30212788/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1721.94 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 172067 127 0 0 20 0 1 0 281373909 212451328 49443 33554432000 134512640 137138936 4286638224 4286637152 134542301 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49443 192 642 0 51224 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 207472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7504
/proc/meminfo: memFree=30212424/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1781.93 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 178062 131 0 0 20 0 1 0 281373909 212451328 49443 33554432000 134512640 137138936 4286638224 4286637152 134542325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49443 192 642 0 51224 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 207472

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7504
/proc/meminfo: memFree=30212796/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1791.53 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 179022 131 0 0 20 0 1 0 281373909 212451328 49443 33554432000 134512640 137138936 4286638224 4286637152 134542480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49443 192 642 0 51224 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 207472

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7504
/proc/meminfo: memFree=30212796/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1794.74 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 179342 132 0 0 20 0 1 0 281373909 212451328 49443 33554432000 134512640 137138936 4286638224 4286637152 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49443 192 642 0 51224 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 207472

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7504
/proc/meminfo: memFree=30212796/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1796.33 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 179501 132 0 0 20 0 1 0 281373909 212451328 49443 33554432000 134512640 137138936 4286638224 4286637152 134542325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49443 192 642 0 51224 0
Current children cumulated CPU time (s) 1796.33
Current children cumulated vsize (KiB) 207472

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7504
/proc/meminfo: memFree=30212796/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1797.13 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 179581 132 0 0 20 0 1 0 281373909 212451328 49443 33554432000 134512640 137138936 4286638224 4286637152 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49443 192 642 0 51224 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 207472

[startup+1797.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7504
/proc/meminfo: memFree=30212796/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1797.53 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 179621 132 0 0 20 0 1 0 281373909 212451328 49443 33554432000 134512640 137138936 4286638224 4286637152 134542316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49443 192 642 0 51224 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (KiB) 207472

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7504
/proc/meminfo: memFree=30212796/32873844 swapFree=7112/7112
[pid=7449] ppid=7447 vsize=207472 CPUtime=1797.93 cores=1,3,5,7
/proc/7449/stat : 7449 (bsolo) R 7447 7449 7024 0 -1 4202496 49868 0 0 0 179661 132 0 0 20 0 1 0 281373909 212451328 49443 33554432000 134512640 137138936 4286638224 4286636664 136504179 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7449/statm: 51868 49443 192 642 0 51224 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 207472

Child status: 0
Real time (s): 1798.37
CPU time (s): 1798.01
CPU user time (s): 1796.69
CPU system time (s): 1.3238
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 207624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 1.3238
maximum resident set size= 197880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49869
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= 98
involuntary context switches= 1848

runsolver used 3.33649 second user time and 7.2509 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 23:01:30
IDJOB=3707929
IDBENCH=2236
IDSOLVER=2286
FILE ID=node142/3707929-1338152490
RUNJOBID= node142-1338150692-7041
PBS_JOBID= 14624520
Free space on /tmp= 71692 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707929-1338152490/watcher-3707929-1338152490 -o /tmp/evaluation-result-3707929-1338152490/solver-3707929-1338152490 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3707929-1338152490.opb

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

MD5SUM BENCH= 65bafde3eb06761afc4fe90b6aa8c264
RANDOM SEED=1178957203

node142.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.776
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	: 5333.55
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.776
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.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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.776
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.776
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:       32873844 kB
MemFree:        30548464 kB
Buffers:          329784 kB
Cached:           378264 kB
SwapCached:            0 kB
Active:          1266080 kB
Inactive:         235912 kB
Active(anon):     784572 kB
Inactive(anon):    11264 kB
Active(file):     481508 kB
Inactive(file):   224648 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4312 kB
Writeback:             0 kB
AnonPages:        816716 kB
Mapped:            12404 kB
Shmem:               200 kB
Slab:             681920 kB
SReclaimable:     124192 kB
SUnreclaim:       557728 kB
KernelStack:        1480 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     915148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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= 71684 MiB
End job on node142 at 2012-05-27 23:31:29