Trace number 4079290

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_6.opb
MD5SUMf19aad2da4bea8b48e35d4e26f93e3de
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7625357
Best CPU time to get the best result obtained on this benchmark1800.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 176505017008
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 176505017008
Number of bits of the biggest sum of numbers38
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-07T22:46:51+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-4079290-1465332411.opb"]
0.00/0.01	c use --random-gen="3155080648 2495160491 2931709568 3634146281 2815297280 143574143 1900187920 219102995 1346127077 3980995978 3588569009 3232532447 538943746 3290166150 2227208268 2638780335 4024455870 900485717 2303452966 1967109307 2104382101 3832388402 2191800582 246335432 1137233791 2999949994 941782780 4025079305 1984754646 2870428963 1276104488 1633587223 2658135572 1291024315 3755286176 845082015 3563526873 3985569660 610730026 3822770849 1827384723 2409535374 353174142 2593539729 3016155084 2582001997 4180207181 4167512633 2155538296 559023639 1737628742 165147754 400923245 3342477409 3803539029 2501302133 1908672196 2418227105 704538007 474946 3495221455 245213165 2413508551 4227128036 2625902818 3444989668 3963660173 1100684392 386355985 1975103637 2904151359 2496892770 3854690085 1219203644 2621592709 107932251 3074390394 897509229 2261276228 85990673 1991395062 2745624241 875469368 3926964168 113504994 1414954187 3589824178 3770894964 2289111015 3441393051 1754559212 2107524920 3808854958 3325578914 2309975122 4216963560 2115420408 3086655913 3886790939 1035993707 4128853765 1572297448 2917973709 2598857685 225500929 2100965148 3478563171 2805329869 2092638389 1037822306 4184449589 339602496 3619142798 678597122 2530696275 2047088308 2373462741 2755837461 1982596127 377995929 2123845288 956094163 4047436752 1158604865 3120215200 2147127107 3437313281 1827016876 4144832069 3108570845 111713008 499162914 4049115059 3491076248 2178188894 3650898136 1336145796 1629012275 498778862 1017672123 3306936991 3690785469 4267721886 2738884275 2556666358 2120108273 2581906210 1017823880 4196218988 1120521600 3264391028 3348358674 4238899529 1145848870 1127037614 2090058869 2323212396 1124305984 1865771312 2197050709 2777699713 758079047 1729802530 3248897385 2828471766 2519733116 2759106804 2392077710 3458846029 4109726394 1449784432 4213427103 2223360952 217717047 288822205 2898627405 1533483561 600460841 2159198674 2078334381 3966157495 2327821560 2502718823 2584496970 252153232 727860478 4032561970 4180027846 4242911628 1557294980 4166549946 3630626251 693826724 4016111219 211794776 1942440336 3018359683 3649226112 2727741633 1403229289 2631370693 1315402854 1854119662 3208480217 3107152028 28270080 1303241325 1337365643 3314707652 3437406858 2966085698 381811298 1134042551 2589132877 2459228494 4090504936 725468576 226489547 3835253298 3079099760 2126436306 2398188831 2459690353 3183404751 244174961 3755498778 23378370 1794196602 90949482 634946730 2170604136 543589179 817384706 4280040041 1905375115 1129797134 2462398655 4060988099 3992847099 3305431066 4066015320 4171275720 3997763200 636758868 3345327053 111846678 397341493 1640299458 759532431 3287035996 2279830661 3427924295 1475808258 3042070611 2951167660 3172730185 255 362436" option to reproduce the execution
0.29/0.34	c #vars 20200
0.29/0.34	c #constraints 30206
1.38/1.43	c BCD2: Hardening is enabled.
1.38/1.43	c BCD2: BiasedSearch is enabled.
1.38/1.43	c Solving starts ...
1.38/1.43	c ============================[ Search Statistics ]============================
1.38/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.43	c =============================================================================
1.38/1.44	c  0.0s |       0 |        0 |        0 |    23402      0 |      200 |        0
2.08/2.11	c  0.7s |       1 |      180 |      100 |    23402      0 |      200 |        0
5.59/5.62	c  4.2s |       1 |     1898 |      200 |    25743      0 |      200 |        0
6.88/6.94	c  5.5s |       2 |     1932 |      250 |    25743      0 |      200 |        0
10.49/10.59	c  9.1s |       2 |     2162 |      350 |    28318      0 |      200 |        0
14.19/14.23	c 12.8s |       2 |     2311 |      450 |    28318      0 |      200 |        0
14.89/14.91	c 13.5s |       3 |     2334 |      475 |    28318      0 |      200 |        0
17.79/17.84	c 16.4s |       3 |     2548 |      575 |    31150      0 |      200 |        0
21.49/21.52	c 20.1s |       3 |     2766 |      775 |    31150      0 |      200 |        0
22.99/23.05	c 21.6s |       4 |     2806 |      813 |    31150      0 |      200 |        0
26.29/26.33	c 24.9s |       4 |     3008 |      913 |    34265      0 |      200 |        0
29.49/29.52	c 28.1s |       4 |     3133 |     1013 |    34265      0 |      200 |        0
33.58/33.67	c 32.2s |       4 |     3241 |     1113 |    34265      0 |      200 |        0
37.68/37.73	c 36.3s |       4 |     3307 |     1213 |    34265      0 |      200 |        0
40.79/40.88	c 39.4s |       4 |     3421 |     1313 |    34265      0 |      200 |        0
41.08/41.12	c 39.7s |       5 |     3421 |     1320 |    34265      0 |      200 |        0
44.09/44.13	c 42.7s |       5 |     3698 |     1420 |    37692      0 |      200 |        0
46.58/46.66	c 45.2s |       5 |     3810 |     1520 |    37692      0 |      200 |        0
50.78/50.87	c 49.4s |       5 |     4015 |     1720 |    37692      0 |      200 |        0
52.98/53.04	c 51.6s |       5 |     4107 |     1820 |    37692      0 |      200 |        0
55.28/55.33	c 53.9s |       5 |     4209 |     1920 |    37692      0 |      200 |        0
57.29/57.33	c 55.9s |       5 |     4382 |     2020 |    37692      0 |      200 |        0
59.28/59.31	c 57.9s |       6 |     4467 |     2081 |    41462      0 |      200 |        0
61.88/61.95	c 60.5s |       6 |     4644 |     2181 |    41462      0 |      200 |        0
64.48/64.52	c 63.1s |       6 |     4768 |     2281 |    41462      0 |      200 |        0
66.58/66.60	c 65.2s |       6 |     4871 |     2381 |    41462      0 |      200 |        0
69.39/69.47	c 68.0s |       6 |     5097 |     2581 |    41462      0 |      200 |        0
72.98/73.09	c 71.7s |       6 |     5287 |     2781 |    41462      0 |      200 |        0
75.78/75.84	c 74.4s |       6 |     5393 |     2881 |    41462      0 |      200 |        0
77.88/77.90	c 76.5s |       6 |     5506 |     2981 |    41462      0 |      200 |        0
79.98/80.02	c 78.6s |       6 |     5614 |     3081 |    41462      0 |      200 |        0
82.18/82.22	c 80.8s |       6 |     5718 |     3181 |    41462      0 |      200 |        0
82.78/82.86	c 81.4s |       7 |     5773 |     3223 |    45609      0 |      200 |        0
85.28/85.32	c 83.9s |       7 |     6011 |     3323 |    45609      0 |      200 |        0
89.37/89.46	c 88.0s |       7 |     6115 |     3423 |    45609      0 |      200 |        0
92.38/92.47	c 91.0s |       7 |     6225 |     3523 |    45609      0 |      200 |        0
96.47/96.58	c 95.1s |       7 |     6320 |     3623 |    45609      0 |      200 |        0
99.57/99.61	c 98.2s |       7 |     6430 |     3723 |    45609      0 |      200 |        0
103.38/103.46	c  102s |       7 |     6529 |     3823 |    45609      0 |      200 |        0
107.37/107.49	c  106s |       7 |     6632 |     3923 |    45609      0 |      200 |        0
111.47/111.54	c  110s |       7 |     6745 |     4023 |    45609      0 |      200 |        0
114.97/115.06	c  113s |       7 |     6856 |     4123 |    45609      0 |      200 |        0
117.97/118.02	c  116s |       7 |     6978 |     4223 |    45609      0 |      200 |        0
121.97/122.02	c  120s |       7 |     7181 |     4423 |    45609      0 |      200 |        0
124.17/124.27	c  122s |       7 |     7281 |     4523 |    45609      0 |      200 |        0
127.87/127.99	c  126s |       7 |     7373 |     4623 |    45609      0 |      200 |        0
130.97/131.08	c  129s |       7 |     7486 |     4723 |    45609      0 |      200 |        0
133.96/134.01	c  132s |       7 |     7625 |     4823 |    45609      0 |      200 |        0
136.26/136.38	c  134s |       7 |     7761 |     4923 |    50170      0 |      200 |        0
136.56/136.64	c  135s |       8 |     7774 |     4936 |    50170      0 |      200 |        0
138.57/138.65	c  137s |       8 |     8010 |     5036 |    50170      0 |      200 |        0
141.26/141.35	c  139s |       8 |     8113 |     5136 |    50170      0 |      200 |        0
143.76/143.85	c  142s |       8 |     8224 |     5236 |    50170      0 |      200 |        0
146.16/146.20	c  144s |       8 |     8422 |     5336 |    50170      0 |      200 |        0
148.57/148.69	c  147s |       8 |     8610 |     5436 |    50170      0 |      200 |        0
152.46/152.58	c  151s |       8 |     8704 |     5536 |    50170      0 |      200 |        0
155.86/155.91	c  154s |       8 |     8840 |     5636 |    50170      0 |      200 |        0
158.26/158.31	c  156s |       8 |     8943 |     5736 |    50170      0 |      200 |        0
162.06/162.17	c  160s |       8 |     9164 |     5936 |    50170      0 |      200 |        0
164.66/164.79	c  163s |       8 |     9257 |     6036 |    50170      0 |      200 |        0
166.86/166.97	c  165s |       8 |     9349 |     6136 |    50170      0 |      200 |        0
170.06/170.17	c  168s |       8 |     9531 |     6236 |    50170      0 |      200 |        0
172.86/172.98	c  171s |       8 |     9666 |     6336 |    50170      0 |      200 |        0
175.36/175.46	c  174s |       8 |     9771 |     6436 |    50170      0 |      200 |        0
179.46/179.54	c  178s |       8 |     9982 |     6636 |    50170      0 |      200 |        0
181.86/181.97	c  180s |       8 |    10067 |     6736 |    50170      0 |      200 |        0
184.06/184.15	c  182s |       8 |    10169 |     6836 |    50170      0 |      200 |        0
186.15/186.28	c  184s |       8 |    10282 |     6936 |    50170      0 |      200 |        0
189.85/189.95	c  188s |       8 |    10472 |     7136 |    50170      0 |      200 |        0
192.75/192.80	c  191s |       8 |    10669 |     7336 |    50170      0 |      200 |        0
196.45/196.56	c  195s |       9 |    10865 |     7506 |    55188      0 |      200 |        0
199.35/199.43	c  197s |       9 |    11072 |     7606 |    55188      0 |      200 |        0
202.16/202.25	c  200s |       9 |    11173 |     7706 |    55188      0 |      200 |        0
204.57/204.65	c  203s |       9 |    11317 |     7806 |    55188      0 |      200 |        0
208.36/208.41	c  206s |       9 |    11449 |     7906 |    55188      0 |      200 |        0
212.46/212.54	c  211s |       9 |    11571 |     8006 |    55188      0 |      200 |        0
216.36/216.40	c  214s |       9 |    11682 |     8106 |    55188      0 |      200 |        0
219.56/219.68	c  218s |       9 |    11818 |     8206 |    55188      0 |      200 |        0
222.66/222.73	c  221s |       9 |    11982 |     8306 |    55188      0 |      200 |        0
226.76/226.90	c  225s |       9 |    12064 |     8406 |    55188      0 |      200 |        0
230.36/230.48	c  229s |       9 |    12195 |     8506 |    55188      0 |      200 |        0
233.05/233.12	c  231s |       9 |    12284 |     8606 |    55188      0 |      200 |        0
236.65/236.77	c  235s |       9 |    12492 |     8806 |    55188      0 |      200 |        0
238.76/238.82	c  237s |       9 |    12614 |     8906 |    55188      0 |      200 |        0
243.06/243.11	c  241s |       9 |    12794 |     9106 |    55188      0 |      200 |        0
245.45/245.53	c  244s |       9 |    12910 |     9206 |    55188      0 |      200 |        0
248.95/249.09	c  247s |       9 |    12995 |     9306 |    55188      0 |      200 |        0
252.65/252.79	c  251s |       9 |    13107 |     9406 |    55188      0 |      200 |        0
256.65/256.77	c  255s |       9 |    13207 |     9506 |    55188      0 |      200 |        0
260.55/260.62	c  259s |       9 |    13317 |     9606 |    55188      0 |      200 |        0
264.55/264.62	c  263s |       9 |    13441 |     9706 |    55188      0 |      200 |        0
267.75/267.82	c  266s |       9 |    13572 |     9806 |    55188      0 |      200 |        0
270.75/270.84	c  269s |       9 |    13684 |     9906 |    55188      0 |      200 |        0
273.25/273.30	c  271s |       9 |    13795 |    10006 |    55188      0 |      200 |        0
275.95/276.00	c  274s |       9 |    13903 |    10106 |    55188      0 |      200 |        0
279.85/279.96	c  278s |       9 |    13991 |    10206 |    55188      0 |      200 |        0
282.55/282.65	c  281s |       9 |    14102 |    10306 |    55188      0 |      200 |        0
285.04/285.16	c  283s |       9 |    14201 |    10406 |    55188      0 |      200 |        0
287.34/287.47	c  286s |       9 |    14302 |    10506 |    55188      0 |      200 |        0
289.64/289.72	c  288s |       9 |    14402 |    10606 |    55188      0 |      200 |        0
293.34/293.45	c  292s |       9 |    14595 |    10806 |    55188      0 |      200 |        0
297.14/297.23	c  295s |       9 |    14818 |    11006 |    55188      0 |      200 |        0
300.64/300.78	c  299s |       9 |    14905 |    11106 |    55188      0 |      200 |        0
304.75/304.89	c  303s |       9 |    15004 |    11206 |    55188      0 |      200 |        0
308.54/308.63	c  307s |       9 |    15153 |    11306 |    60707      0 |      200 |        0
310.15/310.21	c  308s |      10 |    15206 |    11361 |    60707      0 |      200 |        0
312.35/312.47	c  311s |      10 |    15412 |    11461 |    60707      0 |      200 |        0
315.84/315.97	c  314s |      10 |    15702 |    11661 |    60707      0 |      200 |        0
318.24/318.38	c  316s |      10 |    15901 |    11861 |    60707      0 |      200 |        0
320.64/320.70	c  319s |      10 |    16102 |    12061 |    60707      0 |      200 |        0
324.24/324.34	c  322s |      10 |    16341 |    12261 |    60707      0 |      200 |        0
326.74/326.83	c  325s |      10 |    16433 |    12361 |    60707      0 |      200 |        0
331.34/331.41	c  329s |      10 |    16663 |    12561 |    60707      0 |      200 |        0
335.14/335.28	c  333s |      10 |    17018 |    12761 |    60707      0 |      200 |        0
338.74/338.86	c  337s |      10 |    17269 |    12961 |    60707      0 |      200 |        0
342.04/342.15	c  340s |      10 |    17476 |    13161 |    60707      0 |      200 |        0
344.34/344.41	c  342s |      10 |    17586 |    13261 |    60707      0 |      200 |        0
346.63/346.72	c  345s |      10 |    17667 |    13361 |    60707      0 |      200 |        0
349.43/349.60	c  348s |      10 |    17929 |    13561 |    60707      0 |      200 |        0
351.63/351.79	c  350s |      10 |    18141 |    13761 |    60707      0 |      200 |        0
354.53/354.68	c  353s |      10 |    18339 |    13961 |    60707      0 |      200 |        0
358.23/358.38	c  356s |      10 |    18541 |    14161 |    60707      0 |      200 |        0
361.33/361.49	c  360s |      10 |    18734 |    14361 |    60707      0 |      200 |        0
364.83/364.90	c  363s |      10 |    18931 |    14561 |    60707      0 |      200 |        0
367.63/367.75	c  366s |      10 |    19135 |    14761 |    60707      0 |      200 |        0
370.03/370.18	c  368s |      10 |    19333 |    14961 |    60707      0 |      200 |        0
373.03/373.10	c  371s |      10 |    19558 |    15161 |    60707      0 |      200 |        0
376.93/377.00	c  375s |      10 |    19758 |    15361 |    60707      0 |      200 |        0
379.13/379.24	c  377s |      10 |    19896 |    15461 |    60707      0 |      200 |        0
381.33/381.47	c  380s |      10 |    19989 |    15561 |    60707      0 |      200 |        0
383.84/383.91	c  382s |      10 |    20114 |    15661 |    60707      0 |      200 |        0
387.03/387.10	c  385s |      10 |    20385 |    15861 |    60707      0 |      200 |        0
390.54/390.65	c  389s |      10 |    20566 |    16061 |    60707      0 |      200 |        0
394.53/394.61	c  393s |      10 |    20790 |    16261 |    60707      0 |      200 |        0
396.63/396.75	c  395s |      10 |    20896 |    16361 |    60707      0 |      200 |        0
399.13/399.23	c  397s |      10 |    20995 |    16461 |    60707      0 |      200 |        0
402.03/402.17	c  400s |      10 |    21096 |    16561 |    60707      0 |      200 |        0
404.43/404.56	c  403s |      10 |    21220 |    16661 |    60707      0 |      200 |        0
407.53/407.68	c  406s |      10 |    21412 |    16861 |    60707      0 |      200 |        0
412.73/412.83	c  411s |      10 |    21646 |    17061 |    66778      0 |      200 |        0
414.63/414.77	c  413s |      11 |    21727 |    17144 |    66778      0 |      200 |        0
417.83/417.94	c  416s |      11 |    22183 |    17344 |    66778      0 |      200 |        0
421.42/421.55	c  420s |      11 |    22464 |    17544 |    66778      0 |      200 |        0
425.12/425.20	c  423s |      11 |    22708 |    17744 |    66778      0 |      200 |        0
427.62/427.77	c  426s |      11 |    22917 |    17944 |    66778      0 |      200 |        0
430.52/430.60	c  429s |      11 |    23153 |    18144 |    66778      0 |      200 |        0
432.72/432.89	c  431s |      11 |    23361 |    18344 |    66778      0 |      200 |        0
434.82/434.98	c  433s |      11 |    23634 |    18544 |    66778      0 |      200 |        0
437.42/437.55	c  436s |      11 |    23972 |    18844 |    66778      0 |      200 |        0
439.93/440.06	c  438s |      11 |    24285 |    19144 |    66778      0 |      200 |        0
442.13/442.23	c  440s |      11 |    24612 |    19444 |    66778      0 |      200 |        0
444.43/444.56	c  443s |      11 |    24851 |    19644 |    66778      0 |      200 |        0
447.32/447.46	c  446s |      11 |    25196 |    19944 |    66778      0 |      200 |        0
449.72/449.82	c  448s |      11 |    25417 |    20144 |    66778      0 |      200 |        0
451.82/451.99	c  450s |      11 |    25622 |    20344 |    66778      0 |      200 |        0
455.12/455.29	c  453s |      11 |    25964 |    20644 |    66778      0 |      200 |        0
457.72/457.85	c  456s |      11 |    26303 |    20944 |    66778      0 |      200 |        0
460.42/460.54	c  459s |      11 |    26537 |    21144 |    66778      0 |      200 |        0
463.12/463.26	c  461s |      11 |    26752 |    21344 |    66778      0 |      200 |        0
465.82/465.99	c  464s |      11 |    27050 |    21644 |    66778      0 |      200 |        0
468.62/468.70	c  467s |      11 |    27413 |    21944 |    66778      0 |      200 |        0
471.51/471.62	c  470s |      11 |    27618 |    22144 |    66778      0 |      200 |        0
473.61/473.74	c  472s |      11 |    27822 |    22344 |    66778      0 |      200 |        0
476.11/476.25	c  474s |      11 |    28045 |    22544 |    66778      0 |      200 |        0
479.62/479.75	c  478s |      11 |    28284 |    22744 |    66778      0 |      200 |        0
482.01/482.10	c  480s |      11 |    28556 |    22944 |    66778      0 |      200 |        0
484.91/485.05	c  483s |      11 |    28857 |    23244 |    66778      0 |      200 |        0
486.91/487.09	c  485s |      11 |    28965 |    23344 |    66778      0 |      200 |        0
490.62/490.71	c  489s |      11 |    29217 |    23544 |    66778      0 |      200 |        0
494.61/494.73	c  493s |      11 |    29442 |    23744 |    66778      0 |      200 |        0
497.91/498.03	c  496s |      11 |    29636 |    23944 |    66778      0 |      200 |        0
499.91/500.08	c  498s |      11 |    29753 |    24044 |    66778      0 |      200 |        0
502.21/502.35	c  500s |      11 |    29943 |    24244 |    66778      0 |      200 |        0
505.91/506.04	c  504s |      11 |    30271 |    24544 |    66778      0 |      200 |        0
508.51/508.62	c  507s |      11 |    30570 |    24744 |    66778      0 |      200 |        0
511.51/511.64	c  510s |      11 |    30803 |    24944 |    66778      0 |      200 |        0
514.41/514.57	c  513s |      11 |    31062 |    25144 |    66778      0 |      200 |        0
516.61/516.70	c  515s |      11 |    31251 |    25344 |    66778      0 |      200 |        0
518.61/518.78	c  517s |      11 |    31463 |    25544 |    66778      0 |      200 |        0
521.20/521.38	c  519s |      11 |    31651 |    25744 |    73456      0 |      200 |        0
522.20/522.36	c  520s |      12 |    31724 |    25819 |    73456      0 |      200 |        0
524.71/524.86	c  523s |      12 |    31952 |    25919 |    73456      0 |      200 |        0
527.10/527.27	c  525s |      12 |    32083 |    26019 |    73456      0 |      200 |        0
529.50/529.61	c  528s |      12 |    32210 |    26119 |    73456      0 |      200 |        0
532.20/532.32	c  530s |      12 |    32382 |    26219 |    73456      0 |      200 |        0
536.10/536.20	c  534s |      12 |    32502 |    26319 |    73456      0 |      200 |        0
538.70/538.85	c  537s |      12 |    32590 |    26419 |    73456      0 |      200 |        0
541.21/541.37	c  539s |      12 |    32695 |    26519 |    73456      0 |      200 |        0
543.60/543.71	c  542s |      12 |    32793 |    26619 |    73456      0 |      200 |        0
545.81/545.91	c  544s |      12 |    32884 |    26719 |    73456      0 |      200 |        0
547.91/548.03	c  546s |      12 |    32988 |    26819 |    73456      0 |      200 |        0
551.51/551.66	c  550s |      12 |    33187 |    27019 |    73456      0 |      200 |        0
554.21/554.37	c  552s |      12 |    33392 |    27219 |    73456      0 |      200 |        0
556.71/556.81	c  555s |      12 |    33522 |    27319 |    73456      0 |      200 |        0
559.81/559.96	c  558s |      12 |    33636 |    27419 |    73456      0 |      200 |        0
562.21/562.33	c  560s |      12 |    33732 |    27519 |    73456      0 |      200 |        0
564.81/564.93	c  563s |      12 |    33839 |    27619 |    73456      0 |      200 |        0
567.81/567.97	c  566s |      12 |    33961 |    27719 |    73456      0 |      200 |        0
570.11/570.26	c  568s |      12 |    34087 |    27819 |    73456      0 |      200 |        0
572.41/572.53	c  571s |      12 |    34227 |    27919 |    73456      0 |      200 |        0
576.41/576.52	c  575s |      12 |    34560 |    28119 |    73456      0 |      200 |        0
578.70/578.87	c  577s |      12 |    34931 |    28219 |    73456      0 |      200 |        0
581.50/581.68	c  580s |      12 |    35095 |    28319 |    73456      0 |      200 |        0
584.11/584.26	c  582s |      12 |    35209 |    28419 |    73456      0 |      200 |        0
586.21/586.35	c  584s |      12 |    35315 |    28519 |    73456      0 |      200 |        0
589.61/589.78	c  588s |      12 |    35413 |    28619 |    73456      0 |      200 |        0
592.91/593.02	c  591s |      12 |    35537 |    28719 |    73456      0 |      200 |        0
594.90/595.10	c  593s |      12 |    35663 |    28819 |    73456      0 |      200 |        0
597.90/598.01	c  596s |      12 |    35762 |    28919 |    73456      0 |      200 |        0
600.40/600.53	c  599s |      12 |    35902 |    29019 |    73456      0 |      200 |        0
602.50/602.67	c  601s |      12 |    36082 |    29119 |    73456      0 |      200 |        0
604.60/604.77	c  603s |      12 |    36183 |    29219 |    73456      0 |      200 |        0
608.00/608.10	c  606s |      12 |    36388 |    29419 |    73456      0 |      200 |        0
610.70/610.87	c  609s |      12 |    36593 |    29619 |    73456      0 |      200 |        0
613.80/613.93	c  612s |      12 |    36795 |    29819 |    73456      0 |      200 |        0
616.60/616.74	c  615s |      12 |    37016 |    30019 |    73456      0 |      200 |        0
620.20/620.35	c  618s |      12 |    37222 |    30219 |    73456      0 |      200 |        0
623.89/624.00	c  622s |      12 |    37557 |    30419 |    73456      0 |      200 |        0
625.90/626.02	c  624s |      12 |    37677 |    30519 |    73456      0 |      200 |        0
628.79/628.97	c  627s |      12 |    37882 |    30719 |    73456      0 |      200 |        0
630.89/631.05	c  629s |      12 |    37980 |    30819 |    73456      0 |      200 |        0
633.69/633.89	c  632s |      12 |    38190 |    31019 |    73456      0 |      200 |        0
635.80/635.93	c  634s |      12 |    38337 |    31119 |    73456      0 |      200 |        0
638.79/638.93	c  637s |      12 |    38533 |    31319 |    73456      0 |      200 |        0
642.59/642.73	c  641s |      12 |    38749 |    31519 |    73456      0 |      200 |        0
646.49/646.62	c  645s |      12 |    39105 |    31719 |    73456      0 |      200 |        0
648.69/648.86	c  647s |      12 |    39225 |    31819 |    73456      0 |      200 |        0
651.20/651.37	c  649s |      12 |    39331 |    31919 |    73456      0 |      200 |        0
653.49/653.64	c  652s |      12 |    39540 |    32019 |    73456      0 |      200 |        0
656.49/656.69	c  655s |      12 |    39668 |    32119 |    73456      0 |      200 |        0
659.29/659.48	c  658s |      12 |    39795 |    32219 |    73456      0 |      200 |        0
662.39/662.50	c  661s |      12 |    40047 |    32419 |    73456      0 |      200 |        0
666.28/666.42	c  664s |      12 |    40283 |    32619 |    73456      0 |      200 |        0
668.48/668.67	c  667s |      12 |    40385 |    32719 |    73456      0 |      200 |        0
670.78/670.95	c  669s |      12 |    40480 |    32819 |    73456      0 |      200 |        0
673.19/673.38	c  671s |      12 |    40621 |    32919 |    73456      0 |      200 |        0
676.49/676.68	c  675s |      12 |    40760 |    33019 |    73456      0 |      200 |        0
679.08/679.27	c  677s |      12 |    40854 |    33119 |    73456      0 |      200 |        0
681.58/681.79	c  680s |      12 |    40959 |    33219 |    73456      0 |      200 |        0
683.98/684.19	c  682s |      12 |    41050 |    33319 |    73456      0 |      200 |        0
686.18/686.35	c  684s |      12 |    41146 |    33419 |    73456      0 |      200 |        0
689.38/689.52	c  688s |      12 |    41353 |    33619 |    73456      0 |      200 |        0
692.48/692.69	c  691s |      12 |    41463 |    33719 |    73456      0 |      200 |        0
696.08/696.27	c  694s |      12 |    41597 |    33819 |    73456      0 |      200 |        0
698.39/698.51	c  697s |      12 |    41728 |    33919 |    73456      0 |      200 |        0
702.68/702.87	c  701s |      12 |    41949 |    34119 |    73456      0 |      200 |        0
705.18/705.33	c  703s |      12 |    42094 |    34219 |    73456      0 |      200 |        0
707.68/707.86	c  706s |      12 |    42220 |    34319 |    73456      0 |      200 |        0
711.17/711.35	c  709s |      12 |    42311 |    34419 |    73456      0 |      200 |        0
713.88/714.02	c  712s |      12 |    42426 |    34519 |    73456      0 |      200 |        0
717.18/717.35	c  715s |      12 |    42538 |    34619 |    73456      0 |      200 |        0
719.77/719.93	c  718s |      12 |    42635 |    34719 |    73456      0 |      200 |        0
722.47/722.70	c  721s |      12 |    42731 |    34819 |    73456      0 |      200 |        0
725.07/725.21	c  723s |      12 |    42860 |    34919 |    73456      0 |      200 |        0
728.37/728.51	c  727s |      12 |    42930 |    35019 |    73456      0 |      200 |        0
731.97/732.11	c  730s |      12 |    43026 |    35119 |    73456      0 |      200 |        0
734.37/734.52	c  733s |      12 |    43290 |    35219 |    73456      0 |      200 |        0
738.08/738.22	c  736s |      12 |    43402 |    35319 |    73456      0 |      200 |        0
742.07/742.29	c  740s |      12 |    43519 |    35419 |    73456      0 |      200 |        0
744.97/745.16	c  743s |      12 |    43659 |    35519 |    73456      0 |      200 |        0
747.07/747.26	c  745s |      12 |    43760 |    35619 |    73456      0 |      200 |        0
749.37/749.56	c  748s |      12 |    43863 |    35719 |    73456      0 |      200 |        0
751.87/752.08	c  750s |      12 |    43956 |    35819 |    73456      0 |      200 |        0
754.97/755.18	c  753s |      12 |    44069 |    35919 |    73456      0 |      200 |        0
758.68/758.81	c  757s |      12 |    44148 |    36019 |    73456      0 |      200 |        0
762.28/762.48	c  761s |      12 |    44263 |    36119 |    73456      0 |      200 |        0
766.27/766.41	c  764s |      12 |    44361 |    36219 |    73456      0 |      200 |        0
769.88/770.10	c  768s |      12 |    44461 |    36319 |    73456      0 |      200 |        0
772.97/773.10	c  771s |      12 |    44584 |    36419 |    73456      0 |      200 |        0
775.87/776.09	c  774s |      12 |    44692 |    36519 |    73456      0 |      200 |        0
778.37/778.50	c  777s |      12 |    44795 |    36619 |    73456      0 |      200 |        0
780.67/780.83	c  779s |      12 |    44893 |    36719 |    73456      0 |      200 |        0
783.27/783.46	c  782s |      12 |    44983 |    36819 |    73456      0 |      200 |        0
785.57/785.70	c  784s |      12 |    45098 |    36919 |    73456      0 |      200 |        0
789.07/789.21	c  787s |      12 |    45319 |    37119 |    73456      0 |      200 |        0
792.87/793.00	c  791s |      12 |    45849 |    37319 |    73456      0 |      200 |        0
795.07/795.21	c  793s |      12 |    45954 |    37419 |    73456      0 |      200 |        0
797.27/797.44	c  795s |      12 |    46134 |    37519 |    73456      0 |      200 |        0
800.07/800.26	c  798s |      12 |    46274 |    37619 |    73456      0 |      200 |        0
803.37/803.54	c  802s |      12 |    46392 |    37719 |    73456      0 |      200 |        0
806.47/806.61	c  805s |      12 |    46518 |    37819 |    73456      0 |      200 |        0
809.37/809.58	c  808s |      12 |    46628 |    37919 |    73456      0 |      200 |        0
812.07/812.25	c  810s |      12 |    46710 |    38019 |    73456      0 |      200 |        0
815.17/815.34	c  813s |      12 |    46816 |    38119 |    73456      0 |      200 |        0
818.37/818.59	c  817s |      12 |    46930 |    38219 |    73456      0 |      200 |        0
822.06/822.29	c  820s |      12 |    47018 |    38319 |    73456      0 |      200 |        0
825.56/825.79	c  824s |      12 |    47146 |    38419 |    73456      0 |      200 |        0
829.16/829.38	c  827s |      12 |    47254 |    38519 |    73456      0 |      200 |        0
831.86/832.07	c  830s |      12 |    47393 |    38619 |    80802      0 |      200 |        0
836.76/836.97	c  835s |      12 |    47614 |    38819 |    80802      0 |      200 |        0
837.26/837.43	c  835s |      13 |    47617 |    38832 |    80802      0 |      200 |        0
841.96/842.15	c  840s |      13 |    47789 |    38932 |    80802      0 |      200 |        0
845.26/845.45	c  844s |      13 |    47918 |    39032 |    80802      0 |      200 |        0
848.16/848.32	c  846s |      13 |    48038 |    39132 |    80802      0 |      200 |        0
850.66/850.85	c  849s |      13 |    48228 |    39232 |    80802      0 |      200 |        0
855.26/855.48	c  854s |      13 |    48341 |    39332 |    80802      0 |      200 |        0
860.26/860.41	c  858s |      13 |    48478 |    39432 |    80802      0 |      200 |        0
865.05/865.23	c  863s |      13 |    48584 |    39532 |    80802      0 |      200 |        0
868.55/868.74	c  867s |      13 |    48733 |    39632 |    80802      0 |      200 |        0
871.65/871.89	c  870s |      13 |    48846 |    39732 |    80802      0 |      200 |        0
874.75/874.90	c  873s |      13 |    48972 |    39832 |    80802      0 |      200 |        0
876.85/877.08	c  875s |      13 |    49066 |    39932 |    80802      0 |      200 |        0
880.05/880.25	c  878s |      13 |    49172 |    40032 |    80802      0 |      200 |        0
883.55/883.74	c  882s |      13 |    49283 |    40132 |    80802      0 |      200 |        0
887.56/887.75	c  886s |      13 |    49382 |    40232 |    80802      0 |      200 |        0
891.85/892.00	c  890s |      13 |    49490 |    40332 |    80802      0 |      200 |        0
896.36/896.52	c  895s |      13 |    49709 |    40432 |    80802      0 |      200 |        0
900.76/900.93	c  899s |      13 |    49814 |    40532 |    80802      0 |      200 |        0
905.35/905.57	c  904s |      13 |    49927 |    40632 |    80802      0 |      200 |        0
909.05/909.25	c  907s |      13 |    50020 |    40732 |    80802      0 |      200 |        0
912.25/912.40	c  910s |      13 |    50132 |    40832 |    80802      0 |      200 |        0
914.25/914.45	c  913s |      13 |    50240 |    40932 |    80802      0 |      200 |        0
916.44/916.68	c  915s |      13 |    50336 |    41032 |    80802      0 |      200 |        0
919.64/919.89	c  918s |      13 |    50450 |    41132 |    80802      0 |      200 |        0
923.85/924.01	c  922s |      13 |    50553 |    41232 |    80802      0 |      200 |        0
928.04/928.24	c  926s |      13 |    50664 |    41332 |    80802      0 |      200 |        0
931.04/931.29	c  929s |      13 |    50771 |    41432 |    80802      0 |      200 |        0
933.75/933.98	c  932s |      13 |    50876 |    41532 |    80802      0 |      200 |        0
938.44/938.67	c  937s |      13 |    51084 |    41732 |    80802      0 |      200 |        0
941.74/941.96	c  940s |      13 |    51190 |    41832 |    80802      0 |      200 |        0
946.74/946.97	c  945s |      13 |    51325 |    41932 |    80802      0 |      200 |        0
950.04/950.28	c  948s |      13 |    51426 |    42032 |    80802      0 |      200 |        0
953.94/954.15	c  952s |      13 |    51536 |    42132 |    80802      0 |      200 |        0
956.95/957.14	c  955s |      13 |    51623 |    42232 |    80802      0 |      200 |        0
959.54/959.77	c  958s |      13 |    51750 |    42332 |    80802      0 |      200 |        0
962.34/962.52	c  961s |      13 |    51828 |    42432 |    80802      0 |      200 |        0
964.84/965.08	c  963s |      13 |    51950 |    42532 |    80802      0 |      200 |        0
967.24/967.46	c  966s |      13 |    52038 |    42632 |    80802      0 |      200 |        0
969.54/969.74	c  968s |      13 |    52132 |    42732 |    80802      0 |      200 |        0
971.64/971.88	c  970s |      13 |    52233 |    42832 |    80802      0 |      200 |        0
975.24/975.44	c  973s |      13 |    52431 |    43032 |    80802      0 |      200 |        0
980.14/980.32	c  978s |      13 |    52627 |    43232 |    80802      0 |      200 |        0
983.03/983.22	c  981s |      13 |    52756 |    43332 |    80802      0 |      200 |        0
987.03/987.22	c  985s |      13 |    52851 |    43432 |    80802      0 |      200 |        0
990.23/990.45	c  989s |      13 |    52951 |    43532 |    80802      0 |      200 |        0
992.53/992.70	c  991s |      13 |    53071 |    43632 |    80802      0 |      200 |        0
995.04/995.28	c  993s |      13 |    53165 |    43732 |    80802      0 |      200 |        0
997.55/997.80	c  996s |      13 |    53280 |    43832 |    80802      0 |      200 |        0
1000.14/1000.32	c  998s |      13 |    53378 |    43932 |    80802      0 |      200 |        0
1002.44/1002.67	c 1001s |      13 |    53478 |    44032 |    80802      0 |      200 |        0
1006.04/1006.30	c 1004s |      13 |    53681 |    44232 |    80802      0 |      200 |        0
1008.64/1008.86	c 1007s |      13 |    53799 |    44332 |    80802      0 |      200 |        0
1011.04/1011.22	c 1009s |      13 |    53936 |    44432 |    80802      0 |      200 |        0
1013.84/1014.01	c 1012s |      13 |    54034 |    44532 |    80802      0 |      200 |        0
1016.74/1016.99	c 1015s |      13 |    54144 |    44632 |    80802      0 |      200 |        0
1019.54/1019.72	c 1018s |      13 |    54242 |    44732 |    80802      0 |      200 |        0
1022.13/1022.36	c 1020s |      13 |    54363 |    44832 |    80802      0 |      200 |        0
1024.43/1024.67	c 1023s |      13 |    54464 |    44932 |    80802      0 |      200 |        0
1027.34/1027.52	c 1026s |      13 |    54562 |    45032 |    80802      0 |      200 |        0
1030.33/1030.53	c 1029s |      13 |    54668 |    45132 |    80802      0 |      200 |        0
1033.23/1033.42	c 1031s |      13 |    54772 |    45232 |    80802      0 |      200 |        0
1035.53/1035.78	c 1034s |      13 |    54862 |    45332 |    80802      0 |      200 |        0
1038.03/1038.26	c 1036s |      13 |    54971 |    45432 |    80802      0 |      200 |        0
1040.63/1040.80	c 1039s |      13 |    55093 |    45532 |    80802      0 |      200 |        0
1042.93/1043.15	c 1041s |      13 |    55183 |    45632 |    80802      0 |      200 |        0
1045.43/1045.68	c 1044s |      13 |    55296 |    45732 |    80802      0 |      200 |        0
1047.83/1048.09	c 1046s |      13 |    55401 |    45832 |    80802      0 |      200 |        0
1050.13/1050.31	c 1048s |      13 |    55504 |    45932 |    80802      0 |      200 |        0
1052.93/1053.11	c 1051s |      13 |    55697 |    46132 |    80802      0 |      200 |        0
1054.93/1055.16	c 1053s |      13 |    55792 |    46232 |    80802      0 |      200 |        0
1058.63/1058.82	c 1057s |      13 |    55991 |    46432 |    80802      0 |      200 |        0
1061.63/1061.87	c 1060s |      13 |    56193 |    46632 |    80802      0 |      200 |        0
1063.73/1063.90	c 1062s |      13 |    56286 |    46732 |    80802      0 |      200 |        0
1066.03/1066.20	c 1064s |      13 |    56400 |    46832 |    80802      0 |      200 |        0
1069.13/1069.39	c 1067s |      13 |    56600 |    47032 |    80802      0 |      200 |        0
1073.23/1073.45	c 1072s |      13 |    56787 |    47232 |    80802      0 |      200 |        0
1075.43/1075.65	c 1074s |      13 |    56892 |    47332 |    80802      0 |      200 |        0
1078.53/1078.76	c 1077s |      13 |    57094 |    47532 |    80802      0 |      200 |        0
1080.62/1080.80	c 1079s |      13 |    57187 |    47632 |    80802      0 |      200 |        0
1082.92/1083.18	c 1081s |      13 |    57290 |    47732 |    80802      0 |      200 |        0
1085.12/1085.33	c 1083s |      13 |    57389 |    47832 |    80802      0 |      200 |        0
1088.22/1088.41	c 1086s |      13 |    57593 |    48032 |    80802      0 |      200 |        0
1090.32/1090.50	c 1089s |      13 |    57692 |    48132 |    80802      0 |      200 |        0
1092.72/1092.96	c 1091s |      13 |    57799 |    48232 |    80802      0 |      200 |        0
1094.92/1095.20	c 1093s |      13 |    57889 |    48332 |    80802      0 |      200 |        0
1098.83/1099.00	c 1097s |      13 |    58091 |    48532 |    80802      0 |      200 |        0
1100.82/1101.07	c 1099s |      13 |    58184 |    48632 |    80802      0 |      200 |        0
1103.92/1104.19	c 1102s |      13 |    58388 |    48832 |    80802      0 |      200 |        0
1106.12/1106.35	c 1104s |      13 |    58493 |    48932 |    80802      0 |      200 |        0
1108.62/1108.82	c 1107s |      13 |    58597 |    49032 |    80802      0 |      200 |        0
1110.62/1110.88	c 1109s |      13 |    58690 |    49132 |    80802      0 |      200 |        0
1113.82/1114.01	c 1112s |      13 |    58896 |    49332 |    80802      0 |      200 |        0
1116.12/1116.30	c 1114s |      13 |    59001 |    49432 |    80802      0 |      200 |        0
1118.52/1118.73	c 1117s |      13 |    59092 |    49532 |    80802      0 |      200 |        0
1121.12/1121.38	c 1119s |      13 |    59197 |    49632 |    80802      0 |      200 |        0
1123.22/1123.48	c 1122s |      13 |    59290 |    49732 |    80802      0 |      200 |        0
1126.51/1126.71	c 1125s |      13 |    59494 |    49932 |    80802      0 |      200 |        0
1128.71/1128.99	c 1127s |      13 |    59599 |    50032 |    80802      0 |      200 |        0
1131.21/1131.48	c 1130s |      13 |    59690 |    50132 |    80802      0 |      200 |        0
1133.92/1134.11	c 1132s |      13 |    59780 |    50232 |    80802      0 |      200 |        0
1136.12/1136.35	c 1134s |      13 |    59885 |    50332 |    80802      0 |      200 |        0
1139.42/1139.63	c 1138s |      13 |    60091 |    50532 |    80802      0 |      200 |        0
1143.71/1143.93	c 1142s |      13 |    60285 |    50732 |    80802      0 |      200 |        0
1146.31/1146.57	c 1145s |      13 |    60399 |    50832 |    80802      0 |      200 |        0
1148.61/1148.88	c 1147s |      13 |    60489 |    50932 |    80802      0 |      200 |        0
1152.01/1152.22	c 1150s |      13 |    60697 |    51132 |    80802      0 |      200 |        0
1154.11/1154.37	c 1152s |      13 |    60802 |    51232 |    80802      0 |      200 |        0
1156.51/1156.76	c 1155s |      13 |    60884 |    51332 |    80802      0 |      200 |        0
1160.12/1160.38	c 1158s |      13 |    60995 |    51432 |    80802      0 |      200 |        0
1163.52/1163.78	c 1162s |      13 |    61118 |    51532 |    80802      0 |      200 |        0
1165.92/1166.18	c 1164s |      13 |    61209 |    51632 |    80802      0 |      200 |        0
1168.71/1168.93	c 1167s |      13 |    61301 |    51732 |    80802      0 |      200 |        0
1171.51/1171.79	c 1170s |      13 |    61397 |    51832 |    80802      0 |      200 |        0
1174.41/1174.67	c 1173s |      13 |    61497 |    51932 |    80802      0 |      200 |        0
1177.21/1177.41	c 1175s |      13 |    61617 |    52032 |    80802      0 |      200 |        0
1179.61/1179.80	c 1178s |      13 |    61712 |    52132 |    80802      0 |      200 |        0
1182.91/1183.17	c 1181s |      13 |    61919 |    52332 |    80802      0 |      200 |        0
1187.31/1187.51	c 1186s |      13 |    62105 |    52532 |    80802      0 |      200 |        0
1190.02/1190.23	c 1188s |      13 |    62199 |    52632 |    80802      0 |      200 |        0
1192.81/1193.09	c 1191s |      13 |    62304 |    52732 |    80802      0 |      200 |        0
1195.41/1195.62	c 1194s |      13 |    62402 |    52832 |    80802      0 |      200 |        0
1197.61/1197.83	c 1196s |      13 |    62507 |    52932 |    80802      0 |      200 |        0
1201.01/1201.26	c 1199s |      13 |    62714 |    53132 |    80802      0 |      200 |        0
1203.31/1203.55	c 1202s |      13 |    62807 |    53232 |    80802      0 |      200 |        0
1205.90/1206.10	c 1204s |      13 |    62912 |    53332 |    80802      0 |      200 |        0
1208.71/1208.99	c 1207s |      13 |    63014 |    53432 |    80802      0 |      200 |        0
1211.20/1211.47	c 1210s |      13 |    63116 |    53532 |    80802      0 |      200 |        0
1215.10/1215.31	c 1213s |      13 |    63319 |    53732 |    80802      0 |      200 |        0
1217.80/1218.05	c 1216s |      13 |    63412 |    53832 |    80802      0 |      200 |        0
1220.20/1220.46	c 1219s |      13 |    63523 |    53932 |    80802      0 |      200 |        0
1223.60/1223.84	c 1222s |      13 |    63722 |    54132 |    80802      0 |      200 |        0
1225.70/1225.95	c 1224s |      13 |    63819 |    54232 |    80802      0 |      200 |        0
1228.20/1228.45	c 1227s |      13 |    63918 |    54332 |    80802      0 |      200 |        0
1231.00/1231.23	c 1229s |      13 |    64016 |    54432 |    80802      0 |      200 |        0
1233.80/1234.07	c 1232s |      13 |    64118 |    54532 |    80802      0 |      200 |        0
1236.40/1236.67	c 1235s |      13 |    64223 |    54632 |    80802      0 |      200 |        0
1238.50/1238.79	c 1237s |      13 |    64316 |    54732 |    80802      0 |      200 |        0
1241.80/1242.05	c 1240s |      13 |    64524 |    54932 |    80802      0 |      200 |        0
1244.10/1244.36	c 1242s |      13 |    64629 |    55032 |    80802      0 |      200 |        0
1246.60/1246.86	c 1245s |      13 |    64719 |    55132 |    80802      0 |      200 |        0
1249.90/1250.16	c 1248s |      13 |    64826 |    55232 |    80802      0 |      200 |        0
1253.80/1254.10	c 1252s |      13 |    64905 |    55332 |    80802      0 |      200 |        0
1256.59/1256.82	c 1255s |      13 |    65015 |    55432 |    80802      0 |      200 |        0
1258.89/1259.14	c 1257s |      13 |    65114 |    55532 |    80802      0 |      200 |        0
1264.09/1264.31	c 1262s |      13 |    65349 |    55732 |    80802      0 |      200 |        0
1268.29/1268.55	c 1267s |      13 |    65450 |    55832 |    80802      0 |      200 |        0
1272.50/1272.71	c 1271s |      13 |    65561 |    55932 |    80802      0 |      200 |        0
1275.99/1276.28	c 1274s |      13 |    65673 |    56032 |    80802      0 |      200 |        0
1279.69/1279.96	c 1278s |      13 |    65795 |    56132 |    80802      0 |      200 |        0
1283.78/1284.07	c 1282s |      13 |    65935 |    56232 |    80802      0 |      200 |        0
1287.78/1288.01	c 1286s |      13 |    66033 |    56332 |    80802      0 |      200 |        0
1290.68/1290.90	c 1289s |      13 |    66139 |    56432 |    80802      0 |      200 |        0
1293.88/1294.18	c 1292s |      13 |    66248 |    56532 |    80802      0 |      200 |        0
1296.88/1297.10	c 1295s |      13 |    66327 |    56632 |    80802      0 |      200 |        0
1299.58/1299.83	c 1298s |      13 |    66437 |    56732 |    80802      0 |      200 |        0
1301.98/1302.21	c 1300s |      13 |    66522 |    56832 |    80802      0 |      200 |        0
1306.58/1306.83	c 1305s |      13 |    66734 |    57032 |    80802      0 |      200 |        0
1309.28/1309.58	c 1308s |      13 |    66824 |    57132 |    80802      0 |      200 |        0
1311.67/1311.92	c 1310s |      13 |    66929 |    57232 |    80802      0 |      200 |        0
1316.27/1316.53	c 1315s |      13 |    67154 |    57432 |    80802      0 |      200 |        0
1321.27/1321.51	c 1320s |      13 |    67253 |    57532 |    80802      0 |      200 |        0
1325.67/1325.96	c 1324s |      13 |    67357 |    57632 |    80802      0 |      200 |        0
1329.57/1329.80	c 1328s |      13 |    67456 |    57732 |    80802      0 |      200 |        0
1331.97/1332.25	c 1330s |      13 |    67568 |    57832 |    80802      0 |      200 |        0
1334.17/1334.45	c 1333s |      13 |    67705 |    57932 |    80802      0 |      200 |        0
1336.96/1337.26	c 1335s |      13 |    67810 |    58032 |    88883      0 |      200 |        0
1340.06/1340.35	c 1338s |      13 |    67908 |    58132 |    88883      0 |      200 |        0
1342.97/1343.22	c 1341s |      13 |    68014 |    58232 |    88883      0 |      200 |        0
1345.66/1345.99	c 1344s |      13 |    68116 |    58332 |    88883      0 |      200 |        0
1346.27/1346.52	c 1345s |      14 |    68135 |    58352 |    88883      0 |      200 |        0
1349.56/1349.86	c 1348s |      14 |    68356 |    58452 |    88883      0 |      200 |        0
1353.25/1353.50	c 1352s |      14 |    68441 |    58552 |    88883      0 |      200 |        0
1356.75/1357.00	c 1355s |      14 |    68548 |    58652 |    88883      0 |      200 |        0
1358.85/1359.14	c 1357s |      14 |    68857 |    58752 |    88883      0 |      200 |        0
1361.25/1361.53	c 1360s |      14 |    68971 |    58852 |    88883      0 |      200 |        0
1363.25/1363.57	c 1362s |      14 |    69102 |    58952 |    88883      0 |      200 |        0
1366.55/1366.83	c 1365s |      14 |    69372 |    59152 |    88883      0 |      200 |        0
1370.05/1370.32	c 1368s |      14 |    69571 |    59352 |    88883      0 |      200 |        0
1374.34/1374.61	c 1373s |      14 |    69774 |    59552 |    88883      0 |      200 |        0
1376.44/1376.73	c 1375s |      14 |    69876 |    59652 |    88883      0 |      200 |        0
1378.74/1379.06	c 1377s |      14 |    69976 |    59752 |    88883      0 |      200 |        0
1382.04/1382.31	c 1380s |      14 |    70179 |    59952 |    88883      0 |      200 |        0
1385.24/1385.60	c 1384s |      14 |    70397 |    60152 |    88883      0 |      200 |        0
1388.54/1388.85	c 1387s |      14 |    70589 |    60352 |    88883      0 |      200 |        0
1392.74/1393.05	c 1391s |      14 |    70811 |    60552 |    88883      0 |      200 |        0
1396.34/1396.62	c 1395s |      14 |    71016 |    60752 |    88883      0 |      200 |        0
1398.64/1398.92	c 1397s |      14 |    71120 |    60852 |    88883      0 |      200 |        0
1401.84/1402.18	c 1400s |      14 |    71327 |    61052 |    88883      0 |      200 |        0
1405.14/1405.44	c 1403s |      14 |    71540 |    61252 |    88883      0 |      200 |        0
1408.64/1408.93	c 1407s |      14 |    71739 |    61452 |    88883      0 |      200 |        0
1411.83/1412.15	c 1410s |      14 |    71834 |    61552 |    88883      0 |      200 |        0
1414.23/1414.56	c 1413s |      14 |    71940 |    61652 |    88883      0 |      200 |        0
1417.74/1418.04	c 1416s |      14 |    72184 |    61852 |    88883      0 |      200 |        0
1419.94/1420.25	c 1418s |      14 |    72289 |    61952 |    88883      0 |      200 |        0
1423.32/1423.60	c 1422s |      14 |    72523 |    62152 |    88883      0 |      200 |        0
1425.43/1425.78	c 1424s |      14 |    72624 |    62252 |    88883      0 |      200 |        0
1429.02/1429.39	c 1427s |      14 |    72949 |    62452 |    88883      0 |      200 |        0
1431.31/1431.64	c 1430s |      14 |    73094 |    62552 |    88883      0 |      200 |        0
1434.81/1435.14	c 1433s |      14 |    73302 |    62752 |    88883      0 |      200 |        0
1438.62/1438.91	c 1437s |      14 |    73412 |    62852 |    88883      0 |      200 |        0
1441.01/1441.33	c 1439s |      14 |    73535 |    62952 |    88883      0 |      200 |        0
1444.31/1444.62	c 1443s |      14 |    73642 |    63052 |    88883      0 |      200 |        0
1446.91/1447.22	c 1445s |      14 |    73746 |    63152 |    88883      0 |      200 |        0
1450.51/1450.83	c 1449s |      14 |    73940 |    63352 |    88883      0 |      200 |        0
1453.00/1453.35	c 1451s |      14 |    74050 |    63452 |    88883      0 |      200 |        0
1456.11/1456.42	c 1454s |      14 |    74148 |    63552 |    88883      0 |      200 |        0
1458.42/1458.72	c 1457s |      14 |    74251 |    63652 |    88883      0 |      200 |        0
1461.81/1462.18	c 1460s |      14 |    74456 |    63852 |    88883      0 |      200 |        0
1465.31/1465.66	c 1464s |      14 |    74629 |    63952 |    88883      0 |      200 |        0
1467.81/1468.14	c 1466s |      14 |    74731 |    64052 |    88883      0 |      200 |        0
1470.71/1471.04	c 1469s |      14 |    74834 |    64152 |    88883      0 |      200 |        0
1473.40/1473.71	c 1472s |      14 |    74934 |    64252 |    88883      0 |      200 |        0
1475.91/1476.27	c 1474s |      14 |    75070 |    64352 |    88883      0 |      200 |        0
1478.11/1478.49	c 1477s |      14 |    75221 |    64452 |    88883      0 |      200 |        0
1481.79/1482.10	c 1480s |      14 |    75411 |    64652 |    88883      0 |      200 |        0
1485.59/1485.90	c 1484s |      14 |    75689 |    64852 |    88883      0 |      200 |        0
1487.89/1488.24	c 1486s |      14 |    75798 |    64952 |    88883      0 |      200 |        0
1491.09/1491.48	c 1490s |      14 |    76010 |    65152 |    88883      0 |      200 |        0
1494.59/1494.92	c 1493s |      14 |    76213 |    65352 |    88883      0 |      200 |        0
1497.89/1498.22	c 1496s |      14 |    76442 |    65552 |    88883      0 |      200 |        0
1501.48/1501.80	c 1500s |      14 |    76651 |    65752 |    88883      0 |      200 |        0
1503.78/1504.13	c 1502s |      14 |    76762 |    65852 |    88883      0 |      200 |        0
1507.98/1508.31	c 1506s |      14 |    76862 |    65952 |    88883      0 |      200 |        0
1511.08/1511.45	c 1510s |      14 |    76979 |    66052 |    88883      0 |      200 |        0
1513.28/1513.67	c 1512s |      14 |    77080 |    66152 |    88883      0 |      200 |        0
1515.98/1516.30	c 1514s |      14 |    77209 |    66252 |    88883      0 |      200 |        0
1519.88/1520.22	c 1518s |      14 |    77291 |    66352 |    88883      0 |      200 |        0
1522.77/1523.10	c 1521s |      14 |    77394 |    66452 |    88883      0 |      200 |        0
1525.27/1525.65	c 1524s |      14 |    77490 |    66552 |    88883      0 |      200 |        0
1528.07/1528.44	c 1527s |      14 |    77589 |    66652 |    88883      0 |      200 |        0
1531.57/1531.98	c 1530s |      14 |    77806 |    66852 |    88883      0 |      200 |        0
1534.07/1534.43	c 1532s |      14 |    77902 |    66952 |    88883      0 |      200 |        0
1537.07/1537.49	c 1536s |      14 |    77990 |    67052 |    88883      0 |      200 |        0
1539.46/1539.89	c 1538s |      14 |    78088 |    67152 |    88883      0 |      200 |        0
1541.56/1541.96	c 1540s |      14 |    78189 |    67252 |    88883      0 |      200 |        0
1545.27/1545.68	c 1544s |      14 |    78391 |    67452 |    88883      0 |      200 |        0
1547.37/1547.71	c 1546s |      14 |    78487 |    67552 |    88883      0 |      200 |        0
1551.26/1551.68	c 1550s |      14 |    78689 |    67752 |    88883      0 |      200 |        0
1553.56/1553.90	c 1552s |      14 |    78792 |    67852 |    88883      0 |      200 |        0
1557.06/1557.49	c 1556s |      14 |    79006 |    68052 |    88883      0 |      200 |        0
1560.96/1561.38	c 1559s |      14 |    79118 |    68152 |    88883      0 |      200 |        0
1564.26/1564.68	c 1563s |      14 |    79223 |    68252 |    88883      0 |      200 |        0
1567.06/1567.48	c 1566s |      14 |    79357 |    68352 |    88883      0 |      200 |        0
1569.56/1569.95	c 1568s |      14 |    79461 |    68452 |    88883      0 |      200 |        0
1572.67/1573.01	c 1571s |      14 |    79568 |    68552 |    88883      0 |      200 |        0
1575.36/1575.78	c 1574s |      14 |    79692 |    68652 |    88883      0 |      200 |        0
1579.16/1579.58	c 1578s |      14 |    79784 |    68752 |    88883      0 |      200 |        0
1581.36/1581.73	c 1580s |      14 |    79878 |    68852 |    88883      0 |      200 |        0
1585.45/1585.85	c 1584s |      14 |    80077 |    69052 |    88883      0 |      200 |        0
1588.95/1589.35	c 1587s |      14 |    80192 |    69152 |    88883      0 |      200 |        0
1592.25/1592.68	c 1591s |      14 |    80288 |    69252 |    88883      0 |      200 |        0
1595.76/1596.20	c 1594s |      14 |    80394 |    69352 |    88883      0 |      200 |        0
1599.55/1599.91	c 1598s |      14 |    80506 |    69452 |    88883      0 |      200 |        0
1603.56/1603.98	c 1602s |      14 |    80612 |    69552 |    88883      0 |      200 |        0
1607.15/1607.52	c 1606s |      14 |    80848 |    69752 |    88883      0 |      200 |        0
1609.45/1609.82	c 1608s |      14 |    80945 |    69852 |    88883      0 |      200 |        0
1611.95/1612.34	c 1610s |      14 |    81039 |    69952 |    88883      0 |      200 |        0
1615.45/1615.84	c 1614s |      14 |    81138 |    70052 |    88883      0 |      200 |        0
1618.95/1619.34	c 1617s |      14 |    81258 |    70152 |    88883      0 |      200 |        0
1622.44/1622.80	c 1621s |      14 |    81416 |    70252 |    88883      0 |      200 |        0
1625.45/1625.86	c 1624s |      14 |    81520 |    70352 |    88883      0 |      200 |        0
1629.04/1629.49	c 1628s |      14 |    81658 |    70452 |    88883      0 |      200 |        0
1631.64/1632.04	c 1630s |      14 |    81753 |    70552 |    88883      0 |      200 |        0
1636.24/1636.69	c 1635s |      14 |    81888 |    70652 |    88883      0 |      200 |        0
1639.24/1639.62	c 1638s |      14 |    81997 |    70752 |    88883      0 |      200 |        0
1641.84/1642.20	c 1640s |      14 |    82091 |    70852 |    88883      0 |      200 |        0
1644.44/1644.85	c 1643s |      14 |    82191 |    70952 |    88883      0 |      200 |        0
1647.14/1647.54	c 1646s |      14 |    82300 |    71052 |    88883      0 |      200 |        0
1651.54/1651.96	c 1650s |      14 |    82423 |    71152 |    88883      0 |      200 |        0
1655.64/1656.00	c 1654s |      14 |    82551 |    71252 |    88883      0 |      200 |        0
1659.55/1659.99	c 1658s |      14 |    82645 |    71352 |    88883      0 |      200 |        0
1662.14/1662.57	c 1661s |      14 |    82752 |    71452 |    88883      0 |      200 |        0
1664.74/1665.16	c 1663s |      14 |    82921 |    71552 |    88883      0 |      200 |        0
1667.14/1667.59	c 1666s |      14 |    83105 |    71652 |    88883      0 |      200 |        0
1671.74/1672.17	c 1670s |      14 |    83224 |    71752 |    88883      0 |      200 |        0
1676.34/1676.76	c 1675s |      14 |    83327 |    71852 |    88883      0 |      200 |        0
1680.45/1680.87	c 1679s |      14 |    83447 |    71952 |    88883      0 |      200 |        0
1685.04/1685.43	c 1683s |      14 |    83544 |    72052 |    88883      0 |      200 |        0
1687.74/1688.12	c 1686s |      14 |    83654 |    72152 |    88883      0 |      200 |        0
1690.35/1690.75	c 1689s |      14 |    83761 |    72252 |    88883      0 |      200 |        0
1693.14/1693.54	c 1692s |      14 |    83875 |    72352 |    88883      0 |      200 |        0
1695.74/1696.16	c 1694s |      14 |    83971 |    72452 |    88883      0 |      200 |        0
1698.15/1698.52	c 1697s |      14 |    84060 |    72552 |    88883      0 |      200 |        0
1700.14/1700.54	c 1699s |      14 |    84161 |    72652 |    88883      0 |      200 |        0
1706.34/1706.71	c 1705s |      14 |    84397 |    72852 |    88883      0 |      200 |        0
1708.94/1709.36	c 1707s |      14 |    84493 |    72952 |    88883      0 |      200 |        0
1711.54/1711.94	c 1710s |      14 |    84590 |    73052 |    88883      0 |      200 |        0
1713.74/1714.17	c 1712s |      14 |    84680 |    73152 |    88883      0 |      200 |        0
1717.34/1717.70	c 1716s |      14 |    84892 |    73352 |    88883      0 |      200 |        0
1720.44/1720.85	c 1719s |      14 |    85012 |    73452 |    88883      0 |      200 |        0
1724.64/1725.07	c 1723s |      14 |    85158 |    73552 |    88883      0 |      200 |        0
1728.54/1728.91	c 1727s |      14 |    85267 |    73652 |    88883      0 |      200 |        0
1730.74/1731.19	c 1729s |      14 |    85365 |    73752 |    88883      0 |      200 |        0
1733.84/1734.28	c 1732s |      14 |    85467 |    73852 |    88883      0 |      200 |        0
1736.64/1737.09	c 1735s |      14 |    85577 |    73952 |    88883      0 |      200 |        0
1740.33/1740.72	c 1739s |      14 |    85676 |    74052 |    88883      0 |      200 |        0
1743.83/1744.28	c 1742s |      14 |    85779 |    74152 |    88883      0 |      200 |        0
1746.73/1747.18	c 1745s |      14 |    85901 |    74252 |    88883      0 |      200 |        0
1749.84/1750.22	c 1748s |      14 |    86046 |    74352 |    88883      0 |      200 |        0
1752.63/1753.08	c 1751s |      14 |    86152 |    74452 |    88883      0 |      200 |        0
1755.93/1756.32	c 1754s |      14 |    86261 |    74552 |    88883      0 |      200 |        0
1758.83/1759.23	c 1757s |      14 |    86369 |    74652 |    88883      0 |      200 |        0
1762.63/1763.05	c 1761s |      14 |    86492 |    74752 |    88883      0 |      200 |        0
1767.23/1767.64	c 1766s |      14 |    86610 |    74852 |    88883      0 |      200 |        0
1771.63/1772.08	c 1770s |      14 |    86709 |    74952 |    88883      0 |      200 |        0
1774.53/1774.94	c 1773s |      14 |    86808 |    75052 |    88883      0 |      200 |        0
1778.13/1778.57	c 1777s |      14 |    86900 |    75152 |    88883      0 |      200 |        0
1781.03/1781.42	c 1779s |      14 |    87008 |    75252 |    88883      0 |      200 |        0
1783.83/1784.26	c 1782s |      14 |    87104 |    75352 |    88883      0 |      200 |        0
1786.53/1786.91	c 1785s |      14 |    87209 |    75452 |    88883      0 |      200 |        0
1788.93/1789.38	c 1787s |      14 |    87302 |    75552 |    88883      0 |      200 |        0
1790.93/1791.40	c 1789s |      14 |    87399 |    75652 |    88883      0 |      200 |        0
1795.83/1796.22	c 1794s |      14 |    87618 |    75852 |    88883      0 |      200 |        0
1799.12/1799.56	c 1798s |      14 |    87739 |    75952 |    88883      0 |      200 |        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-4079290-1465332411/watcher-4079290-1465332411 -o /tmp/evaluation-result-4079290-1465332411/solver-4079290-1465332411 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19404 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079290-1465332411.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.21 2.20 2.18 4/179 21422
/proc/meminfo: memFree=28394944/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=712124 CPUtime=0 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 2659 0 0 0 0 0 0 0 20 0 4 0 115173958 729214976 2508 33554432000 4194304 16246674 140737429787360 140737429786784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 178799 2519 441 2943 0 175693 0
[pid=21422/tid=21423] ppid=21419 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 748089344 2579 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=734652 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 752283648 2596 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=739772 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115173959 757526528 2613 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.21 2.20 2.18 4/179 21422
/proc/meminfo: memFree=28394944/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1304132 CPUtime=0.09 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 30100 0 0 0 6 3 0 0 20 0 4 0 115173958 1335431168 29888 33554432000 4194304 16246674 140737429787360 140737429786672 7371468 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 326033 29904 800 2943 0 322927 0
[pid=21422/tid=21423] ppid=21419 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1335431168 29915 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1335431168 29927 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1335431168 29938 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200536 s]
/proc/loadavg: 2.21 2.20 2.18 4/179 21422
/proc/meminfo: memFree=28394944/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 44899 0 0 0 14 5 0 0 20 0 4 0 115173958 1343819776 45197 33554432000 4194304 16246674 140737429787360 140737429770352 7440363 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 328081 45197 800 2943 0 324975 0
[pid=21422/tid=21423] ppid=21419 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1343819776 45197 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1343819776 45197 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1343819776 45197 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300516 s]
/proc/loadavg: 2.21 2.20 2.18 4/179 21422
/proc/meminfo: memFree=28394944/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 63483 0 0 0 22 7 0 0 20 0 4 0 115173958 1344868352 63781 33554432000 4194304 16246674 140737429787360 140737429770352 7374785 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 328337 63781 801 2943 0 325231 0
[pid=21422/tid=21423] ppid=21419 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1344868352 63781 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1344868352 63781 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1344868352 63781 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700394 s]
/proc/loadavg: 2.21 2.20 2.18 4/179 21422
/proc/meminfo: memFree=28394944/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 100714 0 0 0 57 12 0 0 20 0 4 0 115173958 1344868352 101012 33554432000 4194304 16246674 140737429787360 140737429770352 6757465 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 328337 101020 841 2943 0 325231 0
[pid=21422/tid=21423] ppid=21419 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1344868352 101025 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1344868352 101031 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1344868352 101036 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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: 2.28 2.21 2.18 3/183 21426
/proc/meminfo: memFree=27746280/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1.48 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170553 0 0 0 125 23 0 0 20 0 4 0 115173958 1379471360 170851 33554432000 4194304 16246674 140737429787360 140737429786672 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 170851 876 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170851 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170851 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 170851 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1347140

[startup+3.10042 s]
/proc/loadavg: 2.28 2.21 2.18 3/183 21426
/proc/meminfo: memFree=27711676/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=3.08 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170568 0 0 0 285 23 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140737429770360 13927401 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 170866 891 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1347140

[startup+6.30043 s]
/proc/loadavg: 2.28 2.21 2.18 3/183 21426
/proc/meminfo: memFree=27711348/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=6.28 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170568 0 0 0 605 23 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140737429769280 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 170866 891 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1347140

[startup+12.7004 s]
/proc/loadavg: 2.31 2.22 2.19 3/183 21426
/proc/meminfo: memFree=27711512/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=12.69 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170568 0 0 0 1245 24 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140737429769280 5600072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 170866 891 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1347140

[startup+25.5005 s]
/proc/loadavg: 2.26 2.21 2.18 3/183 21426
/proc/meminfo: memFree=27711868/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=25.49 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170568 0 0 0 2525 24 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140737429769280 5677716 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 170866 891 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 170866 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1347140

[startup+51.1005 s]
/proc/loadavg: 2.24 2.21 2.18 3/183 21426
/proc/meminfo: memFree=27709320/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=51.08 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170572 0 0 0 5084 24 0 0 20 0 4 0 115173958 1379471360 170870 33554432000 4194304 16246674 140737429787360 140737429769280 5712555 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 170870 895 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170870 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170870 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 170870 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1347140

[startup+102.3 s]
/proc/loadavg: 2.26 2.22 2.18 4/183 21427
/proc/meminfo: memFree=27711748/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=102.28 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170572 0 0 0 10204 24 0 0 20 0 4 0 115173958 1379471360 170870 33554432000 4194304 16246674 140737429787360 140737429786536 5712604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 170870 895 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170870 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 170870 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 170870 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1347140


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

/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1347140

[startup+1302.3 s]
/proc/loadavg: 2.07 2.18 2.17 3/183 21528
/proc/meminfo: memFree=28504680/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1302.08 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170597 0 0 0 130178 30 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 13780585 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1347140

[startup+1362.3 s]
/proc/loadavg: 2.08 2.16 2.16 3/183 21530
/proc/meminfo: memFree=28148308/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1362.05 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170627 0 0 0 136175 30 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 5600384 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1347140

[startup+1422.3 s]
/proc/loadavg: 2.22 2.17 2.17 3/184 21534
/proc/meminfo: memFree=28148468/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1422.03 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170649 0 0 0 142173 30 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 5712072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1347140

[startup+1482.3 s]
/proc/loadavg: 2.16 2.16 2.16 3/183 21535
/proc/meminfo: memFree=28147844/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1481.99 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170687 0 0 0 148168 31 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429786536 5677716 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 1347140

[startup+1542.31 s]
/proc/loadavg: 2.12 2.14 2.15 3/183 21536
/proc/meminfo: memFree=28148816/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1541.97 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170716 0 0 0 154166 31 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 1347140

[startup+1602.3 s]
/proc/loadavg: 2.29 2.19 2.17 3/183 21537
/proc/meminfo: memFree=28141440/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1601.95 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170716 0 0 0 160164 31 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 13780624 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1347140

[startup+1662.3 s]
/proc/loadavg: 2.26 2.20 2.17 4/182 21538
/proc/meminfo: memFree=28141572/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1661.94 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170716 0 0 0 166163 31 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 5522898 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1347140

[startup+1722.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/183 21540
/proc/meminfo: memFree=28141684/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1721.94 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170716 0 0 0 172162 32 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 5523464 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 1347140

[startup+1782.3 s]
/proc/loadavg: 2.16 2.17 2.17 3/183 21541
/proc/meminfo: memFree=28141300/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1781.93 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170716 0 0 0 178161 32 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1347140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.18 2.17 3/183 21542
/proc/meminfo: memFree=28141288/32872528 swapFree=16204/1518544
[pid=21422] ppid=21419 vsize=1347140 CPUtime=1800.02 cores=1,3,5,7
/proc/21422/stat : 21422 (toysat) R 21419 21422 19387 0 -1 4202496 170716 0 0 0 179970 32 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140737429769280 5722531 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 336785 278026 896 2943 0 333679 0
[pid=21422/tid=21423] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21423/stat : 21423 (toysat) S 21419 21422 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099793693936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=21422/tid=21424] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21424/stat : 21424 (toysat) S 21419 21422 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115173958 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099783204080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=21422/tid=21425] ppid=21419 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/21422/task/21425/stat : 21425 (toysat) S 21419 21422 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115173959 1379471360 278026 33554432000 4194304 16246674 140737429787360 140099772730544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1347140

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 21422 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.04
CPU user time (s): 1799.71
CPU system time (s): 0.32295
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 1347140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.32295
maximum resident set size= 1112104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170716
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= 157
involuntary context switches= 1845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.70029 second user time and 6.96194 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 22:46:51
IDJOB=4079290
IDBENCH=92726
IDSOLVER=2542
FILE ID=node129/4079290-1465332411
RUNJOBID= node129-1465311042-19404
PBS_JOBID= 19850114
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat100_4_32_6.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079290-1465332411/watcher-4079290-1465332411 -o /tmp/evaluation-result-4079290-1465332411/solver-4079290-1465332411 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19404 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079290-1465332411.opb

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

MD5SUM BENCH= f19aad2da4bea8b48e35d4e26f93e3de
RANDOM SEED=1891857584

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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:        28394836 kB
Buffers:           38572 kB
Cached:           223340 kB
SwapCached:         1836 kB
Active:          2084276 kB
Inactive:         133160 kB
Active(anon):    1953616 kB
Inactive(anon):     4524 kB
Active(file):     130660 kB
Inactive(file):   128636 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098824 kB
Dirty:             17876 kB
Writeback:             0 kB
AnonPages:       3436836 kB
Mapped:            11832 kB
Shmem:                 0 kB
Slab:             604392 kB
SReclaimable:      48564 kB
SUnreclaim:       555828 kB
KernelStack:        1520 kB
PageTables:        10632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3618200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2113536 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= 71704 MiB
End job on node129 at 2016-06-07 23:16:52