Trace number 3721451

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
PB07: minisat+ 1.14SAT (TO)134 1800.06 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-lin.rom.r.opb
MD5SUM3183c84355c854880486b3d148840656
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark0.184971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved YES
Number of variables1076
Total number of constraints1030
Number of constraints which are clauses1030
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 constraint40
Number of terms in the objective function 1076
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 1076
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 1076
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

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 Parsing PB file...
0.00/0.05	c Converting 1030 PB-constraints to clauses...
0.00/0.05	c   -- Unit propagations: (none)
0.00/0.05	c   -- Detecting intervals from adjacent constraints: =====
0.00/0.05	c   -- Clauses(.)/Splits(s): .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.05	c ==================================[MINISAT+]==================================
0.00/0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |    1025     9917 |     341       0        0     nan |  0.000 % |
0.00/0.05	c ==============================================================================
0.00/0.05	c Found solution: 177
0.00/0.05	o 177
0.00/0.05	c ---[   0]---> Sorter-cost:58902     Base:
0.39/0.40	c ==================================[MINISAT+]==================================
0.39/0.40	c | Conflicts | Original         | Learnt                           | Progress |
0.39/0.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.39/0.40	c ==============================================================================
0.39/0.40	c |         0 |   69066   168798 |   23022       0        0     nan |  0.000 % |
0.39/0.49	c |       100 |   67757   166030 |   25324      59      410     6.9 |  1.570 % |
0.49/0.55	c |       250 |   67288   165017 |   27856     192     1355     7.1 |  2.156 % |
0.49/0.59	c |       475 |   67288   165017 |   30642     417     3474     8.3 |  2.156 % |
0.59/0.65	c |       812 |   67104   164611 |   33706     747     6855     9.2 |  2.393 % |
0.69/0.72	c |      1319 |   67020   164427 |   37077    1248    11833     9.5 |  2.500 % |
0.79/0.86	c |      2078 |   66946   164265 |   40784    2003    20067    10.0 |  2.596 % |
1.10/1.11	c |      3217 |   66946   164265 |   44863    3142    45959    14.6 |  2.596 % |
1.29/1.39	c |      4928 |   66848   164053 |   49349    4842    83493    17.2 |  2.718 % |
1.59/1.68	c ==============================================================================
1.59/1.68	c Found solution: 159
1.59/1.68	o 159
1.59/1.68	c ---[   0]---> Sorter-cost:    0     Base:
1.99/2.01	c ==================================[MINISAT+]==================================
1.99/2.01	c | Conflicts | Original         | Learnt                           | Progress |
1.99/2.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.99/2.01	c ==============================================================================
1.99/2.01	c |      6445 |   66944   164330 |   22314    6354   112791    17.8 |  2.718 % |
1.99/2.03	c |      6546 |   66944   164330 |   24545    6455   115239    17.9 |  2.830 % |
1.99/2.06	c |      6696 |   66944   164330 |   26999    6605   118115    17.9 |  2.830 % |
2.10/2.11	c |      6921 |   66944   164330 |   29699    6830   124835    18.3 |  2.830 % |
2.10/2.18	c |      7258 |   66944   164330 |   32669    7167   130762    18.2 |  2.830 % |
2.20/2.23	c |      7764 |   66944   164330 |   35936    7673   141525    18.4 |  2.830 % |
2.39/2.43	c |      8523 |   66925   164285 |   39530    8426   156356    18.6 |  2.860 % |
2.69/2.74	c |      9662 |   66925   164285 |   43483    9565   179133    18.7 |  2.860 % |
2.99/3.05	c ==============================================================================
2.99/3.05	c Found solution: 153
2.99/3.05	o 153
2.99/3.06	c ---[   0]---> Sorter-cost:    0     Base:
3.29/3.38	c ==================================[MINISAT+]==================================
3.29/3.38	c | Conflicts | Original         | Learnt                           | Progress |
3.29/3.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.29/3.38	c ==============================================================================
3.29/3.38	c |     11263 |   66982   164444 |   22327   11166   245102    22.0 |  2.860 % |
3.39/3.40	c |     11363 |   66982   164444 |   24559   11266   246992    21.9 |  2.900 % |
3.39/3.43	c |     11514 |   66924   164315 |   27015   11411   250012    21.9 |  2.976 % |
3.39/3.47	c |     11739 |   66924   164315 |   29717   11636   254959    21.9 |  2.976 % |
3.49/3.52	c |     12076 |   66924   164315 |   32688   11973   262636    21.9 |  2.976 % |
3.59/3.61	c |     12583 |   66924   164315 |   35957   12480   274135    22.0 |  2.976 % |
3.69/3.74	c ==============================================================================
3.69/3.74	c Found solution: 149
3.69/3.74	o 149
3.69/3.75	c ---[   0]---> Sorter-cost:    0     Base:
3.99/4.08	c ==================================[MINISAT+]==================================
3.99/4.08	c | Conflicts | Original         | Learnt                           | Progress |
3.99/4.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.99/4.08	c ==============================================================================
3.99/4.08	c |     13143 |   66963   164424 |   22321   13040   284576    21.8 |  2.976 % |
4.09/4.10	c |     13244 |   66963   164424 |   24553   13141   286783    21.8 |  3.004 % |
4.09/4.12	c |     13394 |   66963   164424 |   27008   13291   289839    21.8 |  3.004 % |
4.19/4.20	c |     13619 |   66963   164424 |   29709   13516   299940    22.2 |  3.004 % |
4.19/4.25	c |     13958 |   66963   164424 |   32680   13855   313851    22.7 |  3.004 % |
4.29/4.35	c |     14465 |   66963   164424 |   35948   14362   339610    23.6 |  3.004 % |
4.49/4.53	c |     15224 |   66912   164310 |   39543   15111   362607    24.0 |  3.077 % |
4.79/4.82	c |     16363 |   66912   164310 |   43497   16250   461129    28.4 |  3.077 % |
5.09/5.17	c |     18072 |   66912   164310 |   47847   17959   555261    30.9 |  3.077 % |
5.69/5.70	c |     20634 |   66912   164310 |   52631   20521   679028    33.1 |  3.077 % |
5.99/6.01	c ==============================================================================
5.99/6.01	c Found solution: 148
5.99/6.01	o 148
5.99/6.02	c ---[   0]---> Sorter-cost:    0     Base:
6.29/6.36	c ==================================[MINISAT+]==================================
6.29/6.36	c | Conflicts | Original         | Learnt                           | Progress |
6.29/6.36	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.29/6.36	c ==============================================================================
6.29/6.36	c |     22241 |   66354   163006 |   22118   21647   658952    30.4 |  3.077 % |
6.39/6.40	c |     22342 |   66354   163006 |   24329   21748   663861    30.5 |  3.890 % |
6.39/6.43	c |     22493 |   66354   163006 |   26762   21899   668740    30.5 |  3.890 % |
6.49/6.54	c |     22718 |   66354   163006 |   29439   22124   683980    30.9 |  3.890 % |
6.59/6.61	c |     23057 |   66318   162928 |   32382   22459   690279    30.7 |  3.933 % |
6.69/6.76	c |     23563 |   66318   162928 |   35621   22965   702032    30.6 |  3.933 % |
6.99/7.02	c |     24322 |   66318   162928 |   39183   23724   732439    30.9 |  3.933 % |
7.29/7.31	c |     25461 |   66318   162928 |   43101   24863   790842    31.8 |  3.933 % |
8.09/8.14	c |     27169 |   66318   162928 |   47411   26571   976757    36.8 |  3.933 % |
8.69/8.77	c |     29731 |   66314   162918 |   52153   29130  1047589    36.0 |  3.940 % |
9.90/9.93	c |     33575 |   66314   162918 |   57368   32974  1315640    39.9 |  3.940 % |
9.99/10.07	c ==============================================================================
9.99/10.07	c Found solution: 142
9.99/10.07	o 142
9.99/10.08	c ---[   0]---> Sorter-cost:    0     Base:
10.39/10.42	c ==================================[MINISAT+]==================================
10.39/10.42	c | Conflicts | Original         | Learnt                           | Progress |
10.39/10.42	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.39/10.42	c ==============================================================================
10.39/10.42	c |     33962 |   66348   163001 |   22116   32912  1273054    38.7 |  3.940 % |
10.39/10.46	c |     34064 |   66348   163001 |   24327   14582   661682    45.4 |  3.997 % |
10.49/10.50	c |     34214 |   66348   163001 |   26760   14732   665348    45.2 |  3.997 % |
10.49/10.59	c |     34439 |   66348   163001 |   29436   14957   671888    44.9 |  3.997 % |
10.59/10.69	c |     34778 |   66348   163001 |   32380   15296   681925    44.6 |  3.997 % |
10.69/10.79	c |     35284 |   66348   163001 |   35618   15802   694192    43.9 |  3.997 % |
10.79/10.90	c ==============================================================================
10.79/10.90	c Found solution: 134
10.79/10.90	o 134
10.90/10.90	c ---[   0]---> Sorter-cost:    0     Base:
11.19/11.25	c ==================================[MINISAT+]==================================
11.19/11.25	c | Conflicts | Original         | Learnt                           | Progress |
11.19/11.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.19/11.25	c ==============================================================================
11.19/11.25	c |     35635 |   66395   163112 |   22131   15800   638928    40.4 |  3.997 % |
11.19/11.29	c |     35735 |   66395   163112 |   24344   15900   642338    40.4 |  4.073 % |
11.29/11.34	c |     35886 |   66395   163112 |   26778   16051   646037    40.2 |  4.073 % |
11.39/11.44	c |     36112 |   66395   163112 |   29456   16277   660361    40.6 |  4.073 % |
11.49/11.57	c |     36449 |   66395   163112 |   32401   16614   678368    40.8 |  4.073 % |
11.59/11.69	c |     36956 |   66395   163112 |   35642   17121   705053    41.2 |  4.073 % |
11.89/11.95	c |     37715 |   66395   163112 |   39206   17880   752894    42.1 |  4.073 % |
12.19/12.29	c |     38854 |   66395   163112 |   43127   19019   795749    41.8 |  4.073 % |
12.59/12.65	c |     40562 |   66395   163112 |   47439   20727   864186    41.7 |  4.073 % |
13.20/13.20	c |     43124 |   66395   163112 |   52183   23289   955218    41.0 |  4.073 % |
14.49/14.54	c |     46968 |   66395   163112 |   57402   27133  1218300    44.9 |  4.073 % |
16.29/16.36	c |     52734 |   66361   163036 |   63142   32895  1595737    48.5 |  4.119 % |
19.89/19.98	c |     61383 |   66361   163036 |   69456   41544  2521582    60.7 |  4.119 % |
25.87/25.96	c |     74359 |   66361   163036 |   76402   54520  3943450    72.3 |  4.119 % |
34.08/34.16	c |     93820 |   66361   163036 |   84042   73981  5635494    76.2 |  4.119 % |
48.27/48.33	c |    123013 |   66361   163036 |   92446   26724  2634138    98.6 |  4.119 % |
69.67/69.70	c |    166803 |   66361   163036 |  101691   70514  7002766    99.3 |  4.119 % |
106.95/107.07	c |    232491 |   66361   163036 |  111860   43148  4310776    99.9 |  4.119 % |
162.84/162.92	c |    331018 |   66361   163036 |  123046   37969  5069504   133.5 |  4.119 % |
245.71/245.84	c |    478812 |   66361   163036 |  135351   71901  9573356   133.1 |  4.119 % |
365.28/365.40	c |    700496 |   66361   163036 |  148886   34394  4023001   117.0 |  4.119 % |
599.14/599.39	c |   1033022 |   66361   163036 |  163774   93210 12084308   129.6 |  4.119 % |
981.78/982.07	c |   1531810 |   66361   163036 |  180152  146178 18431079   126.1 |  4.119 % |
1511.99/1512.38	c |   2279992 |   66361   163036 |  198167   56675  5569146    98.3 |  4.119 % |
1800.04/1800.40	c 
1800.04/1800.40	c *** TERMINATED ***
1800.04/1800.40	s SATISFIABLE
1800.04/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

Verifier Data

OK	134

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-3721451-1338556228/watcher-3721451-1338556228 -o /tmp/evaluation-result-3721451-1338556228/solver-3721451-1338556228 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721451-1338556228.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.96 2.00 1.91 3/175 25430
/proc/meminfo: memFree=25959984/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=1396 CPUtime=0 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 195 0 0 0 0 0 0 0 20 0 1 0 321748214 1429504 152 33554432000 134512640 135395479 4292514336 4292513304 135031278 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 349 152 74 216 0 131 0

[startup+0.0875081 s]
/proc/loadavg: 1.96 2.00 1.91 3/175 25430
/proc/meminfo: memFree=25959984/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=2360 CPUtime=0.08 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 490 0 0 0 8 0 0 0 20 0 1 0 321748214 2416640 447 33554432000 134512640 135395479 4292514336 4292335792 134667008 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 590 447 102 216 0 372 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2360

[startup+0.100251 s]
/proc/loadavg: 1.96 2.00 1.91 3/175 25430
/proc/meminfo: memFree=25959984/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=2360 CPUtime=0.09 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 490 0 0 0 9 0 0 0 20 0 1 0 321748214 2416640 447 33554432000 134512640 135395479 4292514336 4292374132 135005282 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 590 447 102 216 0 372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2360

[startup+0.300252 s]
/proc/loadavg: 1.96 2.00 1.91 3/175 25430
/proc/meminfo: memFree=25959984/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=2640 CPUtime=0.29 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 558 0 0 0 29 0 0 0 20 0 1 0 321748214 2703360 515 33554432000 134512640 135395479 4292514336 4292394612 134838328 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 660 515 102 216 0 442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2640

[startup+0.700253 s]
/proc/loadavg: 1.96 2.00 1.91 3/175 25430
/proc/meminfo: memFree=25959984/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=11420 CPUtime=0.69 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 2741 0 0 0 69 0 0 0 20 0 1 0 321748214 11694080 2543 33554432000 134512640 135395479 4292514336 4292512688 134581183 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 2855 2543 111 216 0 2637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11420

[startup+1.50025 s]
/proc/loadavg: 1.96 2.00 1.91 3/176 25431
/proc/meminfo: memFree=25950320/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=12092 CPUtime=1.49 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 2882 0 0 0 149 0 0 0 20 0 1 0 321748214 12382208 2684 33554432000 134512640 135395479 4292514336 4292512304 134576243 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 3023 2684 111 216 0 2805 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12092

[startup+3.1002 s]
/proc/loadavg: 2.05 2.01 1.91 3/176 25431
/proc/meminfo: memFree=25948320/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=13892 CPUtime=3.09 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 3252 0 0 0 309 0 0 0 20 0 1 0 321748214 14225408 3054 33554432000 134512640 135395479 4292514336 4292367120 134648478 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 3473 3054 111 216 0 3255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13892

[startup+6.30019 s]
/proc/loadavg: 2.05 2.01 1.91 3/176 25431
/proc/meminfo: memFree=25946096/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=17148 CPUtime=6.29 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 3981 0 0 0 629 0 0 0 20 0 1 0 321748214 17559552 3706 33554432000 134512640 135395479 4292514336 4292290460 135005815 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 4287 3706 111 216 0 4069 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17148

[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 1.91 3/176 25480
/proc/meminfo: memFree=26185376/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=19764 CPUtime=12.69 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 4736 0 0 0 1268 1 0 0 20 0 1 0 321748214 20238336 4390 33554432000 134512640 135395479 4292514336 4292512688 134580789 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 4941 4390 111 216 0 4723 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19764

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 1.91 3/176 25480
/proc/meminfo: memFree=26174332/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=30604 CPUtime=25.47 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 7448 0 0 0 2546 1 0 0 20 0 1 0 321748214 31338496 7093 33554432000 134512640 135395479 4292514336 4292512660 134580248 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 7651 7093 111 216 0 7433 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30604

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 1.91 3/175 25480
/proc/meminfo: memFree=26157652/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=45628 CPUtime=51.07 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 11204 0 0 0 5104 3 0 0 20 0 1 0 321748214 46723072 10841 33554432000 134512640 135395479 4292514336 4292512688 134581436 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 11407 10841 111 216 0 11189 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45628

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 1.92 3/174 25480
/proc/meminfo: memFree=26138860/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=62756 CPUtime=102.26 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 15472 0 0 0 10221 5 0 0 20 0 1 0 321748214 64262144 15108 33554432000 134512640 135395479 4292514336 4292512688 134581505 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 15689 15108 111 216 0 15471 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 62756

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/175 25481
/proc/meminfo: memFree=26126564/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=73924 CPUtime=162.24 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 18273 0 0 0 16218 6 0 0 20 0 1 0 321748214 75698176 17904 33554432000 134512640 135395479 4292514336 4292512688 134581420 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 18481 17904 111 216 0 18263 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 73924

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/175 25481
/proc/meminfo: memFree=26106596/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=93160 CPUtime=222.23 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 23054 0 0 0 22215 8 0 0 20 0 1 0 321748214 95395840 22683 33554432000 134512640 135395479 4292514336 4292512688 134581028 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 23290 22683 111 216 0 23072 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 93160

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/175 25481
/proc/meminfo: memFree=26104656/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=95556 CPUtime=282.2 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 23670 0 0 0 28212 8 0 0 20 0 1 0 321748214 97849344 23318 33554432000 134512640 135395479 4292514336 4292512688 134581183 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 23889 23318 111 216 0 23671 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 95556

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/175 25481
/proc/meminfo: memFree=26097640/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=100884 CPUtime=342.19 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 24947 0 0 0 34211 8 0 0 20 0 1 0 321748214 103305216 24604 33554432000 134512640 135395479 4292514336 4292512688 134580923 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 25221 24604 111 216 0 25003 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 100884

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/175 25481
/proc/meminfo: memFree=26097144/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=100884 CPUtime=402.18 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 24947 0 0 0 40210 8 0 0 20 0 1 0 321748214 103305216 24604 33554432000 134512640 135395479 4292514336 4292512688 134580965 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 25221 24604 111 216 0 25003 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 100884

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/175 25482
/proc/meminfo: memFree=26088400/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=109584 CPUtime=462.17 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 27119 0 0 0 46207 10 0 0 20 0 1 0 321748214 112214016 26776 33554432000 134512640 135395479 4292514336 4292512688 134581183 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 27396 26776 111 216 0 27178 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 109584

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/175 25482
/proc/meminfo: memFree=26087524/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=110152 CPUtime=522.16 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 27225 0 0 0 52206 10 0 0 20 0 1 0 321748214 112795648 26893 33554432000 134512640 135395479 4292514336 4292512688 134580888 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 27538 26893 111 216 0 27320 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 110152

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/176 25485
/proc/meminfo: memFree=26084392/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=113108 CPUtime=582.15 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 27947 0 0 0 58205 10 0 0 20 0 1 0 321748214 115822592 27615 33554432000 134512640 135395479 4292514336 4292512640 134580436 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 28277 27615 111 216 0 28059 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 113108

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 25486
/proc/meminfo: memFree=26073192/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=123196 CPUtime=822.11 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 30419 0 0 0 82199 12 0 0 20 0 1 0 321748214 126152704 30104 33554432000 134512640 135395479 4292514336 4292512688 134580774 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 30799 30104 111 216 0 30581 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 123196

[startup+882.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/175 25486
/proc/meminfo: memFree=26071516/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=125220 CPUtime=882.1 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 30801 0 0 0 88198 12 0 0 20 0 1 0 321748214 128225280 30531 33554432000 134512640 135395479 4292514336 4292512688 134580965 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 31305 30531 111 216 0 31087 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 125220

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 25486
/proc/meminfo: memFree=26067048/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=129616 CPUtime=942.08 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 31878 0 0 0 94196 12 0 0 20 0 1 0 321748214 132726784 31616 33554432000 134512640 135395479 4292514336 4292512688 134580732 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 32404 31616 111 216 0 32186 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 129616

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25486
/proc/meminfo: memFree=26066240/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=130764 CPUtime=1002.08 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 32103 0 0 0 100195 13 0 0 20 0 1 0 321748214 133902336 31841 33554432000 134512640 135395479 4292514336 4292512304 134576132 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 32691 31841 111 216 0 32473 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 130764

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25487
/proc/meminfo: memFree=26059972/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=136424 CPUtime=1062.06 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33527 0 0 0 106193 13 0 0 20 0 1 0 321748214 139698176 33298 33554432000 134512640 135395479 4292514336 4292512688 134580768 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34106 33298 111 216 0 33888 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 136424

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25487
/proc/meminfo: memFree=26059600/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137096 CPUtime=1122.05 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33647 0 0 0 112192 13 0 0 20 0 1 0 321748214 140386304 33418 33554432000 134512640 135395479 4292514336 4292512688 134581183 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34274 33418 111 216 0 34056 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 137096

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 25490
/proc/meminfo: memFree=26059576/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137096 CPUtime=1182.04 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33647 0 0 0 118191 13 0 0 20 0 1 0 321748214 140386304 33418 33554432000 134512640 135395479 4292514336 4292512688 134581183 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34274 33418 111 216 0 34056 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 137096

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25490
/proc/meminfo: memFree=26059228/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137096 CPUtime=1242.03 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33647 0 0 0 124190 13 0 0 20 0 1 0 321748214 140386304 33418 33554432000 134512640 135395479 4292514336 4292512688 134581284 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34274 33418 111 216 0 34056 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 137096

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25490
/proc/meminfo: memFree=26058856/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137096 CPUtime=1302.03 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33647 0 0 0 130190 13 0 0 20 0 1 0 321748214 140386304 33418 33554432000 134512640 135395479 4292514336 4292512688 134580923 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34274 33418 111 216 0 34056 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 137096

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25491
/proc/meminfo: memFree=26058980/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137096 CPUtime=1362.01 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33647 0 0 0 136188 13 0 0 20 0 1 0 321748214 140386304 33418 33554432000 134512640 135395479 4292514336 4292512688 134581451 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34274 33418 111 216 0 34056 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 137096

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 25492
/proc/meminfo: memFree=26058724/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137096 CPUtime=1422.01 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33647 0 0 0 142188 13 0 0 20 0 1 0 321748214 140386304 33418 33554432000 134512640 135395479 4292514336 4292512656 134573382 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34274 33418 111 216 0 34056 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 137096

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25492
/proc/meminfo: memFree=26058112/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137588 CPUtime=1482 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33741 0 0 0 148187 13 0 0 20 0 1 0 321748214 140890112 33512 33554432000 134512640 135395479 4292514336 4292512688 134580732 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34397 33512 111 216 0 34179 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 137588

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25492
/proc/meminfo: memFree=26057988/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137588 CPUtime=1541.99 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33743 0 0 0 154186 13 0 0 20 0 1 0 321748214 140890112 33514 33554432000 134512640 135395479 4292514336 4292512672 134581322 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34397 33514 111 216 0 34179 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 137588

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25492
/proc/meminfo: memFree=26057864/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=137832 CPUtime=1601.98 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33787 0 0 0 160185 13 0 0 20 0 1 0 321748214 141139968 33558 33554432000 134512640 135395479 4292514336 4292512656 134573398 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34458 33558 111 216 0 34240 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 137832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25493
/proc/meminfo: memFree=26057368/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=138220 CPUtime=1661.97 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 33888 0 0 0 166184 13 0 0 20 0 1 0 321748214 141537280 33659 33554432000 134512640 135395479 4292514336 4292512208 134574480 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34555 33659 111 216 0 34337 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 138220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 25493
/proc/meminfo: memFree=26055504/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=139276 CPUtime=1721.97 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 34147 0 0 0 172183 14 0 0 20 0 1 0 321748214 142618624 33938 33554432000 134512640 135395479 4292514336 4292512688 134581426 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 34819 33938 111 216 0 34601 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 139276

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/176 25496
/proc/meminfo: memFree=26037020/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=157572 CPUtime=1781.95 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 38665 0 0 0 178178 17 0 0 20 0 1 0 321748214 161353728 38456 33554432000 134512640 135395479 4292514336 4292512688 134580765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 39393 38456 111 216 0 39175 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 157572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.01 1.94 3/176 25496
/proc/meminfo: memFree=26037004/32873852 swapFree=6856/6856
[pid=25430] ppid=25428 vsize=157572 CPUtime=1800.04 cores=0,2,4,6
/proc/25430/stat : 25430 (minisat+) R 25428 25430 24399 0 -1 4202496 38674 0 0 0 179987 17 0 0 20 0 1 0 321748214 161353728 38485 33554432000 134512640 135395479 4292514336 4292512688 134580965 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/25430/statm: 39393 38485 111 216 0 39175 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 157572

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 10
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1799.88
CPU system time (s): 0.179972
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 157572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.179972
maximum resident set size= 153948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38676
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= 69
involuntary context switches= 1931

runsolver used 3.07153 second user time and 8.94264 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-01 15:10:28
IDJOB=3721451
IDBENCH=2871
IDSOLVER=2306
FILE ID=node129/3721451-1338556228
RUNJOBID= node129-1338552576-24415
PBS_JOBID= 14635855
Free space on /tmp= 70496 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-lin.rom.r.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721451-1338556228/watcher-3721451-1338556228 -o /tmp/evaluation-result-3721451-1338556228/solver-3721451-1338556228 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721451-1338556228.opb            

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

MD5SUM BENCH= 3183c84355c854880486b3d148840656
RANDOM SEED=487926633

node129.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.957
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.91
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.957
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.957
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.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.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25959876 kB
Buffers:          437848 kB
Cached:          5346228 kB
SwapCached:            0 kB
Active:          2634356 kB
Inactive:        3406116 kB
Active(anon):     248356 kB
Inactive(anon):    10768 kB
Active(file):    2386000 kB
Inactive(file):  3395348 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:        263172 kB
Mapped:            14740 kB
Shmem:               204 kB
Slab:             736616 kB
SReclaimable:     178740 kB
SUnreclaim:       557876 kB
KernelStack:        1464 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     369612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721451-1338556228.opb

Free space on /tmp at the end= 70492 MiB
End job on node129 at 2012-06-01 15:40:30