Trace number 49658

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)120 1800.49 1801.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-mlp4.r.opb
MD5SUMc216dcb87e9001dad9e1252e03860f2a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark0.319951
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 109
Optimality of the best value was proved YES
Number of variables594
Total number of constraints530
Number of constraints which are clauses530
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 constraint18
Number of terms in the objective function 594
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 594
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 594
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.03	c Converting 530 PB-constraints to clauses...
0.03	c   -- Unit propagations: (none)
0.03	c   -- Detecting intervals from adjacent constraints: (none)
0.03	c   -- Clauses(.)/Splits(s): ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.03	c ==================================[MINISAT+]==================================
0.03	c | Conflicts | Original         | Learnt                           | Progress |
0.03	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.03	c ==============================================================================
0.03	c |         0 |     530     3113 |     176       0        0     nan |  0.000 % |
0.03	c ==============================================================================
0.03	c Found solution: 137
0.03	o 137
0.04	c ---[   0]---> Sorter-cost:26752     Base:
0.23	c ==================================[MINISAT+]==================================
0.23	c | Conflicts | Original         | Learnt                           | Progress |
0.23	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.23	c ==============================================================================
0.23	c |         0 |   31945    76511 |   10648       0        0     nan |  0.000 % |
0.28	c |       100 |   31750    76110 |   11712      88     1126    12.8 |  0.480 % |
0.30	c |       250 |   31654    75904 |   12884     231     3171    13.7 |  0.738 % |
0.37	c |       475 |   31613    75817 |   14172     453     5050    11.1 |  0.846 % |
0.45	c |       815 |   31475    75523 |   15589     784    11921    15.2 |  1.199 % |
0.55	c |      1321 |   31475    75523 |   17148    1290    19645    15.2 |  1.199 % |
0.73	c |      2080 |   31443    75455 |   18863    2048    31866    15.6 |  1.284 % |
0.98	c |      3221 |   31443    75455 |   20749    3189    91600    28.7 |  1.284 % |
1.22	c ==============================================================================
1.22	c Found solution: 131
1.22	o 131
1.23	c ---[   0]---> Sorter-cost:    0     Base:
1.39	c ==================================[MINISAT+]==================================
1.39	c | Conflicts | Original         | Learnt                           | Progress |
1.39	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.39	c ==============================================================================
1.39	c |      4259 |   31524    75680 |   10508    4227   123731    29.3 |  1.284 % |
1.42	c |      4359 |   31475    75575 |   11558    4324   124731    28.8 |  1.421 % |
1.47	c |      4510 |   31475    75575 |   12714    4475   127178    28.4 |  1.421 % |
1.52	c |      4736 |   31475    75575 |   13986    4701   134543    28.6 |  1.421 % |
1.61	c |      5073 |   31475    75575 |   15384    5038   140783    27.9 |  1.421 % |
1.83	c |      5579 |   31475    75575 |   16923    5544   173356    31.3 |  1.421 % |
1.99	c |      6340 |   31401    75413 |   18615    6295   187340    29.8 |  1.623 % |
2.17	c ==============================================================================
2.17	c Found solution: 124
2.17	o 124
2.18	c ---[   0]---> Sorter-cost:    0     Base:
2.35	c ==================================[MINISAT+]==================================
2.35	c | Conflicts | Original         | Learnt                           | Progress |
2.35	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.35	c ==============================================================================
2.35	c |      6964 |   31452    75548 |   10484    6811   193617    28.4 |  1.623 % |
2.38	c |      7064 |   31452    75548 |   11532    6911   195763    28.3 |  1.690 % |
2.42	c |      7214 |   31452    75548 |   12685    7061   198637    28.1 |  1.690 % |
2.51	c |      7441 |   31452    75548 |   13954    7288   211170    29.0 |  1.690 % |
2.58	c |      7778 |   31452    75548 |   15349    7625   222645    29.2 |  1.690 % |
2.74	c |      8284 |   31452    75548 |   16884    8131   243335    29.9 |  1.690 % |
2.97	c |      9045 |   31452    75548 |   18573    8892   265417    29.8 |  1.690 % |
3.35	c |     10184 |   31452    75548 |   20430   10031   319956    31.9 |  1.690 % |
4.35	c |     11895 |   31452    75548 |   22473   11742   461377    39.3 |  1.690 % |
5.23	c |     14457 |   31452    75548 |   24720   14304   662346    46.3 |  1.690 % |
6.49	c |     18301 |   31452    75548 |   27192   18148   909819    50.1 |  1.690 % |
10.41	c |     24067 |   31452    75548 |   29912   23914  1549478    64.8 |  1.690 % |
17.84	c |     32716 |   31452    75548 |   32903   32563  2774246    85.2 |  1.690 % |
24.00	c |     45691 |   31452    75548 |   36193   21477  2183625   101.7 |  1.690 % |
35.62	c |     65152 |   31452    75548 |   39812   13785  1348564    97.8 |  1.690 % |
60.19	c |     94345 |   31452    75548 |   43794   42978  5200933   121.0 |  1.690 % |
102.71	c |    138134 |   31452    75548 |   48173   21505  3354637   156.0 |  1.690 % |
166.55	c |    203821 |   31452    75548 |   52991   48226  8455963   175.3 |  1.690 % |
272.07	c |    302348 |   31452    75548 |   58290   19337  3393988   175.5 |  1.690 % |
421.07	c |    450137 |   31452    75548 |   64119   19954  2623627   131.5 |  1.690 % |
716.61	c |    671820 |   31452    75548 |   70531   31293  5446197   174.0 |  1.690 % |
725.82	c ==============================================================================
725.82	c Found solution: 121
725.82	o 121
725.83	c ---[   0]---> Sorter-cost:    0     Base:
726.07	c ==================================[MINISAT+]==================================
726.07	c | Conflicts | Original         | Learnt                           | Progress |
726.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
726.07	c ==============================================================================
726.07	c |    689790 |   31495    75674 |   10498   49263  6737164   136.8 |  1.690 % |
726.26	c |    689891 |   31495    75674 |   11547    6346   442323    69.7 |  1.724 % |
726.30	c |    690041 |   31495    75674 |   12702    6496   445358    68.6 |  1.724 % |
726.38	c |    690267 |   31495    75674 |   13972    6722   453194    67.4 |  1.724 % |
726.49	c |    690605 |   31495    75674 |   15370    7060   467605    66.2 |  1.724 % |
726.64	c |    691112 |   31495    75674 |   16907    7567   482554    63.8 |  1.724 % |
726.85	c |    691873 |   31495    75674 |   18597    8328   524663    63.0 |  1.724 % |
727.28	c |    693012 |   31452    75581 |   20457    9463   579560    61.2 |  1.846 % |
727.64	c |    694722 |   31452    75581 |   22503   11173   646130    57.8 |  1.846 % |
728.64	c |    697285 |   31452    75581 |   24753   13736   834701    60.8 |  1.846 % |
730.05	c |    701129 |   31452    75581 |   27229   17580  1049810    59.7 |  1.846 % |
732.07	c |    706895 |   31452    75581 |   29952   23346  1373018    58.8 |  1.846 % |
737.76	c |    715546 |   31355    75374 |   32947   31837  2303485    72.4 |  2.103 % |
748.13	c |    728520 |   31355    75374 |   36241   20927  2647936   126.5 |  2.103 % |
762.37	c |    747983 |   31355    75374 |   39866   40390  5081669   125.8 |  2.103 % |
778.56	c |    777175 |   31355    75374 |   43852   41812  4165114    99.6 |  2.103 % |
809.72	c |    820966 |   31355    75374 |   48238   19874  2399862   120.8 |  2.103 % |
858.85	c |    886651 |   31355    75374 |   53061   46392  4819881   103.9 |  2.103 % |
970.98	c |    985177 |   31355    75374 |   58368   16869  2604500   154.4 |  2.103 % |
1102.69	c |   1132970 |   31355    75374 |   64204   16078  2164143   134.6 |  2.103 % |
1417.00	c |   1354653 |   31355    75374 |   70625   31311  4946272   158.0 |  2.103 % |
1424.02	c ==============================================================================
1424.02	c Found solution: 120
1424.02	o 120
1424.03	c ---[   0]---> Sorter-cost:    0     Base:
1424.27	c ==================================[MINISAT+]==================================
1424.27	c | Conflicts | Original         | Learnt                           | Progress |
1424.27	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1424.27	c ==============================================================================
1424.27	c |   1365195 |   31341    75330 |   10447   41850  6107389   145.9 |  2.103 % |
1424.48	c |   1365295 |   31341    75330 |   11491    6472   708413   109.5 |  2.168 % |
1424.55	c |   1365445 |   31341    75330 |   12640    6622   711252   107.4 |  2.168 % |
1424.65	c |   1365672 |   31341    75330 |   13904    6849   717960   104.8 |  2.168 % |
1424.72	c |   1366010 |   31341    75330 |   15295    7187   727475   101.2 |  2.168 % |
1424.93	c |   1366517 |   31341    75330 |   16824    7694   747279    97.1 |  2.168 % |
1425.08	c |   1367277 |   31341    75330 |   18507    8454   766418    90.7 |  2.168 % |
1425.43	c |   1368416 |   31341    75330 |   20358    9593   800591    83.5 |  2.168 % |
1426.06	c |   1370125 |   31341    75330 |   22394   11302   857051    75.8 |  2.168 % |
1426.95	c |   1372688 |   31341    75330 |   24633   13865  1032727    74.5 |  2.168 % |
1429.20	c |   1376533 |   31341    75330 |   27096   17710  1435184    81.0 |  2.168 % |
1433.23	c |   1382300 |   31341    75330 |   29806   23477  2026715    86.3 |  2.168 % |
1440.74	c |   1390951 |   31341    75330 |   32787   32128  3166857    98.6 |  2.168 % |
1449.68	c |   1403926 |   31341    75330 |   36065   21466  2548397   118.7 |  2.168 % |
1464.57	c |   1423388 |   31341    75330 |   39672   13385  2020027   150.9 |  2.168 % |
1489.88	c |   1452581 |   31341    75330 |   43639   42578  6316763   148.4 |  2.168 % |
1538.61	c |   1496370 |   31341    75330 |   48003   20429  3374805   165.2 |  2.168 % |
1612.77	c |   1562054 |   31341    75330 |   52804   48612  7211552   148.3 |  2.168 % |
1742.14	c |   1660580 |   31341    75330 |   58084   27929  3748437   134.2 |  2.168 % |
1801.23	c 
1801.23	c *** TERMINATED ***
1801.23	s SATISFIABLE
1801.23	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.23	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.23	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.23	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
1801.23	v -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127
1801.23	v -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 x143 -x144 -x145 x146 -x147 -x148
1801.23	v -x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170
1801.23	v x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 x184 -x185 -x186 x187 -x188 -x189 x190 -x191 -x192
1801.23	v -x193 -x194 -x195 x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 x209 -x210 -x211 -x212 x213 -x214
1801.23	v -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 x235
1801.23	v -x236 x237 -x238 -x239 x240 x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 x253 -x254 -x255 -x256 -x257
1801.23	v -x258 -x259 -x260 x261 x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278
1801.23	v -x279 -x280 x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299
1801.23	v -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320
1801.23	v -x321 -x322 -x323 -x324 -x325 -x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341
1801.23	v -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 x361 -x362
1801.23	v -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 -x381 -x382 -x383
1801.23	v -x384 x385 -x386 x387 -x388 -x389 -x390 x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 x399 -x400 x401 -x402 x403 x404 -x405
1801.23	v x406 -x407 x408 -x409 -x410 x411 x412 x413 x414 -x415 x416 -x417 x418 -x419 x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427
1801.23	v -x428 x429 -x430 -x431 x432 -x433 x434 x435 -x436 -x437 x438 x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449
1801.23	v x450 -x451 -x452 -x453 x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 x465 -x466 -x467 x468 x469 x470 -x471
1801.23	v -x472 -x473 x474 -x475 -x476 x477 -x478 -x479 x480 -x481 x482 x483 -x484 x485 -x486 x487 -x488 -x489 -x490 x491 -x492 -x493
1801.23	v -x494 -x495 -x496 -x497 x498 -x499 -x500 -x501 -x502 x503 x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 x513 -x514 -x515
1801.23	v -x516 x517 -x518 x519 x520 -x521 x522 -x523 -x524 -x525 -x526 -x527 x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537
1801.23	v -x538 -x539 -x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 x551 x552 -x553 -x554 -x555 x556 -x557 -x558 -x559
1801.23	v -x560 -x561 -x562 x563 x564 -x565 -x566 -x567 -x568 -x569 x570 x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x581
1801.23	v -x582 -x583 -x584 -x585 -x586 -x587 -x588 x589 x590 x591 x592 -x593 x594

Verifier Data (download as text)

OK	120

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/node54/watcher-49658-1154084412 -o ROOT/results/node54/solver-49658-1154084412 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node54/49658-1154084412/instance-49658-1154084412.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.98 2/64 31922
/proc/meminfo: memFree=921984/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=1180 CPUtime=0
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 135 0 0 0 0 0 0 0 19 0 1 0 155311327 1208320 119 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005820 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 295 119 74 215 0 77 0

[startup+10.0026 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 31922
/proc/meminfo: memFree=910208/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=13324 CPUtime=10
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 3102 0 0 0 998 2 0 0 25 0 1 0 155311327 13643776 3037 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 3331 3037 111 215 0 3113 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 13324

[startup+20.0097 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 31922
/proc/meminfo: memFree=903168/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=20312 CPUtime=19.99
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 4865 0 0 0 1996 3 0 0 25 0 1 0 155311327 20799488 4800 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 5078 4800 111 215 0 4860 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 20312

[startup+30.0168 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 31922
/proc/meminfo: memFree=901696/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=21760 CPUtime=30
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 5236 0 0 0 2996 4 0 0 25 0 1 0 155311327 22282240 5171 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579525 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 5440 5171 111 215 0 5222 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 21760

[startup+40.0229 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 31922
/proc/meminfo: memFree=898304/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=25052 CPUtime=40
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 6065 0 0 0 3996 4 0 0 25 0 1 0 155311327 25653248 6000 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573899 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 6263 6000 111 215 0 6045 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 25052

[startup+50.029 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 31948
/proc/meminfo: memFree=897168/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=25052 CPUtime=49.99
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 6065 0 0 0 4991 8 0 0 25 0 1 0 155311327 25653248 6000 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 6263 6000 111 215 0 6045 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 25052

[startup+60.0361 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 32030
/proc/meminfo: memFree=892496/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=29900 CPUtime=59.99
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 7242 0 0 0 5985 14 0 0 25 0 1 0 155311327 30617600 7177 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 7475 7177 111 215 0 7257 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 29900

[startup+70.0432 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 32080
/proc/meminfo: memFree=891728/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=30424 CPUtime=69.97
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 7385 0 0 0 6980 17 0 0 25 0 1 0 155311327 31154176 7320 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 7606 7320 111 215 0 7388 0
Current children cumulated CPU time (s) 69.97
Current children cumulated vsize (Kb) 30424

[startup+80.0503 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=892864/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=30424 CPUtime=79.95
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 7385 0 0 0 7978 17 0 0 25 0 1 0 155311327 31154176 7320 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 7606 7320 111 215 0 7388 0
Current children cumulated CPU time (s) 79.95
Current children cumulated vsize (Kb) 30424

[startup+90.0563 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=889984/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=33348 CPUtime=89.95
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 8115 0 0 0 8977 18 0 0 25 0 1 0 155311327 34148352 8050 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 8337 8050 111 215 0 8119 0
Current children cumulated CPU time (s) 89.95
Current children cumulated vsize (Kb) 33348

[startup+100.062 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=886848/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=36624 CPUtime=99.96
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 8912 0 0 0 9977 19 0 0 25 0 1 0 155311327 37502976 8847 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 9156 8847 111 215 0 8938 0
Current children cumulated CPU time (s) 99.96
Current children cumulated vsize (Kb) 36624

[startup+110.069 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=886784/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=36624 CPUtime=109.96
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 8912 0 0 0 10977 19 0 0 25 0 1 0 155311327 37502976 8847 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 9156 8847 111 215 0 8938 0
Current children cumulated CPU time (s) 109.96
Current children cumulated vsize (Kb) 36624

[startup+120.075 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=886080/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=37280 CPUtime=119.96
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 9085 0 0 0 11977 19 0 0 25 0 1 0 155311327 38174720 9020 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581044 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 9320 9020 111 215 0 9102 0
Current children cumulated CPU time (s) 119.96
Current children cumulated vsize (Kb) 37280

[startup+130.081 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=883072/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=40300 CPUtime=129.96
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 9838 0 0 0 12976 20 0 0 25 0 1 0 155311327 41267200 9773 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 10075 9773 111 215 0 9857 0
Current children cumulated CPU time (s) 129.96
Current children cumulated vsize (Kb) 40300

[startup+140.087 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=883072/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=40300 CPUtime=139.96
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 9838 0 0 0 13976 20 0 0 25 0 1 0 155311327 41267200 9773 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 10075 9773 111 215 0 9857 0
Current children cumulated CPU time (s) 139.96
Current children cumulated vsize (Kb) 40300

[startup+150.093 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=883072/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=40300 CPUtime=149.97
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 9839 0 0 0 14977 20 0 0 25 0 1 0 155311327 41267200 9774 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 10075 9774 111 215 0 9857 0
Current children cumulated CPU time (s) 149.97
Current children cumulated vsize (Kb) 40300

[startup+160.099 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=880960/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=42400 CPUtime=159.97
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 10357 0 0 0 15976 21 0 0 25 0 1 0 155311327 43417600 10292 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573879 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 10600 10292 111 215 0 10382 0
Current children cumulated CPU time (s) 159.97
Current children cumulated vsize (Kb) 42400

[startup+170.105 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=875968/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=47488 CPUtime=169.98
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 11627 0 0 0 16975 23 0 0 25 0 1 0 155311327 48627712 11562 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 11872 11562 111 215 0 11654 0
Current children cumulated CPU time (s) 169.98
Current children cumulated vsize (Kb) 47488

[startup+180.111 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=873280/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=50120 CPUtime=179.97
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 12296 0 0 0 17974 23 0 0 25 0 1 0 155311327 51322880 12231 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 12530 12231 111 215 0 12312 0
Current children cumulated CPU time (s) 179.97
Current children cumulated vsize (Kb) 50120

[startup+190.117 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=873216/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=50120 CPUtime=189.97
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 12296 0 0 0 18974 23 0 0 25 0 1 0 155311327 51322880 12231 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 12530 12231 111 215 0 12312 0
Current children cumulated CPU time (s) 189.97
Current children cumulated vsize (Kb) 50120

[startup+200.123 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120
/proc/meminfo: memFree=873216/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=50120 CPUtime=199.98
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 12296 0 0 0 19975 23 0 0 25 0 1 0 155311327 51322880 12231 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 12530 12231 111 215 0 12312 0
Current children cumulated CPU time (s) 199.98
Current children cumulated vsize (Kb) 50120

[startup+210.129 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 32120

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

/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178105 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580896 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (Kb) 75896

[startup+1783.13 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1782.38
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178206 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573899 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (Kb) 75896

[startup+1784.14 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1783.38
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178306 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574431 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1783.38
Current children cumulated vsize (Kb) 75896

[startup+1785.14 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1784.38
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178406 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1784.38
Current children cumulated vsize (Kb) 75896

[startup+1786.15 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1785.39
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178507 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574494 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1785.39
Current children cumulated vsize (Kb) 75896

[startup+1787.15 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1786.39
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178607 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (Kb) 75896

[startup+1788.16 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1787.4
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178708 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1787.4
Current children cumulated vsize (Kb) 75896

[startup+1789.16 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1788.4
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178808 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (Kb) 75896

[startup+1790.17 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1789.41
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 178909 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (Kb) 75896

[startup+1791.17 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1790.41
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179009 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576171 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (Kb) 75896

[startup+1792.18 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1791.42
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179110 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (Kb) 75896

[startup+1793.18 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1792.42
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179210 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1792.42
Current children cumulated vsize (Kb) 75896

[startup+1794.19 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1793.43
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179311 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575881 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1793.43
Current children cumulated vsize (Kb) 75896

[startup+1795.19 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1794.43
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179411 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (Kb) 75896

[startup+1796.2 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1795.44
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179512 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573987 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1795.44
Current children cumulated vsize (Kb) 75896

[startup+1797.2 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1796.44
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179612 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581036 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1796.44
Current children cumulated vsize (Kb) 75896

[startup+1798.21 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1797.45
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179713 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (Kb) 75896

[startup+1799.21 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1798.45
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179813 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (Kb) 75896

[startup+1800.22 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1799.45
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 179913 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577059 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (Kb) 75896

[startup+1801.22 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1800.46
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 180014 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574548 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 75896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.23 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 32120
/proc/meminfo: memFree=847552/2055920 swapFree=4168420/4192956
[pid=31922] ppid=31920 vsize=75896 CPUtime=1800.46
/proc/31922/stat : 31922 (minisat+) R 31920 31922 31873 0 -1 4194304 18707 0 0 0 180014 32 0 0 25 0 1 0 155311327 77717504 18642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31922/statm: 18974 18642 111 215 0 18756 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 75896

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

Child status: 10
Real time (s): 1801.25
CPU time (s): 1800.49
CPU user time (s): 1800.15
CPU system time (s): 0.338948
CPU usage (%): 99.9579
Max. virtual memory (cumulated for all children) (Kb): 75912
The end

Launcher Data (download as text)

Begin job on node54 on Fri Jul 28 11:00:13 UTC 2006


FILE ID= 49658-1154084412

PBS_JOBID= 885249

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  c216dcb87e9001dad9e1252e03860f2a

RANDOM SEED= 85905125

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.256
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.256
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:        922192 kB
Buffers:         37576 kB
Cached:        1020456 kB
SwapCached:      18680 kB
Active:         180416 kB
Inactive:       901324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        922192 kB
SwapTotal:     4192956 kB
SwapFree:      4168420 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14468 kB
Slab:            38024 kB
Committed_AS:   613148 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node54 on Fri Jul 28 11:30:14 UTC 2006