Trace number 4117285

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.03 1800.41

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
EmployeeScheduling/normalized-oct4.5.opb
MD5SUMea6cc84c6d68190182a9cd3413f0894a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.72858
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27564
Number of constraints which are cardinality constraints (but not clauses)236
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2110
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2110
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-29T16:03:35+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-4117285-1467208983.opb"]
0.00/0.01	c use --random-gen="1687586928 1906289293 1780705772 809603957 2422706464 3337263689 292472038 2913461422 3546880256 1681947318 3742104693 326353329 2737846707 3582117038 3082755925 1988203873 4254873040 938807946 4230745437 3406157914 733620433 99605048 2163955181 4240270758 2529937216 4116211977 3500746499 4048084671 3190254058 1808871507 2704504336 1288677016 3407138499 1884343128 772038703 4030715196 24886777 1778528795 838138882 2950307724 1963078096 3498700953 1387024068 3906674399 3578525597 3381214780 733787765 2953312261 3127939454 3664116966 1235422547 3673066654 2443239321 3212596045 1865517267 458916922 3983600988 2651587626 2446146073 80703601 3255079085 1360871017 2283571230 70092243 1892169892 3758383631 2108572975 851370355 1189022661 2998297025 1343988114 3048096668 1387259976 2944320563 3411075398 1055621264 2498918228 3361065268 681580245 239639181 3993224545 3258739563 1055353075 4074238087 2327457506 717689145 3065345631 4110275166 1829384716 2897766057 981609886 57293416 3245116160 1018619604 4064086811 1606527875 665175969 4107665113 3029841479 3657451440 4278174373 1088549928 2162565439 668790507 2806591389 543041299 849523041 578936286 920331004 4045010441 1239465802 2445612198 2857521221 3055038880 2627896818 371934330 3796882912 2994813477 1455287139 722255269 4067737752 430106023 1764442791 3324149430 4174524461 1287551253 4079600237 168770560 2959318367 3428746187 454007548 466070083 3777006258 3009272856 590532677 3144801423 1193808060 3051040084 1831146411 2890309345 3673273221 1518539713 1586064263 3667568743 1880806720 3637087538 1381645994 4164193954 914027063 3141438925 845108764 647538880 2467264583 3526761936 199026578 1540970958 3025105289 1414674941 2491769358 2925562056 304586504 926132893 1680148530 1907855360 1997247719 1312421626 1435674901 4216557023 2109623066 2090160221 419277480 588547016 1880099892 1045188385 373847020 2509492422 1579044448 1315111836 4121025002 963322922 1240303406 3209217472 1066344831 3597046217 992336082 3440657897 4153306806 1307909108 3443640087 2960601083 1333060303 2847637384 3578796622 1602389372 3559122545 119842580 3064867698 603037190 3789378755 2673039593 3037102827 4271010171 1413832223 3192666089 3576152364 1257281298 590349509 3762051771 2424291696 1655270840 1342760082 1679664306 1782120428 1289958434 530952520 3623433560 3816231702 1537451553 3615897283 875812579 2629821382 772787696 102665354 2659981212 2059045618 1121948335 1354032281 815904076 3674661042 3934543034 3394305613 491032211 3134438911 685712490 3357366479 2038576783 3025002430 4067878020 4115244446 3675514271 298813582 2348021457 1366423245 3824384468 1876143708 4128317043 1704098655 3991481549 3233989059 1948391142 2494061249 2648887159 2399905229 3056766718 214722496 3034676922 255 362436" option to reproduce the execution
0.19/0.23	c #vars 9632
0.19/0.23	c #constraints 29620
0.59/0.67	c BCD2: Hardening is enabled.
0.59/0.67	c BCD2: BiasedSearch is enabled.
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |    13084      0 |        0 |        0
0.69/0.73	c  0.1s |       1 |      445 |      100 |    13084      0 |        0 |        0
0.79/0.80	c  0.1s |       2 |     1113 |      250 |    14393      0 |        0 |        0
0.89/0.92	c  0.2s |       3 |     3066 |      475 |    15833      0 |        0 |        0
0.99/1.04	c  0.4s |       4 |     5967 |      813 |    17417      0 |        0 |        0
1.38/1.42	c  0.8s |       5 |    28778 |     1320 |    19159      0 |        0 |        0
1.59/1.64	c  1.0s |       6 |    31442 |     2081 |    23183      0 |        0 |        0
1.99/2.07	c  1.4s |       7 |    34935 |     3223 |    25502      0 |        0 |        0
2.49/2.52	c  1.9s |       8 |    54027 |     4936 |    28053      0 |        0 |        0
3.40/3.46	c  2.8s |       9 |    62491 |     7506 |    30859      0 |        0 |        0
4.29/4.35	c  3.7s |      10 |    80397 |    11361 |    33945      0 |        0 |        0
6.29/6.36	c  5.7s |      10 |    86779 |    15761 |    33945      0 |        0 |        0
7.09/7.13	c  6.5s |      11 |    88184 |    17144 |    37340      0 |        0 |        0
9.09/9.15	c  8.5s |      11 |   101626 |    22744 |    37340      0 |        0 |        0
10.49/10.50	c  9.8s |      12 |   104823 |    25819 |    41074      0 |        0 |        0
12.49/12.52	c 11.8s |      12 |   127018 |    31419 |    41074      0 |        0 |        0
14.49/14.53	c 13.9s |      12 |   132495 |    36219 |    41074      0 |        0 |        0
15.79/15.89	c 15.2s |      13 |   135186 |    38832 |    45182      0 |        0 |        0
17.89/17.90	c 17.2s |      13 |   139948 |    42732 |    45182      0 |        0 |        0
19.89/19.94	c 19.3s |      13 |   144725 |    46732 |    45182      1 |        0 |        0
21.88/21.96	c 21.3s |      13 |   148589 |    50032 |    45182      1 |        0 |        0
23.88/23.96	c 23.3s |      13 |   153847 |    54432 |    45182      1 |        0 |        0
25.88/25.98	c 25.3s |      13 |   158522 |    58332 |    49701      1 |        0 |        0
25.88/25.99	c 25.3s |      14 |   158545 |    58352 |    49701      1 |        0 |        0
28.08/28.10	c 27.4s |      14 |   161152 |    60752 |    49701      1 |        0 |        0
30.08/30.12	c 29.4s |      14 |   163088 |    62652 |    49701      1 |        0 |        0
32.08/32.19	c 31.5s |      14 |   164813 |    64252 |    49701      1 |        0 |        0
34.19/34.22	c 33.6s |      14 |   166316 |    65652 |    49701      1 |        0 |        0
36.29/36.40	c 35.7s |      14 |   167854 |    67052 |    49701      1 |        0 |        0
38.38/38.46	c 37.8s |      14 |   169778 |    68652 |    49701      1 |        0 |        0
40.48/40.52	c 39.9s |      14 |   171211 |    69952 |    49701      1 |        0 |        0
42.58/42.67	c 42.0s |      14 |   172893 |    71452 |    49701      1 |        0 |        0
46.69/46.72	c 46.0s |      14 |   174123 |    72552 |    49701      2 |        0 |        0
48.68/48.75	c 48.1s |      14 |   175371 |    73652 |    49701      2 |        0 |        0
50.78/50.81	c 50.1s |      14 |   177817 |    75852 |    49701      2 |        0 |        0
52.79/52.82	c 52.1s |      14 |   180406 |    78152 |    49701      2 |        0 |        0
54.78/54.89	c 54.2s |      14 |   182397 |    79952 |    49701      2 |        0 |        0
56.88/56.93	c 56.3s |      14 |   184502 |    81852 |    49701      2 |        0 |        0
62.48/62.51	c 61.8s |      14 |   186656 |    83752 |    49701      2 |        0 |        0
64.48/64.53	c 63.9s |      14 |   188979 |    85552 |    49701      2 |        0 |        0
66.48/66.59	c 65.9s |      14 |   191158 |    87252 |    54672      2 |        0 |        0
67.08/67.20	c 66.5s |      15 |   191594 |    87632 |    54672      2 |        0 |        0
69.18/69.22	c 68.5s |      15 |   193254 |    89032 |    54672      2 |        0 |        0
71.18/71.27	c 70.6s |      15 |   196364 |    91532 |    54672      2 |        0 |        0
73.27/73.30	c 72.6s |      15 |   199343 |    94132 |    54672      2 |        0 |        0
75.27/75.35	c 74.7s |      15 |   202801 |    97132 |    54672      2 |        0 |        0
77.37/77.42	c 76.8s |      15 |   206017 |    99932 |    54672      2 |        0 |        0
80.07/80.17	c 79.5s |      15 |   209056 |   102532 |    54672      3 |        0 |        0
82.78/82.81	c 82.1s |      15 |   209176 |   102632 |    54672      3 |        0 |        0
85.08/85.17	c 84.5s |      15 |   210023 |   103332 |    54672      3 |        0 |        0
87.18/87.21	c 86.5s |      15 |   213980 |   106732 |    54672      3 |        0 |        0
94.17/94.24	c 93.6s |      15 |   216827 |   109132 |    54672      3 |        0 |        0
96.17/96.29	c 95.6s |      15 |   217528 |   109732 |    54672      3 |        0 |        0
98.37/98.42	c 97.7s |      15 |   219199 |   111132 |    54672      3 |        0 |        0
100.47/100.51	c 99.8s |      15 |   220802 |   112532 |    54672      3 |        0 |        0
102.47/102.52	c  101s |      15 |   224425 |   115632 |    54672      3 |        0 |        0
104.58/104.62	c  103s |      15 |   228271 |   118732 |    54672      3 |        0 |        0
106.57/106.65	c  105s |      15 |   231619 |   121532 |    54672      3 |        0 |        0
108.67/108.70	c  108s |      15 |   234712 |   124032 |    54672      3 |        0 |        0
110.77/110.80	c  110s |      15 |   237830 |   126632 |    54672      3 |        0 |        0
112.77/112.86	c  112s |      15 |   240840 |   129232 |    54672      3 |        0 |        0
115.27/115.38	c  114s |      15 |   241682 |   129932 |    54672      4 |        0 |        0
146.46/146.52	c  145s |      15 |   242585 |   130732 |    60140      4 |        0 |        0
149.57/149.61	c  148s |      15 |   242700 |   130832 |    60140      4 |        0 |        0
149.96/150.08	c  149s |      16 |   243540 |   131552 |    60140      4 |        0 |        0
152.06/152.16	c  151s |      16 |   248550 |   136152 |    60140      4 |        0 |        0
154.07/154.18	c  153s |      16 |   250821 |   138352 |    60140      4 |        0 |        0
156.17/156.21	c  155s |      16 |   252871 |   140352 |    60140      4 |        0 |        0
158.16/158.23	c  157s |      16 |   254717 |   142152 |    60140      4 |        0 |        0
160.17/160.23	c  159s |      16 |   255766 |   143152 |    60140      4 |        0 |        0
162.27/162.31	c  161s |      16 |   257385 |   144652 |    60140      4 |        0 |        0
164.37/164.49	c  163s |      16 |   258758 |   145952 |    60140      4 |        0 |        0
166.47/166.52	c  165s |      16 |   260122 |   147252 |    60140      4 |        0 |        0
168.47/168.57	c  167s |      16 |   261281 |   148352 |    60140      4 |        0 |        0
170.57/170.67	c  169s |      16 |   262735 |   149752 |    60140      4 |        0 |        0
172.67/172.71	c  172s |      16 |   263967 |   150952 |    60140      4 |        0 |        0
174.77/174.86	c  174s |      16 |   265309 |   152252 |    60140      4 |        0 |        0
176.87/176.91	c  176s |      16 |   266330 |   153252 |    60140      4 |        0 |        0
178.96/179.07	c  178s |      16 |   267446 |   154352 |    60140      4 |        0 |        0
181.16/181.29	c  180s |      16 |   268465 |   155352 |    60140      4 |        0 |        0
183.26/183.38	c  182s |      16 |   269486 |   156352 |    60140      4 |        0 |        0
185.56/185.61	c  184s |      16 |   270496 |   157352 |    60140      4 |        0 |        0
187.56/187.62	c  186s |      16 |   271413 |   158252 |    60140      4 |        0 |        0
189.66/189.79	c  189s |      16 |   272263 |   159052 |    60140      4 |        0 |        0
191.96/192.05	c  191s |      16 |   273450 |   160152 |    60140      4 |        0 |        0
193.96/194.10	c  193s |      16 |   274505 |   161152 |    60140      4 |        0 |        0
196.06/196.13	c  195s |      16 |   275926 |   162452 |    60140      4 |        0 |        0
199.26/199.34	c  198s |      16 |   276145 |   162652 |    60140      5 |        0 |        0
201.86/202.00	c  201s |      16 |   276254 |   162752 |    60140      5 |        0 |        0
203.95/204.01	c  203s |      16 |   277104 |   163552 |    60140      5 |        0 |        0
205.95/206.08	c  205s |      16 |   279833 |   166052 |    60140      5 |        0 |        0
208.05/208.15	c  207s |      16 |   282536 |   168552 |    60140      5 |        0 |        0
210.16/210.21	c  209s |      16 |   284769 |   170652 |    60140      5 |        0 |        0
212.15/212.21	c  211s |      16 |   286744 |   172452 |    60140      5 |        0 |        0
214.15/214.22	c  213s |      16 |   289349 |   174852 |    60140      5 |        0 |        0
216.15/216.26	c  215s |      16 |   291462 |   176852 |    60140      5 |        0 |        0
218.25/218.39	c  217s |      16 |   292889 |   178152 |    60140      5 |        0 |        0
220.45/220.51	c  219s |      16 |   294621 |   179752 |    60140      5 |        0 |        0
222.45/222.55	c  221s |      16 |   295810 |   180852 |    60140      5 |        0 |        0
224.55/224.66	c  223s |      16 |   297110 |   182052 |    60140      5 |        0 |        0
226.66/226.73	c  226s |      16 |   299150 |   183952 |    60140      5 |        0 |        0
228.86/228.95	c  228s |      16 |   300014 |   184752 |    60140      5 |        0 |        0
230.96/231.05	c  230s |      16 |   301303 |   185952 |    60140      5 |        0 |        0
233.05/233.11	c  232s |      16 |   303130 |   187652 |    60140      5 |        0 |        0
235.25/235.37	c  234s |      16 |   304080 |   188552 |    60140      5 |        0 |        0
237.35/237.45	c  236s |      16 |   305349 |   189752 |    60140      5 |        0 |        0
239.35/239.48	c  238s |      16 |   306313 |   190652 |    60140      5 |        0 |        0
241.45/241.55	c  240s |      16 |   307244 |   191552 |    60140      5 |        0 |        0
272.34/272.44	c  271s |      16 |   307654 |   191952 |    60140      5 |        0 |        0
274.84/274.93	c  274s |      16 |   308441 |   192652 |    60140      5 |        0 |        0
283.54/283.63	c  282s |      16 |   308547 |   192752 |    60140      6 |        0 |        0
289.84/289.94	c  289s |      16 |   308649 |   192852 |    60140      6 |        0 |        0
291.84/291.97	c  291s |      16 |   309268 |   193452 |    60140      6 |        0 |        0
293.94/294.02	c  293s |      16 |   310406 |   194452 |    60140      6 |        0 |        0
296.04/296.16	c  295s |      16 |   311362 |   195352 |    60140      6 |        0 |        0
298.15/298.23	c  297s |      16 |   312975 |   196652 |    66154      6 |        0 |        0
300.04/300.11	c  299s |      17 |   313867 |   197432 |    66154      6 |        0 |        0
306.34/306.48	c  305s |      17 |   314173 |   197632 |    66154      6 |        0 |        0
308.34/308.49	c  307s |      17 |   317097 |   200232 |    66154      6 |        0 |        0
310.44/310.51	c  309s |      17 |   319702 |   202532 |    66154      6 |        0 |        0
312.54/312.61	c  311s |      17 |   321719 |   204332 |    66154      6 |        0 |        0
314.55/314.63	c  313s |      17 |   323505 |   206032 |    66154      6 |        0 |        0
316.54/316.67	c  315s |      17 |   325853 |   208032 |    66154      6 |        0 |        0
318.64/318.75	c  318s |      17 |   327341 |   209432 |    66154      6 |        0 |        0
320.74/320.81	c  320s |      17 |   329931 |   211732 |    66154      6 |        0 |        0
322.74/322.86	c  322s |      17 |   332525 |   214032 |    66154      6 |        0 |        0
324.74/324.87	c  324s |      17 |   334556 |   215832 |    66154      6 |        0 |        0
326.84/326.94	c  326s |      17 |   336709 |   217632 |    66154      6 |        0 |        0
328.85/328.95	c  328s |      17 |   338960 |   219432 |    66154      6 |        0 |        0
330.94/331.03	c  330s |      17 |   340921 |   221132 |    66154      6 |        0 |        0
332.94/333.06	c  332s |      17 |   342703 |   222632 |    66154      6 |        0 |        0
334.94/335.08	c  334s |      17 |   344349 |   224132 |    66154      6 |        0 |        0
337.04/337.17	c  336s |      17 |   345960 |   225532 |    66154      6 |        0 |        0
339.14/339.22	c  338s |      17 |   348053 |   227332 |    66154      6 |        0 |        0
341.14/341.29	c  340s |      17 |   349580 |   228632 |    66154      6 |        0 |        0
343.44/343.54	c  342s |      17 |   350632 |   229532 |    66154      7 |        0 |        0
359.33/359.48	c  358s |      17 |   351798 |   230532 |    66154      7 |        0 |        0
366.53/366.67	c  365s |      17 |   352038 |   230732 |    66154      7 |        0 |        0
385.12/385.26	c  384s |      17 |   355055 |   233232 |    66154      7 |        0 |        0
387.13/387.28	c  386s |      17 |   359977 |   237332 |    66154      7 |        0 |        0
389.22/389.31	c  388s |      17 |   362928 |   239832 |    66154      7 |        0 |        0
391.22/391.32	c  390s |      17 |   366996 |   243332 |    66154      7 |        0 |        0
393.22/393.37	c  392s |      17 |   371186 |   246832 |    66154      7 |        0 |        0
395.22/395.37	c  394s |      17 |   374176 |   249332 |    66154      7 |        0 |        0
397.32/397.41	c  396s |      17 |   377589 |   252132 |    66154      7 |        0 |        0
399.32/399.42	c  398s |      17 |   379851 |   254132 |    66154      7 |        0 |        0
401.32/401.46	c  400s |      17 |   382893 |   256732 |    66154      7 |        0 |        0
403.32/403.49	c  402s |      17 |   386208 |   259532 |    66154      7 |        0 |        0
405.42/405.59	c  404s |      17 |   388328 |   261532 |    66154      7 |        0 |        0
409.92/410.06	c  409s |      17 |   389037 |   262132 |    66154      8 |        0 |        0
413.52/413.67	c  413s |      17 |   389164 |   262232 |    66154      8 |        0 |        0
417.32/417.48	c  416s |      17 |   390446 |   263332 |    66154      8 |        0 |        0
489.21/489.35	c  488s |      17 |   393340 |   265932 |    66154      8 |        0 |        0
491.31/491.44	c  490s |      17 |   395820 |   268032 |    66154      8 |        0 |        0
493.31/493.48	c  492s |      17 |   397520 |   269632 |    66154      8 |        0 |        0
495.41/495.51	c  494s |      17 |   399351 |   271332 |    66154      8 |        0 |        0
497.41/497.56	c  496s |      17 |   400671 |   272632 |    66154      8 |        0 |        0
499.51/499.64	c  498s |      17 |   402389 |   274332 |    66154      8 |        0 |        0
501.51/501.67	c  501s |      17 |   403909 |   275832 |    66154      8 |        0 |        0
503.61/503.75	c  503s |      17 |   405227 |   277132 |    66154      8 |        0 |        0
505.61/505.76	c  505s |      17 |   406459 |   278332 |    66154      8 |        0 |        0
507.71/507.89	c  507s |      17 |   407880 |   279632 |    66154      8 |        0 |        0
509.91/510.04	c  509s |      17 |   409485 |   281132 |    66154      8 |        0 |        0
511.91/512.09	c  511s |      17 |   410961 |   282532 |    66154      8 |        0 |        0
514.10/514.27	c  513s |      17 |   412933 |   284232 |    66154      8 |        0 |        0
516.20/516.32	c  515s |      17 |   414413 |   285532 |    66154      8 |        0 |        0
518.20/518.39	c  517s |      17 |   416258 |   287032 |    66154      8 |        0 |        0
520.31/520.47	c  519s |      17 |   417712 |   288332 |    66154      8 |        0 |        0
522.50/522.61	c  521s |      17 |   419085 |   289432 |    66154      8 |        0 |        0
524.60/524.72	c  524s |      17 |   420370 |   290632 |    66154      8 |        0 |        0
526.60/526.74	c  526s |      17 |   421702 |   291832 |    66154      8 |        0 |        0
528.69/528.89	c  528s |      17 |   423164 |   293132 |    66154      8 |        0 |        0
530.79/530.90	c  530s |      17 |   424137 |   294032 |    66154      8 |        0 |        0
532.99/533.10	c  532s |      17 |   425189 |   295032 |    72770      8 |        0 |        0
535.09/535.21	c  534s |      17 |   426397 |   296032 |    72770      8 |        0 |        0
535.70/535.81	c  535s |      18 |   426625 |   296252 |    72770      8 |        0 |        0
537.79/537.98	c  537s |      18 |   427546 |   297052 |    72770      8 |        0 |        0
539.89/540.01	c  539s |      18 |   428790 |   298052 |    72770      8 |        0 |        0
541.99/542.14	c  541s |      18 |   429901 |   299052 |    72770      8 |        0 |        0
544.09/544.22	c  543s |      18 |   430669 |   299752 |    72770      8 |        0 |        0
546.09/546.25	c  545s |      18 |   431918 |   300852 |    72770      8 |        0 |        0
549.78/549.98	c  549s |      18 |   432941 |   301752 |    72770      9 |        0 |        0
555.28/555.44	c  554s |      18 |   433036 |   301852 |    72770      9 |        0 |        0
560.18/560.39	c  559s |      18 |   433166 |   301952 |    72770      9 |        0 |        0
562.28/562.44	c  561s |      18 |   434816 |   303352 |    72770      9 |        0 |        0
564.38/564.50	c  563s |      18 |   436944 |   305252 |    72770      9 |        0 |        0
566.48/566.64	c  565s |      18 |   438990 |   307152 |    72770      9 |        0 |        0
568.58/568.80	c  568s |      18 |   440503 |   308452 |    72770      9 |        0 |        0
589.97/590.10	c  589s |      18 |   440934 |   308852 |    72770      9 |        0 |        0
591.97/592.14	c  591s |      18 |   442146 |   309952 |    72770      9 |        0 |        0
594.07/594.20	c  593s |      18 |   443444 |   311152 |    72770      9 |        0 |        0
596.08/596.26	c  595s |      18 |   444987 |   312552 |    72770      9 |        0 |        0
598.17/598.40	c  597s |      18 |   446843 |   314152 |    72770      9 |        0 |        0
600.37/600.53	c  599s |      18 |   448076 |   315352 |    72770      9 |        0 |        0
602.37/602.54	c  601s |      18 |   449413 |   316552 |    72770      9 |        0 |        0
604.47/604.62	c  603s |      18 |   451156 |   318152 |    72770      9 |        0 |        0
606.47/606.67	c  605s |      18 |   452392 |   319352 |    72770      9 |        0 |        0
608.66/608.80	c  608s |      18 |   453492 |   320452 |    72770      9 |        0 |        0
610.66/610.86	c  610s |      18 |   454730 |   321552 |    72770      9 |        0 |        0
612.96/613.10	c  612s |      18 |   455937 |   322652 |    72770      9 |        0 |        0
615.06/615.26	c  614s |      18 |   456779 |   323452 |    72770      9 |        0 |        0
617.16/617.35	c  616s |      18 |   457872 |   324452 |    72770      9 |        0 |        0
619.27/619.43	c  618s |      18 |   459385 |   325752 |    72770      9 |        0 |        0
621.26/621.47	c  620s |      18 |   460623 |   326852 |    72770      9 |        0 |        0
623.26/623.49	c  622s |      18 |   461847 |   327952 |    72770      9 |        0 |        0
625.36/625.53	c  624s |      18 |   463528 |   329452 |    72770      9 |        0 |        0
627.36/627.55	c  626s |      18 |   465055 |   330752 |    72770      9 |        0 |        0
629.46/629.61	c  628s |      18 |   466978 |   332452 |    72770      9 |        0 |        0
631.46/631.69	c  631s |      18 |   468362 |   333652 |    72770      9 |        0 |        0
633.66/633.89	c  633s |      18 |   469684 |   334852 |    72770      9 |        0 |        0
635.77/635.96	c  635s |      18 |   471531 |   336352 |    72770      9 |        0 |        0
637.76/637.98	c  637s |      18 |   472902 |   337552 |    72770      9 |        0 |        0
641.06/641.28	c  640s |      18 |   473797 |   338352 |    72770     10 |        0 |        0
643.86/644.10	c  643s |      18 |   473901 |   338452 |    72770     10 |        0 |        0
648.86/649.07	c  648s |      18 |   474037 |   338552 |    72770     10 |        0 |        0
650.96/651.14	c  650s |      18 |   475769 |   339952 |    72770     10 |        0 |        0
652.95/653.14	c  652s |      18 |   478241 |   342252 |    72770     10 |        0 |        0
655.05/655.24	c  654s |      18 |   481075 |   344652 |    72770     10 |        0 |        0
657.05/657.25	c  656s |      18 |   483885 |   347052 |    72770     10 |        0 |        0
659.15/659.35	c  658s |      18 |   486207 |   349052 |    72770     10 |        0 |        0
661.25/661.46	c  660s |      18 |   489329 |   351752 |    72770     10 |        0 |        0
663.35/663.52	c  662s |      18 |   491376 |   353452 |    72770     10 |        0 |        0
665.45/665.62	c  664s |      18 |   493719 |   355452 |    72770     10 |        0 |        0
667.45/667.66	c  666s |      18 |   495554 |   357052 |    72770     10 |        0 |        0
669.54/669.71	c  669s |      18 |   497681 |   358952 |    72770     10 |        0 |        0
671.54/671.71	c  671s |      18 |   499629 |   360752 |    72770     10 |        0 |        0
673.64/673.85	c  673s |      18 |   501628 |   362352 |    72770     10 |        0 |        0
675.74/675.94	c  675s |      18 |   503188 |   363752 |    72770     10 |        0 |        0
677.84/678.04	c  677s |      18 |   504817 |   365152 |    72770     10 |        0 |        0
679.93/680.13	c  679s |      18 |   506550 |   366652 |    72770     10 |        0 |        0
682.03/682.22	c  681s |      18 |   507803 |   367752 |    72770     10 |        0 |        0
684.14/684.33	c  683s |      18 |   509501 |   369252 |    72770     10 |        0 |        0
688.55/688.79	c  688s |      18 |   510184 |   369852 |    72770     10 |        0 |        0
690.65/690.84	c  690s |      18 |   511984 |   371352 |    72770     10 |        0 |        0
692.74/693.00	c  692s |      18 |   513644 |   372952 |    72770     10 |        0 |        0
694.94/695.11	c  694s |      18 |   515433 |   374552 |    72770     10 |        0 |        0
697.74/697.98	c  697s |      18 |   515797 |   374852 |    72770     11 |        0 |        0
702.74/703.00	c  702s |      18 |   515914 |   374952 |    72770     11 |        0 |        0
706.54/706.72	c  706s |      18 |   519012 |   377652 |    72770     11 |        0 |        0
708.93/709.18	c  708s |      18 |   519895 |   378352 |    72770     11 |        0 |        0
755.53/755.74	c  755s |      18 |   520012 |   378452 |    72770     11 |        0 |        0
757.52/757.74	c  757s |      18 |   522818 |   380852 |    72770     11 |        0 |        0
759.52/759.78	c  759s |      18 |   526350 |   383952 |    72770     11 |        0 |        0
761.62/761.84	c  761s |      18 |   529575 |   386752 |    72770     11 |        0 |        0
763.62/763.86	c  763s |      18 |   532598 |   389352 |    72770     11 |        0 |        0
765.72/765.94	c  765s |      18 |   534688 |   391252 |    72770     11 |        0 |        0
767.73/767.97	c  767s |      18 |   536943 |   393252 |    72770     11 |        0 |        0
769.72/769.97	c  769s |      18 |   539033 |   395052 |    72770     11 |        0 |        0
771.82/772.04	c  771s |      18 |   541220 |   396952 |    72770     11 |        0 |        0
773.92/774.15	c  773s |      18 |   543176 |   398652 |    72770     11 |        0 |        0
776.02/776.28	c  775s |      18 |   544949 |   400252 |    72770     11 |        0 |        0
778.32/778.56	c  777s |      18 |   547570 |   402452 |    72770     11 |        0 |        0
780.32/780.59	c  779s |      18 |   549110 |   403752 |    72770     11 |        0 |        0
782.42/782.66	c  781s |      18 |   551008 |   405452 |    72770     11 |        0 |        0
784.42/784.69	c  784s |      18 |   552745 |   406952 |    72770     11 |        0 |        0
786.52/786.77	c  786s |      18 |   554635 |   408552 |    72770     11 |        0 |        0
788.62/788.83	c  788s |      18 |   556387 |   410052 |    72770     11 |        0 |        0
791.92/792.18	c  791s |      18 |   557774 |   411252 |    72770     12 |        0 |        0
798.72/798.90	c  798s |      18 |   557881 |   411352 |    72770     12 |        0 |        0
800.72/800.91	c  800s |      18 |   560968 |   414052 |    72770     12 |        0 |        0
803.92/804.17	c  803s |      18 |   562024 |   414952 |    72770     12 |        0 |        0
855.90/856.19	c  855s |      18 |   562146 |   415052 |    72770     12 |        0 |        0
857.99/858.25	c  857s |      18 |   564162 |   416852 |    72770     12 |        0 |        0
860.00/860.28	c  859s |      18 |   566233 |   418652 |    72770     12 |        0 |        0
862.30/862.56	c  861s |      18 |   567997 |   420152 |    72770     12 |        0 |        0
864.40/864.64	c  863s |      18 |   568944 |   420952 |    72770     12 |        0 |        0
866.49/866.80	c  866s |      18 |   570647 |   422352 |    72770     12 |        0 |        0
868.59/868.82	c  868s |      18 |   572080 |   423652 |    72770     12 |        0 |        0
870.69/870.92	c  870s |      18 |   574238 |   425452 |    72770     12 |        0 |        0
872.79/873.04	c  872s |      18 |   576843 |   427552 |    72770     12 |        0 |        0
874.79/875.05	c  874s |      18 |   578990 |   429352 |    72770     12 |        0 |        0
876.79/877.08	c  876s |      18 |   580707 |   430852 |    72770     12 |        0 |        0
878.99/879.26	c  878s |      18 |   582978 |   432752 |    72770     12 |        0 |        0
881.19/881.44	c  880s |      18 |   585025 |   434452 |    72770     12 |        0 |        0
883.28/883.55	c  882s |      18 |   586846 |   435952 |    72770     12 |        0 |        0
885.39/885.65	c  884s |      18 |   588663 |   437452 |    72770     12 |        0 |        0
887.59/887.85	c  887s |      18 |   590400 |   438952 |    72770     12 |        0 |        0
889.58/889.86	c  889s |      18 |   592397 |   440652 |    72770     12 |        0 |        0
891.58/891.87	c  891s |      18 |   595401 |   443152 |    80047     12 |        0 |        0
893.18/893.41	c  892s |      19 |   597115 |   444482 |    80047     12 |        0 |        0
895.38/895.60	c  894s |      19 |   598574 |   445782 |    80047     12 |        0 |        0
897.49/897.74	c  897s |      19 |   600183 |   447282 |    80047     12 |        0 |        0
899.48/899.75	c  899s |      19 |   601801 |   448782 |    80047     12 |        0 |        0
901.58/901.86	c  901s |      19 |   603713 |   450582 |    80047     12 |        0 |        0
903.58/903.86	c  903s |      19 |   605653 |   452482 |    80047     12 |        0 |        0
905.58/905.87	c  905s |      19 |   607376 |   454082 |    80047     12 |        0 |        0
909.38/909.68	c  909s |      19 |   608290 |   454982 |    80047     13 |        0 |        0
924.88/925.14	c  924s |      19 |   608491 |   455182 |    80047     13 |        0 |        0
932.78/933.01	c  932s |      19 |   608806 |   455482 |    80047     13 |        0 |        0
934.78/935.02	c  934s |      19 |   610618 |   457282 |    80047     13 |        0 |        0
936.87/937.12	c  936s |      19 |   612124 |   458682 |    80047     13 |        0 |        0
942.58/942.89	c  942s |      19 |   613450 |   459982 |    80047     13 |        0 |        0
944.68/944.93	c  944s |      19 |   615304 |   461682 |    80047     13 |        0 |        0
946.67/946.95	c  946s |      19 |   617773 |   463882 |    80047     13 |        0 |        0
948.77/949.08	c  948s |      19 |   619974 |   465782 |    80047     13 |        0 |        0
950.87/951.18	c  950s |      19 |   621411 |   466982 |    80047     13 |        0 |        0
952.97/953.23	c  952s |      19 |   623312 |   468682 |    80047     13 |        0 |        0
955.06/955.31	c  954s |      19 |   624827 |   469982 |    80047     13 |        0 |        0
957.16/957.42	c  956s |      19 |   626799 |   471682 |    80047     13 |        0 |        0
959.16/959.43	c  958s |      19 |   628789 |   473382 |    80047     13 |        0 |        0
961.27/961.54	c  960s |      19 |   630514 |   474882 |    80047     13 |        0 |        0
963.37/963.65	c  962s |      19 |   632222 |   476382 |    80047     13 |        0 |        0
965.67/965.91	c  965s |      19 |   633649 |   477482 |    80047     13 |        0 |        0
967.77/968.09	c  967s |      19 |   634699 |   478482 |    80047     13 |        0 |        0
969.86/970.18	c  969s |      19 |   635733 |   479382 |    80047     13 |        0 |        0
972.06/972.36	c  971s |      19 |   637199 |   480582 |    80047     13 |        0 |        0
974.06/974.39	c  973s |      19 |   639015 |   482182 |    80047     13 |        0 |        0
976.16/976.42	c  975s |      19 |   641028 |   483882 |    80047     13 |        0 |        0
978.25/978.51	c  977s |      19 |   642660 |   485282 |    80047     13 |        0 |        0
980.35/980.63	c  979s |      19 |   644406 |   486782 |    80047     13 |        0 |        0
982.45/982.75	c  982s |      19 |   646199 |   488282 |    80047     13 |        0 |        0
984.55/984.84	c  984s |      19 |   648024 |   489882 |    80047     13 |        0 |        0
986.56/986.85	c  986s |      19 |   649946 |   491482 |    80047     13 |        0 |        0
988.55/988.88	c  988s |      19 |   651441 |   492782 |    80047     13 |        0 |        0
990.75/991.02	c  990s |      19 |   653444 |   494482 |    80047     13 |        0 |        0
1007.35/1007.70	c 1007s |      19 |   654539 |   495382 |    80047     14 |        0 |        0
1009.44/1009.73	c 1009s |      19 |   657365 |   497882 |    80047     14 |        0 |        0
1012.85/1013.17	c 1012s |      19 |   660674 |   500682 |    80047     14 |        0 |        0
1014.94/1015.23	c 1014s |      19 |   662718 |   502482 |    80047     14 |        0 |        0
1017.04/1017.30	c 1016s |      19 |   665599 |   504982 |    80047     14 |        0 |        0
1019.04/1019.38	c 1018s |      19 |   667709 |   506782 |    80047     14 |        0 |        0
1021.14/1021.48	c 1020s |      19 |   669502 |   508382 |    80047     14 |        0 |        0
1023.14/1023.48	c 1022s |      19 |   672085 |   510582 |    80047     14 |        0 |        0
1025.14/1025.48	c 1024s |      19 |   674505 |   512682 |    80047     14 |        0 |        0
1042.55/1042.81	c 1042s |      19 |   674890 |   512982 |    80047     14 |        0 |        0
1044.75/1045.10	c 1044s |      19 |   676538 |   514182 |    80047     14 |        0 |        0
1046.84/1047.11	c 1046s |      19 |   678415 |   515682 |    80047     14 |        0 |        0
1048.84/1049.14	c 1048s |      19 |   680053 |   516982 |    80047     14 |        0 |        0
1050.94/1051.28	c 1050s |      19 |   682034 |   518482 |    80047     14 |        0 |        0
1053.04/1053.37	c 1052s |      19 |   683688 |   519882 |    80047     14 |        0 |        0
1055.14/1055.45	c 1054s |      19 |   686685 |   522382 |    80047     14 |        0 |        0
1057.34/1057.60	c 1056s |      19 |   688901 |   524182 |    80047     14 |        0 |        0
1059.34/1059.69	c 1059s |      19 |   690896 |   525782 |    80047     14 |        0 |        0
1061.44/1061.74	c 1061s |      19 |   693201 |   527682 |    80047     14 |        0 |        0
1063.44/1063.77	c 1063s |      19 |   696370 |   530182 |    80047     14 |        0 |        0
1065.54/1065.89	c 1065s |      19 |   699099 |   532382 |    80047     14 |        0 |        0
1067.73/1068.06	c 1067s |      19 |   700888 |   533782 |    80047     14 |        0 |        0
1069.73/1070.09	c 1069s |      19 |   701978 |   534682 |    80047     14 |        0 |        0
1086.23/1086.59	c 1085s |      19 |   702681 |   535282 |    80047     15 |        0 |        0
1089.73/1090.04	c 1089s |      19 |   703664 |   536082 |    80047     15 |        0 |        0
1091.73/1092.09	c 1091s |      19 |   705724 |   537782 |    80047     15 |        0 |        0
1144.52/1144.88	c 1144s |      19 |   708631 |   540082 |    80047     15 |        0 |        0
1146.62/1146.91	c 1146s |      19 |   711714 |   542582 |    80047     15 |        0 |        0
1148.62/1148.94	c 1148s |      19 |   715003 |   545282 |    80047     15 |        0 |        0
1150.62/1150.94	c 1150s |      19 |   718737 |   548382 |    80047     15 |        0 |        0
1152.72/1153.00	c 1152s |      19 |   721686 |   550782 |    80047     15 |        0 |        0
1154.73/1155.04	c 1154s |      19 |   724467 |   553182 |    80047     15 |        0 |        0
1156.82/1157.14	c 1156s |      19 |   726936 |   555282 |    80047     15 |        0 |        0
1158.82/1159.17	c 1158s |      19 |   729716 |   557682 |    80047     15 |        0 |        0
1160.82/1161.17	c 1160s |      19 |   732794 |   560282 |    80047     15 |        0 |        0
1162.92/1163.25	c 1162s |      19 |   735735 |   562782 |    80047     15 |        0 |        0
1164.92/1165.29	c 1164s |      19 |   738175 |   564782 |    80047     15 |        0 |        0
1167.02/1167.36	c 1166s |      19 |   740153 |   566482 |    80047     15 |        0 |        0
1169.12/1169.41	c 1168s |      19 |   742254 |   568282 |    80047     15 |        0 |        0
1171.22/1171.56	c 1170s |      19 |   744192 |   569882 |    80047     15 |        0 |        0
1173.32/1173.66	c 1172s |      19 |   745985 |   571382 |    80047     15 |        0 |        0
1175.42/1175.79	c 1175s |      19 |   747542 |   572682 |    80047     15 |        0 |        0
1177.52/1177.88	c 1177s |      19 |   749133 |   573982 |    80047     15 |        0 |        0
1261.00/1261.38	c 1260s |      19 |   750854 |   575382 |    80047     16 |        0 |        0
1266.40/1266.73	c 1266s |      19 |   751094 |   575582 |    80047     16 |        0 |        0
1268.40/1268.79	c 1268s |      19 |   754214 |   578282 |    80047     16 |        0 |        0
1270.50/1270.80	c 1270s |      19 |   757384 |   580982 |    80047     16 |        0 |        0
1272.51/1272.81	c 1272s |      19 |   760348 |   583482 |    80047     16 |        0 |        0
1275.00/1275.33	c 1274s |      19 |   762931 |   585682 |    80047     16 |        0 |        0
1277.10/1277.42	c 1276s |      19 |   763383 |   586082 |    80047     16 |        0 |        0
1279.11/1279.44	c 1278s |      19 |   764409 |   587082 |    80047     16 |        0 |        0
1281.21/1281.59	c 1280s |      19 |   765325 |   587882 |    80047     16 |        0 |        0
1283.30/1283.67	c 1282s |      19 |   766744 |   589182 |    80047     16 |        0 |        0
1285.40/1285.74	c 1285s |      19 |   767878 |   590182 |    80047     16 |        0 |        0
1287.50/1287.80	c 1287s |      19 |   769541 |   591682 |    80047     16 |        0 |        0
1293.40/1293.76	c 1293s |      19 |   771357 |   593382 |    80047     16 |        0 |        0
1295.40/1295.77	c 1295s |      19 |   773358 |   595182 |    80047     16 |        0 |        0
1297.49/1297.84	c 1297s |      19 |   775674 |   597182 |    80047     16 |        0 |        0
1299.49/1299.85	c 1299s |      19 |   777025 |   598382 |    80047     16 |        0 |        0
1301.49/1301.87	c 1301s |      19 |   779021 |   600182 |    80047     16 |        0 |        0
1303.69/1304.08	c 1303s |      19 |   781345 |   602182 |    80047     16 |        0 |        0
1305.89/1306.22	c 1305s |      19 |   782532 |   603282 |    80047     16 |        0 |        0
1307.99/1308.38	c 1307s |      19 |   784440 |   604982 |    80047     16 |        0 |        0
1310.09/1310.44	c 1309s |      19 |   786714 |   606982 |    80047     16 |        0 |        0
1312.10/1312.44	c 1311s |      19 |   789553 |   609382 |    80047     16 |        0 |        0
1314.20/1314.56	c 1313s |      19 |   790877 |   610482 |    80047     16 |        0 |        0
1316.29/1316.61	c 1315s |      19 |   792571 |   611882 |    80047     16 |        0 |        0
1318.39/1318.76	c 1318s |      19 |   794403 |   613282 |    80047     16 |        0 |        0
1320.39/1320.79	c 1320s |      19 |   795791 |   614482 |    80047     16 |        0 |        0
1340.29/1340.63	c 1339s |      19 |   796792 |   615382 |    80047     17 |        0 |        0
1350.19/1350.50	c 1349s |      19 |   796909 |   615482 |    80047     17 |        0 |        0
1352.19/1352.52	c 1351s |      19 |   798820 |   617182 |    80047     17 |        0 |        0
1439.87/1440.24	c 1439s |      19 |   800396 |   618482 |    80047     17 |        0 |        0
1441.98/1442.30	c 1441s |      19 |   802976 |   620782 |    80047     17 |        0 |        0
1443.99/1444.33	c 1443s |      19 |   805795 |   623282 |    80047     17 |        0 |        0
1445.98/1446.38	c 1445s |      19 |   808347 |   625582 |    80047     17 |        0 |        0
1448.18/1448.53	c 1447s |      19 |   810352 |   627282 |    80047     17 |        0 |        0
1450.18/1450.59	c 1449s |      19 |   812115 |   628882 |    80047     17 |        0 |        0
1452.28/1452.64	c 1451s |      19 |   813152 |   629882 |    80047     17 |        0 |        0
1454.38/1454.72	c 1454s |      19 |   815052 |   631482 |    80047     17 |        0 |        0
1456.38/1456.79	c 1456s |      19 |   817080 |   633182 |    80047     17 |        0 |        0
1458.48/1458.84	c 1458s |      19 |   819402 |   635082 |    80047     17 |        0 |        0
1460.48/1460.86	c 1460s |      19 |   821482 |   636682 |    80047     17 |        0 |        0
1462.58/1462.98	c 1462s |      19 |   822988 |   637982 |    80047     17 |        0 |        0
1464.68/1465.05	c 1464s |      19 |   824851 |   639682 |    80047     17 |        0 |        0
1466.78/1467.17	c 1466s |      19 |   827195 |   641682 |    80047     17 |        0 |        0
1468.87/1469.27	c 1468s |      19 |   828798 |   643082 |    80047     17 |        0 |        0
1471.07/1471.45	c 1470s |      19 |   830048 |   644082 |    80047     17 |        0 |        0
1473.07/1473.45	c 1472s |      19 |   831636 |   645382 |    80047     17 |        0 |        0
1475.27/1475.68	c 1475s |      19 |   833544 |   646882 |    80047     17 |        0 |        0
1477.47/1477.82	c 1477s |      19 |   835376 |   648382 |    80047     17 |        0 |        0
1479.67/1480.01	c 1479s |      19 |   836747 |   649582 |    80047     17 |        0 |        0
1481.77/1482.14	c 1481s |      19 |   837931 |   650582 |    80047     17 |        0 |        0
1483.87/1484.23	c 1483s |      19 |   839311 |   651682 |    80047     17 |        0 |        0
1486.07/1486.40	c 1485s |      19 |   840977 |   652982 |    80047     17 |        0 |        0
1488.17/1488.50	c 1487s |      19 |   842535 |   654282 |    80047     17 |        0 |        0
1492.57/1492.98	c 1492s |      19 |   844092 |   655482 |    80047     18 |        0 |        0
1494.57/1495.00	c 1494s |      19 |   845310 |   656482 |    80047     18 |        0 |        0
1497.07/1497.49	c 1496s |      19 |   846266 |   657282 |    80047     18 |        0 |        0
1499.56/1499.96	c 1499s |      19 |   846530 |   657482 |    80047     18 |        0 |        0
1560.15/1560.59	c 1559s |      19 |   846659 |   657582 |    80047     18 |        0 |        0
1562.25/1562.62	c 1561s |      19 |   848664 |   659182 |    80047     18 |        0 |        0
1564.25/1564.66	c 1563s |      19 |   851447 |   661482 |    80047     18 |        0 |        0
1566.35/1566.71	c 1566s |      19 |   854669 |   664182 |    88052     18 |        0 |        0
1568.45/1568.80	c 1568s |      19 |   857608 |   666582 |    88052     18 |        0 |        0
1568.75/1569.12	c 1568s |      20 |   857907 |   666827 |    88052     18 |        0 |        0
1646.84/1647.29	c 1646s |      20 |   858182 |   667027 |    88052     18 |        0 |        0
1653.44/1653.82	c 1653s |      20 |   858288 |   667127 |    88052     18 |        0 |        0
1655.44/1655.84	c 1655s |      20 |   860701 |   669327 |    88052     18 |        0 |        0
1657.45/1657.85	c 1657s |      20 |   862719 |   671227 |    88052     18 |        0 |        0
1659.55/1660.00	c 1659s |      20 |   864737 |   673127 |    88052     18 |        0 |        0
1661.85/1662.26	c 1661s |      20 |   866095 |   674427 |    88052     18 |        0 |        0
1663.95/1664.33	c 1663s |      20 |   867560 |   675827 |    88052     18 |        0 |        0
1666.04/1666.46	c 1665s |      20 |   868736 |   676927 |    88052     18 |        0 |        0
1668.14/1668.57	c 1667s |      20 |   870297 |   678427 |    88052     18 |        0 |        0
1670.24/1670.62	c 1669s |      20 |   871608 |   679727 |    88052     18 |        0 |        0
1672.34/1672.73	c 1672s |      20 |   872443 |   680527 |    88052     18 |        0 |        0
1674.54/1674.94	c 1674s |      20 |   873246 |   681327 |    88052     18 |        0 |        0
1676.64/1677.00	c 1676s |      20 |   874067 |   682127 |    88052     18 |        0 |        0
1678.64/1679.02	c 1678s |      20 |   874750 |   682827 |    88052     18 |        0 |        0
1680.84/1681.26	c 1680s |      20 |   876247 |   684127 |    88052     18 |        0 |        0
1682.94/1683.34	c 1682s |      20 |   877470 |   685227 |    88052     18 |        0 |        0
1685.04/1685.40	c 1684s |      20 |   878875 |   686527 |    88052     18 |        0 |        0
1687.24/1687.60	c 1686s |      20 |   880305 |   687827 |    88052     18 |        0 |        0
1689.34/1689.75	c 1689s |      20 |   882158 |   689427 |    88052     18 |        0 |        0
1691.44/1691.82	c 1691s |      20 |   884353 |   691127 |    88052     18 |        0 |        0
1693.53/1693.96	c 1693s |      20 |   885868 |   692427 |    88052     18 |        0 |        0
1695.63/1696.02	c 1695s |      20 |   887765 |   694127 |    88052     18 |        0 |        0
1697.63/1698.03	c 1697s |      20 |   889975 |   696027 |    88052     18 |        0 |        0
1699.63/1700.08	c 1699s |      20 |   892418 |   698127 |    88052     18 |        0 |        0
1701.73/1702.18	c 1701s |      20 |   894715 |   700027 |    88052     18 |        0 |        0
1703.83/1704.20	c 1703s |      20 |   897248 |   702127 |    88052     18 |        0 |        0
1710.94/1711.37	c 1710s |      20 |   898837 |   703627 |    88052     19 |        0 |        0
1713.04/1713.42	c 1712s |      20 |   899159 |   703927 |    88052     19 |        0 |        0
1715.04/1715.45	c 1714s |      20 |   901017 |   705527 |    88052     19 |        0 |        0
1717.04/1717.47	c 1716s |      20 |   903951 |   708127 |    88052     19 |        0 |        0
1719.04/1719.48	c 1718s |      20 |   906085 |   710127 |    88052     19 |        0 |        0
1721.24/1721.61	c 1720s |      20 |   908586 |   712327 |    88052     19 |        0 |        0
1723.23/1723.67	c 1722s |      20 |   910626 |   714227 |    88052     19 |        0 |        0
1725.33/1725.76	c 1725s |      20 |   912943 |   716227 |    88052     19 |        0 |        0
1727.43/1727.80	c 1727s |      20 |   914791 |   717927 |    88052     19 |        0 |        0
1729.63/1730.05	c 1729s |      20 |   916925 |   719827 |    88052     19 |        0 |        0
1731.73/1732.14	c 1731s |      20 |   918321 |   721127 |    88052     19 |        0 |        0
1733.83/1734.21	c 1733s |      20 |   920488 |   723127 |    88052     19 |        0 |        0
1735.93/1736.38	c 1735s |      20 |   922830 |   725127 |    88052     19 |        0 |        0
1738.13/1738.51	c 1737s |      20 |   924062 |   726227 |    88052     19 |        0 |        0
1740.13/1740.58	c 1739s |      20 |   925700 |   727727 |    88052     19 |        0 |        0
1742.23/1742.65	c 1741s |      20 |   927320 |   729227 |    88052     19 |        0 |        0
1767.52/1767.92	c 1767s |      20 |   927672 |   729527 |    88052     19 |        0 |        0
1769.63/1770.06	c 1769s |      20 |   929290 |   730827 |    88052     19 |        0 |        0
1771.73/1772.11	c 1771s |      20 |   930299 |   731627 |    88052     19 |        0 |        0
1773.72/1774.13	c 1773s |      20 |   931272 |   732427 |    88052     19 |        0 |        0
1775.82/1776.27	c 1775s |      20 |   932086 |   733127 |    88052     19 |        0 |        0
1778.12/1778.51	c 1777s |      20 |   932882 |   733827 |    88052     19 |        0 |        0
1780.12/1780.57	c 1779s |      20 |   934268 |   735027 |    88052     19 |        0 |        0
1782.32/1782.72	c 1782s |      20 |   936309 |   736727 |    88052     19 |        0 |        0
1784.32/1784.72	c 1784s |      20 |   938003 |   738227 |    88052     19 |        0 |        0
1786.32/1786.75	c 1786s |      20 |   939787 |   739627 |    88052     19 |        0 |        0
1788.33/1788.77	c 1788s |      20 |   940984 |   740727 |    88052     19 |        0 |        0
1790.32/1790.80	c 1790s |      20 |   943090 |   742427 |    88052     19 |        0 |        0
1792.42/1792.86	c 1792s |      20 |   944489 |   743727 |    88052     19 |        0 |        0
1794.52/1794.92	c 1794s |      20 |   946170 |   745127 |    88052     19 |        0 |        0
1796.52/1796.93	c 1796s |      20 |   947492 |   746327 |    88052     19 |        0 |        0

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-4117285-1467208983/watcher-4117285-1467208983 -o /tmp/evaluation-result-4117285-1467208983/solver-4117285-1467208983 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467208982-19135 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4117285-1467208983.opb 

pid=19158
running on 4 cores: 0,2,4,6

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: 1.28 0.83 1.60 4/174 19164
/proc/meminfo: memFree=29635388/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=683452 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 2544 0 0 0 0 0 0 0 20 0 4 0 10930046 699854848 2394 33554432000 4194304 16246674 140737016540512 140737016539936 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 171375 2403 441 2943 0 168269 0
[pid=19162/tid=19165] ppid=19158 vsize=708028 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 725020672 2490 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=712124 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 729214976 2507 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=716220 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10930046 733409280 2523 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 1.28 0.83 1.60 4/174 19164
/proc/meminfo: memFree=29635388/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1301060 CPUtime=0.08 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 26378 0 0 0 5 3 0 0 20 0 4 0 10930046 1332285440 26166 33554432000 4194304 16246674 140737016540512 140737016539824 12752373 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 325265 26182 798 2943 0 322159 0
[pid=19162/tid=19165] ppid=19158 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1332285440 26192 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1332285440 26204 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1332285440 26215 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1301060

[startup+0.200542 s]
/proc/loadavg: 1.28 0.83 1.60 4/174 19164
/proc/meminfo: memFree=29635388/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 47584 0 0 0 13 6 0 0 20 0 4 0 10930046 1344868352 47882 33554432000 4194304 16246674 140737016540512 140737016539824 8058588 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 328337 47882 799 2943 0 325231 0
[pid=19162/tid=19165] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 47882 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 47882 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 47882 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300575 s]
/proc/loadavg: 1.28 0.83 1.60 4/174 19164
/proc/meminfo: memFree=29635388/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 47873 0 0 0 22 6 0 0 20 0 4 0 10930046 1344868352 48171 33554432000 4194304 16246674 140737016540512 140737016522432 6759196 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 328337 48171 841 2943 0 325231 0
[pid=19162/tid=19165] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 48171 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 48171 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 48171 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.70038 s]
/proc/loadavg: 1.28 0.83 1.60 4/174 19164
/proc/meminfo: memFree=29635388/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 112796 0 0 0 53 16 0 0 20 0 4 0 10930046 1344868352 113094 33554432000 4194304 16246674 140737016540512 140737016522432 5532301 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 328337 113101 869 2943 0 325231 0
[pid=19162/tid=19165] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 113105 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 113108 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 113112 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50037 s]
/proc/loadavg: 1.28 0.83 1.60 4/182 19172
/proc/meminfo: memFree=28253072/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 233155 0 0 0 115 34 0 0 20 0 4 0 10930046 1344868352 233453 33554432000 4194304 16246674 140737016540512 140737016522432 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 328337 233457 887 2943 0 325231 0
[pid=19162/tid=19165] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 233460 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 233462 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 233464 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10038 s]
/proc/loadavg: 1.34 0.84 1.60 4/182 19172
/proc/meminfo: memFree=27479188/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1313348 CPUtime=3.09 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 269017 0 0 0 269 40 0 0 20 0 4 0 10930046 1344868352 269315 33554432000 4194304 16246674 140737016540512 140737016522432 5722849 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 328337 269315 894 2943 0 325231 0
[pid=19162/tid=19165] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269315 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269315 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269315 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1313348

[startup+6.3004 s]
/proc/loadavg: 1.34 0.84 1.60 4/182 19172
/proc/meminfo: memFree=27479196/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1313348 CPUtime=6.29 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 269018 0 0 0 589 40 0 0 20 0 4 0 10930046 1344868352 269316 33554432000 4194304 16246674 140737016540512 140737016522432 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 328337 269316 894 2943 0 325231 0
[pid=19162/tid=19165] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269316 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269316 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269316 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7005 s]
/proc/loadavg: 1.59 0.91 1.62 5/182 19172
/proc/meminfo: memFree=27478368/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1313348 CPUtime=12.69 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 269018 0 0 0 1229 40 0 0 20 0 4 0 10930046 1344868352 269316 33554432000 4194304 16246674 140737016540512 140737016522432 5721717 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 328337 269316 894 2943 0 325231 0
[pid=19162/tid=19165] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269316 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269316 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1344868352 269316 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 1.74 0.97 1.63 4/182 19172
/proc/meminfo: memFree=27447984/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1345092 CPUtime=25.48 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 276729 0 0 0 2507 41 0 0 20 0 4 0 10930046 1377374208 277027 33554432000 4194304 16246674 140737016540512 140737016522432 6861617 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 336273 277027 901 2943 0 333167 0
[pid=19162/tid=19165] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277027 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277027 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277027 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1345092

[startup+51.1006 s]
/proc/loadavg: 2.02 1.10 1.65 5/182 19173
/proc/meminfo: memFree=27445632/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1345092 CPUtime=51.08 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 276964 0 0 0 5066 42 0 0 20 0 4 0 10930046 1377374208 277262 33554432000 4194304 16246674 140737016540512 140737016522432 6012041 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 336273 277262 901 2943 0 333167 0
[pid=19162/tid=19165] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277262 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277262 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277262 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1345092

[startup+102.301 s]
/proc/loadavg: 2.12 1.28 1.68 5/183 19175
/proc/meminfo: memFree=27437352/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1345092 CPUtime=102.28 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 276964 0 0 0 10185 43 0 0 20 0 4 0 10930046 1377374208 277262 33554432000 4194304 16246674 140737016540512 140737016522432 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 336273 277262 901 2943 0 333167 0
[pid=19162/tid=19165] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277262 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277262 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1377374208 277262 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1345092


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

/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1464900

[startup+1302.3 s]
/proc/loadavg: 2.25 2.25 2.11 4/182 19201
/proc/meminfo: memFree=27268876/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1301.99 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 130084 115 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016522432 5823516 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1464900

[startup+1362.3 s]
/proc/loadavg: 2.25 2.24 2.11 5/182 19202
/proc/meminfo: memFree=27269276/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1361.99 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 136080 119 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016538496 13897136 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 1464900

[startup+1422.3 s]
/proc/loadavg: 2.35 2.27 2.13 4/182 19203
/proc/meminfo: memFree=27252432/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1421.98 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 142073 125 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016539688 13198377 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 1464900

[startup+1482.3 s]
/proc/loadavg: 2.31 2.28 2.14 4/182 19204
/proc/meminfo: memFree=27252580/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1481.97 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 148069 128 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016522432 5673135 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1464900

[startup+1542.31 s]
/proc/loadavg: 2.33 2.29 2.15 5/182 19205
/proc/meminfo: memFree=27252792/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1541.97 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 154065 132 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016539608 13874759 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 1464900

[startup+1602.3 s]
/proc/loadavg: 2.38 2.30 2.16 4/183 19209
/proc/meminfo: memFree=27252308/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1601.95 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 160058 137 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016538304 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1464900

[startup+1662.3 s]
/proc/loadavg: 2.25 2.28 2.16 4/182 19210
/proc/meminfo: memFree=27252552/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1661.94 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 166052 142 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016522432 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1464900

[startup+1722.3 s]
/proc/loadavg: 2.20 2.26 2.16 4/182 19211
/proc/meminfo: memFree=27252356/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1721.93 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 172050 143 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016522432 13191544 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1464900

[startup+1782.3 s]
/proc/loadavg: 2.29 2.27 2.17 4/182 19212
/proc/meminfo: memFree=27251580/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1781.92 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 178046 146 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016522432 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 1464900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.30 2.27 2.17 4/182 19213
/proc/meminfo: memFree=27251836/32872528 swapFree=1394328/1580332
[pid=19162] ppid=19158 vsize=1464900 CPUtime=1800.02 cores=0,2,4,6
/proc/19162/stat : 19162 (toysat) R 19158 19162 19119 0 -1 4202496 307108 0 0 0 179856 146 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 140737016539688 4220850 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19162/statm: 366225 307470 901 2943 0 363119 0
[pid=19162/tid=19165] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19165/stat : 19165 (toysat) S 19158 19162 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798737038576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19162/tid=19166] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19166/stat : 19166 (toysat) S 19158 19162 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798726548720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19162/tid=19167] ppid=19158 vsize=1464900 CPUtime=0 cores=0,2,4,6
/proc/19162/task/19167/stat : 19167 (toysat) S 19158 19162 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10930046 1500057600 307470 33554432000 4194304 16246674 140737016540512 139798716075184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1464900

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 19162 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.03
CPU user time (s): 1798.57
CPU system time (s): 1.46878
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 1464900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.46878
maximum resident set size= 1229880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307108
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= 210
involuntary context switches= 1839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27589 second user time and 18.0143 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-29 16:03:05
IDJOB=4117285
IDBENCH=111558
IDSOLVER=2542
FILE ID=node139/4117285-1467208983
RUNJOBID= node139-1467208982-19135
PBS_JOBID= 19997572
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/EmployeeScheduling/normalized-oct4.5.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117285-1467208983/watcher-4117285-1467208983 -o /tmp/evaluation-result-4117285-1467208983/solver-4117285-1467208983 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467208982-19135 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4117285-1467208983.opb

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

MD5SUM BENCH= ea6cc84c6d68190182a9cd3413f0894a
RANDOM SEED=235188892

node139.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		: 2667.092
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	: 5334.18
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		: 2667.092
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		: 2667.092
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.55
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		: 2667.092
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		: 2667.092
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.56
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		: 2667.092
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		: 2667.092
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.48
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		: 2667.092
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:        29637404 kB
Buffers:           90692 kB
Cached:           829792 kB
SwapCached:         3080 kB
Active:           719428 kB
Inactive:         205216 kB
Active(anon):       3340 kB
Inactive(anon):     3176 kB
Active(file):     716088 kB
Inactive(file):   202040 kB
Unevictable:     1580332 kB
Mlocked:         1394328 kB
SwapTotal:      67108856 kB
SwapFree:       67097568 kB
Dirty:             35260 kB
Writeback:             0 kB
AnonPages:       1582644 kB
Mapped:             7544 kB
Shmem:                 0 kB
Slab:             598676 kB
SReclaimable:      42788 kB
SUnreclaim:       555888 kB
KernelStack:        1384 kB
PageTables:         6888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1675768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71676 MiB
End job on node139 at 2016-06-29 16:33:35