Trace number 35421

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)51 1800.64 1801.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-e64.b.opb
MD5SUM4a444f89cff56050e88660d23e3d8694
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1800.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 47
Optimality of the best value was proved NO
Number of variables607
Total number of constraints1022
Number of constraints which are clauses1022
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 constraint3
Maximum length of a constraint32
Number of terms in the objective function 607
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 607
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 607
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.07	c Converting 1022 PB-constraints to clauses...
0.07	c   -- Unit propagations: (none)
0.07	c   -- Detecting intervals from adjacent constraints: (none)
0.07	c   -- Clauses(.)/Splits(s): ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.09	c ==================================[MINISAT+]==================================
0.09	c | Conflicts | Original         | Learnt                           | Progress |
0.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09	c ==============================================================================
0.09	c |         0 |    1022     8200 |     340       0        0     nan |  0.000 % |
0.09	c ==============================================================================
0.09	c Found solution: 82
0.09	o 82
0.09	c ---[   0]---> Sorter-cost:27402     Base:
0.33	c ==================================[MINISAT+]==================================
0.33	c | Conflicts | Original         | Learnt                           | Progress |
0.33	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.33	c ==============================================================================
0.33	c |         1 |   32830    82465 |   10943       1       16    16.0 |  0.000 % |
0.38	c |       101 |   32659    82112 |   12037      94     1497    15.9 |  0.419 % |
0.42	c |       251 |   32621    82032 |   13241     243     4353    17.9 |  0.516 % |
0.46	c |       476 |   32621    82032 |   14565     468     9015    19.3 |  0.516 % |
0.55	c |       814 |   32529    81832 |   16021     793    14441    18.2 |  0.768 % |
0.70	c |      1322 |   32529    81832 |   17623    1301    32379    24.9 |  0.768 % |
0.86	c |      2081 |   32529    81832 |   19386    2060    63365    30.8 |  0.768 % |
0.94	c ==============================================================================
0.94	c Found solution: 66
0.94	o 66
0.95	c ---[   0]---> Sorter-cost:    0     Base:
1.16	c ==================================[MINISAT+]==================================
1.16	c | Conflicts | Original         | Learnt                           | Progress |
1.16	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.16	c ==============================================================================
1.16	c |      2461 |   32632    82078 |   10877    2440    71970    29.5 |  0.768 % |
1.19	c |      2561 |   32632    82078 |   11964    2540    74933    29.5 |  0.770 % |
1.23	c |      2712 |   32630    82074 |   13161    2689    78090    29.0 |  0.775 % |
1.27	c |      2939 |   32630    82074 |   14477    2916    85765    29.4 |  0.775 % |
1.32	c |      3277 |   32630    82074 |   15925    3254    93917    28.9 |  0.775 % |
1.51	c |      3783 |   32630    82074 |   17517    3760   127302    33.9 |  0.775 % |
1.64	c |      4543 |   32630    82074 |   19269    4520   150778    33.4 |  0.775 % |
1.74	c ==============================================================================
1.74	c Found solution: 62
1.74	o 62
1.75	c ---[   0]---> Sorter-cost:    0     Base:
1.97	c ==================================[MINISAT+]==================================
1.97	c | Conflicts | Original         | Learnt                           | Progress |
1.97	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.97	c ==============================================================================
1.97	c |      4995 |   32666    82170 |   10888    4972   167344    33.7 |  0.775 % |
1.99	c |      5095 |   32666    82170 |   11976    5072   170045    33.5 |  0.778 % |
2.04	c |      5247 |   32666    82170 |   13174    5224   173288    33.2 |  0.778 % |
2.08	c |      5473 |   32666    82170 |   14491    5450   177915    32.6 |  0.778 % |
2.19	c |      5812 |   32666    82170 |   15941    5789   196753    34.0 |  0.778 % |
2.30	c |      6318 |   32666    82170 |   17535    6295   228223    36.3 |  0.778 % |
2.51	c |      7079 |   32666    82170 |   19288    7056   281712    39.9 |  0.778 % |
2.84	c ==============================================================================
2.84	c Found solution: 60
2.84	o 60
2.85	c ---[   0]---> Sorter-cost:    0     Base:
3.07	c ==================================[MINISAT+]==================================
3.07	c | Conflicts | Original         | Learnt                           | Progress |
3.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.07	c ==============================================================================
3.07	c |      7858 |   32687    82230 |   10895    7835   330531    42.2 |  0.778 % |
3.10	c |      7958 |   32687    82230 |   11984    7935   333875    42.1 |  0.783 % |
3.13	c |      8108 |   32687    82230 |   13182    8085   336644    41.6 |  0.783 % |
3.19	c |      8334 |   32682    82219 |   14501    8310   341781    41.1 |  0.796 % |
3.33	c |      8672 |   32682    82219 |   15951    8648   357378    41.3 |  0.796 % |
3.44	c |      9180 |   32682    82219 |   17546    9156   375471    41.0 |  0.796 % |
3.63	c |      9940 |   32682    82219 |   19301    9916   410488    41.4 |  0.796 % |
3.82	c |     11080 |   32682    82219 |   21231   11056   457815    41.4 |  0.796 % |
4.25	c |     12790 |   32682    82219 |   23354   12766   539078    42.2 |  0.796 % |
4.99	c |     15354 |   32682    82219 |   25689   15330   728623    47.5 |  0.796 % |
5.71	c ==============================================================================
5.71	c Found solution: 59
5.71	o 59
5.72	c ---[   0]---> Sorter-cost:    0     Base:
5.95	c ==================================[MINISAT+]==================================
5.95	c | Conflicts | Original         | Learnt                           | Progress |
5.95	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.95	c ==============================================================================
5.95	c |     17802 |   32597    82010 |   10865   16908   816060    48.3 |  0.796 % |
6.03	c |     17904 |   32597    82010 |   11951    8556   438381    51.2 |  1.083 % |
6.07	c |     18054 |   32597    82010 |   13146    8706   441590    50.7 |  1.083 % |
6.23	c |     18279 |   32597    82010 |   14461    8931   456048    51.1 |  1.083 % |
6.35	c |     18617 |   32597    82010 |   15907    9269   468109    50.5 |  1.083 % |
6.56	c |     19123 |   32597    82010 |   17498    9775   489656    50.1 |  1.083 % |
6.83	c |     19884 |   32597    82010 |   19248   10536   535648    50.8 |  1.083 % |
7.31	c |     21023 |   32559    81930 |   21172   11674   595162    51.0 |  1.181 % |
8.12	c ==============================================================================
8.12	c Found solution: 56
8.12	o 56
8.13	c ---[   0]---> Sorter-cost:    0     Base:
8.36	c ==================================[MINISAT+]==================================
8.36	c | Conflicts | Original         | Learnt                           | Progress |
8.36	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.36	c ==============================================================================
8.36	c |     22442 |   32594    82023 |   10864   13093   719679    55.0 |  1.181 % |
8.43	c |     22542 |   32594    82023 |   11950    6647   328731    49.5 |  1.184 % |
8.50	c |     22692 |   32594    82023 |   13145    6797   335794    49.4 |  1.184 % |
8.56	c |     22917 |   32594    82023 |   14459    7022   341715    48.7 |  1.184 % |
8.72	c |     23254 |   32594    82023 |   15905    7359   355035    48.2 |  1.184 % |
8.86	c |     23761 |   32594    82023 |   17496    7866   383043    48.7 |  1.184 % |
9.33	c |     24521 |   32594    82023 |   19246    8626   447134    51.8 |  1.184 % |
9.91	c |     25664 |   32594    82023 |   21170    9769   546069    55.9 |  1.184 % |
10.55	c |     27372 |   32594    82023 |   23287   11477   653389    56.9 |  1.184 % |
12.29	c |     29937 |   32594    82023 |   25616   14042   875603    62.4 |  1.184 % |
13.81	c |     33781 |   32594    82023 |   28178   17886  1140248    63.8 |  1.184 % |
17.01	c |     39547 |   32594    82023 |   30996   23652  1618700    68.4 |  1.184 % |
22.65	c |     48196 |   32594    82023 |   34095   32301  2484106    76.9 |  1.184 % |
32.85	c |     61170 |   32594    82023 |   37505   23250  2168220    93.3 |  1.184 % |
33.66	c ==============================================================================
33.66	c Found solution: 53
33.66	o 53
33.67	c ---[   0]---> Sorter-cost:    0     Base:
33.92	c ==================================[MINISAT+]==================================
33.92	c | Conflicts | Original         | Learnt                           | Progress |
33.92	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
33.92	c ==============================================================================
33.92	c |     62605 |   32587    81999 |   10862   23650  2141992    90.6 |  1.184 % |
34.02	c |     62705 |   32587    81999 |   11948    5791   416846    72.0 |  1.285 % |
34.08	c |     62855 |   32587    81999 |   13143    5941   421733    71.0 |  1.285 % |
34.17	c |     63080 |   32587    81999 |   14457    6166   429385    69.6 |  1.285 % |
34.32	c |     63417 |   32587    81999 |   15903    6503   441968    68.0 |  1.285 % |
34.54	c |     63923 |   32587    81999 |   17493    7009   475644    67.9 |  1.285 % |
34.91	c |     64682 |   32587    81999 |   19242    7768   522639    67.3 |  1.285 % |
35.21	c |     65824 |   32587    81999 |   21166    8910   583112    65.4 |  1.285 % |
35.89	c |     67534 |   32587    81999 |   23283   10620   651328    61.3 |  1.285 % |
37.02	c |     70097 |   32587    81999 |   25612   13183   802826    60.9 |  1.285 % |
38.54	c |     73941 |   32587    81999 |   28173   17027  1084630    63.7 |  1.285 % |
41.46	c |     79707 |   32587    81999 |   30990   22793  1473368    64.6 |  1.285 % |
46.69	c |     88356 |   32587    81999 |   34089   31442  2139665    68.1 |  1.285 % |
56.50	c |    101332 |   32587    81999 |   37498   21731  1448532    66.7 |  1.285 % |
73.53	c |    120793 |   32587    81999 |   41248   15111  1001232    66.3 |  1.285 % |
96.15	c |    149985 |   32587    81999 |   45373   15666  1026467    65.5 |  1.285 % |
136.64	c |    193776 |   32587    81999 |   49910   27439  1825975    66.5 |  1.285 % |
206.82	c |    259461 |   32587    81999 |   54901   21795  1642206    75.3 |  1.285 % |
317.56	c |    357987 |   32587    81999 |   60391   37824  2725805    72.1 |  1.285 % |
500.75	c |    505777 |   32587    81999 |   66431   43484  4049564    93.1 |  1.285 % |
525.09	c ==============================================================================
525.09	c Found solution: 51
525.09	o 51
525.10	c ---[   0]---> Sorter-cost:    0     Base:
525.39	c ==================================[MINISAT+]==================================
525.39	c | Conflicts | Original         | Learnt                           | Progress |
525.39	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
525.39	c ==============================================================================
525.39	c |    525533 |   32433    81633 |   10811   63229  5653479    89.4 |  1.285 % |
525.98	c |    525633 |   32433    81633 |   11892    7570   496502    65.6 |  1.848 % |
526.01	c |    525783 |   32433    81633 |   13081    7720   498783    64.6 |  1.848 % |
526.17	c |    526008 |   32433    81633 |   14389    7945   510569    64.3 |  1.848 % |
526.29	c |    526345 |   32433    81633 |   15828    8282   520341    62.8 |  1.848 % |
526.44	c |    526851 |   32433    81633 |   17411    8788   538742    61.3 |  1.848 % |
526.65	c |    527611 |   32433    81633 |   19152    9548   566467    59.3 |  1.848 % |
527.26	c |    528751 |   32433    81633 |   21067   10688   645471    60.4 |  1.848 % |
528.50	c |    530461 |   32433    81633 |   23174   12398   774971    62.5 |  1.848 % |
529.57	c |    533025 |   32433    81633 |   25491   14962   924258    61.8 |  1.848 % |
531.61	c |    536870 |   32433    81633 |   28040   18807  1189266    63.2 |  1.848 % |
535.44	c |    542636 |   32433    81633 |   30845   24573  1614865    65.7 |  1.848 % |
541.60	c |    551286 |   32433    81633 |   33929   12974   982926    75.8 |  1.848 % |
551.91	c |    564260 |   32433    81633 |   37322   25948  2055020    79.2 |  1.848 % |
571.34	c |    583722 |   32433    81633 |   41054   16803  1186887    70.6 |  1.848 % |
597.02	c |    612914 |   32433    81633 |   45160   16888  1085665    64.3 |  1.848 % |
636.53	c |    656705 |   32433    81633 |   49676   27810  1896979    68.2 |  1.848 % |
698.03	c |    722389 |   32433    81633 |   54643   18067  1439780    79.7 |  1.848 % |
816.91	c |    820917 |   32433    81633 |   60108   36605  3091001    84.4 |  1.848 % |
1005.41	c |    968706 |   32433    81633 |   66119   47159  3975620    84.3 |  1.848 % |
1295.28	c |   1190390 |   32433    81633 |   72731   58835  4656983    79.2 |  1.848 % |
1727.97	c |   1522917 |   32433    81633 |   80004   32814  2363321    72.0 |  1.848 % |
1801.17	c 
1801.17	c *** TERMINATED ***
1801.17	s SATISFIABLE
1801.17	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
1801.17	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54
1801.17	v -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
1801.17	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105
1801.17	v -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126
1801.17	v -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147
1801.17	v -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168
1801.17	v -x169 -x170 x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189
1801.17	v -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
1801.17	v -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231
1801.17	v -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252
1801.17	v -x253 -x254 -x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273
1801.17	v -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294
1801.17	v x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315
1801.17	v -x316 -x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336
1801.17	v -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357
1801.17	v -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378
1801.17	v -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399
1801.17	v x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420
1801.17	v -x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441
1801.17	v -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 -x461 -x462
1801.17	v -x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483
1801.17	v x484 -x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504
1801.17	v -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 x514 -x515 x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525
1801.17	v -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 -x539 -x540 x541 -x542 -x543 -x544 -x545 -x546
1801.17	v -x547 x548 -x549 -x550 -x551 -x552 -x553 x554 -x555 -x556 x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 x566 x567 -x568
1801.17	v -x569 -x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589
1801.17	v -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607

Verifier Data (download as text)

OK	51

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node42/watcher-35421-1149407956 -o ROOT/results/node42/solver-35421-1149407956 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node42/35421-1149407956/instance-35421-1149407956.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.98 1/64 27349
/proc/meminfo: memFree=1434056/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=1180 CPUtime=0
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 135 0 0 0 0 0 0 0 19 0 1 0 206462717 1208320 120 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27349/statm: 295 120 74 215 0 77 0

[startup+10.0015 s]
/proc/loadavg: 0.93 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1424216/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=11228 CPUtime=9.98
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 2637 0 0 0 997 1 0 0 25 0 1 0 206462717 11497472 2550 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581110 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 2807 2550 111 215 0 2589 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 11228

[startup+20.0074 s]
/proc/loadavg: 0.94 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1419224/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=16364 CPUtime=19.98
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 3889 0 0 0 1996 2 0 0 25 0 1 0 206462717 16756736 3802 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 4091 3802 111 215 0 3873 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 16364

[startup+30.0135 s]
/proc/loadavg: 0.95 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1416152/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=19360 CPUtime=29.99
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 4664 0 0 0 2996 3 0 0 25 0 1 0 206462717 19824640 4577 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 4840 4577 111 215 0 4622 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 19360

[startup+40.0196 s]
/proc/loadavg: 0.96 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1416152/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=19360 CPUtime=39.99
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 4664 0 0 0 3996 3 0 0 25 0 1 0 206462717 19824640 4577 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 4840 4577 111 215 0 4622 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 19360

[startup+50.0257 s]
/proc/loadavg: 0.96 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1416152/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=19360 CPUtime=49.99
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 4664 0 0 0 4996 3 0 0 25 0 1 0 206462717 19824640 4577 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 4840 4577 111 215 0 4622 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 19360

[startup+60.0319 s]
/proc/loadavg: 0.97 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1416152/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=19360 CPUtime=60
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 4664 0 0 0 5997 3 0 0 25 0 1 0 206462717 19824640 4577 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 4840 4577 111 215 0 4622 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 19360

[startup+70.039 s]
/proc/loadavg: 0.97 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1416024/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=19492 CPUtime=70
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 4685 0 0 0 6997 3 0 0 25 0 1 0 206462717 19959808 4598 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 4873 4598 111 215 0 4655 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 19492

[startup+80.0451 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1415384/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=20152 CPUtime=80
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 4848 0 0 0 7997 3 0 0 25 0 1 0 206462717 20635648 4761 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 5038 4761 111 215 0 4820 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 20152

[startup+90.0512 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1415000/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=20560 CPUtime=90
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 4948 0 0 0 8997 3 0 0 25 0 1 0 206462717 21053440 4861 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 5140 4861 111 215 0 4922 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 20560

[startup+100.057 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 27349
/proc/meminfo: memFree=1412888/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=22764 CPUtime=100.01
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 5479 0 0 0 9997 4 0 0 25 0 1 0 206462717 23310336 5392 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581202 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 5691 5392 111 215 0 5473 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 22764

[startup+110.063 s]
/proc/loadavg: 0.98 0.98 0.98 2/70 27404
/proc/meminfo: memFree=1411624/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=22764 CPUtime=110.01
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 5479 0 0 0 10992 9 0 0 25 0 1 0 206462717 23310336 5392 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 5691 5392 111 215 0 5473 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 22764

[startup+120.071 s]
/proc/loadavg: 0.99 0.98 0.98 2/70 27462
/proc/meminfo: memFree=1411560/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=22764 CPUtime=120
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 5494 0 0 0 11987 13 0 0 25 0 1 0 206462717 23310336 5407 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576749 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 5691 5407 111 215 0 5473 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 22764

[startup+130.078 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1411520/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=23700 CPUtime=129.97
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 5712 0 0 0 12983 14 0 0 25 0 1 0 206462717 24268800 5625 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 5925 5625 111 215 0 5707 0
Current children cumulated CPU time (s) 129.97
Current children cumulated vsize (Kb) 23700

[startup+140.084 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1411528/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=23700 CPUtime=139.97
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 5733 0 0 0 13983 14 0 0 25 0 1 0 206462717 24268800 5646 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 5925 5646 111 215 0 5707 0
Current children cumulated CPU time (s) 139.97
Current children cumulated vsize (Kb) 23700

[startup+150.09 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1411544/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=23700 CPUtime=149.97
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 5734 0 0 0 14983 14 0 0 25 0 1 0 206462717 24268800 5647 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 5925 5647 111 215 0 5707 0
Current children cumulated CPU time (s) 149.97
Current children cumulated vsize (Kb) 23700

[startup+160.096 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1409176/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=26184 CPUtime=159.98
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 6358 0 0 0 15983 15 0 0 25 0 1 0 206462717 26812416 6271 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 6546 6271 111 215 0 6328 0
Current children cumulated CPU time (s) 159.98
Current children cumulated vsize (Kb) 26184

[startup+170.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1409112/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=26348 CPUtime=169.98
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 6368 0 0 0 16983 15 0 0 25 0 1 0 206462717 26980352 6281 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 6587 6281 111 215 0 6369 0
Current children cumulated CPU time (s) 169.98
Current children cumulated vsize (Kb) 26348

[startup+180.108 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1408984/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=26488 CPUtime=179.98
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 6403 0 0 0 17983 15 0 0 25 0 1 0 206462717 27123712 6316 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 6622 6316 111 215 0 6404 0
Current children cumulated CPU time (s) 179.98
Current children cumulated vsize (Kb) 26488

[startup+190.114 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1408920/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=26488 CPUtime=189.99
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 6417 0 0 0 18984 15 0 0 25 0 1 0 206462717 27123712 6330 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 6622 6330 111 215 0 6404 0
Current children cumulated CPU time (s) 189.99
Current children cumulated vsize (Kb) 26488

[startup+200.12 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1406680/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=28800 CPUtime=199.98
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 6976 0 0 0 19983 15 0 0 25 0 1 0 206462717 29491200 6889 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581327 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 7200 6889 111 215 0 6982 0
Current children cumulated CPU time (s) 199.98
Current children cumulated vsize (Kb) 28800

[startup+210.126 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1406168/2055920 swapFree=4181444/4192956

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

[pid=27349] ppid=27347 vsize=52676 CPUtime=1781.53
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12721 0 0 0 178126 27 0 0 25 0 1 0 206462717 53940224 12634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12634 111 215 0 12951 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 52676

[startup+1783.08 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1782.53
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12721 0 0 0 178226 27 0 0 25 0 1 0 206462717 53940224 12634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12634 111 215 0 12951 0
Current children cumulated CPU time (s) 1782.53
Current children cumulated vsize (Kb) 52676

[startup+1784.09 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1783.54
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12721 0 0 0 178327 27 0 0 25 0 1 0 206462717 53940224 12634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576192 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12634 111 215 0 12951 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 52676

[startup+1785.09 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1784.54
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12721 0 0 0 178427 27 0 0 25 0 1 0 206462717 53940224 12634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12634 111 215 0 12951 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (Kb) 52676

[startup+1786.1 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1785.54
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12721 0 0 0 178527 27 0 0 25 0 1 0 206462717 53940224 12634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12634 111 215 0 12951 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (Kb) 52676

[startup+1787.1 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1786.55
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12721 0 0 0 178628 27 0 0 25 0 1 0 206462717 53940224 12634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572676 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12634 111 215 0 12951 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (Kb) 52676

[startup+1788.11 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1787.55
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12721 0 0 0 178728 27 0 0 25 0 1 0 206462717 53940224 12634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12634 111 215 0 12951 0
Current children cumulated CPU time (s) 1787.55
Current children cumulated vsize (Kb) 52676

[startup+1789.11 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1788.56
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12721 0 0 0 178829 27 0 0 25 0 1 0 206462717 53940224 12634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12634 111 215 0 12951 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 52676

[startup+1790.12 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1789.56
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12722 0 0 0 178929 27 0 0 25 0 1 0 206462717 53940224 12635 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12635 111 215 0 12951 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (Kb) 52676

[startup+1791.12 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383576/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1790.57
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12722 0 0 0 179030 27 0 0 25 0 1 0 206462717 53940224 12635 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12635 111 215 0 12951 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 52676

[startup+1792.13 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383512/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52676 CPUtime=1791.57
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12723 0 0 0 179130 27 0 0 25 0 1 0 206462717 53940224 12636 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13169 12636 111 215 0 12951 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (Kb) 52676

[startup+1793.13 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383512/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1792.58
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12736 0 0 0 179231 27 0 0 25 0 1 0 206462717 54087680 12649 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12649 111 215 0 12987 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 52820

[startup+1794.14 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383512/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1793.58
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12737 0 0 0 179331 27 0 0 25 0 1 0 206462717 54087680 12650 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12650 111 215 0 12987 0
Current children cumulated CPU time (s) 1793.58
Current children cumulated vsize (Kb) 52820

[startup+1795.14 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383512/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1794.59
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12737 0 0 0 179432 27 0 0 25 0 1 0 206462717 54087680 12650 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12650 111 215 0 12987 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 52820

[startup+1796.15 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383448/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1795.59
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12738 0 0 0 179532 27 0 0 25 0 1 0 206462717 54087680 12651 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12651 111 215 0 12987 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (Kb) 52820

[startup+1797.15 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383448/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1796.6
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12738 0 0 0 179633 27 0 0 25 0 1 0 206462717 54087680 12651 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12651 111 215 0 12987 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 52820

[startup+1798.16 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383448/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1797.6
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12739 0 0 0 179733 27 0 0 25 0 1 0 206462717 54087680 12652 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12652 111 215 0 12987 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 52820

[startup+1799.16 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383448/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1798.6
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12739 0 0 0 179833 27 0 0 25 0 1 0 206462717 54087680 12652 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010461 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12652 111 215 0 12987 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (Kb) 52820

[startup+1800.17 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383448/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1799.61
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12739 0 0 0 179934 27 0 0 25 0 1 0 206462717 54087680 12652 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12652 111 215 0 12987 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 52820

[startup+1801.17 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383448/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1800.61
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12740 0 0 0 180034 27 0 0 25 0 1 0 206462717 54087680 12653 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568472 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12653 111 215 0 12987 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 52820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 27544
/proc/meminfo: memFree=1383448/2055920 swapFree=4181444/4192956
[pid=27349] ppid=27347 vsize=52820 CPUtime=1800.62
/proc/27349/stat : 27349 (minisat+) R 27347 27349 27303 0 -1 4194304 12740 0 0 0 180035 27 0 0 25 0 1 0 206462717 54087680 12653 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568479 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27349/statm: 13205 12653 111 215 0 12987 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 52820

Sending SIGTERM to -27349
Sleeping 2 seconds

Child status: 10
Real time (s): 1801.19
CPU time (s): 1800.64
CPU user time (s): 1800.35
CPU system time (s): 0.284956
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (Kb): 52820

Launcher Data (download as text)

Begin job on node42 on Sun Jun  4 07:59:16 UTC 2006


FILE ID= 35421-1149407956

PBS_JOBID= 314527

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-e64.b.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node42/35421-1149407956/instance-35421-1149407956.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-35421-1149407956 -o ROOT/results/node42/solver-35421-1149407956 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node42/35421-1149407956/instance-35421-1149407956.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  4a444f89cff56050e88660d23e3d8694

RANDOM SEED= 183324303


/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.216
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.216
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:       1434264 kB
Buffers:         25092 kB
Cached:         525216 kB
SwapCached:       3212 kB
Active:          98912 kB
Inactive:       460052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1434264 kB
SwapTotal:     4192956 kB
SwapFree:      4181444 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            48752 kB
Committed_AS:   382532 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 node42 on Sun Jun  4 08:29:18 UTC 2006