Trace number 4119780

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.05 1800.51

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm50p-opt.opb.negationfix.opb
MD5SUMec62943bb911a96b3ed21c2bcc385c8a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c 2016-06-30T11:10:07+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4119780-1467277807.opb"]
0.00/0.01	c use --random-gen="2789723042 1992970346 3357100417 1151951028 1656650872 585789163 2996107372 4253389098 2046982487 3666317720 519428612 550533648 1400398504 2968363926 1092353046 2364345334 3280625132 2550466186 3401763415 3943267761 1711595035 3939685056 4055828430 2365525487 231093221 1166632315 1849909612 190038776 3510385660 2528152267 1347126504 771594816 2567302016 889412314 2720916923 3958945317 1245928089 1967536590 2558629406 3600577207 3592903016 247447768 2486404151 683446198 1420447185 3577169618 1117334921 285834144 2460627998 671721604 3722589619 639843678 3716861859 1677404938 2000591752 3358292928 2134977864 1829457730 2277479739 1248051389 2153783971 1544829517 4253408308 3785904418 428539141 2280321293 2631065392 865825823 4170124764 3370734223 1747883851 227729639 1908320059 3499092459 2469649637 3082709234 2991561628 1556369773 3489043487 1402190821 3746535362 372269451 1471603192 3700006521 3083006387 563094552 2265240194 3677257385 560235965 1453775875 4076926133 1187927398 1537663793 2531947144 4270146677 3645066469 3129983962 1840143159 2406508161 1773943084 929598270 3059472029 3767105009 3573502410 3340235436 987104848 1258648450 4032613920 1865147059 2093561268 215885099 3008233009 1490406285 4172958251 4134252566 2903792952 432342723 2264992730 613877720 459897437 1610427681 435109132 543641540 3157848321 3077479732 1405189137 1084757598 2986399708 2779413449 844505935 1485608663 1702994110 528087497 4077910014 1374120596 121616711 2840808498 3855560890 1461579701 3874872250 237219474 335209784 2772982935 246792431 4196966249 650107660 2242505422 2973827377 1371530633 4220648120 1483096287 2505435301 1122429886 277753415 3059483192 2169867788 1259270760 1630082344 3276566635 1074037388 330846974 1998887941 1345217606 880579003 841601104 3597662391 2674590207 1223930576 3612918679 1291608538 1763869554 2302909129 3821360172 2216797405 67421417 2357999064 1381221574 1895295623 1178491445 2262705456 521416719 2573565349 1121878511 4154947118 3750790366 4170604282 1600099464 431731631 2592458262 1840496772 2552064828 4238174111 4024925171 1615837461 943229361 1461381874 2256362516 1694365224 1643420564 1128392 3284439810 2999286871 4125749168 3481592432 3269793484 3158661780 981619376 2915358919 2433037482 3177983538 1775846960 1631033307 3278794441 275864753 1883563918 1922139397 3730970757 3252894856 571669558 3849976471 1981452217 2322471078 3605402332 317937522 1586848439 1980779262 610191959 2119706770 465583910 3497831044 1430517609 3615620080 843967885 3617821268 1875026294 1071857324 1741997051 2654656494 1415730887 3092090886 1751953194 347292436 3006811749 1892674016 3440524101 552703090 2188508738 1638599268 3906222613 3691484413 2708210650 1917791567 4125141097 3683137197 3202154155 1165580310 255 362436" option to reproduce the execution
0.59/0.67	c #vars 91392
0.59/0.67	c #constraints 1684
2.59/2.61	c BCD2: Hardening is enabled.
2.59/2.61	c BCD2: BiasedSearch is enabled.
2.59/2.61	c Solving starts ...
2.59/2.61	c ============================[ Search Statistics ]============================
2.59/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.61	c =============================================================================
2.59/2.67	c  0.0s |       0 |        0 |        0 |    31025      0 |      313 |        0
2.79/2.87	c  0.2s |       0 |      760 |        0 |    31025      0 |      313 |        0
2.79/2.87	c #cpu_time = 0.141s
2.79/2.87	c #wall_clock_time = 0.141s
2.79/2.87	c #decision = 760
2.79/2.87	c #random_decision = 4
2.79/2.87	c #conflict = 0
2.79/2.87	c #restart = 0
2.79/2.87	o 128
2.79/2.87	c BCD2: updating upper bound: 128 -> 127
2.79/2.87	c BCD2: 0 <= obj <= 127
2.79/2.87	c BCD2: #cores=0, #unrelaxed=128, #relaxed=0, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=1 bias=1/2
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |    31025      0 |      313 |        0
2.89/2.95	c  0.1s |       0 |       65 |        0 |    31025      0 |      313 |        0
2.89/2.95	c #cpu_time = 0.069s
2.89/2.95	c #wall_clock_time = 0.069s
2.89/2.95	c #decision = 65
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 0
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: found a new core of size 66: cost of the new core is >=1
2.89/2.95	c lower bound updated to 1
2.89/2.95	c BCD2: 1 <= obj <= 127
2.89/2.95	c BCD2: #cores=1, #unrelaxed=62, #relaxed=66, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=2 bias=2/3
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |    31025      0 |      313 |        0
3.09/3.13	c  0.1s |       0 |      168 |       42 |    31025      0 |      313 |        0
3.09/3.13	c #cpu_time = 0.105s
3.09/3.13	c #wall_clock_time = 0.105s
3.09/3.13	c #decision = 168
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 42
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: relaxing 62 and merging with 1 cores into a new core of size 128: cost of the new core is >=2
3.09/3.13	c lower bound updated to 2
3.09/3.13	c BCD2: 2 <= obj <= 127
3.09/3.13	c BCD2: #cores=1, #unrelaxed=0, #relaxed=128, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=3 bias=3/4
3.09/3.13	c Solving starts ...
3.09/3.13	c ============================[ Search Statistics ]============================
3.09/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.13	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |    31025      0 |      314 |        0
3.69/3.78	c  0.6s |       1 |    29664 |      100 |    34128      0 |      314 |        1
4.50/4.55	c  1.4s |       2 |    58887 |      250 |    37541      0 |      314 |        1
5.89/5.91	c  2.8s |       3 |    86802 |      475 |    41296      0 |      314 |        1
7.70/7.78	c  4.6s |       4 |   114702 |      813 |    45426      0 |      314 |        1
9.79/9.88	c  6.7s |       4 |   142479 |     1013 |    45426      0 |      314 |        1
11.88/11.93	c  8.8s |       4 |   142721 |     1213 |    45426      0 |      314 |        1
13.09/13.12	c 10.0s |       5 |   142833 |     1320 |    49969      0 |      314 |        1
15.39/15.47	c 12.3s |       5 |   167306 |     1520 |    49969      0 |      314 |        1
17.69/17.72	c 14.6s |       5 |   167555 |     1720 |    49969      0 |      314 |        1
19.90/19.98	c 16.8s |       5 |   167812 |     1920 |    49969      0 |      314 |        1
22.29/22.32	c 19.2s |       6 |   167998 |     2081 |    54966      0 |      314 |        1
25.09/25.18	c 22.0s |       6 |   187087 |     2281 |    54966      0 |      314 |        1
27.68/27.79	c 24.6s |       6 |   187342 |     2481 |    54966      0 |      314 |        1
31.18/31.21	c 28.1s |       6 |   187583 |     2681 |    54966      0 |      314 |        1
34.28/34.36	c 31.2s |       6 |   187807 |     2881 |    54966      0 |      314 |        1
37.78/37.80	c 34.7s |       6 |   188031 |     3081 |    54966      0 |      314 |        1
40.59/40.60	c 37.5s |       7 |   188193 |     3223 |    60463      0 |      314 |        1
43.99/44.02	c 40.9s |       7 |   207786 |     3423 |    60463      0 |      314 |        1
46.78/46.81	c 43.7s |       7 |   208046 |     3623 |    60463      0 |      314 |        1
49.88/49.99	c 46.9s |       7 |   208317 |     3823 |    60463      0 |      314 |        1
53.68/53.70	c 50.6s |       7 |   208559 |     4023 |    60463      0 |      314 |        1
56.09/56.14	c 53.0s |       7 |   208688 |     4123 |    60463      0 |      314 |        1
58.29/58.31	c 55.2s |       7 |   208791 |     4223 |    60463      0 |      314 |        1
62.08/62.12	c 59.0s |       7 |   209057 |     4423 |    60463      0 |      314 |        1
64.38/64.47	c 61.3s |       7 |   209177 |     4523 |    60463      0 |      314 |        1
66.58/66.62	c 63.5s |       7 |   209285 |     4623 |    60463      0 |      314 |        1
70.58/70.65	c 67.5s |       7 |   209567 |     4823 |    60463      0 |      314 |        1
73.18/73.20	c 70.1s |       7 |   209670 |     4923 |    66510      0 |      314 |        1
73.48/73.58	c 70.4s |       8 |   209684 |     4936 |    66510      0 |      314 |        1
74.58/74.67	c 71.5s |       8 |   226312 |     4939 |    66510      0 |      314 |        1
74.58/74.67	c #cpu_time = 71.447s
74.58/74.67	c #wall_clock_time = 71.445s
74.58/74.67	c #decision = 226312
74.58/74.67	c #random_decision = 478
74.58/74.67	c #conflict = 4939
74.58/74.67	c #restart = 8
74.58/74.67	o 75
74.58/74.67	c BCD2: updating upper bound: 127 -> 74
74.58/74.67	c BCD2: 2 <= obj <= 74
74.58/74.67	c BCD2: #cores=1, #unrelaxed=0, #relaxed=128, #hardened=0
74.58/74.67	c BCD2: #sat=2 #unsat=3 bias=3/5
74.58/74.67	c Solving starts ...
74.58/74.67	c ============================[ Search Statistics ]============================
74.58/74.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.58/74.67	c       |         |          |          |    Limit     GC | Var      | Constra 
74.58/74.67	c =============================================================================
74.58/74.69	c  0.0s |       0 |        0 |        0 |    66510      0 |      314 |        3
76.38/76.45	c  1.8s |       1 |     7673 |      100 |    66510      0 |      314 |        3
78.58/78.66	c  4.0s |       2 |     7911 |      250 |    66510      0 |      314 |        3
81.28/81.36	c  6.7s |       2 |     8167 |      450 |    66510      0 |      314 |        3
81.49/81.57	c  6.9s |       3 |     8220 |      475 |    66510      0 |      314 |        3
83.88/83.98	c  9.3s |       3 |     8553 |      675 |    66510      0 |      314 |        3
85.18/85.25	c 10.6s |       4 |     8658 |      813 |    66510      0 |      314 |        3
87.28/87.37	c 12.7s |       4 |     9147 |     1213 |    66510      0 |      314 |        3
87.88/87.95	c 13.3s |       5 |     9261 |     1320 |    66510      0 |      314 |        3
90.28/90.37	c 15.7s |       5 |     9546 |     1520 |    66510      0 |      314 |        3
92.68/92.77	c 18.1s |       5 |     9927 |     1920 |    66510      0 |      314 |        3
94.28/94.30	c 19.6s |       6 |    10094 |     2081 |    66510      0 |      314 |        3
96.48/96.57	c 21.9s |       6 |    10448 |     2281 |    66510      0 |      314 |        3
98.58/98.69	c 24.0s |       6 |    10631 |     2481 |    66510      0 |      314 |        3
100.78/100.87	c 26.2s |       6 |    10802 |     2681 |    73161      0 |      314 |        3
103.58/103.66	c 29.0s |       6 |    11117 |     2981 |    73161      0 |      314 |        3
105.68/105.76	c 31.1s |       7 |    11353 |     3223 |    73161      0 |      314 |        3
108.17/108.23	c 33.5s |       7 |    11645 |     3423 |    73161      0 |      314 |        3
110.57/110.67	c 36.0s |       7 |    12021 |     3823 |    73161      0 |      314 |        3
112.67/112.75	c 38.1s |       7 |    12960 |     4723 |    73161      0 |      314 |        3
113.07/113.13	c 38.4s |       8 |    13167 |     4936 |    73161      0 |      314 |        3
115.97/116.05	c 41.4s |       8 |    13425 |     5136 |    73161      0 |      314 |        3
117.97/118.08	c 43.4s |       8 |    13628 |     5336 |    73161      0 |      314 |        3
120.67/120.79	c 46.1s |       8 |    13922 |     5636 |    73161      0 |      314 |        3
123.07/123.13	c 48.4s |       8 |    14219 |     5936 |    73161      0 |      314 |        3
125.38/125.46	c 50.8s |       8 |    14637 |     6336 |    80478      0 |      314 |        3
127.57/127.65	c 53.0s |       8 |    15025 |     6736 |    80478      0 |      314 |        3
129.77/129.81	c 55.1s |       8 |    15282 |     6936 |    80478      0 |      314 |        3
131.87/131.98	c 57.3s |       8 |    15456 |     7136 |    80478      0 |      314 |        3
133.97/134.08	c 59.4s |       8 |    15662 |     7336 |    80478      0 |      314 |        3
135.67/135.73	c 61.0s |       9 |    15810 |     7506 |    80478      0 |      314 |        3
138.17/138.21	c 63.5s |       9 |    16097 |     7706 |    80478      0 |      314 |        3
140.37/140.47	c 65.8s |       9 |    16392 |     8006 |    80478      0 |      314 |        3
142.47/142.56	c 67.9s |       9 |    16768 |     8406 |    80478      0 |      314 |        3
145.37/145.46	c 70.8s |       9 |    17175 |     8806 |    80478      0 |      314 |        3
147.77/147.88	c 73.2s |       9 |    17410 |     9006 |    80478      0 |      314 |        3
149.87/149.99	c 75.3s |       9 |    17575 |     9206 |    80478      0 |      314 |        3
151.97/152.05	c 77.4s |       9 |    17781 |     9406 |    80478      0 |      314 |        3
154.87/154.92	c 80.2s |       9 |    18062 |     9706 |    80478      0 |      314 |        3
157.17/157.22	c 82.5s |       9 |    18379 |    10006 |    80478      0 |      314 |        3
159.48/159.60	c 84.9s |       9 |    18782 |    10406 |    80478      0 |      314 |        3
162.07/162.12	c 87.4s |       9 |    19515 |    11106 |    80478      0 |      314 |        3
163.77/163.86	c 89.2s |      10 |    19746 |    11361 |    80478      0 |      314 |        3
166.67/166.79	c 92.1s |      10 |    20054 |    11561 |    80478      0 |      314 |        3
169.17/169.22	c 94.5s |      10 |    20373 |    11861 |    80478      0 |      314 |        3
171.37/171.41	c 96.7s |      10 |    20688 |    12161 |    88526      0 |      314 |        3
174.07/174.11	c 99.4s |      10 |    21009 |    12461 |    88526      0 |      314 |        3
176.37/176.41	c  101s |      10 |    21206 |    12661 |    88526      0 |      314 |        3
178.77/178.81	c  104s |      10 |    21418 |    12861 |    88526      0 |      314 |        3
181.07/181.11	c  106s |      10 |    21590 |    13061 |    88526      0 |      314 |        3
183.07/183.17	c  108s |      10 |    21805 |    13261 |    88526      0 |      314 |        3
185.97/186.07	c  111s |      10 |    22097 |    13561 |    88526      0 |      314 |        3
188.46/188.59	c  113s |      10 |    22392 |    13861 |    88526      0 |      314 |        3
190.56/190.62	c  115s |      10 |    22702 |    14161 |    88526      0 |      314 |        3
192.76/192.80	c  118s |      10 |    23202 |    14661 |    88526      0 |      314 |        3
195.26/195.38	c  120s |      10 |    23442 |    14861 |    88526      0 |      314 |        3
197.46/197.58	c  122s |      10 |    23611 |    15061 |    88526      0 |      314 |        3
199.66/199.77	c  125s |      10 |    23823 |    15261 |    88526      0 |      314 |        3
201.66/201.79	c  127s |      10 |    24019 |    15461 |    88526      0 |      314 |        3
204.46/204.51	c  129s |      10 |    24321 |    15761 |    88526      0 |      314 |        3
206.66/206.71	c  132s |      10 |    24606 |    16061 |    88526      0 |      314 |        3
208.66/208.73	c  134s |      10 |    24999 |    16461 |    88526      0 |      314 |        3
210.86/210.90	c  136s |      10 |    25635 |    17061 |    88526      0 |      314 |        3
211.36/211.49	c  136s |      11 |    25732 |    17144 |    88526      0 |      314 |        3
214.57/214.62	c  139s |      11 |    26015 |    17344 |    88526      0 |      314 |        3
216.67/216.70	c  142s |      11 |    26226 |    17544 |    88526      0 |      314 |        3
218.66/218.74	c  144s |      11 |    26422 |    17744 |    88526      0 |      314 |        3
221.26/221.35	c  146s |      11 |    26737 |    18044 |    88526      0 |      314 |        3
223.37/223.43	c  148s |      11 |    27040 |    18344 |    88526      0 |      314 |        3
225.96/226.02	c  151s |      11 |    27438 |    18644 |    88526      0 |      314 |        3
228.16/228.28	c  153s |      11 |    27607 |    18844 |    88526      0 |      314 |        3
230.46/230.53	c  155s |      11 |    27820 |    19044 |    88526      0 |      314 |        3
232.56/232.60	c  157s |      11 |    28014 |    19244 |    88526      0 |      314 |        3
234.56/234.60	c  159s |      11 |    28194 |    19444 |    88526      0 |      314 |        3
236.96/237.07	c  162s |      11 |    28504 |    19744 |    88526      0 |      314 |        3
239.06/239.12	c  164s |      11 |    28800 |    20044 |    88526      0 |      314 |        3
241.16/241.28	c  166s |      11 |    29439 |    20644 |    88526      0 |      314 |        3
243.95/244.01	c  169s |      11 |    29832 |    21044 |    97379      0 |      314 |        3
246.55/246.69	c  172s |      11 |    30115 |    21344 |    97379      0 |      314 |        3
248.66/248.77	c  174s |      11 |    30347 |    21544 |    97379      0 |      314 |        3
250.76/250.81	c  176s |      11 |    30539 |    21744 |    97379      0 |      314 |        3
253.55/253.63	c  178s |      11 |    30834 |    22044 |    97379      0 |      314 |        3
255.85/255.98	c  181s |      11 |    31113 |    22344 |    97379      0 |      314 |        3
257.95/258.07	c  183s |      11 |    31514 |    22744 |    97379      0 |      314 |        3
260.55/260.67	c  185s |      11 |    32130 |    23344 |    97379      0 |      314 |        3
262.75/262.90	c  188s |      11 |    32444 |    23644 |    97379      0 |      314 |        3
265.16/265.23	c  190s |      11 |    32836 |    24044 |    97379      0 |      314 |        3
267.15/267.25	c  192s |      11 |    33249 |    24444 |    97379      0 |      314 |        3
269.25/269.39	c  194s |      11 |    33754 |    24944 |    97379      0 |      314 |        3
271.66/271.70	c  197s |      11 |    34334 |    25544 |    97379      0 |      314 |        3
272.65/272.72	c  198s |      12 |    34613 |    25819 |    97379      0 |      314 |        3
274.75/274.85	c  200s |      12 |    34780 |    25919 |    97379      0 |      314 |        3
276.95/277.07	c  202s |      12 |    34983 |    26119 |    97379      0 |      314 |        3
279.05/279.13	c  204s |      12 |    35201 |    26319 |    97379      0 |      314 |        3
281.35/281.42	c  206s |      12 |    35490 |    26619 |    97379      0 |      314 |        3
283.35/283.44	c  208s |      12 |    35792 |    26919 |    97379      0 |      314 |        3
286.15/286.28	c  211s |      12 |    35984 |    27119 |    97379      0 |      314 |        3
288.65/288.74	c  214s |      12 |    36189 |    27319 |    97379      0 |      314 |        3
291.04/291.14	c  216s |      12 |    36417 |    27519 |    97379      0 |      314 |        3
293.14/293.20	c  218s |      12 |    36592 |    27719 |    97379      0 |      314 |        3
295.85/295.96	c  221s |      12 |    36901 |    28019 |    97379      0 |      314 |        3
297.84/297.98	c  223s |      12 |    37186 |    28319 |    97379      0 |      314 |        3
300.44/300.57	c  225s |      12 |    37811 |    28919 |    97379      0 |      314 |        3
303.04/303.18	c  228s |      12 |    38134 |    29219 |    97379      0 |      314 |        3
305.14/305.20	c  230s |      12 |    38308 |    29419 |    97379      0 |      314 |        3
307.34/307.42	c  232s |      12 |    38529 |    29619 |    97379      0 |      314 |        3
309.34/309.47	c  234s |      12 |    38735 |    29819 |    97379      0 |      314 |        3
311.74/311.86	c  237s |      12 |    38999 |    30119 |    97379      0 |      314 |        3
314.14/314.23	c  239s |      12 |    39439 |    30519 |    97379      0 |      314 |        3
316.14/316.23	c  241s |      12 |    39611 |    30719 |    97379      0 |      314 |        3
318.84/318.92	c  244s |      12 |    39905 |    31019 |    97379      0 |      314 |        3
321.25/321.36	c  246s |      12 |    40314 |    31419 |    97379      0 |      314 |        3
323.64/323.79	c  249s |      12 |    40832 |    31919 |    97379      0 |      314 |        3
326.34/326.44	c  251s |      12 |    41120 |    32219 |    97379      0 |      314 |        3
328.85/328.92	c  254s |      12 |    41425 |    32519 |    97379      0 |      314 |        3
330.94/331.02	c  256s |      12 |    41940 |    33019 |    97379      0 |      314 |        3
333.04/333.15	c  258s |      12 |    42332 |    33419 |    97379      0 |      314 |        3
335.04/335.16	c  260s |      12 |    42937 |    34019 |   107117      0 |      314 |        3
337.34/337.44	c  262s |      12 |    43938 |    35019 |   107117      0 |      314 |        3
339.44/339.55	c  264s |      12 |    44539 |    35619 |   107117      0 |      314 |        3
341.64/341.74	c  267s |      12 |    45158 |    36219 |   107117      0 |      314 |        3
344.24/344.40	c  269s |      12 |    45655 |    36719 |   107117      0 |      314 |        3
346.54/346.61	c  271s |      12 |    46054 |    37119 |   107117      0 |      314 |        3
348.64/348.74	c  274s |      12 |    46447 |    37519 |   107117      0 |      314 |        3
350.84/350.94	c  276s |      12 |    46859 |    37919 |   107117      0 |      314 |        3
352.94/353.04	c  278s |      12 |    47143 |    38219 |   107117      0 |      314 |        3
355.54/355.61	c  280s |      12 |    47551 |    38619 |   107117      0 |      314 |        3
356.73/356.90	c  282s |      13 |    47762 |    38832 |   107117      0 |      314 |        3
360.13/360.28	c  285s |      13 |    48122 |    39032 |   107117      0 |      314 |        3
362.33/362.45	c  287s |      13 |    48354 |    39232 |   107117      0 |      314 |        3
365.24/365.39	c  290s |      13 |    48812 |    39632 |   107117      0 |      314 |        3
367.63/367.74	c  293s |      13 |    49028 |    39832 |   107117      0 |      314 |        3
370.23/370.38	c  295s |      13 |    49290 |    40032 |   107117      0 |      314 |        3
373.23/373.32	c  298s |      13 |    49490 |    40232 |   107117      0 |      314 |        3
376.03/376.14	c  301s |      13 |    49685 |    40432 |   107117      0 |      314 |        3
378.44/378.53	c  303s |      13 |    49849 |    40632 |   107117      0 |      314 |        3
380.73/380.83	c  306s |      13 |    50085 |    40832 |   107117      0 |      314 |        3
382.84/382.96	c  308s |      13 |    50304 |    41032 |   107117      0 |      314 |        3
385.13/385.27	c  310s |      13 |    50547 |    41232 |   107117      0 |      314 |        3
387.43/387.51	c  312s |      13 |    50782 |    41432 |   107117      0 |      314 |        3
389.73/389.87	c  315s |      13 |    50986 |    41632 |   107117      0 |      314 |        3
392.13/392.22	c  317s |      13 |    51195 |    41832 |   107117      0 |      314 |        3
394.73/394.85	c  320s |      13 |    51408 |    42032 |   107117      0 |      314 |        3
397.04/397.19	c  322s |      13 |    51630 |    42232 |   107117      0 |      314 |        3
399.73/399.88	c  325s |      13 |    51868 |    42432 |   107117      0 |      314 |        3
402.33/402.44	c  327s |      13 |    52060 |    42632 |   107117      0 |      314 |        3
405.33/405.42	c  330s |      13 |    52371 |    42932 |   107117      0 |      314 |        3
407.73/407.88	c  333s |      13 |    52587 |    43132 |   107117      0 |      314 |        3
410.43/410.59	c  335s |      13 |    52835 |    43332 |   107117      0 |      314 |        3
413.23/413.37	c  338s |      13 |    53010 |    43532 |   107117      0 |      314 |        3
415.73/415.90	c  341s |      13 |    53206 |    43732 |   107117      0 |      314 |        3
417.93/418.09	c  343s |      13 |    53441 |    43932 |   107117      0 |      314 |        3
420.53/420.66	c  345s |      13 |    53722 |    44232 |   107117      0 |      314 |        3
422.52/422.67	c  347s |      13 |    54100 |    44532 |   107117      0 |      314 |        3
424.82/424.99	c  350s |      13 |    54313 |    44732 |   107117      0 |      314 |        3
428.12/428.22	c  353s |      13 |    54642 |    45032 |   107117      0 |      314 |        3
430.92/431.00	c  356s |      13 |    54832 |    45232 |   107117      0 |      314 |        3
433.82/433.99	c  359s |      13 |    55021 |    45432 |   107117      0 |      314 |        3
436.63/436.71	c  362s |      13 |    55213 |    45632 |   107117      0 |      314 |        3
438.83/438.95	c  364s |      13 |    55416 |    45832 |   107117      0 |      314 |        3
441.03/441.15	c  366s |      13 |    55851 |    46232 |   107117      0 |      314 |        3
443.42/443.50	c  368s |      13 |    56350 |    46732 |   107117      0 |      314 |        3
445.43/445.52	c  370s |      13 |    56754 |    47132 |   107117      0 |      314 |        3
448.12/448.20	c  373s |      13 |    57158 |    47532 |   107117      0 |      314 |        3
450.22/450.39	c  375s |      13 |    57590 |    47932 |   107117      0 |      314 |        3
452.42/452.53	c  377s |      13 |    57909 |    48232 |   107117      0 |      314 |        3
454.82/454.95	c  380s |      13 |    58211 |    48532 |   107117      0 |      314 |        3
457.22/457.36	c  382s |      13 |    58548 |    48832 |   107117      0 |      314 |        3
459.73/459.90	c  385s |      13 |    58865 |    49132 |   107117      0 |      314 |        3
461.82/461.99	c  387s |      13 |    59169 |    49432 |   107117      0 |      314 |        3
464.22/464.35	c  389s |      13 |    59480 |    49732 |   107117      0 |      314 |        3
467.02/467.11	c  392s |      13 |    59770 |    50032 |   107117      0 |      314 |        3
469.52/469.64	c  394s |      13 |    60079 |    50332 |   107117      0 |      314 |        3
472.12/472.23	c  397s |      13 |    60365 |    50632 |   107117      0 |      314 |        3
474.22/474.34	c  399s |      13 |    60706 |    50932 |   107117      0 |      314 |        3
476.92/477.04	c  402s |      13 |    61029 |    51232 |   107117      0 |      314 |        3
479.92/480.00	c  405s |      13 |    61308 |    51532 |   107117      0 |      314 |        3
482.01/482.13	c  407s |      13 |    61530 |    51732 |   107117      0 |      314 |        3
484.11/484.23	c  409s |      13 |    61737 |    51932 |   107117      0 |      314 |        3
486.31/486.40	c  411s |      13 |    62024 |    52232 |   107117      0 |      314 |        3
488.91/489.03	c  414s |      13 |    62397 |    52532 |   107117      0 |      314 |        3
491.31/491.45	c  416s |      13 |    62733 |    52832 |   107117      0 |      314 |        3
494.01/494.16	c  419s |      13 |    63062 |    53132 |   117829      0 |      314 |        3
496.31/496.41	c  421s |      13 |    63272 |    53332 |   117829      0 |      314 |        3
498.32/498.47	c  423s |      13 |    63542 |    53532 |   117829      0 |      314 |        3
501.11/501.22	c  426s |      13 |    63838 |    53832 |   117829      0 |      314 |        3
503.31/503.48	c  428s |      13 |    64060 |    54032 |   117829      0 |      314 |        3
505.61/505.73	c  431s |      13 |    64288 |    54232 |   117829      0 |      314 |        3
508.22/508.36	c  433s |      13 |    64684 |    54532 |   117829      0 |      314 |        3
510.42/510.56	c  435s |      13 |    64858 |    54732 |   117829      0 |      314 |        3
512.41/512.57	c  437s |      13 |    65086 |    54932 |   117829      0 |      314 |        3
514.82/514.93	c  440s |      13 |    65305 |    55132 |   117829      0 |      314 |        3
517.02/517.19	c  442s |      13 |    65520 |    55332 |   117829      0 |      314 |        3
519.51/519.68	c  444s |      13 |    65744 |    55532 |   117829      0 |      314 |        3
522.51/522.63	c  447s |      13 |    65946 |    55732 |   117829      0 |      314 |        3
525.01/525.12	c  450s |      13 |    66142 |    55932 |   117829      0 |      314 |        3
527.01/527.15	c  452s |      13 |    66413 |    56132 |   117829      0 |      314 |        3
529.51/529.68	c  454s |      13 |    66614 |    56332 |   117829      0 |      314 |        3
531.61/531.78	c  457s |      13 |    66792 |    56532 |   117829      0 |      314 |        3
534.11/534.26	c  459s |      13 |    67056 |    56732 |   117829      0 |      314 |        3
537.41/537.58	c  462s |      13 |    67223 |    56932 |   117829      0 |      314 |        3
540.20/540.35	c  465s |      13 |    67446 |    57132 |   117829      0 |      314 |        3
543.10/543.28	c  468s |      13 |    67684 |    57332 |   117829      0 |      314 |        3
546.90/547.02	c  472s |      13 |    67858 |    57532 |   117829      0 |      314 |        3
550.70/550.84	c  476s |      13 |    68076 |    57732 |   117829      0 |      314 |        3
554.31/554.42	c  479s |      13 |    68278 |    57932 |   117829      0 |      314 |        3
557.40/557.59	c  482s |      13 |    68465 |    58132 |   117829      0 |      314 |        3
560.50/560.69	c  486s |      13 |    68635 |    58332 |   117829      0 |      314 |        3
560.70/560.89	c  486s |      14 |    68675 |    58352 |   117829      0 |      314 |        3
563.30/563.49	c  488s |      14 |    68863 |    58452 |   117829      0 |      314 |        3
566.51/566.64	c  491s |      14 |    69064 |    58652 |   117829      0 |      314 |        3
568.71/568.83	c  494s |      14 |    69247 |    58852 |   117829      0 |      314 |        3
571.20/571.32	c  496s |      14 |    69537 |    59152 |   117829      0 |      314 |        3
574.80/574.96	c  500s |      14 |    69871 |    59452 |   117829      0 |      314 |        3
578.10/578.27	c  503s |      14 |    70043 |    59652 |   117829      0 |      314 |        3
581.00/581.15	c  506s |      14 |    70257 |    59852 |   117829      0 |      314 |        3
583.80/583.92	c  509s |      14 |    70457 |    60052 |   117829      0 |      314 |        3
586.40/586.57	c  511s |      14 |    70641 |    60252 |   117829      0 |      314 |        3
588.70/588.83	c  514s |      14 |    70847 |    60452 |   117829      0 |      314 |        3
590.70/590.83	c  516s |      14 |    71062 |    60652 |   117829      0 |      314 |        3
593.00/593.18	c  518s |      14 |    71359 |    60952 |   117829      0 |      314 |        3
595.50/595.63	c  520s |      14 |    71888 |    61452 |   117829      0 |      314 |        3
598.40/598.58	c  523s |      14 |    72185 |    61752 |   117829      0 |      314 |        3
600.99/601.11	c  526s |      14 |    72398 |    61952 |   117829      0 |      314 |        3
603.69/603.84	c  529s |      14 |    72561 |    62152 |   117829      0 |      314 |        3
606.69/606.84	c  532s |      14 |    72787 |    62352 |   117829      0 |      314 |        3
609.99/610.12	c  535s |      14 |    72985 |    62552 |   117829      0 |      314 |        3
613.20/613.36	c  538s |      14 |    73176 |    62752 |   117829      0 |      314 |        3
616.30/616.48	c  541s |      14 |    73393 |    62952 |   117829      0 |      314 |        3
619.00/619.13	c  544s |      14 |    73583 |    63152 |   117829      0 |      314 |        3
621.41/621.52	c  546s |      14 |    73779 |    63352 |   117829      0 |      314 |        3
624.20/624.35	c  549s |      14 |    74063 |    63652 |   117829      0 |      314 |        3
626.60/626.70	c  552s |      14 |    74594 |    64152 |   117829      0 |      314 |        3
629.11/629.21	c  554s |      14 |    74901 |    64452 |   117829      0 |      314 |        3
631.90/632.00	c  557s |      14 |    75181 |    64752 |   117829      0 |      314 |        3
633.90/634.08	c  559s |      14 |    75477 |    65052 |   117829      0 |      314 |        3
636.91/637.02	c  562s |      14 |    75886 |    65452 |   117829      0 |      314 |        3
639.40/639.51	c  564s |      14 |    76181 |    65752 |   117829      0 |      314 |        3
641.60/641.76	c  567s |      14 |    76692 |    66252 |   117829      0 |      314 |        3
644.20/644.33	c  569s |      14 |    77200 |    66752 |   117829      0 |      314 |        3
646.40/646.56	c  571s |      14 |    78005 |    67552 |   117829      0 |      314 |        3
648.50/648.64	c  573s |      14 |    78602 |    68152 |   117829      0 |      314 |        3
650.50/650.68	c  575s |      14 |    79094 |    68652 |   117829      0 |      314 |        3
652.80/652.99	c  578s |      14 |    79598 |    69152 |   117829      0 |      314 |        3
655.00/655.12	c  580s |      14 |    79999 |    69552 |   117829      0 |      314 |        3
657.20/657.38	c  582s |      14 |    80395 |    69952 |   117829      0 |      314 |        3
659.79/659.90	c  585s |      14 |    80793 |    70352 |   117829      0 |      314 |        3
661.99/662.16	c  587s |      14 |    81109 |    70652 |   117829      0 |      314 |        3
664.89/665.02	c  590s |      14 |    81507 |    71052 |   117829      0 |      314 |        3
667.29/667.46	c  592s |      14 |    81891 |    71452 |   117829      0 |      314 |        3
669.80/669.98	c  595s |      14 |    82198 |    71752 |   117829      0 |      314 |        3
671.79/671.99	c  597s |      14 |    82516 |    72052 |   117829      0 |      314 |        3
674.39/674.54	c  599s |      14 |    82799 |    72352 |   117829      0 |      314 |        3
676.69/676.80	c  602s |      14 |    83117 |    72652 |   117829      0 |      314 |        3
679.29/679.42	c  604s |      14 |    83393 |    72952 |   117829      0 |      314 |        3
681.49/681.68	c  606s |      14 |    83723 |    73252 |   117829      0 |      314 |        3
683.69/683.86	c  609s |      14 |    83900 |    73452 |   117829      0 |      314 |        3
686.19/686.30	c  611s |      14 |    84197 |    73752 |   117829      0 |      314 |        3
688.19/688.30	c  613s |      14 |    84403 |    73952 |   117829      0 |      314 |        3
690.70/690.85	c  616s |      14 |    84600 |    74152 |   117829      0 |      314 |        3
692.90/693.01	c  618s |      14 |    84805 |    74352 |   117829      0 |      314 |        3
695.39/695.53	c  620s |      14 |    85122 |    74652 |   117829      0 |      314 |        3
698.39/698.57	c  623s |      14 |    85308 |    74852 |   117829      0 |      314 |        3
701.19/701.32	c  626s |      14 |    85525 |    75052 |   117829      0 |      314 |        3
703.39/703.55	c  628s |      14 |    85714 |    75252 |   117829      0 |      314 |        3
706.19/706.33	c  631s |      14 |    86027 |    75552 |   117829      0 |      314 |        3
708.99/709.13	c  634s |      14 |    86208 |    75752 |   117829      0 |      314 |        3
711.39/711.57	c  636s |      14 |    86419 |    75952 |   117829      0 |      314 |        3
713.49/713.62	c  638s |      14 |    86617 |    76152 |   117829      0 |      314 |        3
716.59/716.72	c  642s |      14 |    86939 |    76452 |   117829      0 |      314 |        3
719.18/719.36	c  644s |      14 |    87125 |    76652 |   117829      0 |      314 |        3
721.59/721.74	c  647s |      14 |    87315 |    76852 |   117829      0 |      314 |        3
723.58/723.78	c  649s |      14 |    87512 |    77052 |   117829      0 |      314 |        3
726.18/726.36	c  651s |      14 |    87811 |    77352 |   117829      0 |      314 |        3
729.19/729.35	c  654s |      14 |    88008 |    77552 |   117829      0 |      314 |        3
731.78/731.91	c  657s |      14 |    88209 |    77752 |   117829      0 |      314 |        3
733.98/734.16	c  659s |      14 |    88421 |    77952 |   117829      0 |      314 |        3
736.28/736.47	c  661s |      14 |    88719 |    78252 |   117829      0 |      314 |        3
739.38/739.58	c  664s |      14 |    88926 |    78452 |   117829      0 |      314 |        3
742.18/742.34	c  667s |      14 |    89110 |    78652 |   117829      0 |      314 |        3
744.59/744.71	c  670s |      14 |    89320 |    78852 |   117829      0 |      314 |        3
747.28/747.47	c  672s |      14 |    89617 |    79152 |   117829      0 |      314 |        3
749.68/749.88	c  675s |      14 |    89807 |    79352 |   117829      0 |      314 |        3
752.78/752.97	c  678s |      14 |    90008 |    79552 |   117829      0 |      314 |        3
755.48/755.68	c  680s |      14 |    90216 |    79752 |   117829      0 |      314 |        3
757.89/758.09	c  683s |      14 |    90414 |    79952 |   117829      0 |      314 |        3
760.28/760.48	c  685s |      14 |    90710 |    80252 |   117829      0 |      314 |        3
763.48/763.69	c  689s |      14 |    90937 |    80452 |   117829      0 |      314 |        3
766.58/766.73	c  692s |      14 |    91133 |    80652 |   117829      0 |      314 |        3
769.28/769.48	c  694s |      14 |    91337 |    80852 |   117829      0 |      314 |        3
771.67/771.82	c  697s |      14 |    91526 |    81052 |   117829      0 |      314 |        3
774.17/774.31	c  699s |      14 |    91852 |    81352 |   117829      0 |      314 |        3
777.68/777.84	c  703s |      14 |    92033 |    81552 |   117829      0 |      314 |        3
781.17/781.31	c  706s |      14 |    92233 |    81752 |   117829      0 |      314 |        3
784.37/784.52	c  709s |      14 |    92442 |    81952 |   117829      0 |      314 |        3
787.07/787.24	c  712s |      14 |    92613 |    82152 |   129612      0 |      314 |        3
789.17/789.36	c  714s |      14 |    92818 |    82352 |   129612      0 |      314 |        3
792.66/792.84	c  718s |      14 |    93128 |    82652 |   129612      0 |      314 |        3
795.66/795.87	c  721s |      14 |    93340 |    82852 |   129612      0 |      314 |        3
798.47/798.64	c  723s |      14 |    93526 |    83052 |   129612      0 |      314 |        3
800.96/801.13	c  726s |      14 |    93743 |    83252 |   129612      0 |      314 |        3
803.76/803.96	c  729s |      14 |    94017 |    83552 |   129612      0 |      314 |        3
805.96/806.19	c  731s |      14 |    94221 |    83752 |   129612      0 |      314 |        3
809.56/809.79	c  735s |      14 |    94447 |    83952 |   129612      0 |      314 |        3
812.95/813.17	c  738s |      14 |    94647 |    84152 |   129612      0 |      314 |        3
815.95/816.20	c  741s |      14 |    94823 |    84352 |   129612      0 |      314 |        3
818.65/818.89	c  744s |      14 |    95026 |    84552 |   129612      0 |      314 |        3
820.95/821.13	c  746s |      14 |    95231 |    84752 |   129612      0 |      314 |        3
824.86/825.07	c  750s |      14 |    95555 |    85052 |   129612      0 |      314 |        3
828.65/828.84	c  754s |      14 |    95742 |    85252 |   129612      0 |      314 |        3
832.25/832.49	c  757s |      14 |    95952 |    85452 |   129612      0 |      314 |        3
835.45/835.68	c  760s |      14 |    96140 |    85652 |   129612      0 |      314 |        3
838.34/838.53	c  763s |      14 |    96331 |    85852 |   129612      0 |      314 |        3
840.74/840.95	c  766s |      14 |    96528 |    86052 |   129612      0 |      314 |        3
843.84/844.04	c  769s |      14 |    96845 |    86352 |   129612      0 |      314 |        3
846.04/846.28	c  771s |      14 |    96946 |    86452 |   129612      0 |      314 |        3
848.14/848.34	c  773s |      14 |    97043 |    86552 |   129612      0 |      314 |        3
852.04/852.26	c  777s |      14 |    97225 |    86752 |   129612      0 |      314 |        3
855.54/855.78	c  781s |      14 |    97431 |    86952 |   129612      0 |      314 |        3
858.83/859.10	c  784s |      14 |    97645 |    87152 |   129612      0 |      314 |        3
861.83/862.05	c  787s |      14 |    97824 |    87352 |   129612      0 |      314 |        3
864.33/864.50	c  789s |      14 |    98022 |    87552 |   129612      0 |      314 |        3
865.03/865.27	c  790s |      15 |    98111 |    87632 |   129612      0 |      314 |        3
868.33/868.52	c  793s |      15 |    98309 |    87732 |   129612      0 |      314 |        3
871.83/872.01	c  797s |      15 |    98471 |    87932 |   129612      0 |      314 |        3
875.13/875.33	c  800s |      15 |    98659 |    88132 |   129612      0 |      314 |        3
877.42/877.60	c  802s |      15 |    98757 |    88232 |   129612      0 |      314 |        3
879.62/879.87	c  805s |      15 |    98874 |    88332 |   129612      0 |      314 |        3
882.03/882.24	c  807s |      15 |    98985 |    88432 |   129612      0 |      314 |        3
884.42/884.61	c  809s |      15 |    99092 |    88532 |   129612      0 |      314 |        3
886.82/887.01	c  812s |      15 |    99203 |    88632 |   129612      0 |      314 |        3
890.12/890.36	c  815s |      15 |    99543 |    88832 |   129612      0 |      314 |        3
892.42/892.63	c  817s |      15 |    99631 |    88932 |   129612      0 |      314 |        3
894.52/894.79	c  820s |      15 |    99734 |    89032 |   129612      0 |      314 |        3
896.82/897.09	c  822s |      15 |    99850 |    89132 |   129612      0 |      314 |        3
899.31/899.51	c  824s |      15 |    99966 |    89232 |   129612      0 |      314 |        3
901.82/902.01	c  827s |      15 |   100077 |    89332 |   129612      0 |      314 |        3
904.12/904.37	c  829s |      15 |   100131 |    89432 |   129612      0 |      314 |        3
906.32/906.54	c  831s |      15 |   100239 |    89532 |   129612      0 |      314 |        3
908.52/908.76	c  834s |      15 |   100341 |    89632 |   129612      0 |      314 |        3
910.62/910.88	c  836s |      15 |   100438 |    89732 |   129612      0 |      314 |        3
912.82/913.01	c  838s |      15 |   100576 |    89832 |   129612      0 |      314 |        3
916.61/916.82	c  842s |      15 |   100749 |    90032 |   129612      0 |      314 |        3
920.21/920.43	c  845s |      15 |   100940 |    90232 |   129612      0 |      314 |        3
923.31/923.58	c  848s |      15 |   101135 |    90432 |   129612      0 |      314 |        3
925.90/926.10	c  851s |      15 |   101339 |    90632 |   129612      0 |      314 |        3
928.40/928.62	c  853s |      15 |   101683 |    90932 |   129612      0 |      314 |        3
931.51/931.70	c  857s |      15 |   101864 |    91132 |   129612      0 |      314 |        3
933.60/933.85	c  859s |      15 |   101952 |    91232 |   129612      0 |      314 |        3
935.80/936.07	c  861s |      15 |   102062 |    91332 |   129612      0 |      314 |        3
939.21/939.44	c  864s |      15 |   102278 |    91532 |   129612      0 |      314 |        3
942.40/942.61	c  867s |      15 |   102481 |    91732 |   129612      0 |      314 |        3
945.81/946.05	c  871s |      15 |   102708 |    91932 |   129612      0 |      314 |        3
949.10/949.31	c  874s |      15 |   102911 |    92132 |   129612      0 |      314 |        3
951.90/952.19	c  877s |      15 |   103089 |    92332 |   129612      0 |      314 |        3
954.40/954.68	c  879s |      15 |   103293 |    92532 |   129612      0 |      314 |        3
956.50/956.75	c  882s |      15 |   103482 |    92732 |   129612      0 |      314 |        3
959.89/960.14	c  885s |      15 |   103822 |    93032 |   129612      0 |      314 |        3
962.09/962.39	c  887s |      15 |   103998 |    93232 |   129612      0 |      314 |        3
964.60/964.82	c  890s |      15 |   104296 |    93532 |   129612      0 |      314 |        3
966.59/966.86	c  892s |      15 |   104503 |    93732 |   129612      0 |      314 |        3
968.69/968.98	c  894s |      15 |   104801 |    94032 |   129612      0 |      314 |        3
970.79/971.02	c  896s |      15 |   105005 |    94232 |   129612      0 |      314 |        3
972.79/973.04	c  898s |      15 |   105203 |    94432 |   129612      0 |      314 |        3
975.49/975.78	c  901s |      15 |   105516 |    94732 |   129612      0 |      314 |        3
978.38/978.65	c  903s |      15 |   105731 |    94932 |   129612      0 |      314 |        3
981.38/981.63	c  906s |      15 |   105916 |    95132 |   129612      0 |      314 |        3
984.58/984.88	c  910s |      15 |   106117 |    95332 |   129612      0 |      314 |        3
987.98/988.28	c  913s |      15 |   106322 |    95532 |   129612      0 |      314 |        3
991.38/991.66	c  916s |      15 |   106527 |    95732 |   129612      0 |      314 |        3
994.48/994.72	c  920s |      15 |   106734 |    95932 |   129612      0 |      314 |        3
997.08/997.32	c  922s |      15 |   106905 |    96132 |   129612      0 |      314 |        3
999.07/999.34	c  924s |      15 |   107111 |    96332 |   129612      0 |      314 |        3
1002.67/1002.94	c  928s |      15 |   107496 |    96632 |   129612      0 |      314 |        3
1006.28/1006.60	c  931s |      15 |   107712 |    96832 |   129612      0 |      314 |        3
1010.17/1010.40	c  935s |      15 |   107947 |    97032 |   129612      0 |      314 |        3
1012.27/1012.53	c  937s |      15 |   108056 |    97132 |   129612      0 |      314 |        3
1014.37/1014.62	c  939s |      15 |   108152 |    97232 |   129612      0 |      314 |        3
1016.37/1016.66	c  941s |      15 |   108246 |    97332 |   129612      0 |      314 |        3
1018.77/1019.07	c  944s |      15 |   108350 |    97432 |   129612      0 |      314 |        3
1021.17/1021.46	c  946s |      15 |   108449 |    97532 |   129612      0 |      314 |        3
1023.47/1023.76	c  949s |      15 |   108544 |    97632 |   129612      0 |      314 |        3
1025.77/1026.03	c  951s |      15 |   108679 |    97732 |   129612      0 |      314 |        3
1029.86/1030.12	c  955s |      15 |   108846 |    97932 |   129612      0 |      314 |        3
1033.66/1033.99	c  959s |      15 |   109065 |    98132 |   129612      0 |      314 |        3
1037.07/1037.38	c  962s |      15 |   109249 |    98332 |   129612      0 |      314 |        3
1040.06/1040.36	c  965s |      15 |   109458 |    98532 |   129612      0 |      314 |        3
1043.06/1043.35	c  968s |      15 |   109791 |    98832 |   129612      0 |      314 |        3
1046.76/1047.07	c  972s |      15 |   110038 |    99032 |   129612      0 |      314 |        3
1050.15/1050.44	c  975s |      15 |   110267 |    99232 |   129612      0 |      314 |        3
1052.35/1052.61	c  977s |      15 |   110381 |    99332 |   129612      0 |      314 |        3
1055.86/1056.15	c  981s |      15 |   110612 |    99532 |   129612      0 |      314 |        3
1058.15/1058.42	c  983s |      15 |   110715 |    99632 |   129612      0 |      314 |        3
1060.16/1060.49	c  985s |      15 |   110812 |    99732 |   129612      0 |      314 |        3
1064.25/1064.58	c  989s |      15 |   111048 |    99932 |   129612      0 |      314 |        3
1066.45/1066.78	c  992s |      15 |   111155 |   100032 |   129612      0 |      314 |        3
1068.54/1068.89	c  994s |      15 |   111259 |   100132 |   129612      0 |      314 |        3
1070.64/1070.93	c  996s |      15 |   111359 |   100232 |   129612      0 |      314 |        3
1074.34/1074.64	c  999s |      15 |   111546 |   100432 |   129612      0 |      314 |        3
1077.84/1078.20	c 1003s |      15 |   111757 |   100632 |   129612      0 |      314 |        3
1080.94/1081.26	c 1006s |      15 |   111942 |   100832 |   129612      0 |      314 |        3
1083.64/1083.98	c 1009s |      15 |   112132 |   101032 |   129612      0 |      314 |        3
1085.93/1086.20	c 1011s |      15 |   112330 |   101232 |   129612      0 |      314 |        3
1089.03/1089.38	c 1014s |      15 |   112667 |   101532 |   129612      0 |      314 |        3
1093.33/1093.69	c 1019s |      15 |   112902 |   101732 |   129612      0 |      314 |        3
1095.73/1096.07	c 1021s |      15 |   113006 |   101832 |   129612      0 |      314 |        3
1098.63/1099.00	c 1024s |      15 |   113133 |   101932 |   129612      0 |      314 |        3
1101.22/1101.52	c 1026s |      15 |   113194 |   102032 |   129612      0 |      314 |        3
1104.02/1104.33	c 1029s |      15 |   113314 |   102132 |   129612      0 |      314 |        3
1106.92/1107.23	c 1032s |      15 |   113373 |   102232 |   129612      0 |      314 |        3
1109.42/1109.74	c 1035s |      15 |   113486 |   102332 |   129612      0 |      314 |        3
1112.02/1112.32	c 1037s |      15 |   113595 |   102432 |   129612      0 |      314 |        3
1114.62/1114.93	c 1040s |      15 |   113701 |   102532 |   129612      0 |      314 |        3
1117.12/1117.46	c 1042s |      15 |   113802 |   102632 |   129612      0 |      314 |        3
1119.62/1119.96	c 1045s |      15 |   113899 |   102732 |   129612      0 |      314 |        3
1122.11/1122.40	c 1047s |      15 |   113992 |   102832 |   129612      0 |      314 |        3
1124.51/1124.82	c 1050s |      15 |   114081 |   102932 |   129612      0 |      314 |        3
1126.81/1127.11	c 1052s |      15 |   114207 |   103032 |   129612      0 |      314 |        3
1128.92/1129.27	c 1054s |      15 |   114286 |   103132 |   129612      0 |      314 |        3
1131.02/1131.39	c 1056s |      15 |   114400 |   103232 |   129612      0 |      314 |        3
1133.12/1133.44	c 1058s |      15 |   114502 |   103332 |   129612      0 |      314 |        3
1136.72/1137.07	c 1062s |      15 |   114680 |   103532 |   129612      0 |      314 |        3
1139.81/1140.12	c 1065s |      15 |   114879 |   103732 |   129612      0 |      314 |        3
1141.91/1142.21	c 1067s |      15 |   115129 |   103932 |   129612      0 |      314 |        3
1144.11/1144.46	c 1069s |      15 |   115325 |   104132 |   129612      0 |      314 |        3
1147.12/1147.44	c 1072s |      15 |   115534 |   104332 |   129612      0 |      314 |        3
1150.51/1150.85	c 1076s |      15 |   115730 |   104532 |   129612      0 |      314 |        3
1154.31/1154.67	c 1079s |      15 |   115921 |   104732 |   129612      0 |      314 |        3
1156.51/1156.80	c 1082s |      15 |   116005 |   104832 |   129612      0 |      314 |        3
1158.70/1159.05	c 1084s |      15 |   116138 |   104932 |   129612      0 |      314 |        3
1160.90/1161.22	c 1086s |      15 |   116231 |   105032 |   129612      0 |      314 |        3
1163.20/1163.53	c 1088s |      15 |   116329 |   105132 |   129612      0 |      314 |        3
1165.60/1165.95	c 1091s |      15 |   116431 |   105232 |   129612      0 |      314 |        3
1168.01/1168.38	c 1093s |      15 |   116534 |   105332 |   129612      0 |      314 |        3
1170.40/1170.76	c 1096s |      15 |   116632 |   105432 |   129612      0 |      314 |        3
1172.70/1173.04	c 1098s |      15 |   116725 |   105532 |   129612      0 |      314 |        3
1174.90/1175.25	c 1100s |      15 |   116814 |   105632 |   129612      0 |      314 |        3
1177.20/1177.50	c 1102s |      15 |   116899 |   105732 |   129612      0 |      314 |        3
1179.20/1179.51	c 1104s |      15 |   117019 |   105832 |   129612      0 |      314 |        3
1181.30/1181.62	c 1106s |      15 |   117130 |   105932 |   129612      0 |      314 |        3
1184.99/1185.33	c 1110s |      15 |   117295 |   106132 |   129612      0 |      314 |        3
1188.19/1188.56	c 1113s |      15 |   117509 |   106332 |   129612      0 |      314 |        3
1190.79/1191.18	c 1116s |      15 |   117698 |   106532 |   129612      0 |      314 |        3
1193.39/1193.71	c 1119s |      15 |   118025 |   106832 |   129612      0 |      314 |        3
1195.89/1196.24	c 1121s |      15 |   118224 |   107032 |   129612      0 |      314 |        3
1198.99/1199.34	c 1124s |      15 |   118414 |   107232 |   129612      0 |      314 |        3
1202.29/1202.69	c 1128s |      15 |   118640 |   107432 |   129612      0 |      314 |        3
1205.59/1205.94	c 1131s |      15 |   118815 |   107632 |   129612      0 |      314 |        3
1208.38/1208.73	c 1134s |      15 |   119019 |   107832 |   129612      0 |      314 |        3
1210.58/1210.94	c 1136s |      15 |   119226 |   108032 |   129612      0 |      314 |        3
1213.48/1213.88	c 1139s |      15 |   119638 |   108432 |   129612      0 |      314 |        3
1215.68/1216.02	c 1141s |      15 |   119843 |   108632 |   129612      0 |      314 |        3
1218.18/1218.59	c 1143s |      15 |   120132 |   108932 |   129612      0 |      314 |        3
1220.48/1220.85	c 1146s |      15 |   120447 |   109232 |   129612      0 |      314 |        3
1222.88/1223.25	c 1148s |      15 |   120943 |   109732 |   129612      0 |      314 |        3
1225.18/1225.58	c 1150s |      15 |   121334 |   110132 |   129612      0 |      314 |        3
1227.28/1227.62	c 1152s |      15 |   121641 |   110432 |   129612      0 |      314 |        3
1229.37/1229.80	c 1155s |      15 |   121942 |   110732 |   129612      0 |      314 |        3
1231.78/1232.18	c 1157s |      15 |   122247 |   111032 |   129612      0 |      314 |        3
1234.77/1235.10	c 1160s |      15 |   122544 |   111332 |   129612      0 |      314 |        3
1237.57/1237.96	c 1163s |      15 |   122844 |   111632 |   129612      0 |      314 |        3
1239.67/1240.02	c 1165s |      15 |   123041 |   111832 |   129612      0 |      314 |        3
1241.87/1242.23	c 1167s |      15 |   123235 |   112032 |   129612      0 |      314 |        3
1243.87/1244.29	c 1169s |      15 |   123435 |   112232 |   129612      0 |      314 |        3
1246.07/1246.43	c 1171s |      15 |   123648 |   112432 |   129612      0 |      314 |        3
1248.36/1248.79	c 1174s |      15 |   123844 |   112632 |   129612      0 |      314 |        3
1251.66/1252.05	c 1177s |      15 |   124140 |   112932 |   129612      0 |      314 |        3
1253.86/1254.21	c 1179s |      15 |   124341 |   113132 |   129612      0 |      314 |        3
1255.97/1256.33	c 1181s |      15 |   124538 |   113332 |   129612      0 |      314 |        3
1258.46/1258.84	c 1184s |      15 |   124746 |   113532 |   129612      0 |      314 |        3
1261.56/1261.99	c 1187s |      15 |   125042 |   113832 |   129612      0 |      314 |        3
1264.26/1264.61	c 1189s |      15 |   125242 |   114032 |   129612      0 |      314 |        3
1267.55/1267.94	c 1193s |      15 |   125547 |   114332 |   129612      0 |      314 |        3
1270.85/1271.29	c 1196s |      15 |   125736 |   114532 |   129612      0 |      314 |        3
1273.65/1274.02	c 1199s |      15 |   125934 |   114732 |   129612      0 |      314 |        3
1276.15/1276.59	c 1201s |      15 |   126144 |   114932 |   129612      0 |      314 |        3
1279.05/1279.47	c 1204s |      15 |   126336 |   115132 |   129612      0 |      314 |        3
1281.15/1281.60	c 1206s |      15 |   126537 |   115332 |   129612      0 |      314 |        3
1283.74/1284.11	c 1209s |      15 |   126750 |   115532 |   129612      0 |      314 |        3
1286.94/1287.32	c 1212s |      15 |   126947 |   115732 |   129612      0 |      314 |        3
1289.54/1289.94	c 1215s |      15 |   127142 |   115932 |   129612      0 |      314 |        3
1291.84/1292.26	c 1217s |      15 |   127355 |   116132 |   129612      0 |      314 |        3
1295.04/1295.46	c 1220s |      15 |   127539 |   116332 |   129612      0 |      314 |        3
1297.54/1298.00	c 1223s |      15 |   127750 |   116532 |   129612      0 |      314 |        3
1301.24/1301.60	c 1226s |      15 |   128062 |   116832 |   129612      0 |      314 |        3
1304.74/1305.13	c 1230s |      15 |   128245 |   117032 |   129612      0 |      314 |        3
1307.54/1307.97	c 1233s |      15 |   128452 |   117232 |   129612      0 |      314 |        3
1311.64/1312.06	c 1237s |      15 |   128745 |   117532 |   129612      0 |      314 |        3
1313.74/1314.11	c 1239s |      15 |   128853 |   117632 |   129612      0 |      314 |        3
1317.63/1318.01	c 1243s |      15 |   129044 |   117832 |   129612      0 |      314 |        3
1320.84/1321.27	c 1246s |      15 |   129244 |   118032 |   129612      0 |      314 |        3
1324.73/1325.19	c 1250s |      15 |   129575 |   118332 |   129612      0 |      314 |        3
1327.03/1327.42	c 1252s |      15 |   129650 |   118432 |   129612      0 |      314 |        3
1329.13/1329.55	c 1254s |      15 |   129756 |   118532 |   129612      0 |      314 |        3
1331.13/1331.57	c 1256s |      15 |   129852 |   118632 |   129612      0 |      314 |        3
1334.73/1335.13	c 1260s |      15 |   130065 |   118832 |   129612      0 |      314 |        3
1337.42/1337.80	c 1263s |      15 |   130254 |   119032 |   129612      0 |      314 |        3
1340.82/1341.22	c 1266s |      15 |   130444 |   119232 |   129612      0 |      314 |        3
1342.83/1343.25	c 1268s |      15 |   130559 |   119332 |   129612      0 |      314 |        3
1344.93/1345.34	c 1270s |      15 |   130664 |   119432 |   129612      0 |      314 |        3
1346.92/1347.34	c 1272s |      15 |   130763 |   119532 |   129612      0 |      314 |        3
1350.32/1350.78	c 1276s |      15 |   130953 |   119732 |   129612      0 |      314 |        3
1352.82/1353.29	c 1278s |      15 |   131154 |   119932 |   129612      0 |      314 |        3
1356.12/1356.52	c 1281s |      15 |   131358 |   120132 |   129612      0 |      314 |        3
1358.42/1358.89	c 1284s |      15 |   131476 |   120232 |   129612      0 |      314 |        3
1360.82/1361.25	c 1286s |      15 |   131549 |   120332 |   129612      0 |      314 |        3
1362.91/1363.30	c 1288s |      15 |   131651 |   120432 |   129612      0 |      314 |        3
1366.51/1366.98	c 1292s |      15 |   131855 |   120632 |   129612      0 |      314 |        3
1369.51/1369.95	c 1295s |      15 |   132061 |   120832 |   129612      0 |      314 |        3
1372.11/1372.59	c 1297s |      15 |   132272 |   121032 |   129612      0 |      314 |        3
1374.81/1375.24	c 1300s |      15 |   132355 |   121132 |   129612      0 |      314 |        3
1377.01/1377.49	c 1302s |      15 |   132472 |   121232 |   129612      0 |      314 |        3
1379.41/1379.82	c 1305s |      15 |   132581 |   121332 |   129612      0 |      314 |        3
1381.61/1382.03	c 1307s |      15 |   132682 |   121432 |   129612      0 |      314 |        3
1385.31/1385.71	c 1311s |      15 |   132854 |   121632 |   129612      0 |      314 |        3
1388.11/1388.51	c 1313s |      15 |   133060 |   121832 |   129612      0 |      314 |        3
1390.70/1391.12	c 1316s |      15 |   133268 |   122032 |   129612      0 |      314 |        3
1393.41/1393.86	c 1319s |      15 |   133353 |   122132 |   129612      0 |      314 |        3
1395.70/1396.17	c 1321s |      15 |   133474 |   122232 |   129612      0 |      314 |        3
1398.20/1398.61	c 1323s |      15 |   133585 |   122332 |   129612      0 |      314 |        3
1400.30/1400.78	c 1326s |      15 |   133654 |   122432 |   129612      0 |      314 |        3
1402.40/1402.82	c 1328s |      15 |   133780 |   122532 |   129612      0 |      314 |        3
1405.80/1406.28	c 1331s |      15 |   133962 |   122732 |   129612      0 |      314 |        3
1408.50/1408.96	c 1334s |      15 |   134152 |   122932 |   129612      0 |      314 |        3
1412.70/1413.17	c 1338s |      15 |   134353 |   123132 |   129612      0 |      314 |        3
1415.19/1415.69	c 1340s |      15 |   134479 |   123232 |   129612      0 |      314 |        3
1417.89/1418.33	c 1343s |      15 |   134558 |   123332 |   129612      0 |      314 |        3
1420.29/1420.79	c 1346s |      15 |   134671 |   123432 |   129612      0 |      314 |        3
1422.79/1423.21	c 1348s |      15 |   134775 |   123532 |   129612      0 |      314 |        3
1424.99/1425.43	c 1350s |      15 |   134869 |   123632 |   129612      0 |      314 |        3
1426.99/1427.45	c 1352s |      15 |   134953 |   123732 |   129612      0 |      314 |        3
1429.99/1430.46	c 1355s |      15 |   135168 |   123932 |   129612      0 |      314 |        3
1432.19/1432.69	c 1357s |      15 |   135396 |   124132 |   129612      0 |      314 |        3
1434.69/1435.12	c 1360s |      15 |   135485 |   124232 |   129612      0 |      314 |        3
1436.99/1437.48	c 1362s |      15 |   135570 |   124332 |   129612      0 |      314 |        3
1439.49/1439.98	c 1365s |      15 |   135652 |   124432 |   129612      0 |      314 |        3
1441.49/1442.00	c 1367s |      15 |   135766 |   124532 |   129612      0 |      314 |        3
1443.59/1444.05	c 1369s |      15 |   135872 |   124632 |   129612      0 |      314 |        3
1447.29/1447.75	c 1373s |      15 |   136056 |   124832 |   129612      0 |      314 |        3
1450.19/1450.67	c 1375s |      15 |   136263 |   125032 |   129612      0 |      314 |        3
1454.78/1455.30	c 1380s |      15 |   136579 |   125332 |   129612      0 |      314 |        3
1457.58/1458.00	c 1383s |      15 |   136670 |   125432 |   129612      0 |      314 |        3
1460.28/1460.72	c 1386s |      15 |   136756 |   125532 |   129612      0 |      314 |        3
1462.48/1462.92	c 1388s |      15 |   136876 |   125632 |   129612      0 |      314 |        3
1464.89/1465.35	c 1390s |      15 |   136987 |   125732 |   142574      0 |      314 |        3
1467.09/1467.60	c 1392s |      15 |   137058 |   125832 |   142574      0 |      314 |        3
1469.19/1469.68	c 1394s |      15 |   137186 |   125932 |   142574      0 |      314 |        3
1472.59/1473.04	c 1398s |      15 |   137368 |   126132 |   142574      0 |      314 |        3
1475.08/1475.54	c 1400s |      15 |   137566 |   126332 |   142574      0 |      314 |        3
1478.88/1479.35	c 1404s |      15 |   137765 |   126532 |   142574      0 |      314 |        3
1481.68/1482.14	c 1407s |      15 |   137901 |   126632 |   142574      0 |      314 |        3
1483.98/1484.43	c 1409s |      15 |   137986 |   126732 |   142574      0 |      314 |        3
1486.38/1486.86	c 1412s |      15 |   138067 |   126832 |   142574      0 |      314 |        3
1488.68/1489.10	c 1414s |      15 |   138181 |   126932 |   142574      0 |      314 |        3
1490.88/1491.32	c 1416s |      15 |   138286 |   127032 |   142574      0 |      314 |        3
1494.68/1495.12	c 1420s |      15 |   138469 |   127232 |   142574      0 |      314 |        3
1497.89/1498.32	c 1423s |      15 |   138677 |   127432 |   142574      0 |      314 |        3
1502.58/1503.04	c 1428s |      15 |   139001 |   127732 |   142574      0 |      314 |        3
1505.38/1505.83	c 1431s |      15 |   139094 |   127832 |   142574      0 |      314 |        3
1508.08/1508.53	c 1433s |      15 |   139183 |   127932 |   142574      0 |      314 |        3
1510.78/1511.27	c 1436s |      15 |   139268 |   128032 |   142574      0 |      314 |        3
1513.28/1513.76	c 1439s |      15 |   139388 |   128132 |   142574      0 |      314 |        3
1515.78/1516.27	c 1441s |      15 |   139463 |   128232 |   142574      0 |      314 |        3
1517.98/1518.47	c 1443s |      15 |   139568 |   128332 |   142574      0 |      314 |        3
1520.17/1520.65	c 1445s |      15 |   139664 |   128432 |   142574      0 |      314 |        3
1523.87/1524.39	c 1449s |      15 |   139879 |   128632 |   142574      0 |      314 |        3
1526.67/1527.11	c 1452s |      15 |   140067 |   128832 |   142574      0 |      314 |        3
1530.78/1531.21	c 1456s |      15 |   140289 |   129032 |   142574      0 |      314 |        3
1533.77/1534.23	c 1459s |      15 |   140388 |   129132 |   142574      0 |      314 |        3
1536.57/1537.07	c 1462s |      15 |   140484 |   129232 |   142574      0 |      314 |        3
1539.37/1539.85	c 1465s |      15 |   140575 |   129332 |   142574      0 |      314 |        3
1542.17/1542.67	c 1467s |      15 |   140662 |   129432 |   142574      0 |      314 |        3
1544.57/1545.05	c 1470s |      15 |   140785 |   129532 |   142574      0 |      314 |        3
1547.17/1547.69	c 1472s |      15 |   140863 |   129632 |   142574      0 |      314 |        3
1549.37/1549.87	c 1475s |      15 |   140971 |   129732 |   142574      0 |      314 |        3
1551.57/1552.05	c 1477s |      15 |   141070 |   129832 |   142574      0 |      314 |        3
1553.67/1554.13	c 1479s |      15 |   141192 |   129932 |   142574      0 |      314 |        3
1557.07/1557.56	c 1482s |      15 |   141381 |   130132 |   142574      0 |      314 |        3
1559.47/1559.93	c 1485s |      15 |   141567 |   130332 |   142574      0 |      314 |        3
1562.17/1562.67	c 1487s |      15 |   141680 |   130432 |   142574      0 |      314 |        3
1565.57/1566.07	c 1491s |      15 |   141784 |   130532 |   142574      0 |      314 |        3
1568.87/1569.31	c 1494s |      15 |   141883 |   130632 |   142574      0 |      314 |        3
1571.97/1572.44	c 1497s |      15 |   141979 |   130732 |   142574      0 |      314 |        3
1575.07/1575.56	c 1500s |      15 |   142072 |   130832 |   142574      0 |      314 |        3
1577.87/1578.32	c 1503s |      15 |   142201 |   130932 |   142574      0 |      314 |        3
1580.56/1581.03	c 1506s |      15 |   142282 |   131032 |   142574      0 |      314 |        3
1583.16/1583.68	c 1508s |      15 |   142396 |   131132 |   142574      0 |      314 |        3
1585.77/1586.29	c 1511s |      15 |   142501 |   131232 |   142574      0 |      314 |        3
1588.16/1588.60	c 1513s |      15 |   142597 |   131332 |   142574      0 |      314 |        3
1590.17/1590.70	c 1516s |      15 |   142686 |   131432 |   142574      0 |      314 |        3
1592.26/1592.78	c 1518s |      15 |   142788 |   131532 |   142574      0 |      314 |        3
1592.76/1593.20	c 1518s |      16 |   142811 |   131552 |   142574      0 |      314 |        3
1597.66/1598.16	c 1523s |      16 |   142977 |   131652 |   142574      0 |      314 |        3
1600.66/1601.18	c 1526s |      16 |   143087 |   131752 |   142574      0 |      314 |        3
1603.66/1604.15	c 1529s |      16 |   143182 |   131852 |   142574      0 |      314 |        3
1606.26/1606.76	c 1532s |      16 |   143301 |   131952 |   142574      0 |      314 |        3
1609.06/1609.54	c 1534s |      16 |   143402 |   132052 |   142574      0 |      314 |        3
1611.56/1612.04	c 1537s |      16 |   143487 |   132152 |   142574      0 |      314 |        3
1614.66/1615.15	c 1540s |      16 |   143723 |   132352 |   142574      0 |      314 |        3
1618.36/1618.86	c 1544s |      16 |   143844 |   132452 |   142574      0 |      314 |        3
1622.17/1622.66	c 1547s |      16 |   143960 |   132552 |   142574      0 |      314 |        3
1625.96/1626.49	c 1551s |      16 |   144071 |   132652 |   142574      0 |      314 |        3
1629.56/1630.08	c 1555s |      16 |   144125 |   132752 |   142574      0 |      314 |        3
1632.26/1632.73	c 1558s |      16 |   144280 |   132852 |   142574      0 |      314 |        3
1635.06/1635.58	c 1560s |      16 |   144411 |   132952 |   142574      0 |      314 |        3
1638.76/1639.24	c 1564s |      16 |   144528 |   133052 |   142574      0 |      314 |        3
1642.36/1642.80	c 1568s |      16 |   144636 |   133152 |   142574      0 |      314 |        3
1645.55/1646.09	c 1571s |      16 |   144687 |   133252 |   142574      0 |      314 |        3
1649.15/1649.62	c 1574s |      16 |   144809 |   133352 |   142574      0 |      314 |        3
1653.05/1653.51	c 1578s |      16 |   144926 |   133452 |   142574      0 |      314 |        3
1657.05/1657.53	c 1582s |      16 |   145039 |   133552 |   142574      0 |      314 |        3
1660.56/1661.02	c 1586s |      16 |   145094 |   133652 |   142574      0 |      314 |        3
1663.96/1664.44	c 1589s |      16 |   145200 |   133752 |   142574      0 |      314 |        3
1667.26/1667.77	c 1593s |      16 |   145303 |   133852 |   142574      0 |      314 |        3
1670.56/1671.06	c 1596s |      16 |   145402 |   133952 |   142574      0 |      314 |        3
1673.76/1674.29	c 1599s |      16 |   145497 |   134052 |   142574      0 |      314 |        3
1677.06/1677.53	c 1602s |      16 |   145589 |   134152 |   142574      0 |      314 |        3
1679.85/1680.37	c 1605s |      16 |   145721 |   134252 |   142574      0 |      314 |        3
1682.75/1683.21	c 1608s |      16 |   145802 |   134352 |   142574      0 |      314 |        3
1685.45/1685.99	c 1611s |      16 |   145916 |   134452 |   142574      0 |      314 |        3
1688.25/1688.73	c 1614s |      16 |   146022 |   134552 |   142574      0 |      314 |        3
1690.65/1691.18	c 1616s |      16 |   146118 |   134652 |   142574      0 |      314 |        3
1692.96/1693.40	c 1618s |      16 |   146205 |   134752 |   142574      0 |      314 |        3
1695.06/1695.57	c 1620s |      16 |   146307 |   134852 |   142574      0 |      314 |        3
1698.65/1699.10	c 1624s |      16 |   146494 |   135052 |   142574      0 |      314 |        3
1702.46/1702.96	c 1628s |      16 |   146733 |   135252 |   142574      0 |      314 |        3
1704.95/1705.41	c 1630s |      16 |   146825 |   135352 |   142574      0 |      314 |        3
1707.45/1707.98	c 1633s |      16 |   146914 |   135452 |   142574      0 |      314 |        3
1710.06/1710.51	c 1635s |      16 |   147038 |   135552 |   142574      0 |      314 |        3
1712.05/1712.60	c 1637s |      16 |   147115 |   135652 |   142574      0 |      314 |        3
1714.15/1714.63	c 1639s |      16 |   147223 |   135752 |   142574      0 |      314 |        3
1717.76/1718.30	c 1643s |      16 |   147412 |   135952 |   142574      0 |      314 |        3
1720.75/1721.29	c 1646s |      16 |   147608 |   136152 |   142574      0 |      314 |        3
1722.85/1723.30	c 1648s |      16 |   147805 |   136352 |   142574      0 |      314 |        3
1724.95/1725.44	c 1650s |      16 |   147930 |   136452 |   142574      0 |      314 |        3
1728.35/1728.88	c 1654s |      16 |   148127 |   136652 |   142574      0 |      314 |        3
1730.96/1731.48	c 1656s |      16 |   148323 |   136852 |   142574      0 |      314 |        3
1733.26/1733.72	c 1659s |      16 |   148527 |   137052 |   142574      0 |      314 |        3
1735.95/1736.41	c 1661s |      16 |   148716 |   137252 |   142574      0 |      314 |        3
1738.55/1739.00	c 1664s |      16 |   149029 |   137552 |   142574      0 |      314 |        3
1740.86/1741.32	c 1666s |      16 |   149133 |   137652 |   142574      0 |      314 |        3
1743.25/1743.79	c 1669s |      16 |   149243 |   137752 |   142574      0 |      314 |        3
1745.75/1746.20	c 1671s |      16 |   149318 |   137852 |   142574      0 |      314 |        3
1748.15/1748.64	c 1673s |      16 |   149435 |   137952 |   142574      0 |      314 |        3
1750.75/1751.22	c 1676s |      16 |   149515 |   138052 |   142574      0 |      314 |        3
1753.35/1753.88	c 1679s |      16 |   149641 |   138152 |   142574      0 |      314 |        3
1755.95/1756.43	c 1681s |      16 |   149726 |   138252 |   142574      0 |      314 |        3
1758.74/1759.26	c 1684s |      16 |   149813 |   138352 |   142574      0 |      314 |        3
1761.85/1762.38	c 1687s |      16 |   149949 |   138452 |   142574      0 |      314 |        3
1764.84/1765.32	c 1690s |      16 |   150038 |   138552 |   142574      0 |      314 |        3
1767.74/1768.28	c 1693s |      16 |   150124 |   138652 |   142574      0 |      314 |        3
1770.84/1771.35	c 1696s |      16 |   150244 |   138752 |   142574      0 |      314 |        3
1773.44/1773.96	c 1699s |      16 |   150319 |   138852 |   142574      0 |      314 |        3
1776.05/1776.54	c 1701s |      16 |   150424 |   138952 |   142574      0 |      314 |        3
1778.44/1778.96	c 1704s |      16 |   150520 |   139052 |   142574      0 |      314 |        3
1780.84/1781.32	c 1706s |      16 |   150609 |   139152 |   142574      0 |      314 |        3
1782.84/1783.33	c 1708s |      16 |   150713 |   139252 |   142574      0 |      314 |        3
1786.14/1786.61	c 1711s |      16 |   150912 |   139452 |   142574      0 |      314 |        3
1789.74/1790.29	c 1715s |      16 |   151199 |   139652 |   142574      0 |      314 |        3
1792.34/1792.86	c 1718s |      16 |   151295 |   139752 |   142574      0 |      314 |        3
1795.34/1795.84	c 1721s |      16 |   151392 |   139852 |   142574      0 |      314 |        3
1798.15/1798.69	c 1724s |      16 |   151485 |   139952 |   142574      0 |      314 |        3

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4119780-1467277807/watcher-4119780-1467277807 -o /tmp/evaluation-result-4119780-1467277807/solver-4119780-1467277807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467272299-13059 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119780-1467277807.opb 

pid=13663
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.19 2.17 4/180 13666
/proc/meminfo: memFree=28030484/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=681404 CPUtime=0 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 2531 0 0 0 0 0 0 0 20 0 4 0 8741571 697757696 3403 33554432000 4194304 16246674 140734680271008 140734680270432 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 170863 3413 441 2943 0 167757 0
[pid=13666/tid=13667] ppid=13663 vsize=698812 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 715583488 3473 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=703932 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 720826368 3490 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=708028 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 725020672 3507 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100192 s]
/proc/loadavg: 2.29 2.19 2.17 4/180 13666
/proc/meminfo: memFree=28030484/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 29581 0 0 0 5 4 0 0 20 0 4 0 8741571 1333334016 30392 33554432000 4194304 16246674 140734680271008 140734680270320 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 325521 30409 800 2943 0 322415 0
[pid=13666/tid=13667] ppid=13663 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1333334016 30421 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1333334016 30432 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1333334016 30443 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200514 s]
/proc/loadavg: 2.29 2.19 2.17 4/180 13666
/proc/meminfo: memFree=28030484/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 43929 0 0 0 14 5 0 0 20 0 4 0 8741571 1344868352 45250 33554432000 4194304 16246674 140734680271008 140734680270320 7373400 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 328337 45250 800 2943 0 325231 0
[pid=13666/tid=13667] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 45250 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 45250 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 45250 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300476 s]
/proc/loadavg: 2.29 2.19 2.17 4/180 13666
/proc/meminfo: memFree=28030484/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 48335 0 0 0 23 6 0 0 20 0 4 0 8741571 1344868352 49656 33554432000 4194304 16246674 140734680271008 140734680270320 8055566 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 328337 49656 800 2943 0 325231 0
[pid=13666/tid=13667] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 49656 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 49656 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 49656 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700452 s]
/proc/loadavg: 2.29 2.19 2.17 4/180 13666
/proc/meminfo: memFree=28030484/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 68240 0 0 0 60 9 0 0 20 0 4 0 8741571 1344868352 69561 33554432000 4194304 16246674 140734680271008 140734680270320 13965456 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 328337 69561 808 2943 0 325231 0
[pid=13666/tid=13667] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 69561 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 69561 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1344868352 69561 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50045 s]
/proc/loadavg: 2.29 2.19 2.17 4/184 13670
/proc/meminfo: memFree=27429480/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1.49 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 225465 0 0 0 119 30 0 0 20 0 4 0 8741571 1381568512 226786 33554432000 4194304 16246674 140734680271008 140734680252928 12655109 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 226786 834 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226786 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226786 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226786 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1349188

[startup+3.10039 s]
/proc/loadavg: 2.27 2.19 2.17 4/184 13670
/proc/meminfo: memFree=27123440/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=3.09 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 225543 0 0 0 279 30 0 0 20 0 4 0 8741571 1381568512 226864 33554432000 4194304 16246674 140734680271008 140734680268992 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 226864 910 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226864 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226864 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226864 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1349188

[startup+6.30045 s]
/proc/loadavg: 2.27 2.19 2.17 4/184 13670
/proc/meminfo: memFree=27124160/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=6.29 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 225548 0 0 0 598 31 0 0 20 0 4 0 8741571 1381568512 226869 33554432000 4194304 16246674 140734680271008 140734680270184 5711697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 226869 915 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226869 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226869 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226869 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1349188

[startup+12.7004 s]
/proc/loadavg: 2.30 2.20 2.17 5/184 13670
/proc/meminfo: memFree=27124368/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=12.69 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 225552 0 0 0 1237 32 0 0 20 0 4 0 8741571 1381568512 226873 33554432000 4194304 16246674 140734680271008 140734680270184 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 226873 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226873 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226873 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226873 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1349188

[startup+25.5005 s]
/proc/loadavg: 2.26 2.19 2.17 5/184 13670
/proc/meminfo: memFree=27125132/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=25.49 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 225553 0 0 0 2516 33 0 0 20 0 4 0 8741571 1381568512 226874 33554432000 4194304 16246674 140734680271008 140734680270184 13192943 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 226874 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226874 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226874 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226874 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1349188

[startup+51.1005 s]
/proc/loadavg: 2.24 2.19 2.17 5/184 13670
/proc/meminfo: memFree=27125108/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=51.08 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 225553 0 0 0 5074 34 0 0 20 0 4 0 8741571 1381568512 226874 33554432000 4194304 16246674 140734680271008 140734680270184 6010504 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 226874 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226874 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226874 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 226874 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1349188

[startup+102.301 s]
/proc/loadavg: 2.21 2.20 2.18 5/183 13671
/proc/meminfo: memFree=26914976/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=102.28 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278001 0 0 0 10184 44 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 6023234 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1349188


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

/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 1349188

[startup+1362.3 s]
/proc/loadavg: 2.19 2.23 2.18 4/183 13702
/proc/meminfo: memFree=26554464/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1361.92 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278305 0 0 0 136145 47 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 1349188

[startup+1422.3 s]
/proc/loadavg: 2.16 2.21 2.18 4/183 13703
/proc/meminfo: memFree=26425732/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1421.9 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278327 0 0 0 142143 47 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1349188

[startup+1482.3 s]
/proc/loadavg: 2.24 2.22 2.18 3/183 13704
/proc/meminfo: memFree=26331960/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1481.88 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278331 0 0 0 148141 47 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 5600331 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1349188

[startup+1542.31 s]
/proc/loadavg: 2.18 2.20 2.18 4/183 13706
/proc/meminfo: memFree=26331336/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1541.88 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278331 0 0 0 154141 47 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 5661428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1349188

[startup+1602.3 s]
/proc/loadavg: 2.23 2.21 2.18 4/183 13707
/proc/meminfo: memFree=26268620/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1601.86 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278331 0 0 0 160139 47 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 5600380 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1349188

[startup+1662.3 s]
/proc/loadavg: 2.19 2.20 2.18 4/183 13708
/proc/meminfo: memFree=26205112/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1661.85 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278331 0 0 0 166138 47 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 5823627 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1349188

[startup+1722.3 s]
/proc/loadavg: 2.11 2.18 2.17 3/183 13758
/proc/meminfo: memFree=27685836/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1721.85 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278331 0 0 0 172137 48 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 5673225 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1349188

[startup+1782.3 s]
/proc/loadavg: 2.39 2.23 2.19 3/183 13759
/proc/meminfo: memFree=27512108/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1781.84 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278331 0 0 0 178136 48 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 5822671 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1349188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.28 2.22 2.19 3/184 13763
/proc/meminfo: memFree=27511716/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1800.04 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278331 0 0 0 179956 48 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 13820966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1349188

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13666 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.28 2.22 2.19 3/184 13763
/proc/meminfo: memFree=27511716/32872528 swapFree=1254912/1391860
[pid=13666] ppid=13663 vsize=1349188 CPUtime=1800.04 cores=1,3,5,7
/proc/13666/stat : 13666 (toysat) R 13663 13666 12742 0 -1 4202496 278331 0 0 0 179956 48 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 140734680252928 13820966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13666/statm: 337297 279322 919 2943 0 334191 0
[pid=13666/tid=13667] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13667/stat : 13667 (toysat) S 13663 13666 12742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901039258864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13666/tid=13668] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13668/stat : 13668 (toysat) S 13663 13666 12742 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139901028769008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/13666/task/13669/stat : 13669 (toysat) S 13663 13666 12742 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8741571 1381568512 279322 33554432000 4194304 16246674 140734680271008 139900909251760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1349188

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1799.57
CPU system time (s): 0.481926
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 1349188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.481926
maximum resident set size= 1117288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278331
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= 344
involuntary context switches= 1898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6083 second user time and 6.94194 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 11:10:07
IDJOB=4119780
IDBENCH=111805
IDSOLVER=2542
FILE ID=node119/4119780-1467277807
RUNJOBID= node119-1467272299-13059
PBS_JOBID= 20004499
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm50p-opt.opb.negationfix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119780-1467277807/watcher-4119780-1467277807 -o /tmp/evaluation-result-4119780-1467277807/solver-4119780-1467277807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467272299-13059 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119780-1467277807.opb

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

MD5SUM BENCH= ec62943bb911a96b3ed21c2bcc385c8a
RANDOM SEED=1416142397

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28030888 kB
Buffers:          184728 kB
Cached:          1341416 kB
SwapCached:            0 kB
Active:          1344160 kB
Inactive:        1358868 kB
Active(anon):    1173252 kB
Inactive(anon):     5992 kB
Active(file):     170908 kB
Inactive(file):  1352876 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20252 kB
Writeback:             0 kB
AnonPages:       2568300 kB
Mapped:            17468 kB
Shmem:               204 kB
Slab:             611296 kB
SReclaimable:      55184 kB
SUnreclaim:       556112 kB
KernelStack:        1464 kB
PageTables:         8908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2700060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node119 at 2016-06-30 11:40:08