Trace number 3723628

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
PB12: minisatp 1.0-2-g022594cSAT (TO)76 1800.07 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.a.opb
MD5SUMa983c7d791d0da9cc5e2ec69578db721
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark4.24935
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables1226
Total number of constraints4208
Number of constraints which are clauses4208
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 constraint105
Number of terms in the objective function 1226
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 1226
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1226
Number of bits of the biggest sum of numbers11
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 Parsing PB file...
0.00/0.02	c Converting 4208 PB-constraints to clauses...
0.00/0.02	c   -- Unit propagations: (none)
0.00/0.02	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.02	c   -- Clauses(.)/Splits(s): ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.02	c ==================================[MINISAT+]==================================
0.00/0.02	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    4208    39421 |    1402       0        0    -nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Found solution: 89
0.00/0.02	c ---[   0]---> Sorter-cost:67666     Base:
0.00/0.07	c ==================================[MINISAT+]==================================
0.00/0.07	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         5 |   82606   222399 |   27535       5       69    13.8 |  0.000 % |
0.00/0.10	c |       105 |   82567   222320 |   30288     103     1652    16.0 |  0.040 % |
0.00/0.12	c |       255 |   82534   222253 |   33317     250     6573    26.3 |  0.072 % |
0.00/0.16	c |       484 |   82534   222253 |   36649     479    11121    23.2 |  0.072 % |
0.00/0.20	c |       821 |   82433   222044 |   40313     806    18542    23.0 |  0.174 % |
0.00/0.28	c |      1327 |   82271   221707 |   44345    1299    29900    23.0 |  0.328 % |
0.00/0.40	c |      2086 |   82271   221707 |   48779    2058    75712    36.8 |  0.328 % |
0.00/0.54	c |      3226 |   82223   221607 |   53657    3195   117487    36.8 |  0.369 % |
0.00/0.73	c |      4934 |   82223   221607 |   59023    4903   191143    39.0 |  0.369 % |
1.29/1.30	c |      7497 |   82223   221607 |   64926    7466   694908    93.1 |  0.369 % |
1.49/1.52	c ==============================================================================
1.49/1.52	c Found solution: 80
1.49/1.52	c ---[   0]---> Sorter-cost:    0     Base:
1.49/1.54	c ==================================[MINISAT+]==================================
1.49/1.54	c | Conflicts | Original         | Learnt                           | Progress |
1.49/1.54	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.49/1.54	c ==============================================================================
1.49/1.54	c |      8638 |   82266   221725 |   27422    8590   761768    88.7 |  0.369 % |
1.49/1.56	c |      8738 |   82266   221725 |   30164    8690   765832    88.1 |  0.416 % |
1.59/1.60	c |      8889 |   82249   221690 |   33180    8838   774924    87.7 |  0.433 % |
1.59/1.62	c |      9114 |   82249   221690 |   36498    9063   784053    86.5 |  0.433 % |
1.59/1.69	c |      9451 |   82202   221590 |   40148    9396   793909    84.5 |  0.480 % |
1.79/1.80	c |      9957 |   82202   221590 |   44163    9902   807450    81.5 |  0.480 % |
1.99/2.05	c |     10717 |   82202   221590 |   48579   10662   896993    84.1 |  0.480 % |
2.19/2.22	c |     11856 |   82202   221590 |   53437   11801   950895    80.6 |  0.480 % |
2.49/2.58	c |     13564 |   82202   221590 |   58781   13509  1205121    89.2 |  0.480 % |
3.19/3.23	c |     16126 |   82202   221590 |   64659   16071  1643105   102.2 |  0.480 % |
4.39/4.48	c |     19971 |   82200   221586 |   71125   19907  2221746   111.6 |  0.482 % |
6.09/6.18	c |     25737 |   82200   221586 |   78238   25673  3105408   121.0 |  0.482 % |
8.99/9.01	c |     34388 |   82200   221586 |   86061   34324  4373285   127.4 |  0.482 % |
13.49/13.50	c |     47362 |   82200   221586 |   94668   47298  6267192   132.5 |  0.482 % |
20.19/20.26	c |     66824 |   82200   221586 |  104134   66760  9339650   139.9 |  0.482 % |
36.48/36.56	c |     96016 |   82200   221586 |  114548   95952 15131069   157.7 |  0.482 % |
57.68/57.78	c |    139805 |   82200   221586 |  126003   37560  6524640   173.7 |  0.482 % |
87.96/88.02	c |    205490 |   82200   221586 |  138603  103245 18227263   176.5 |  0.482 % |
138.23/138.33	c |    304016 |   82200   221586 |  152464   74810 13345155   178.4 |  0.482 % |
209.73/209.86	c |    451806 |   82200   221586 |  167710   86574 16110530   186.1 |  0.482 % |
334.89/335.00	c |    673489 |   82200   221586 |  184481  154287 31792346   206.1 |  0.482 % |
520.16/520.36	c |   1006016 |   82200   221586 |  202929  145029 29753010   205.2 |  0.482 % |
606.54/606.70	c ==============================================================================
606.54/606.70	c Found solution: 78
606.54/606.70	c ---[   0]---> Sorter-cost:    0     Base:
606.54/606.76	c ==================================[MINISAT+]==================================
606.54/606.76	c | Conflicts | Original         | Learnt                           | Progress |
606.54/606.76	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
606.54/606.76	c ==============================================================================
606.54/606.76	c |   1129081 |   81996   221125 |   27332   78116 16302561   208.7 |  0.482 % |
606.74/606.97	c |   1129181 |   81996   221125 |   30065   13745  2114293   153.8 |  0.772 % |
606.84/607.02	c |   1129331 |   81996   221125 |   33071   13895  2122472   152.8 |  0.772 % |
606.84/607.07	c |   1129558 |   81996   221125 |   36378   14122  2138212   151.4 |  0.772 % |
606.94/607.14	c |   1129895 |   81996   221125 |   40016   14459  2158225   149.3 |  0.772 % |
607.04/607.24	c |   1130401 |   81996   221125 |   44018   14965  2200140   147.0 |  0.772 % |
607.24/607.41	c |   1131160 |   81996   221125 |   48420   15724  2243590   142.7 |  0.772 % |
607.44/607.60	c |   1132299 |   81996   221125 |   53262   16863  2333960   138.4 |  0.772 % |
607.94/608.19	c |   1134009 |   81996   221125 |   58588   18573  2521543   135.8 |  0.772 % |
608.64/608.81	c |   1136571 |   81996   221125 |   64447   21135  2778254   131.5 |  0.772 % |
609.84/610.07	c |   1140416 |   81996   221125 |   70892   24980  3330675   133.3 |  0.772 % |
611.34/611.60	c |   1146185 |   81996   221125 |   77981   30749  4028286   131.0 |  0.772 % |
613.84/614.01	c |   1154834 |   81996   221125 |   85779   39398  5273218   133.8 |  0.772 % |
619.34/619.59	c |   1167808 |   81996   221125 |   94357   52372  7326080   139.9 |  0.772 % |
626.93/627.12	c |   1187270 |   81996   221125 |  103793   71834 10163208   141.5 |  0.772 % |
638.94/639.14	c |   1216463 |   81996   221125 |  114172  101027 14581479   144.3 |  0.772 % |
659.03/659.28	c |   1260252 |   81996   221125 |  125589   42331  5987074   141.4 |  0.772 % |
665.53/665.73	c ==============================================================================
665.53/665.73	c Found solution: 76
665.53/665.73	c ---[   0]---> Sorter-cost:    0     Base:
665.53/665.77	c ==================================[MINISAT+]==================================
665.53/665.77	c | Conflicts | Original         | Learnt                           | Progress |
665.53/665.77	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
665.53/665.77	c ==============================================================================
665.53/665.77	c |   1282578 |   81994   221122 |   27331   64656  9009073   139.3 |  0.772 % |
665.63/665.88	c |   1282678 |   81994   221122 |   30064   14788  1768027   119.6 |  0.813 % |
665.73/665.91	c |   1282829 |   81994   221122 |   33070   14939  1774103   118.8 |  0.813 % |
665.73/665.95	c |   1283055 |   81994   221122 |   36377   15165  1780735   117.4 |  0.813 % |
665.83/666.04	c |   1283393 |   81994   221122 |   40015   15503  1792622   115.6 |  0.813 % |
665.93/666.18	c |   1283899 |   81994   221122 |   44016   16009  1816258   113.5 |  0.813 % |
666.13/666.35	c |   1284658 |   81994   221122 |   48418   16768  1907983   113.8 |  0.813 % |
666.63/666.81	c |   1285799 |   81994   221122 |   53260   17909  2015915   112.6 |  0.813 % |
666.93/667.15	c |   1287507 |   81994   221122 |   58586   19617  2143064   109.2 |  0.813 % |
667.83/668.01	c |   1290070 |   81994   221122 |   64445   22180  2370571   106.9 |  0.813 % |
668.93/669.18	c |   1293914 |   81994   221122 |   70889   26024  2893417   111.2 |  0.813 % |
671.13/671.32	c |   1299682 |   81994   221122 |   77978   31792  3732538   117.4 |  0.813 % |
674.43/674.63	c |   1308331 |   81994   221122 |   85776   40441  5092524   125.9 |  0.813 % |
678.13/678.31	c |   1321305 |   81994   221122 |   94354   53415  6687727   125.2 |  0.813 % |
688.33/688.54	c |   1340767 |   81994   221122 |  103789   72877  9986238   137.0 |  0.813 % |
704.93/705.11	c |   1369959 |   81994   221122 |  114168  102069 13975985   136.9 |  0.813 % |
729.02/729.25	c |   1413750 |   81994   221122 |  125585   44176  5905621   133.7 |  0.813 % |
768.62/768.84	c |   1479435 |   81994   221122 |  138143  109861 14335615   130.5 |  0.813 % |
815.71/815.97	c |   1577961 |   81994   221122 |  151958   81689 10053484   123.1 |  0.813 % |
909.89/910.15	c |   1725750 |   81994   221122 |  167153   89448 15132399   169.2 |  0.813 % |
1066.87/1067.15	c |   1947434 |   81994   221122 |  183869  157195 21763212   138.4 |  0.813 % |
1360.72/1361.09	c |   2279959 |   81994   221122 |  202256  158462 22300750   140.7 |  0.813 % |
1765.56/1765.98	c |   2778747 |   81994   221122 |  222481  104003 13536126   130.2 |  0.813 % |
1800.06/1800.40	c 
1800.06/1800.40	c *** TERMINATED ***
1800.06/1800.40	s SATISFIABLE
1800.06/1800.40	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 -x753 x754 -x755 -x756 -x757 -x758 -x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 x793 -x794 -x795 x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 -x875 x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 x980 -x981 -x982 x983 -x984 -x985 x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 x1077 -x1078 -x1079 -x1080 -x1081 -x1082 x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 x1092 -x1093 -x1094 -x1095 -x1096 -x1097 x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 x1112 -x1113 x1114 -x1115 x1116 -x1117 x1118 -x1119 -x1120 -x1121 -x1122 x1123 -x1124 x1125 -x1126 -x1127 -x1128 -x1129 -x1130 x1131 -x1132 -x1133 x1134 -x1135 -x1136 -x1137 -x1138 x1139 -x1140 -x1141 -x1142 x1143 -x1144 -x1145 x1146 -x1147 -x1148 x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 x1163 -x1164 -x1165 x1166 -x1167 -x1168 -x1169 -x1170 x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 x1187 -x1188 -x1189 -x1190 -x1191 x1192 -x1193 -x1194 -x1195 x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226

Verifier Data

OK	76

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-3723628-1338573113/watcher-3723628-1338573113 -o /tmp/evaluation-result-3723628-1338573113/solver-3723628-1338573113 -C 1800 -W 1900 -M 15500 minisat+_script HOME/instance-3723628-1338573113.opb 

running on 4 cores: 0,2,4,6

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: 1.93 2.00 1.93 3/177 8177
/proc/meminfo: memFree=27646604/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0

[startup+0.0921451 s]
/proc/loadavg: 1.93 2.00 1.93 3/177 8177
/proc/meminfo: memFree=27646604/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100356 s]
/proc/loadavg: 1.93 2.00 1.93 3/177 8177
/proc/meminfo: memFree=27646604/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300306 s]
/proc/loadavg: 1.93 2.00 1.93 3/177 8177
/proc/meminfo: memFree=27646604/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700291 s]
/proc/loadavg: 1.93 2.00 1.93 3/177 8177
/proc/meminfo: memFree=27646604/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.93 2.00 1.93 3/179 8182
/proc/meminfo: memFree=27628972/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=21520 CPUtime=1.49 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 4931 0 0 0 148 1 0 0 20 0 1 0 323436755 22036480 4874 33554432000 4194304 5276501 140733492730864 140733492728856 4397187 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 5380 4874 120 265 0 5112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30668

[startup+3.10031 s]
/proc/loadavg: 1.93 2.00 1.93 3/179 8182
/proc/meminfo: memFree=27625756/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=25820 CPUtime=3.09 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 5967 0 0 0 308 1 0 0 20 0 1 0 323436755 26439680 5910 33554432000 4194304 5276501 140733492730864 140733492728456 4395531 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 6455 5910 121 265 0 6187 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34968

[startup+6.30036 s]
/proc/loadavg: 1.93 2.00 1.93 3/179 8182
/proc/meminfo: memFree=27617572/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=32988 CPUtime=6.29 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 7786 0 0 0 627 2 0 0 20 0 1 0 323436755 33779712 7729 33554432000 4194304 5276501 140733492730864 140733492728856 4400066 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 8247 7729 121 265 0 7979 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42136

[startup+12.7004 s]
/proc/loadavg: 1.94 2.00 1.93 3/179 8182
/proc/meminfo: memFree=27595144/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=45760 CPUtime=12.69 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 10954 0 0 0 1266 3 0 0 20 0 1 0 323436755 46858240 10897 33554432000 4194304 5276501 140733492730864 140733492729048 4399816 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 11440 10897 121 265 0 11172 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54908

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 1.93 3/179 8182
/proc/meminfo: memFree=27553416/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=69132 CPUtime=25.48 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 16799 0 0 0 2544 4 0 0 20 0 1 0 323436755 70791168 16742 33554432000 4194304 5276501 140733492730864 140733492728856 4399829 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 17283 16742 121 265 0 17015 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 78280

[startup+51.1003 s]
/proc/loadavg: 1.89 1.98 1.93 3/175 8185
/proc/meminfo: memFree=28233464/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=106340 CPUtime=51.08 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 26049 0 0 0 5101 7 0 0 20 0 1 0 323436755 108892160 25992 33554432000 4194304 5276501 140733492730864 140733492728856 4399816 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 26585 25992 121 265 0 26317 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 115488

[startup+102.306 s]
/proc/loadavg: 2.03 2.00 1.93 3/179 8225
/proc/meminfo: memFree=28205228/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=124344 CPUtime=102.26 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 30543 0 0 0 10217 9 0 0 20 0 1 0 323436755 127328256 30458 33554432000 4194304 5276501 140733492730864 140733492728856 4400061 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 31086 30458 121 265 0 30818 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 133492

[startup+162.3 s]
/proc/loadavg: 2.08 2.01 1.94 3/179 8225
/proc/meminfo: memFree=28190904/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=135504 CPUtime=162.23 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 33237 0 0 0 16213 10 0 0 20 0 1 0 323436755 138756096 33186 33554432000 4194304 5276501 140733492730864 140733492729112 4390373 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 33876 33186 121 265 0 33608 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 144652

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/179 8225
/proc/meminfo: memFree=28165732/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=157896 CPUtime=222.22 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 38837 0 0 0 22210 12 0 0 20 0 1 0 323436755 161685504 38786 33554432000 4194304 5276501 140733492730864 140733492729112 4399937 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 39474 38786 121 265 0 39206 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 167044

[startup+282.3 s]
/proc/loadavg: 2.14 2.05 1.95 3/179 8226
/proc/meminfo: memFree=28136484/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=185316 CPUtime=282.2 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 45653 0 0 0 28206 14 0 0 20 0 1 0 323436755 189763584 45624 33554432000 4194304 5276501 140733492730864 140733492729288 4394737 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 46329 45624 121 265 0 46061 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 194464

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 1.95 3/179 8226
/proc/meminfo: memFree=28130900/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=190400 CPUtime=342.19 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 46667 0 0 0 34205 14 0 0 20 0 1 0 323436755 194969600 46638 33554432000 4194304 5276501 140733492730864 140733492728856 4396979 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 47600 46638 121 265 0 47332 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 199548

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 1.95 3/179 8226
/proc/meminfo: memFree=28110124/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1062.07 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 106187 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399904 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 251504

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 1.97 3/180 8256
/proc/meminfo: memFree=28063988/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1122.06 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 112186 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399951 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 251504

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/179 8256
/proc/meminfo: memFree=28063376/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1182.05 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 118185 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399804 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 251504

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/179 8257
/proc/meminfo: memFree=28062880/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1242.04 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 124184 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399816 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 251504

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/179 8257
/proc/meminfo: memFree=28061388/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1302.04 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 130184 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399826 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 251504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 8257
/proc/meminfo: memFree=28060768/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1362.02 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 136182 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399992 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 251504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 8257
/proc/meminfo: memFree=28060768/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1422.02 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 142182 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399290 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 251504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 8257
/proc/meminfo: memFree=28060520/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1482 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 148180 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399854 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 251504

[startup+1542.3 s]
/proc/loadavg: 2.15 2.04 1.98 3/179 8258
/proc/meminfo: memFree=28060272/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1541.99 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 154179 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399725 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 251504

[startup+1602.3 s]
/proc/loadavg: 2.10 2.05 1.99 3/179 8258
/proc/meminfo: memFree=28060148/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1601.99 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 160179 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399850 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 251504

[startup+1662.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/179 8258
/proc/meminfo: memFree=28059464/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1661.98 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 166178 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399741 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 251504

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 8261
/proc/meminfo: memFree=28059332/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1721.97 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 172177 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399376 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 251504

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 8261
/proc/meminfo: memFree=28058720/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1781.96 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59699 0 0 0 178176 20 0 0 20 0 1 0 323436755 248172544 59708 33554432000 4194304 5276501 140733492730864 140733492729112 4399741 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59708 123 265 0 60321 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 251504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 8261
/proc/meminfo: memFree=28058472/32873844 swapFree=7384/7384
[pid=8177] ppid=8175 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8177/stat : 8177 (minisat+_script) S 8175 8177 5749 0 -1 4202496 383 551 0 0 0 0 0 0 20 0 1 0 323436755 9367552 277 33554432000 4194304 5064252 140736955582240 140736955581152 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8177/statm: 2287 277 236 213 0 72 0
[pid=8181] ppid=8177 vsize=242356 CPUtime=1800.06 cores=0,2,4,6
/proc/8181/stat : 8181 (minisat+_64-bit) R 8177 8177 5749 0 -1 4202496 59709 0 0 0 179986 20 0 0 20 0 1 0 323436755 248172544 59718 33554432000 4194304 5276501 140733492730864 140733492729112 4399850 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/8181/statm: 60589 59718 123 265 0 60321 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 251504

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.87
CPU system time (s): 0.205968
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 251700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.205968
maximum resident set size= 238952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60656
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= 120
involuntary context switches= 1872

runsolver used 5.42218 second user time and 19.891 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-01 19:51:53
IDJOB=3723628
IDBENCH=2884
IDSOLVER=2307
FILE ID=node136/3723628-1338573113
RUNJOBID= node136-1338569510-7626
PBS_JOBID= 14635848
Free space on /tmp= 69840 MiB

SOLVER NAME= minisatp 1.0-2-g022594c
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.a.opb
COMMAND LINE= minisat+_script BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3723628-1338573113/watcher-3723628-1338573113 -o /tmp/evaluation-result-3723628-1338573113/solver-3723628-1338573113 -C 1800 -W 1900 -M 15500  minisat+_script HOME/instance-3723628-1338573113.opb

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

MD5SUM BENCH= a983c7d791d0da9cc5e2ec69578db721
RANDOM SEED=1581337568

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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	: 5331.94
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:        27646868 kB
Buffers:          533752 kB
Cached:          3109896 kB
SwapCached:        20296 kB
Active:          2515688 kB
Inactive:        1846644 kB
Active(anon):     693524 kB
Inactive(anon):    22296 kB
Active(file):    1822164 kB
Inactive(file):  1824348 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:              2748 kB
Writeback:             0 kB
AnonPages:        701604 kB
Mapped:            10024 kB
Shmem:                 0 kB
Slab:             727636 kB
SReclaimable:     169540 kB
SUnreclaim:       558096 kB
KernelStack:        1464 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     819448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 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= 69840 MiB
End job on node136 at 2012-06-01 20:21:53