Trace number 4106604

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.11 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_5.opb
MD5SUMd7281b7a8bb5680ab95cd17583e8be43
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 42
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 constraint109
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)75288
Sum of products size (including duplicates)150576
Number of different products75288
Sum of products size150576

Solver Data

0.00/0.00	c 2016-06-18T20:29:06+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-4106604-1466274546.opb"]
0.00/0.01	c use --random-gen="3490198976 1160545373 2825412553 2848960565 3663741075 746479542 1868447459 3542665522 243380919 4167025707 2366057923 1174766702 40281216 1068681048 3531065241 3896458776 2393051671 2799786961 3677094556 2138041591 1342765645 4199406613 3988300694 1464683692 580579014 1721520297 1894376079 1291770970 1672399758 2456574232 2911187469 1115409980 2624633669 3224563217 2452091653 2862187152 2974311815 1260222528 410039944 1588301217 1681751385 4035009762 4201058910 3295663780 3989275805 25621671 4192108756 2657683577 960508024 666461797 4191106709 2337269134 2043120304 1614673376 1932243822 3869208090 3688867253 2890825458 410056198 1579971194 3112189543 2008606521 676676257 543538177 1104642273 1208458161 3859447117 1798259841 1373682204 1650973629 3194690855 2580137921 3687001331 2294747742 2034107842 2313004304 587258921 1326688048 767953645 3609303260 2221227379 3712096997 1656696315 3320035961 1511200112 852553398 595163249 1742648193 3901208665 1448143220 3996395122 2049850164 1767554007 546845074 1828405564 3819937138 1606262646 2638187908 3455153580 1380532637 1924259437 1913144545 2341675763 2951859849 2802649231 4165872322 3266332625 707046004 1014382009 504047869 4268867629 1898579648 2557832287 620858266 2197758807 337141658 2762051920 2795114022 1506263538 3644239167 1480815448 676268487 3080265059 941275236 2600752104 1140487009 2872683456 3581566366 3818884632 978641007 1870238182 3456086282 4166350183 1529243994 4271994237 946053179 4178060775 652978349 915405726 636319122 2079724437 814404259 3102209340 2105890786 2629661518 3772450747 2583651819 552957351 2790241583 1650608549 1239209401 1303190290 3128677877 4162315418 3016552868 3401182179 3158060958 4056242590 2689889091 1477734305 2688762797 3831696178 4276037897 1446384797 3198230442 3286480633 3892978309 3372072862 1664122609 1318034263 2319149407 3508813670 2276353898 1173730088 3485791382 1152710893 2300070642 672750495 1586602328 1126616855 2459432358 885636530 3112472227 1618058134 2134292074 3642243625 944077412 627332877 1164993752 3848122000 3299657341 290933305 4126638913 3683447581 1370751 1956421063 3216608554 1778809688 3391495157 1120891210 2150232192 25991910 643537848 2754212373 2685532082 2000679649 1351052428 2559088911 1029032328 1535246004 3662122760 1337121012 4008366864 1671476939 2246424314 763046988 4156264614 1929015545 2040807276 2264835802 1479994671 697888649 2753427492 1924819230 2239598423 3932039611 2334263646 3394038789 3305295955 2858208976 2264737117 394302199 1225561294 2054915914 768044326 4275399478 938940512 3882031123 2103930296 1668877166 3351074535 3520797445 3739556930 3186758846 1098579865 797447204 3892755188 3133447812 2863188412 1691952908 2597443127 3496104411 2360186967 1193360951 1997303146 3349616492 255 362436" option to reproduce the execution
0.19/0.21	c #vars 1000
0.19/0.21	c #constraints 1000
1.98/2.00	c BCD2: Hardening is enabled.
1.98/2.00	c BCD2: BiasedSearch is enabled.
1.98/2.00	c Solving starts ...
1.98/2.00	c ============================[ Search Statistics ]============================
1.98/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.00	c =============================================================================
1.98/2.08	c  0.0s |       0 |        0 |        0 |    75954      0 |        0 |        0
2.19/2.25	c  0.2s |       0 |     4260 |        0 |    75954      0 |        0 |        0
2.19/2.25	c #cpu_time = 0.127s
2.19/2.25	c #wall_clock_time = 0.127s
2.19/2.25	c #decision = 4260
2.19/2.25	c #random_decision = 1
2.19/2.25	c #conflict = 0
2.19/2.25	c #restart = 0
2.19/2.25	o 933
2.19/2.25	c BCD2: updating upper bound: 1000 -> 932
2.19/2.25	c BCD2: 0 <= obj <= 932
2.19/2.25	c BCD2: #cores=0, #unrelaxed=1000, #relaxed=0, #hardened=0
2.19/2.25	c BCD2: #sat=1 #unsat=1 bias=1/2
2.19/2.25	c Solving starts ...
2.19/2.25	c ============================[ Search Statistics ]============================
2.19/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.25	c =============================================================================
2.19/2.25	c  0.0s |       0 |        0 |        0 |    75954      0 |        0 |        0
2.38/2.43	c  0.2s |       0 |      941 |        0 |    75954      0 |        0 |        0
2.38/2.43	c #cpu_time = 0.151s
2.38/2.43	c #wall_clock_time = 0.151s
2.38/2.43	c #decision = 941
2.38/2.43	c #random_decision = 0
2.38/2.43	c #conflict = 0
2.38/2.43	c #restart = 0
2.38/2.43	c BCD2: found a new core of size 64: cost of the new core is >=1
2.38/2.43	c lower bound updated to 1
2.38/2.43	c BCD2: 1 <= obj <= 932
2.38/2.43	c BCD2: #cores=1, #unrelaxed=936, #relaxed=64, #hardened=0
2.38/2.43	c BCD2: #sat=1 #unsat=2 bias=2/3
2.38/2.43	c Solving starts ...
2.38/2.43	c ============================[ Search Statistics ]============================
2.38/2.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.43	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.43	c =============================================================================
2.48/2.51	c  0.0s |       0 |        0 |        0 |    75954      0 |        0 |        0
2.58/2.69	c  0.2s |       0 |      920 |        0 |    75954      0 |        0 |        0
2.58/2.69	c #cpu_time = 0.155s
2.58/2.69	c #wall_clock_time = 0.155s
2.58/2.69	c #decision = 920
2.58/2.69	c #random_decision = 0
2.58/2.69	c #conflict = 0
2.58/2.69	c #restart = 0
2.58/2.69	c BCD2: found a new core of size 61: cost of the new core is >=1
2.58/2.69	c lower bound updated to 2
2.58/2.69	c BCD2: 2 <= obj <= 932
2.58/2.69	c BCD2: #cores=2, #unrelaxed=875, #relaxed=125, #hardened=0
2.58/2.69	c BCD2: #sat=1 #unsat=3 bias=3/4
2.58/2.69	c Solving starts ...
2.58/2.69	c ============================[ Search Statistics ]============================
2.58/2.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.69	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.69	c =============================================================================
2.68/2.73	c  0.0s |       0 |        0 |        0 |    75954      0 |        0 |        0
2.88/2.91	c  0.2s |       0 |      875 |        0 |    75954      0 |        0 |        0
2.88/2.91	c #cpu_time = 0.149s
2.88/2.91	c #wall_clock_time = 0.149s
2.88/2.91	c #decision = 875
2.88/2.91	c #random_decision = 0
2.88/2.91	c #conflict = 0
2.88/2.91	c #restart = 0
2.88/2.91	c BCD2: found a new core of size 78: cost of the new core is >=1
2.88/2.91	c lower bound updated to 3
2.88/2.91	c BCD2: 3 <= obj <= 932
2.88/2.91	c BCD2: #cores=3, #unrelaxed=797, #relaxed=203, #hardened=0
2.88/2.91	c BCD2: #sat=1 #unsat=4 bias=4/5
2.88/2.91	c Solving starts ...
2.88/2.91	c ============================[ Search Statistics ]============================
2.88/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.91	c =============================================================================
2.88/2.94	c  0.0s |       0 |        0 |        0 |    75954      0 |        0 |        0
3.08/3.19	c  0.3s |       0 |     9601 |        0 |    75954      0 |        0 |        0
3.08/3.19	c #cpu_time = 0.180s
3.08/3.19	c #wall_clock_time = 0.180s
3.08/3.19	c #decision = 9601
3.08/3.19	c #random_decision = 5
3.08/3.19	c #conflict = 0
3.08/3.19	c #restart = 0
3.08/3.19	o 66
3.08/3.19	c BCD2: updating upper bound: 932 -> 65
3.18/3.21	c BCD2: 3 <= obj <= 65
3.18/3.21	c BCD2: #cores=3, #unrelaxed=797, #relaxed=203, #hardened=0
3.18/3.21	c BCD2: #sat=2 #unsat=4 bias=4/6
3.18/3.21	c Solving starts ...
3.18/3.21	c ============================[ Search Statistics ]============================
3.18/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.18/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.18/3.21	c =============================================================================
3.18/3.24	c  0.0s |       0 |        0 |        0 |    75954      0 |        0 |        1
3.89/3.95	c  0.7s |       1 |     2627 |      100 |    75954      0 |        0 |        1
4.69/4.72	c  1.5s |       2 |     4507 |      250 |    83550      0 |        0 |        1
6.09/6.19	c  2.9s |       3 |     5973 |      475 |    91906      0 |        0 |        1
7.79/7.84	c  4.6s |       4 |     7727 |      813 |   101097      0 |        0 |        1
9.79/9.88	c  6.6s |       5 |     9455 |     1320 |   111207      0 |        0 |        1
11.99/12.07	c  8.8s |       5 |    11556 |     1820 |   122328      0 |        0 |        1
13.39/13.41	c 10.2s |       6 |    12011 |     2081 |   134561      0 |        0 |        1
15.68/15.78	c 12.5s |       6 |    14042 |     2681 |   134561      0 |        0 |        1
17.78/17.83	c 14.6s |       7 |    15008 |     3223 |   148018      0 |        0 |        1
20.38/20.44	c 17.2s |       7 |    17280 |     3723 |   148018      0 |        0 |        1
22.58/22.65	c 19.4s |       7 |    18237 |     4123 |   148018      0 |        0 |        1
25.18/25.25	c 22.0s |       7 |    19002 |     4523 |   148018      0 |        0 |        1
27.18/27.26	c 24.0s |       7 |    19785 |     4923 |   162820      0 |        0 |        1
27.28/27.38	c 24.1s |       8 |    19817 |     4936 |   162820      0 |        0 |        1
29.48/29.59	c 26.3s |       8 |    21628 |     5436 |   162820      0 |        0 |        1
31.78/31.82	c 28.6s |       8 |    22436 |     5936 |   162820      0 |        0 |        1
33.88/33.90	c 30.7s |       8 |    23599 |     6536 |   162820      0 |        0 |        1
36.08/36.18	c 32.9s |       8 |    24614 |     7136 |   162820      0 |        0 |        1
37.58/37.64	c 34.4s |       9 |    25125 |     7506 |   179102      0 |        0 |        1
40.18/40.23	c 37.0s |       9 |    27229 |     7906 |   179102      0 |        0 |        1
42.48/42.54	c 39.3s |       9 |    28006 |     8306 |   179102      0 |        0 |        1
44.88/44.91	c 41.7s |       9 |    28918 |     8706 |   179102      0 |        0 |        1
46.98/47.05	c 43.8s |       9 |    29646 |     9106 |   179102      0 |        0 |        1
49.38/49.49	c 46.2s |       9 |    30706 |     9506 |   179102      0 |        0 |        1
51.48/51.54	c 48.3s |       9 |    31392 |     9806 |   179102      0 |        0 |        1
54.07/54.12	c 50.9s |       9 |    32281 |    10206 |   179102      0 |        0 |        1
56.68/56.78	c 53.5s |       9 |    33198 |    10606 |   179102      0 |        0 |        1
58.98/59.09	c 55.9s |       9 |    33949 |    10906 |   179102      0 |        0 |        1
61.18/61.20	c 58.0s |       9 |    34664 |    11206 |   179102      0 |        0 |        1
62.48/62.53	c 59.3s |      10 |    34969 |    11361 |   197013      0 |        0 |        1
64.78/64.88	c 61.6s |      10 |    36946 |    11861 |   197013      0 |        0 |        1
67.09/67.15	c 63.9s |      10 |    37796 |    12461 |   197013      0 |        0 |        1
69.18/69.30	c 66.1s |      10 |    38806 |    13061 |   197013      0 |        0 |        1
71.28/71.32	c 68.1s |      10 |    39552 |    13561 |   197013      0 |        0 |        1
73.57/73.67	c 70.4s |      10 |    40272 |    14061 |   197013      0 |        0 |        1
76.07/76.18	c 72.9s |      10 |    40986 |    14561 |   197013      0 |        0 |        1
78.18/78.27	c 75.0s |      10 |    41403 |    14861 |   197013      0 |        0 |        1
80.48/80.55	c 77.3s |      10 |    42230 |    15361 |   197013      0 |        0 |        1
82.68/82.72	c 79.5s |      10 |    42894 |    15761 |   197013      0 |        0 |        1
84.98/85.02	c 81.8s |      10 |    43541 |    16161 |   197013      0 |        0 |        1
87.17/87.27	c 84.0s |      10 |    44094 |    16561 |   197013      0 |        0 |        1
89.27/89.37	c 86.1s |      10 |    44792 |    16961 |   197013      0 |        0 |        1
90.37/90.40	c 87.2s |      11 |    45077 |    17144 |   216715      0 |        0 |        1
92.57/92.63	c 89.4s |      11 |    47066 |    17644 |   216715      0 |        0 |        1
94.58/94.66	c 91.4s |      11 |    47854 |    18144 |   216715      0 |        0 |        1
96.57/96.69	c 93.5s |      11 |    48827 |    18744 |   216715      0 |        0 |        1
98.87/98.90	c 95.7s |      11 |    49966 |    19344 |   216715      0 |        0 |        1
101.07/101.20	c 98.0s |      11 |    50997 |    19944 |   216715      0 |        0 |        1
103.27/103.39	c  100s |      11 |    52050 |    20544 |   216715      0 |        0 |        1
105.47/105.59	c  102s |      11 |    53127 |    21144 |   216715      0 |        0 |        1
107.77/107.88	c  104s |      11 |    54353 |    21744 |   216715      0 |        0 |        1
109.87/109.97	c  106s |      11 |    55502 |    22344 |   216715      0 |        0 |        1
112.07/112.20	c  108s |      11 |    56726 |    22944 |   216715      0 |        0 |        1
114.37/114.48	c  111s |      11 |    57792 |    23544 |   216715      0 |        0 |        1
116.68/116.76	c  113s |      11 |    58998 |    24144 |   216715      0 |        0 |        1
119.07/119.14	c  115s |      11 |    59993 |    24744 |   216715      0 |        0 |        1
121.08/121.16	c  117s |      11 |    60946 |    25244 |   216715      0 |        0 |        1
123.18/123.23	c  119s |      11 |    61945 |    25744 |   238387      0 |        0 |        1
123.47/123.56	c  120s |      12 |    62053 |    25819 |   238387      0 |        0 |        1
125.77/125.86	c  122s |      12 |    63971 |    26219 |   238387      0 |        0 |        1
128.07/128.11	c  124s |      12 |    65032 |    26719 |   238387      0 |        0 |        1
130.07/130.19	c  126s |      12 |    66095 |    27219 |   238387      0 |        0 |        1
132.27/132.32	c  129s |      12 |    67016 |    27719 |   238387      0 |        0 |        1
134.57/134.60	c  131s |      12 |    68009 |    28219 |   238387      0 |        0 |        1
136.87/136.92	c  133s |      12 |    69159 |    28719 |   238387      0 |        0 |        1
139.17/139.28	c  136s |      12 |    70163 |    29219 |   238387      0 |        0 |        1
141.37/141.44	c  138s |      12 |    71098 |    29619 |   238387      0 |        0 |        1
143.57/143.62	c  140s |      12 |    71925 |    30019 |   238387      0 |        0 |        1
145.87/145.97	c  142s |      12 |    72565 |    30419 |   238387      0 |        0 |        1
148.48/148.52	c  145s |      12 |    73274 |    30819 |   238387      0 |        0 |        1
150.77/150.85	c  147s |      12 |    74075 |    31219 |   238387      0 |        0 |        1
152.77/152.85	c  149s |      12 |    74781 |    31619 |   238387      0 |        0 |        1
154.77/154.89	c  151s |      12 |    75602 |    32019 |   238387      0 |        0 |        1
157.06/157.12	c  153s |      12 |    76357 |    32419 |   238387      0 |        0 |        1
159.16/159.23	c  155s |      12 |    77104 |    32819 |   238387      0 |        0 |        1
161.56/161.61	c  158s |      12 |    77867 |    33219 |   238387      0 |        0 |        1
164.06/164.16	c  160s |      12 |    78545 |    33619 |   238387      0 |        0 |        1
166.27/166.31	c  163s |      12 |    79300 |    34019 |   238387      0 |        0 |        1
168.37/168.46	c  165s |      12 |    80066 |    34419 |   238387      0 |        0 |        1
170.57/170.63	c  167s |      12 |    80861 |    34819 |   238387      0 |        0 |        1
172.86/172.95	c  169s |      12 |    81630 |    35219 |   238387      0 |        0 |        1
175.16/175.26	c  172s |      12 |    82415 |    35619 |   238387      0 |        0 |        1
177.56/177.62	c  174s |      12 |    83148 |    36019 |   238387      0 |        0 |        1
179.96/180.07	c  176s |      12 |    83964 |    36419 |   238387      0 |        0 |        1
182.26/182.34	c  179s |      12 |    84749 |    36819 |   238387      0 |        0 |        1
184.87/184.98	c  181s |      12 |    85466 |    37219 |   238387      0 |        0 |        1
187.56/187.60	c  184s |      12 |    86183 |    37619 |   238387      0 |        0 |        1
189.56/189.65	c  186s |      12 |    86712 |    37919 |   238387      0 |        0 |        1
191.86/191.96	c  188s |      12 |    87609 |    38319 |   238387      0 |        0 |        1
194.16/194.21	c  190s |      12 |    88636 |    38719 |   262226      0 |        0 |        1
194.76/194.84	c  191s |      13 |    88905 |    38832 |   262226      0 |        0 |        1
197.06/197.14	c  193s |      13 |    91205 |    39332 |   262226      0 |        0 |        1
199.35/199.42	c  196s |      13 |    92014 |    39932 |   262226      0 |        0 |        1
201.75/201.84	c  198s |      13 |    92973 |    40532 |   262226      0 |        0 |        1
203.96/204.05	c  200s |      13 |    93629 |    41032 |   262226      0 |        0 |        1
206.16/206.26	c  203s |      13 |    94189 |    41432 |   262226      0 |        0 |        1
208.76/208.82	c  205s |      13 |    95170 |    41932 |   262226      0 |        0 |        1
210.96/211.07	c  207s |      13 |    96116 |    42532 |   262226      0 |        0 |        1
213.36/213.41	c  210s |      13 |    97142 |    43232 |   262226      0 |        0 |        1
215.46/215.52	c  212s |      13 |    98020 |    43832 |   262226      0 |        0 |        1
217.56/217.64	c  214s |      13 |    98741 |    44332 |   262226      0 |        0 |        1
219.56/219.65	c  216s |      13 |    99296 |    44732 |   262226      0 |        0 |        1
221.85/221.99	c  218s |      13 |    99837 |    45132 |   262226      0 |        0 |        1
224.36/224.41	c  221s |      13 |   100568 |    45632 |   262226      0 |        0 |        1
226.35/226.48	c  223s |      13 |   101183 |    46032 |   262226      0 |        0 |        1
228.66/228.76	c  225s |      13 |   101751 |    46432 |   262226      0 |        0 |        1
230.96/231.04	c  227s |      13 |   102349 |    46832 |   262226      0 |        0 |        1
233.26/233.37	c  230s |      13 |   103045 |    47232 |   262226      0 |        0 |        1
235.36/235.45	c  232s |      13 |   103981 |    47732 |   262226      0 |        0 |        1
237.66/237.79	c  234s |      13 |   105171 |    48332 |   262226      0 |        0 |        1
240.05/240.13	c  236s |      13 |   106105 |    48932 |   262226      0 |        0 |        1
242.05/242.19	c  238s |      13 |   107052 |    49432 |   262226      0 |        0 |        1
244.45/244.58	c  241s |      13 |   107865 |    49932 |   262226      0 |        0 |        1
246.95/247.05	c  243s |      13 |   108557 |    50432 |   262226      0 |        0 |        1
249.35/249.47	c  246s |      13 |   109273 |    50932 |   262226      0 |        0 |        1
251.86/251.98	c  248s |      13 |   110024 |    51432 |   262226      0 |        0 |        1
253.95/254.09	c  250s |      13 |   110644 |    51832 |   262226      0 |        0 |        1
256.36/256.41	c  253s |      13 |   111368 |    52232 |   262226      0 |        0 |        1
258.65/258.73	c  255s |      13 |   111969 |    52632 |   262226      0 |        0 |        1
260.65/260.79	c  257s |      13 |   112773 |    53032 |   262226      0 |        0 |        1
262.95/263.06	c  259s |      13 |   113594 |    53432 |   262226      0 |        0 |        1
265.05/265.12	c  261s |      13 |   114182 |    53832 |   262226      0 |        0 |        1
267.15/267.21	c  263s |      13 |   114866 |    54332 |   262226      0 |        0 |        1
269.55/269.63	c  266s |      13 |   115678 |    54832 |   262226      0 |        0 |        1
271.84/271.98	c  268s |      13 |   116392 |    55332 |   262226      0 |        0 |        1
274.34/274.46	c  271s |      13 |   117144 |    55832 |   262226      0 |        0 |        1
276.84/276.99	c  273s |      13 |   117908 |    56332 |   262226      0 |        0 |        1
279.25/279.36	c  276s |      13 |   118514 |    56732 |   262226      0 |        0 |        1
281.85/281.98	c  278s |      13 |   119236 |    57132 |   262226      0 |        0 |        1
284.35/284.40	c  281s |      13 |   120034 |    57632 |   262226      0 |        0 |        1
286.35/286.44	c  283s |      13 |   120853 |    58132 |   288449      0 |        0 |        1
287.25/287.37	c  284s |      14 |   121162 |    58352 |   288449      0 |        0 |        1
289.65/289.74	c  286s |      14 |   123984 |    58752 |   288449      0 |        0 |        1
291.74/291.82	c  288s |      14 |   124723 |    59252 |   288449      0 |        0 |        1
293.75/293.85	c  290s |      14 |   125576 |    59752 |   288449      0 |        0 |        1
295.85/295.98	c  292s |      14 |   126313 |    60252 |   288449      0 |        0 |        1
297.94/298.09	c  294s |      14 |   127101 |    60752 |   288449      0 |        0 |        1
300.25/300.34	c  297s |      14 |   128033 |    61252 |   288449      0 |        0 |        1
302.64/302.79	c  299s |      14 |   128994 |    61852 |   288449      0 |        0 |        1
305.14/305.21	c  301s |      14 |   130086 |    62452 |   288449      0 |        0 |        1
307.74/307.86	c  304s |      14 |   130812 |    62852 |   288449      0 |        0 |        1
309.94/310.02	c  306s |      14 |   131416 |    63152 |   288449      0 |        0 |        1
312.24/312.37	c  309s |      14 |   131974 |    63452 |   288449      0 |        0 |        1
314.74/314.89	c  311s |      14 |   132661 |    63752 |   288449      0 |        0 |        1
317.44/317.51	c  314s |      14 |   133303 |    64052 |   288449      0 |        0 |        1
319.74/319.89	c  316s |      14 |   133961 |    64352 |   288449      0 |        0 |        1
322.25/322.37	c  319s |      14 |   134565 |    64652 |   288449      0 |        0 |        1
324.54/324.60	c  321s |      14 |   135086 |    64952 |   288449      0 |        0 |        1
326.64/326.75	c  323s |      14 |   135653 |    65252 |   288449      0 |        0 |        1
328.84/328.98	c  325s |      14 |   136242 |    65552 |   288449      0 |        0 |        1
331.43/331.50	c  328s |      14 |   136799 |    65852 |   288449      0 |        0 |        1
333.74/333.80	c  330s |      14 |   137341 |    66152 |   288449      0 |        0 |        1
335.94/336.02	c  332s |      14 |   137970 |    66452 |   288449      0 |        0 |        1
337.94/338.08	c  334s |      14 |   138464 |    66752 |   288449      0 |        0 |        1
340.33/340.41	c  337s |      14 |   138983 |    67052 |   288449      0 |        0 |        1
342.63/342.77	c  339s |      14 |   139519 |    67352 |   288449      0 |        0 |        1
345.04/345.16	c  341s |      14 |   140040 |    67652 |   288449      0 |        0 |        1
347.54/347.61	c  344s |      14 |   140735 |    68052 |   288449      0 |        0 |        1
349.64/349.79	c  346s |      14 |   141263 |    68352 |   288449      0 |        0 |        1
351.94/352.07	c  348s |      14 |   141790 |    68652 |   288449      0 |        0 |        1
354.14/354.22	c  350s |      14 |   142332 |    68952 |   288449      0 |        0 |        1
356.23/356.37	c  353s |      14 |   142844 |    69252 |   288449      0 |        0 |        1
358.64/358.79	c  355s |      14 |   143297 |    69552 |   288449      0 |        0 |        1
361.13/361.20	c  357s |      14 |   143701 |    69852 |   288449      0 |        0 |        1
363.64/363.73	c  360s |      14 |   144241 |    70152 |   288449      0 |        0 |        1
365.63/365.74	c  362s |      14 |   144622 |    70352 |   288449      0 |        0 |        1
368.23/368.31	c  365s |      14 |   145096 |    70652 |   288449      0 |        0 |        1
370.43/370.57	c  367s |      14 |   145749 |    71052 |   288449      0 |        0 |        1
372.63/372.79	c  369s |      14 |   146471 |    71452 |   288449      0 |        0 |        1
374.73/374.84	c  371s |      14 |   147067 |    71752 |   288449      0 |        0 |        1
377.23/377.37	c  374s |      14 |   147620 |    72052 |   288449      0 |        0 |        1
379.83/379.99	c  376s |      14 |   148144 |    72352 |   288449      0 |        0 |        1
382.33/382.47	c  379s |      14 |   148656 |    72652 |   288449      0 |        0 |        1
384.73/384.88	c  381s |      14 |   149221 |    72952 |   288449      0 |        0 |        1
387.03/387.17	c  383s |      14 |   149868 |    73252 |   288449      0 |        0 |        1
389.53/389.69	c  386s |      14 |   150665 |    73652 |   288449      0 |        0 |        1
391.73/391.82	c  388s |      14 |   151242 |    73952 |   288449      0 |        0 |        1
394.13/394.25	c  391s |      14 |   152051 |    74352 |   288449      0 |        0 |        1
396.32/396.43	c  393s |      14 |   152616 |    74652 |   288449      0 |        0 |        1
398.72/398.83	c  395s |      14 |   153130 |    74952 |   288449      0 |        0 |        1
401.32/401.43	c  398s |      14 |   153561 |    75252 |   288449      0 |        0 |        1
403.74/403.89	c  400s |      14 |   153976 |    75552 |   288449      0 |        0 |        1
406.33/406.42	c  403s |      14 |   154448 |    75852 |   288449      0 |        0 |        1
408.52/408.69	c  405s |      14 |   154871 |    76152 |   288449      0 |        0 |        1
411.22/411.38	c  408s |      14 |   155406 |    76452 |   288449      0 |        0 |        1
413.83/413.98	c  410s |      14 |   155828 |    76752 |   288449      0 |        0 |        1
416.33/416.44	c  413s |      14 |   156262 |    77052 |   288449      0 |        0 |        1
419.03/419.11	c  415s |      14 |   156727 |    77352 |   288449      0 |        0 |        1
421.52/421.64	c  418s |      14 |   157169 |    77652 |   288449      0 |        0 |        1
423.62/423.75	c  420s |      14 |   157700 |    77952 |   288449      0 |        0 |        1
425.82/425.95	c  422s |      14 |   158268 |    78252 |   288449      0 |        0 |        1
427.83/427.97	c  424s |      14 |   158780 |    78552 |   288449      0 |        0 |        1
430.13/430.21	c  426s |      14 |   159321 |    78852 |   288449      0 |        0 |        1
432.33/432.40	c  429s |      14 |   159794 |    79152 |   288449      0 |        0 |        1
435.12/435.24	c  431s |      14 |   160341 |    79452 |   288449      0 |        0 |        1
437.52/437.66	c  434s |      14 |   160845 |    79752 |   288449      0 |        0 |        1
439.93/440.04	c  436s |      14 |   161416 |    80052 |   288449      0 |        0 |        1
442.23/442.36	c  439s |      14 |   161944 |    80352 |   288449      0 |        0 |        1
444.43/444.54	c  441s |      14 |   162496 |    80652 |   288449      0 |        0 |        1
447.02/447.17	c  443s |      14 |   163212 |    81052 |   288449      0 |        0 |        1
449.22/449.32	c  446s |      14 |   163832 |    81352 |   288449      0 |        0 |        1
451.52/451.66	c  448s |      14 |   164313 |    81652 |   288449      0 |        0 |        1
453.72/453.82	c  450s |      14 |   164836 |    81952 |   288449      0 |        0 |        1
456.01/456.12	c  452s |      14 |   165304 |    82252 |   288449      0 |        0 |        1
458.22/458.35	c  455s |      14 |   165793 |    82552 |   288449      0 |        0 |        1
460.42/460.53	c  457s |      14 |   166320 |    82852 |   288449      0 |        0 |        1
462.72/462.82	c  459s |      14 |   166944 |    83152 |   288449      0 |        0 |        1
465.12/465.27	c  462s |      14 |   167453 |    83452 |   288449      0 |        0 |        1
467.72/467.80	c  464s |      14 |   168157 |    83852 |   288449      0 |        0 |        1
470.12/470.27	c  467s |      14 |   168649 |    84152 |   288449      0 |        0 |        1
472.52/472.69	c  469s |      14 |   169151 |    84452 |   288449      0 |        0 |        1
475.12/475.23	c  471s |      14 |   169557 |    84752 |   288449      0 |        0 |        1
477.11/477.24	c  473s |      14 |   169860 |    84952 |   288449      0 |        0 |        1
479.32/479.46	c  476s |      14 |   170409 |    85252 |   288449      0 |        0 |        1
481.62/481.78	c  478s |      14 |   170963 |    85552 |   288449      0 |        0 |        1
483.72/483.82	c  480s |      14 |   171315 |    85752 |   288449      0 |        0 |        1
485.92/486.07	c  482s |      14 |   171839 |    86052 |   288449      0 |        0 |        1
488.11/488.27	c  485s |      14 |   172374 |    86352 |   288449      0 |        0 |        1
490.52/490.69	c  487s |      14 |   172941 |    86652 |   288449      0 |        0 |        1
492.61/492.75	c  489s |      14 |   173534 |    86952 |   288449      0 |        0 |        1
495.02/495.19	c  491s |      14 |   174036 |    87252 |   317294      0 |        0 |        1
497.41/497.52	c  494s |      14 |   174555 |    87552 |   317294      0 |        0 |        1
498.01/498.15	c  494s |      15 |   174698 |    87632 |   317294      0 |        0 |        1
500.42/500.53	c  497s |      15 |   176300 |    87832 |   317294      0 |        0 |        1
502.72/502.89	c  499s |      15 |   177214 |    88332 |   317294      0 |        0 |        1
505.11/505.22	c  501s |      15 |   178087 |    88832 |   317294      0 |        0 |        1
507.31/507.46	c  504s |      15 |   179067 |    89332 |   317294      0 |        0 |        1
509.71/509.89	c  506s |      15 |   180096 |    89832 |   317294      0 |        0 |        1
512.11/512.30	c  509s |      15 |   181255 |    90332 |   317294      0 |        0 |        1
514.31/514.47	c  511s |      15 |   181926 |    90732 |   317294      0 |        0 |        1
516.41/516.54	c  513s |      15 |   182737 |    91132 |   317294      0 |        0 |        1
518.50/518.67	c  515s |      15 |   183429 |    91532 |   317294      0 |        0 |        1
520.70/520.87	c  517s |      15 |   184168 |    91932 |   317294      0 |        0 |        1
522.80/522.98	c  519s |      15 |   184827 |    92332 |   317294      0 |        0 |        1
524.91/525.05	c  521s |      15 |   185464 |    92732 |   317294      0 |        0 |        1
527.21/527.35	c  524s |      15 |   186144 |    93132 |   317294      0 |        0 |        1
529.31/529.44	c  526s |      15 |   186791 |    93532 |   317294      0 |        0 |        1
531.51/531.61	c  528s |      15 |   187434 |    93932 |   317294      0 |        0 |        1
533.51/533.62	c  530s |      15 |   188104 |    94332 |   317294      0 |        0 |        1
535.81/535.94	c  532s |      15 |   188809 |    94732 |   317294      0 |        0 |        1
538.30/538.40	c  535s |      15 |   189599 |    95132 |   317294      0 |        0 |        1
540.40/540.58	c  537s |      15 |   190398 |    95532 |   317294      0 |        0 |        1
542.90/543.04	c  539s |      15 |   191432 |    96032 |   317294      0 |        0 |        1
545.20/545.38	c  542s |      15 |   192353 |    96532 |   317294      0 |        0 |        1
547.60/547.80	c  544s |      15 |   193340 |    97032 |   317294      0 |        0 |        1
550.01/550.19	c  546s |      15 |   193982 |    97432 |   317294      0 |        0 |        1
552.50/552.66	c  549s |      15 |   194683 |    97832 |   317294      0 |        0 |        1
554.60/554.70	c  551s |      15 |   195205 |    98132 |   317294      0 |        0 |        1
556.61/556.80	c  553s |      15 |   195616 |    98432 |   317294      0 |        0 |        1
558.91/559.05	c  555s |      15 |   196162 |    98732 |   317294      0 |        0 |        1
561.10/561.27	c  558s |      15 |   196695 |    99032 |   317294      0 |        0 |        1
563.30/563.46	c  560s |      15 |   197324 |    99332 |   317294      0 |        0 |        1
565.50/565.67	c  562s |      15 |   198297 |    99832 |   317294      0 |        0 |        1
567.61/567.73	c  564s |      15 |   199037 |   100232 |   317294      0 |        0 |        1
570.00/570.10	c  566s |      15 |   199948 |   100732 |   317294      0 |        0 |        1
572.20/572.34	c  569s |      15 |   200796 |   101132 |   317294      0 |        0 |        1
574.50/574.62	c  571s |      15 |   201559 |   101532 |   317294      0 |        0 |        1
576.80/576.97	c  573s |      15 |   202230 |   101932 |   317294      0 |        0 |        1
579.40/579.54	c  576s |      15 |   203021 |   102332 |   317294      0 |        0 |        1
581.80/581.92	c  578s |      15 |   203813 |   102732 |   317294      0 |        0 |        1
584.40/584.55	c  581s |      15 |   204586 |   103132 |   317294      0 |        0 |        1
586.80/586.95	c  583s |      15 |   205254 |   103532 |   317294      0 |        0 |        1
589.30/589.43	c  586s |      15 |   206005 |   103932 |   317294      0 |        0 |        1
591.60/591.77	c  588s |      15 |   206729 |   104332 |   317294      0 |        0 |        1
594.00/594.16	c  590s |      15 |   207520 |   104732 |   317294      0 |        0 |        1
596.49/596.67	c  593s |      15 |   208285 |   105132 |   317294      0 |        0 |        1
599.30/599.45	c  596s |      15 |   208983 |   105532 |   317294      0 |        0 |        1
601.50/601.64	c  598s |      15 |   209600 |   105832 |   317294      0 |        0 |        1
603.80/603.92	c  600s |      15 |   210203 |   106132 |   317294      0 |        0 |        1
606.00/606.13	c  602s |      15 |   210737 |   106432 |   317294      0 |        0 |        1
608.30/608.43	c  605s |      15 |   211245 |   106732 |   317294      0 |        0 |        1
610.59/610.77	c  607s |      15 |   211804 |   107032 |   317294      0 |        0 |        1
612.99/613.19	c  609s |      15 |   212325 |   107332 |   317294      0 |        0 |        1
615.49/615.60	c  612s |      15 |   212805 |   107632 |   317294      0 |        0 |        1
618.11/618.27	c  615s |      15 |   213531 |   108032 |   317294      0 |        0 |        1
620.80/620.92	c  617s |      15 |   214233 |   108432 |   317294      0 |        0 |        1
622.80/622.99	c  619s |      15 |   214834 |   108732 |   317294      0 |        0 |        1
624.89/625.06	c  621s |      15 |   215433 |   109032 |   317294      0 |        0 |        1
627.19/627.35	c  624s |      15 |   215910 |   109332 |   317294      0 |        0 |        1
629.49/629.61	c  626s |      15 |   216468 |   109632 |   317294      0 |        0 |        1
631.79/631.90	c  628s |      15 |   217085 |   109932 |   317294      0 |        0 |        1
634.09/634.21	c  630s |      15 |   217582 |   110232 |   317294      0 |        0 |        1
636.19/636.30	c  633s |      15 |   218250 |   110532 |   317294      0 |        0 |        1
638.39/638.52	c  635s |      15 |   218778 |   110832 |   317294      0 |        0 |        1
640.49/640.65	c  637s |      15 |   219368 |   111132 |   317294      0 |        0 |        1
642.79/642.92	c  639s |      15 |   220013 |   111432 |   317294      0 |        0 |        1
645.09/645.24	c  641s |      15 |   220581 |   111732 |   317294      0 |        0 |        1
647.69/647.85	c  644s |      15 |   221035 |   112032 |   317294      0 |        0 |        1
650.00/650.15	c  646s |      15 |   221491 |   112332 |   317294      0 |        0 |        1
652.19/652.37	c  649s |      15 |   221983 |   112632 |   317294      0 |        0 |        1
654.59/654.71	c  651s |      15 |   222676 |   112932 |   317294      0 |        0 |        1
656.79/656.95	c  653s |      15 |   223180 |   113232 |   317294      0 |        0 |        1
659.39/659.58	c  656s |      15 |   223840 |   113632 |   317294      0 |        0 |        1
661.69/661.81	c  658s |      15 |   224273 |   113932 |   317294      0 |        0 |        1
663.68/663.89	c  660s |      15 |   224801 |   114232 |   317294      0 |        0 |        1
665.98/666.18	c  662s |      15 |   225257 |   114532 |   317294      0 |        0 |        1
668.19/668.39	c  665s |      15 |   225766 |   114832 |   317294      0 |        0 |        1
670.49/670.63	c  667s |      15 |   226254 |   115132 |   317294      0 |        0 |        1
672.78/672.97	c  669s |      15 |   226778 |   115432 |   317294      0 |        0 |        1
675.29/675.41	c  672s |      15 |   227233 |   115732 |   317294      0 |        0 |        1
677.68/677.87	c  674s |      15 |   228113 |   116132 |   317294      0 |        0 |        1
680.38/680.57	c  677s |      15 |   228763 |   116532 |   317294      0 |        0 |        1
682.88/683.09	c  679s |      15 |   229435 |   116932 |   317294      0 |        0 |        1
684.99/685.16	c  681s |      15 |   229878 |   117232 |   317294      0 |        0 |        1
687.59/687.79	c  684s |      15 |   230649 |   117632 |   317294      0 |        0 |        1
689.89/690.04	c  686s |      15 |   231191 |   117932 |   317294      0 |        0 |        1
692.58/692.76	c  689s |      15 |   231900 |   118332 |   317294      0 |        0 |        1
694.68/694.81	c  691s |      15 |   232597 |   118632 |   317294      0 |        0 |        1
696.78/696.99	c  693s |      15 |   233241 |   118932 |   317294      0 |        0 |        1
699.38/699.59	c  696s |      15 |   233847 |   119332 |   317294      0 |        0 |        1
701.58/701.72	c  698s |      15 |   234377 |   119632 |   317294      0 |        0 |        1
703.78/703.90	c  700s |      15 |   234973 |   119932 |   317294      0 |        0 |        1
705.98/706.13	c  702s |      15 |   235534 |   120232 |   317294      0 |        0 |        1
708.08/708.21	c  704s |      15 |   236142 |   120532 |   317294      0 |        0 |        1
710.78/710.91	c  707s |      15 |   236851 |   120932 |   317294      0 |        0 |        1
712.87/713.04	c  709s |      15 |   237326 |   121232 |   317294      0 |        0 |        1
715.37/715.54	c  712s |      15 |   237992 |   121632 |   317294      0 |        0 |        1
717.48/717.68	c  714s |      15 |   238446 |   121932 |   317294      0 |        0 |        1
720.08/720.21	c  716s |      15 |   238978 |   122232 |   317294      0 |        0 |        1
722.28/722.48	c  719s |      15 |   239494 |   122532 |   317294      0 |        0 |        1
724.57/724.70	c  721s |      15 |   240043 |   122832 |   317294      0 |        0 |        1
726.99/727.17	c  723s |      15 |   240590 |   123132 |   317294      0 |        0 |        1
729.38/729.57	c  726s |      15 |   241207 |   123432 |   317294      0 |        0 |        1
731.87/732.05	c  728s |      15 |   241777 |   123732 |   317294      0 |        0 |        1
734.28/734.49	c  731s |      15 |   242243 |   124032 |   317294      0 |        0 |        1
736.89/737.08	c  733s |      15 |   242749 |   124332 |   317294      0 |        0 |        1
739.28/739.44	c  736s |      15 |   243221 |   124632 |   317294      0 |        0 |        1
741.77/741.91	c  738s |      15 |   243702 |   124932 |   317294      0 |        0 |        1
744.37/744.57	c  741s |      15 |   244400 |   125332 |   317294      0 |        0 |        1
746.67/746.86	c  743s |      15 |   244954 |   125632 |   317294      0 |        0 |        1
749.08/749.26	c  746s |      15 |   245412 |   125932 |   317294      0 |        0 |        1
751.28/751.46	c  748s |      15 |   245861 |   126232 |   317294      0 |        0 |        1
753.67/753.90	c  750s |      15 |   246380 |   126532 |   317294      0 |        0 |        1
756.17/756.31	c  753s |      15 |   246919 |   126832 |   317294      0 |        0 |        1
758.58/758.74	c  755s |      15 |   247480 |   127132 |   317294      0 |        0 |        1
760.97/761.10	c  757s |      15 |   248040 |   127432 |   317294      0 |        0 |        1
763.38/763.55	c  760s |      15 |   248556 |   127732 |   317294      0 |        0 |        1
765.87/766.05	c  762s |      15 |   249054 |   128032 |   317294      0 |        0 |        1
768.17/768.35	c  765s |      15 |   249549 |   128332 |   317294      0 |        0 |        1
770.56/770.74	c  767s |      15 |   250034 |   128632 |   317294      0 |        0 |        1
773.06/773.21	c  769s |      15 |   250647 |   128932 |   317294      0 |        0 |        1
775.37/775.55	c  772s |      15 |   251232 |   129232 |   317294      0 |        0 |        1
777.47/777.62	c  774s |      15 |   251772 |   129532 |   317294      0 |        0 |        1
779.66/779.84	c  776s |      15 |   252373 |   129832 |   317294      0 |        0 |        1
782.26/782.45	c  779s |      15 |   252903 |   130132 |   317294      0 |        0 |        1
784.56/784.79	c  781s |      15 |   253371 |   130432 |   317294      0 |        0 |        1
786.86/787.09	c  783s |      15 |   253961 |   130732 |   349024      0 |        0 |        1
789.26/789.41	c  786s |      15 |   254612 |   131032 |   349024      0 |        0 |        1
791.65/791.80	c  788s |      15 |   255160 |   131332 |   349024      0 |        0 |        1
793.36/793.55	c  790s |      16 |   255590 |   131552 |   349024      0 |        0 |        1
795.76/795.96	c  792s |      16 |   257484 |   131652 |   349024      0 |        0 |        1
798.26/798.40	c  795s |      16 |   258571 |   132152 |   349024      0 |        0 |        1
800.26/800.43	c  797s |      16 |   259235 |   132552 |   349024      0 |        0 |        1
802.26/802.46	c  799s |      16 |   260014 |   132952 |   349024      0 |        0 |        1
804.75/804.92	c  801s |      16 |   261119 |   133452 |   349024      0 |        0 |        1
806.75/806.96	c  803s |      16 |   261947 |   133852 |   349024      0 |        0 |        1
809.25/809.42	c  806s |      16 |   263011 |   134352 |   349024      0 |        0 |        1
811.76/811.90	c  808s |      16 |   264194 |   134852 |   349024      0 |        0 |        1
813.85/814.06	c  810s |      16 |   265077 |   135252 |   349024      0 |        0 |        1
815.95/816.12	c  812s |      16 |   265903 |   135652 |   349024      0 |        0 |        1
818.15/818.36	c  815s |      16 |   266918 |   136152 |   349024      0 |        0 |        1
820.65/820.85	c  817s |      16 |   267960 |   136652 |   349024      0 |        0 |        1
822.84/823.02	c  819s |      16 |   268813 |   137052 |   349024      0 |        0 |        1
824.95/825.17	c  821s |      16 |   269604 |   137452 |   349024      0 |        0 |        1
827.24/827.42	c  824s |      16 |   270400 |   137852 |   349024      0 |        0 |        1
829.44/829.65	c  826s |      16 |   271174 |   138252 |   349024      0 |        0 |        1
831.64/831.88	c  828s |      16 |   271983 |   138652 |   349024      0 |        0 |        1
833.74/833.97	c  830s |      16 |   272648 |   139052 |   349024      0 |        0 |        1
835.94/836.12	c  832s |      16 |   273486 |   139452 |   349024      0 |        0 |        1
838.14/838.38	c  835s |      16 |   274257 |   139852 |   349024      0 |        0 |        1
840.63/840.85	c  837s |      16 |   275095 |   140252 |   349024      0 |        0 |        1
843.13/843.31	c  840s |      16 |   276028 |   140652 |   349024      0 |        0 |        1
845.33/845.53	c  842s |      16 |   276786 |   141052 |   349024      0 |        0 |        1
847.53/847.72	c  844s |      16 |   277554 |   141452 |   349024      0 |        0 |        1
849.92/850.10	c  846s |      16 |   278381 |   141852 |   349024      0 |        0 |        1
852.23/852.44	c  849s |      16 |   279096 |   142252 |   349024      0 |        0 |        1
854.54/854.79	c  851s |      16 |   279886 |   142652 |   349024      0 |        0 |        1
856.93/857.19	c  853s |      16 |   280716 |   143052 |   349024      0 |        0 |        1
859.52/859.71	c  856s |      16 |   281464 |   143452 |   349024      0 |        0 |        1
862.02/862.28	c  859s |      16 |   282288 |   143852 |   349024      0 |        0 |        1
864.52/864.73	c  861s |      16 |   283172 |   144252 |   349024      0 |        0 |        1
866.92/867.14	c  863s |      16 |   284043 |   144652 |   349024      0 |        0 |        1
869.22/869.46	c  866s |      16 |   284863 |   145052 |   349024      0 |        0 |        1
871.71/871.91	c  868s |      16 |   285721 |   145452 |   349024      0 |        0 |        1
874.21/874.41	c  871s |      16 |   286446 |   145852 |   349024      0 |        0 |        1
876.81/877.01	c  873s |      16 |   287222 |   146252 |   349024      0 |        0 |        1
879.21/879.45	c  876s |      16 |   287850 |   146652 |   349024      0 |        0 |        1
881.62/881.88	c  878s |      16 |   288583 |   147052 |   349024      0 |        0 |        1
884.22/884.45	c  881s |      16 |   289286 |   147452 |   349024      0 |        0 |        1
886.91/887.16	c  883s |      16 |   290121 |   147852 |   349024      0 |        0 |        1
888.91/889.18	c  885s |      16 |   290798 |   148152 |   349024      0 |        0 |        1
891.51/891.76	c  888s |      16 |   291726 |   148552 |   349024      0 |        0 |        1
894.01/894.26	c  891s |      16 |   292569 |   148952 |   349024      0 |        0 |        1
896.31/896.59	c  893s |      16 |   293334 |   149352 |   349024      0 |        0 |        1
898.71/899.00	c  895s |      16 |   294003 |   149752 |   349024      0 |        0 |        1
901.20/901.47	c  898s |      16 |   294768 |   150152 |   349024      0 |        0 |        1
903.60/903.89	c  900s |      16 |   295461 |   150552 |   349024      0 |        0 |        1
906.31/906.51	c  903s |      16 |   296175 |   150952 |   349024      0 |        0 |        1
908.80/909.03	c  905s |      16 |   296924 |   151352 |   349024      0 |        0 |        1
911.40/911.64	c  908s |      16 |   297666 |   151752 |   349024      0 |        0 |        1
914.01/914.26	c  911s |      16 |   298420 |   152152 |   349024      0 |        0 |        1
916.40/916.68	c  913s |      16 |   299374 |   152552 |   349024      0 |        0 |        1
919.00/919.22	c  915s |      16 |   300025 |   152952 |   349024      0 |        0 |        1
920.99/921.23	c  917s |      16 |   300579 |   153252 |   349024      0 |        0 |        1
923.29/923.52	c  920s |      16 |   301153 |   153552 |   349024      0 |        0 |        1
925.79/926.03	c  922s |      16 |   301824 |   153952 |   349024      0 |        0 |        1
928.29/928.59	c  925s |      16 |   302512 |   154352 |   349024      0 |        0 |        1
930.40/930.66	c  927s |      16 |   303065 |   154652 |   349024      0 |        0 |        1
932.60/932.86	c  929s |      16 |   303564 |   154952 |   349024      0 |        0 |        1
935.29/935.50	c  932s |      16 |   304219 |   155352 |   349024      0 |        0 |        1
937.29/937.53	c  934s |      16 |   304825 |   155652 |   349024      0 |        0 |        1
939.29/939.54	c  936s |      16 |   305394 |   155952 |   349024      0 |        0 |        1
941.58/941.88	c  938s |      16 |   306199 |   156352 |   349024      0 |        0 |        1
944.08/944.39	c  941s |      16 |   306955 |   156752 |   349024      0 |        0 |        1
946.68/946.96	c  943s |      16 |   307707 |   157152 |   349024      0 |        0 |        1
948.78/949.02	c  945s |      16 |   308266 |   157452 |   349024      0 |        0 |        1
951.28/951.60	c  948s |      16 |   309087 |   157852 |   349024      0 |        0 |        1
953.37/953.67	c  950s |      16 |   309553 |   158152 |   349024      0 |        0 |        1
955.48/955.70	c  952s |      16 |   310168 |   158452 |   349024      0 |        0 |        1
957.88/958.11	c  954s |      16 |   310717 |   158752 |   349024      0 |        0 |        1
960.08/960.36	c  957s |      16 |   311404 |   159152 |   349024      0 |        0 |        1
962.77/963.06	c  959s |      16 |   312197 |   159552 |   349024      0 |        0 |        1
964.97/965.28	c  962s |      16 |   312751 |   159852 |   349024      0 |        0 |        1
967.27/967.50	c  964s |      16 |   313249 |   160152 |   349024      0 |        0 |        1
969.27/969.54	c  966s |      16 |   313844 |   160452 |   349024      0 |        0 |        1
971.37/971.63	c  968s |      16 |   314641 |   160752 |   349024      0 |        0 |        1
973.37/973.67	c  970s |      16 |   315246 |   161052 |   349024      0 |        0 |        1
975.66/975.93	c  972s |      16 |   315856 |   161352 |   349024      0 |        0 |        1
977.77/978.02	c  974s |      16 |   316378 |   161652 |   349024      0 |        0 |        1
980.36/980.69	c  977s |      16 |   317194 |   162052 |   349024      0 |        0 |        1
982.46/982.70	c  979s |      16 |   317750 |   162352 |   349024      0 |        0 |        1
984.96/985.21	c  981s |      16 |   318638 |   162752 |   349024      0 |        0 |        1
986.96/987.24	c  983s |      16 |   319127 |   163052 |   349024      0 |        0 |        1
989.16/989.47	c  986s |      16 |   319720 |   163352 |   349024      0 |        0 |        1
991.46/991.74	c  988s |      16 |   320217 |   163652 |   349024      0 |        0 |        1
993.95/994.22	c  990s |      16 |   320701 |   163952 |   349024      0 |        0 |        1
996.05/996.38	c  993s |      16 |   321269 |   164252 |   349024      0 |        0 |        1
998.56/998.86	c  995s |      16 |   321795 |   164552 |   349024      0 |        0 |        1
1001.15/1001.42	c  998s |      16 |   322351 |   164852 |   349024      0 |        0 |        1
1003.75/1004.04	c 1000s |      16 |   323016 |   165152 |   349024      0 |        0 |        1
1006.35/1006.61	c 1003s |      16 |   323582 |   165452 |   349024      0 |        0 |        1
1008.64/1008.92	c 1005s |      16 |   324227 |   165752 |   349024      0 |        0 |        1
1010.75/1011.08	c 1007s |      16 |   324747 |   166052 |   349024      0 |        0 |        1
1013.33/1013.68	c 1010s |      16 |   325398 |   166352 |   349024      0 |        0 |        1
1015.93/1016.26	c 1013s |      16 |   325930 |   166652 |   349024      0 |        0 |        1
1018.44/1018.76	c 1015s |      16 |   326490 |   166952 |   349024      0 |        0 |        1
1020.64/1020.96	c 1017s |      16 |   327037 |   167252 |   349024      0 |        0 |        1
1023.34/1023.62	c 1020s |      16 |   327604 |   167552 |   349024      0 |        0 |        1
1025.93/1026.26	c 1023s |      16 |   328146 |   167852 |   349024      0 |        0 |        1
1028.53/1028.87	c 1025s |      16 |   328738 |   168152 |   349024      0 |        0 |        1
1031.13/1031.42	c 1028s |      16 |   329341 |   168452 |   349024      0 |        0 |        1
1033.62/1033.90	c 1030s |      16 |   329840 |   168752 |   349024      0 |        0 |        1
1036.13/1036.47	c 1033s |      16 |   330428 |   169052 |   349024      0 |        0 |        1
1038.73/1039.02	c 1035s |      16 |   331059 |   169352 |   349024      0 |        0 |        1
1041.13/1041.42	c 1038s |      16 |   331574 |   169652 |   349024      0 |        0 |        1
1043.63/1043.94	c 1040s |      16 |   332222 |   169952 |   349024      0 |        0 |        1
1046.22/1046.56	c 1043s |      16 |   332708 |   170252 |   349024      0 |        0 |        1
1049.12/1049.48	c 1046s |      16 |   333186 |   170552 |   349024      0 |        0 |        1
1051.82/1052.11	c 1048s |      16 |   333784 |   170852 |   349024      0 |        0 |        1
1054.52/1054.85	c 1051s |      16 |   334354 |   171152 |   349024      0 |        0 |        1
1056.82/1057.19	c 1053s |      16 |   334999 |   171452 |   349024      0 |        0 |        1
1058.81/1059.19	c 1055s |      16 |   335631 |   171752 |   349024      0 |        0 |        1
1061.01/1061.32	c 1058s |      16 |   336229 |   172052 |   349024      0 |        0 |        1
1063.61/1063.94	c 1060s |      16 |   336829 |   172352 |   349024      0 |        0 |        1
1066.21/1066.52	c 1063s |      16 |   337354 |   172652 |   349024      0 |        0 |        1
1068.61/1068.90	c 1065s |      16 |   337958 |   172952 |   349024      0 |        0 |        1
1071.01/1071.39	c 1068s |      16 |   338626 |   173252 |   349024      0 |        0 |        1
1073.50/1073.83	c 1070s |      16 |   339245 |   173552 |   349024      0 |        0 |        1
1075.70/1076.09	c 1072s |      16 |   339836 |   173852 |   349024      0 |        0 |        1
1078.20/1078.59	c 1075s |      16 |   340453 |   174152 |   349024      0 |        0 |        1
1080.80/1081.11	c 1077s |      16 |   341018 |   174452 |   349024      0 |        0 |        1
1083.29/1083.66	c 1080s |      16 |   341703 |   174752 |   349024      0 |        0 |        1
1086.09/1086.40	c 1083s |      16 |   342275 |   175052 |   349024      0 |        0 |        1
1088.70/1089.04	c 1085s |      16 |   342877 |   175352 |   349024      0 |        0 |        1
1091.09/1091.41	c 1088s |      16 |   343398 |   175652 |   349024      0 |        0 |        1
1093.39/1093.77	c 1090s |      16 |   343998 |   175952 |   349024      0 |        0 |        1
1095.78/1096.14	c 1092s |      16 |   344583 |   176252 |   349024      0 |        0 |        1
1098.38/1098.73	c 1095s |      16 |   345160 |   176552 |   349024      0 |        0 |        1
1100.98/1101.32	c 1098s |      16 |   345675 |   176852 |   349024      0 |        0 |        1
1103.68/1104.00	c 1100s |      16 |   346240 |   177152 |   349024      0 |        0 |        1
1106.48/1106.83	c 1103s |      16 |   346809 |   177452 |   349024      0 |        0 |        1
1109.08/1109.49	c 1106s |      16 |   347296 |   177752 |   349024      0 |        0 |        1
1111.79/1112.19	c 1108s |      16 |   347791 |   178052 |   349024      0 |        0 |        1
1114.48/1114.88	c 1111s |      16 |   348284 |   178352 |   349024      0 |        0 |        1
1116.88/1117.29	c 1114s |      16 |   348800 |   178652 |   349024      0 |        0 |        1
1119.08/1119.41	c 1116s |      16 |   349343 |   178952 |   349024      0 |        0 |        1
1121.17/1121.51	c 1118s |      16 |   349917 |   179252 |   349024      0 |        0 |        1
1123.17/1123.56	c 1120s |      16 |   350524 |   179552 |   349024      0 |        0 |        1
1125.27/1125.68	c 1122s |      16 |   351091 |   179852 |   349024      0 |        0 |        1
1127.37/1127.77	c 1124s |      16 |   351735 |   180152 |   349024      0 |        0 |        1
1129.77/1130.16	c 1126s |      16 |   352453 |   180452 |   349024      0 |        0 |        1
1131.97/1132.39	c 1129s |      16 |   353137 |   180752 |   349024      0 |        0 |        1
1134.26/1134.60	c 1131s |      16 |   353683 |   181052 |   349024      0 |        0 |        1
1136.46/1136.81	c 1133s |      16 |   354287 |   181352 |   349024      0 |        0 |        1
1138.56/1138.93	c 1135s |      16 |   354791 |   181652 |   349024      0 |        0 |        1
1141.16/1141.60	c 1138s |      16 |   355589 |   182052 |   349024      0 |        0 |        1
1143.45/1143.82	c 1140s |      16 |   356052 |   182352 |   349024      0 |        0 |        1
1145.76/1146.11	c 1142s |      16 |   356522 |   182652 |   349024      0 |        0 |        1
1147.96/1148.31	c 1145s |      16 |   356975 |   182952 |   349024      0 |        0 |        1
1150.27/1150.63	c 1147s |      16 |   357545 |   183252 |   349024      0 |        0 |        1
1152.66/1153.02	c 1149s |      16 |   358096 |   183552 |   349024      0 |        0 |        1
1154.86/1155.29	c 1152s |      16 |   358640 |   183852 |   349024      0 |        0 |        1
1157.36/1157.73	c 1154s |      16 |   359225 |   184152 |   349024      0 |        0 |        1
1159.35/1159.79	c 1156s |      16 |   359883 |   184452 |   349024      0 |        0 |        1
1161.85/1162.27	c 1159s |      16 |   360490 |   184752 |   349024      0 |        0 |        1
1164.35/1164.73	c 1161s |      16 |   361066 |   185052 |   349024      0 |        0 |        1
1166.85/1167.27	c 1164s |      16 |   361655 |   185352 |   349024      0 |        0 |        1
1169.24/1169.63	c 1166s |      16 |   362188 |   185652 |   349024      0 |        0 |        1
1171.74/1172.11	c 1168s |      16 |   362755 |   185952 |   349024      0 |        0 |        1
1174.23/1174.64	c 1171s |      16 |   363463 |   186252 |   349024      0 |        0 |        1
1176.64/1177.10	c 1173s |      16 |   364100 |   186552 |   349024      0 |        0 |        1
1179.23/1179.62	c 1176s |      16 |   364726 |   186852 |   349024      0 |        0 |        1
1181.44/1181.88	c 1178s |      16 |   365209 |   187052 |   349024      0 |        0 |        1
1184.04/1184.44	c 1181s |      16 |   365719 |   187352 |   349024      0 |        0 |        1
1186.74/1187.10	c 1183s |      16 |   366313 |   187652 |   349024      0 |        0 |        1
1189.13/1189.56	c 1186s |      16 |   366895 |   187952 |   349024      0 |        0 |        1
1191.43/1191.81	c 1188s |      16 |   367492 |   188252 |   349024      0 |        0 |        1
1194.13/1194.51	c 1191s |      16 |   368058 |   188552 |   349024      0 |        0 |        1
1196.33/1196.80	c 1193s |      16 |   368674 |   188852 |   349024      0 |        0 |        1
1199.03/1199.41	c 1196s |      16 |   369288 |   189152 |   349024      0 |        0 |        1
1201.73/1202.14	c 1198s |      16 |   369919 |   189452 |   349024      0 |        0 |        1
1204.42/1204.89	c 1201s |      16 |   370496 |   189752 |   349024      0 |        0 |        1
1207.42/1207.81	c 1204s |      16 |   371020 |   190052 |   349024      0 |        0 |        1
1210.12/1210.58	c 1207s |      16 |   371574 |   190352 |   349024      0 |        0 |        1
1213.11/1213.57	c 1210s |      16 |   372220 |   190652 |   349024      0 |        0 |        1
1216.11/1216.57	c 1213s |      16 |   372836 |   190952 |   349024      0 |        0 |        1
1218.92/1219.37	c 1216s |      16 |   373335 |   191252 |   349024      0 |        0 |        1
1221.61/1222.02	c 1218s |      16 |   373946 |   191552 |   349024      0 |        0 |        1
1224.21/1224.69	c 1221s |      16 |   374527 |   191852 |   349024      0 |        0 |        1
1226.90/1227.38	c 1224s |      16 |   375092 |   192152 |   349024      0 |        0 |        1
1229.70/1230.19	c 1226s |      16 |   375644 |   192452 |   349024      0 |        0 |        1
1232.30/1232.71	c 1229s |      16 |   376186 |   192752 |   349024      0 |        0 |        1
1235.19/1235.66	c 1232s |      16 |   376830 |   193052 |   349024      0 |        0 |        1
1237.59/1238.05	c 1234s |      16 |   377385 |   193352 |   349024      0 |        0 |        1
1240.10/1240.52	c 1237s |      16 |   377899 |   193652 |   349024      0 |        0 |        1
1242.10/1242.55	c 1239s |      16 |   378272 |   193852 |   349024      0 |        0 |        1
1245.10/1245.50	c 1242s |      16 |   378828 |   194152 |   349024      0 |        0 |        1
1247.89/1248.38	c 1245s |      16 |   379458 |   194452 |   349024      0 |        0 |        1
1250.69/1251.14	c 1247s |      16 |   380115 |   194752 |   349024      0 |        0 |        1
1253.59/1254.03	c 1250s |      16 |   380807 |   195052 |   349024      0 |        0 |        1
1256.39/1256.88	c 1253s |      16 |   381443 |   195352 |   349024      0 |        0 |        1
1259.38/1259.85	c 1256s |      16 |   381967 |   195652 |   349024      0 |        0 |        1
1261.39/1261.85	c 1258s |      16 |   382393 |   195852 |   349024      0 |        0 |        1
1263.49/1263.91	c 1260s |      16 |   382768 |   196052 |   349024      0 |        0 |        1
1265.48/1265.97	c 1262s |      16 |   383164 |   196252 |   383927      0 |        0 |        1
1267.58/1268.01	c 1264s |      16 |   383630 |   196452 |   383927      0 |        0 |        1
1270.28/1270.70	c 1267s |      16 |   384221 |   196752 |   383927      0 |        0 |        1
1273.17/1273.60	c 1270s |      16 |   384896 |   197052 |   383927      0 |        0 |        1
1275.38/1275.80	c 1272s |      16 |   385395 |   197252 |   383927      0 |        0 |        1
1276.98/1277.45	c 1274s |      17 |   385712 |   197432 |   383927      0 |        0 |        1
1280.38/1280.83	c 1277s |      17 |   387455 |   197532 |   383927      0 |        0 |        1
1282.77/1283.20	c 1279s |      17 |   388344 |   198032 |   383927      0 |        0 |        1
1285.17/1285.64	c 1282s |      17 |   389058 |   198532 |   383927      0 |        0 |        1
1287.47/1287.96	c 1284s |      17 |   389977 |   199032 |   383927      0 |        0 |        1
1289.57/1290.06	c 1286s |      17 |   390700 |   199432 |   383927      0 |        0 |        1
1291.97/1292.43	c 1289s |      17 |   391355 |   199832 |   383927      0 |        0 |        1
1294.27/1294.76	c 1291s |      17 |   392072 |   200232 |   383927      0 |        0 |        1
1296.86/1297.36	c 1294s |      17 |   392786 |   200632 |   383927      0 |        0 |        1
1299.16/1299.60	c 1296s |      17 |   393541 |   201032 |   383927      0 |        0 |        1
1301.26/1301.74	c 1298s |      17 |   394315 |   201432 |   383927      0 |        0 |        1
1303.35/1303.89	c 1300s |      17 |   394831 |   201732 |   383927      0 |        0 |        1
1305.96/1306.41	c 1303s |      17 |   395417 |   202132 |   383927      0 |        0 |        1
1307.96/1308.49	c 1305s |      17 |   396076 |   202532 |   383927      0 |        0 |        1
1310.26/1310.74	c 1307s |      17 |   396762 |   202932 |   383927      0 |        0 |        1
1312.76/1313.25	c 1310s |      17 |   397630 |   203432 |   383927      0 |        0 |        1
1314.76/1315.28	c 1312s |      17 |   398346 |   203832 |   383927      0 |        0 |        1
1316.95/1317.48	c 1314s |      17 |   399111 |   204232 |   383927      0 |        0 |        1
1319.25/1319.70	c 1316s |      17 |   399853 |   204632 |   383927      0 |        0 |        1
1321.45/1321.91	c 1318s |      17 |   400521 |   205032 |   383927      0 |        0 |        1
1323.75/1324.29	c 1321s |      17 |   401229 |   205432 |   383927      0 |        0 |        1
1326.16/1326.66	c 1323s |      17 |   402022 |   205832 |   383927      0 |        0 |        1
1328.25/1328.71	c 1325s |      17 |   402524 |   206132 |   383927      0 |        0 |        1
1330.25/1330.79	c 1327s |      17 |   403077 |   206432 |   383927      0 |        0 |        1
1332.65/1333.11	c 1329s |      17 |   403608 |   206732 |   383927      0 |        0 |        1
1334.74/1335.24	c 1331s |      17 |   404139 |   207032 |   383927      0 |        0 |        1
1337.04/1337.50	c 1334s |      17 |   404687 |   207332 |   383927      0 |        0 |        1
1339.04/1339.55	c 1336s |      17 |   405242 |   207632 |   383927      0 |        0 |        1
1341.05/1341.59	c 1338s |      17 |   405854 |   207932 |   383927      0 |        0 |        1
1343.34/1343.85	c 1340s |      17 |   406479 |   208232 |   383927      0 |        0 |        1
1345.54/1346.06	c 1342s |      17 |   407012 |   208532 |   383927      0 |        0 |        1
1348.14/1348.62	c 1345s |      17 |   407459 |   208832 |   383927      0 |        0 |        1
1350.44/1350.93	c 1347s |      17 |   408030 |   209132 |   383927      0 |        0 |        1
1352.54/1353.03	c 1349s |      17 |   408512 |   209432 |   383927      0 |        0 |        1
1355.02/1355.52	c 1352s |      17 |   409157 |   209832 |   383927      0 |        0 |        1
1357.52/1358.04	c 1354s |      17 |   409848 |   210232 |   383927      0 |        0 |        1
1359.52/1360.05	c 1356s |      17 |   410323 |   210532 |   383927      0 |        0 |        1
1361.62/1362.18	c 1358s |      17 |   410880 |   210832 |   383927      0 |        0 |        1
1364.31/1364.89	c 1361s |      17 |   411548 |   211232 |   383927      0 |        0 |        1
1366.82/1367.36	c 1364s |      17 |   412220 |   211632 |   383927      0 |        0 |        1
1368.91/1369.40	c 1366s |      17 |   412710 |   211932 |   383927      0 |        0 |        1
1370.91/1371.43	c 1368s |      17 |   413193 |   212232 |   383927      0 |        0 |        1
1373.52/1374.04	c 1370s |      17 |   413845 |   212632 |   383927      0 |        0 |        1
1376.12/1376.69	c 1373s |      17 |   414534 |   213032 |   383927      0 |        0 |        1
1378.21/1378.75	c 1375s |      17 |   414981 |   213332 |   383927      0 |        0 |        1
1380.21/1380.76	c 1377s |      17 |   415491 |   213632 |   383927      0 |        0 |        1
1383.20/1383.78	c 1380s |      17 |   416232 |   213932 |   383927      0 |        0 |        1
1385.61/1386.13	c 1382s |      17 |   416726 |   214132 |   383927      0 |        0 |        1
1388.60/1389.15	c 1385s |      17 |   417189 |   214432 |   383927      0 |        0 |        1
1391.60/1392.18	c 1388s |      17 |   417790 |   214732 |   383927      0 |        0 |        1
1394.10/1394.64	c 1391s |      17 |   418148 |   214932 |   383927      0 |        0 |        1
1396.40/1396.99	c 1393s |      17 |   418530 |   215132 |   383927      0 |        0 |        1
1398.50/1399.02	c 1395s |      17 |   418885 |   215332 |   383927      0 |        0 |        1
1400.49/1401.07	c 1397s |      17 |   419270 |   215532 |   383927      0 |        0 |        1
1402.69/1403.21	c 1399s |      17 |   419605 |   215732 |   383927      0 |        0 |        1
1405.40/1405.91	c 1402s |      17 |   419967 |   215932 |   383927      0 |        0 |        1
1408.60/1409.18	c 1405s |      17 |   420554 |   216232 |   383927      0 |        0 |        1
1411.29/1411.82	c 1408s |      17 |   420916 |   216432 |   383927      0 |        0 |        1
1413.49/1414.01	c 1410s |      17 |   421332 |   216632 |   383927      0 |        0 |        1
1416.40/1416.99	c 1413s |      17 |   421859 |   216832 |   383927      0 |        0 |        1
1419.29/1419.85	c 1416s |      17 |   422329 |   217032 |   383927      0 |        0 |        1
1422.89/1423.42	c 1420s |      17 |   422747 |   217232 |   383927      0 |        0 |        1
1425.59/1426.17	c 1422s |      17 |   423107 |   217432 |   383927      0 |        0 |        1
1427.89/1428.42	c 1425s |      17 |   423547 |   217632 |   383927      0 |        0 |        1
1430.08/1430.64	c 1427s |      17 |   423878 |   217832 |   383927      0 |        0 |        1
1432.98/1433.58	c 1430s |      17 |   424453 |   218132 |   383927      0 |        0 |        1
1434.99/1435.60	c 1432s |      17 |   424876 |   218332 |   383927      0 |        0 |        1
1438.09/1438.68	c 1435s |      17 |   425488 |   218632 |   383927      0 |        0 |        1
1440.19/1440.73	c 1437s |      17 |   425811 |   218832 |   383927      0 |        0 |        1
1442.18/1442.76	c 1439s |      17 |   426162 |   219032 |   383927      0 |        0 |        1
1444.28/1444.87	c 1441s |      17 |   426595 |   219232 |   383927      0 |        0 |        1
1446.98/1447.53	c 1444s |      17 |   427147 |   219532 |   383927      0 |        0 |        1
1449.08/1449.61	c 1446s |      17 |   427477 |   219732 |   383927      0 |        0 |        1
1451.08/1451.65	c 1448s |      17 |   427805 |   219932 |   383927      0 |        0 |        1
1453.48/1454.08	c 1450s |      17 |   428429 |   220232 |   383927      0 |        0 |        1
1456.58/1457.10	c 1453s |      17 |   429021 |   220532 |   383927      0 |        0 |        1
1458.58/1459.17	c 1455s |      17 |   429359 |   220732 |   383927      0 |        0 |        1
1461.18/1461.78	c 1458s |      17 |   429923 |   221032 |   383927      0 |        0 |        1
1463.88/1464.42	c 1461s |      17 |   430424 |   221332 |   383927      0 |        0 |        1
1466.38/1466.97	c 1463s |      17 |   431050 |   221632 |   383927      0 |        0 |        1
1469.48/1470.05	c 1466s |      17 |   431560 |   221932 |   383927      0 |        0 |        1
1472.48/1473.05	c 1469s |      17 |   432086 |   222232 |   383927      0 |        0 |        1
1474.58/1475.12	c 1471s |      17 |   432404 |   222432 |   383927      0 |        0 |        1
1476.88/1477.42	c 1474s |      17 |   432776 |   222632 |   383927      0 |        0 |        1
1479.37/1479.96	c 1476s |      17 |   433306 |   222932 |   383927      0 |        0 |        1
1482.17/1482.75	c 1479s |      17 |   433848 |   223232 |   383927      0 |        0 |        1
1484.77/1485.34	c 1482s |      17 |   434410 |   223532 |   383927      0 |        0 |        1
1487.57/1488.20	c 1484s |      17 |   435026 |   223832 |   383927      0 |        0 |        1
1489.67/1490.27	c 1487s |      17 |   435372 |   224032 |   383927      0 |        0 |        1
1491.77/1492.40	c 1489s |      17 |   435779 |   224232 |   383927      0 |        0 |        1
1493.87/1494.42	c 1491s |      17 |   436170 |   224432 |   383927      0 |        0 |        1
1496.38/1496.90	c 1493s |      17 |   436715 |   224732 |   383927      0 |        0 |        1
1498.58/1499.12	c 1495s |      17 |   437099 |   224932 |   383927      0 |        0 |        1
1500.58/1501.19	c 1497s |      17 |   437686 |   225232 |   383927      0 |        0 |        1
1502.67/1503.23	c 1499s |      17 |   438189 |   225532 |   383927      0 |        0 |        1
1504.97/1505.51	c 1502s |      17 |   438723 |   225832 |   383927      0 |        0 |        1
1506.97/1507.56	c 1504s |      17 |   439294 |   226132 |   383927      0 |        0 |        1
1509.17/1509.75	c 1506s |      17 |   439767 |   226432 |   383927      0 |        0 |        1
1511.17/1511.77	c 1508s |      17 |   440324 |   226732 |   383927      0 |        0 |        1
1513.18/1513.79	c 1510s |      17 |   440932 |   227032 |   383927      0 |        0 |        1
1515.67/1516.23	c 1512s |      17 |   441456 |   227332 |   383927      0 |        0 |        1
1518.27/1518.83	c 1515s |      17 |   442029 |   227632 |   383927      0 |        0 |        1
1521.17/1521.77	c 1518s |      17 |   442582 |   227932 |   383927      0 |        0 |        1
1523.27/1523.88	c 1520s |      17 |   442948 |   228132 |   383927      0 |        0 |        1
1525.37/1525.99	c 1522s |      17 |   443301 |   228332 |   383927      0 |        0 |        1
1527.56/1528.18	c 1524s |      17 |   443689 |   228532 |   383927      0 |        0 |        1
1530.67/1531.25	c 1528s |      17 |   444234 |   228832 |   383927      0 |        0 |        1
1532.87/1533.50	c 1530s |      17 |   444563 |   229032 |   383927      0 |        0 |        1
1535.36/1535.95	c 1532s |      17 |   444940 |   229232 |   383927      0 |        0 |        1
1537.87/1538.43	c 1535s |      17 |   445350 |   229432 |   383927      0 |        0 |        1
1540.17/1540.72	c 1537s |      17 |   445715 |   229632 |   383927      0 |        0 |        1
1543.07/1543.68	c 1540s |      17 |   446264 |   229932 |   383927      0 |        0 |        1
1545.17/1545.76	c 1542s |      17 |   446612 |   230132 |   383927      0 |        0 |        1
1548.06/1548.65	c 1545s |      17 |   447219 |   230432 |   383927      0 |        0 |        1
1550.26/1550.82	c 1547s |      17 |   447598 |   230632 |   383927      0 |        0 |        1
1553.46/1554.09	c 1550s |      17 |   448140 |   230932 |   383927      0 |        0 |        1
1555.76/1556.31	c 1553s |      17 |   448551 |   231132 |   383927      0 |        0 |        1
1558.76/1559.33	c 1556s |      17 |   449109 |   231432 |   383927      0 |        0 |        1
1560.76/1561.35	c 1558s |      17 |   449442 |   231632 |   383927      0 |        0 |        1
1563.26/1563.86	c 1560s |      17 |   449947 |   231932 |   383927      0 |        0 |        1
1565.46/1566.06	c 1562s |      17 |   450272 |   232132 |   383927      0 |        0 |        1
1567.65/1568.21	c 1564s |      17 |   450574 |   232332 |   383927      0 |        0 |        1
1570.36/1570.91	c 1567s |      17 |   451086 |   232632 |   383927      0 |        0 |        1
1573.25/1573.80	c 1570s |      17 |   451670 |   232932 |   383927      0 |        0 |        1
1576.34/1576.93	c 1573s |      17 |   452189 |   233232 |   383927      0 |        0 |        1
1579.06/1579.64	c 1576s |      17 |   452677 |   233532 |   383927      0 |        0 |        1
1581.15/1581.76	c 1578s |      17 |   453006 |   233732 |   383927      0 |        0 |        1
1583.15/1583.78	c 1580s |      17 |   453320 |   233932 |   383927      0 |        0 |        1
1585.25/1585.87	c 1582s |      17 |   453614 |   234132 |   383927      0 |        0 |        1
1587.34/1587.92	c 1584s |      17 |   453909 |   234332 |   383927      0 |        0 |        1
1589.94/1590.60	c 1587s |      17 |   454470 |   234632 |   383927      0 |        0 |        1
1592.04/1592.63	c 1589s |      17 |   454783 |   234832 |   383927      0 |        0 |        1
1594.15/1594.79	c 1591s |      17 |   455126 |   235032 |   383927      0 |        0 |        1
1596.24/1596.83	c 1593s |      17 |   455469 |   235232 |   383927      0 |        0 |        1
1598.44/1599.05	c 1595s |      17 |   455786 |   235432 |   383927      0 |        0 |        1
1600.54/1601.19	c 1597s |      17 |   456110 |   235632 |   383927      0 |        0 |        1
1602.64/1603.24	c 1599s |      17 |   456431 |   235832 |   383927      0 |        0 |        1
1604.64/1605.27	c 1602s |      17 |   456775 |   236032 |   383927      0 |        0 |        1
1607.65/1608.20	c 1604s |      17 |   457244 |   236332 |   383927      0 |        0 |        1
1609.74/1610.30	c 1607s |      17 |   457525 |   236532 |   383927      0 |        0 |        1
1612.04/1612.64	c 1609s |      17 |   457851 |   236732 |   383927      0 |        0 |        1
1614.34/1614.94	c 1611s |      17 |   458224 |   236932 |   383927      0 |        0 |        1
1616.73/1617.33	c 1614s |      17 |   458592 |   237132 |   383927      0 |        0 |        1
1619.13/1619.76	c 1616s |      17 |   458908 |   237332 |   383927      0 |        0 |        1
1621.43/1622.00	c 1618s |      17 |   459274 |   237532 |   383927      0 |        0 |        1
1623.73/1624.32	c 1621s |      17 |   459696 |   237732 |   383927      0 |        0 |        1
1626.03/1626.60	c 1623s |      17 |   460048 |   237932 |   383927      0 |        0 |        1
1628.23/1628.82	c 1625s |      17 |   460419 |   238132 |   383927      0 |        0 |        1
1630.43/1631.06	c 1627s |      17 |   460807 |   238332 |   383927      0 |        0 |        1
1633.04/1633.63	c 1630s |      17 |   461182 |   238532 |   383927      0 |        0 |        1
1635.14/1635.80	c 1632s |      17 |   461497 |   238732 |   383927      0 |        0 |        1
1637.63/1638.28	c 1635s |      17 |   461971 |   239032 |   383927      0 |        0 |        1
1640.33/1640.92	c 1637s |      17 |   462338 |   239232 |   383927      0 |        0 |        1
1642.33/1642.93	c 1639s |      17 |   462717 |   239432 |   383927      0 |        0 |        1
1644.73/1645.31	c 1642s |      17 |   463121 |   239632 |   383927      0 |        0 |        1
1647.23/1647.81	c 1644s |      17 |   463478 |   239832 |   383927      0 |        0 |        1
1649.33/1649.96	c 1646s |      17 |   463802 |   240032 |   383927      0 |        0 |        1
1651.73/1652.31	c 1649s |      17 |   464131 |   240232 |   383927      0 |        0 |        1
1654.23/1654.88	c 1651s |      17 |   464595 |   240432 |   383927      0 |        0 |        1
1656.43/1657.09	c 1653s |      17 |   464925 |   240632 |   383927      0 |        0 |        1
1658.83/1659.45	c 1656s |      17 |   465287 |   240832 |   383927      0 |        0 |        1
1661.73/1662.37	c 1659s |      17 |   465810 |   241132 |   383927      0 |        0 |        1
1664.12/1664.75	c 1661s |      17 |   466137 |   241332 |   383927      0 |        0 |        1
1666.23/1666.86	c 1663s |      17 |   466459 |   241532 |   383927      0 |        0 |        1
1668.43/1669.06	c 1665s |      17 |   466809 |   241732 |   383927      0 |        0 |        1
1670.82/1671.44	c 1668s |      17 |   467119 |   241932 |   383927      0 |        0 |        1
1673.02/1673.69	c 1670s |      17 |   467491 |   242132 |   383927      0 |        0 |        1
1675.52/1676.12	c 1672s |      17 |   467758 |   242332 |   383927      0 |        0 |        1
1677.71/1678.35	c 1675s |      17 |   468161 |   242532 |   383927      0 |        0 |        1
1679.91/1680.57	c 1677s |      17 |   468522 |   242732 |   383927      0 |        0 |        1
1682.21/1682.84	c 1679s |      17 |   468872 |   242932 |   383927      0 |        0 |        1
1684.51/1685.20	c 1681s |      17 |   469373 |   243232 |   383927      0 |        0 |        1
1686.71/1687.38	c 1684s |      17 |   469808 |   243432 |   383927      0 |        0 |        1
1689.41/1690.06	c 1686s |      17 |   470307 |   243732 |   383927      0 |        0 |        1
1691.41/1692.09	c 1688s |      17 |   470707 |   243932 |   383927      0 |        0 |        1
1693.81/1694.45	c 1691s |      17 |   471032 |   244132 |   383927      0 |        0 |        1
1695.91/1696.58	c 1693s |      17 |   471357 |   244332 |   383927      0 |        0 |        1
1698.20/1698.86	c 1695s |      17 |   471764 |   244532 |   383927      0 |        0 |        1
1700.81/1701.44	c 1698s |      17 |   472132 |   244732 |   383927      0 |        0 |        1
1703.31/1703.99	c 1700s |      17 |   472451 |   244932 |   383927      0 |        0 |        1
1706.50/1707.10	c 1703s |      17 |   472859 |   245132 |   383927      0 |        0 |        1
1708.81/1709.49	c 1706s |      17 |   473260 |   245332 |   383927      0 |        0 |        1
1711.20/1711.82	c 1708s |      17 |   473630 |   245532 |   383927      0 |        0 |        1
1713.60/1714.29	c 1711s |      17 |   474006 |   245732 |   383927      0 |        0 |        1
1716.10/1716.74	c 1713s |      17 |   474396 |   245932 |   383927      0 |        0 |        1
1718.30/1718.92	c 1715s |      17 |   474817 |   246132 |   383927      0 |        0 |        1
1720.91/1721.57	c 1718s |      17 |   475205 |   246332 |   383927      0 |        0 |        1
1723.90/1724.58	c 1721s |      17 |   475565 |   246532 |   383927      0 |        0 |        1
1726.51/1727.17	c 1723s |      17 |   475932 |   246732 |   383927      0 |        0 |        1
1729.40/1730.04	c 1726s |      17 |   476252 |   246932 |   383927      0 |        0 |        1
1732.09/1732.79	c 1729s |      17 |   476618 |   247132 |   383927      0 |        0 |        1
1734.79/1735.47	c 1732s |      17 |   476967 |   247332 |   383927      0 |        0 |        1
1737.50/1738.17	c 1734s |      17 |   477352 |   247532 |   383927      0 |        0 |        1
1740.30/1740.90	c 1737s |      17 |   477719 |   247732 |   383927      0 |        0 |        1
1742.90/1743.59	c 1740s |      17 |   478172 |   247932 |   383927      0 |        0 |        1
1745.89/1746.60	c 1743s |      17 |   478536 |   248132 |   383927      0 |        0 |        1
1748.50/1749.14	c 1745s |      17 |   478818 |   248332 |   383927      0 |        0 |        1
1751.09/1751.79	c 1748s |      17 |   479124 |   248532 |   383927      0 |        0 |        1
1753.59/1754.21	c 1750s |      17 |   479641 |   248732 |   383927      0 |        0 |        1
1756.00/1756.66	c 1753s |      17 |   480053 |   248932 |   383927      0 |        0 |        1
1759.09/1759.78	c 1756s |      17 |   480372 |   249132 |   383927      0 |        0 |        1
1762.10/1762.71	c 1759s |      17 |   480690 |   249332 |   383927      0 |        0 |        1
1764.49/1765.15	c 1761s |      17 |   481018 |   249532 |   383927      0 |        0 |        1
1766.69/1767.34	c 1764s |      17 |   481367 |   249732 |   383927      0 |        0 |        1
1769.29/1769.94	c 1766s |      17 |   481740 |   249932 |   383927      0 |        0 |        1
1771.59/1772.29	c 1769s |      17 |   482079 |   250132 |   383927      0 |        0 |        1
1774.09/1774.79	c 1771s |      17 |   482481 |   250332 |   383927      0 |        0 |        1
1776.69/1777.30	c 1774s |      17 |   482812 |   250532 |   383927      0 |        0 |        1
1779.30/1779.92	c 1776s |      17 |   483122 |   250732 |   383927      0 |        0 |        1
1781.68/1782.32	c 1779s |      17 |   483459 |   250932 |   383927      0 |        0 |        1
1784.29/1784.95	c 1781s |      17 |   483773 |   251132 |   383927      0 |        0 |        1
1787.08/1787.75	c 1784s |      17 |   484122 |   251332 |   383927      0 |        0 |        1
1789.79/1790.47	c 1787s |      17 |   484425 |   251532 |   383927      0 |        0 |        1
1792.39/1793.04	c 1789s |      17 |   484811 |   251732 |   383927      0 |        0 |        1
1794.48/1795.10	c 1791s |      17 |   485217 |   251932 |   383927      0 |        0 |        1
1796.68/1797.31	c 1794s |      17 |   485586 |   252132 |   383927      0 |        0 |        1
1798.88/1799.50	c 1796s |      17 |   485953 |   252332 |   383927      0 |        0 |        1

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

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

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


[startup+0 s]
/proc/loadavg: 1.03 1.35 1.79 4/175 28170
/proc/meminfo: memFree=30172592/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=619964 CPUtime=0 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 2291 0 0 0 0 0 0 0 20 0 4 0 29500355 634843136 3163 33554432000 4194304 16246674 140737036485408 140737036484832 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 155503 3174 441 2943 0 152397 0
[pid=28169/tid=28174] ppid=28164 vsize=642492 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 657911808 3252 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=646588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 662106112 3270 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=650684 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 666300416 3287 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 1.03 1.35 1.79 4/175 28170
/proc/meminfo: memFree=30172592/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 26089 0 0 0 5 4 0 0 20 0 4 0 29500355 1332285440 26900 33554432000 4194304 16246674 140737036485408 140737036484720 7889302 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 325265 26915 799 2943 0 322159 0
[pid=28169/tid=28174] ppid=28164 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1332285440 26927 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1332285440 26939 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1332285440 26950 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200533 s]
/proc/loadavg: 1.03 1.35 1.79 4/175 28170
/proc/meminfo: memFree=30172592/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 45914 0 0 0 13 6 0 0 20 0 4 0 29500355 1343819776 47235 33554432000 4194304 16246674 140737036485408 140737036467328 7361464 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 328081 47235 800 2943 0 324975 0
[pid=28169/tid=28174] ppid=28164 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1343819776 47235 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1343819776 47235 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1343819776 47235 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300535 s]
/proc/loadavg: 1.03 1.35 1.79 4/175 28170
/proc/meminfo: memFree=30172592/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 46032 0 0 0 23 6 0 0 20 0 4 0 29500355 1344868352 47353 33554432000 4194304 16246674 140737036485408 140737036467328 5516592 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 328337 47353 835 2943 0 325231 0
[pid=28169/tid=28174] ppid=28164 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1344868352 47353 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1344868352 47353 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1344868352 47353 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700435 s]
/proc/loadavg: 1.03 1.35 1.79 4/175 28170
/proc/meminfo: memFree=30172592/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 64374 0 0 0 60 8 0 0 20 0 4 0 29500355 1344868352 65695 33554432000 4194304 16246674 140737036485408 140737036484720 4206912 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 328337 65695 835 2943 0 325231 0
[pid=28169/tid=28174] ppid=28164 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1344868352 65695 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1344868352 65695 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1344868352 65695 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 1.11 1.36 1.79 4/183 28178
/proc/meminfo: memFree=28887456/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1319492 CPUtime=1.48 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 128385 0 0 0 130 18 0 0 20 0 4 0 29500355 1351159808 129706 33554432000 4194304 16246674 140737036485408 140737036467328 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 329873 129709 835 2943 0 326767 0
[pid=28169/tid=28174] ppid=28164 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1351159808 129711 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1351159808 129713 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1351159808 129716 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1319492

[startup+3.10045 s]
/proc/loadavg: 1.11 1.36 1.79 4/183 28178
/proc/meminfo: memFree=28555376/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1328708 CPUtime=3.08 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 136805 0 0 0 289 19 0 0 20 0 4 0 29500355 1360596992 138126 33554432000 4194304 16246674 140737036485408 140737036467264 5677716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 332177 138126 894 2943 0 329071 0
[pid=28169/tid=28174] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 138126 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 138126 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 138126 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1328708

[startup+6.30044 s]
/proc/loadavg: 1.26 1.39 1.80 4/183 28178
/proc/meminfo: memFree=28006588/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1328708 CPUtime=6.29 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 272872 0 0 0 590 39 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140737036467328 5677720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 332177 274193 909 2943 0 329071 0
[pid=28169/tid=28174] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1328708

[startup+12.7004 s]
/proc/loadavg: 1.32 1.40 1.80 4/183 28178
/proc/meminfo: memFree=28001764/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1328708 CPUtime=12.69 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 272872 0 0 0 1230 39 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140737036467328 13897776 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 332177 274193 909 2943 0 329071 0
[pid=28169/tid=28174] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1328708

[startup+25.5005 s]
/proc/loadavg: 1.42 1.42 1.80 4/183 28178
/proc/meminfo: memFree=27998152/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1328708 CPUtime=25.48 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 272872 0 0 0 2509 39 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140737036483264 6842957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 332177 274193 909 2943 0 329071 0
[pid=28169/tid=28174] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274193 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1328708

[startup+51.1005 s]
/proc/loadavg: 1.71 1.49 1.81 4/183 28178
/proc/meminfo: memFree=27997312/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1328708 CPUtime=51.08 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 272876 0 0 0 5069 39 0 0 20 0 4 0 29500355 1360596992 274197 33554432000 4194304 16246674 140737036485408 140737036467264 5677043 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 332177 274197 913 2943 0 329071 0
[pid=28169/tid=28174] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274197 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274197 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274197 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1328708

[startup+102.301 s]
/proc/loadavg: 1.97 1.59 1.83 4/184 28183
/proc/meminfo: memFree=27995532/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1328708 CPUtime=102.28 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 272876 0 0 0 10187 41 0 0 20 0 4 0 29500355 1360596992 274197 33554432000 4194304 16246674 140737036485408 140737036467328 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 332177 274197 913 2943 0 329071 0
[pid=28169/tid=28174] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274197 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274197 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1360596992 274197 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1328708


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

Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 1533508

[startup+1362.3 s]
/proc/loadavg: 2.36 2.32 2.15 4/183 28214
/proc/meminfo: memFree=27708120/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1605188 CPUtime=1361.82 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 342209 0 0 0 136078 104 0 0 20 0 4 0 29500355 1643712512 343111 33554432000 4194304 16246674 140737036485408 140737036467328 5723886 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 401297 343111 913 2943 0 398191 0
[pid=28169/tid=28174] ppid=28164 vsize=1605188 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1643712512 343111 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1605188 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1643712512 343111 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1605188 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1643712512 343111 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 1605188

[startup+1422.3 s]
/proc/loadavg: 2.18 2.27 2.14 5/183 28215
/proc/meminfo: memFree=27630728/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1681988 CPUtime=1421.8 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 361452 0 0 0 142072 108 0 0 20 0 4 0 29500355 1722355712 362311 33554432000 4194304 16246674 140737036485408 140737036467328 5828829 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 420497 362311 913 2943 0 417391 0
[pid=28169/tid=28174] ppid=28164 vsize=1681988 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1722355712 362311 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1681988 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1722355712 362311 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1681988 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1722355712 362311 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 1681988

[startup+1482.3 s]
/proc/loadavg: 2.32 2.29 2.16 4/183 28216
/proc/meminfo: memFree=27630828/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1681988 CPUtime=1481.77 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 361458 0 0 0 148067 110 0 0 20 0 4 0 29500355 1722355712 362311 33554432000 4194304 16246674 140737036485408 140737036467328 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 420497 362311 913 2943 0 417391 0
[pid=28169/tid=28174] ppid=28164 vsize=1681988 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1722355712 362311 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1681988 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1722355712 362311 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1681988 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1722355712 362311 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 1681988

[startup+1542.31 s]
/proc/loadavg: 2.17 2.25 2.15 4/183 28217
/proc/meminfo: memFree=27528840/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1783364 CPUtime=1541.78 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 386862 0 0 0 154063 115 0 0 20 0 4 0 29500355 1826164736 387714 33554432000 4194304 16246674 140737036485408 140737036467328 13907028 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 445841 387714 913 2943 0 442735 0
[pid=28169/tid=28174] ppid=28164 vsize=1783364 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1826164736 387714 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1783364 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1826164736 387714 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1783364 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1826164736 387714 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 1783364

[startup+1602.3 s]
/proc/loadavg: 2.22 2.25 2.16 4/183 28219
/proc/meminfo: memFree=27476080/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1836612 CPUtime=1601.74 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 400124 0 0 0 160054 120 0 0 20 0 4 0 29500355 1880690688 400956 33554432000 4194304 16246674 140737036485408 140737036484504 13899002 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 459153 400956 913 2943 0 456047 0
[pid=28169/tid=28174] ppid=28164 vsize=1836612 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1880690688 400956 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1836612 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1880690688 400956 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1836612 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1880690688 400956 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 1836612

[startup+1662.3 s]
/proc/loadavg: 2.35 2.28 2.17 4/183 28220
/proc/meminfo: memFree=27426200/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1885764 CPUtime=1661.73 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 412605 0 0 0 166047 126 0 0 20 0 4 0 29500355 1931022336 413412 33554432000 4194304 16246674 140737036485408 140737036483200 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 471441 413412 913 2943 0 468335 0
[pid=28169/tid=28174] ppid=28164 vsize=1885764 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1931022336 413412 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1885764 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1931022336 413412 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1885764 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1931022336 413412 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 1885764

[startup+1722.3 s]
/proc/loadavg: 2.33 2.29 2.18 4/183 28221
/proc/meminfo: memFree=27384456/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1927748 CPUtime=1721.7 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 423002 0 0 0 172040 130 0 0 20 0 4 0 29500355 1974013952 423788 33554432000 4194304 16246674 140737036485408 140737036483392 13898695 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 481937 423788 913 2943 0 478831 0
[pid=28169/tid=28174] ppid=28164 vsize=1927748 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 1974013952 423788 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1927748 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 1974013952 423788 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1927748 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 1974013952 423788 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 1927748

[startup+1782.3 s]
/proc/loadavg: 2.36 2.31 2.19 4/183 28222
/proc/meminfo: memFree=27347980/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1963588 CPUtime=1781.68 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 432071 0 0 0 178033 135 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140737036467328 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 490897 432851 913 2943 0 487791 0
[pid=28169/tid=28174] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 1963588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.57 2.36 2.21 2/175 28230
/proc/meminfo: memFree=28438856/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1963588 CPUtime=1800.09 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 432073 0 0 0 179872 137 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140737036467328 5672184 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 490897 432851 913 2943 0 487791 0
[pid=28169/tid=28174] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1963588

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

[startup+1800.7 s]
/proc/loadavg: 2.57 2.36 2.21 2/175 28230
/proc/meminfo: memFree=28438856/32872528 swapFree=1402776/1580604
[pid=28169] ppid=28164 vsize=1963588 CPUtime=1800.09 cores=1,3,5,7
/proc/28169/stat : 28169 (toysat) R 28164 28169 28125 0 -1 4202496 432073 0 0 0 179872 137 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140737036467328 5672184 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28169/statm: 490897 432851 913 2943 0 487791 0
[pid=28169/tid=28174] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28174/stat : 28174 (toysat) S 28164 28169 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140308115336432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28169/tid=28175] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28175/stat : 28175 (toysat) S 28164 28169 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140308104846576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28169/tid=28176] ppid=28164 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/28169/task/28176/stat : 28176 (toysat) S 28164 28169 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29500355 2010714112 432851 33554432000 4194304 16246674 140737036485408 140307991620784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1963588

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.72
CPU time (s): 1800.11
CPU user time (s): 1798.73
CPU system time (s): 1.37879
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 1963588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.37879
maximum resident set size= 1731404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 432073
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= 591
involuntary context switches= 1836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.30904 second user time and 8.33973 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 20:29:06
IDJOB=4106604
IDBENCH=48129
IDSOLVER=2542
FILE ID=node139/4106604-1466274546
RUNJOBID= node139-1466274546-28142
PBS_JOBID= 19918239
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= d7281b7a8bb5680ab95cd17583e8be43
RANDOM SEED=742851230

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:        30174564 kB
Buffers:          170120 kB
Cached:           201508 kB
SwapCached:         1904 kB
Active:           135936 kB
Inactive:         238592 kB
Active(anon):       4044 kB
Inactive(anon):     1476 kB
Active(file):     131892 kB
Inactive(file):   237116 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             33836 kB
Writeback:             0 kB
AnonPages:       1582988 kB
Mapped:             6416 kB
Shmem:                 0 kB
Slab:             609156 kB
SReclaimable:      53644 kB
SUnreclaim:       555512 kB
KernelStack:        1336 kB
PageTables:         6704 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1676352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71560 MiB
End job on node139 at 2016-06-18 20:59:07