Trace number 366532

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)41 1800.04 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-fout.r.opb
MD5SUM40b50d0e4bc3f1ba5675c1e65f55a1d7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark0.036994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved YES
Number of variables431
Total number of constraints177
Number of constraints which are clauses177
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 constraint26
Number of terms in the objective function 431
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 431
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 431
Number of bits of the biggest sum of numbers9
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/0.00	c Parsing PB file...
0.00/0.01	c Converting 177 PB-constraints to clauses...
0.00/0.01	c   -- Unit propagations: (none)
0.00/0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.01	c   -- Clauses(.)/Splits(s): .................................................................................................................................................................................
0.00/0.02	c ==================================[MINISAT+]==================================
0.00/0.02	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |     177     1815 |      59       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Found solution: 51
0.00/0.02	o 51
0.00/0.02	c ---[   0]---> Sorter-cost:16168     Base:
0.09/0.15	c ==================================[MINISAT+]==================================
0.09/0.15	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.15	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.15	c ==============================================================================
0.09/0.15	c |         0 |   18382    44232 |    6127       0        0     nan |  0.000 % |
0.09/0.19	c |       100 |   18168    43780 |    6739      92     1273    13.8 |  1.199 % |
0.19/0.22	c |       251 |   18168    43780 |    7413     243     3325    13.7 |  1.199 % |
0.19/0.27	c |       476 |   18141    43722 |    8155     466     8282    17.8 |  1.320 % |
0.29/0.34	c |       814 |   18129    43696 |    8970     803    19784    24.6 |  1.361 % |
0.39/0.43	c |      1321 |   18129    43696 |    9867    1310    38374    29.3 |  1.361 % |
0.49/0.57	c |      2081 |   18129    43696 |   10854    2070    72756    35.1 |  1.361 % |
0.79/0.90	c |      3222 |   18129    43696 |   11939    3211   146697    45.7 |  1.361 % |
1.00/1.06	c ==============================================================================
1.00/1.06	c Found solution: 49
1.00/1.06	o 49
1.00/1.06	c ---[   0]---> Sorter-cost:    0     Base:
1.10/1.18	c ==================================[MINISAT+]==================================
1.10/1.18	c | Conflicts | Original         | Learnt                           | Progress |
1.10/1.18	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.10/1.18	c ==============================================================================
1.10/1.18	c |      4045 |   18133    43710 |    6044    4034   192576    47.7 |  1.361 % |
1.19/1.21	c |      4146 |   18133    43710 |    6648    4135   195597    47.3 |  1.489 % |
1.19/1.25	c |      4296 |   18133    43710 |    7313    4285   201616    47.1 |  1.489 % |
1.29/1.32	c |      4521 |   18133    43710 |    8044    4510   212218    47.1 |  1.489 % |
1.39/1.43	c |      4858 |   18133    43710 |    8849    4847   229942    47.4 |  1.489 % |
1.49/1.56	c |      5364 |   18133    43710 |    9733    5353   248397    46.4 |  1.489 % |
1.69/1.76	c |      6125 |   18133    43710 |   10707    6114   284482    46.5 |  1.489 % |
1.99/2.07	c |      7265 |   18133    43710 |   11778    7254   357944    49.3 |  1.489 % |
2.49/2.59	c |      8975 |   18133    43710 |   12955    8964   459059    51.2 |  1.489 % |
3.69/3.71	c |     11537 |   18133    43710 |   14251   11526   650375    56.4 |  1.489 % |
3.79/3.88	c ==============================================================================
3.79/3.88	c Found solution: 48
3.79/3.88	o 48
3.79/3.89	c ---[   0]---> Sorter-cost:    0     Base:
3.99/4.00	c ==================================[MINISAT+]==================================
3.99/4.00	c | Conflicts | Original         | Learnt                           | Progress |
3.99/4.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.99/4.00	c ==============================================================================
3.99/4.00	c |     12098 |   18150    43757 |    6050   12087   679554    56.2 |  1.489 % |
3.99/4.05	c |     12198 |   18150    43757 |    6655    6144   359145    58.5 |  1.504 % |
4.09/4.10	c |     12349 |   18150    43757 |    7320    6295   366549    58.2 |  1.504 % |
4.09/4.19	c |     12574 |   18150    43757 |    8052    6520   378167    58.0 |  1.504 % |
4.19/4.27	c |     12914 |   18150    43757 |    8857    6860   390483    56.9 |  1.504 % |
4.39/4.42	c |     13420 |   18150    43757 |    9743    7366   413678    56.2 |  1.504 % |
4.59/4.61	c |     14179 |   18150    43757 |   10717    8125   446277    54.9 |  1.504 % |
4.99/5.07	c |     15322 |   18150    43757 |   11789    9268   507798    54.8 |  1.504 % |
5.79/5.84	c |     17030 |   18150    43757 |   12968   10976   609066    55.5 |  1.504 % |
6.69/6.77	c |     19593 |   18150    43757 |   14265   13539   769140    56.8 |  1.504 % |
8.79/8.81	c |     23438 |   18150    43757 |   15692    9266   574359    62.0 |  1.504 % |
9.09/9.12	c ==============================================================================
9.09/9.12	c Found solution: 46
9.09/9.12	o 46
9.09/9.13	c ---[   0]---> Sorter-cost:    0     Base:
9.19/9.25	c ==================================[MINISAT+]==================================
9.19/9.25	c | Conflicts | Original         | Learnt                           | Progress |
9.19/9.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.19/9.25	c ==============================================================================
9.19/9.25	c |     24414 |   18165    43799 |    6055   10241   624481    61.0 |  1.504 % |
9.19/9.29	c |     24514 |   18165    43799 |    6660    5221   314899    60.3 |  1.519 % |
9.29/9.33	c |     24664 |   18165    43799 |    7326    5371   320585    59.7 |  1.519 % |
9.29/9.39	c |     24889 |   18148    43760 |    8059    5595   326503    58.4 |  1.607 % |
9.39/9.47	c |     25226 |   18148    43760 |    8865    5932   337915    57.0 |  1.607 % |
9.59/9.64	c |     25732 |   18148    43760 |    9751    6438   356215    55.3 |  1.607 % |
9.79/9.83	c |     26492 |   18148    43760 |   10726    7198   397449    55.2 |  1.607 % |
10.09/10.12	c |     27632 |   18148    43760 |   11799    8338   450179    54.0 |  1.607 % |
10.29/10.38	c ==============================================================================
10.29/10.38	c Found solution: 44
10.29/10.38	o 44
10.29/10.39	c ---[   0]---> Sorter-cost:    0     Base:
10.49/10.51	c ==================================[MINISAT+]==================================
10.49/10.51	c | Conflicts | Original         | Learnt                           | Progress |
10.49/10.51	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.49/10.51	c ==============================================================================
10.49/10.51	c |     28440 |   18165    43806 |    6055    9146   501468    54.8 |  1.607 % |
10.49/10.54	c |     28540 |   18165    43806 |    6660    4673   195744    41.9 |  1.614 % |
10.49/10.58	c |     28690 |   18165    43806 |    7326    4823   200434    41.6 |  1.614 % |
10.59/10.65	c |     28916 |   18165    43806 |    8059    5049   209559    41.5 |  1.614 % |
10.69/10.71	c |     29255 |   18136    43745 |    8865    5386   217176    40.3 |  1.735 % |
10.79/10.88	c |     29763 |   18136    43745 |    9751    5894   244556    41.5 |  1.735 % |
10.99/11.06	c |     30522 |   18111    43693 |   10726    6649   278117    41.8 |  1.840 % |
11.39/11.43	c |     31662 |   18111    43693 |   11799    7789   348333    44.7 |  1.840 % |
11.69/11.72	c ==============================================================================
11.69/11.72	c Found solution: 42
11.69/11.72	o 42
11.69/11.73	c ---[   0]---> Sorter-cost:    0     Base:
11.79/11.85	c ==================================[MINISAT+]==================================
11.79/11.85	c | Conflicts | Original         | Learnt                           | Progress |
11.79/11.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.79/11.85	c ==============================================================================
11.79/11.85	c |     32429 |   18128    43739 |    6042    8556   390184    45.6 |  1.840 % |
11.79/11.89	c |     32529 |   18128    43739 |    6646    4378   191835    43.8 |  1.846 % |
11.89/11.92	c |     32681 |   18128    43739 |    7310    4530   196203    43.3 |  1.846 % |
11.89/11.95	c |     32908 |   18128    43739 |    8041    4757   200115    42.1 |  1.846 % |
11.99/12.01	c |     33246 |   18110    43699 |    8846    5091   206114    40.5 |  1.919 % |
11.99/12.09	c |     33752 |   18110    43699 |    9730    5597   221069    39.5 |  1.919 % |
12.19/12.22	c |     34511 |   18110    43699 |   10703    6356   241707    38.0 |  1.919 % |
12.39/12.43	c |     35650 |   18110    43699 |   11774    7495   273698    36.5 |  1.919 % |
12.79/12.81	c |     37359 |   18110    43699 |   12951    9204   324963    35.3 |  1.919 % |
13.38/13.45	c |     39921 |   18110    43699 |   14246   11766   408599    34.7 |  1.919 % |
14.29/14.35	c |     43765 |   18110    43699 |   15671    7925   237388    30.0 |  1.919 % |
16.28/16.37	c |     49531 |   18110    43699 |   17238   13691   566344    41.4 |  1.919 % |
19.69/19.71	c |     58180 |   18110    43699 |   18962   13205   686075    52.0 |  1.919 % |
25.29/25.37	c |     71155 |   18110    43699 |   20858   16213   780485    48.1 |  1.919 % |
34.58/34.62	c |     90616 |   18110    43699 |   22944   13850   626193    45.2 |  1.919 % |
47.68/47.77	c |    119808 |   18110    43699 |   25238   19141   854514    44.6 |  1.919 % |
66.58/66.63	c |    163597 |   18110    43699 |   27762   23568  1078799    45.8 |  1.919 % |
99.57/99.63	c |    229281 |   18110    43699 |   30539   16193   742772    45.9 |  1.919 % |
109.27/109.34	c ==============================================================================
109.27/109.34	c Found solution: 41
109.27/109.34	o 41
109.27/109.34	c ---[   0]---> Sorter-cost:    0     Base:
109.37/109.48	c ==================================[MINISAT+]==================================
109.37/109.48	c | Conflicts | Original         | Learnt                           | Progress |
109.37/109.48	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
109.37/109.48	c ==============================================================================
109.37/109.48	c |    252787 |   18093    43648 |    6031   21666  1012403    46.7 |  1.919 % |
109.56/109.63	c |    252887 |   18093    43648 |    6634    5517   210824    38.2 |  2.048 % |
109.56/109.68	c |    253037 |   18093    43648 |    7297    5667   215345    38.0 |  2.048 % |
109.66/109.75	c |    253264 |   18093    43648 |    8027    5894   226167    38.4 |  2.048 % |
109.76/109.86	c |    253601 |   18093    43648 |    8829    6231   239267    38.4 |  2.048 % |
109.97/110.04	c |    254107 |   18093    43648 |    9712    6737   259889    38.6 |  2.048 % |
110.16/110.24	c |    254866 |   18093    43648 |   10684    7496   293633    39.2 |  2.048 % |
110.56/110.61	c |    256005 |   18093    43648 |   11752    8635   341370    39.5 |  2.048 % |
111.16/111.21	c |    257713 |   18093    43648 |   12927   10343   414543    40.1 |  2.048 % |
112.07/112.18	c |    260276 |   18093    43648 |   14220   12906   521305    40.4 |  2.048 % |
113.56/113.64	c |    264120 |   18093    43648 |   15642    9255   344617    37.2 |  2.048 % |
115.66/115.74	c |    269886 |   18093    43648 |   17207   15021   567078    37.8 |  2.048 % |
119.06/119.12	c |    278536 |   18093    43648 |   18927   14450   538079    37.2 |  2.048 % |
124.46/124.51	c |    291510 |   18093    43648 |   20820   17495   689822    39.4 |  2.048 % |
133.06/133.18	c |    310971 |   18093    43648 |   22902   15241   803076    52.7 |  2.048 % |
148.75/148.85	c |    340167 |   18093    43648 |   25192   20775  1136537    54.7 |  2.048 % |
169.35/169.41	c |    383956 |   18093    43648 |   27712   25299  1177254    46.5 |  2.048 % |
203.34/203.46	c |    449640 |   18093    43648 |   30483   15754   799521    50.8 |  2.048 % |
260.02/260.17	c |    548166 |   18093    43648 |   33531   28950  1503403    51.9 |  2.048 % |
337.50/337.64	c |    695957 |   18093    43648 |   36885   19477  1009407    51.8 |  2.048 % |
455.07/455.22	c |    917640 |   18093    43648 |   40573   29300  1575809    53.8 |  2.048 % |
658.42/658.69	c |   1250165 |   18093    43648 |   44630   20503   895688    43.7 |  2.048 % |
1011.22/1011.67	c |   1748953 |   18093    43648 |   49093   40398  2366626    58.6 |  2.048 % |
1544.29/1544.87	c |   2497135 |   18093    43648 |   54003   41142  2245402    54.6 |  2.048 % |
1800.03/1800.60	c 
1800.03/1800.61	c *** TERMINATED ***
1800.03/1800.61	s SATISFIABLE
1800.03/1800.61	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
1800.03/1800.61	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 -x55
1800.03/1800.61	v -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81
1800.03/1800.61	v x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106
1800.03/1800.61	v -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127
1800.03/1800.61	v -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148
1800.03/1800.61	v -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
1800.03/1800.61	v -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
1800.03/1800.61	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211
1800.03/1800.61	v -x212 -x213 -x214 x215 x216 x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233
1800.03/1800.61	v -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 x251 -x252 -x253 -x254
1800.03/1800.61	v -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275
1800.03/1800.61	v -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 x292 -x293 -x294 -x295 -x296
1800.03/1800.61	v -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317
1800.03/1800.61	v -x318 -x319 -x320 -x321 -x322 -x323 -x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 x338
1800.03/1800.61	v -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359
1800.03/1800.61	v -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 x379 -x380
1800.03/1800.61	v -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 x400 -x401
1800.03/1800.61	v -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 -x422
1800.03/1800.61	v x423 -x424 -x425 -x426 -x427 -x428 x429 -x430 -x431

Verifier Data (download as text)

OK	41

Conversion Script Data (download as text)

/tmp/evaluation/366532-1177062516/instance-366532-1177062516.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node65/watcher-366532-1177062516 -o ROOT/results/node65/solver-366532-1177062516 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/366532-1177062516/minisat+ /tmp/evaluation/366532-1177062516/instance-366532-1177062516.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.96 0.98 3/64 18328
/proc/meminfo: memFree=1680616/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=1048 CPUtime=0
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 182241275 1073152 111 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 262 111 74 215 0 44 0

[startup+0.0696821 s]
/proc/loadavg: 0.92 0.96 0.98 3/64 18328
/proc/meminfo: memFree=1680616/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=1444 CPUtime=0.06
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 244 0 0 0 6 0 0 0 18 0 1 0 182241275 1478656 229 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134648473 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 361 229 102 215 0 143 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1444

[startup+0.101684 s]
/proc/loadavg: 0.92 0.96 0.98 3/64 18328
/proc/meminfo: memFree=1680616/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=1576 CPUtime=0.09
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 263 0 0 0 9 0 0 0 18 0 1 0 182241275 1613824 248 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010894 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 394 248 102 215 0 176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1576

[startup+0.3017 s]
/proc/loadavg: 0.92 0.96 0.98 3/64 18328
/proc/meminfo: memFree=1680616/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=4260 CPUtime=0.29
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 887 0 0 0 29 0 0 0 19 0 1 0 182241275 4362240 872 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580268 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 1065 872 111 215 0 847 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4260

[startup+0.701732 s]
/proc/loadavg: 0.92 0.96 0.98 3/64 18328
/proc/meminfo: memFree=1680616/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=4520 CPUtime=0.69
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 955 0 0 0 69 0 0 0 23 0 1 0 182241275 4628480 940 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 1130 940 111 215 0 912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4520

[startup+1.5018 s]
/proc/loadavg: 0.92 0.96 0.98 2/65 18329
/proc/meminfo: memFree=1676960/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=5312 CPUtime=1.49
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 1156 0 0 0 149 0 0 0 25 0 1 0 182241275 5439488 1141 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580461 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 1328 1141 111 215 0 1110 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5312

[startup+3.10193 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 18329
/proc/meminfo: memFree=1675808/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=6764 CPUtime=3.09
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 1514 0 0 0 309 0 0 0 25 0 1 0 182241275 6926336 1499 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576199 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 1691 1499 111 215 0 1473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6764

[startup+6.3012 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 18329
/proc/meminfo: memFree=1674024/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=7556 CPUtime=6.29
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 1723 0 0 0 629 0 0 0 25 0 1 0 182241275 7737344 1708 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581310 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 1889 1708 111 215 0 1671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7556

[startup+12.7017 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 18329
/proc/meminfo: memFree=1672680/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=8864 CPUtime=12.69
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 2037 0 0 0 1269 0 0 0 25 0 1 0 182241275 9076736 2022 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576787 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 2216 2022 111 215 0 1998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8864

[startup+25.5018 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 18329
/proc/meminfo: memFree=1671656/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=9788 CPUtime=25.49
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 2279 0 0 0 2548 1 0 0 25 0 1 0 182241275 10022912 2264 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 2447 2264 111 215 0 2229 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9788

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1670248/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=11524 CPUtime=51.08
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 2695 0 0 0 5106 2 0 0 25 0 1 0 182241275 11800576 2680 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 2881 2680 111 215 0 2663 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11524

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1667944/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=13572 CPUtime=102.27
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 3198 0 0 0 10224 3 0 0 25 0 1 0 182241275 13897728 3183 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 3393 3183 111 215 0 3175 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13572

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1667112/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=14576 CPUtime=162.24
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 3425 0 0 0 16221 3 0 0 25 0 1 0 182241275 14925824 3410 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 3644 3410 111 215 0 3426 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14576

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1665128/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=16540 CPUtime=222.23
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 3902 0 0 0 22219 4 0 0 25 0 1 0 182241275 16936960 3887 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 4135 3887 111 215 0 3917 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16540

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1662824/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=18852 CPUtime=282.21
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 4480 0 0 0 28217 4 0 0 25 0 1 0 182241275 19304448 4465 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578868 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 4713 4465 111 215 0 4495 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18852

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1661992/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=19856 CPUtime=342.2
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 4697 0 0 0 34216 4 0 0 25 0 1 0 182241275 20332544 4682 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 4964 4682 111 215 0 4746 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 19856

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1660008/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=21736 CPUtime=402.18
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 5181 0 0 0 40213 5 0 0 25 0 1 0 182241275 22257664 5166 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 5434 5166 111 215 0 5216 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 21736

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1659304/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=22580 CPUtime=462.17
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 5367 0 0 0 46212 5 0 0 25 0 1 0 182241275 23121920 5352 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 5645 5352 111 215 0 5427 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 22580

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1658920/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=22944 CPUtime=522.15
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 5450 0 0 0 52210 5 0 0 25 0 1 0 182241275 23494656 5435 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 5736 5435 111 215 0 5518 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 22944

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1658664/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=23312 CPUtime=582.13
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 5520 0 0 0 58208 5 0 0 25 0 1 0 182241275 23871488 5505 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578749 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 5828 5505 111 215 0 5610 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 23312

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18329
/proc/meminfo: memFree=1658408/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=23504 CPUtime=642.12
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 5572 0 0 0 64207 5 0 0 25 0 1 0 182241275 24068096 5557 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 5876 5557 111 215 0 5658 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 23504


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

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1655656/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=26272 CPUtime=821.98
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 6227 0 0 0 82190 8 0 0 25 0 1 0 182241275 26902528 6212 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572728 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 6568 6212 111 215 0 6350 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 26272

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1651880/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=30184 CPUtime=881.95
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 7185 0 0 0 88187 8 0 0 25 0 1 0 182241275 30908416 7170 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588672 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 7546 7170 111 215 0 7328 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 30184

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1650856/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=31336 CPUtime=941.94
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 7444 0 0 0 94185 9 0 0 25 0 1 0 182241275 32088064 7429 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580985 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 7834 7429 111 215 0 7616 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 31336

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1650344/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=31796 CPUtime=1001.92
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 7553 0 0 0 100183 9 0 0 25 0 1 0 182241275 32559104 7538 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 7949 7538 111 215 0 7731 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 31796

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1649960/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=32272 CPUtime=1061.9
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 7659 0 0 0 106181 9 0 0 25 0 1 0 182241275 33046528 7644 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8068 7644 111 215 0 7850 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 32272

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1649704/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=32416 CPUtime=1121.9
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 7713 0 0 0 112180 10 0 0 25 0 1 0 182241275 33193984 7698 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8104 7698 111 215 0 7886 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 32416

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1649512/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=32736 CPUtime=1181.88
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 7766 0 0 0 118178 10 0 0 25 0 1 0 182241275 33521664 7751 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8184 7751 111 215 0 7966 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 32736

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1649256/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=33052 CPUtime=1241.87
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 7829 0 0 0 124177 10 0 0 25 0 1 0 182241275 33845248 7814 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8263 7814 111 215 0 8045 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 33052

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1648744/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=33508 CPUtime=1301.85
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 7952 0 0 0 130175 10 0 0 25 0 1 0 182241275 34312192 7937 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8377 7937 111 215 0 8159 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 33508

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1648360/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=33876 CPUtime=1361.83
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8027 0 0 0 136173 10 0 0 25 0 1 0 182241275 34689024 8012 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568550 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8469 8012 111 215 0 8251 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 33876

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1648040/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=34068 CPUtime=1421.82
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8093 0 0 0 142172 10 0 0 25 0 1 0 182241275 34885632 8078 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576660 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8517 8078 111 215 0 8299 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 34068

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1647208/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=34992 CPUtime=1481.8
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8317 0 0 0 148170 10 0 0 25 0 1 0 182241275 35831808 8302 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572696 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8748 8302 111 215 0 8530 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 34992

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1647080/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=35132 CPUtime=1541.79
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8346 0 0 0 154168 11 0 0 25 0 1 0 182241275 35975168 8331 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8783 8331 111 215 0 8565 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 35132

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 18527
/proc/meminfo: memFree=1646824/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=35452 CPUtime=1601.77
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8410 0 0 0 160166 11 0 0 25 0 1 0 182241275 36302848 8395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8863 8395 111 215 0 8645 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 35452

[startup+1662.3 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 18527
/proc/meminfo: memFree=1646632/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=35912 CPUtime=1661.75
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8502 0 0 0 166164 11 0 0 25 0 1 0 182241275 36773888 8487 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8978 8487 111 215 0 8760 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 35912

[startup+1722.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 18527
/proc/meminfo: memFree=1646568/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=35912 CPUtime=1721.74
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8506 0 0 0 172163 11 0 0 25 0 1 0 182241275 36773888 8491 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8978 8491 111 215 0 8760 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 35912

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 18527
/proc/meminfo: memFree=1646440/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=35912 CPUtime=1781.72
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8535 0 0 0 178161 11 0 0 25 0 1 0 182241275 36773888 8520 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8978 8520 111 215 0 8760 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 35912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 18527
/proc/meminfo: memFree=1646440/2055920 swapFree=4184000/4192956
[pid=18328] ppid=18326 vsize=35912 CPUtime=1800.03
/proc/18328/stat : 18328 (minisat+) R 18326 18328 17877 0 -1 4194304 8535 0 0 0 179992 11 0 0 25 0 1 0 182241275 36773888 8520 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18328/statm: 8978 8520 111 215 0 8760 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 35912

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

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

Child status: 10
Real time (s): 1800.62
CPU time (s): 1800.04
CPU user time (s): 1799.92
CPU system time (s): 0.120981
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 35912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8537
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2822

runsolver used 1.18482 second user time and 3.80042 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Fri Apr 20 09:48:36 UTC 2007

IDJOB= 366532
IDBENCH= 2867
IDSOLVER= 156
FILE ID= node65/366532-1177062516

PBS_JOBID= 4640228

Free space on /tmp= 66399 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-fout.r.opb
COMMAND LINE= /tmp/evaluation/366532-1177062516/minisat+ /tmp/evaluation/366532-1177062516/instance-366532-1177062516.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node65/convwatcher-366532-1177062516 -o ROOT/results/node65/conversion-366532-1177062516 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/366532-1177062516/instance-366532-1177062516.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-366532-1177062516 -o ROOT/results/node65/solver-366532-1177062516 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/366532-1177062516/minisat+ /tmp/evaluation/366532-1177062516/instance-366532-1177062516.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  40b50d0e4bc3f1ba5675c1e65f55a1d7

RANDOM SEED= 485300219

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.245
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.245
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:       1681088 kB
Buffers:         29860 kB
Cached:         294744 kB
SwapCached:       2680 kB
Active:          65404 kB
Inactive:       268580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681088 kB
SwapTotal:     4192956 kB
SwapFree:      4184000 kB
Dirty:            2340 kB
Writeback:           0 kB
Mapped:          15340 kB
Slab:            26836 kB
Committed_AS:  2358920 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66399 MiB

End job on node65 on Fri Apr 20 10:18:39 UTC 2007