Trace number 4080118

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.04 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_4.opb
MD5SUMca18e0f90c225db0db25139874012827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint61
Maximum length of a constraint108
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75484
Sum of products size (including duplicates)150968
Number of different products75484
Sum of products size150968

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-07T01:23:59+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-4080118-1465255439.opb"]
0.00/0.01	c use --random-gen="1868427087 1816796122 2759945507 3840048363 2303526874 3812948683 2934154296 1903938347 1874414123 4003163592 3542383323 1627247460 3730944251 2751210898 3131674343 2277438101 3864111309 3887263289 390514070 2737412911 3779983933 258716429 839260990 530414633 207516755 4093211232 1490862059 576987142 581215282 1074892349 3256210362 739641384 2077823071 3433236546 3274729728 1676004441 3392889315 2982193267 2811865437 635049191 3310477364 3287433610 3187894535 3836399276 2367986368 3824266125 3138179850 81210822 2723852910 1883845699 2275231143 349093808 2164553486 1666375333 1475220090 1335053380 1850992362 1660240564 934503015 744960021 3454880608 2616793959 1891923258 2002564020 3313057709 1856391181 4034149123 3628520582 1662887835 905765413 1884133715 602946395 864042243 4177099132 3310203283 3184712970 3150272332 3358086955 1410141339 2773170596 1470541251 4275610352 151159051 2874366454 673463968 715243696 1581451423 1855455467 1083782452 1129674342 1232257966 3313167997 3690989233 3258562933 1536149225 1780467576 2468491375 3186830111 1895587166 288913046 480107002 555047963 3223193891 3716338800 3659343945 3031297758 523567694 930312691 755043025 3034411219 3446088198 3059367845 1348578108 3310072437 253668453 1629880099 2890014337 144210492 2628502621 2884846915 2980779334 3052716740 3785160007 4101447964 858174089 2958571913 2452414818 2869002884 1078413269 700372090 2286646175 225637160 2725699894 616383672 3802874442 812418412 4102684701 1780116682 1750582298 302082510 3163503198 2350676012 802554195 1251204720 2212873325 1428274075 2730415381 4069633092 605149148 1190404803 3038382410 3827481342 262602535 4112868857 3378426749 1530937050 2699678707 3287700052 948468589 2678900524 3667466523 2536275439 3083577226 3944032426 888929977 261211692 2585543783 320500476 1821944792 1690732915 1480577985 3867370075 2317565251 3860535338 613464242 337647185 57852573 4144637012 509584111 3491956551 748447101 3775092942 2326204826 418803282 1489637568 4113302747 3533354589 17792769 3877229010 2789053759 1229431396 117085759 3039717317 1123619351 3816698886 2717735264 1389937641 1535961929 1246717848 1688006529 3205176383 3670763381 1085311761 1945556101 3077621208 4132152263 1665620413 2113713367 4261521291 3098809008 607226027 2233490722 3380628684 426731427 4281559538 3067419525 3470636945 2873168215 2959869720 1883432248 2528597685 1409853211 1490018697 4144866200 2051503910 4098315161 2328231631 3318366443 1065427960 2503530727 3510471690 2320221317 3087286143 2572329960 1188775799 890949874 3698764261 3382506052 964809169 426857324 2590825319 4228498401 3150060050 1508398913 256096197 695582746 1950484364 4077689935 3252001797 3002317236 3190273724 3053872895 3918849977 4087784856 2044801422 2831790109 255 362436" option to reproduce the execution
0.19/0.21	c #vars 1000
0.19/0.21	c #constraints 1000
1.89/1.96	c BCD2: Hardening is enabled.
1.89/1.96	c BCD2: BiasedSearch is enabled.
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.99/2.05	c  0.0s |       0 |        0 |        0 |    76150      0 |        0 |        0
2.19/2.21	c  0.2s |       0 |     4307 |        0 |    76150      0 |        0 |        0
2.19/2.21	c #cpu_time = 0.127s
2.19/2.21	c #wall_clock_time = 0.128s
2.19/2.21	c #decision = 4307
2.19/2.21	c #random_decision = 6
2.19/2.21	c #conflict = 0
2.19/2.21	c #restart = 0
2.19/2.21	o 932
2.19/2.21	c BCD2: updating upper bound: 1000 -> 931
2.19/2.21	c BCD2: 0 <= obj <= 931
2.19/2.21	c BCD2: #cores=0, #unrelaxed=1000, #relaxed=0, #hardened=0
2.19/2.21	c BCD2: #sat=1 #unsat=1 bias=1/2
2.19/2.21	c Solving starts ...
2.19/2.21	c ============================[ Search Statistics ]============================
2.19/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.21	c =============================================================================
2.19/2.21	c  0.0s |       0 |        0 |        0 |    76150      0 |        0 |        0
2.30/2.39	c  0.2s |       0 |      902 |        0 |    76150      0 |        0 |        0
2.30/2.39	c #cpu_time = 0.147s
2.30/2.39	c #wall_clock_time = 0.148s
2.30/2.39	c #decision = 902
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 0
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: found a new core of size 66: cost of the new core is >=1
2.30/2.39	c lower bound updated to 1
2.30/2.39	c BCD2: 1 <= obj <= 931
2.30/2.39	c BCD2: #cores=1, #unrelaxed=934, #relaxed=66, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=2 bias=2/3
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.40/2.46	c  0.0s |       0 |        0 |        0 |    76150      0 |        0 |        0
2.59/2.64	c  0.2s |       0 |      910 |        0 |    76150      0 |        0 |        0
2.59/2.64	c #cpu_time = 0.152s
2.59/2.64	c #wall_clock_time = 0.152s
2.59/2.64	c #decision = 910
2.59/2.64	c #random_decision = 0
2.59/2.64	c #conflict = 0
2.59/2.64	c #restart = 0
2.59/2.64	c BCD2: found a new core of size 64: cost of the new core is >=1
2.59/2.64	c lower bound updated to 2
2.59/2.64	c BCD2: 2 <= obj <= 931
2.59/2.64	c BCD2: #cores=2, #unrelaxed=870, #relaxed=130, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=3 bias=3/4
2.59/2.65	c Solving starts ...
2.59/2.65	c ============================[ Search Statistics ]============================
2.59/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.65	c =============================================================================
2.59/2.68	c  0.0s |       0 |        0 |        0 |    76150      0 |        0 |        0
2.89/2.94	c  0.3s |       0 |     6841 |        0 |    76150      0 |        0 |        0
2.89/2.94	c #cpu_time = 0.180s
2.89/2.94	c #wall_clock_time = 0.181s
2.89/2.94	c #decision = 6841
2.89/2.94	c #random_decision = 3
2.89/2.94	c #conflict = 0
2.89/2.94	c #restart = 0
2.89/2.94	o 76
2.89/2.94	c BCD2: updating upper bound: 931 -> 75
2.89/2.95	c BCD2: 2 <= obj <= 75
2.89/2.95	c BCD2: #cores=2, #unrelaxed=870, #relaxed=130, #hardened=0
2.89/2.95	c BCD2: #sat=2 #unsat=3 bias=3/5
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |    76150      0 |        0 |        1
3.40/3.47	c  0.5s |       1 |     2113 |      100 |    76150      0 |        0 |        1
4.39/4.46	c  1.5s |       2 |     3260 |      250 |    83765      0 |        0 |        1
5.49/5.56	c  2.6s |       3 |     4671 |      475 |    92142      0 |        0 |        1
7.29/7.34	c  4.4s |       4 |     6193 |      813 |   101357      0 |        0 |        1
9.49/9.52	c  6.5s |       4 |     7897 |     1213 |   111493      0 |        0 |        1
10.00/10.07	c  7.1s |       5 |     8144 |     1320 |   111493      0 |        0 |        1
12.30/12.38	c  9.4s |       5 |     9632 |     1720 |   122643      0 |        0 |        1
14.40/14.46	c 11.5s |       6 |    10134 |     2081 |   134908      0 |        0 |        1
16.70/16.71	c 13.7s |       6 |    11765 |     2481 |   134908      0 |        0 |        1
18.90/18.97	c 16.0s |       6 |    12523 |     2881 |   134908      0 |        0 |        1
21.09/21.11	c 18.1s |       6 |    12969 |     3181 |   134908      0 |        0 |        1
21.39/21.41	c 18.4s |       7 |    13025 |     3223 |   148399      0 |        0 |        1
23.49/23.53	c 20.5s |       7 |    14811 |     3623 |   148399      0 |        0 |        1
25.99/26.02	c 23.0s |       7 |    15442 |     4023 |   148399      0 |        0 |        1
28.09/28.18	c 25.2s |       7 |    16348 |     4523 |   148399      0 |        0 |        1
30.09/30.15	c 27.2s |       8 |    17191 |     4936 |   163239      0 |        0 |        1
32.09/32.17	c 29.2s |       8 |    18657 |     5236 |   163239      0 |        0 |        1
34.38/34.47	c 31.5s |       8 |    19522 |     5736 |   163239      0 |        0 |        1
36.68/36.73	c 33.7s |       8 |    20184 |     6136 |   163239      0 |        0 |        1
39.08/39.12	c 36.1s |       8 |    21017 |     6536 |   163239      0 |        0 |        1
41.38/41.44	c 38.5s |       8 |    21738 |     6936 |   163239      0 |        0 |        1
43.58/43.69	c 40.7s |       8 |    22401 |     7336 |   163239      0 |        0 |        1
44.58/44.67	c 41.7s |       9 |    22719 |     7506 |   179563      0 |        0 |        1
46.98/47.08	c 44.1s |       9 |    24292 |     7806 |   179563      0 |        0 |        1
49.69/49.75	c 46.8s |       9 |    25018 |     8206 |   179563      0 |        0 |        1
52.38/52.44	c 49.5s |       9 |    25491 |     8506 |   179563      0 |        0 |        1
54.38/54.46	c 51.5s |       9 |    25942 |     8806 |   179563      0 |        0 |        1
56.58/56.65	c 53.7s |       9 |    26419 |     9106 |   179563      0 |        0 |        1
58.88/58.92	c 55.9s |       9 |    26896 |     9406 |   179563      0 |        0 |        1
60.88/60.93	c 57.9s |       9 |    27412 |     9706 |   179563      0 |        0 |        1
63.38/63.41	c 60.4s |       9 |    28188 |    10206 |   179563      0 |        0 |        1
65.58/65.67	c 62.7s |       9 |    28844 |    10606 |   179563      0 |        0 |        1
67.88/67.95	c 65.0s |       9 |    29511 |    11006 |   179563      0 |        0 |        1
70.08/70.14	c 67.2s |      10 |    30203 |    11361 |   197520      0 |        0 |        1
72.38/72.45	c 69.5s |      10 |    31731 |    11661 |   197520      0 |        0 |        1
74.38/74.46	c 71.5s |      10 |    32321 |    11961 |   197520      0 |        0 |        1
76.48/76.50	c 73.5s |      10 |    33213 |    12361 |   197520      0 |        0 |        1
78.78/78.85	c 75.9s |      10 |    33878 |    12761 |   197520      0 |        0 |        1
81.18/81.21	c 78.2s |      10 |    34580 |    13161 |   197520      0 |        0 |        1
83.18/83.29	c 80.3s |      10 |    35065 |    13461 |   197520      0 |        0 |        1
85.38/85.40	c 82.4s |      10 |    35664 |    13761 |   197520      0 |        0 |        1
87.57/87.67	c 84.7s |      10 |    36206 |    14061 |   197520      0 |        0 |        1
89.67/89.79	c 86.8s |      10 |    36707 |    14361 |   197520      0 |        0 |        1
92.07/92.14	c 89.2s |      10 |    37284 |    14661 |   197520      0 |        0 |        1
94.17/94.22	c 91.2s |      10 |    37829 |    14961 |   197520      0 |        0 |        1
96.47/96.53	c 93.5s |      10 |    38632 |    15361 |   197520      0 |        0 |        1
98.87/98.94	c 96.0s |      10 |    39450 |    15761 |   197520      0 |        0 |        1
100.97/101.08	c 98.1s |      10 |    39987 |    16061 |   197520      0 |        0 |        1
103.27/103.35	c  100s |      10 |    40523 |    16361 |   197520      0 |        0 |        1
105.48/105.57	c  102s |      10 |    41079 |    16661 |   197520      0 |        0 |        1
107.98/108.06	c  105s |      10 |    41757 |    17061 |   217273      0 |        0 |        1
108.57/108.63	c  105s |      11 |    41907 |    17144 |   217273      0 |        0 |        1
110.67/110.70	c  107s |      11 |    43188 |    17344 |   217273      0 |        0 |        1
113.38/113.43	c  110s |      11 |    43940 |    17744 |   217273      0 |        0 |        1
115.68/115.77	c  112s |      11 |    44446 |    18044 |   217273      0 |        0 |        1
118.07/118.12	c  115s |      11 |    44873 |    18344 |   217273      0 |        0 |        1
120.27/120.37	c  117s |      11 |    45639 |    18744 |   217273      0 |        0 |        1
122.67/122.72	c  119s |      11 |    46500 |    19144 |   217273      0 |        0 |        1
124.97/125.02	c  122s |      11 |    47057 |    19444 |   217273      0 |        0 |        1
127.27/127.34	c  124s |      11 |    47770 |    19844 |   217273      0 |        0 |        1
129.46/129.59	c  126s |      11 |    48378 |    20144 |   217273      0 |        0 |        1
132.18/132.24	c  129s |      11 |    49179 |    20544 |   217273      0 |        0 |        1
134.38/134.41	c  131s |      11 |    49685 |    20844 |   217273      0 |        0 |        1
136.87/136.95	c  133s |      11 |    50451 |    21244 |   217273      0 |        0 |        1
137.87/137.91	c  134s |      11 |    53528 |    21404 |   217273      0 |        0 |        1
137.87/137.91	c #cpu_time = 134.488s
137.87/137.91	c #wall_clock_time = 134.842s
137.87/137.91	c #decision = 53528
137.87/137.91	c #random_decision = 37
137.87/137.91	c #conflict = 21404
137.87/137.91	c #restart = 11
137.87/137.91	o 45
137.87/137.91	c BCD2: updating upper bound: 75 -> 44
137.87/137.92	c BCD2: 2 <= obj <= 44
137.87/137.92	c BCD2: #cores=2, #unrelaxed=870, #relaxed=130, #hardened=0
137.87/137.92	c BCD2: #sat=3 #unsat=3 bias=3/6
137.87/137.92	c Solving starts ...
137.87/137.92	c ============================[ Search Statistics ]============================
137.87/137.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
137.87/137.92	c       |         |          |          |    Limit     GC | Var      | Constra 
137.87/137.92	c =============================================================================
137.87/137.94	c  0.0s |       0 |        0 |        0 |   217273      0 |        0 |        2
139.17/139.24	c  1.3s |       1 |     1141 |      100 |   217273      0 |        0 |        2
140.88/140.92	c  3.0s |       2 |     2482 |      250 |   217273      0 |        0 |        2
142.87/142.95	c  5.0s |       2 |     3779 |      450 |   217273      0 |        0 |        2
143.08/143.11	c  5.2s |       3 |     3829 |      475 |   217273      0 |        0 |        2
145.07/145.19	c  7.2s |       3 |     5103 |      675 |   217273      0 |        0 |        2
146.27/146.31	c  8.4s |       4 |     5342 |      813 |   217273      0 |        0 |        2
148.77/148.81	c 10.9s |       4 |     6904 |     1113 |   217273      0 |        0 |        2
150.17/150.22	c 12.3s |       5 |     7319 |     1320 |   217273      0 |        0 |        2
152.27/152.39	c 14.5s |       5 |     8642 |     1520 |   217273      0 |        0 |        2
154.87/154.90	c 17.0s |       5 |     9521 |     1920 |   217273      0 |        0 |        2
156.07/156.17	c 18.2s |       6 |    10024 |     2081 |   217273      0 |        0 |        2
158.17/158.22	c 20.3s |       6 |    11332 |     2281 |   217273      0 |        0 |        2
160.67/160.74	c 22.8s |       6 |    12427 |     2681 |   217273      0 |        0 |        2
162.66/162.76	c 24.8s |       6 |    13211 |     2981 |   217273      0 |        0 |        2
164.56/164.63	c 26.7s |       7 |    13951 |     3223 |   217273      0 |        0 |        2
167.38/167.44	c 29.5s |       7 |    15438 |     3423 |   217273      0 |        0 |        2
169.97/170.04	c 32.1s |       7 |    16163 |     3723 |   217273      0 |        0 |        2
172.47/172.58	c 34.6s |       7 |    16925 |     4023 |   217273      0 |        0 |        2
174.76/174.80	c 36.9s |       7 |    17549 |     4323 |   239001      0 |        0 |        2
176.86/176.92	c 39.0s |       7 |    18350 |     4623 |   239001      0 |        0 |        2
179.47/179.55	c 41.6s |       7 |    18882 |     4923 |   239001      0 |        0 |        2
179.56/179.67	c 41.7s |       8 |    18904 |     4936 |   239001      0 |        0 |        2
181.67/181.78	c 43.8s |       8 |    20141 |     5136 |   239001      0 |        0 |        2
183.96/184.04	c 46.1s |       8 |    21104 |     5636 |   239001      0 |        0 |        2
186.16/186.20	c 48.3s |       8 |    22269 |     6136 |   239001      0 |        0 |        2
188.46/188.55	c 50.6s |       8 |    23274 |     6636 |   239001      0 |        0 |        2
190.66/190.76	c 52.8s |       8 |    24221 |     7136 |   239001      0 |        0 |        2
193.06/193.17	c 55.2s |       9 |    24819 |     7506 |   239001      0 |        0 |        2
195.26/195.31	c 57.4s |       9 |    26051 |     7706 |   239001      0 |        0 |        2
197.36/197.45	c 59.5s |       9 |    26772 |     8106 |   239001      0 |        0 |        2
199.75/199.85	c 61.9s |       9 |    27788 |     8606 |   239001      0 |        0 |        2
202.15/202.23	c 64.3s |       9 |    28420 |     9006 |   239001      0 |        0 |        2
204.55/204.66	c 66.7s |       9 |    29043 |     9406 |   239001      0 |        0 |        2
207.16/207.20	c 69.3s |       9 |    29723 |     9806 |   239001      0 |        0 |        2
209.76/209.82	c 71.9s |       9 |    30468 |    10206 |   239001      0 |        0 |        2
212.37/212.41	c 74.5s |       9 |    31169 |    10606 |   239001      0 |        0 |        2
214.57/214.63	c 76.7s |       9 |    31702 |    10906 |   239001      0 |        0 |        2
216.77/216.89	c 78.9s |       9 |    32227 |    11206 |   239001      0 |        0 |        2
217.66/217.79	c 79.9s |      10 |    32503 |    11361 |   239001      0 |        0 |        2
220.76/220.81	c 82.9s |      10 |    33673 |    11561 |   239001      0 |        0 |        2
223.56/223.60	c 85.7s |      10 |    34257 |    11861 |   239001      0 |        0 |        2
225.96/226.02	c 88.1s |      10 |    34755 |    12161 |   239001      0 |        0 |        2
228.05/228.16	c 90.2s |      10 |    35320 |    12461 |   239001      0 |        0 |        2
230.16/230.20	c 92.3s |      10 |    35894 |    12761 |   239001      0 |        0 |        2
232.35/232.49	c 94.5s |      10 |    36680 |    13161 |   239001      0 |        0 |        2
235.15/235.29	c 97.4s |      10 |    37696 |    13661 |   239001      0 |        0 |        2
237.25/237.35	c 99.4s |      10 |    38333 |    13961 |   239001      0 |        0 |        2
239.35/239.40	c  101s |      10 |    39215 |    14361 |   239001      0 |        0 |        2
241.55/241.66	c  103s |      10 |    39924 |    14761 |   239001      0 |        0 |        2
243.85/243.92	c  105s |      10 |    40666 |    15161 |   239001      0 |        0 |        2
245.85/245.92	c  107s |      10 |    41538 |    15561 |   239001      0 |        0 |        2
248.15/248.27	c  110s |      10 |    42531 |    16061 |   239001      0 |        0 |        2
250.25/250.35	c  112s |      10 |    43257 |    16461 |   239001      0 |        0 |        2
252.55/252.61	c  114s |      10 |    44080 |    16861 |   239001      0 |        0 |        2
254.16/254.26	c  116s |      11 |    44529 |    17144 |   239001      0 |        0 |        2
256.65/256.79	c  118s |      11 |    45894 |    17344 |   262902      0 |        0 |        2
258.95/259.08	c  121s |      11 |    46763 |    17744 |   262902      0 |        0 |        2
261.25/261.33	c  123s |      11 |    47937 |    18144 |   262902      0 |        0 |        2
263.75/263.84	c  125s |      11 |    48752 |    18544 |   262902      0 |        0 |        2
266.05/266.17	c  128s |      11 |    49426 |    18944 |   262902      0 |        0 |        2
268.35/268.48	c  130s |      11 |    50168 |    19344 |   262902      0 |        0 |        2
270.75/270.84	c  132s |      11 |    50967 |    19744 |   262902      0 |        0 |        2
273.24/273.34	c  135s |      11 |    51689 |    20144 |   262902      0 |        0 |        2
275.94/276.01	c  138s |      11 |    52483 |    20544 |   262902      0 |        0 |        2
278.54/278.61	c  140s |      11 |    53365 |    20944 |   262902      0 |        0 |        2
281.04/281.19	c  143s |      11 |    54065 |    21344 |   262902      0 |        0 |        2
283.86/283.93	c  145s |      11 |    54716 |    21744 |   262902      0 |        0 |        2
285.85/285.95	c  148s |      11 |    55140 |    22044 |   262902      0 |        0 |        2
288.05/288.13	c  150s |      11 |    55598 |    22344 |   262902      0 |        0 |        2
290.45/290.53	c  152s |      11 |    56035 |    22644 |   262902      0 |        0 |        2
292.85/292.92	c  154s |      11 |    56523 |    22944 |   262902      0 |        0 |        2
295.24/295.37	c  157s |      11 |    56962 |    23244 |   262902      0 |        0 |        2
297.24/297.38	c  159s |      11 |    57450 |    23544 |   262902      0 |        0 |        2
299.25/299.38	c  161s |      11 |    58052 |    23844 |   262902      0 |        0 |        2
301.45/301.60	c  163s |      11 |    58628 |    24144 |   262902      0 |        0 |        2
303.65/303.73	c  165s |      11 |    59307 |    24444 |   262902      0 |        0 |        2
305.74/305.88	c  167s |      11 |    59889 |    24744 |   262902      0 |        0 |        2
307.94/308.05	c  170s |      11 |    60425 |    25044 |   262902      0 |        0 |        2
310.44/310.53	c  172s |      11 |    61175 |    25444 |   262902      0 |        0 |        2
312.64/312.72	c  174s |      12 |    61875 |    25819 |   262902      0 |        0 |        2
314.65/314.79	c  176s |      12 |    62949 |    25919 |   262902      0 |        0 |        2
316.74/316.82	c  178s |      12 |    63606 |    26219 |   262902      0 |        0 |        2
319.15/319.24	c  181s |      12 |    64208 |    26519 |   262902      0 |        0 |        2
321.74/321.90	c  183s |      12 |    64834 |    26819 |   262902      0 |        0 |        2
324.84/324.98	c  187s |      12 |    65333 |    27119 |   262902      0 |        0 |        2
327.74/327.83	c  189s |      12 |    66029 |    27419 |   262902      0 |        0 |        2
330.64/330.73	c  192s |      12 |    66308 |    27619 |   262902      0 |        0 |        2
333.23/333.34	c  195s |      12 |    66897 |    27919 |   262902      0 |        0 |        2
335.54/335.68	c  197s |      12 |    67682 |    28219 |   262902      0 |        0 |        2
337.93/338.03	c  200s |      12 |    68046 |    28419 |   262902      0 |        0 |        2
340.74/340.88	c  202s |      12 |    68526 |    28719 |   262902      0 |        0 |        2
343.14/343.24	c  205s |      12 |    68872 |    28919 |   262902      0 |        0 |        2
345.64/345.79	c  207s |      12 |    69508 |    29219 |   262902      0 |        0 |        2
347.74/347.82	c  209s |      12 |    70207 |    29519 |   262902      0 |        0 |        2
350.34/350.49	c  212s |      12 |    71015 |    29919 |   262902      0 |        0 |        2
352.43/352.54	c  214s |      12 |    71364 |    30119 |   262902      0 |        0 |        2
354.53/354.66	c  216s |      12 |    71746 |    30319 |   262902      0 |        0 |        2
356.93/357.04	c  219s |      12 |    72301 |    30619 |   262902      0 |        0 |        2
359.03/359.10	c  221s |      12 |    72704 |    30819 |   262902      0 |        0 |        2
361.73/361.88	c  223s |      12 |    73171 |    31119 |   262902      0 |        0 |        2
364.33/364.40	c  226s |      12 |    73685 |    31419 |   262902      0 |        0 |        2
367.03/367.10	c  229s |      12 |    74205 |    31719 |   262902      0 |        0 |        2
369.13/369.25	c  231s |      12 |    74747 |    32019 |   262902      0 |        0 |        2
371.53/371.60	c  233s |      12 |    75241 |    32319 |   262902      0 |        0 |        2
374.14/374.22	c  236s |      12 |    75780 |    32619 |   262902      0 |        0 |        2
376.33/376.47	c  238s |      12 |    76420 |    32919 |   262902      0 |        0 |        2
378.73/378.88	c  240s |      12 |    76971 |    33219 |   262902      0 |        0 |        2
381.03/381.11	c  243s |      12 |    77598 |    33519 |   262902      0 |        0 |        2
383.43/383.56	c  245s |      12 |    78294 |    33819 |   262902      0 |        0 |        2
386.03/386.12	c  248s |      12 |    78949 |    34119 |   262902      0 |        0 |        2
388.53/388.63	c  250s |      12 |    79553 |    34419 |   262902      0 |        0 |        2
391.22/391.35	c  253s |      12 |    80074 |    34719 |   262902      0 |        0 |        2
394.03/394.19	c  256s |      12 |    80633 |    35019 |   262902      0 |        0 |        2
396.92/397.01	c  259s |      12 |    81266 |    35319 |   262902      0 |        0 |        2
399.62/399.73	c  261s |      12 |    81791 |    35619 |   262902      0 |        0 |        2
402.33/402.45	c  264s |      12 |    82375 |    35919 |   262902      0 |        0 |        2
405.23/405.34	c  267s |      12 |    82940 |    36219 |   262902      0 |        0 |        2
407.53/407.62	c  269s |      12 |    83277 |    36419 |   262902      0 |        0 |        2
410.33/410.45	c  272s |      12 |    83856 |    36719 |   289193      0 |        0 |        2
413.12/413.23	c  275s |      12 |    84427 |    37019 |   289193      0 |        0 |        2
415.83/415.91	c  277s |      12 |    84968 |    37319 |   289193      0 |        0 |        2
418.72/418.83	c  280s |      12 |    85569 |    37619 |   289193      0 |        0 |        2
420.82/420.90	c  282s |      12 |    85937 |    37819 |   289193      0 |        0 |        2
422.82/422.98	c  285s |      12 |    86356 |    38019 |   289193      0 |        0 |        2
425.02/425.18	c  287s |      12 |    86718 |    38219 |   289193      0 |        0 |        2
428.03/428.17	c  290s |      12 |    87319 |    38519 |   289193      0 |        0 |        2
430.42/430.51	c  292s |      12 |    87717 |    38719 |   289193      0 |        0 |        2
431.52/431.68	c  293s |      13 |    87922 |    38832 |   289193      0 |        0 |        2
433.92/434.02	c  296s |      13 |    89000 |    38932 |   289193      0 |        0 |        2
436.22/436.32	c  298s |      13 |    89633 |    39232 |   289193      0 |        0 |        2
438.82/438.90	c  300s |      13 |    90446 |    39632 |   289193      0 |        0 |        2
441.02/441.15	c  303s |      13 |    90984 |    39932 |   289193      0 |        0 |        2
443.12/443.22	c  305s |      13 |    91592 |    40232 |   289193      0 |        0 |        2
445.72/445.84	c  307s |      13 |    92342 |    40632 |   289193      0 |        0 |        2
448.02/448.13	c  310s |      13 |    92935 |    40932 |   289193      0 |        0 |        2
450.42/450.55	c  312s |      13 |    93795 |    41332 |   289193      0 |        0 |        2
452.42/452.58	c  314s |      13 |    94407 |    41632 |   289193      0 |        0 |        2
454.62/454.74	c  316s |      13 |    94990 |    41932 |   289193      0 |        0 |        2
456.62/456.78	c  318s |      13 |    95523 |    42232 |   289193      0 |        0 |        2
458.73/458.82	c  320s |      13 |    96176 |    42532 |   289193      0 |        0 |        2
461.22/461.35	c  323s |      13 |    96808 |    42832 |   289193      0 |        0 |        2
463.82/463.93	c  325s |      13 |    97449 |    43132 |   289193      0 |        0 |        2
466.02/466.13	c  328s |      13 |    97865 |    43332 |   289193      0 |        0 |        2
468.02/468.15	c  330s |      13 |    98244 |    43532 |   289193      0 |        0 |        2
470.93/471.09	c  333s |      13 |    98889 |    43832 |   289193      0 |        0 |        2
473.22/473.36	c  335s |      13 |    99348 |    44032 |   289193      0 |        0 |        2
475.52/475.64	c  337s |      13 |    99751 |    44232 |   289193      0 |        0 |        2
478.11/478.26	c  340s |      13 |   100200 |    44432 |   289193      0 |        0 |        2
480.41/480.56	c  342s |      13 |   100803 |    44732 |   289193      0 |        0 |        2
482.81/482.92	c  344s |      13 |   101406 |    45032 |   289193      0 |        0 |        2
485.61/485.70	c  347s |      13 |   101982 |    45332 |   289193      0 |        0 |        2
487.71/487.81	c  349s |      13 |   102554 |    45632 |   289193      0 |        0 |        2
490.21/490.35	c  352s |      13 |   103188 |    45932 |   289193      0 |        0 |        2
492.22/492.37	c  354s |      13 |   103508 |    46132 |   289193      0 |        0 |        2
494.32/494.43	c  356s |      13 |   103951 |    46332 |   289193      0 |        0 |        2
496.41/496.51	c  358s |      13 |   104522 |    46632 |   289193      0 |        0 |        2
499.12/499.22	c  361s |      13 |   105131 |    46932 |   289193      0 |        0 |        2
501.91/502.05	c  364s |      13 |   105773 |    47232 |   289193      0 |        0 |        2
504.51/504.70	c  366s |      13 |   106428 |    47532 |   289193      0 |        0 |        2
507.61/507.77	c  369s |      13 |   106882 |    47832 |   289193      0 |        0 |        2
509.91/510.01	c  372s |      13 |   107273 |    48032 |   289193      0 |        0 |        2
511.91/512.06	c  374s |      13 |   107579 |    48232 |   289193      0 |        0 |        2
514.01/514.14	c  376s |      13 |   108122 |    48532 |   289193      0 |        0 |        2
516.21/516.38	c  378s |      13 |   108556 |    48832 |   289193      0 |        0 |        2
518.71/518.89	c  380s |      13 |   108997 |    49132 |   289193      0 |        0 |        2
521.41/521.58	c  383s |      13 |   109559 |    49432 |   289193      0 |        0 |        2
523.51/523.65	c  385s |      13 |   109908 |    49632 |   289193      0 |        0 |        2
526.40/526.52	c  388s |      13 |   110303 |    49932 |   289193      0 |        0 |        2
529.41/529.51	c  391s |      13 |   110760 |    50232 |   289193      0 |        0 |        2
532.61/532.70	c  394s |      13 |   111248 |    50532 |   289193      0 |        0 |        2
534.72/534.84	c  396s |      13 |   111558 |    50732 |   289193      0 |        0 |        2
537.70/537.87	c  399s |      13 |   111999 |    51032 |   289193      0 |        0 |        2
540.11/540.23	c  402s |      13 |   112395 |    51332 |   289193      0 |        0 |        2
543.00/543.12	c  405s |      13 |   112781 |    51632 |   289193      0 |        0 |        2
545.11/545.27	c  407s |      13 |   113167 |    51832 |   289193      0 |        0 |        2
547.41/547.56	c  409s |      13 |   113508 |    52032 |   289193      0 |        0 |        2
549.70/549.83	c  411s |      13 |   113798 |    52232 |   289193      0 |        0 |        2
552.60/552.72	c  414s |      13 |   114309 |    52532 |   289193      0 |        0 |        2
554.70/554.87	c  416s |      13 |   114655 |    52732 |   289193      0 |        0 |        2
557.71/557.84	c  419s |      13 |   115165 |    53032 |   289193      0 |        0 |        2
560.30/560.45	c  422s |      13 |   115480 |    53232 |   289193      0 |        0 |        2
562.61/562.76	c  424s |      13 |   115734 |    53432 |   289193      0 |        0 |        2
564.70/564.86	c  426s |      13 |   116056 |    53632 |   289193      0 |        0 |        2
567.00/567.10	c  429s |      13 |   116330 |    53832 |   289193      0 |        0 |        2
569.10/569.22	c  431s |      13 |   116655 |    54032 |   289193      0 |        0 |        2
571.40/571.54	c  433s |      13 |   116935 |    54232 |   289193      0 |        0 |        2
574.21/574.33	c  436s |      13 |   117379 |    54532 |   289193      0 |        0 |        2
577.00/577.17	c  439s |      13 |   117942 |    54832 |   289193      0 |        0 |        2
579.40/579.50	c  441s |      13 |   118261 |    55032 |   289193      0 |        0 |        2
581.70/581.88	c  443s |      13 |   118774 |    55332 |   289193      0 |        0 |        2
584.11/584.20	c  446s |      13 |   119326 |    55632 |   289193      0 |        0 |        2
586.70/586.83	c  448s |      13 |   119914 |    55932 |   289193      0 |        0 |        2
589.00/589.17	c  451s |      13 |   120188 |    56132 |   289193      0 |        0 |        2
591.30/591.44	c  453s |      13 |   120444 |    56332 |   289193      0 |        0 |        2
593.90/594.02	c  456s |      13 |   120705 |    56532 |   289193      0 |        0 |        2
596.60/596.73	c  458s |      13 |   120962 |    56732 |   289193      0 |        0 |        2
598.70/598.80	c  460s |      13 |   121331 |    56932 |   289193      0 |        0 |        2
600.80/600.98	c  463s |      13 |   121612 |    57132 |   289193      0 |        0 |        2
603.00/603.12	c  465s |      13 |   122004 |    57332 |   289193      0 |        0 |        2
605.50/605.64	c  467s |      13 |   122369 |    57532 |   289193      0 |        0 |        2
607.89/608.09	c  470s |      13 |   122721 |    57732 |   289193      0 |        0 |        2
610.90/611.02	c  473s |      13 |   123122 |    57932 |   289193      0 |        0 |        2
613.10/613.25	c  475s |      13 |   123381 |    58132 |   289193      0 |        0 |        2
615.29/615.48	c  477s |      13 |   123651 |    58332 |   289193      0 |        0 |        2
615.59/615.78	c  477s |      14 |   123674 |    58352 |   289193      0 |        0 |        2
618.49/618.60	c  480s |      14 |   124766 |    58452 |   289193      0 |        0 |        2
620.50/620.61	c  482s |      14 |   125111 |    58652 |   289193      0 |        0 |        2
622.49/622.62	c  484s |      14 |   125508 |    58852 |   289193      0 |        0 |        2
625.39/625.56	c  487s |      14 |   126033 |    59152 |   289193      0 |        0 |        2
627.39/627.59	c  489s |      14 |   126437 |    59352 |   289193      0 |        0 |        2
629.80/629.91	c  491s |      14 |   126723 |    59552 |   289193      0 |        0 |        2
632.29/632.40	c  494s |      14 |   127053 |    59752 |   289193      0 |        0 |        2
634.59/634.80	c  496s |      14 |   127315 |    59952 |   289193      0 |        0 |        2
637.19/637.36	c  499s |      14 |   127858 |    60252 |   289193      0 |        0 |        2
639.89/640.00	c  502s |      14 |   128421 |    60552 |   289193      0 |        0 |        2
642.79/642.93	c  504s |      14 |   129050 |    60852 |   289193      0 |        0 |        2
644.89/645.07	c  507s |      14 |   129346 |    61052 |   289193      0 |        0 |        2
646.99/647.11	c  509s |      14 |   129716 |    61252 |   289193      0 |        0 |        2
649.00/649.11	c  511s |      14 |   130058 |    61452 |   289193      0 |        0 |        2
651.89/652.09	c  514s |      14 |   130524 |    61752 |   289193      0 |        0 |        2
654.69/654.83	c  516s |      14 |   130960 |    62052 |   289193      0 |        0 |        2
657.39/657.60	c  519s |      14 |   131385 |    62352 |   289193      0 |        0 |        2
660.29/660.44	c  522s |      14 |   131819 |    62652 |   289193      0 |        0 |        2
662.49/662.68	c  524s |      14 |   132122 |    62852 |   289193      0 |        0 |        2
664.89/665.01	c  527s |      14 |   132398 |    63052 |   289193      0 |        0 |        2
667.09/667.23	c  529s |      14 |   132724 |    63252 |   289193      0 |        0 |        2
670.09/670.23	c  532s |      14 |   133152 |    63552 |   289193      0 |        0 |        2
672.38/672.57	c  534s |      14 |   133483 |    63752 |   289193      0 |        0 |        2
674.39/674.57	c  536s |      14 |   133611 |    63852 |   289193      0 |        0 |        2
676.69/676.86	c  538s |      14 |   133894 |    64052 |   289193      0 |        0 |        2
679.18/679.32	c  541s |      14 |   134209 |    64252 |   289193      0 |        0 |        2
681.48/681.63	c  543s |      14 |   134514 |    64452 |   289193      0 |        0 |        2
683.68/683.83	c  545s |      14 |   134830 |    64652 |   289193      0 |        0 |        2
685.88/686.06	c  548s |      14 |   135251 |    64852 |   289193      0 |        0 |        2
687.98/688.15	c  550s |      14 |   135609 |    65052 |   289193      0 |        0 |        2
690.38/690.50	c  552s |      14 |   136023 |    65252 |   289193      0 |        0 |        2
692.57/692.71	c  554s |      14 |   136350 |    65452 |   289193      0 |        0 |        2
694.87/695.00	c  557s |      14 |   136606 |    65652 |   318113      0 |        0 |        2
696.97/697.14	c  559s |      14 |   136902 |    65852 |   318113      0 |        0 |        2
699.18/699.35	c  561s |      14 |   137361 |    66152 |   318113      0 |        0 |        2
701.58/701.72	c  563s |      14 |   137858 |    66452 |   318113      0 |        0 |        2
704.17/704.39	c  566s |      14 |   138299 |    66752 |   318113      0 |        0 |        2
706.77/706.97	c  569s |      14 |   138753 |    67052 |   318113      0 |        0 |        2
709.67/709.83	c  571s |      14 |   139262 |    67352 |   318113      0 |        0 |        2
712.06/712.28	c  574s |      14 |   139523 |    67552 |   318113      0 |        0 |        2
714.66/714.86	c  576s |      14 |   139778 |    67752 |   318113      0 |        0 |        2
717.07/717.21	c  579s |      14 |   140043 |    67952 |   318113      0 |        0 |        2
719.07/719.26	c  581s |      14 |   140387 |    68152 |   318113      0 |        0 |        2
721.67/721.83	c  583s |      14 |   140653 |    68352 |   318113      0 |        0 |        2
723.86/724.02	c  586s |      14 |   140974 |    68552 |   318113      0 |        0 |        2
726.26/726.47	c  588s |      14 |   141275 |    68752 |   318113      0 |        0 |        2
728.85/729.09	c  591s |      14 |   141570 |    68952 |   318113      0 |        0 |        2
731.26/731.40	c  593s |      14 |   141886 |    69152 |   318113      0 |        0 |        2
733.86/734.03	c  596s |      14 |   142382 |    69452 |   318113      0 |        0 |        2
736.85/737.04	c  599s |      14 |   142897 |    69752 |   318113      0 |        0 |        2
739.85/740.02	c  602s |      14 |   143422 |    70052 |   318113      0 |        0 |        2
742.95/743.10	c  605s |      14 |   143974 |    70352 |   318113      0 |        0 |        2
745.45/745.67	c  607s |      14 |   144251 |    70552 |   318113      0 |        0 |        2
747.96/748.14	c  610s |      14 |   144544 |    70752 |   318113      0 |        0 |        2
750.16/750.38	c  612s |      14 |   144906 |    70952 |   318113      0 |        0 |        2
752.94/753.16	c  615s |      14 |   145200 |    71152 |   318113      0 |        0 |        2
755.44/755.62	c  617s |      14 |   145533 |    71352 |   318113      0 |        0 |        2
758.04/758.27	c  620s |      14 |   145803 |    71552 |   318113      0 |        0 |        2
760.64/760.80	c  622s |      14 |   146104 |    71752 |   318113      0 |        0 |        2
763.04/763.23	c  625s |      14 |   146431 |    71952 |   318113      0 |        0 |        2
765.34/765.51	c  627s |      14 |   146695 |    72152 |   318113      0 |        0 |        2
767.33/767.55	c  629s |      14 |   146935 |    72352 |   318113      0 |        0 |        2
769.83/770.03	c  632s |      14 |   147284 |    72552 |   318113      0 |        0 |        2
772.64/772.85	c  634s |      14 |   147567 |    72752 |   318113      0 |        0 |        2
775.84/776.09	c  638s |      14 |   147881 |    72952 |   318113      0 |        0 |        2
778.63/778.82	c  640s |      14 |   148189 |    73152 |   318113      0 |        0 |        2
781.64/781.87	c  643s |      14 |   148536 |    73352 |   318113      0 |        0 |        2
783.73/783.91	c  645s |      14 |   148940 |    73552 |   318113      0 |        0 |        2
785.73/785.93	c  647s |      14 |   149505 |    73852 |   318113      0 |        0 |        2
787.93/788.13	c  650s |      14 |   150025 |    74152 |   318113      0 |        0 |        2
790.84/791.08	c  653s |      14 |   150519 |    74452 |   318113      0 |        0 |        2
793.83/794.07	c  656s |      14 |   151164 |    74752 |   318113      0 |        0 |        2
796.82/797.07	c  659s |      14 |   151671 |    75052 |   318113      0 |        0 |        2
799.02/799.22	c  661s |      14 |   151995 |    75252 |   318113      0 |        0 |        2
801.72/801.93	c  663s |      14 |   152620 |    75552 |   318113      0 |        0 |        2
804.42/804.60	c  666s |      14 |   153136 |    75852 |   318113      0 |        0 |        2
806.72/806.92	c  668s |      14 |   153470 |    76052 |   318113      0 |        0 |        2
809.02/809.23	c  671s |      14 |   153785 |    76252 |   318113      0 |        0 |        2
811.62/811.80	c  673s |      14 |   154122 |    76452 |   318113      0 |        0 |        2
813.92/814.17	c  676s |      14 |   154458 |    76652 |   318113      0 |        0 |        2
816.12/816.37	c  678s |      14 |   155056 |    76952 |   318113      0 |        0 |        2
818.91/819.11	c  681s |      14 |   155554 |    77252 |   318113      0 |        0 |        2
821.92/822.11	c  684s |      14 |   156044 |    77552 |   318113      0 |        0 |        2
824.11/824.31	c  686s |      14 |   156355 |    77752 |   318113      0 |        0 |        2
826.51/826.78	c  688s |      14 |   156758 |    77952 |   318113      0 |        0 |        2
828.81/829.03	c  691s |      14 |   157111 |    78152 |   318113      0 |        0 |        2
831.01/831.22	c  693s |      14 |   157448 |    78352 |   318113      0 |        0 |        2
833.10/833.34	c  695s |      14 |   157781 |    78552 |   318113      0 |        0 |        2
835.50/835.75	c  697s |      14 |   158262 |    78852 |   318113      0 |        0 |        2
838.50/838.74	c  700s |      14 |   158887 |    79252 |   318113      0 |        0 |        2
840.51/840.76	c  702s |      14 |   159180 |    79452 |   318113      0 |        0 |        2
842.90/843.13	c  705s |      14 |   159513 |    79652 |   318113      0 |        0 |        2
845.30/845.54	c  707s |      14 |   159848 |    79852 |   318113      0 |        0 |        2
847.90/848.17	c  710s |      14 |   160156 |    80052 |   318113      0 |        0 |        2
850.60/850.84	c  712s |      14 |   160468 |    80252 |   318113      0 |        0 |        2
853.30/853.54	c  715s |      14 |   160756 |    80452 |   318113      0 |        0 |        2
855.30/855.56	c  717s |      14 |   161136 |    80652 |   318113      0 |        0 |        2
858.10/858.35	c  720s |      14 |   161600 |    80952 |   318113      0 |        0 |        2
861.00/861.27	c  723s |      14 |   162148 |    81252 |   318113      0 |        0 |        2
863.59/863.89	c  725s |      14 |   162520 |    81452 |   318113      0 |        0 |        2
866.40/866.61	c  728s |      14 |   162841 |    81652 |   318113      0 |        0 |        2
868.59/868.88	c  730s |      14 |   163234 |    81852 |   318113      0 |        0 |        2
871.11/871.34	c  733s |      14 |   163565 |    82052 |   318113      0 |        0 |        2
873.49/873.76	c  735s |      14 |   163961 |    82252 |   318113      0 |        0 |        2
875.60/875.84	c  737s |      14 |   164345 |    82452 |   318113      0 |        0 |        2
877.59/877.89	c  739s |      14 |   164629 |    82652 |   318113      0 |        0 |        2
879.90/880.11	c  742s |      14 |   164940 |    82852 |   318113      0 |        0 |        2
882.88/883.12	c  745s |      14 |   165485 |    83152 |   318113      0 |        0 |        2
885.40/885.66	c  747s |      14 |   165822 |    83352 |   318113      0 |        0 |        2
887.79/888.05	c  750s |      14 |   166135 |    83552 |   318113      0 |        0 |        2
889.90/890.18	c  752s |      14 |   166491 |    83752 |   318113      0 |        0 |        2
892.28/892.58	c  754s |      14 |   166822 |    83952 |   318113      0 |        0 |        2
894.48/894.76	c  756s |      14 |   167116 |    84152 |   318113      0 |        0 |        2
897.08/897.30	c  759s |      14 |   167407 |    84352 |   318113      0 |        0 |        2
899.38/899.70	c  761s |      14 |   167687 |    84552 |   318113      0 |        0 |        2
901.98/902.20	c  764s |      14 |   168016 |    84752 |   318113      0 |        0 |        2
904.58/904.82	c  766s |      14 |   168392 |    84952 |   318113      0 |        0 |        2
906.88/907.19	c  769s |      14 |   168696 |    85152 |   318113      0 |        0 |        2
909.17/909.43	c  771s |      14 |   169065 |    85352 |   318113      0 |        0 |        2
911.48/911.74	c  773s |      14 |   169419 |    85552 |   318113      0 |        0 |        2
913.67/913.90	c  775s |      14 |   169748 |    85752 |   318113      0 |        0 |        2
915.67/915.97	c  778s |      14 |   170060 |    85952 |   318113      0 |        0 |        2
917.97/918.21	c  780s |      14 |   170368 |    86152 |   318113      0 |        0 |        2
920.17/920.45	c  782s |      14 |   170684 |    86352 |   318113      0 |        0 |        2
922.67/922.90	c  784s |      14 |   170986 |    86552 |   318113      0 |        0 |        2
925.08/925.36	c  787s |      14 |   171309 |    86752 |   318113      0 |        0 |        2
928.28/928.55	c  790s |      14 |   171755 |    87052 |   318113      0 |        0 |        2
930.76/931.01	c  793s |      14 |   172096 |    87252 |   318113      0 |        0 |        2
932.96/933.27	c  795s |      14 |   172395 |    87452 |   318113      0 |        0 |        2
935.06/935.36	c  797s |      15 |   172679 |    87632 |   318113      0 |        0 |        2
938.46/938.77	c  800s |      15 |   173732 |    87732 |   318113      0 |        0 |        2
940.96/941.25	c  803s |      15 |   174274 |    88032 |   318113      0 |        0 |        2
943.55/943.85	c  805s |      15 |   174731 |    88332 |   318113      0 |        0 |        2
946.15/946.41	c  808s |      15 |   175191 |    88632 |   318113      0 |        0 |        2
948.17/948.46	c  810s |      15 |   175472 |    88832 |   318113      0 |        0 |        2
950.26/950.55	c  812s |      15 |   175806 |    89032 |   318113      0 |        0 |        2
953.35/953.67	c  815s |      15 |   176220 |    89332 |   318113      0 |        0 |        2
955.76/956.04	c  818s |      15 |   176524 |    89532 |   318113      0 |        0 |        2
957.96/958.27	c  820s |      15 |   176830 |    89732 |   318113      0 |        0 |        2
960.65/960.95	c  823s |      15 |   177101 |    89932 |   318113      0 |        0 |        2
963.74/964.08	c  826s |      15 |   177581 |    90232 |   318113      0 |        0 |        2
966.24/966.56	c  828s |      15 |   178021 |    90532 |   318113      0 |        0 |        2
968.84/969.20	c  831s |      15 |   178449 |    90832 |   318113      0 |        0 |        2
971.44/971.74	c  833s |      15 |   178977 |    91132 |   318113      0 |        0 |        2
974.03/974.34	c  836s |      15 |   179392 |    91432 |   318113      0 |        0 |        2
977.03/977.35	c  839s |      15 |   179822 |    91732 |   318113      0 |        0 |        2
979.03/979.39	c  841s |      15 |   180107 |    91932 |   318113      0 |        0 |        2
981.14/981.48	c  843s |      15 |   180397 |    92132 |   318113      0 |        0 |        2
984.34/984.62	c  846s |      15 |   180836 |    92432 |   318113      0 |        0 |        2
986.43/986.79	c  848s |      15 |   181172 |    92632 |   318113      0 |        0 |        2
988.53/988.89	c  850s |      15 |   181481 |    92832 |   318113      0 |        0 |        2
990.73/991.03	c  853s |      15 |   181761 |    93032 |   318113      0 |        0 |        2
993.62/993.93	c  855s |      15 |   182211 |    93332 |   318113      0 |        0 |        2
996.02/996.39	c  858s |      15 |   182489 |    93532 |   318113      0 |        0 |        2
998.74/999.08	c  861s |      15 |   182770 |    93732 |   318113      0 |        0 |        2
1000.93/1001.29	c  863s |      15 |   183295 |    94032 |   318113      0 |        0 |        2
1003.22/1003.59	c  865s |      15 |   183773 |    94332 |   318113      0 |        0 |        2
1005.72/1006.03	c  868s |      15 |   184245 |    94632 |   318113      0 |        0 |        2
1008.22/1008.58	c  870s |      15 |   184723 |    94932 |   318113      0 |        0 |        2
1010.73/1011.06	c  873s |      15 |   185260 |    95232 |   318113      0 |        0 |        2
1013.12/1013.46	c  875s |      15 |   185778 |    95532 |   318113      0 |        0 |        2
1015.81/1016.13	c  878s |      15 |   186471 |    95832 |   318113      0 |        0 |        2
1018.31/1018.63	c  880s |      15 |   187030 |    96132 |   318113      0 |        0 |        2
1021.01/1021.36	c  883s |      15 |   187576 |    96432 |   318113      0 |        0 |        2
1023.80/1024.18	c  886s |      15 |   188099 |    96732 |   318113      0 |        0 |        2
1026.51/1026.89	c  888s |      15 |   188524 |    97032 |   318113      0 |        0 |        2
1029.01/1029.34	c  891s |      15 |   189029 |    97332 |   318113      0 |        0 |        2
1031.10/1031.43	c  893s |      15 |   189338 |    97532 |   318113      0 |        0 |        2
1033.51/1033.81	c  895s |      15 |   189780 |    97832 |   318113      0 |        0 |        2
1035.91/1036.24	c  898s |      15 |   190244 |    98132 |   318113      0 |        0 |        2
1038.51/1038.86	c  900s |      15 |   190646 |    98432 |   318113      0 |        0 |        2
1041.51/1041.85	c  903s |      15 |   191016 |    98732 |   318113      0 |        0 |        2
1043.60/1043.96	c  906s |      15 |   191381 |    98932 |   318113      0 |        0 |        2
1046.30/1046.65	c  908s |      15 |   191789 |    99232 |   318113      0 |        0 |        2
1048.80/1049.11	c  911s |      15 |   192280 |    99532 |   318113      0 |        0 |        2
1051.30/1051.62	c  913s |      15 |   192710 |    99832 |   318113      0 |        0 |        2
1053.89/1054.25	c  916s |      15 |   193225 |   100132 |   318113      0 |        0 |        2
1056.69/1057.09	c  919s |      15 |   193714 |   100432 |   318113      0 |        0 |        2
1059.20/1059.58	c  921s |      15 |   194248 |   100732 |   318113      0 |        0 |        2
1061.79/1062.11	c  924s |      15 |   194686 |   101032 |   318113      0 |        0 |        2
1064.38/1064.76	c  926s |      15 |   195124 |   101332 |   318113      0 |        0 |        2
1067.18/1067.59	c  929s |      15 |   195575 |   101632 |   318113      0 |        0 |        2
1069.69/1070.02	c  932s |      15 |   196001 |   101932 |   318113      0 |        0 |        2
1072.09/1072.45	c  934s |      15 |   196703 |   102332 |   318113      0 |        0 |        2
1074.49/1074.82	c  936s |      15 |   197518 |   102732 |   318113      0 |        0 |        2
1076.98/1077.31	c  939s |      15 |   198337 |   103132 |   318113      0 |        0 |        2
1078.99/1079.33	c  941s |      15 |   198911 |   103432 |   318113      0 |        0 |        2
1081.19/1081.58	c  943s |      15 |   199407 |   103732 |   318113      0 |        0 |        2
1083.48/1083.89	c  945s |      15 |   199859 |   104032 |   318113      0 |        0 |        2
1085.87/1086.22	c  948s |      15 |   200413 |   104332 |   318113      0 |        0 |        2
1088.17/1088.55	c  950s |      15 |   200893 |   104632 |   318113      0 |        0 |        2
1090.37/1090.79	c  952s |      15 |   201338 |   104932 |   318113      0 |        0 |        2
1092.47/1092.84	c  954s |      15 |   201804 |   105232 |   318113      0 |        0 |        2
1094.66/1095.03	c  957s |      15 |   202351 |   105532 |   318113      0 |        0 |        2
1097.16/1097.59	c  959s |      15 |   202805 |   105832 |   318113      0 |        0 |        2
1099.87/1100.26	c  962s |      15 |   203403 |   106132 |   318113      0 |        0 |        2
1102.36/1102.71	c  964s |      15 |   203945 |   106432 |   318113      0 |        0 |        2
1104.36/1104.74	c  966s |      15 |   204445 |   106732 |   318113      0 |        0 |        2
1107.06/1107.45	c  969s |      15 |   204908 |   107032 |   318113      0 |        0 |        2
1109.16/1109.56	c  971s |      15 |   205291 |   107232 |   318113      0 |        0 |        2
1111.66/1112.03	c  974s |      15 |   205756 |   107532 |   318113      0 |        0 |        2
1114.35/1114.74	c  976s |      15 |   206194 |   107832 |   318113      0 |        0 |        2
1117.05/1117.44	c  979s |      15 |   206654 |   108132 |   318113      0 |        0 |        2
1119.56/1120.00	c  982s |      15 |   207293 |   108432 |   318113      0 |        0 |        2
1122.15/1122.54	c  984s |      15 |   207773 |   108732 |   318113      0 |        0 |        2
1124.65/1125.07	c  987s |      15 |   208287 |   109032 |   318113      0 |        0 |        2
1127.55/1127.91	c  989s |      15 |   208963 |   109432 |   349925      0 |        0 |        2
1130.06/1130.40	c  992s |      15 |   209558 |   109732 |   349925      0 |        0 |        2
1132.65/1133.05	c  995s |      15 |   210081 |   110032 |   349925      0 |        0 |        2
1134.75/1135.11	c  997s |      15 |   210396 |   110232 |   349925      0 |        0 |        2
1137.75/1138.10	c 1000s |      15 |   210891 |   110532 |   349925      0 |        0 |        2
1139.74/1140.15	c 1002s |      15 |   211187 |   110732 |   349925      0 |        0 |        2
1142.44/1142.85	c 1004s |      15 |   211667 |   111032 |   349925      0 |        0 |        2
1145.24/1145.64	c 1007s |      15 |   212170 |   111332 |   349925      0 |        0 |        2
1148.03/1148.42	c 1010s |      15 |   212628 |   111632 |   349925      0 |        0 |        2
1150.84/1151.26	c 1013s |      15 |   213207 |   111932 |   349925      0 |        0 |        2
1153.65/1154.10	c 1016s |      15 |   213742 |   112232 |   349925      0 |        0 |        2
1156.14/1156.51	c 1018s |      15 |   214245 |   112532 |   349925      0 |        0 |        2
1158.74/1159.16	c 1021s |      15 |   214651 |   112832 |   349925      0 |        0 |        2
1161.13/1161.50	c 1023s |      15 |   215223 |   113132 |   349925      0 |        0 |        2
1163.83/1164.22	c 1026s |      15 |   215706 |   113432 |   349925      0 |        0 |        2
1166.73/1167.10	c 1029s |      15 |   216167 |   113732 |   349925      0 |        0 |        2
1168.93/1169.32	c 1031s |      15 |   216436 |   113932 |   349925      0 |        0 |        2
1171.43/1171.84	c 1033s |      15 |   216830 |   114232 |   349925      0 |        0 |        2
1174.32/1174.79	c 1036s |      15 |   217242 |   114532 |   349925      0 |        0 |        2
1177.23/1177.66	c 1039s |      15 |   217614 |   114832 |   349925      0 |        0 |        2
1179.42/1179.82	c 1041s |      15 |   217876 |   115032 |   349925      0 |        0 |        2
1182.23/1182.69	c 1044s |      15 |   218258 |   115332 |   349925      0 |        0 |        2
1184.62/1185.06	c 1047s |      15 |   218518 |   115532 |   349925      0 |        0 |        2
1186.81/1187.21	c 1049s |      15 |   218823 |   115732 |   349925      0 |        0 |        2
1189.81/1190.23	c 1052s |      15 |   219194 |   116032 |   349925      0 |        0 |        2
1192.51/1192.96	c 1055s |      15 |   219647 |   116332 |   349925      0 |        0 |        2
1194.82/1195.28	c 1057s |      15 |   220112 |   116632 |   349925      0 |        0 |        2
1197.11/1197.57	c 1059s |      15 |   220678 |   116932 |   349925      0 |        0 |        2
1199.61/1200.04	c 1062s |      15 |   221088 |   117232 |   349925      0 |        0 |        2
1202.12/1202.54	c 1064s |      15 |   221572 |   117532 |   349925      0 |        0 |        2
1204.61/1205.04	c 1067s |      15 |   222129 |   117832 |   349925      0 |        0 |        2
1207.10/1207.57	c 1069s |      15 |   222567 |   118132 |   349925      0 |        0 |        2
1209.20/1209.61	c 1071s |      15 |   222876 |   118332 |   349925      0 |        0 |        2
1212.10/1212.54	c 1074s |      15 |   223285 |   118632 |   349925      0 |        0 |        2
1214.30/1214.77	c 1076s |      15 |   223534 |   118832 |   349925      0 |        0 |        2
1216.41/1216.89	c 1078s |      15 |   223814 |   119032 |   349925      0 |        0 |        2
1218.89/1219.31	c 1081s |      15 |   224098 |   119232 |   349925      0 |        0 |        2
1221.90/1222.33	c 1084s |      15 |   224525 |   119532 |   349925      0 |        0 |        2
1224.60/1225.01	c 1087s |      15 |   224926 |   119832 |   349925      0 |        0 |        2
1227.59/1228.05	c 1090s |      15 |   225330 |   120132 |   349925      0 |        0 |        2
1229.69/1230.11	c 1092s |      15 |   225646 |   120332 |   349925      0 |        0 |        2
1231.80/1232.22	c 1094s |      15 |   225990 |   120532 |   349925      0 |        0 |        2
1233.78/1234.27	c 1096s |      15 |   226304 |   120732 |   349925      0 |        0 |        2
1236.79/1237.25	c 1099s |      15 |   226872 |   121032 |   349925      0 |        0 |        2
1238.99/1239.44	c 1101s |      15 |   227336 |   121232 |   349925      0 |        0 |        2
1241.49/1241.93	c 1103s |      15 |   227596 |   121432 |   349925      0 |        0 |        2
1243.69/1244.13	c 1106s |      15 |   227904 |   121632 |   349925      0 |        0 |        2
1245.99/1246.40	c 1108s |      15 |   228196 |   121832 |   349925      0 |        0 |        2
1248.38/1248.86	c 1110s |      15 |   228477 |   122032 |   349925      0 |        0 |        2
1250.79/1251.23	c 1113s |      15 |   228779 |   122232 |   349925      0 |        0 |        2
1253.38/1253.86	c 1115s |      15 |   229296 |   122532 |   349925      0 |        0 |        2
1255.68/1256.14	c 1118s |      15 |   229566 |   122732 |   349925      0 |        0 |        2
1257.88/1258.32	c 1120s |      15 |   229823 |   122932 |   349925      0 |        0 |        2
1260.78/1261.24	c 1123s |      15 |   230301 |   123232 |   349925      0 |        0 |        2
1263.07/1263.56	c 1125s |      15 |   230652 |   123432 |   349925      0 |        0 |        2
1265.37/1265.81	c 1127s |      15 |   230979 |   123632 |   349925      0 |        0 |        2
1267.37/1267.88	c 1129s |      15 |   231235 |   123832 |   349925      0 |        0 |        2
1269.66/1270.10	c 1132s |      15 |   231512 |   124032 |   349925      0 |        0 |        2
1271.97/1272.49	c 1134s |      15 |   231932 |   124232 |   349925      0 |        0 |        2
1274.26/1274.75	c 1136s |      15 |   232229 |   124432 |   349925      0 |        0 |        2
1276.77/1277.23	c 1139s |      15 |   232535 |   124632 |   349925      0 |        0 |        2
1278.97/1279.43	c 1141s |      15 |   232816 |   124832 |   349925      0 |        0 |        2
1281.17/1281.67	c 1143s |      15 |   233094 |   125032 |   349925      0 |        0 |        2
1283.76/1284.21	c 1146s |      15 |   233429 |   125232 |   349925      0 |        0 |        2
1285.86/1286.37	c 1148s |      15 |   233741 |   125432 |   349925      0 |        0 |        2
1288.56/1289.08	c 1151s |      15 |   234137 |   125732 |   349925      0 |        0 |        2
1290.66/1291.10	c 1153s |      15 |   234396 |   125932 |   349925      0 |        0 |        2
1292.85/1293.39	c 1155s |      15 |   234680 |   126132 |   349925      0 |        0 |        2
1294.95/1295.43	c 1157s |      15 |   235070 |   126332 |   349925      0 |        0 |        2
1297.05/1297.51	c 1159s |      15 |   235371 |   126532 |   349925      0 |        0 |        2
1299.05/1299.52	c 1161s |      15 |   235724 |   126732 |   349925      0 |        0 |        2
1301.15/1301.60	c 1163s |      15 |   235979 |   126932 |   349925      0 |        0 |        2
1303.44/1303.99	c 1166s |      15 |   236255 |   127132 |   349925      0 |        0 |        2
1305.85/1306.30	c 1168s |      15 |   236599 |   127332 |   349925      0 |        0 |        2
1308.25/1308.79	c 1170s |      15 |   236938 |   127532 |   349925      0 |        0 |        2
1310.34/1310.85	c 1172s |      15 |   237219 |   127732 |   349925      0 |        0 |        2
1312.65/1313.11	c 1175s |      15 |   237479 |   127932 |   349925      0 |        0 |        2
1314.94/1315.40	c 1177s |      15 |   237759 |   128132 |   349925      0 |        0 |        2
1316.95/1317.43	c 1179s |      15 |   238117 |   128332 |   349925      0 |        0 |        2
1319.95/1320.45	c 1182s |      15 |   238645 |   128632 |   349925      0 |        0 |        2
1321.95/1322.46	c 1184s |      15 |   238926 |   128832 |   349925      0 |        0 |        2
1324.15/1324.67	c 1186s |      15 |   239237 |   129032 |   349925      0 |        0 |        2
1326.35/1326.88	c 1188s |      15 |   239515 |   129232 |   349925      0 |        0 |        2
1328.55/1329.02	c 1191s |      15 |   239861 |   129432 |   349925      0 |        0 |        2
1331.04/1331.53	c 1193s |      15 |   240194 |   129632 |   349925      0 |        0 |        2
1333.24/1333.74	c 1195s |      15 |   240542 |   129832 |   349925      0 |        0 |        2
1335.44/1335.90	c 1197s |      15 |   241004 |   130032 |   349925      0 |        0 |        2
1337.54/1338.04	c 1200s |      15 |   241358 |   130232 |   349925      0 |        0 |        2
1339.74/1340.29	c 1202s |      15 |   241670 |   130432 |   349925      0 |        0 |        2
1342.04/1342.53	c 1204s |      15 |   241939 |   130632 |   349925      0 |        0 |        2
1344.34/1344.89	c 1206s |      15 |   242246 |   130832 |   349925      0 |        0 |        2
1346.74/1347.26	c 1209s |      15 |   242565 |   131032 |   349925      0 |        0 |        2
1349.35/1349.81	c 1211s |      15 |   242878 |   131232 |   349925      0 |        0 |        2
1351.64/1352.16	c 1214s |      15 |   243204 |   131432 |   349925      0 |        0 |        2
1353.03/1353.57	c 1215s |      16 |   243387 |   131552 |   349925      0 |        0 |        2
1357.33/1357.85	c 1219s |      16 |   244572 |   131652 |   349925      0 |        0 |        2
1360.03/1360.50	c 1222s |      16 |   245061 |   131952 |   349925      0 |        0 |        2
1362.42/1362.95	c 1225s |      16 |   245555 |   132252 |   349925      0 |        0 |        2
1365.53/1366.05	c 1228s |      16 |   246044 |   132552 |   349925      0 |        0 |        2
1367.63/1368.17	c 1230s |      16 |   246390 |   132752 |   349925      0 |        0 |        2
1369.63/1370.18	c 1232s |      16 |   246948 |   133052 |   349925      0 |        0 |        2
1371.73/1372.22	c 1234s |      16 |   247511 |   133352 |   349925      0 |        0 |        2
1374.13/1374.64	c 1236s |      16 |   248223 |   133752 |   349925      0 |        0 |        2
1376.53/1377.08	c 1239s |      16 |   248891 |   134152 |   349925      0 |        0 |        2
1379.14/1379.69	c 1241s |      16 |   249488 |   134452 |   349925      0 |        0 |        2
1381.34/1381.81	c 1243s |      16 |   249996 |   134752 |   349925      0 |        0 |        2
1383.93/1384.48	c 1246s |      16 |   250888 |   135152 |   349925      0 |        0 |        2
1386.22/1386.70	c 1248s |      16 |   251478 |   135452 |   349925      0 |        0 |        2
1388.33/1388.87	c 1250s |      16 |   251824 |   135652 |   349925      0 |        0 |        2
1390.42/1390.98	c 1253s |      16 |   252210 |   135852 |   349925      0 |        0 |        2
1393.02/1393.52	c 1255s |      16 |   252805 |   136152 |   349925      0 |        0 |        2
1395.52/1396.10	c 1258s |      16 |   253463 |   136452 |   349925      0 |        0 |        2
1397.82/1398.35	c 1260s |      16 |   253852 |   136652 |   349925      0 |        0 |        2
1400.62/1401.18	c 1263s |      16 |   254353 |   136952 |   349925      0 |        0 |        2
1402.81/1403.39	c 1265s |      16 |   254656 |   137152 |   349925      0 |        0 |        2
1404.91/1405.47	c 1267s |      16 |   255041 |   137352 |   349925      0 |        0 |        2
1407.01/1407.51	c 1269s |      16 |   255464 |   137552 |   349925      0 |        0 |        2
1409.01/1409.59	c 1271s |      16 |   255772 |   137752 |   349925      0 |        0 |        2
1411.81/1412.35	c 1274s |      16 |   256287 |   138052 |   349925      0 |        0 |        2
1414.51/1415.07	c 1277s |      16 |   256836 |   138352 |   349925      0 |        0 |        2
1417.11/1417.66	c 1279s |      16 |   257293 |   138652 |   349925      0 |        0 |        2
1419.51/1420.06	c 1282s |      16 |   257854 |   138952 |   349925      0 |        0 |        2
1421.92/1422.47	c 1284s |      16 |   258336 |   139252 |   349925      0 |        0 |        2
1424.41/1424.94	c 1287s |      16 |   258849 |   139552 |   349925      0 |        0 |        2
1427.21/1427.74	c 1289s |      16 |   259345 |   139852 |   349925      0 |        0 |        2
1429.51/1430.04	c 1292s |      16 |   259913 |   140152 |   349925      0 |        0 |        2
1432.01/1432.50	c 1294s |      16 |   260429 |   140452 |   349925      0 |        0 |        2
1434.50/1435.06	c 1297s |      16 |   260870 |   140752 |   349925      0 |        0 |        2
1437.00/1437.56	c 1299s |      16 |   261325 |   141052 |   349925      0 |        0 |        2
1439.52/1440.03	c 1302s |      16 |   261926 |   141352 |   349925      0 |        0 |        2
1442.21/1442.72	c 1304s |      16 |   262401 |   141652 |   349925      0 |        0 |        2
1444.21/1444.72	c 1306s |      16 |   262741 |   141852 |   349925      0 |        0 |        2
1447.21/1447.70	c 1309s |      16 |   263196 |   142152 |   349925      0 |        0 |        2
1450.00/1450.56	c 1312s |      16 |   263671 |   142452 |   349925      0 |        0 |        2
1452.60/1453.18	c 1315s |      16 |   264127 |   142752 |   349925      0 |        0 |        2
1455.40/1455.91	c 1317s |      16 |   264632 |   143052 |   349925      0 |        0 |        2
1458.31/1458.85	c 1320s |      16 |   265079 |   143352 |   349925      0 |        0 |        2
1461.20/1461.73	c 1323s |      16 |   265557 |   143652 |   349925      0 |        0 |        2
1463.20/1463.77	c 1325s |      16 |   265856 |   143852 |   349925      0 |        0 |        2
1465.90/1466.48	c 1328s |      16 |   266344 |   144152 |   349925      0 |        0 |        2
1469.00/1469.53	c 1331s |      16 |   266833 |   144452 |   349925      0 |        0 |        2
1471.00/1471.57	c 1333s |      16 |   267181 |   144652 |   349925      0 |        0 |        2
1473.20/1473.72	c 1335s |      16 |   267566 |   144852 |   349925      0 |        0 |        2
1475.80/1476.37	c 1338s |      16 |   268139 |   145152 |   349925      0 |        0 |        2
1478.89/1479.40	c 1341s |      16 |   268623 |   145452 |   349925      0 |        0 |        2
1481.60/1482.15	c 1344s |      16 |   269235 |   145752 |   349925      0 |        0 |        2
1484.30/1484.81	c 1346s |      16 |   269787 |   146052 |   349925      0 |        0 |        2
1486.70/1487.27	c 1349s |      16 |   270356 |   146352 |   349925      0 |        0 |        2
1488.79/1489.31	c 1351s |      16 |   270678 |   146552 |   349925      0 |        0 |        2
1491.69/1492.23	c 1354s |      16 |   271203 |   146852 |   349925      0 |        0 |        2
1493.70/1494.26	c 1356s |      16 |   271553 |   147052 |   349925      0 |        0 |        2
1495.80/1496.32	c 1358s |      16 |   271916 |   147252 |   349925      0 |        0 |        2
1498.10/1498.60	c 1360s |      16 |   272300 |   147452 |   349925      0 |        0 |        2
1500.30/1500.80	c 1362s |      16 |   272674 |   147652 |   349925      0 |        0 |        2
1502.39/1502.94	c 1365s |      16 |   272984 |   147852 |   349925      0 |        0 |        2
1504.69/1505.24	c 1367s |      16 |   273330 |   148052 |   349925      0 |        0 |        2
1507.59/1508.13	c 1370s |      16 |   273836 |   148352 |   349925      0 |        0 |        2
1509.59/1510.15	c 1372s |      16 |   274236 |   148552 |   349925      0 |        0 |        2
1512.69/1513.21	c 1375s |      16 |   274762 |   148852 |   349925      0 |        0 |        2
1515.40/1515.96	c 1378s |      16 |   275296 |   149152 |   349925      0 |        0 |        2
1518.49/1519.04	c 1381s |      16 |   275873 |   149452 |   349925      0 |        0 |        2
1520.69/1521.30	c 1383s |      16 |   276263 |   149652 |   349925      0 |        0 |        2
1523.79/1524.38	c 1386s |      16 |   276657 |   149852 |   349925      0 |        0 |        2
1525.88/1526.44	c 1388s |      16 |   277036 |   150052 |   349925      0 |        0 |        2
1527.98/1528.52	c 1390s |      16 |   277326 |   150252 |   349925      0 |        0 |        2
1530.08/1530.61	c 1392s |      16 |   277731 |   150452 |   349925      0 |        0 |        2
1532.27/1532.82	c 1394s |      16 |   278108 |   150652 |   349925      0 |        0 |        2
1534.28/1534.87	c 1396s |      16 |   278406 |   150852 |   349925      0 |        0 |        2
1536.48/1537.04	c 1399s |      16 |   278709 |   151052 |   349925      0 |        0 |        2
1538.58/1539.14	c 1401s |      16 |   279016 |   151252 |   349925      0 |        0 |        2
1540.68/1541.30	c 1403s |      16 |   279283 |   151452 |   349925      0 |        0 |        2
1542.88/1543.48	c 1405s |      16 |   279567 |   151652 |   349925      0 |        0 |        2
1544.97/1545.55	c 1407s |      16 |   279883 |   151852 |   349925      0 |        0 |        2
1547.17/1547.78	c 1409s |      16 |   280204 |   152052 |   349925      0 |        0 |        2
1549.37/1550.00	c 1412s |      16 |   280496 |   152252 |   349925      0 |        0 |        2
1551.68/1552.30	c 1414s |      16 |   280814 |   152452 |   349925      0 |        0 |        2
1553.98/1554.51	c 1416s |      16 |   281138 |   152652 |   349925      0 |        0 |        2
1556.37/1556.98	c 1419s |      16 |   281467 |   152852 |   349925      0 |        0 |        2
1558.57/1559.15	c 1421s |      16 |   281817 |   153052 |   349925      0 |        0 |        2
1561.17/1561.77	c 1423s |      16 |   282267 |   153352 |   349925      0 |        0 |        2
1564.07/1564.62	c 1426s |      16 |   282706 |   153652 |   349925      0 |        0 |        2
1566.86/1567.49	c 1429s |      16 |   283248 |   153952 |   349925      0 |        0 |        2
1569.27/1569.82	c 1431s |      16 |   283533 |   154152 |   349925      0 |        0 |        2
1571.27/1571.83	c 1433s |      16 |   283801 |   154352 |   349925      0 |        0 |        2
1573.26/1573.87	c 1435s |      16 |   284086 |   154552 |   349925      0 |        0 |        2
1576.26/1576.81	c 1438s |      16 |   284529 |   154852 |   349925      0 |        0 |        2
1578.26/1578.82	c 1440s |      16 |   285000 |   155052 |   349925      0 |        0 |        2
1580.38/1580.97	c 1443s |      16 |   285297 |   155252 |   349925      0 |        0 |        2
1582.58/1583.12	c 1445s |      16 |   285587 |   155452 |   349925      0 |        0 |        2
1584.87/1585.46	c 1447s |      16 |   285903 |   155652 |   349925      0 |        0 |        2
1587.77/1588.35	c 1450s |      16 |   286351 |   155952 |   349925      0 |        0 |        2
1589.96/1590.57	c 1452s |      16 |   286651 |   156152 |   349925      0 |        0 |        2
1592.06/1592.63	c 1454s |      16 |   287004 |   156352 |   349925      0 |        0 |        2
1594.16/1594.70	c 1456s |      16 |   287317 |   156552 |   349925      0 |        0 |        2
1596.36/1596.95	c 1459s |      16 |   287635 |   156752 |   349925      0 |        0 |        2
1598.76/1599.35	c 1461s |      16 |   288000 |   156952 |   349925      0 |        0 |        2
1601.06/1601.69	c 1463s |      16 |   288255 |   157152 |   349925      0 |        0 |        2
1603.26/1603.87	c 1465s |      16 |   288644 |   157352 |   349925      0 |        0 |        2
1606.45/1607.02	c 1469s |      16 |   289216 |   157652 |   349925      0 |        0 |        2
1608.55/1609.16	c 1471s |      16 |   289527 |   157852 |   349925      0 |        0 |        2
1610.86/1611.40	c 1473s |      16 |   289843 |   158052 |   349925      0 |        0 |        2
1613.76/1614.30	c 1476s |      16 |   290161 |   158252 |   349925      0 |        0 |        2
1616.56/1617.14	c 1479s |      16 |   290672 |   158552 |   349925      0 |        0 |        2
1619.36/1619.98	c 1482s |      16 |   291268 |   158852 |   349925      0 |        0 |        2
1621.46/1622.08	c 1484s |      16 |   291720 |   159052 |   349925      0 |        0 |        2
1624.26/1624.84	c 1486s |      16 |   292361 |   159352 |   349925      0 |        0 |        2
1627.05/1627.60	c 1489s |      16 |   292979 |   159652 |   349925      0 |        0 |        2
1629.95/1630.55	c 1492s |      16 |   293428 |   159852 |   349925      0 |        0 |        2
1632.74/1633.34	c 1495s |      16 |   293782 |   160052 |   349925      0 |        0 |        2
1635.35/1635.91	c 1497s |      16 |   294148 |   160252 |   349925      0 |        0 |        2
1638.25/1638.88	c 1500s |      16 |   294482 |   160452 |   349925      0 |        0 |        2
1641.96/1642.55	c 1504s |      16 |   294804 |   160652 |   349925      0 |        0 |        2
1645.05/1645.61	c 1507s |      16 |   295235 |   160852 |   349925      0 |        0 |        2
1647.55/1648.10	c 1510s |      16 |   295651 |   161052 |   349925      0 |        0 |        2
1650.15/1650.73	c 1512s |      16 |   296080 |   161252 |   349925      0 |        0 |        2
1652.74/1653.34	c 1515s |      16 |   296470 |   161452 |   349925      0 |        0 |        2
1655.15/1655.72	c 1517s |      16 |   296821 |   161652 |   349925      0 |        0 |        2
1657.44/1658.01	c 1520s |      16 |   297197 |   161852 |   349925      0 |        0 |        2
1659.55/1660.12	c 1522s |      16 |   297640 |   162052 |   349925      0 |        0 |        2
1662.94/1663.52	c 1525s |      16 |   298046 |   162252 |   349925      0 |        0 |        2
1665.24/1665.86	c 1527s |      16 |   298443 |   162452 |   349925      0 |        0 |        2
1667.64/1668.25	c 1530s |      16 |   298846 |   162652 |   349925      0 |        0 |        2
1670.64/1671.28	c 1533s |      16 |   299209 |   162852 |   349925      0 |        0 |        2
1673.84/1674.44	c 1536s |      16 |   299643 |   163052 |   349925      0 |        0 |        2
1676.44/1677.01	c 1539s |      16 |   300027 |   163252 |   349925      0 |        0 |        2
1678.84/1679.48	c 1541s |      16 |   300400 |   163452 |   349925      0 |        0 |        2
1681.33/1681.95	c 1544s |      16 |   300798 |   163652 |   349925      0 |        0 |        2
1683.83/1684.45	c 1546s |      16 |   301136 |   163852 |   349925      0 |        0 |        2
1686.43/1687.03	c 1549s |      16 |   301559 |   164052 |   349925      0 |        0 |        2
1689.03/1689.63	c 1551s |      16 |   302009 |   164252 |   349925      0 |        0 |        2
1691.73/1692.33	c 1554s |      16 |   302370 |   164452 |   349925      0 |        0 |        2
1695.03/1695.69	c 1557s |      16 |   302683 |   164652 |   349925      0 |        0 |        2
1697.73/1698.33	c 1560s |      16 |   302998 |   164852 |   349925      0 |        0 |        2
1700.63/1701.22	c 1563s |      16 |   303311 |   165052 |   349925      0 |        0 |        2
1703.54/1704.19	c 1566s |      16 |   303651 |   165252 |   349925      0 |        0 |        2
1705.83/1706.47	c 1568s |      16 |   303839 |   165352 |   349925      0 |        0 |        2
1708.73/1709.33	c 1571s |      16 |   304250 |   165552 |   349925      0 |        0 |        2
1711.53/1712.15	c 1574s |      16 |   304641 |   165752 |   349925      0 |        0 |        2
1714.43/1715.01	c 1577s |      16 |   304935 |   165952 |   349925      0 |        0 |        2
1717.03/1717.70	c 1579s |      16 |   305276 |   166152 |   349925      0 |        0 |        2
1720.23/1720.85	c 1582s |      16 |   305635 |   166352 |   349925      0 |        0 |        2
1722.73/1723.38	c 1585s |      16 |   305955 |   166552 |   349925      0 |        0 |        2
1725.72/1726.31	c 1588s |      16 |   306335 |   166752 |   349925      0 |        0 |        2
1728.73/1729.32	c 1591s |      16 |   306655 |   166952 |   349925      0 |        0 |        2
1731.83/1732.44	c 1594s |      16 |   306969 |   167152 |   349925      0 |        0 |        2
1734.93/1735.54	c 1597s |      16 |   307377 |   167352 |   349925      0 |        0 |        2
1737.93/1738.58	c 1600s |      16 |   307721 |   167552 |   349925      0 |        0 |        2
1740.93/1741.50	c 1603s |      16 |   308041 |   167752 |   349925      0 |        0 |        2
1743.92/1744.56	c 1606s |      16 |   308391 |   167952 |   349925      0 |        0 |        2
1746.62/1747.22	c 1609s |      16 |   308721 |   168152 |   349925      0 |        0 |        2
1749.32/1749.93	c 1611s |      16 |   309070 |   168352 |   349925      0 |        0 |        2
1752.03/1752.65	c 1614s |      16 |   309413 |   168552 |   349925      0 |        0 |        2
1754.62/1755.26	c 1617s |      16 |   309743 |   168752 |   349925      0 |        0 |        2
1757.33/1757.91	c 1619s |      16 |   310141 |   168952 |   349925      0 |        0 |        2
1760.12/1760.75	c 1622s |      16 |   310499 |   169152 |   349925      0 |        0 |        2
1762.83/1763.49	c 1625s |      16 |   310830 |   169352 |   349925      0 |        0 |        2
1766.02/1766.68	c 1628s |      16 |   311182 |   169552 |   349925      0 |        0 |        2
1769.02/1769.65	c 1631s |      16 |   311534 |   169752 |   349925      0 |        0 |        2
1772.32/1772.90	c 1634s |      16 |   311877 |   169952 |   349925      0 |        0 |        2
1774.82/1775.44	c 1637s |      16 |   312290 |   170152 |   349925      0 |        0 |        2
1777.62/1778.22	c 1640s |      16 |   312671 |   170352 |   349925      0 |        0 |        2
1780.52/1781.13	c 1643s |      16 |   313017 |   170552 |   349925      0 |        0 |        2
1783.01/1783.62	c 1645s |      16 |   313419 |   170752 |   349925      0 |        0 |        2
1785.62/1786.23	c 1648s |      16 |   313768 |   170952 |   349925      0 |        0 |        2
1788.42/1789.00	c 1651s |      16 |   314071 |   171152 |   349925      0 |        0 |        2
1791.21/1791.82	c 1653s |      16 |   314423 |   171352 |   349925      0 |        0 |        2
1794.11/1794.78	c 1656s |      16 |   314789 |   171552 |   349925      0 |        0 |        2
1796.92/1797.56	c 1659s |      16 |   315098 |   171752 |   349925      0 |        0 |        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-4080118-1465255439/watcher-4080118-1465255439 -o /tmp/evaluation-result-4080118-1465255439/solver-4080118-1465255439 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465227498-31671 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080118-1465255439.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.26 2.23 2/179 2772
/proc/meminfo: memFree=29224616/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=681404 CPUtime=0 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 2534 0 0 0 0 0 0 0 20 0 4 0 107477045 697757696 3406 33554432000 4194304 16246674 140735973487408 140735973486832 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 170863 3414 441 2943 0 167757 0
[pid=2772/tid=2773] ppid=2769 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 743895040 3581 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=730556 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 748089344 3598 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=735676 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107477045 753332224 3616 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.16 2.26 2.23 2/179 2772
/proc/meminfo: memFree=29224616/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 28212 0 0 0 5 4 0 0 20 0 4 0 107477045 1332285440 29021 33554432000 4194304 16246674 140735973487408 140735973486720 7368729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 325265 29036 800 2943 0 322159 0
[pid=2772/tid=2773] ppid=2769 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1332285440 29046 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1332285440 29058 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1332285440 29069 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200516 s]
/proc/loadavg: 2.16 2.26 2.23 2/179 2772
/proc/meminfo: memFree=29224616/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 48629 0 0 0 12 7 0 0 20 0 4 0 107477045 1344868352 49949 33554432000 4194304 16246674 140735973487408 140735973486720 7439578 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 328337 49949 800 2943 0 325231 0
[pid=2772/tid=2773] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 49949 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 49949 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 49949 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300498 s]
/proc/loadavg: 2.16 2.26 2.23 2/179 2772
/proc/meminfo: memFree=29224616/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 48874 0 0 0 22 7 0 0 20 0 4 0 107477045 1344868352 50194 33554432000 4194304 16246674 140735973487408 140735973485248 12487944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 328337 50194 834 2943 0 325231 0
[pid=2772/tid=2773] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 50194 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 50194 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 50194 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700412 s]
/proc/loadavg: 2.16 2.26 2.23 2/179 2772
/proc/meminfo: memFree=29224616/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 64798 0 0 0 59 10 0 0 20 0 4 0 107477045 1344868352 66118 33554432000 4194304 16246674 140735973487408 140735973486720 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 328337 66118 835 2943 0 325231 0
[pid=2772/tid=2773] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 66118 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 66118 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1344868352 66118 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.16 2.26 2.23 3/183 2776
/proc/meminfo: memFree=28873456/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1318468 CPUtime=1.49 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 130774 0 0 0 130 19 0 0 20 0 4 0 107477045 1350111232 132094 33554432000 4194304 16246674 140735973487408 140735973469312 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 329617 132094 835 2943 0 326511 0
[pid=2772/tid=2773] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 132094 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 132094 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 132094 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1318468

[startup+3.10042 s]
/proc/loadavg: 2.16 2.26 2.23 3/183 2776
/proc/meminfo: memFree=28679016/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1318468 CPUtime=3.09 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 135144 0 0 0 289 20 0 0 20 0 4 0 107477045 1350111232 136464 33554432000 4194304 16246674 140735973487408 140735973469312 5677716 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 329617 136464 897 2943 0 326511 0
[pid=2772/tid=2773] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 136464 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 136464 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 136464 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1318468

[startup+6.3004 s]
/proc/loadavg: 2.14 2.26 2.23 3/183 2776
/proc/meminfo: memFree=28390844/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1318468 CPUtime=6.29 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 207245 0 0 0 601 28 0 0 20 0 4 0 107477045 1350111232 208565 33554432000 4194304 16246674 140735973487408 140735973469312 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 329617 208565 909 2943 0 326511 0
[pid=2772/tid=2773] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208565 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208565 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208565 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1318468

[startup+12.7004 s]
/proc/loadavg: 2.21 2.27 2.23 3/183 2776
/proc/meminfo: memFree=28390860/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1318468 CPUtime=12.69 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 207245 0 0 0 1241 28 0 0 20 0 4 0 107477045 1350111232 208565 33554432000 4194304 16246674 140735973487408 140735973469312 5829844 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 329617 208565 909 2943 0 326511 0
[pid=2772/tid=2773] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208565 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208565 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208565 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1318468

[startup+25.5074 s]
/proc/loadavg: 2.24 2.27 2.23 3/183 2776
/proc/meminfo: memFree=28390560/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1318468 CPUtime=25.49 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 207249 0 0 0 2521 28 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140735973469312 5677716 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 329617 208569 913 2943 0 326511 0
[pid=2772/tid=2773] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1318468

[startup+51.1004 s]
/proc/loadavg: 2.21 2.26 2.23 3/183 2776
/proc/meminfo: memFree=28390904/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1318468 CPUtime=51.08 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 207249 0 0 0 5080 28 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140735973469184 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 329617 208569 913 2943 0 326511 0
[pid=2772/tid=2773] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1318468

[startup+102.3 s]
/proc/loadavg: 2.28 2.27 2.23 3/183 2777
/proc/meminfo: memFree=28388476/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1318468 CPUtime=102.27 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 207249 0 0 0 10198 29 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140735973469312 5674559 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 329617 208569 913 2943 0 326511 0
[pid=2772/tid=2773] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1350111232 208569 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1318468


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

/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1735987200 365633 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 1695300

[startup+1362.3 s]
/proc/loadavg: 2.13 2.18 2.18 3/183 2857
/proc/meminfo: memFree=27729488/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1721924 CPUtime=1361.83 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 370560 0 0 0 136061 122 0 0 20 0 4 0 107477045 1763250176 372432 33554432000 4194304 16246674 140735973487408 140735973485376 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 430481 372432 915 2943 0 427375 0
[pid=2772/tid=2773] ppid=2769 vsize=1721924 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1763250176 372432 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1721924 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1763250176 372432 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1721924 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1763250176 372432 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 1721924

[startup+1422.3 s]
/proc/loadavg: 2.30 2.22 2.19 4/183 2858
/proc/meminfo: memFree=27687124/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1764932 CPUtime=1421.81 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 381167 0 0 0 142054 127 0 0 20 0 4 0 107477045 1807290368 383018 33554432000 4194304 16246674 140735973487408 140735973469312 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 441233 383018 915 2943 0 438127 0
[pid=2772/tid=2773] ppid=2769 vsize=1764932 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1807290368 383018 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1764932 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1807290368 383018 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1764932 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1807290368 383018 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 1764932

[startup+1482.3 s]
/proc/loadavg: 2.26 2.22 2.19 3/183 2860
/proc/meminfo: memFree=27641884/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1809988 CPUtime=1481.8 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 392504 0 0 0 148048 132 0 0 20 0 4 0 107477045 1853427712 394341 33554432000 4194304 16246674 140735973487408 140735973486504 5545784 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 452497 394341 915 2943 0 449391 0
[pid=2772/tid=2773] ppid=2769 vsize=1809988 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1853427712 394341 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1809988 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1853427712 394341 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1809988 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1853427712 394341 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 1809988

[startup+1542.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/183 2861
/proc/meminfo: memFree=27596572/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1855044 CPUtime=1541.78 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 403814 0 0 0 154040 138 0 0 20 0 4 0 107477045 1899565056 405628 33554432000 4194304 16246674 140735973487408 140735973486584 13906983 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 463761 405628 915 2943 0 460655 0
[pid=2772/tid=2773] ppid=2769 vsize=1855044 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1899565056 405628 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1855044 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1899565056 405628 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1855044 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1899565056 405628 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 1855044

[startup+1602.3 s]
/proc/loadavg: 2.09 2.17 2.17 3/184 2865
/proc/meminfo: memFree=27561276/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1889860 CPUtime=1601.76 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 412641 0 0 0 160033 143 0 0 20 0 4 0 107477045 1935216640 414444 33554432000 4194304 16246674 140735973487408 140735973469312 4220880 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 472465 414444 915 2943 0 469359 0
[pid=2772/tid=2773] ppid=2769 vsize=1889860 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1935216640 414444 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1889860 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1935216640 414444 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1889860 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1935216640 414444 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 1889860

[startup+1662.31 s]
/proc/loadavg: 2.13 2.17 2.17 3/183 2866
/proc/meminfo: memFree=27530176/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1921604 CPUtime=1661.75 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 420421 0 0 0 166028 147 0 0 20 0 4 0 107477045 1967722496 422207 33554432000 4194304 16246674 140735973487408 140735973469312 5546160 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 480401 422207 915 2943 0 477295 0
[pid=2772/tid=2773] ppid=2769 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 1967722496 422207 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 1967722496 422207 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 1967722496 422207 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 1921604

[startup+1722.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 2867
/proc/meminfo: memFree=27461652/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=1989188 CPUtime=1721.73 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 437545 0 0 0 172019 154 0 0 20 0 4 0 107477045 2036928512 439322 33554432000 4194304 16246674 140735973487408 140735973469312 5662768 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 497297 439322 915 2943 0 494191 0
[pid=2772/tid=2773] ppid=2769 vsize=1989188 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 2036928512 439322 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=1989188 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 2036928512 439322 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=1989188 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 2036928512 439322 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 1989188

[startup+1782.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/183 2869
/proc/meminfo: memFree=27410380/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=2039364 CPUtime=1781.71 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 450009 0 0 0 178011 160 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140735973486584 5677667 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 509841 451786 915 2943 0 506735 0
[pid=2772/tid=2773] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 2039364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 2869
/proc/meminfo: memFree=27410228/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=2039364 CPUtime=1800.01 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 450009 0 0 0 179840 161 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140735973486504 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 509841 451786 915 2943 0 506735 0
[pid=2772/tid=2773] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2039364

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

[startup+1800.6 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 2869
/proc/meminfo: memFree=27410228/32872528 swapFree=17892/1720544
[pid=2772] ppid=2769 vsize=2039364 CPUtime=1800.01 cores=0,2,4,6
/proc/2772/stat : 2772 (toysat) R 2769 2772 31655 0 -1 4202496 450009 0 0 0 179840 161 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140735973486504 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2772/statm: 509841 451786 915 2943 0 506735 0
[pid=2772/tid=2773] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (toysat) S 2769 2772 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099907988720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2774] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2774/stat : 2774 (toysat) S 2769 2772 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099819908336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=2039364 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (toysat) S 2769 2772 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107477045 2088308736 451786 33554432000 4194304 16246674 140735973487408 140099809434800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2039364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.62
CPU time (s): 1800.04
CPU user time (s): 1798.41
CPU system time (s): 1.62975
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 2039364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.62975
maximum resident set size= 1807144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450009
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= 620
involuntary context switches= 1849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6444 second user time and 18.7222 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 01:23:59
IDJOB=4080118
IDBENCH=48108
IDSOLVER=2542
FILE ID=node117/4080118-1465255439
RUNJOBID= node117-1465227498-31671
PBS_JOBID= 19843241
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_1000_60_4.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080118-1465255439/watcher-4080118-1465255439 -o /tmp/evaluation-result-4080118-1465255439/solver-4080118-1465255439 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465227498-31671 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080118-1465255439.opb

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

MD5SUM BENCH= ca18e0f90c225db0db25139874012827
RANDOM SEED=642546578

node117.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.088
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.17
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.088
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.088
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.088
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.56
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.088
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.54
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.088
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.088
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.53
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.088
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:        29224880 kB
Buffers:           13020 kB
Cached:            76060 kB
SwapCached:        55888 kB
Active:          1139448 kB
Inactive:          85080 kB
Active(anon):    1081576 kB
Inactive(anon):    56024 kB
Active(file):      57872 kB
Inactive(file):    29056 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67043784 kB
Dirty:             17500 kB
Writeback:             0 kB
AnonPages:       2889020 kB
Mapped:             9888 kB
Shmem:                 0 kB
Slab:             567248 kB
SReclaimable:      11516 kB
SUnreclaim:       555732 kB
KernelStack:        1520 kB
PageTables:         9576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2944468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1798144 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= 71708 MiB
End job on node117 at 2016-06-07 01:54:00