Trace number 4100369

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ir98.opb
MD5SUM395bac5c9d0c4cdb5ae1073c67c6675c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark264086
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263089
Optimality of the best value was proved NO
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527290
Number of bits of the biggest sum of numbers20
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-18T03:29:31+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-4100369-1466213371.opb"]
0.00/0.01	c use --random-gen="4065053678 296247045 3746922298 4029215218 3573856786 2373388951 820434650 1017721067 2120098728 3823649076 1788079684 150108377 1914757827 1801974534 2317580755 52226315 713696531 3061089438 2772497907 649192284 1022427772 3012569699 2540860766 3974485646 3320348811 1316201267 2891689831 3535023938 138575060 2147345292 2460956625 3558938946 684758559 864269277 3273541109 257125327 1616097254 2318492661 3401723241 408074968 4052259481 1696278513 1718401418 3865784654 2438389377 808621098 4213878439 889934222 2999161986 1685891460 2021745236 1632546098 2138457046 2726827090 1617237351 1661539433 3390955879 1941640962 3981199655 4243798596 368426345 2229419598 3562029313 655814979 3857845622 3199204151 247400672 1265416361 1813354709 4159943599 1454264100 4065511920 2351253389 539425407 777396279 3746520662 207180413 1007884268 3980692219 804558885 2581282119 2695352478 3858450788 3104246613 1523882144 1517688223 802638147 2311224706 3411341103 4126107342 2556187575 1153020273 3388947732 53832092 3614278255 2258815738 912071370 2197382568 1530348406 1339234328 47004403 1843852499 1972461293 3511650338 3854140480 2857366710 366185160 472919007 1436619839 4273239246 1865074076 735930040 1771266188 3309466958 1978053133 2681517798 919562684 77634906 1826269095 1377534113 700608103 2258733988 456343744 3114191756 3753376803 900391663 3492393060 121812739 3163937303 3345907297 3951015185 77829449 2695303187 2981424935 2975815248 430426690 475918931 2021542926 3064139155 3767135148 4132958811 698277214 4171561334 1061118088 2067870940 2038093007 665387113 4226284560 4010211428 2245615048 266960923 3556942364 3701499956 2499348800 2004613172 4290913570 2447358432 4283060146 472080011 728411692 3945293594 2658134986 564785398 2048745795 1726356793 228223206 2998364160 1599141217 286705487 142395341 1428667955 3485759285 2717856992 2937847609 3997192449 3635453450 4004362828 2339323337 3733222609 2397251252 3361090466 3945822943 3151328917 3722751832 2134063112 3152406320 394169191 144851374 2998717595 2878954131 4157851760 683434089 954774055 2124673168 3071190391 901715099 417718286 1701739307 119181354 3111035668 1294107850 3893703636 2306718099 2179813869 3129323436 1730168461 1217893218 1284716577 2243760516 221403951 2177573768 299378443 4222664771 1521111765 862178310 2954042897 3481724426 3415214710 4293312303 4105686750 2880153357 2123175764 406287080 397684013 1211100323 1617069135 636704688 3642501623 2830928133 120644161 3947133214 2163893635 1348795466 583886331 150474086 3309585129 3611330896 340943933 3012623011 640908219 2937312940 2419274269 3618956527 3900300543 1416675290 2186688322 634825526 1694693234 3974778924 3897847242 3004914722 869647863 106284637 3183554545 1528619694 1911181290 255 362436" option to reproduce the execution
0.09/0.18	c #vars 7287
0.09/0.18	c #constraints 529
1.10/1.11	c BCD2: Hardening is enabled.
1.10/1.11	c BCD2: BiasedSearch is enabled.
1.10/1.11	c Solving starts ...
1.10/1.11	c ============================[ Search Statistics ]============================
1.10/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.11	c =============================================================================
1.10/1.11	c  0.0s |       0 |        0 |        0 |     2627      0 |      131 |        0
1.88/1.96	c  0.8s |       1 |     1199 |      100 |     2627      0 |      131 |        2
3.68/3.73	c  2.6s |       2 |     6349 |      250 |     2890      0 |      131 |        2
4.19/4.29	c  3.2s |       3 |     7529 |      475 |     3180      0 |      131 |        2
8.08/8.14	c  7.0s |       3 |     8749 |      675 |     3499      0 |      131 |        2
10.88/10.91	c  9.8s |       4 |     8879 |      813 |     3499      0 |      131 |        2
14.08/14.14	c 13.0s |       4 |     9262 |      913 |     3849      0 |      131 |        2
18.18/18.20	c 17.1s |       4 |     9262 |     1013 |     3849      0 |      131 |        2
22.78/22.82	c 21.7s |       4 |     9262 |     1113 |     3849      0 |      131 |        2
26.58/26.66	c 25.6s |       4 |     9573 |     1213 |     3849      0 |      131 |        2
29.58/29.64	c 28.5s |       4 |     9573 |     1313 |     3849      0 |      131 |        2
29.79/29.89	c 28.8s |       5 |     9573 |     1320 |     3849      0 |      131 |        2
33.58/33.61	c 32.5s |       5 |     9794 |     1420 |     4234      0 |      131 |        2
37.18/37.25	c 36.1s |       5 |     9881 |     1520 |     4234      0 |      131 |        2
41.98/42.01	c 40.9s |       5 |    10202 |     1720 |     4234      0 |      131 |        2
46.48/46.59	c 45.5s |       5 |    10202 |     1820 |     4234      0 |      131 |        2
51.58/51.70	c 50.6s |       5 |    10252 |     1920 |     4234      0 |      131 |        2
55.98/56.06	c 55.0s |       5 |    10546 |     2020 |     4234      0 |      131 |        2
58.08/58.19	c 57.1s |       6 |    10546 |     2081 |     4658      0 |      131 |        2
62.38/62.45	c 61.3s |       6 |    10758 |     2181 |     4658      0 |      131 |        2
65.88/65.96	c 64.9s |       6 |    10810 |     2281 |     4658      0 |      131 |        2
70.38/70.41	c 69.3s |       6 |    11237 |     2381 |     4658      0 |      131 |        2
73.17/73.25	c 72.1s |       6 |    11301 |     2481 |     4658      0 |      131 |        2
79.37/79.41	c 78.3s |       6 |    11441 |     2681 |     4658      0 |      131 |        2
83.17/83.24	c 82.1s |       6 |    11891 |     2781 |     4658      0 |      131 |        2
86.37/86.42	c 85.3s |       6 |    11891 |     2881 |     4658      0 |      131 |        2
89.57/89.64	c 88.5s |       6 |    11948 |     2981 |     4658      0 |      131 |        2
94.47/94.51	c 93.4s |       6 |    12260 |     3081 |     4658      0 |      131 |        2
98.07/98.12	c 97.0s |       6 |    12294 |     3181 |     4658      0 |      131 |        2
98.47/98.59	c 97.5s |       7 |    12294 |     3223 |     5124      0 |      131 |        2
101.37/101.46	c  100s |       7 |    12577 |     3323 |     5124      0 |      131 |        2
105.97/106.01	c  104s |       7 |    12577 |     3423 |     5124      0 |      131 |        2
110.37/110.44	c  109s |       7 |    13358 |     3623 |     5124      0 |      131 |        2
113.47/113.51	c  112s |       7 |    13358 |     3723 |     5124      0 |      131 |        2
117.07/117.15	c  116s |       7 |    13358 |     3823 |     5124      0 |      131 |        2
121.37/121.40	c  120s |       7 |    13358 |     3923 |     5124      0 |      131 |        2
126.27/126.34	c  125s |       7 |    13358 |     4023 |     5124      0 |      131 |        2
131.76/131.89	c  130s |       7 |    13358 |     4123 |     5124      0 |      131 |        2
135.16/135.20	c  134s |       7 |    14042 |     4223 |     5124      0 |      131 |        2
137.76/137.85	c  136s |       7 |    14042 |     4323 |     5124      0 |      131 |        2
140.96/141.06	c  139s |       7 |    14042 |     4423 |     5124      0 |      131 |        2
144.76/144.86	c  143s |       7 |    14042 |     4523 |     5124      0 |      131 |        2
149.16/149.27	c  148s |       7 |    14042 |     4623 |     5124      0 |      131 |        2
154.16/154.28	c  153s |       7 |    14042 |     4723 |     5124      0 |      131 |        2
159.86/159.90	c  158s |       7 |    14042 |     4823 |     5124      0 |      131 |        2
162.46/162.56	c  161s |       7 |    14725 |     4923 |     5637      0 |      131 |        2
162.77/162.90	c  161s |       8 |    14725 |     4936 |     5637      0 |      131 |        2
165.66/165.71	c  164s |       8 |    15339 |     5036 |     5637      0 |      131 |        2
168.86/168.94	c  167s |       8 |    15339 |     5136 |     5637      0 |      131 |        2
172.67/172.76	c  171s |       8 |    15339 |     5236 |     5637      0 |      131 |        2
177.07/177.19	c  176s |       8 |    15339 |     5336 |     5637      0 |      131 |        2
182.16/182.23	c  181s |       8 |    15339 |     5436 |     5637      0 |      131 |        2
187.06/187.13	c  186s |       8 |    15433 |     5536 |     5637      0 |      131 |        2
189.36/189.47	c  188s |       8 |    16453 |     5636 |     5637      0 |      131 |        2
191.96/192.07	c  190s |       8 |    16453 |     5736 |     5637      0 |      131 |        2
195.16/195.23	c  194s |       8 |    16453 |     5836 |     5637      0 |      131 |        2
198.96/199.00	c  197s |       8 |    16453 |     5936 |     5637      0 |      131 |        2
203.26/203.39	c  202s |       8 |    16453 |     6036 |     5637      0 |      131 |        2
208.25/208.37	c  207s |       8 |    16453 |     6136 |     5637      0 |      131 |        2
213.85/213.97	c  212s |       8 |    16453 |     6236 |     5637      0 |      131 |        2
217.06/217.17	c  216s |       8 |    17135 |     6336 |     5637      1 |      131 |        2
219.76/219.86	c  218s |       8 |    17135 |     6436 |     5637      1 |      131 |        2
223.06/223.11	c  221s |       8 |    17135 |     6536 |     5637      1 |      131 |        2
226.86/226.96	c  225s |       8 |    17135 |     6636 |     5637      1 |      131 |        2
231.36/231.43	c  230s |       8 |    17135 |     6736 |     5637      1 |      131 |        2
236.46/236.51	c  235s |       8 |    17135 |     6836 |     5637      1 |      131 |        2
242.06/242.19	c  241s |       8 |    17135 |     6936 |     5637      1 |      131 |        2
244.35/244.48	c  243s |       8 |    17815 |     7036 |     5637      1 |      131 |        2
247.25/247.32	c  246s |       8 |    17815 |     7136 |     5637      1 |      131 |        2
250.65/250.74	c  249s |       8 |    17815 |     7236 |     5637      1 |      131 |        2
254.65/254.77	c  253s |       8 |    17815 |     7336 |     5637      1 |      131 |        2
259.35/259.43	c  258s |       8 |    17815 |     7436 |     5637      1 |      131 |        2
262.96/263.05	c  261s |       9 |    17815 |     7506 |     6201      1 |      131 |        2
268.46/268.55	c  267s |       9 |    17993 |     7606 |     6201      1 |      131 |        2
272.55/272.61	c  271s |       9 |    18675 |     7806 |     6201      1 |      131 |        2
275.55/275.61	c  274s |       9 |    18675 |     7906 |     6201      1 |      131 |        2
279.15/279.22	c  278s |       9 |    18675 |     8006 |     6201      1 |      131 |        2
283.35/283.45	c  282s |       9 |    18675 |     8106 |     6201      1 |      131 |        2
288.25/288.33	c  287s |       9 |    18675 |     8206 |     6201      1 |      131 |        2
293.75/293.85	c  292s |       9 |    18675 |     8306 |     6201      1 |      131 |        2
297.84/297.94	c  296s |       9 |    19350 |     8406 |     6201      1 |      131 |        2
300.35/300.49	c  299s |       9 |    19350 |     8506 |     6201      1 |      131 |        2
303.55/303.63	c  302s |       9 |    19350 |     8606 |     6201      1 |      131 |        2
307.24/307.39	c  306s |       9 |    19350 |     8706 |     6201      1 |      131 |        2
311.64/311.78	c  310s |       9 |    19350 |     8806 |     6201      1 |      131 |        2
316.75/316.80	c  315s |       9 |    19350 |     8906 |     6201      1 |      131 |        2
322.35/322.43	c  321s |       9 |    19350 |     9006 |     6201      1 |      131 |        2
325.55/325.64	c  324s |       9 |    20032 |     9106 |     6201      1 |      131 |        2
328.24/328.39	c  327s |       9 |    20032 |     9206 |     6201      1 |      131 |        2
331.64/331.72	c  330s |       9 |    20032 |     9306 |     6201      1 |      131 |        2
335.54/335.68	c  334s |       9 |    20032 |     9406 |     6201      1 |      131 |        2
340.14/340.27	c  339s |       9 |    20032 |     9506 |     6201      1 |      131 |        2
345.44/345.51	c  344s |       9 |    20032 |     9606 |     6201      1 |      131 |        2
351.44/351.56	c  350s |       9 |    20711 |     9706 |     6201      2 |      131 |        2
353.73/353.82	c  352s |       9 |    20711 |     9806 |     6201      2 |      131 |        2
356.63/356.71	c  355s |       9 |    20711 |     9906 |     6201      2 |      131 |        2
360.03/360.17	c  359s |       9 |    20711 |    10006 |     6201      2 |      131 |        2
364.14/364.25	c  363s |       9 |    20711 |    10106 |     6201      2 |      131 |        2
368.83/368.97	c  367s |       9 |    20711 |    10206 |     6201      2 |      131 |        2
374.23/374.30	c  373s |       9 |    20711 |    10306 |     6201      2 |      131 |        2
379.03/379.14	c  378s |       9 |    21384 |    10406 |     6201      2 |      131 |        2
381.43/381.56	c  380s |       9 |    21384 |    10506 |     6201      2 |      131 |        2
384.43/384.59	c  383s |       9 |    21384 |    10606 |     6201      2 |      131 |        2
388.13/388.20	c  387s |       9 |    21384 |    10706 |     6201      2 |      131 |        2
392.33/392.44	c  391s |       9 |    21384 |    10806 |     6201      2 |      131 |        2
397.22/397.31	c  396s |       9 |    21384 |    10906 |     6201      2 |      131 |        2
402.63/402.79	c  401s |       9 |    21384 |    11006 |     6201      2 |      131 |        2
406.42/406.59	c  405s |       9 |    22061 |    11106 |     6201      2 |      131 |        2
409.13/409.22	c  408s |       9 |    22061 |    11206 |     6201      2 |      131 |        2
412.32/412.46	c  411s |       9 |    22061 |    11306 |     6822      2 |      131 |        2
414.42/414.50	c  413s |      10 |    22061 |    11361 |     6822      2 |      131 |        2
418.42/418.53	c  417s |      10 |    22478 |    11461 |     6822      2 |      131 |        2
422.92/423.08	c  421s |      10 |    22478 |    11561 |     6822      2 |      131 |        2
428.12/428.24	c  427s |      10 |    22478 |    11661 |     6822      2 |      131 |        2
432.23/432.33	c  431s |      10 |    22478 |    11761 |     6822      2 |      131 |        2
434.53/434.65	c  433s |      10 |    23151 |    11861 |     6822      2 |      131 |        2
437.42/437.55	c  436s |      10 |    23151 |    11961 |     6822      2 |      131 |        2
440.92/441.02	c  439s |      10 |    23151 |    12061 |     6822      2 |      131 |        2
445.02/445.11	c  444s |      10 |    23151 |    12161 |     6822      2 |      131 |        2
449.72/449.83	c  448s |      10 |    23151 |    12261 |     6822      2 |      131 |        2
455.02/455.15	c  454s |      10 |    23151 |    12361 |     6822      2 |      131 |        2
460.21/460.33	c  459s |      10 |    23826 |    12461 |     6822      2 |      131 |        2
462.61/462.79	c  461s |      10 |    23826 |    12561 |     6822      2 |      131 |        2
465.71/465.82	c  464s |      10 |    23826 |    12661 |     6822      2 |      131 |        2
469.31/469.45	c  468s |      10 |    23826 |    12761 |     6822      2 |      131 |        2
473.61/473.71	c  472s |      10 |    23826 |    12861 |     6822      2 |      131 |        2
478.42/478.59	c  477s |      10 |    23826 |    12961 |     6822      2 |      131 |        2
483.92/484.06	c  482s |      10 |    23826 |    13061 |     6822      2 |      131 |        2
488.01/488.16	c  487s |      10 |    24500 |    13161 |     6822      2 |      131 |        2
490.62/490.76	c  489s |      10 |    24500 |    13261 |     6822      2 |      131 |        2
493.92/494.01	c  492s |      10 |    24500 |    13361 |     6822      2 |      131 |        2
497.71/497.85	c  496s |      10 |    24500 |    13461 |     6822      2 |      131 |        2
502.21/502.31	c  501s |      10 |    24500 |    13561 |     6822      2 |      131 |        2
507.32/507.41	c  506s |      10 |    24500 |    13661 |     6822      2 |      131 |        2
512.92/513.08	c  511s |      10 |    24500 |    13761 |     6822      2 |      131 |        2
516.51/516.61	c  515s |      10 |    25171 |    13861 |     6822      3 |      131 |        2
519.22/519.38	c  518s |      10 |    25171 |    13961 |     6822      3 |      131 |        2
522.61/522.78	c  521s |      10 |    25171 |    14061 |     6822      3 |      131 |        2
526.61/526.77	c  525s |      10 |    25171 |    14161 |     6822      3 |      131 |        2
531.32/531.40	c  530s |      10 |    25171 |    14261 |     6822      3 |      131 |        2
536.51/536.65	c  535s |      10 |    25171 |    14361 |     6822      3 |      131 |        2
541.91/542.06	c  540s |      10 |    25842 |    14461 |     6822      3 |      131 |        2
544.31/544.41	c  543s |      10 |    25842 |    14561 |     6822      3 |      131 |        2
547.31/547.41	c  546s |      10 |    25842 |    14661 |     6822      3 |      131 |        2
550.91/551.00	c  549s |      10 |    25842 |    14761 |     6822      3 |      131 |        2
555.11/555.20	c  554s |      10 |    25842 |    14861 |     6822      3 |      131 |        2
559.91/560.02	c  558s |      10 |    25842 |    14961 |     6822      3 |      131 |        2
565.31/565.45	c  564s |      10 |    25842 |    15061 |     6822      3 |      131 |        2
569.60/569.70	c  568s |      10 |    26510 |    15161 |     6822      3 |      131 |        2
572.10/572.23	c  571s |      10 |    26510 |    15261 |     6822      3 |      131 |        2
575.30/575.43	c  574s |      10 |    26510 |    15361 |     6822      3 |      131 |        2
579.00/579.19	c  578s |      10 |    26510 |    15461 |     6822      3 |      131 |        2
583.39/583.56	c  582s |      10 |    26510 |    15561 |     6822      3 |      131 |        2
588.40/588.52	c  587s |      10 |    26510 |    15661 |     6822      3 |      131 |        2
593.90/594.03	c  592s |      10 |    26510 |    15761 |     6822      3 |      131 |        2
596.89/597.06	c  595s |      10 |    27179 |    15861 |     6822      3 |      131 |        2
599.59/599.76	c  598s |      10 |    27179 |    15961 |     6822      3 |      131 |        2
602.89/603.07	c  601s |      10 |    27179 |    16061 |     6822      3 |      131 |        2
606.78/606.97	c  605s |      10 |    27179 |    16161 |     6822      3 |      131 |        2
611.28/611.47	c  610s |      10 |    27179 |    16261 |     6822      3 |      131 |        2
616.38/616.59	c  615s |      10 |    27179 |    16361 |     6822      3 |      131 |        2
621.68/621.84	c  620s |      10 |    27844 |    16461 |     6822      3 |      131 |        2
623.98/624.14	c  623s |      10 |    27844 |    16561 |     6822      3 |      131 |        2
626.88/627.07	c  625s |      10 |    27844 |    16661 |     6822      3 |      131 |        2
630.48/630.62	c  629s |      10 |    27844 |    16761 |     6822      3 |      131 |        2
634.58/634.74	c  633s |      10 |    27844 |    16861 |     6822      3 |      131 |        2
639.37/639.50	c  638s |      10 |    27844 |    16961 |     6822      3 |      131 |        2
644.67/644.83	c  643s |      10 |    27844 |    17061 |     7505      3 |      131 |        2
648.36/648.52	c  647s |      11 |    28512 |    17144 |     7505      3 |      131 |        2
650.86/651.06	c  649s |      11 |    29163 |    17244 |     7505      3 |      131 |        2
653.86/654.06	c  652s |      11 |    29163 |    17344 |     7505      3 |      131 |        2
657.46/657.64	c  656s |      11 |    29163 |    17444 |     7505      3 |      131 |        2
661.66/661.81	c  660s |      11 |    29163 |    17544 |     7505      3 |      131 |        2
666.36/666.59	c  665s |      11 |    29163 |    17644 |     7505      3 |      131 |        2
671.56/671.75	c  670s |      11 |    29163 |    17744 |     7505      3 |      131 |        2
675.15/675.40	c  674s |      11 |    29827 |    17844 |     7505      3 |      131 |        2
677.85/678.02	c  676s |      11 |    29827 |    17944 |     7505      3 |      131 |        2
681.05/681.27	c  680s |      11 |    29827 |    18044 |     7505      3 |      131 |        2
684.95/685.10	c  683s |      11 |    29827 |    18144 |     7505      3 |      131 |        2
689.35/689.53	c  688s |      11 |    29827 |    18244 |     7505      3 |      131 |        2
694.34/694.56	c  693s |      11 |    29827 |    18344 |     7505      3 |      131 |        2
699.94/700.12	c  699s |      11 |    29827 |    18444 |     7505      3 |      131 |        2
702.84/703.07	c  701s |      11 |    30489 |    18544 |     7505      4 |      131 |        2
705.63/705.82	c  704s |      11 |    30489 |    18644 |     7505      4 |      131 |        2
708.93/709.16	c  708s |      11 |    30489 |    18744 |     7505      4 |      131 |        2
712.83/713.06	c  711s |      11 |    30489 |    18844 |     7505      4 |      131 |        2
717.32/717.56	c  716s |      11 |    30489 |    18944 |     7505      4 |      131 |        2
722.42/722.63	c  721s |      11 |    30489 |    19044 |     7505      4 |      131 |        2
726.72/726.94	c  725s |      11 |    31152 |    19144 |     7505      4 |      131 |        2
729.13/729.32	c  728s |      11 |    31152 |    19244 |     7505      4 |      131 |        2
732.12/732.30	c  731s |      11 |    31152 |    19344 |     7505      4 |      131 |        2
735.62/735.87	c  734s |      11 |    31152 |    19444 |     7505      4 |      131 |        2
739.82/740.03	c  738s |      11 |    31152 |    19544 |     7505      4 |      131 |        2
744.52/744.80	c  743s |      11 |    31152 |    19644 |     7505      4 |      131 |        2
749.92/750.12	c  749s |      11 |    31152 |    19744 |     7505      4 |      131 |        2
753.02/753.21	c  752s |      11 |    31815 |    19844 |     7505      4 |      131 |        2
755.62/755.86	c  754s |      11 |    31815 |    19944 |     7505      4 |      131 |        2
758.92/759.13	c  758s |      11 |    31815 |    20044 |     7505      4 |      131 |        2
762.71/762.95	c  761s |      11 |    31815 |    20144 |     7505      4 |      131 |        2
767.12/767.37	c  766s |      11 |    31815 |    20244 |     7505      4 |      131 |        2
772.13/772.38	c  771s |      11 |    31815 |    20344 |     7505      4 |      131 |        2
777.12/777.34	c  776s |      11 |    32477 |    20444 |     7505      4 |      131 |        2
779.42/779.65	c  778s |      11 |    32477 |    20544 |     7505      4 |      131 |        2
782.32/782.53	c  781s |      11 |    32477 |    20644 |     7505      4 |      131 |        2
785.82/786.03	c  784s |      11 |    32477 |    20744 |     7505      4 |      131 |        2
789.92/790.10	c  788s |      11 |    32477 |    20844 |     7505      4 |      131 |        2
794.52/794.78	c  793s |      11 |    32477 |    20944 |     7505      4 |      131 |        2
799.82/800.04	c  798s |      11 |    32477 |    21044 |     7505      4 |      131 |        2
803.51/803.72	c  802s |      11 |    33135 |    21144 |     7505      4 |      131 |        2
806.12/806.31	c  805s |      11 |    33135 |    21244 |     7505      4 |      131 |        2
809.31/809.50	c  808s |      11 |    33135 |    21344 |     7505      4 |      131 |        2
813.01/813.27	c  812s |      11 |    33135 |    21444 |     7505      4 |      131 |        2
817.41/817.61	c  816s |      11 |    33135 |    21544 |     7505      4 |      131 |        2
822.31/822.56	c  821s |      11 |    33135 |    21644 |     7505      4 |      131 |        2
827.81/828.00	c  826s |      11 |    33793 |    21744 |     7505      4 |      131 |        2
830.01/830.26	c  829s |      11 |    33793 |    21844 |     7505      4 |      131 |        2
832.91/833.11	c  832s |      11 |    33793 |    21944 |     7505      4 |      131 |        2
836.31/836.58	c  835s |      11 |    33793 |    22044 |     7505      4 |      131 |        2
840.41/840.61	c  839s |      11 |    33793 |    22144 |     7505      4 |      131 |        2
845.01/845.25	c  844s |      11 |    33793 |    22244 |     7505      4 |      131 |        2
850.21/850.50	c  849s |      11 |    33793 |    22344 |     7505      4 |      131 |        2
854.91/855.18	c  854s |      11 |    34447 |    22444 |     7505      5 |      131 |        2
857.40/857.69	c  856s |      11 |    34447 |    22544 |     7505      5 |      131 |        2
860.50/860.80	c  859s |      11 |    34447 |    22644 |     7505      5 |      131 |        2
864.20/864.48	c  863s |      11 |    34447 |    22744 |     7505      5 |      131 |        2
868.50/868.75	c  867s |      11 |    34447 |    22844 |     7505      5 |      131 |        2
873.40/873.64	c  872s |      11 |    34447 |    22944 |     7505      5 |      131 |        2
878.81/879.09	c  877s |      11 |    34447 |    23044 |     7505      5 |      131 |        2
881.30/881.57	c  880s |      11 |    35102 |    23144 |     7505      5 |      131 |        2
884.10/884.36	c  883s |      11 |    35102 |    23244 |     7505      5 |      131 |        2
887.51/887.78	c  886s |      11 |    35102 |    23344 |     7505      5 |      131 |        2
891.50/891.79	c  890s |      11 |    35102 |    23444 |     7505      5 |      131 |        2
896.10/896.39	c  895s |      11 |    35102 |    23544 |     7505      5 |      131 |        2
901.40/901.60	c  900s |      11 |    35102 |    23644 |     7505      5 |      131 |        2
905.70/905.90	c  904s |      11 |    35755 |    23744 |     7505      5 |      131 |        2
908.09/908.39	c  907s |      11 |    35755 |    23844 |     7505      5 |      131 |        2
911.19/911.47	c  910s |      11 |    35755 |    23944 |     7505      5 |      131 |        2
914.89/915.17	c  914s |      11 |    35755 |    24044 |     7505      5 |      131 |        2
919.19/919.46	c  918s |      11 |    35755 |    24144 |     7505      5 |      131 |        2
924.09/924.35	c  923s |      11 |    35755 |    24244 |     7505      5 |      131 |        2
929.59/929.80	c  928s |      11 |    35755 |    24344 |     7505      5 |      131 |        2
932.19/932.49	c  931s |      11 |    36410 |    24444 |     7505      5 |      131 |        2
934.99/935.29	c  934s |      11 |    36410 |    24544 |     7505      5 |      131 |        2
938.39/938.69	c  937s |      11 |    36410 |    24644 |     7505      5 |      131 |        2
942.50/942.71	c  941s |      11 |    36410 |    24744 |     7505      5 |      131 |        2
947.09/947.33	c  946s |      11 |    36410 |    24844 |     7505      5 |      131 |        2
952.29/952.55	c  951s |      11 |    36410 |    24944 |     7505      5 |      131 |        2
956.69/956.97	c  955s |      11 |    37064 |    25044 |     7505      5 |      131 |        2
959.19/959.46	c  958s |      11 |    37064 |    25144 |     7505      5 |      131 |        2
962.29/962.54	c  961s |      11 |    37064 |    25244 |     7505      5 |      131 |        2
965.99/966.24	c  965s |      11 |    37064 |    25344 |     7505      5 |      131 |        2
970.29/970.52	c  969s |      11 |    37064 |    25444 |     7505      5 |      131 |        2
975.18/975.41	c  974s |      11 |    37064 |    25544 |     7505      5 |      131 |        2
980.58/980.87	c  979s |      11 |    37064 |    25644 |     7505      5 |      131 |        2
983.48/983.70	c  982s |      11 |    37715 |    25744 |     8256      5 |      131 |        2
985.49/985.77	c  984s |      12 |    37715 |    25819 |     8256      5 |      131 |        2
988.79/989.03	c  987s |      12 |    38246 |    25919 |     8256      5 |      131 |        2
992.48/992.75	c  991s |      12 |    38246 |    26019 |     8256      5 |      131 |        2
996.78/997.05	c  995s |      12 |    38246 |    26119 |     8256      5 |      131 |        2
1001.68/1001.96	c 1000s |      12 |    38246 |    26219 |     8256      5 |      131 |        2
1006.68/1006.96	c 1005s |      12 |    38348 |    26319 |     8256      5 |      131 |        2
1010.38/1010.62	c 1009s |      12 |    38999 |    26519 |     8256      5 |      131 |        2
1013.38/1013.61	c 1012s |      12 |    38999 |    26619 |     8256      5 |      131 |        2
1016.98/1017.24	c 1016s |      12 |    38999 |    26719 |     8256      5 |      131 |        2
1021.17/1021.45	c 1020s |      12 |    38999 |    26819 |     8256      5 |      131 |        2
1025.97/1026.26	c 1025s |      12 |    38999 |    26919 |     8256      5 |      131 |        2
1031.37/1031.65	c 1030s |      12 |    38999 |    27019 |     8256      5 |      131 |        2
1035.37/1035.65	c 1034s |      12 |    39652 |    27119 |     8256      6 |      131 |        2
1037.97/1038.23	c 1037s |      12 |    39652 |    27219 |     8256      6 |      131 |        2
1041.17/1041.43	c 1040s |      12 |    39652 |    27319 |     8256      6 |      131 |        2
1044.97/1045.23	c 1044s |      12 |    39652 |    27419 |     8256      6 |      131 |        2
1049.37/1049.62	c 1048s |      12 |    39652 |    27519 |     8256      6 |      131 |        2
1054.37/1054.60	c 1053s |      12 |    39652 |    27619 |     8256      6 |      131 |        2
1059.57/1059.84	c 1058s |      12 |    40302 |    27719 |     8256      6 |      131 |        2
1061.87/1062.14	c 1061s |      12 |    40302 |    27819 |     8256      6 |      131 |        2
1064.77/1065.06	c 1063s |      12 |    40302 |    27919 |     8256      6 |      131 |        2
1068.37/1068.62	c 1067s |      12 |    40302 |    28019 |     8256      6 |      131 |        2
1072.47/1072.74	c 1071s |      12 |    40302 |    28119 |     8256      6 |      131 |        2
1077.17/1077.47	c 1076s |      12 |    40302 |    28219 |     8256      6 |      131 |        2
1082.47/1082.79	c 1081s |      12 |    40302 |    28319 |     8256      6 |      131 |        2
1086.06/1086.35	c 1085s |      12 |    40947 |    28419 |     8256      6 |      131 |        2
1088.66/1088.98	c 1087s |      12 |    40947 |    28519 |     8256      6 |      131 |        2
1091.96/1092.24	c 1091s |      12 |    40947 |    28619 |     8256      6 |      131 |        2
1095.86/1096.11	c 1095s |      12 |    40947 |    28719 |     8256      6 |      131 |        2
1100.26/1100.59	c 1099s |      12 |    40947 |    28819 |     8256      6 |      131 |        2
1105.37/1105.69	c 1104s |      12 |    40947 |    28919 |     8256      6 |      131 |        2
1110.36/1110.69	c 1109s |      12 |    41597 |    29019 |     8256      6 |      131 |        2
1112.76/1113.08	c 1111s |      12 |    41597 |    29119 |     8256      6 |      131 |        2
1115.76/1116.08	c 1114s |      12 |    41597 |    29219 |     8256      6 |      131 |        2
1119.46/1119.72	c 1118s |      12 |    41597 |    29319 |     8256      6 |      131 |        2
1123.66/1123.93	c 1122s |      12 |    41597 |    29419 |     8256      6 |      131 |        2
1128.47/1128.76	c 1127s |      12 |    41597 |    29519 |     8256      6 |      131 |        2
1133.87/1134.16	c 1133s |      12 |    41597 |    29619 |     8256      6 |      131 |        2
1137.17/1137.43	c 1136s |      12 |    42244 |    29719 |     8256      6 |      131 |        2
1139.87/1140.18	c 1139s |      12 |    42244 |    29819 |     8256      6 |      131 |        2
1143.27/1143.55	c 1142s |      12 |    42244 |    29919 |     8256      6 |      131 |        2
1147.26/1147.54	c 1146s |      12 |    42244 |    30019 |     8256      6 |      131 |        2
1151.86/1152.11	c 1150s |      12 |    42244 |    30119 |     8256      6 |      131 |        2
1156.97/1157.29	c 1156s |      12 |    42244 |    30219 |     8256      6 |      131 |        2
1161.76/1162.03	c 1160s |      12 |    42890 |    30319 |     8256      6 |      131 |        2
1164.26/1164.51	c 1163s |      12 |    42890 |    30419 |     8256      6 |      131 |        2
1167.36/1167.63	c 1166s |      12 |    42890 |    30519 |     8256      6 |      131 |        2
1171.06/1171.38	c 1170s |      12 |    42890 |    30619 |     8256      6 |      131 |        2
1175.46/1175.71	c 1174s |      12 |    42890 |    30719 |     8256      6 |      131 |        2
1180.36/1180.63	c 1179s |      12 |    42890 |    30819 |     8256      6 |      131 |        2
1185.86/1186.13	c 1185s |      12 |    42890 |    30919 |     8256      6 |      131 |        2
1188.66/1188.99	c 1187s |      12 |    43534 |    31019 |     8256      6 |      131 |        2
1191.56/1191.85	c 1190s |      12 |    43534 |    31119 |     8256      6 |      131 |        2
1195.06/1195.35	c 1194s |      12 |    43534 |    31219 |     8256      6 |      131 |        2
1199.16/1199.47	c 1198s |      12 |    43534 |    31319 |     8256      6 |      131 |        2
1203.85/1204.18	c 1203s |      12 |    43534 |    31419 |     8256      6 |      131 |        2
1209.15/1209.48	c 1208s |      12 |    43534 |    31519 |     8256      6 |      131 |        2
1213.95/1214.23	c 1213s |      12 |    44176 |    31619 |     8256      7 |      131 |        2
1216.75/1217.02	c 1215s |      12 |    44176 |    31719 |     8256      7 |      131 |        2
1220.15/1220.45	c 1219s |      12 |    44176 |    31819 |     8256      7 |      131 |        2
1224.25/1224.54	c 1223s |      12 |    44176 |    31919 |     8256      7 |      131 |        2
1228.95/1229.25	c 1228s |      12 |    44176 |    32019 |     8256      7 |      131 |        2
1234.25/1234.58	c 1233s |      12 |    44176 |    32119 |     8256      7 |      131 |        2
1240.15/1240.47	c 1239s |      12 |    44814 |    32219 |     8256      7 |      131 |        2
1242.65/1242.98	c 1241s |      12 |    44814 |    32319 |     8256      7 |      131 |        2
1245.84/1246.14	c 1245s |      12 |    44814 |    32419 |     8256      7 |      131 |        2
1249.64/1249.98	c 1248s |      12 |    44814 |    32519 |     8256      7 |      131 |        2
1254.14/1254.47	c 1253s |      12 |    44814 |    32619 |     8256      7 |      131 |        2
1259.25/1259.57	c 1258s |      12 |    44814 |    32719 |     8256      7 |      131 |        2
1265.04/1265.30	c 1264s |      12 |    44814 |    32819 |     8256      7 |      131 |        2
1268.84/1269.12	c 1268s |      12 |    45457 |    32919 |     8256      7 |      131 |        2
1271.74/1272.08	c 1270s |      12 |    45457 |    33019 |     8256      7 |      131 |        2
1275.44/1275.72	c 1274s |      12 |    45457 |    33119 |     8256      7 |      131 |        2
1279.74/1280.01	c 1278s |      12 |    45457 |    33219 |     8256      7 |      131 |        2
1284.64/1284.92	c 1283s |      12 |    45457 |    33319 |     8256      7 |      131 |        2
1290.14/1290.46	c 1289s |      12 |    45457 |    33419 |     8256      7 |      131 |        2
1295.34/1295.65	c 1294s |      12 |    46096 |    33519 |     8256      7 |      131 |        2
1298.04/1298.32	c 1297s |      12 |    46096 |    33619 |     8256      7 |      131 |        2
1301.34/1301.66	c 1300s |      12 |    46096 |    33719 |     8256      7 |      131 |        2
1305.33/1305.69	c 1304s |      12 |    46096 |    33819 |     8256      7 |      131 |        2
1310.03/1310.37	c 1309s |      12 |    46096 |    33919 |     8256      7 |      131 |        2
1315.34/1315.69	c 1314s |      12 |    46096 |    34019 |     8256      7 |      131 |        2
1321.33/1321.61	c 1320s |      12 |    46096 |    34119 |     8256      7 |      131 |        2
1324.33/1324.69	c 1323s |      12 |    46737 |    34219 |     8256      7 |      131 |        2
1327.54/1327.84	c 1326s |      12 |    46737 |    34319 |     8256      7 |      131 |        2
1331.33/1331.65	c 1330s |      12 |    46737 |    34419 |     8256      7 |      131 |        2
1335.83/1336.12	c 1335s |      12 |    46737 |    34519 |     8256      7 |      131 |        2
1340.93/1341.21	c 1340s |      12 |    46737 |    34619 |     8256      7 |      131 |        2
1346.63/1346.92	c 1345s |      12 |    46737 |    34719 |     8256      7 |      131 |        2
1351.03/1351.36	c 1350s |      12 |    47375 |    34819 |     8256      7 |      131 |        2
1353.93/1354.27	c 1353s |      12 |    47375 |    34919 |     8256      7 |      131 |        2
1357.53/1357.85	c 1356s |      12 |    47375 |    35019 |     8256      7 |      131 |        2
1361.82/1362.11	c 1361s |      12 |    47375 |    35119 |     8256      7 |      131 |        2
1366.62/1366.99	c 1365s |      12 |    47375 |    35219 |     8256      7 |      131 |        2
1372.22/1372.50	c 1371s |      12 |    47375 |    35319 |     8256      7 |      131 |        2
1377.92/1378.24	c 1377s |      12 |    48011 |    35419 |     8256      7 |      131 |        2
1380.52/1380.87	c 1379s |      12 |    48011 |    35519 |     8256      7 |      131 |        2
1383.92/1384.20	c 1383s |      12 |    48011 |    35619 |     8256      7 |      131 |        2
1387.93/1388.21	c 1387s |      12 |    48011 |    35719 |     8256      7 |      131 |        2
1392.52/1392.87	c 1391s |      12 |    48011 |    35819 |     8256      7 |      131 |        2
1397.83/1398.14	c 1397s |      12 |    48011 |    35919 |     8256      7 |      131 |        2
1403.72/1404.04	c 1402s |      12 |    48011 |    36019 |     8256      7 |      131 |        2
1407.73/1408.03	c 1406s |      12 |    48650 |    36119 |     8256      8 |      131 |        2
1410.42/1410.76	c 1409s |      12 |    48650 |    36219 |     8256      8 |      131 |        2
1413.82/1414.10	c 1412s |      12 |    48650 |    36319 |     8256      8 |      131 |        2
1417.73/1418.09	c 1416s |      12 |    48650 |    36419 |     8256      8 |      131 |        2
1422.32/1422.65	c 1421s |      12 |    48650 |    36519 |     8256      8 |      131 |        2
1427.53/1427.82	c 1426s |      12 |    48650 |    36619 |     8256      8 |      131 |        2
1431.62/1431.95	c 1430s |      12 |    49292 |    36719 |     8256      8 |      131 |        2
1434.13/1434.46	c 1433s |      12 |    49292 |    36819 |     8256      8 |      131 |        2
1437.32/1437.62	c 1436s |      12 |    49292 |    36919 |     8256      8 |      131 |        2
1441.12/1441.40	c 1440s |      12 |    49292 |    37019 |     8256      8 |      131 |        2
1445.42/1445.77	c 1444s |      12 |    49292 |    37119 |     8256      8 |      131 |        2
1450.42/1450.72	c 1449s |      12 |    49292 |    37219 |     8256      8 |      131 |        2
1455.61/1455.97	c 1454s |      12 |    49926 |    37319 |     8256      8 |      131 |        2
1457.91/1458.26	c 1457s |      12 |    49926 |    37419 |     8256      8 |      131 |        2
1460.91/1461.20	c 1460s |      12 |    49926 |    37519 |     8256      8 |      131 |        2
1464.41/1464.77	c 1463s |      12 |    49926 |    37619 |     8256      8 |      131 |        2
1468.61/1468.96	c 1467s |      12 |    49926 |    37719 |     8256      8 |      131 |        2
1473.41/1473.75	c 1472s |      12 |    49926 |    37819 |     8256      8 |      131 |        2
1478.81/1479.14	c 1478s |      12 |    49926 |    37919 |     8256      8 |      131 |        2
1481.91/1482.25	c 1481s |      12 |    50560 |    38019 |     8256      8 |      131 |        2
1484.72/1485.01	c 1483s |      12 |    50560 |    38119 |     8256      8 |      131 |        2
1488.12/1488.41	c 1487s |      12 |    50560 |    38219 |     8256      8 |      131 |        2
1492.11/1492.43	c 1491s |      12 |    50560 |    38319 |     8256      8 |      131 |        2
1496.71/1497.03	c 1495s |      12 |    50560 |    38419 |     8256      8 |      131 |        2
1501.91/1502.23	c 1501s |      12 |    50560 |    38519 |     8256      8 |      131 |        2
1506.01/1506.37	c 1505s |      12 |    51195 |    38619 |     9082      8 |      131 |        2
1508.61/1508.95	c 1507s |      12 |    51195 |    38719 |     9082      8 |      131 |        2
1511.81/1512.18	c 1511s |      12 |    51195 |    38819 |     9082      8 |      131 |        2
1512.31/1512.65	c 1511s |      13 |    51195 |    38832 |     9082      8 |      131 |        2
1516.20/1516.50	c 1515s |      13 |    51624 |    38932 |     9082      8 |      131 |        2
1520.50/1520.82	c 1519s |      13 |    51624 |    39032 |     9082      8 |      131 |        2
1525.41/1525.74	c 1524s |      13 |    51624 |    39132 |     9082      8 |      131 |        2
1529.81/1530.16	c 1529s |      13 |    51737 |    39232 |     9082      8 |      131 |        2
1533.80/1534.16	c 1533s |      13 |    52901 |    39532 |     9082      8 |      131 |        2
1536.70/1537.04	c 1535s |      13 |    52901 |    39632 |     9082      8 |      131 |        2
1540.30/1540.60	c 1539s |      13 |    52901 |    39732 |     9082      8 |      131 |        2
1544.40/1544.79	c 1543s |      13 |    52901 |    39832 |     9082      8 |      131 |        2
1549.20/1549.58	c 1548s |      13 |    52901 |    39932 |     9082      8 |      131 |        2
1554.60/1554.96	c 1553s |      13 |    52901 |    40032 |     9082      8 |      131 |        2
1558.10/1558.40	c 1557s |      13 |    53529 |    40132 |     9082      8 |      131 |        2
1560.80/1561.14	c 1560s |      13 |    53529 |    40232 |     9082      8 |      131 |        2
1564.20/1564.55	c 1563s |      13 |    53529 |    40332 |     9082      8 |      131 |        2
1568.30/1568.62	c 1567s |      13 |    53529 |    40432 |     9082      8 |      131 |        2
1572.90/1573.28	c 1572s |      13 |    53529 |    40532 |     9082      8 |      131 |        2
1578.20/1578.54	c 1577s |      13 |    53529 |    40632 |     9082      8 |      131 |        2
1582.39/1582.80	c 1581s |      13 |    54156 |    40732 |     9082      8 |      131 |        2
1585.09/1585.40	c 1584s |      13 |    54156 |    40832 |     9082      8 |      131 |        2
1588.29/1588.67	c 1587s |      13 |    54156 |    40932 |     9082      8 |      131 |        2
1592.29/1592.61	c 1591s |      13 |    54156 |    41032 |     9082      8 |      131 |        2
1596.79/1597.15	c 1596s |      13 |    54156 |    41132 |     9082      8 |      131 |        2
1601.89/1602.28	c 1601s |      13 |    54156 |    41232 |     9082      8 |      131 |        2
1607.59/1607.90	c 1606s |      13 |    54780 |    41332 |     9082      9 |      131 |        2
1609.89/1610.24	c 1609s |      13 |    54780 |    41432 |     9082      9 |      131 |        2
1612.89/1613.20	c 1612s |      13 |    54780 |    41532 |     9082      9 |      131 |        2
1616.49/1616.81	c 1615s |      13 |    54780 |    41632 |     9082      9 |      131 |        2
1620.68/1621.04	c 1619s |      13 |    54780 |    41732 |     9082      9 |      131 |        2
1625.49/1625.85	c 1624s |      13 |    54780 |    41832 |     9082      9 |      131 |        2
1630.88/1631.25	c 1630s |      13 |    54780 |    41932 |     9082      9 |      131 |        2
1633.38/1633.71	c 1632s |      13 |    55406 |    42032 |     9082      9 |      131 |        2
1636.18/1636.53	c 1635s |      13 |    55406 |    42132 |     9082      9 |      131 |        2
1639.68/1640.00	c 1638s |      13 |    55406 |    42232 |     9082      9 |      131 |        2
1643.68/1644.09	c 1642s |      13 |    55406 |    42332 |     9082      9 |      131 |        2
1648.38/1648.76	c 1647s |      13 |    55406 |    42432 |     9082      9 |      131 |        2
1653.68/1654.03	c 1652s |      13 |    55406 |    42532 |     9082      9 |      131 |        2
1656.88/1657.28	c 1656s |      13 |    56031 |    42632 |     9082      9 |      131 |        2
1659.59/1659.99	c 1658s |      13 |    56031 |    42732 |     9082      9 |      131 |        2
1662.99/1663.33	c 1662s |      13 |    56031 |    42832 |     9082      9 |      131 |        2
1666.98/1667.34	c 1666s |      13 |    56031 |    42932 |     9082      9 |      131 |        2
1671.58/1671.92	c 1670s |      13 |    56031 |    43032 |     9082      9 |      131 |        2
1676.68/1677.08	c 1675s |      13 |    56031 |    43132 |     9082      9 |      131 |        2
1680.77/1681.10	c 1679s |      13 |    56656 |    43232 |     9082      9 |      131 |        2
1683.27/1683.67	c 1682s |      13 |    56656 |    43332 |     9082      9 |      131 |        2
1686.47/1686.87	c 1685s |      13 |    56656 |    43432 |     9082      9 |      131 |        2
1690.39/1690.72	c 1689s |      13 |    56656 |    43532 |     9082      9 |      131 |        2
1694.79/1695.17	c 1694s |      13 |    56656 |    43632 |     9082      9 |      131 |        2
1699.88/1700.20	c 1699s |      13 |    56656 |    43732 |     9082      9 |      131 |        2
1704.58/1704.96	c 1703s |      13 |    57278 |    43832 |     9082      9 |      131 |        2
1707.08/1707.42	c 1706s |      13 |    57278 |    43932 |     9082      9 |      131 |        2
1710.19/1710.51	c 1709s |      13 |    57278 |    44032 |     9082      9 |      131 |        2
1713.88/1714.23	c 1713s |      13 |    57278 |    44132 |     9082      9 |      131 |        2
1718.18/1718.58	c 1717s |      13 |    57278 |    44232 |     9082      9 |      131 |        2
1723.18/1723.50	c 1722s |      13 |    57278 |    44332 |     9082      9 |      131 |        2
1728.58/1728.94	c 1727s |      13 |    57898 |    44432 |     9082      9 |      131 |        2
1730.88/1731.25	c 1730s |      13 |    57898 |    44532 |     9082      9 |      131 |        2
1733.78/1734.19	c 1733s |      13 |    57898 |    44632 |     9082      9 |      131 |        2
1737.37/1737.78	c 1736s |      13 |    57898 |    44732 |     9082      9 |      131 |        2
1741.67/1742.00	c 1740s |      13 |    57898 |    44832 |     9082      9 |      131 |        2
1746.48/1746.81	c 1745s |      13 |    57898 |    44932 |     9082      9 |      131 |        2
1751.87/1752.22	c 1751s |      13 |    57898 |    45032 |     9082      9 |      131 |        2
1754.77/1755.11	c 1754s |      13 |    58516 |    45132 |     9082      9 |      131 |        2
1757.58/1757.97	c 1756s |      13 |    58516 |    45232 |     9082      9 |      131 |        2
1761.07/1761.46	c 1760s |      13 |    58516 |    45332 |     9082      9 |      131 |        2
1765.18/1765.60	c 1764s |      13 |    58516 |    45432 |     9082      9 |      131 |        2
1769.97/1770.32	c 1769s |      13 |    58516 |    45532 |     9082      9 |      131 |        2
1775.27/1775.64	c 1774s |      13 |    58516 |    45632 |     9082      9 |      131 |        2
1778.67/1779.06	c 1777s |      13 |    59134 |    45732 |     9082      9 |      131 |        2
1781.47/1781.82	c 1780s |      13 |    59134 |    45832 |     9082      9 |      131 |        2
1784.86/1785.21	c 1784s |      13 |    59134 |    45932 |     9082      9 |      131 |        2
1788.86/1789.25	c 1788s |      13 |    59134 |    46032 |     9082      9 |      131 |        2
1793.46/1793.88	c 1792s |      13 |    59134 |    46132 |     9082      9 |      131 |        2
1798.66/1799.10	c 1797s |      13 |    59134 |    46232 |     9082      9 |      131 |        2

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

pid=12581
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.10 2.10 2.05 3/179 12584
/proc/meminfo: memFree=30113608/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=702908 CPUtime=0 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 2621 0 0 0 0 0 0 0 20 0 4 0 23387512 719777792 2981 33554432000 4194304 16246674 140737218085616 140737218085040 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 176495 2991 441 2943 0 173389 0
[pid=12584/tid=12585] ppid=12581 vsize=721340 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 738652160 3053 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=726460 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 743895040 3071 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 748089344 3086 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.10 2.10 2.05 3/179 12584
/proc/meminfo: memFree=30113608/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 28445 0 0 0 5 4 0 0 20 0 4 0 23387512 1334382592 28744 33554432000 4194304 16246674 140737218085616 140737218084928 8055408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 325777 28760 800 2943 0 322671 0
[pid=12584/tid=12585] ppid=12581 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1334382592 28772 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1334382592 28784 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1334382592 28795 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200538 s]
/proc/loadavg: 2.10 2.10 2.05 3/179 12584
/proc/meminfo: memFree=30113608/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 44608 0 0 0 13 6 0 0 20 0 4 0 23387512 1344868352 45417 33554432000 4194304 16246674 140737218085616 140737218084928 4221116 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 45417 833 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 45417 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 45417 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 45417 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300507 s]
/proc/loadavg: 2.10 2.10 2.05 3/179 12584
/proc/meminfo: memFree=30113608/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 48636 0 0 0 22 7 0 0 20 0 4 0 23387512 1344868352 49445 33554432000 4194304 16246674 140737218085616 140737218084928 6958448 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 49445 834 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 49445 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 49445 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 49445 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700406 s]
/proc/loadavg: 2.10 2.10 2.05 3/179 12584
/proc/meminfo: memFree=30113608/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 48637 0 0 0 62 7 0 0 20 0 4 0 23387512 1344868352 49446 33554432000 4194304 16246674 140737218085616 140737218083520 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 49446 834 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 49446 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 49446 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 49446 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.10 2.10 2.05 3/183 12588
/proc/meminfo: memFree=29917032/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 55209 0 0 0 142 7 0 0 20 0 4 0 23387512 1344868352 56018 33554432000 4194304 16246674 140737218085616 140737218083520 5711820 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 56019 890 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 56019 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 56019 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 56023 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.10 2.10 2.04 3/183 12588
/proc/meminfo: memFree=29782848/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=3.08 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 82192 0 0 0 298 10 0 0 20 0 4 0 23387512 1344868352 83001 33554432000 4194304 16246674 140737218085616 140737218067520 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 83001 893 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 83001 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 83001 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 83001 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1313348

[startup+6.30041 s]
/proc/loadavg: 2.10 2.10 2.04 3/183 12588
/proc/meminfo: memFree=29753380/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=6.29 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 89416 0 0 0 618 11 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 140737218067520 13780660 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 90225 893 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.08 2.10 2.04 3/183 12588
/proc/meminfo: memFree=29753708/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=12.68 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 89416 0 0 0 1257 11 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 140737218067520 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 90225 893 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.07 2.09 2.04 3/183 12588
/proc/meminfo: memFree=29754112/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=25.48 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 89416 0 0 0 2537 11 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 140737218067520 5711716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 90225 893 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1313348

[startup+51.1005 s]
/proc/loadavg: 2.04 2.08 2.04 3/184 12640
/proc/meminfo: memFree=31076896/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=51.08 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 89416 0 0 0 5097 11 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 140737218067520 12995176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 90225 893 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 90225 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1313348

[startup+102.3 s]
/proc/loadavg: 2.09 2.08 2.04 3/183 12641
/proc/meminfo: memFree=30860512/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1313348 CPUtime=102.28 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 89416 0 0 0 10217 11 0 0 20 0 4 0 23387512 1344868352 98637 33554432000 4194304 16246674 140737218085616 140737218067520 13820875 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 328337 98637 893 2943 0 325231 0
[pid=12584/tid=12585] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 98637 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 98637 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1344868352 98637 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1313348


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

/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 1329732

[startup+1302.3 s]
/proc/loadavg: 2.18 2.12 2.08 3/183 12672
/proc/meminfo: memFree=29510148/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1302.04 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 130186 18 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1329732

[startup+1362.3 s]
/proc/loadavg: 2.12 2.11 2.08 3/183 12673
/proc/meminfo: memFree=29510300/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1362.02 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 136184 18 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5823230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1329732

[startup+1422.3 s]
/proc/loadavg: 2.08 2.10 2.08 3/183 12674
/proc/meminfo: memFree=29510396/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1422.03 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 142184 19 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1329732

[startup+1482.3 s]
/proc/loadavg: 2.06 2.10 2.08 3/183 12676
/proc/meminfo: memFree=29510880/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1482.01 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 148182 19 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1329732

[startup+1542.31 s]
/proc/loadavg: 2.12 2.11 2.08 3/183 12677
/proc/meminfo: memFree=29510880/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1542.01 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 154182 19 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 13780585 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 1329732

[startup+1602.3 s]
/proc/loadavg: 2.15 2.12 2.09 3/183 12678
/proc/meminfo: memFree=29510880/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1601.99 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 160180 19 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5712555 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1329732

[startup+1662.3 s]
/proc/loadavg: 2.15 2.12 2.09 4/183 12679
/proc/meminfo: memFree=29510748/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1661.98 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 166179 19 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5523460 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1329732

[startup+1722.3 s]
/proc/loadavg: 2.12 2.11 2.09 3/183 12680
/proc/meminfo: memFree=29510624/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1721.98 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 172178 20 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5711956 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1329732

[startup+1782.3 s]
/proc/loadavg: 2.07 2.10 2.09 3/183 12682
/proc/meminfo: memFree=29510372/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1781.97 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 178177 20 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5711968 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1329732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.12 2.11 2.09 3/183 12682
/proc/meminfo: memFree=29510004/32872528 swapFree=249320/249320
[pid=12584] ppid=12581 vsize=1329732 CPUtime=1800.06 cores=1,3,5,7
/proc/12584/stat : 12584 (toysat) R 12581 12584 11324 0 -1 4202496 112835 0 0 0 179986 20 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 140737218067520 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12584/statm: 332433 274186 900 2943 0 329327 0
[pid=12584/tid=12585] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12585/stat : 12585 (toysat) S 12581 12584 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776050048240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12584/tid=12586] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12586/stat : 12586 (toysat) S 12581 12584 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139776039558384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12584/tid=12587] ppid=12581 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/12584/task/12587/stat : 12587 (toysat) S 12581 12584 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23387512 1361645568 274186 33554432000 4194304 16246674 140737218085616 139775952546992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1329732

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 12584 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.08
CPU user time (s): 1799.87
CPU system time (s): 0.202969
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 1329732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.202969
maximum resident set size= 1096744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112835
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= 92
involuntary context switches= 1973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.56331 second user time and 6.95894 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 03:29:31
IDJOB=4100369
IDBENCH=1608
IDSOLVER=2542
FILE ID=node103/4100369-1466213371
RUNJOBID= node103-1466206104-11341
PBS_JOBID= 19918169
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100369-1466213371/watcher-4100369-1466213371 -o /tmp/evaluation-result-4100369-1466213371/solver-4100369-1466213371 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466206104-11341 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100369-1466213371.opb

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

MD5SUM BENCH= 395bac5c9d0c4cdb5ae1073c67c6675c
RANDOM SEED=1929508490

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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:        30113764 kB
Buffers:           91604 kB
Cached:           108452 kB
SwapCached:         2200 kB
Active:          1659216 kB
Inactive:         116968 kB
Active(anon):    1574640 kB
Inactive(anon):     3600 kB
Active(file):      84576 kB
Inactive(file):   113368 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099436 kB
Dirty:             17092 kB
Writeback:             0 kB
AnonPages:       1924264 kB
Mapped:            10904 kB
Shmem:                 0 kB
Slab:             599972 kB
SReclaimable:      44200 kB
SUnreclaim:       555772 kB
KernelStack:        1520 kB
PageTables:         7664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1964388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1667072 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= 71700 MiB
End job on node103 at 2016-06-18 03:59:32