Trace number 49685

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, and are wall clock time (not CPU 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
minisat+ 1.14SAT (TO)101 1800.71 1801.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-m4.r.opb
MD5SUMf69ecb5497caa964fbd82b9dc6698ac3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark0.426935
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 90
Optimality of the best value was proved YES
Number of variables652
Total number of constraints759
Number of constraints which are clauses759
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 constraint46
Number of terms in the objective function 652
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 652
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 652
Number of bits of the biggest sum of numbers10
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 (download as text)

0.00	c Parsing PB file...
0.09	c Converting 759 PB-constraints to clauses...
0.09	c   -- Unit propagations: (none)
0.09	c   -- Detecting intervals from adjacent constraints: ==
0.09	c   -- Clauses(.)/Splits(s): .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.10	c ==================================[MINISAT+]==================================
0.10	c | Conflicts | Original         | Learnt                           | Progress |
0.10	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.10	c ==============================================================================
0.10	c |         0 |     757     9236 |     252       0        0     nan |  0.000 % |
0.10	c ==============================================================================
0.10	c Found solution: 116
0.10	o 116
0.10	c ---[   0]---> Sorter-cost:29548     Base:
0.34	c ==================================[MINISAT+]==================================
0.34	c | Conflicts | Original         | Learnt                           | Progress |
0.34	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.34	c ==============================================================================
0.34	c |         0 |   35689    90798 |   11896       0        0     nan |  0.000 % |
0.42	c |       100 |   35046    89453 |   13085      75      520     6.9 |  1.932 % |
0.52	c |       250 |   34855    89044 |   14394     219     1796     8.2 |  2.383 % |
0.61	c |       475 |   34855    89044 |   15833     444    10268    23.1 |  2.383 % |
0.69	c |       813 |   34805    88940 |   17416     778    19780    25.4 |  2.497 % |
0.79	c |      1319 |   34805    88940 |   19158    1284    31364    24.4 |  2.497 % |
1.00	c |      2078 |   34805    88940 |   21074    2043    54522    26.7 |  2.497 % |
1.33	c |      3217 |   34805    88940 |   23181    3182    85305    26.8 |  2.497 % |
2.19	c |      4926 |   34805    88940 |   25500    4891   223677    45.7 |  2.497 % |
3.08	c |      7489 |   34744    88803 |   28050    7450   382492    51.3 |  2.658 % |
4.05	c |     11335 |   34744    88803 |   30855   11296   613306    54.3 |  2.658 % |
4.14	c ==============================================================================
4.14	c Found solution: 111
4.14	o 111
4.14	c ---[   0]---> Sorter-cost:    0     Base:
4.36	c ==================================[MINISAT+]==================================
4.36	c | Conflicts | Original         | Learnt                           | Progress |
4.36	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.36	c ==============================================================================
4.36	c |     11573 |   34795    88937 |   11598   11534   620120    53.8 |  2.658 % |
4.40	c |     11674 |   34795    88937 |   12757   11635   621678    53.4 |  2.658 % |
4.46	c |     11824 |   34795    88937 |   14033   11785   627106    53.2 |  2.658 % |
4.55	c |     12049 |   34756    88854 |   15436   12009   630941    52.5 |  2.751 % |
4.64	c |     12386 |   34756    88854 |   16980   12346   639140    51.8 |  2.751 % |
4.74	c |     12892 |   34756    88854 |   18678   12852   652781    50.8 |  2.751 % |
4.97	c |     13651 |   34756    88854 |   20546   13611   685906    50.4 |  2.751 % |
5.13	c ==============================================================================
5.13	c Found solution: 107
5.13	o 107
5.14	c ---[   0]---> Sorter-cost:    0     Base:
5.36	c ==================================[MINISAT+]==================================
5.36	c | Conflicts | Original         | Learnt                           | Progress |
5.36	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.36	c ==============================================================================
5.36	c |     14478 |   34794    88955 |   11598   14438   705219    48.8 |  2.751 % |
5.41	c |     14578 |   34770    88899 |   12757    7318   289885    39.6 |  2.820 % |
5.44	c |     14728 |   34715    88776 |   14033    7466   292103    39.1 |  2.963 % |
5.47	c |     14953 |   34715    88776 |   15436    7691   295143    38.4 |  2.963 % |
5.56	c |     15291 |   34715    88776 |   16980    8029   304354    37.9 |  2.963 % |
5.71	c |     15797 |   34715    88776 |   18678    8535   324541    38.0 |  2.963 % |
5.96	c |     16556 |   34715    88776 |   20546    9294   366540    39.4 |  2.963 % |
6.25	c |     17698 |   34715    88776 |   22601   10436   446360    42.8 |  2.963 % |
6.74	c |     19407 |   34715    88776 |   24861   12145   546566    45.0 |  2.963 % |
7.82	c |     21969 |   34715    88776 |   27347   14707   791931    53.8 |  2.963 % |
9.14	c |     25814 |   34715    88776 |   30082   18552  1072439    57.8 |  2.963 % |
11.81	c |     31580 |   34715    88776 |   33090   24318  1683892    69.2 |  2.963 % |
16.13	c |     40231 |   34715    88776 |   36399   32969  2508394    76.1 |  2.963 % |
21.00	c |     53205 |   34715    88776 |   40039   17615  1404149    79.7 |  2.963 % |
30.60	c ==============================================================================
30.60	c Found solution: 105
30.60	o 105
30.61	c ---[   0]---> Sorter-cost:    0     Base:
30.86	c ==================================[MINISAT+]==================================
30.86	c | Conflicts | Original         | Learnt                           | Progress |
30.86	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
30.86	c ==============================================================================
30.86	c |     71295 |   34737    88838 |   11579   35705  2983561    83.6 |  2.963 % |
30.99	c |     71395 |   34737    88838 |   12736    6799   479176    70.5 |  2.965 % |
31.04	c |     71546 |   34737    88838 |   14010    6950   481002    69.2 |  2.965 % |
31.11	c |     71771 |   34737    88838 |   15411    7175   486783    67.8 |  2.965 % |
31.20	c |     72109 |   34737    88838 |   16952    7513   493601    65.7 |  2.965 % |
31.33	c |     72618 |   34737    88838 |   18648    8022   509796    63.5 |  2.965 % |
31.65	c |     73378 |   34737    88838 |   20512    8782   542933    61.8 |  2.965 % |
32.06	c |     74519 |   34737    88838 |   22564    9923   602902    60.8 |  2.965 % |
32.81	c |     76227 |   34737    88838 |   24820   11631   764739    65.8 |  2.965 % |
33.53	c |     78789 |   34737    88838 |   27302   14193   973188    68.6 |  2.965 % |
36.06	c |     82633 |   34737    88838 |   30032   18037  1476670    81.9 |  2.965 % |
39.53	c |     88400 |   34737    88838 |   33036   23804  2026718    85.1 |  2.965 % |
44.86	c |     97050 |   34737    88838 |   36339   32454  2990923    92.2 |  2.965 % |
54.70	c |    110024 |   34737    88838 |   39973   18291  2094646   114.5 |  2.965 % |
68.13	c |    129487 |   34737    88838 |   43971   37754  4526617   119.9 |  2.965 % |
90.19	c |    158679 |   34737    88838 |   48368   33848  4120655   121.7 |  2.965 % |
113.78	c |    202469 |   34737    88838 |   53205   39919  3959290    99.2 |  2.965 % |
153.96	c ==============================================================================
153.96	c Found solution: 103
153.96	o 103
153.97	c ---[   0]---> Sorter-cost:    0     Base:
154.22	c ==================================[MINISAT+]==================================
154.22	c | Conflicts | Original         | Learnt                           | Progress |
154.22	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
154.22	c ==============================================================================
154.22	c |    266222 |   34756    88893 |   11585   17458  2120770   121.5 |  2.965 % |
154.34	c |    266322 |   34756    88893 |   12743    8829   935840   106.0 |  2.972 % |
154.39	c |    266474 |   34756    88893 |   14017    8981   938011   104.4 |  2.972 % |
154.47	c |    266703 |   34756    88893 |   15419    9210   942242   102.3 |  2.972 % |
154.58	c |    267040 |   34708    88793 |   16961    9546   952458    99.8 |  3.081 % |
154.72	c |    267546 |   34708    88793 |   18657   10052   966834    96.2 |  3.081 % |
154.97	c |    268305 |   34708    88793 |   20523   10811   984157    91.0 |  3.081 % |
155.40	c |    269446 |   34708    88793 |   22575   11952  1037787    86.8 |  3.081 % |
155.98	c |    271157 |   34708    88793 |   24833   13663  1101406    80.6 |  3.081 % |
156.98	c |    273721 |   34708    88793 |   27316   16227  1262431    77.8 |  3.081 % |
158.19	c |    277565 |   34708    88793 |   30048   20071  1459825    72.7 |  3.081 % |
160.92	c |    283331 |   34708    88793 |   33053   25837  1951094    75.5 |  3.081 % |
166.41	c |    291980 |   34708    88793 |   36358   34486  2767918    80.3 |  3.081 % |
175.39	c |    304959 |   34708    88793 |   39994   20931  2337681   111.7 |  3.081 % |
188.49	c |    324420 |   34708    88793 |   43994   40392  4435849   109.8 |  3.081 % |
206.21	c |    353612 |   34708    88793 |   48393   36187  3310077    91.5 |  3.081 % |
240.77	c |    397402 |   34708    88793 |   53232   40231  4232230   105.2 |  3.081 % |
280.17	c |    463086 |   34708    88793 |   58556   19678  1368409    69.5 |  3.081 % |
364.75	c |    561612 |   34708    88793 |   64411   22846  2527193   110.6 |  3.081 % |
523.30	c |    709402 |   34708    88793 |   70852   60773  5684710    93.5 |  3.081 % |
797.31	c |    931087 |   34708    88793 |   77938   46813  6121770   130.8 |  3.081 % |
1254.17	c |   1263612 |   34708    88793 |   85731   45908  6130727   133.5 |  3.081 % |
1294.25	c ==============================================================================
1294.25	c Found solution: 101
1294.25	o 101
1294.26	c ---[   0]---> Sorter-cost:    0     Base:
1294.52	c ==================================[MINISAT+]==================================
1294.52	c | Conflicts | Original         | Learnt                           | Progress |
1294.52	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1294.52	c ==============================================================================
1294.52	c |   1309775 |   34730    88855 |   11576   15199  1381315    90.9 |  3.081 % |
1294.59	c |   1309877 |   34730    88855 |   12733    7702   649080    84.3 |  3.083 % |
1294.65	c |   1310027 |   34700    88788 |   14006    7850   650720    82.9 |  3.159 % |
1294.74	c |   1310253 |   34700    88788 |   15407    8076   660195    81.7 |  3.159 % |
1294.84	c |   1310592 |   34700    88788 |   16948    8415   667166    79.3 |  3.159 % |
1295.01	c |   1311098 |   34700    88788 |   18643    8921   691730    77.5 |  3.159 % |
1295.21	c |   1311857 |   34700    88788 |   20507    9680   712448    73.6 |  3.159 % |
1295.53	c |   1312996 |   34700    88788 |   22558   10819   749959    69.3 |  3.159 % |
1296.04	c |   1314704 |   34700    88788 |   24814   12527   809942    64.7 |  3.159 % |
1296.86	c |   1317267 |   34700    88788 |   27295   15090   932767    61.8 |  3.159 % |
1298.37	c |   1321111 |   34700    88788 |   30025   18934  1218583    64.4 |  3.159 % |
1301.44	c |   1326877 |   34700    88788 |   33027   24700  1615870    65.4 |  3.159 % |
1304.91	c |   1335526 |   34700    88788 |   36330   33349  2126920    63.8 |  3.159 % |
1311.89	c |   1348500 |   34700    88788 |   39963   18610  1365801    73.4 |  3.159 % |
1323.19	c |   1367961 |   34700    88788 |   43959   38071  3645716    95.8 |  3.159 % |
1342.54	c |   1397153 |   34700    88788 |   48355   31837  2985740    93.8 |  3.159 % |
1381.57	c |   1440942 |   34700    88788 |   53191   36217  4816623   133.0 |  3.159 % |
1458.61	c |   1506627 |   34700    88788 |   58510   17897  1893746   105.8 |  3.159 % |
1575.35	c |   1605153 |   34700    88788 |   64361   24942  3147742   126.2 |  3.159 % |
1712.76	c |   1752942 |   34700    88788 |   70797   65355  7543821   115.4 |  3.159 % |
1801.16	c 
1801.16	c *** TERMINATED ***
1801.16	s SATISFIABLE
1801.16	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
1801.16	v -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
1801.16	v -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
1801.16	v -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
1801.16	v -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128
1801.16	v -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 x143 -x144 -x145 -x146 -x147 x148 -x149
1801.16	v x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170
1801.16	v -x171 -x172 -x173 x174 x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192
1801.16	v -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 x211 -x212 -x213
1801.16	v -x214 x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 x232 -x233 x234 -x235
1801.16	v x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 x252 -x253 -x254 -x255 -x256
1801.16	v x257 -x258 -x259 x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 x273 -x274 -x275 -x276 -x277 -x278
1801.16	v -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299
1801.16	v -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320
1801.16	v -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341
1801.16	v -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 x358 -x359 -x360 x361 -x362
1801.16	v -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383
1801.16	v -x384 -x385 -x386 -x387 x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404
1801.16	v -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 -x425
1801.16	v -x426 -x427 x428 -x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 x442 -x443 -x444 x445 -x446
1801.16	v -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467
1801.16	v -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488
1801.16	v -x489 x490 x491 -x492 -x493 -x494 -x495 -x496 x497 x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509
1801.16	v -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 x523 x524 -x525 -x526 -x527 -x528 x529 -x530 -x531
1801.16	v x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552
1801.16	v -x553 -x554 -x555 -x556 -x557 -x558 x559 -x560 x561 -x562 -x563 -x564 -x565 x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573
1801.16	v -x574 -x575 -x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 x587 -x588 x589 -x590 -x591 -x592 -x593 x594
1801.16	v -x595 x596 -x597 -x598 -x599 -x600 -x601 x602 -x603 -x604 -x605 -x606 -x607 -x608 x609 -x610 -x611 x612 -x613 -x614 x615 -x616
1801.16	v x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 x625 -x626 -x627 -x628 -x629 x630 -x631 -x632 -x633 x634 -x635 -x636 -x637 x638
1801.16	v -x639 -x640 x641 -x642 x643 -x644 -x645 x646 x647 -x648 x649 -x650 -x651 -x652

Verifier Data (download as text)

OK	101

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node31/watcher-49685-1154089866 -o ROOT/results/node31/solver-49685-1154089866 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node31/49685-1154089866/instance-49685-1154089866.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1511096/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=1048 CPUtime=0
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 112 0 0 0 0 0 0 0 19 0 1 0 155846319 1073152 96 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134615252 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 262 100 67 215 0 44 0

[startup+10.002 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1499728/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=12864 CPUtime=9.98
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 3031 0 0 0 997 1 0 0 25 0 1 0 155846319 13172736 2967 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 3216 2967 111 215 0 2998 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 12864

[startup+20.0088 s]
/proc/loadavg: 0.94 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1491216/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=21376 CPUtime=19.99
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 5164 0 0 0 1996 3 0 0 25 0 1 0 155846319 21889024 5100 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581497 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 5344 5100 111 215 0 5126 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 21376

[startup+30.0147 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1491216/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=21376 CPUtime=30
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 5164 0 0 0 2996 4 0 0 25 0 1 0 155846319 21889024 5100 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 5344 5100 111 215 0 5126 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 21376

[startup+40.0205 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1491216/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=21376 CPUtime=40
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 5165 0 0 0 3996 4 0 0 25 0 1 0 155846319 21889024 5101 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581110 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 5344 5101 111 215 0 5126 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 21376

[startup+50.0273 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1487760/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=24780 CPUtime=49.99
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 6016 0 0 0 4995 4 0 0 25 0 1 0 155846319 25374720 5952 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572994 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 6195 5952 111 215 0 5977 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 24780

[startup+60.0332 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1487312/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=25308 CPUtime=60.01
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 6129 0 0 0 5996 5 0 0 25 0 1 0 155846319 25915392 6065 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 6327 6065 111 215 0 6109 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 25308

[startup+70.039 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1483088/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=29508 CPUtime=70
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 7190 0 0 0 6994 6 0 0 25 0 1 0 155846319 30216192 7126 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581087 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 7377 7126 111 215 0 7159 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 29508

[startup+80.0448 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1480784/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=31736 CPUtime=80.01
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 7756 0 0 0 7994 7 0 0 25 0 1 0 155846319 32497664 7692 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580274 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 7934 7692 111 215 0 7716 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 31736

[startup+90.0507 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1480784/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=31736 CPUtime=90.01
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 7756 0 0 0 8994 7 0 0 25 0 1 0 155846319 32497664 7692 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 7934 7692 111 215 0 7716 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 31736

[startup+100.056 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1479824/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=32660 CPUtime=100.01
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 7985 0 0 0 9994 7 0 0 25 0 1 0 155846319 33443840 7921 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 8165 7921 111 215 0 7947 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 32660

[startup+110.063 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1479824/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=32660 CPUtime=110.02
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 7985 0 0 0 10995 7 0 0 25 0 1 0 155846319 33443840 7921 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584242 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 8165 7921 111 215 0 7947 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 32660

[startup+120.069 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1479824/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=32660 CPUtime=120.02
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 7989 0 0 0 11995 7 0 0 25 0 1 0 155846319 33443840 7925 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580314 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 8165 7925 111 215 0 7947 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 32660

[startup+130.075 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1479824/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=32660 CPUtime=130.03
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 7990 0 0 0 12995 8 0 0 25 0 1 0 155846319 33443840 7926 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 8165 7926 111 215 0 7947 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 32660

[startup+140.081 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1479824/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=32660 CPUtime=140.04
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 7990 0 0 0 13996 8 0 0 25 0 1 0 155846319 33443840 7926 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 8165 7926 111 215 0 7947 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 32660

[startup+150.087 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 24811
/proc/meminfo: memFree=1476752/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=35704 CPUtime=150.03
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 8754 0 0 0 14995 8 0 0 25 0 1 0 155846319 36560896 8690 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 8926 8690 111 215 0 8708 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 35704

[startup+160.092 s]
/proc/loadavg: 1.14 1.02 1.00 2/64 24811
/proc/meminfo: memFree=1475280/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=37148 CPUtime=160.04
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 9118 0 0 0 15995 9 0 0 25 0 1 0 155846319 38039552 9054 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 9287 9054 111 215 0 9069 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 37148

[startup+170.097 s]
/proc/loadavg: 1.12 1.02 1.00 2/64 24811
/proc/meminfo: memFree=1475280/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=37148 CPUtime=170.04
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 9118 0 0 0 16995 9 0 0 25 0 1 0 155846319 38039552 9054 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 9287 9054 111 215 0 9069 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 37148

[startup+180.103 s]
/proc/loadavg: 1.10 1.01 1.00 2/64 24811
/proc/meminfo: memFree=1475280/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=37148 CPUtime=180.05
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 9118 0 0 0 17996 9 0 0 25 0 1 0 155846319 38039552 9054 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 9287 9054 111 215 0 9069 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 37148

[startup+190.109 s]
/proc/loadavg: 1.08 1.01 1.00 2/64 24811
/proc/meminfo: memFree=1475280/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=37148 CPUtime=190.05
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 9118 0 0 0 18996 9 0 0 25 0 1 0 155846319 38039552 9054 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 9287 9054 111 215 0 9069 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 37148

[startup+200.115 s]
/proc/loadavg: 1.07 1.01 1.00 2/64 24811
/proc/meminfo: memFree=1475216/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=37148 CPUtime=200.05
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 9118 0 0 0 19996 9 0 0 25 0 1 0 155846319 38039552 9054 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 9287 9054 111 215 0 9069 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 37148

[startup+210.121 s]
/proc/loadavg: 1.06 1.01 1.00 2/64 24811

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

/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178138 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (Kb) 70916

[startup+1783.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1782.63
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178239 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579241 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1782.63
Current children cumulated vsize (Kb) 70916

[startup+1784.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1783.63
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178339 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1783.63
Current children cumulated vsize (Kb) 70916

[startup+1785.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1784.63
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178439 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576810 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (Kb) 70916

[startup+1786.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1785.64
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178540 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (Kb) 70916

[startup+1787.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1786.64
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178640 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 70916

[startup+1788.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1787.65
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178741 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1787.65
Current children cumulated vsize (Kb) 70916

[startup+1789.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1788.65
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178841 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568556 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 70916

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1789.66
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 178942 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580268 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1789.66
Current children cumulated vsize (Kb) 70916

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1790.66
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179042 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (Kb) 70916

[startup+1792.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1791.67
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179143 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1791.67
Current children cumulated vsize (Kb) 70916

[startup+1793.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1792.67
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179243 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580854 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (Kb) 70916

[startup+1794.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24813
/proc/meminfo: memFree=1441360/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1793.68
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179344 24 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1793.68
Current children cumulated vsize (Kb) 70916

[startup+1795.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 24839
/proc/meminfo: memFree=1440224/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1794.67
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179440 27 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574570 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 70916

[startup+1796.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 24839
/proc/meminfo: memFree=1440224/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1795.68
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179541 27 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 70916

[startup+1797.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 24839
/proc/meminfo: memFree=1440224/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1796.68
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179641 27 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581327 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 70916

[startup+1798.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 24879
/proc/meminfo: memFree=1440032/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1797.67
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179739 28 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572774 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (Kb) 70916

[startup+1799.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 24879
/proc/meminfo: memFree=1440032/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1798.68
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179840 28 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581098 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 70916

[startup+1800.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 24879
/proc/meminfo: memFree=1440032/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1799.68
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 179940 28 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (Kb) 70916

[startup+1801.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 24887
/proc/meminfo: memFree=1440032/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1800.69
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 180041 28 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 70916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 24887
/proc/meminfo: memFree=1440032/2055920 swapFree=4183108/4192956
[pid=24811] ppid=24809 vsize=70916 CPUtime=1800.69
/proc/24811/stat : 24811 (minisat+) R 24809 24811 24762 0 -1 4194304 17511 0 0 0 180041 28 0 0 25 0 1 0 155846319 72617984 17415 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24811/statm: 17729 17415 111 215 0 17511 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 70916

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

Child status: 10
Real time (s): 1801.18
CPU time (s): 1800.71
CPU user time (s): 1800.42
CPU system time (s): 0.295955
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (Kb): 71080
The end

Launcher Data (download as text)

Begin job on node31 on Fri Jul 28 12:31:06 UTC 2006


FILE ID= 49685-1154089866

PBS_JOBID= 885600

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m4.r.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node31/49685-1154089866/instance-49685-1154089866.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node31/watcher-49685-1154089866 -o ROOT/results/node31/solver-49685-1154089866 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node31/49685-1154089866/instance-49685-1154089866.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  f69ecb5497caa964fbd82b9dc6698ac3

RANDOM SEED= 685393981

TIMEOUT= 1800 seconds


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1511304 kB
Buffers:         18752 kB
Cached:         464152 kB
SwapCached:       3704 kB
Active:          44956 kB
Inactive:       446600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511304 kB
SwapTotal:     4192956 kB
SwapFree:      4183108 kB
Dirty:             208 kB
Writeback:           0 kB
Mapped:          14732 kB
Slab:            39084 kB
Committed_AS:   646144 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node31 on Fri Jul 28 13:01:07 UTC 2006