Trace number 4103257

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.09 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-qap10.opb
MD5SUM92cff40bf32fe691e5181dcb856d7399
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark170
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 170
Optimality of the best value was proved NO
Number of variables83000
Total number of constraints1820
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 constraints1820
Minimum length of a constraint200
Maximum length of a constraint200
Number of terms in the objective function 52200
Biggest coefficient in the objective function 26214400
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 24146585100
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 26214400
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 24146585100
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-18T09:13:20+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-4103257-1466234000.opb"]
0.00/0.01	c use --random-gen="4198698723 1951719320 2238721672 379508767 1561115348 578938645 3605163437 2305835586 994872490 3736468839 2597603233 2635154261 830905944 3429878278 2912007582 1892698648 2002677593 62293222 3732895945 1213589194 731495917 2779768591 1060382911 466898276 1801158874 549445749 35453279 3756067874 2036445406 752144450 1474580408 2565094201 4193927634 2273935918 991816183 3631310019 3164788167 1162645458 587618678 2994743915 3152953031 3209982618 3935053388 4175558285 3364502598 2166968427 2852498289 1925070229 517885253 1002159361 1102674008 376016960 2083712770 2449700465 2157206903 3085981172 2768301403 1335008970 2768556007 611295056 3507764486 541137020 1758779058 30334973 3100814752 338059136 1257499354 3267423747 1067532213 2586486635 3331989931 725212537 370556843 3976930580 1838735242 890425744 844026962 2952500094 2858853885 2502744987 1716502303 2335090223 2724597888 832431978 3273060364 3004142609 1276993254 637914621 1596120992 2611746833 1834491660 1882356551 1603367472 1730593409 1695847727 682436604 2808513678 1603676053 2609223293 3481251542 1447167080 740785826 1107613508 1160305789 428712202 2307831735 3866666234 13154112 1302799867 676694381 4208479520 12306458 3939933944 4180771425 2226402335 3428512535 3511029504 1353949428 3038786736 903553219 2441476835 3443508969 930175897 2802240482 1951921467 2116109376 3935536811 2555036412 3885650334 3062925405 1030158517 2862578285 1538352785 3164801176 2484304337 2858838793 2019404273 3661823326 3496848091 819532951 2121035160 188927169 3397532141 3876613656 1012676822 2567709719 2509426528 70473585 3654557837 641728921 2777716042 2861348103 66626319 1041748126 454593538 2487076762 2921504908 3861775579 380926556 2060461143 3585746708 542801961 1235069082 3111633261 3631282612 4116386101 715188212 836685179 2357444662 604234328 2470189603 1061638548 560383338 87866340 1273706759 158488814 1695505245 1008590323 743619405 629087940 2043420064 4003279135 4035349809 3226589221 390570140 2680041695 3130044456 1284925834 1279777093 191407871 2307259302 594341853 2569727295 1470098115 1909825354 3422284802 171499569 246573246 153860899 291296798 312249583 4001833413 3081423227 2583827782 2295262453 3982918759 3766661095 2408668979 243976264 1077732330 1776311657 679947930 2854640634 2008208187 2180083690 3730225894 2270080085 3701292111 3898122674 4137771271 2320712539 2470934655 3003573626 2799488964 1902073570 4272458335 1998742154 799611087 4050850106 381477566 3724100109 3071775031 3607461194 2430349978 4264183388 1981501273 2534703454 3739597370 2918586001 150125066 1900878112 2618720994 2095802996 4016862269 229110831 4221920355 3292133883 2421541398 910539229 1595960420 4136183233 3365283534 1494395234 3904251869 267079738 3666408266 255 362436" option to reproduce the execution
0.69/0.72	c #vars 83000
0.69/0.72	c #constraints 1820
5.09/5.18	c BCD2: Hardening is enabled.
5.09/5.18	c BCD2: BiasedSearch is enabled.
5.09/5.18	c Solving starts ...
5.09/5.18	c ============================[ Search Statistics ]============================
5.09/5.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.18	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.18	c =============================================================================
5.09/5.18	c  0.0s |       0 |        0 |        0 |    28880      0 |    78850 |        0
5.50/5.56	c  0.4s |       0 |        8 |        0 |    28880      0 |    78850 |        0
5.50/5.56	c #cpu_time = 0.366s
5.50/5.56	c #wall_clock_time = 0.366s
5.50/5.56	c #decision = 8
5.50/5.56	c #random_decision = 0
5.50/5.56	c #conflict = 0
5.50/5.56	c #restart = 0
5.50/5.56	o 222
5.99/6.06	c BCD2: hardening fixes 37706 literals
5.99/6.07	c BCD2: updating upper bound: 24146585100 -> 221
5.99/6.08	c BCD2: 0 <= obj <= 221
5.99/6.09	c BCD2: #cores=0, #unrelaxed=14494, #relaxed=0, #hardened=37706
5.99/6.09	c BCD2: #sat=1 #unsat=1 bias=1/2
6.09/6.11	c Solving starts ...
6.09/6.11	c ============================[ Search Statistics ]============================
6.09/6.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.11	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.11	c =============================================================================
6.09/6.11	c  0.0s |       0 |        0 |        0 |    28880      0 |    78850 |        0
6.29/6.36	c  0.3s |       0 |      269 |        1 |    28880      0 |    78850 |        0
6.29/6.36	c #cpu_time = 0.247s
6.29/6.36	c #wall_clock_time = 0.247s
6.29/6.36	c #decision = 269
6.29/6.36	c #random_decision = 0
6.29/6.36	c #conflict = 1
6.29/6.36	c #restart = 0
6.29/6.36	c BCD2: found a new core of size 125: cost of the new core is >=2
6.29/6.36	c lower bound updated to 2
6.29/6.39	c BCD2: 2 <= obj <= 221
6.29/6.39	c BCD2: #cores=1, #unrelaxed=14369, #relaxed=125, #hardened=37706
6.29/6.39	c BCD2: #sat=1 #unsat=2 bias=2/3
6.29/6.39	c Solving starts ...
6.29/6.39	c ============================[ Search Statistics ]============================
6.29/6.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.39	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.39	c =============================================================================
6.29/6.39	c  0.0s |       0 |        0 |        0 |    28880      0 |    78850 |        0
6.60/6.66	c  0.3s |       0 |      199 |        1 |    28880      0 |    78850 |        0
6.60/6.66	c #cpu_time = 0.266s
6.60/6.66	c #wall_clock_time = 0.266s
6.60/6.66	c #decision = 199
6.60/6.66	c #random_decision = 0
6.60/6.66	c #conflict = 1
6.60/6.67	c #restart = 0
6.60/6.67	c BCD2: found a new core of size 125: cost of the new core is >=5
6.60/6.67	c lower bound updated to 7
6.60/6.69	c BCD2: 7 <= obj <= 221
6.60/6.69	c BCD2: #cores=2, #unrelaxed=14244, #relaxed=250, #hardened=37706
6.60/6.69	c BCD2: #sat=1 #unsat=3 bias=3/4
6.60/6.69	c Solving starts ...
6.60/6.69	c ============================[ Search Statistics ]============================
6.60/6.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.69	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.69	c =============================================================================
6.60/6.69	c  0.0s |       0 |        0 |        0 |    28880      0 |    78850 |        0
6.99/7.02	c  0.3s |       0 |      165 |        1 |    28880      0 |    78850 |        0
6.99/7.02	c #cpu_time = 0.314s
6.99/7.02	c #wall_clock_time = 0.314s
6.99/7.02	c #decision = 165
6.99/7.02	c #random_decision = 0
6.99/7.02	c #conflict = 1
6.99/7.02	c #restart = 0
6.99/7.02	c BCD2: relaxing 95 and merging with 1 cores into a new core of size 220: cost of the new core is >=6
6.99/7.02	c lower bound updated to 8
6.99/7.04	c BCD2: 8 <= obj <= 221
6.99/7.04	c BCD2: #cores=2, #unrelaxed=14149, #relaxed=345, #hardened=37706
6.99/7.04	c BCD2: #sat=1 #unsat=4 bias=4/5
6.99/7.05	c Solving starts ...
6.99/7.05	c ============================[ Search Statistics ]============================
6.99/7.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.05	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.05	c =============================================================================
6.99/7.05	c  0.0s |       0 |        0 |        0 |    28880      0 |    78851 |        0
7.49/7.58	c  0.5s |       0 |      483 |        7 |    28880      0 |    78851 |        1
7.49/7.58	c #cpu_time = 0.531s
7.49/7.58	c #wall_clock_time = 0.531s
7.49/7.58	c #decision = 483
7.49/7.58	c #random_decision = 0
7.49/7.58	c #conflict = 7
7.49/7.58	c #restart = 0
7.49/7.58	c BCD2: relaxing 95 and merging with 1 cores into a new core of size 220: cost of the new core is >=3
7.49/7.58	c lower bound updated to 9
7.59/7.61	c BCD2: 9 <= obj <= 221
7.59/7.61	c BCD2: #cores=2, #unrelaxed=14054, #relaxed=440, #hardened=37706
7.59/7.61	c BCD2: #sat=1 #unsat=5 bias=5/6
7.59/7.62	c Solving starts ...
7.59/7.62	c ============================[ Search Statistics ]============================
7.59/7.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.62	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.62	c =============================================================================
7.59/7.62	c  0.0s |       0 |        0 |        0 |    28880      0 |    78853 |        1
7.80/7.88	c  0.3s |       0 |      317 |        1 |    28880      0 |    78853 |        4
7.80/7.88	c #cpu_time = 0.259s
7.80/7.88	c #wall_clock_time = 0.259s
7.80/7.88	c #decision = 317
7.80/7.88	c #random_decision = 0
7.80/7.88	c #conflict = 1
7.80/7.88	c #restart = 0
7.80/7.88	c BCD2: found a new core of size 125: cost of the new core is >=4
7.80/7.88	c lower bound updated to 13
7.89/7.91	c BCD2: 13 <= obj <= 221
7.89/7.91	c BCD2: #cores=3, #unrelaxed=13929, #relaxed=565, #hardened=37706
7.89/7.91	c BCD2: #sat=1 #unsat=6 bias=6/7
7.89/7.91	c Solving starts ...
7.89/7.91	c ============================[ Search Statistics ]============================
7.89/7.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.91	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.91	c =============================================================================
7.89/7.91	c  0.0s |       0 |        0 |        0 |    28880      0 |    78853 |        4
8.19/8.22	c  0.3s |       0 |      247 |        1 |    28880      0 |    78853 |        4
8.19/8.22	c #cpu_time = 0.298s
8.19/8.22	c #wall_clock_time = 0.298s
8.19/8.22	c #decision = 247
8.19/8.22	c #random_decision = 0
8.19/8.22	c #conflict = 1
8.19/8.22	c #restart = 0
8.19/8.22	c BCD2: found a new core of size 125: cost of the new core is >=1
8.19/8.22	c lower bound updated to 14
8.19/8.25	c BCD2: 14 <= obj <= 221
8.19/8.25	c BCD2: #cores=4, #unrelaxed=13804, #relaxed=690, #hardened=37706
8.19/8.25	c BCD2: #sat=1 #unsat=7 bias=7/8
8.19/8.25	c Solving starts ...
8.19/8.25	c ============================[ Search Statistics ]============================
8.19/8.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.25	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.25	c =============================================================================
8.19/8.25	c  0.0s |       0 |        0 |        0 |    28880      0 |    78853 |        4
8.59/8.60	c  0.4s |       0 |      192 |        2 |    28880      0 |    78853 |        4
8.59/8.60	c #cpu_time = 0.345s
8.59/8.60	c #wall_clock_time = 0.345s
8.59/8.60	c #decision = 192
8.59/8.60	c #random_decision = 0
8.59/8.60	c #conflict = 2
8.59/8.60	c #restart = 0
8.59/8.60	c BCD2: relaxing 60 and merging with 2 cores into a new core of size 310: cost of the new core is >=6
8.59/8.60	c lower bound updated to 15
8.59/8.63	c BCD2: 15 <= obj <= 221
8.59/8.63	c BCD2: #cores=3, #unrelaxed=13744, #relaxed=750, #hardened=37706
8.59/8.63	c BCD2: #sat=1 #unsat=8 bias=8/9
8.59/8.63	c Solving starts ...
8.59/8.63	c ============================[ Search Statistics ]============================
8.59/8.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.63	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.63	c =============================================================================
8.59/8.63	c  0.0s |       0 |        0 |        0 |    28880      0 |    78855 |        4
8.90/8.94	c  0.3s |       0 |      353 |        0 |    28880      0 |    78855 |        6
8.90/8.94	c #cpu_time = 0.292s
8.90/8.94	c #wall_clock_time = 0.292s
8.90/8.94	c #decision = 353
8.90/8.94	c #random_decision = 0
8.90/8.94	c #conflict = 0
8.90/8.94	c #restart = 0
8.90/8.94	c BCD2: found a new core of size 146: cost of the new core is >=2
8.90/8.94	c lower bound updated to 17
8.90/8.96	c BCD2: 17 <= obj <= 221
8.90/8.96	c BCD2: #cores=4, #unrelaxed=13598, #relaxed=896, #hardened=37706
8.90/8.96	c BCD2: #sat=1 #unsat=9 bias=9/10
8.90/8.97	c Solving starts ...
8.90/8.97	c ============================[ Search Statistics ]============================
8.90/8.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.97	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.97	c =============================================================================
8.90/8.97	c  0.0s |       0 |        0 |        0 |    28880      0 |    78855 |        6
9.19/9.26	c  0.3s |       0 |      365 |        0 |    28880      0 |    78855 |        6
9.19/9.26	c #cpu_time = 0.283s
9.19/9.26	c #wall_clock_time = 0.283s
9.19/9.26	c #decision = 365
9.19/9.26	c #random_decision = 0
9.19/9.26	c #conflict = 0
9.19/9.26	c #restart = 0
9.19/9.26	c BCD2: relaxing 106 and merging with 1 cores into a new core of size 252: cost of the new core is >=3
9.19/9.26	c lower bound updated to 18
9.19/9.29	c BCD2: 18 <= obj <= 221
9.19/9.29	c BCD2: #cores=4, #unrelaxed=13492, #relaxed=1002, #hardened=37706
9.19/9.29	c BCD2: #sat=1 #unsat=10 bias=10/11
9.19/9.29	c Solving starts ...
9.19/9.29	c ============================[ Search Statistics ]============================
9.19/9.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.29	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.29	c =============================================================================
9.19/9.29	c  0.0s |       0 |        0 |        0 |    28880      0 |    78856 |        6
9.49/9.59	c  0.3s |       0 |      314 |        0 |    28880      0 |    78856 |        7
9.49/9.59	c #cpu_time = 0.285s
9.49/9.59	c #wall_clock_time = 0.285s
9.49/9.59	c #decision = 314
9.49/9.59	c #random_decision = 0
9.49/9.59	c #conflict = 0
9.49/9.59	c #restart = 0
9.49/9.59	c BCD2: found a new core of size 90: cost of the new core is >=1
9.49/9.59	c lower bound updated to 19
9.59/9.62	c BCD2: 19 <= obj <= 221
9.59/9.62	c BCD2: #cores=5, #unrelaxed=13402, #relaxed=1092, #hardened=37706
9.59/9.62	c BCD2: #sat=1 #unsat=11 bias=11/12
9.59/9.62	c Solving starts ...
9.59/9.62	c ============================[ Search Statistics ]============================
9.59/9.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.62	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.62	c =============================================================================
9.59/9.62	c  0.0s |       0 |        0 |        0 |    28880      0 |    78856 |        7
9.90/9.94	c  0.3s |       0 |      125 |        0 |    28880      0 |    78856 |        7
9.90/9.94	c #cpu_time = 0.312s
9.90/9.94	c #wall_clock_time = 0.312s
9.90/9.94	c #decision = 125
9.90/9.94	c #random_decision = 0
9.90/9.94	c #conflict = 0
9.90/9.94	c #restart = 0
9.90/9.94	c BCD2: relaxing 16 and merging with 1 cores into a new core of size 106: cost of the new core is >=6
9.90/9.94	c lower bound updated to 24
9.90/9.97	c BCD2: hardening fixes 24 literals
9.90/9.97	c BCD2: 24 <= obj <= 221
9.90/9.97	c BCD2: #cores=5, #unrelaxed=13362, #relaxed=1108, #hardened=37730
9.90/9.97	c BCD2: #sat=1 #unsat=12 bias=12/13
9.90/9.98	c Solving starts ...
9.90/9.98	c ============================[ Search Statistics ]============================
9.90/9.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.90/9.98	c       |         |          |          |    Limit     GC | Var      | Constra 
9.90/9.98	c =============================================================================
9.90/9.98	c  0.0s |       0 |        0 |        0 |    28880      0 |    78857 |        7
10.29/10.32	c  0.3s |       0 |      162 |        1 |    28880      0 |    78857 |        8
10.29/10.32	c #cpu_time = 0.336s
10.29/10.32	c #wall_clock_time = 0.336s
10.29/10.32	c #decision = 162
10.29/10.32	c #random_decision = 0
10.29/10.32	c #conflict = 1
10.29/10.32	c #restart = 0
10.29/10.32	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 365: cost of the new core is >=13
10.29/10.32	c lower bound updated to 28
10.29/10.35	c BCD2: 28 <= obj <= 221
10.29/10.35	c BCD2: #cores=4, #unrelaxed=13355, #relaxed=1115, #hardened=37730
10.29/10.35	c BCD2: #sat=1 #unsat=13 bias=13/14
10.29/10.36	c Solving starts ...
10.29/10.36	c ============================[ Search Statistics ]============================
10.29/10.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.36	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.36	c =============================================================================
10.29/10.36	c  0.0s |       0 |        0 |        0 |    28880      0 |    78859 |        8
10.69/10.71	c  0.4s |       0 |      349 |        1 |    28880      0 |    78859 |       10
10.69/10.71	c #cpu_time = 0.342s
10.69/10.71	c #wall_clock_time = 0.342s
10.69/10.71	c #decision = 349
10.69/10.71	c #random_decision = 0
10.69/10.71	c #conflict = 1
10.69/10.71	c #restart = 0
10.69/10.71	c BCD2: relaxing 185 and merging with 2 cores into a new core of size 770: cost of the new core is >=21
10.69/10.71	c lower bound updated to 30
10.69/10.74	c BCD2: hardening fixes 462 literals
10.69/10.74	c BCD2: 30 <= obj <= 221
10.69/10.74	c BCD2: #cores=3, #unrelaxed=12708, #relaxed=1300, #hardened=38192
10.69/10.74	c BCD2: #sat=1 #unsat=14 bias=14/15
10.69/10.75	c Solving starts ...
10.69/10.75	c ============================[ Search Statistics ]============================
10.69/10.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.75	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.75	c =============================================================================
10.69/10.75	c  0.0s |       0 |        0 |        0 |    28880      0 |    78863 |       10
11.00/11.05	c  0.3s |       0 |      297 |        0 |    28880      0 |    78863 |       16
11.00/11.05	c #cpu_time = 0.291s
11.00/11.05	c #wall_clock_time = 0.291s
11.00/11.05	c #decision = 297
11.00/11.05	c #random_decision = 0
11.00/11.05	c #conflict = 0
11.00/11.05	c #restart = 0
11.00/11.05	c BCD2: found a new core of size 168: cost of the new core is >=1
11.00/11.05	c lower bound updated to 31
11.00/11.08	c BCD2: 31 <= obj <= 221
11.00/11.08	c BCD2: #cores=4, #unrelaxed=12540, #relaxed=1468, #hardened=38192
11.00/11.08	c BCD2: #sat=1 #unsat=15 bias=15/16
11.00/11.08	c Solving starts ...
11.00/11.08	c ============================[ Search Statistics ]============================
11.00/11.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.00/11.08	c       |         |          |          |    Limit     GC | Var      | Constra 
11.00/11.08	c =============================================================================
11.00/11.08	c  0.0s |       0 |        0 |        0 |    28880      0 |    78863 |       16
11.29/11.33	c  0.3s |       0 |      221 |        0 |    28880      0 |    78863 |       16
11.29/11.33	c #cpu_time = 0.245s
11.29/11.33	c #wall_clock_time = 0.245s
11.29/11.33	c #decision = 221
11.29/11.33	c #random_decision = 0
11.29/11.33	c #conflict = 0
11.29/11.33	c #restart = 0
11.29/11.33	c BCD2: found a new core of size 90: cost of the new core is >=2
11.29/11.33	c lower bound updated to 33
11.29/11.36	c BCD2: 33 <= obj <= 221
11.29/11.36	c BCD2: #cores=5, #unrelaxed=12450, #relaxed=1558, #hardened=38192
11.29/11.36	c BCD2: #sat=1 #unsat=16 bias=16/17
11.29/11.36	c Solving starts ...
11.29/11.36	c ============================[ Search Statistics ]============================
11.29/11.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.36	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.36	c =============================================================================
11.29/11.36	c  0.0s |       0 |        0 |        0 |    28880      0 |    78863 |       16
11.59/11.63	c  0.3s |       0 |      268 |        0 |    28880      0 |    78863 |       16
11.59/11.63	c #cpu_time = 0.256s
11.59/11.63	c #wall_clock_time = 0.256s
11.59/11.63	c #decision = 268
11.59/11.63	c #random_decision = 0
11.59/11.63	c #conflict = 0
11.59/11.63	c #restart = 0
11.59/11.63	c BCD2: relaxing 89 and merging with 1 cores into a new core of size 179: cost of the new core is >=4
11.59/11.63	c lower bound updated to 35
11.59/11.66	c BCD2: 35 <= obj <= 221
11.59/11.66	c BCD2: #cores=5, #unrelaxed=12361, #relaxed=1647, #hardened=38192
11.59/11.66	c BCD2: #sat=1 #unsat=17 bias=17/18
11.59/11.66	c Solving starts ...
11.59/11.66	c ============================[ Search Statistics ]============================
11.59/11.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.66	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.66	c =============================================================================
11.59/11.66	c  0.0s |       0 |        0 |        0 |    28880      0 |    78864 |       16
11.89/11.95	c  0.3s |       0 |      281 |        1 |    28880      0 |    78864 |       17
11.89/11.95	c #cpu_time = 0.279s
11.89/11.95	c #wall_clock_time = 0.279s
11.89/11.95	c #decision = 281
11.89/11.95	c #random_decision = 0
11.89/11.95	c #conflict = 1
11.89/11.95	c #restart = 0
11.89/11.95	c BCD2: relaxing 122 and merging with 1 cores into a new core of size 301: cost of the new core is >=5
11.89/11.95	c lower bound updated to 36
11.89/11.98	c BCD2: 36 <= obj <= 221
11.89/11.98	c BCD2: #cores=5, #unrelaxed=12239, #relaxed=1769, #hardened=38192
11.89/11.98	c BCD2: #sat=1 #unsat=18 bias=18/19
11.89/11.98	c Solving starts ...
11.89/11.98	c ============================[ Search Statistics ]============================
11.89/11.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.98	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.98	c =============================================================================
11.89/11.98	c  0.0s |       0 |        0 |        0 |    28880      0 |    78865 |       17
12.20/12.29	c  0.3s |       0 |      213 |        0 |    28880      0 |    78865 |       18
12.20/12.29	c #cpu_time = 0.299s
12.20/12.29	c #wall_clock_time = 0.299s
12.20/12.29	c #decision = 213
12.20/12.29	c #random_decision = 0
12.20/12.29	c #conflict = 0
12.20/12.29	c #restart = 0
12.20/12.29	c BCD2: found a new core of size 90: cost of the new core is >=2
12.20/12.29	c lower bound updated to 38
12.29/12.32	c BCD2: 38 <= obj <= 221
12.29/12.32	c BCD2: #cores=6, #unrelaxed=12149, #relaxed=1859, #hardened=38192
12.29/12.32	c BCD2: #sat=1 #unsat=19 bias=19/20
12.29/12.32	c Solving starts ...
12.29/12.32	c ============================[ Search Statistics ]============================
12.29/12.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.29/12.32	c       |         |          |          |    Limit     GC | Var      | Constra 
12.29/12.32	c =============================================================================
12.29/12.32	c  0.0s |       0 |        0 |        0 |    28880      0 |    78865 |       18
12.59/12.64	c  0.3s |       0 |      285 |        1 |    28880      0 |    78865 |       18
12.59/12.64	c #cpu_time = 0.309s
12.59/12.64	c #wall_clock_time = 0.309s
12.59/12.64	c #decision = 285
12.59/12.64	c #random_decision = 0
12.59/12.64	c #conflict = 1
12.59/12.64	c #restart = 0
12.59/12.64	c BCD2: relaxing 120 and merging with 2 cores into a new core of size 511: cost of the new core is >=8
12.59/12.64	c lower bound updated to 39
12.59/12.67	c BCD2: 39 <= obj <= 221
12.59/12.67	c BCD2: #cores=5, #unrelaxed=12029, #relaxed=1979, #hardened=38192
12.59/12.67	c BCD2: #sat=1 #unsat=20 bias=20/21
12.59/12.68	c Solving starts ...
12.59/12.68	c ============================[ Search Statistics ]============================
12.59/12.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.68	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.68	c =============================================================================
12.59/12.68	c  0.0s |       0 |        0 |        0 |    28880      0 |    78867 |       18
12.89/12.94	c  0.3s |       0 |      255 |        0 |    28880      0 |    78867 |       20
12.89/12.94	c #cpu_time = 0.256s
12.89/12.94	c #wall_clock_time = 0.256s
12.89/12.94	c #decision = 255
12.89/12.94	c #random_decision = 0
12.89/12.94	c #conflict = 0
12.89/12.94	c #restart = 0
12.89/12.94	c BCD2: found a new core of size 90: cost of the new core is >=1
12.89/12.94	c lower bound updated to 40
12.89/12.97	c BCD2: 40 <= obj <= 221
12.89/12.97	c BCD2: #cores=6, #unrelaxed=11939, #relaxed=2069, #hardened=38192
12.89/12.97	c BCD2: #sat=1 #unsat=21 bias=21/22
12.89/12.97	c Solving starts ...
12.89/12.97	c ============================[ Search Statistics ]============================
12.89/12.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.97	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.97	c =============================================================================
12.89/12.97	c  0.0s |       0 |        0 |        0 |    28880      0 |    78867 |       20
13.20/13.29	c  0.3s |       0 |      257 |        0 |    28880      0 |    78867 |       20
13.20/13.29	c #cpu_time = 0.302s
13.20/13.29	c #wall_clock_time = 0.302s
13.20/13.29	c #decision = 257
13.20/13.29	c #random_decision = 0
13.20/13.29	c #conflict = 0
13.20/13.29	c #restart = 0
13.20/13.29	c BCD2: found a new core of size 90: cost of the new core is >=4
13.20/13.29	c lower bound updated to 44
13.30/13.32	c BCD2: 44 <= obj <= 221
13.30/13.32	c BCD2: #cores=7, #unrelaxed=11849, #relaxed=2159, #hardened=38192
13.30/13.32	c BCD2: #sat=1 #unsat=22 bias=22/23
13.30/13.32	c Solving starts ...
13.30/13.32	c ============================[ Search Statistics ]============================
13.30/13.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.30/13.32	c       |         |          |          |    Limit     GC | Var      | Constra 
13.30/13.32	c =============================================================================
13.30/13.32	c  0.0s |       0 |        0 |        0 |    28880      0 |    78867 |       20
13.59/13.63	c  0.3s |       0 |      237 |        0 |    28880      0 |    78867 |       20
13.59/13.63	c #cpu_time = 0.299s
13.59/13.63	c #wall_clock_time = 0.299s
13.59/13.63	c #decision = 237
13.59/13.63	c #random_decision = 0
13.59/13.63	c #conflict = 0
13.59/13.63	c #restart = 0
13.59/13.63	c BCD2: relaxing 83 and merging with 1 cores into a new core of size 173: cost of the new core is >=2
13.59/13.63	c lower bound updated to 45
13.59/13.66	c BCD2: 45 <= obj <= 221
13.59/13.66	c BCD2: #cores=7, #unrelaxed=11766, #relaxed=2242, #hardened=38192
13.59/13.66	c BCD2: #sat=1 #unsat=23 bias=23/24
13.59/13.66	c Solving starts ...
13.59/13.66	c ============================[ Search Statistics ]============================
13.59/13.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.59/13.66	c       |         |          |          |    Limit     GC | Var      | Constra 
13.59/13.66	c =============================================================================
13.59/13.66	c  0.0s |       0 |        0 |        0 |    28880      0 |    78868 |       20
13.99/14.00	c  0.3s |       0 |      280 |        0 |    28880      0 |    78868 |       21
13.99/14.00	c #cpu_time = 0.321s
13.99/14.00	c #wall_clock_time = 0.321s
13.99/14.00	c #decision = 280
13.99/14.00	c #random_decision = 0
13.99/14.00	c #conflict = 0
13.99/14.00	c #restart = 0
13.99/14.00	c BCD2: relaxing 91 and merging with 1 cores into a new core of size 264: cost of the new core is >=4
13.99/14.00	c lower bound updated to 47
13.99/14.03	c BCD2: 47 <= obj <= 221
13.99/14.03	c BCD2: #cores=7, #unrelaxed=11675, #relaxed=2333, #hardened=38192
13.99/14.03	c BCD2: #sat=1 #unsat=24 bias=24/25
13.99/14.03	c Solving starts ...
13.99/14.03	c ============================[ Search Statistics ]============================
13.99/14.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.99/14.03	c       |         |          |          |    Limit     GC | Var      | Constra 
13.99/14.03	c =============================================================================
13.99/14.03	c  0.0s |       0 |        0 |        0 |    28880      0 |    78869 |       21
14.40/14.45	c  0.4s |       0 |      265 |        1 |    28880      0 |    78869 |       22
14.40/14.45	c #cpu_time = 0.407s
14.40/14.45	c #wall_clock_time = 0.407s
14.40/14.45	c #decision = 265
14.40/14.45	c #random_decision = 0
14.40/14.45	c #conflict = 1
14.40/14.45	c #restart = 0
14.40/14.45	c BCD2: relaxing 138 and merging with 1 cores into a new core of size 402: cost of the new core is >=5
14.40/14.45	c lower bound updated to 48
14.40/14.48	c BCD2: 48 <= obj <= 221
14.40/14.48	c BCD2: #cores=7, #unrelaxed=11537, #relaxed=2471, #hardened=38192
14.40/14.48	c BCD2: #sat=1 #unsat=25 bias=25/26
14.40/14.49	c Solving starts ...
14.40/14.49	c ============================[ Search Statistics ]============================
14.40/14.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.40/14.49	c       |         |          |          |    Limit     GC | Var      | Constra 
14.40/14.49	c =============================================================================
14.40/14.49	c  0.0s |       0 |        0 |        0 |    28880      0 |    78870 |       22
17.70/17.72	c  3.2s |       0 |      303 |      100 |    31769      0 |    78870 |       23
17.70/17.73	c  3.2s |       1 |      303 |      100 |    31769      0 |    78870 |       23
21.19/21.21	c  6.7s |       1 |      548 |      180 |    31769      0 |    78870 |       23
21.19/21.21	c #cpu_time = 6.714s
21.19/21.21	c #wall_clock_time = 6.714s
21.19/21.21	c #decision = 548
21.19/21.21	c #random_decision = 1
21.19/21.21	c #conflict = 180
21.19/21.21	c #restart = 1
21.19/21.21	c BCD2: relaxing 98 and merging with 5 cores into a new core of size 1288: cost of the new core is >=20
21.19/21.21	c lower bound updated to 49
21.19/21.25	c BCD2: 49 <= obj <= 221
21.19/21.25	c BCD2: #cores=3, #unrelaxed=11439, #relaxed=2569, #hardened=38192
21.19/21.25	c BCD2: #sat=1 #unsat=26 bias=26/27
21.19/21.25	c Solving starts ...
21.19/21.25	c ============================[ Search Statistics ]============================
21.19/21.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.25	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.25	c =============================================================================
21.19/21.25	c  0.0s |       0 |        0 |        0 |    31769      0 |    78880 |       23
22.99/23.01	c  1.8s |       1 |      180 |      100 |    34946      0 |    78880 |       38
25.39/25.40	c  4.1s |       2 |      403 |      250 |    34946      0 |    78880 |       38
28.29/28.30	c  7.0s |       2 |      674 |      450 |    38441      0 |    78880 |       38
28.49/28.60	c  7.3s |       3 |      706 |      475 |    38441      0 |    78880 |       38
31.49/31.51	c 10.3s |       3 |     1003 |      675 |    42286      0 |    78880 |       38
33.29/33.35	c 12.1s |       4 |     1186 |      813 |    42286      0 |    78880 |       38
36.49/36.56	c 15.3s |       4 |     1509 |     1013 |    42286      0 |    78880 |       38
39.59/39.70	c 18.4s |       4 |     1759 |     1213 |    46515      0 |    78880 |       38
41.48/41.52	c 20.3s |       5 |     1891 |     1320 |    46515      0 |    78880 |       38
45.09/45.19	c 23.9s |       5 |     2186 |     1520 |    46515      0 |    78880 |       38
48.28/48.35	c 27.1s |       5 |     2416 |     1720 |    46515      0 |    78880 |       38
51.58/51.65	c 30.4s |       5 |     2671 |     1920 |    51167      0 |    78880 |       38
53.89/53.94	c 32.7s |       6 |     2898 |     2081 |    51167      0 |    78880 |       38
57.48/57.52	c 36.3s |       6 |     3266 |     2281 |    51167      0 |    78880 |       38
60.88/60.91	c 39.7s |       6 |     3546 |     2481 |    51167      0 |    78880 |       38
64.48/64.50	c 43.2s |       6 |     3824 |     2681 |    51167      0 |    78880 |       38
67.78/67.89	c 46.6s |       6 |     4114 |     2881 |    51167      0 |    78880 |       38
68.48/68.56	c 47.3s |       6 |     4149 |     2916 |    51167      0 |    78880 |       38
68.48/68.56	c #cpu_time = 47.284s
68.48/68.56	c #wall_clock_time = 47.283s
68.48/68.56	c #decision = 4149
68.48/68.56	c #random_decision = 3
68.48/68.56	c #conflict = 2916
68.48/68.56	c #restart = 6
68.48/68.56	o 202
68.48/68.59	c BCD2: hardening fixes 822 literals
68.48/68.59	c BCD2: updating upper bound: 221 -> 201
68.58/68.60	c BCD2: 49 <= obj <= 201
68.58/68.60	c BCD2: #cores=3, #unrelaxed=10617, #relaxed=2569, #hardened=39014
68.58/68.60	c BCD2: #sat=2 #unsat=26 bias=26/28
68.58/68.62	c Solving starts ...
68.58/68.62	c ============================[ Search Statistics ]============================
68.58/68.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.58/68.62	c       |         |          |          |    Limit     GC | Var      | Constra 
68.58/68.62	c =============================================================================
68.58/68.62	c  0.0s |       0 |        0 |        0 |    51167      0 |    78880 |       39
70.39/70.45	c  1.8s |       1 |      183 |      100 |    51167      0 |    78880 |       39
72.48/72.57	c  4.0s |       1 |      368 |      200 |    56284      0 |    78880 |       39
73.48/73.51	c  4.9s |       2 |      436 |      250 |    56284      0 |    78880 |       39
75.58/75.63	c  7.0s |       2 |      622 |      350 |    56284      0 |    78880 |       39
77.98/78.02	c  9.4s |       2 |      835 |      450 |    56284      0 |    78880 |       39
78.48/78.57	c 10.0s |       3 |      879 |      475 |    56284      0 |    78880 |       39
80.48/80.59	c 12.0s |       3 |     1079 |      575 |    56284      0 |    78880 |       39
83.78/83.80	c 15.2s |       3 |     1343 |      775 |    56284      0 |    78880 |       39
84.28/84.36	c 15.7s |       4 |     1404 |      813 |    56284      0 |    78880 |       39
86.38/86.43	c 17.8s |       4 |     1605 |      913 |    56284      0 |    78880 |       39
89.38/89.44	c 20.8s |       4 |     1833 |     1113 |    56284      0 |    78880 |       39
92.68/92.78	c 24.2s |       4 |     2089 |     1313 |    56284      0 |    78880 |       39
92.78/92.87	c 24.2s |       5 |     2098 |     1320 |    56284      0 |    78880 |       39
96.68/96.72	c 28.1s |       5 |     2402 |     1520 |    56284      0 |    78880 |       39
99.58/99.61	c 31.0s |       5 |     2685 |     1720 |    56284      0 |    78880 |       39
102.98/103.02	c 34.4s |       5 |     2989 |     1920 |    61913      0 |    78880 |       39
105.48/105.60	c 37.0s |       6 |     3194 |     2081 |    61913      0 |    78880 |       39
107.67/107.71	c 39.1s |       6 |     3376 |     2181 |    61913      0 |    78880 |       39
110.97/111.08	c 42.5s |       6 |     3613 |     2381 |    61913      0 |    78880 |       39
112.28/112.31	c 43.7s |       6 |     3674 |     2447 |    61913      0 |    78880 |       39
112.28/112.31	c #cpu_time = 43.671s
112.28/112.31	c #wall_clock_time = 43.670s
112.28/112.31	c #decision = 3674
112.28/112.31	c #random_decision = 3
112.28/112.31	c #conflict = 2447
112.28/112.31	c #restart = 6
112.28/112.31	o 183
112.28/112.34	c BCD2: hardening fixes 44 literals
112.28/112.34	c BCD2: updating upper bound: 201 -> 182
112.28/112.35	c BCD2: 49 <= obj <= 182
112.28/112.35	c BCD2: #cores=3, #unrelaxed=10573, #relaxed=2569, #hardened=39058
112.28/112.35	c BCD2: #sat=3 #unsat=26 bias=26/29
112.28/112.37	c Solving starts ...
112.28/112.37	c ============================[ Search Statistics ]============================
112.28/112.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
112.28/112.37	c       |         |          |          |    Limit     GC | Var      | Constra 
112.28/112.37	c =============================================================================
112.28/112.37	c  0.0s |       0 |        0 |        0 |    61913      0 |    78880 |       40
114.48/114.51	c  2.1s |       0 |      192 |      100 |    61913      0 |    78880 |       40
114.48/114.53	c  2.2s |       1 |      192 |      100 |    61913      0 |    78880 |       40
116.87/116.92	c  4.6s |       1 |      354 |      200 |    61913      0 |    78880 |       40
117.97/118.04	c  5.7s |       2 |      434 |      250 |    61913      0 |    78880 |       40
120.37/120.44	c  8.1s |       2 |      643 |      350 |    61913      0 |    78880 |       40
122.77/122.82	c 10.5s |       3 |      831 |      475 |    61913      0 |    78880 |       40
125.27/125.39	c 13.0s |       3 |     1021 |      575 |    61913      0 |    78880 |       40
127.47/127.52	c 15.2s |       3 |     1182 |      675 |    61913      0 |    78880 |       40
129.88/129.92	c 17.6s |       3 |     1444 |      775 |    61913      0 |    78880 |       40
130.77/130.86	c 18.5s |       4 |     1502 |      813 |    61913      0 |    78880 |       40
133.18/133.29	c 20.9s |       4 |     1703 |      913 |    61913      0 |    78880 |       40
136.07/136.10	c 23.7s |       4 |     1841 |     1013 |    61913      0 |    78880 |       40
138.17/138.27	c 25.9s |       4 |     2008 |     1113 |    61913      0 |    78880 |       40
140.17/140.27	c 27.9s |       4 |     2125 |     1213 |    61913      0 |    78880 |       40
142.27/142.33	c 30.0s |       4 |     2241 |     1313 |    61913      0 |    78880 |       40
142.47/142.55	c 30.2s |       5 |     2256 |     1320 |    61913      0 |    78880 |       40
145.37/145.44	c 33.1s |       5 |     2468 |     1420 |    61913      0 |    78880 |       40
147.57/147.65	c 35.3s |       5 |     2641 |     1520 |    61913      0 |    78880 |       40
150.17/150.25	c 37.9s |       5 |     2793 |     1620 |    61913      0 |    78880 |       40
154.37/154.45	c 42.1s |       5 |     3202 |     1820 |    61913      0 |    78880 |       40
156.67/156.75	c 44.4s |       5 |     3351 |     1920 |    68105      0 |    78880 |       40
159.47/159.59	c 47.2s |       6 |     3620 |     2081 |    68105      0 |    78880 |       40
161.77/161.85	c 49.5s |       6 |     3801 |     2181 |    68105      0 |    78880 |       40
163.76/163.85	c 51.5s |       6 |     3972 |     2281 |    68105      0 |    78880 |       40
165.76/165.87	c 53.5s |       6 |     4102 |     2381 |    68105      0 |    78880 |       40
167.86/167.98	c 55.6s |       6 |     4288 |     2481 |    68105      0 |    78880 |       40
170.06/170.17	c 57.8s |       6 |     4443 |     2581 |    68105      0 |    78880 |       40
172.46/172.56	c 60.2s |       6 |     4616 |     2681 |    68105      0 |    78880 |       40
176.46/176.51	c 64.1s |       6 |     4928 |     2881 |    68105      0 |    78880 |       40
179.16/179.28	c 66.9s |       6 |     5097 |     2981 |    68105      0 |    78880 |       40
182.96/183.09	c 70.7s |       6 |     5390 |     3181 |    68105      0 |    78880 |       40
183.96/184.01	c 71.6s |       7 |     5471 |     3223 |    68105      0 |    78880 |       40
187.16/187.25	c 74.9s |       7 |     5696 |     3323 |    68105      0 |    78880 |       40
190.27/190.37	c 78.0s |       7 |     5823 |     3423 |    68105      0 |    78880 |       40
193.36/193.46	c 81.1s |       7 |     5937 |     3523 |    68105      0 |    78880 |       40
197.16/197.26	c 84.9s |       7 |     6227 |     3723 |    68105      0 |    78880 |       40
199.66/199.75	c 87.4s |       7 |     6373 |     3823 |    68105      0 |    78880 |       40
202.37/202.40	c 90.0s |       7 |     6559 |     3923 |    68105      0 |    78880 |       40
204.46/204.51	c 92.1s |       7 |     6707 |     4023 |    68105      0 |    78880 |       40
206.96/207.03	c 94.7s |       7 |     6867 |     4123 |    68105      0 |    78880 |       40
209.36/209.45	c 97.1s |       7 |     6987 |     4223 |    68105      0 |    78880 |       40
211.76/211.82	c 99.5s |       7 |     7129 |     4323 |    68105      0 |    78880 |       40
213.96/214.03	c  101s |       7 |     7275 |     4423 |    68105      0 |    78880 |       40
216.06/216.10	c  103s |       7 |     7428 |     4523 |    68105      0 |    78880 |       40
220.36/220.47	c  108s |       7 |     7743 |     4723 |    68105      0 |    78880 |       40
222.96/223.01	c  110s |       7 |     7851 |     4815 |    68105      0 |    78880 |       40
222.96/223.01	c #cpu_time = 110.641s
222.96/223.01	c #wall_clock_time = 110.638s
222.96/223.01	c #decision = 7851
222.96/223.01	c #random_decision = 7
222.96/223.01	c #conflict = 4815
222.96/223.01	c #restart = 7
222.96/223.01	c BCD2: relaxing 41 and merging with 3 cores into a new core of size 2610: cost of the new core is >=50
222.96/223.01	c lower bound updated to 50
222.96/223.06	c BCD2: 50 <= obj <= 182
222.96/223.06	c BCD2: #cores=1, #unrelaxed=10532, #relaxed=2610, #hardened=39058
222.96/223.06	c BCD2: #sat=3 #unsat=27 bias=27/30
222.96/223.07	c Solving starts ...
222.96/223.07	c ============================[ Search Statistics ]============================
222.96/223.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
222.96/223.07	c       |         |          |          |    Limit     GC | Var      | Constra 
222.96/223.07	c =============================================================================
222.96/223.07	c  0.0s |       0 |        0 |        0 |    68105      0 |    78890 |       40
224.75/224.87	c  1.8s |       1 |      118 |      100 |    68105      0 |    78890 |       57
226.95/227.06	c  4.0s |       2 |      285 |      250 |    68105      0 |    78890 |       57
229.75/229.81	c  6.7s |       2 |      511 |      450 |    68105      0 |    78890 |       57
230.05/230.11	c  7.0s |       3 |      541 |      475 |    68105      0 |    78890 |       57
233.45/233.50	c 10.4s |       3 |      757 |      675 |    68105      0 |    78890 |       57
235.36/235.41	c 12.3s |       4 |      907 |      813 |    68105      0 |    78890 |       57
238.05/238.19	c 15.1s |       4 |     1126 |     1013 |    74916      0 |    78890 |       57
240.65/240.74	c 17.7s |       4 |     1341 |     1213 |    74916      0 |    78890 |       57
242.06/242.14	c 19.1s |       5 |     1465 |     1320 |    74916      0 |    78890 |       57
244.16/244.25	c 21.2s |       5 |     1589 |     1420 |    74916      0 |    78890 |       57
247.65/247.77	c 24.7s |       5 |     1796 |     1620 |    74916      0 |    78890 |       57
250.95/251.09	c 28.0s |       5 |     1998 |     1820 |    74916      0 |    78890 |       57
254.25/254.34	c 31.3s |       5 |     2210 |     2020 |    74916      0 |    78890 |       57
255.45/255.51	c 32.4s |       6 |     2277 |     2081 |    74916      0 |    78890 |       57
258.56/258.65	c 35.6s |       6 |     2491 |     2281 |    74916      0 |    78890 |       57
261.65/261.72	c 38.7s |       6 |     2714 |     2481 |    74916      0 |    78890 |       57
264.75/264.80	c 41.7s |       6 |     2925 |     2681 |    74916      0 |    78890 |       57
267.45/267.58	c 44.5s |       6 |     3136 |     2881 |    74916      0 |    78890 |       57
270.15/270.23	c 47.2s |       6 |     3343 |     3081 |    74916      0 |    78890 |       57
271.95/272.02	c 49.0s |       7 |     3501 |     3223 |    74916      0 |    78890 |       57
274.75/274.85	c 51.8s |       7 |     3727 |     3423 |    74916      0 |    78890 |       57
277.15/277.26	c 54.2s |       7 |     3925 |     3623 |    74916      0 |    78890 |       57
279.75/279.83	c 56.8s |       7 |     4136 |     3823 |    74916      0 |    78890 |       57
282.35/282.49	c 59.4s |       7 |     4351 |     4023 |    74916      0 |    78890 |       57
285.04/285.11	c 62.0s |       7 |     4558 |     4223 |    74916      0 |    78890 |       57
287.44/287.51	c 64.4s |       7 |     4780 |     4423 |    74916      0 |    78890 |       57
290.14/290.22	c 67.1s |       7 |     4992 |     4623 |    74916      0 |    78890 |       57
293.04/293.14	c 70.1s |       7 |     5209 |     4823 |    74916      0 |    78890 |       57
294.54/294.63	c 71.6s |       8 |     5322 |     4936 |    74916      0 |    78890 |       57
298.15/298.29	c 75.2s |       8 |     5541 |     5136 |    74916      0 |    78890 |       57
301.24/301.31	c 78.2s |       8 |     5754 |     5336 |    74916      0 |    78890 |       57
303.74/303.81	c 80.7s |       8 |     5963 |     5536 |    74916      0 |    78890 |       57
306.14/306.21	c 83.1s |       8 |     6180 |     5736 |    74916      0 |    78890 |       57
308.64/308.79	c 85.7s |       8 |     6388 |     5936 |    74916      0 |    78890 |       57
311.35/311.48	c 88.4s |       8 |     6602 |     6136 |    74916      0 |    78890 |       57
313.94/314.09	c 91.0s |       8 |     6818 |     6336 |    74916      0 |    78890 |       57
316.94/317.00	c 93.9s |       8 |     7013 |     6536 |    74916      0 |    78890 |       57
319.84/319.94	c 96.9s |       8 |     7224 |     6736 |    82408      0 |    78890 |       57
322.64/322.77	c 99.7s |       8 |     7430 |     6936 |    82408      0 |    78890 |       57
325.34/325.45	c  102s |       8 |     7653 |     7136 |    82408      0 |    78890 |       57
328.14/328.28	c  105s |       8 |     7869 |     7336 |    82408      0 |    78890 |       57
330.54/330.60	c  107s |       9 |     8056 |     7506 |    82408      0 |    78890 |       57
333.64/333.73	c  110s |       9 |     8290 |     7706 |    82408      0 |    78890 |       57
336.34/336.44	c  113s |       9 |     8513 |     7906 |    82408      0 |    78890 |       57
338.84/338.92	c  115s |       9 |     8739 |     8106 |    82408      0 |    78890 |       57
341.54/341.66	c  118s |       9 |     8952 |     8306 |    82408      0 |    78890 |       57
344.24/344.33	c  121s |       9 |     9180 |     8506 |    82408      0 |    78890 |       57
346.84/346.96	c  123s |       9 |     9393 |     8706 |    82408      0 |    78890 |       57
349.33/349.40	c  126s |       9 |     9613 |     8906 |    82408      0 |    78890 |       57
351.94/352.07	c  129s |       9 |     9830 |     9106 |    82408      0 |    78890 |       57
354.73/354.80	c  131s |       9 |    10042 |     9306 |    82408      0 |    78890 |       57
357.44/357.58	c  134s |       9 |    10251 |     9506 |    82408      0 |    78890 |       57
360.03/360.17	c  137s |       9 |    10465 |     9706 |    82408      0 |    78890 |       57
362.73/362.83	c  139s |       9 |    10677 |     9906 |    82408      0 |    78890 |       57
365.53/365.65	c  142s |       9 |    10887 |    10106 |    82408      0 |    78890 |       57
368.13/368.29	c  145s |       9 |    11091 |    10306 |    82408      0 |    78890 |       57
370.83/370.96	c  147s |       9 |    11305 |    10506 |    82408      0 |    78890 |       57
373.63/373.72	c  150s |       9 |    11517 |    10706 |    82408      0 |    78890 |       57
376.33/376.41	c  153s |       9 |    11720 |    10906 |    82408      0 |    78890 |       57
379.33/379.42	c  156s |       9 |    11933 |    11106 |    82408      0 |    78890 |       57
382.13/382.27	c  159s |       9 |    12135 |    11306 |    82408      0 |    78890 |       57
382.93/383.04	c  159s |      10 |    12192 |    11361 |    82408      0 |    78890 |       57
385.04/385.14	c  162s |      10 |    12309 |    11461 |    82408      0 |    78890 |       57
388.43/388.52	c  165s |      10 |    12526 |    11661 |    82408      0 |    78890 |       57
392.13/392.27	c  169s |      10 |    12746 |    11861 |    82408      0 |    78890 |       57
395.23/395.34	c  172s |      10 |    12962 |    12061 |    82408      0 |    78890 |       57
398.33/398.46	c  175s |      10 |    13170 |    12261 |    82408      0 |    78890 |       57
401.53/401.68	c  178s |      10 |    13370 |    12461 |    82408      0 |    78890 |       57
404.52/404.64	c  181s |      10 |    13581 |    12661 |    82408      0 |    78890 |       57
407.22/407.34	c  184s |      10 |    13792 |    12861 |    82408      0 |    78890 |       57
410.12/410.29	c  187s |      10 |    14004 |    13061 |    82408      0 |    78890 |       57
413.32/413.41	c  190s |      10 |    14214 |    13261 |    82408      0 |    78890 |       57
416.62/416.73	c  193s |      10 |    14423 |    13461 |    82408      0 |    78890 |       57
420.02/420.14	c  197s |      10 |    14632 |    13661 |    82408      0 |    78890 |       57
423.53/423.65	c  200s |      10 |    14854 |    13861 |    82408      0 |    78890 |       57
427.02/427.18	c  204s |      10 |    15059 |    14061 |    82408      0 |    78890 |       57
430.12/430.21	c  207s |      10 |    15280 |    14261 |    82408      0 |    78890 |       57
432.82/432.90	c  209s |      10 |    15503 |    14461 |    82408      0 |    78890 |       57
435.52/435.61	c  212s |      10 |    15716 |    14661 |    82408      0 |    78890 |       57
438.32/438.43	c  215s |      10 |    15919 |    14861 |    82408      0 |    78890 |       57
441.72/441.80	c  218s |      10 |    16138 |    15061 |    82408      0 |    78890 |       57
445.12/445.29	c  222s |      10 |    16355 |    15261 |    82408      0 |    78890 |       57
448.72/448.84	c  225s |      10 |    16562 |    15461 |    90649      0 |    78890 |       57
452.12/452.28	c  229s |      10 |    16773 |    15661 |    90649      0 |    78890 |       57
455.51/455.65	c  232s |      10 |    16981 |    15861 |    90649      0 |    78890 |       57
458.81/458.92	c  235s |      10 |    17189 |    16061 |    90649      0 |    78890 |       57
462.31/462.41	c  239s |      10 |    17397 |    16261 |    90649      0 |    78890 |       57
465.41/465.58	c  242s |      10 |    17598 |    16461 |    90649      0 |    78890 |       57
468.52/468.62	c  245s |      10 |    17806 |    16661 |    90649      0 |    78890 |       57
471.82/471.96	c  248s |      10 |    18031 |    16861 |    90649      0 |    78890 |       57
475.22/475.34	c  252s |      10 |    18243 |    17061 |    90649      0 |    78890 |       57
476.51/476.60	c  253s |      11 |    18329 |    17144 |    90649      0 |    78890 |       57
478.61/478.73	c  255s |      11 |    18441 |    17244 |    90649      0 |    78890 |       57
480.62/480.74	c  257s |      11 |    18546 |    17344 |    90649      0 |    78890 |       57
484.51/484.67	c  261s |      11 |    18754 |    17544 |    90649      0 |    78890 |       57
487.81/487.93	c  264s |      11 |    18964 |    17744 |    90649      0 |    78890 |       57
490.71/490.87	c  267s |      11 |    19181 |    17944 |    90649      0 |    78890 |       57
493.51/493.68	c  270s |      11 |    19406 |    18144 |    90649      0 |    78890 |       57
496.81/496.92	c  273s |      11 |    19618 |    18344 |    90649      0 |    78890 |       57
500.11/500.29	c  277s |      11 |    19824 |    18544 |    90649      0 |    78890 |       57
503.31/503.45	c  280s |      11 |    20036 |    18744 |    90649      0 |    78890 |       57
506.51/506.66	c  283s |      11 |    20243 |    18944 |    90649      0 |    78890 |       57
510.21/510.36	c  287s |      11 |    20457 |    19144 |    90649      0 |    78890 |       57
512.71/512.89	c  289s |      11 |    20566 |    19244 |    90649      0 |    78890 |       57
514.90/515.09	c  292s |      11 |    20665 |    19344 |    90649      0 |    78890 |       57
518.60/518.77	c  295s |      11 |    20877 |    19544 |    90649      0 |    78890 |       57
520.70/520.83	c  297s |      11 |    20983 |    19644 |    90649      0 |    78890 |       57
524.61/524.78	c  301s |      11 |    21187 |    19844 |    90649      0 |    78890 |       57
526.81/526.91	c  303s |      11 |    21295 |    19944 |    90649      0 |    78890 |       57
530.60/530.79	c  307s |      11 |    21510 |    20144 |    90649      0 |    78890 |       57
532.70/532.89	c  309s |      11 |    21616 |    20244 |    90649      0 |    78890 |       57
534.80/534.91	c  311s |      11 |    21728 |    20344 |    90649      0 |    78890 |       57
537.50/537.64	c  314s |      11 |    21963 |    20544 |    90649      0 |    78890 |       57
539.90/540.05	c  316s |      11 |    22177 |    20744 |    90649      0 |    78890 |       57
542.60/542.70	c  319s |      11 |    22406 |    20944 |    90649      0 |    78890 |       57
545.20/545.31	c  322s |      11 |    22616 |    21144 |    90649      0 |    78890 |       57
547.60/547.77	c  324s |      11 |    22834 |    21344 |    90649      0 |    78890 |       57
550.20/550.33	c  327s |      11 |    23052 |    21544 |    90649      0 |    78890 |       57
553.00/553.10	c  330s |      11 |    23275 |    21744 |    90649      0 |    78890 |       57
555.90/556.00	c  332s |      11 |    23497 |    21944 |    90649      0 |    78890 |       57
558.90/559.05	c  335s |      11 |    23707 |    22144 |    90649      0 |    78890 |       57
561.80/561.96	c  338s |      11 |    23934 |    22344 |    90649      0 |    78890 |       57
564.40/564.53	c  341s |      11 |    24168 |    22544 |    90649      0 |    78890 |       57
567.20/567.40	c  344s |      11 |    24386 |    22744 |    90649      0 |    78890 |       57
569.70/569.89	c  346s |      11 |    24606 |    22944 |    90649      0 |    78890 |       57
572.60/572.73	c  349s |      11 |    24824 |    23144 |    90649      0 |    78890 |       57
575.20/575.35	c  352s |      11 |    25036 |    23344 |    90649      0 |    78890 |       57
578.19/578.32	c  355s |      11 |    25257 |    23544 |    90649      0 |    78890 |       57
580.99/581.13	c  358s |      11 |    25474 |    23744 |    90649      0 |    78890 |       57
583.79/583.91	c  360s |      11 |    25676 |    23944 |    90649      0 |    78890 |       57
586.69/586.81	c  363s |      11 |    25892 |    24144 |    90649      0 |    78890 |       57
589.60/589.75	c  366s |      11 |    26112 |    24344 |    90649      0 |    78890 |       57
592.59/592.71	c  369s |      11 |    26323 |    24544 |    90649      0 |    78890 |       57
595.29/595.43	c  372s |      11 |    26562 |    24744 |    90649      0 |    78890 |       57
598.30/598.40	c  375s |      11 |    26798 |    24944 |    90649      0 |    78890 |       57
600.60/600.74	c  377s |      11 |    27026 |    25144 |    90649      0 |    78890 |       57
603.19/603.32	c  380s |      11 |    27255 |    25344 |    90649      0 |    78890 |       57
606.10/606.29	c  383s |      11 |    27467 |    25544 |    90649      0 |    78890 |       57
608.80/608.90	c  385s |      11 |    27696 |    25744 |    90649      0 |    78890 |       57
609.90/610.08	c  387s |      12 |    27779 |    25819 |    90649      0 |    78890 |       57
613.00/613.13	c  390s |      12 |    28000 |    26019 |    90649      0 |    78890 |       57
615.60/615.74	c  392s |      12 |    28214 |    26219 |    90649      0 |    78890 |       57
618.50/618.67	c  395s |      12 |    28418 |    26419 |    90649      0 |    78890 |       57
621.20/621.31	c  398s |      12 |    28634 |    26619 |    90649      0 |    78890 |       57
624.00/624.17	c  401s |      12 |    28843 |    26819 |    90649      0 |    78890 |       57
627.00/627.15	c  404s |      12 |    29049 |    27019 |    90649      0 |    78890 |       57
629.90/630.05	c  406s |      12 |    29254 |    27219 |    90649      0 |    78890 |       57
632.79/632.97	c  409s |      12 |    29470 |    27419 |    90649      0 |    78890 |       57
635.59/635.80	c  412s |      12 |    29693 |    27619 |    90649      0 |    78890 |       57
638.69/638.87	c  415s |      12 |    29900 |    27819 |    90649      0 |    78890 |       57
641.99/642.18	c  419s |      12 |    30122 |    28019 |    90649      0 |    78890 |       57
645.09/645.26	c  422s |      12 |    30335 |    28219 |    99714      0 |    78890 |       57
648.09/648.23	c  425s |      12 |    30550 |    28419 |    99714      0 |    78890 |       57
651.29/651.46	c  428s |      12 |    30769 |    28619 |    99714      0 |    78890 |       57
654.79/654.91	c  431s |      12 |    30977 |    28819 |    99714      0 |    78890 |       57
657.80/657.99	c  434s |      12 |    31193 |    29019 |    99714      0 |    78890 |       57
660.89/661.02	c  437s |      12 |    31407 |    29219 |    99714      0 |    78890 |       57
663.69/663.81	c  440s |      12 |    31626 |    29419 |    99714      0 |    78890 |       57
666.79/666.99	c  443s |      12 |    31839 |    29619 |    99714      0 |    78890 |       57
669.80/669.91	c  446s |      12 |    32061 |    29819 |    99714      0 |    78890 |       57
672.79/672.98	c  449s |      12 |    32292 |    30019 |    99714      0 |    78890 |       57
675.89/676.01	c  452s |      12 |    32517 |    30219 |    99714      0 |    78890 |       57
678.69/678.82	c  455s |      12 |    32763 |    30419 |    99714      0 |    78890 |       57
681.19/681.36	c  458s |      12 |    32972 |    30619 |    99714      0 |    78890 |       57
683.89/684.06	c  460s |      12 |    33192 |    30819 |    99714      0 |    78890 |       57
686.69/686.88	c  463s |      12 |    33410 |    31019 |    99714      0 |    78890 |       57
689.29/689.43	c  466s |      12 |    33627 |    31219 |    99714      0 |    78890 |       57
691.89/692.01	c  468s |      12 |    33846 |    31419 |    99714      0 |    78890 |       57
694.68/694.88	c  471s |      12 |    34084 |    31619 |    99714      0 |    78890 |       57
697.88/698.07	c  475s |      12 |    34313 |    31819 |    99714      0 |    78890 |       57
700.88/701.07	c  477s |      12 |    34541 |    32019 |    99714      0 |    78890 |       57
703.89/704.03	c  480s |      12 |    34752 |    32219 |    99714      0 |    78890 |       57
706.78/706.99	c  483s |      12 |    34967 |    32419 |    99714      0 |    78890 |       57
709.78/709.99	c  486s |      12 |    35199 |    32619 |    99714      0 |    78890 |       57
712.69/712.87	c  489s |      12 |    35413 |    32819 |    99714      0 |    78890 |       57
715.48/715.62	c  492s |      12 |    35630 |    33019 |    99714      0 |    78890 |       57
718.08/718.27	c  495s |      12 |    35838 |    33219 |    99714      0 |    78890 |       57
720.78/720.98	c  497s |      12 |    36046 |    33419 |    99714      0 |    78890 |       57
723.79/723.96	c  500s |      12 |    36260 |    33619 |    99714      0 |    78890 |       57
726.88/727.06	c  503s |      12 |    36486 |    33819 |    99714      0 |    78890 |       57
730.08/730.27	c  507s |      12 |    36698 |    34019 |    99714      0 |    78890 |       57
733.48/733.63	c  510s |      12 |    36914 |    34219 |    99714      0 |    78890 |       57
736.68/736.87	c  513s |      12 |    37125 |    34419 |    99714      0 |    78890 |       57
739.58/739.70	c  516s |      12 |    37334 |    34619 |    99714      0 |    78890 |       57
742.38/742.52	c  519s |      12 |    37545 |    34819 |    99714      0 |    78890 |       57
745.38/745.55	c  522s |      12 |    37760 |    35019 |    99714      0 |    78890 |       57
748.78/748.97	c  525s |      12 |    37965 |    35219 |    99714      0 |    78890 |       57
751.88/752.09	c  529s |      12 |    38176 |    35419 |    99714      0 |    78890 |       57
754.78/754.91	c  531s |      12 |    38378 |    35619 |    99714      0 |    78890 |       57
757.47/757.67	c  534s |      12 |    38588 |    35819 |    99714      0 |    78890 |       57
760.67/760.82	c  537s |      12 |    38789 |    36019 |    99714      0 |    78890 |       57
763.57/763.75	c  540s |      12 |    39002 |    36219 |    99714      0 |    78890 |       57
766.37/766.55	c  543s |      12 |    39216 |    36419 |    99714      0 |    78890 |       57
769.07/769.29	c  546s |      12 |    39431 |    36619 |    99714      0 |    78890 |       57
771.97/772.14	c  549s |      12 |    39648 |    36819 |    99714      0 |    78890 |       57
774.97/775.12	c  552s |      12 |    39861 |    37019 |    99714      0 |    78890 |       57
777.87/778.05	c  554s |      12 |    40068 |    37219 |    99714      0 |    78890 |       57
781.47/781.66	c  558s |      12 |    40291 |    37419 |    99714      0 |    78890 |       57
784.47/784.68	c  561s |      12 |    40526 |    37619 |    99714      0 |    78890 |       57
787.67/787.86	c  564s |      12 |    40750 |    37819 |    99714      0 |    78890 |       57
790.67/790.85	c  567s |      12 |    40963 |    38019 |    99714      0 |    78890 |       57
793.67/793.84	c  570s |      12 |    41197 |    38219 |    99714      0 |    78890 |       57
796.97/797.10	c  574s |      12 |    41423 |    38419 |    99714      0 |    78890 |       57
799.87/800.09	c  577s |      12 |    41649 |    38619 |    99714      0 |    78890 |       57
803.37/803.52	c  580s |      12 |    41855 |    38819 |    99714      0 |    78890 |       57
803.57/803.76	c  580s |      13 |    41872 |    38832 |    99714      0 |    78890 |       57
806.47/806.69	c  583s |      13 |    42089 |    39032 |    99714      0 |    78890 |       57
809.17/809.35	c  586s |      13 |    42309 |    39232 |    99714      0 |    78890 |       57
811.87/812.08	c  589s |      13 |    42528 |    39432 |    99714      0 |    78890 |       57
814.77/814.92	c  591s |      13 |    42739 |    39632 |    99714      0 |    78890 |       57
817.27/817.46	c  594s |      13 |    42952 |    39832 |    99714      0 |    78890 |       57
819.96/820.19	c  597s |      13 |    43162 |    40032 |    99714      0 |    78890 |       57
822.56/822.74	c  599s |      13 |    43370 |    40232 |    99714      0 |    78890 |       57
825.36/825.55	c  602s |      13 |    43590 |    40432 |    99714      0 |    78890 |       57
828.06/828.29	c  605s |      13 |    43796 |    40632 |    99714      0 |    78890 |       57
830.96/831.11	c  608s |      13 |    44001 |    40832 |    99714      0 |    78890 |       57
833.67/833.89	c  610s |      13 |    44212 |    41032 |    99714      0 |    78890 |       57
836.46/836.67	c  613s |      13 |    44416 |    41232 |    99714      0 |    78890 |       57
839.27/839.42	c  616s |      13 |    44619 |    41432 |    99714      0 |    78890 |       57
842.06/842.25	c  619s |      13 |    44836 |    41632 |    99714      0 |    78890 |       57
844.96/845.16	c  622s |      13 |    45034 |    41832 |    99714      0 |    78890 |       57
847.97/848.16	c  625s |      13 |    45250 |    42032 |    99714      0 |    78890 |       57
850.96/851.14	c  628s |      13 |    45459 |    42232 |    99714      0 |    78890 |       57
853.96/854.14	c  631s |      13 |    45681 |    42432 |    99714      0 |    78890 |       57
856.77/856.93	c  633s |      13 |    45880 |    42632 |    99714      0 |    78890 |       57
859.46/859.69	c  636s |      13 |    46101 |    42832 |    99714      0 |    78890 |       57
862.16/862.35	c  639s |      13 |    46323 |    43032 |    99714      0 |    78890 |       57
865.06/865.26	c  642s |      13 |    46542 |    43232 |    99714      0 |    78890 |       57
867.96/868.11	c  645s |      13 |    46758 |    43432 |    99714      0 |    78890 |       57
870.96/871.15	c  648s |      13 |    46978 |    43632 |    99714      0 |    78890 |       57
873.86/874.04	c  650s |      13 |    47195 |    43832 |    99714      0 |    78890 |       57
876.76/876.93	c  653s |      13 |    47411 |    44032 |    99714      0 |    78890 |       57
880.16/880.35	c  657s |      13 |    47634 |    44232 |    99714      0 |    78890 |       57
883.85/884.05	c  660s |      13 |    47854 |    44432 |    99714      0 |    78890 |       57
887.45/887.61	c  664s |      13 |    48067 |    44632 |    99714      0 |    78890 |       57
890.15/890.32	c  667s |      13 |    48277 |    44832 |    99714      0 |    78890 |       57
892.95/893.10	c  670s |      13 |    48482 |    45032 |    99714      0 |    78890 |       57
895.65/895.86	c  672s |      13 |    48684 |    45232 |    99714      0 |    78890 |       57
898.45/898.65	c  675s |      13 |    48899 |    45432 |    99714      0 |    78890 |       57
901.25/901.49	c  678s |      13 |    49130 |    45632 |    99714      0 |    78890 |       57
903.95/904.19	c  681s |      13 |    49349 |    45832 |    99714      0 |    78890 |       57
906.65/906.81	c  683s |      13 |    49565 |    46032 |    99714      0 |    78890 |       57
909.45/909.60	c  686s |      13 |    49776 |    46232 |    99714      0 |    78890 |       57
912.05/912.28	c  689s |      13 |    49992 |    46432 |    99714      0 |    78890 |       57
914.95/915.14	c  692s |      13 |    50207 |    46632 |    99714      0 |    78890 |       57
917.65/917.87	c  694s |      13 |    50427 |    46832 |    99714      0 |    78890 |       57
920.66/920.86	c  697s |      13 |    50639 |    47032 |    99714      0 |    78890 |       57
923.75/923.95	c  700s |      13 |    50857 |    47232 |    99714      0 |    78890 |       57
926.16/926.37	c  703s |      13 |    51071 |    47432 |    99714      0 |    78890 |       57
928.55/928.71	c  705s |      13 |    51282 |    47632 |   109686      0 |    78890 |       57
930.95/931.10	c  708s |      13 |    51491 |    47832 |   109686      0 |    78890 |       57
933.35/933.51	c  710s |      13 |    51695 |    48032 |   109686      0 |    78890 |       57
935.95/936.15	c  713s |      13 |    51899 |    48232 |   109686      0 |    78890 |       57
938.45/938.65	c  715s |      13 |    52114 |    48432 |   109686      0 |    78890 |       57
940.85/941.10	c  718s |      13 |    52326 |    48632 |   109686      0 |    78890 |       57
943.65/943.88	c  720s |      13 |    52540 |    48832 |   109686      0 |    78890 |       57
946.65/946.86	c  723s |      13 |    52747 |    49032 |   109686      0 |    78890 |       57
949.64/949.82	c  726s |      13 |    52972 |    49232 |   109686      0 |    78890 |       57
952.45/952.62	c  729s |      13 |    53200 |    49432 |   109686      0 |    78890 |       57
955.34/955.58	c  732s |      13 |    53421 |    49632 |   109686      0 |    78890 |       57
958.14/958.34	c  735s |      13 |    53644 |    49832 |   109686      0 |    78890 |       57
961.04/961.26	c  738s |      13 |    53864 |    50032 |   109686      0 |    78890 |       57
964.34/964.53	c  741s |      13 |    54077 |    50232 |   109686      0 |    78890 |       57
967.54/967.77	c  744s |      13 |    54282 |    50432 |   109686      0 |    78890 |       57
971.04/971.21	c  748s |      13 |    54495 |    50632 |   109686      0 |    78890 |       57
973.94/974.11	c  751s |      13 |    54716 |    50832 |   109686      0 |    78890 |       57
976.84/977.09	c  754s |      13 |    54937 |    51032 |   109686      0 |    78890 |       57
979.64/979.82	c  756s |      13 |    55149 |    51232 |   109686      0 |    78890 |       57
982.74/982.90	c  759s |      13 |    55358 |    51432 |   109686      0 |    78890 |       57
985.45/985.63	c  762s |      13 |    55577 |    51632 |   109686      0 |    78890 |       57
988.34/988.51	c  765s |      13 |    55788 |    51832 |   109686      0 |    78890 |       57
991.24/991.49	c  768s |      13 |    55998 |    52032 |   109686      0 |    78890 |       57
994.14/994.34	c  771s |      13 |    56203 |    52232 |   109686      0 |    78890 |       57
997.44/997.66	c  774s |      13 |    56415 |    52432 |   109686      0 |    78890 |       57
1000.64/1000.84	c  777s |      13 |    56629 |    52632 |   109686      0 |    78890 |       57
1003.94/1004.16	c  781s |      13 |    56831 |    52832 |   109686      0 |    78890 |       57
1007.64/1007.80	c  784s |      13 |    57047 |    53032 |   109686      0 |    78890 |       57
1010.54/1010.77	c  787s |      13 |    57253 |    53232 |   109686      0 |    78890 |       57
1013.24/1013.47	c  790s |      13 |    57466 |    53432 |   109686      0 |    78890 |       57
1016.03/1016.23	c  793s |      13 |    57689 |    53632 |   109686      0 |    78890 |       57
1019.03/1019.20	c  796s |      13 |    57896 |    53832 |   109686      0 |    78890 |       57
1021.93/1022.15	c  799s |      13 |    58110 |    54032 |   109686      0 |    78890 |       57
1025.04/1025.24	c  802s |      13 |    58333 |    54232 |   109686      0 |    78890 |       57
1027.93/1028.19	c  805s |      13 |    58539 |    54432 |   109686      0 |    78890 |       57
1030.83/1031.05	c  807s |      13 |    58750 |    54632 |   109686      0 |    78890 |       57
1033.53/1033.71	c  810s |      13 |    58963 |    54832 |   109686      0 |    78890 |       57
1036.14/1036.33	c  813s |      13 |    59165 |    55032 |   109686      0 |    78890 |       57
1038.73/1038.92	c  815s |      13 |    59375 |    55232 |   109686      0 |    78890 |       57
1041.43/1041.69	c  818s |      13 |    59578 |    55432 |   109686      0 |    78890 |       57
1044.33/1044.50	c  821s |      13 |    59784 |    55632 |   109686      0 |    78890 |       57
1046.93/1047.13	c  824s |      13 |    59999 |    55832 |   109686      0 |    78890 |       57
1049.53/1049.70	c  826s |      13 |    60199 |    56032 |   109686      0 |    78890 |       57
1051.93/1052.15	c  829s |      13 |    60409 |    56232 |   109686      0 |    78890 |       57
1054.43/1054.66	c  831s |      13 |    60617 |    56432 |   109686      0 |    78890 |       57
1057.13/1057.33	c  834s |      13 |    60822 |    56632 |   109686      0 |    78890 |       57
1059.53/1059.76	c  836s |      13 |    61025 |    56832 |   109686      0 |    78890 |       57
1062.23/1062.45	c  839s |      13 |    61234 |    57032 |   109686      0 |    78890 |       57
1064.93/1065.11	c  842s |      13 |    61445 |    57232 |   109686      0 |    78890 |       57
1067.53/1067.77	c  844s |      13 |    61655 |    57432 |   109686      0 |    78890 |       57
1070.13/1070.37	c  847s |      13 |    61859 |    57632 |   109686      0 |    78890 |       57
1072.83/1073.03	c  849s |      13 |    62065 |    57832 |   109686      0 |    78890 |       57
1075.83/1076.09	c  853s |      13 |    62288 |    58032 |   109686      0 |    78890 |       57
1078.83/1079.04	c  855s |      13 |    62494 |    58232 |   109686      0 |    78890 |       57
1080.52/1080.79	c  857s |      14 |    62617 |    58352 |   109686      0 |    78890 |       57
1083.52/1083.79	c  860s |      14 |    62834 |    58552 |   109686      0 |    78890 |       57
1086.02/1086.21	c  863s |      14 |    63043 |    58752 |   109686      0 |    78890 |       57
1088.83/1089.09	c  866s |      14 |    63254 |    58952 |   109686      0 |    78890 |       57
1091.72/1092.00	c  868s |      14 |    63475 |    59152 |   109686      0 |    78890 |       57
1094.43/1094.65	c  871s |      14 |    63686 |    59352 |   109686      0 |    78890 |       57
1097.32/1097.55	c  874s |      14 |    63901 |    59552 |   109686      0 |    78890 |       57
1100.22/1100.48	c  877s |      14 |    64113 |    59752 |   109686      0 |    78890 |       57
1103.13/1103.40	c  880s |      14 |    64331 |    59952 |   109686      0 |    78890 |       57
1106.02/1106.23	c  883s |      14 |    64538 |    60152 |   109686      0 |    78890 |       57
1108.52/1108.79	c  885s |      14 |    64749 |    60352 |   109686      0 |    78890 |       57
1111.52/1111.79	c  888s |      14 |    64951 |    60552 |   109686      0 |    78890 |       57
1114.32/1114.54	c  891s |      14 |    65159 |    60752 |   109686      0 |    78890 |       57
1116.82/1117.07	c  894s |      14 |    65368 |    60952 |   109686      0 |    78890 |       57
1119.42/1119.68	c  896s |      14 |    65582 |    61152 |   109686      0 |    78890 |       57
1122.22/1122.44	c  899s |      14 |    65790 |    61352 |   109686      0 |    78890 |       57
1124.82/1125.07	c  901s |      14 |    66010 |    61552 |   109686      0 |    78890 |       57
1127.42/1127.69	c  904s |      14 |    66228 |    61752 |   109686      0 |    78890 |       57
1130.12/1130.38	c  907s |      14 |    66438 |    61952 |   109686      0 |    78890 |       57
1132.82/1133.07	c  910s |      14 |    66654 |    62152 |   109686      0 |    78890 |       57
1135.62/1135.83	c  912s |      14 |    66871 |    62352 |   109686      0 |    78890 |       57
1138.51/1138.75	c  915s |      14 |    67078 |    62552 |   109686      0 |    78890 |       57
1141.41/1141.64	c  918s |      14 |    67281 |    62752 |   109686      0 |    78890 |       57
1144.11/1144.39	c  921s |      14 |    67504 |    62952 |   109686      0 |    78890 |       57
1147.12/1147.32	c  924s |      14 |    67706 |    63152 |   109686      0 |    78890 |       57
1149.91/1150.13	c  927s |      14 |    67911 |    63352 |   109686      0 |    78890 |       57
1152.91/1153.15	c  930s |      14 |    68130 |    63552 |   109686      0 |    78890 |       57
1155.92/1156.12	c  933s |      14 |    68341 |    63752 |   109686      0 |    78890 |       57
1158.61/1158.81	c  935s |      14 |    68563 |    63952 |   109686      0 |    78890 |       57
1161.21/1161.49	c  938s |      14 |    68774 |    64152 |   109686      0 |    78890 |       57
1164.01/1164.24	c  941s |      14 |    68981 |    64352 |   109686      0 |    78890 |       57
1166.71/1166.91	c  943s |      14 |    69194 |    64552 |   109686      0 |    78890 |       57
1169.71/1169.94	c  946s |      14 |    69425 |    64752 |   109686      0 |    78890 |       57
1172.42/1172.64	c  949s |      14 |    69626 |    64952 |   109686      0 |    78890 |       57
1175.01/1175.28	c  952s |      14 |    69833 |    65152 |   109686      0 |    78890 |       57
1177.81/1178.00	c  954s |      14 |    70053 |    65352 |   109686      0 |    78890 |       57
1180.31/1180.55	c  957s |      14 |    70269 |    65552 |   109686      0 |    78890 |       57
1183.31/1183.53	c  960s |      14 |    70484 |    65752 |   109686      0 |    78890 |       57
1186.01/1186.24	c  963s |      14 |    70700 |    65952 |   109686      0 |    78890 |       57
1188.81/1189.04	c  965s |      14 |    70908 |    66152 |   109686      0 |    78890 |       57
1191.71/1191.90	c  968s |      14 |    71120 |    66352 |   109686      0 |    78890 |       57
1194.61/1194.87	c  971s |      14 |    71331 |    66552 |   109686      0 |    78890 |       57
1197.90/1198.19	c  975s |      14 |    71544 |    66752 |   109686      0 |    78890 |       57
1201.20/1201.48	c  978s |      14 |    71752 |    66952 |   109686      0 |    78890 |       57
1204.41/1204.64	c  981s |      14 |    71967 |    67152 |   109686      0 |    78890 |       57
1207.50/1207.75	c  984s |      14 |    72178 |    67352 |   109686      0 |    78890 |       57
1210.60/1210.86	c  987s |      14 |    72393 |    67552 |   109686      0 |    78890 |       57
1213.50/1213.74	c  990s |      14 |    72605 |    67752 |   109686      0 |    78890 |       57
1216.41/1216.62	c  993s |      14 |    72820 |    67952 |   109686      0 |    78890 |       57
1219.50/1219.77	c  996s |      14 |    73028 |    68152 |   109686      0 |    78890 |       57
1222.90/1223.15	c 1000s |      14 |    73236 |    68352 |   109686      0 |    78890 |       57
1226.00/1226.29	c 1003s |      14 |    73448 |    68552 |   109686      0 |    78890 |       57
1229.20/1229.46	c 1006s |      14 |    73651 |    68752 |   109686      0 |    78890 |       57
1232.91/1233.16	c 1010s |      14 |    73865 |    68952 |   109686      0 |    78890 |       57
1236.10/1236.37	c 1013s |      14 |    74082 |    69152 |   109686      0 |    78890 |       57
1238.90/1239.19	c 1016s |      14 |    74295 |    69352 |   109686      0 |    78890 |       57
1242.10/1242.34	c 1019s |      14 |    74505 |    69552 |   109686      0 |    78890 |       57
1245.50/1245.77	c 1022s |      14 |    74712 |    69752 |   109686      0 |    78890 |       57
1248.70/1248.96	c 1025s |      14 |    74921 |    69952 |   109686      0 |    78890 |       57
1251.70/1251.97	c 1028s |      14 |    75128 |    70152 |   109686      0 |    78890 |       57
1254.39/1254.67	c 1031s |      14 |    75346 |    70352 |   109686      0 |    78890 |       57
1257.10/1257.31	c 1034s |      14 |    75567 |    70552 |   109686      0 |    78890 |       57
1259.89/1260.10	c 1037s |      14 |    75774 |    70752 |   109686      0 |    78890 |       57
1262.70/1262.94	c 1039s |      14 |    75989 |    70952 |   109686      0 |    78890 |       57
1265.69/1265.94	c 1042s |      14 |    76197 |    71152 |   109686      0 |    78890 |       57
1268.59/1268.82	c 1045s |      14 |    76415 |    71352 |   109686      0 |    78890 |       57
1271.40/1271.62	c 1048s |      14 |    76629 |    71552 |   109686      0 |    78890 |       57
1273.99/1274.29	c 1051s |      14 |    76839 |    71752 |   109686      0 |    78890 |       57
1276.79/1277.10	c 1054s |      14 |    77060 |    71952 |   109686      0 |    78890 |       57
1279.79/1280.08	c 1057s |      14 |    77276 |    72152 |   109686      0 |    78890 |       57
1283.09/1283.39	c 1060s |      14 |    77481 |    72352 |   109686      0 |    78890 |       57
1286.28/1286.57	c 1063s |      14 |    77691 |    72552 |   109686      0 |    78890 |       57
1289.38/1289.67	c 1066s |      14 |    77904 |    72752 |   109686      0 |    78890 |       57
1292.58/1292.82	c 1069s |      14 |    78116 |    72952 |   109686      0 |    78890 |       57
1295.28/1295.56	c 1072s |      14 |    78325 |    73152 |   109686      0 |    78890 |       57
1298.18/1298.43	c 1075s |      14 |    78537 |    73352 |   109686      0 |    78890 |       57
1301.28/1301.55	c 1078s |      14 |    78746 |    73552 |   109686      0 |    78890 |       57
1304.58/1304.82	c 1081s |      14 |    78969 |    73752 |   109686      0 |    78890 |       57
1308.08/1308.32	c 1085s |      14 |    79183 |    73952 |   109686      0 |    78890 |       57
1311.28/1311.55	c 1088s |      14 |    79394 |    74152 |   109686      0 |    78890 |       57
1314.68/1314.90	c 1091s |      14 |    79610 |    74352 |   109686      0 |    78890 |       57
1317.48/1317.80	c 1094s |      14 |    79818 |    74552 |   109686      0 |    78890 |       57
1320.58/1320.86	c 1097s |      14 |    80031 |    74752 |   109686      0 |    78890 |       57
1323.48/1323.76	c 1100s |      14 |    80237 |    74952 |   109686      0 |    78890 |       57
1326.68/1326.99	c 1103s |      14 |    80441 |    75152 |   109686      0 |    78890 |       57
1329.88/1330.18	c 1107s |      14 |    80655 |    75352 |   109686      0 |    78890 |       57
1333.48/1333.73	c 1110s |      14 |    80868 |    75552 |   109686      0 |    78890 |       57
1336.77/1337.04	c 1113s |      14 |    81071 |    75752 |   109686      0 |    78890 |       57
1339.97/1340.27	c 1117s |      14 |    81290 |    75952 |   109686      0 |    78890 |       57
1342.77/1343.01	c 1119s |      14 |    81502 |    76152 |   109686      0 |    78890 |       57
1345.77/1346.08	c 1123s |      14 |    81717 |    76352 |   109686      0 |    78890 |       57
1349.27/1349.54	c 1126s |      14 |    81936 |    76552 |   109686      0 |    78890 |       57
1352.67/1352.99	c 1129s |      14 |    82150 |    76752 |   120655      0 |    78890 |       57
1356.47/1356.75	c 1133s |      14 |    82357 |    76952 |   120655      0 |    78890 |       57
1359.47/1359.78	c 1136s |      14 |    82575 |    77152 |   120655      0 |    78890 |       57
1362.07/1362.38	c 1139s |      14 |    82785 |    77352 |   120655      0 |    78890 |       57
1364.97/1365.25	c 1142s |      14 |    82997 |    77552 |   120655      0 |    78890 |       57
1367.87/1368.15	c 1145s |      14 |    83211 |    77752 |   120655      0 |    78890 |       57
1370.47/1370.71	c 1147s |      14 |    83428 |    77952 |   120655      0 |    78890 |       57
1373.17/1373.44	c 1150s |      14 |    83654 |    78152 |   120655      0 |    78890 |       57
1376.26/1376.59	c 1153s |      14 |    83860 |    78352 |   120655      0 |    78890 |       57
1379.36/1379.62	c 1156s |      14 |    84068 |    78552 |   120655      0 |    78890 |       57
1381.96/1382.22	c 1159s |      14 |    84295 |    78752 |   120655      0 |    78890 |       57
1384.85/1385.15	c 1162s |      14 |    84508 |    78952 |   120655      0 |    78890 |       57
1387.75/1388.02	c 1164s |      14 |    84731 |    79152 |   120655      0 |    78890 |       57
1390.75/1391.08	c 1168s |      14 |    84937 |    79352 |   120655      0 |    78890 |       57
1393.85/1394.15	c 1171s |      14 |    85152 |    79552 |   120655      0 |    78890 |       57
1397.04/1397.31	c 1174s |      14 |    85360 |    79752 |   120655      0 |    78890 |       57
1399.84/1400.19	c 1177s |      14 |    85567 |    79952 |   120655      0 |    78890 |       57
1402.74/1403.02	c 1179s |      14 |    85783 |    80152 |   120655      0 |    78890 |       57
1405.54/1405.88	c 1182s |      14 |    85995 |    80352 |   120655      0 |    78890 |       57
1408.44/1408.79	c 1185s |      14 |    86206 |    80552 |   120655      0 |    78890 |       57
1411.44/1411.76	c 1188s |      14 |    86408 |    80752 |   120655      0 |    78890 |       57
1414.63/1414.90	c 1191s |      14 |    86617 |    80952 |   120655      0 |    78890 |       57
1417.64/1417.93	c 1194s |      14 |    86827 |    81152 |   120655      0 |    78890 |       57
1421.13/1421.40	c 1198s |      14 |    87033 |    81352 |   120655      0 |    78890 |       57
1424.72/1425.01	c 1201s |      14 |    87243 |    81552 |   120655      0 |    78890 |       57
1428.12/1428.43	c 1205s |      14 |    87447 |    81752 |   120655      0 |    78890 |       57
1430.12/1430.43	c 1207s |      14 |    87553 |    81852 |   120655      0 |    78890 |       57
1433.72/1434.05	c 1210s |      14 |    87761 |    82052 |   120655      0 |    78890 |       57
1436.92/1437.24	c 1214s |      14 |    87979 |    82252 |   120655      0 |    78890 |       57
1439.82/1440.13	c 1217s |      14 |    88194 |    82452 |   120655      0 |    78890 |       57
1443.02/1443.39	c 1220s |      14 |    88407 |    82652 |   120655      0 |    78890 |       57
1446.22/1446.54	c 1223s |      14 |    88623 |    82852 |   120655      0 |    78890 |       57
1449.01/1449.39	c 1226s |      14 |    88842 |    83052 |   120655      0 |    78890 |       57
1452.11/1452.40	c 1229s |      14 |    89049 |    83252 |   120655      0 |    78890 |       57
1455.01/1455.34	c 1232s |      14 |    89268 |    83452 |   120655      0 |    78890 |       57
1458.11/1458.46	c 1235s |      14 |    89480 |    83652 |   120655      0 |    78890 |       57
1461.11/1461.49	c 1238s |      14 |    89689 |    83852 |   120655      0 |    78890 |       57
1464.40/1464.79	c 1241s |      14 |    89904 |    84052 |   120655      0 |    78890 |       57
1467.90/1468.29	c 1245s |      14 |    90105 |    84252 |   120655      0 |    78890 |       57
1471.61/1471.94	c 1248s |      14 |    90309 |    84452 |   120655      0 |    78890 |       57
1475.29/1475.61	c 1252s |      14 |    90523 |    84652 |   120655      0 |    78890 |       57
1478.79/1479.13	c 1256s |      14 |    90738 |    84852 |   120655      0 |    78890 |       57
1481.89/1482.21	c 1259s |      14 |    90957 |    85052 |   120655      0 |    78890 |       57
1485.19/1485.50	c 1262s |      14 |    91180 |    85252 |   120655      0 |    78890 |       57
1488.49/1488.82	c 1265s |      14 |    91395 |    85452 |   120655      0 |    78890 |       57
1491.89/1492.23	c 1269s |      14 |    91602 |    85652 |   120655      0 |    78890 |       57
1495.08/1495.41	c 1272s |      14 |    91813 |    85852 |   120655      0 |    78890 |       57
1498.48/1498.87	c 1275s |      14 |    92031 |    86052 |   120655      0 |    78890 |       57
1501.98/1502.35	c 1279s |      14 |    92238 |    86252 |   120655      0 |    78890 |       57
1504.08/1504.42	c 1281s |      14 |    92348 |    86352 |   120655      0 |    78890 |       57
1507.78/1508.19	c 1285s |      14 |    92560 |    86552 |   120655      0 |    78890 |       57
1511.48/1511.89	c 1288s |      14 |    92774 |    86752 |   120655      0 |    78890 |       57
1515.37/1515.77	c 1292s |      14 |    92985 |    86952 |   120655      0 |    78890 |       57
1518.97/1519.39	c 1296s |      14 |    93203 |    87152 |   120655      0 |    78890 |       57
1522.67/1523.00	c 1299s |      14 |    93411 |    87352 |   120655      0 |    78890 |       57
1526.17/1526.53	c 1303s |      14 |    93626 |    87552 |   120655      0 |    78890 |       57
1527.47/1527.86	c 1304s |      15 |    93710 |    87632 |   120655      0 |    78890 |       57
1530.07/1530.43	c 1307s |      15 |    93830 |    87732 |   120655      0 |    78890 |       57
1533.56/1533.97	c 1310s |      15 |    94044 |    87932 |   120655      0 |    78890 |       57
1536.76/1537.18	c 1314s |      15 |    94260 |    88132 |   120655      0 |    78890 |       57
1539.46/1539.85	c 1316s |      15 |    94476 |    88332 |   120655      0 |    78890 |       57
1542.46/1542.87	c 1319s |      15 |    94690 |    88532 |   120655      0 |    78890 |       57
1545.85/1546.28	c 1323s |      15 |    94897 |    88732 |   120655      0 |    78890 |       57
1549.05/1549.45	c 1326s |      15 |    95106 |    88932 |   120655      0 |    78890 |       57
1552.15/1552.51	c 1329s |      15 |    95318 |    89132 |   120655      0 |    78890 |       57
1555.45/1555.83	c 1332s |      15 |    95533 |    89332 |   120655      0 |    78890 |       57
1558.55/1558.90	c 1335s |      15 |    95746 |    89532 |   120655      0 |    78890 |       57
1561.75/1562.11	c 1339s |      15 |    95956 |    89732 |   120655      0 |    78890 |       57
1564.84/1565.29	c 1342s |      15 |    96163 |    89932 |   120655      0 |    78890 |       57
1568.04/1568.47	c 1345s |      15 |    96380 |    90132 |   120655      0 |    78890 |       57
1572.14/1572.54	c 1349s |      15 |    96578 |    90332 |   120655      0 |    78890 |       57
1574.44/1574.83	c 1351s |      15 |    96685 |    90432 |   120655      0 |    78890 |       57
1576.84/1577.20	c 1354s |      15 |    96789 |    90532 |   120655      0 |    78890 |       57
1579.43/1579.81	c 1356s |      15 |    96893 |    90632 |   120655      0 |    78890 |       57
1581.73/1582.19	c 1359s |      15 |    97005 |    90732 |   120655      0 |    78890 |       57
1584.23/1584.62	c 1361s |      15 |    97108 |    90832 |   120655      0 |    78890 |       57
1586.83/1587.25	c 1364s |      15 |    97215 |    90932 |   120655      0 |    78890 |       57
1589.43/1589.82	c 1366s |      15 |    97322 |    91032 |   120655      0 |    78890 |       57
1591.93/1592.37	c 1369s |      15 |    97424 |    91132 |   120655      0 |    78890 |       57
1594.23/1594.64	c 1371s |      15 |    97525 |    91232 |   120655      0 |    78890 |       57
1597.94/1598.33	c 1375s |      15 |    97749 |    91432 |   120655      0 |    78890 |       57
1600.03/1600.40	c 1377s |      15 |    97853 |    91532 |   120655      0 |    78890 |       57
1602.13/1602.54	c 1379s |      15 |    97968 |    91632 |   120655      0 |    78890 |       57
1605.23/1605.65	c 1382s |      15 |    98187 |    91832 |   120655      0 |    78890 |       57
1608.83/1609.22	c 1386s |      15 |    98397 |    92032 |   120655      0 |    78890 |       57
1612.53/1612.96	c 1389s |      15 |    98608 |    92232 |   120655      0 |    78890 |       57
1615.93/1616.37	c 1393s |      15 |    98825 |    92432 |   120655      0 |    78890 |       57
1619.13/1619.59	c 1396s |      15 |    99031 |    92632 |   120655      0 |    78890 |       57
1622.63/1623.04	c 1399s |      15 |    99256 |    92832 |   120655      0 |    78890 |       57
1626.02/1626.44	c 1403s |      15 |    99468 |    93032 |   120655      0 |    78890 |       57
1629.52/1629.91	c 1406s |      15 |    99675 |    93232 |   120655      0 |    78890 |       57
1632.82/1633.24	c 1410s |      15 |    99895 |    93432 |   120655      0 |    78890 |       57
1636.32/1636.76	c 1413s |      15 |   100127 |    93632 |   120655      0 |    78890 |       57
1640.22/1640.60	c 1417s |      15 |   100340 |    93832 |   120655      0 |    78890 |       57
1642.52/1642.96	c 1419s |      15 |   100444 |    93932 |   120655      0 |    78890 |       57
1646.33/1646.76	c 1423s |      15 |   100661 |    94132 |   120655      0 |    78890 |       57
1650.02/1650.47	c 1427s |      15 |   100882 |    94332 |   120655      0 |    78890 |       57
1652.02/1652.49	c 1429s |      15 |   100994 |    94432 |   120655      0 |    78890 |       57
1654.12/1654.54	c 1431s |      15 |   101093 |    94532 |   120655      0 |    78890 |       57
1656.22/1656.64	c 1433s |      15 |   101199 |    94632 |   120655      0 |    78890 |       57
1660.01/1660.49	c 1437s |      15 |   101415 |    94832 |   120655      0 |    78890 |       57
1663.92/1664.32	c 1441s |      15 |   101630 |    95032 |   120655      0 |    78890 |       57
1667.71/1668.16	c 1445s |      15 |   101837 |    95232 |   120655      0 |    78890 |       57
1671.41/1671.89	c 1448s |      15 |   102048 |    95432 |   120655      0 |    78890 |       57
1674.92/1675.38	c 1452s |      15 |   102264 |    95632 |   120655      0 |    78890 |       57
1678.41/1678.88	c 1455s |      15 |   102465 |    95832 |   120655      0 |    78890 |       57
1681.91/1682.35	c 1459s |      15 |   102688 |    96032 |   120655      0 |    78890 |       57
1685.60/1686.04	c 1462s |      15 |   102900 |    96232 |   120655      0 |    78890 |       57
1689.40/1689.81	c 1466s |      15 |   103115 |    96432 |   120655      0 |    78890 |       57
1693.20/1693.60	c 1470s |      15 |   103327 |    96632 |   120655      0 |    78890 |       57
1696.92/1697.39	c 1474s |      15 |   103538 |    96832 |   120655      0 |    78890 |       57
1700.81/1701.27	c 1478s |      15 |   103752 |    97032 |   120655      0 |    78890 |       57
1702.91/1703.34	c 1480s |      15 |   103858 |    97132 |   120655      0 |    78890 |       57
1704.91/1705.34	c 1482s |      15 |   103959 |    97232 |   120655      0 |    78890 |       57
1708.61/1709.08	c 1486s |      15 |   104186 |    97432 |   120655      0 |    78890 |       57
1712.41/1712.89	c 1489s |      15 |   104408 |    97632 |   120655      0 |    78890 |       57
1714.61/1715.06	c 1491s |      15 |   104508 |    97732 |   120655      0 |    78890 |       57
1716.81/1717.25	c 1494s |      15 |   104625 |    97832 |   120655      0 |    78890 |       57
1719.10/1719.50	c 1496s |      15 |   104726 |    97932 |   120655      0 |    78890 |       57
1721.11/1721.55	c 1498s |      15 |   104830 |    98032 |   120655      0 |    78890 |       57
1723.31/1723.72	c 1500s |      15 |   104930 |    98132 |   120655      0 |    78890 |       57
1727.20/1727.63	c 1504s |      15 |   105147 |    98332 |   120655      0 |    78890 |       57
1729.30/1729.74	c 1506s |      15 |   105252 |    98432 |   120655      0 |    78890 |       57
1733.80/1734.28	c 1511s |      15 |   105473 |    98632 |   120655      0 |    78890 |       57
1736.00/1736.43	c 1513s |      15 |   105574 |    98732 |   120655      0 |    78890 |       57
1738.20/1738.67	c 1515s |      15 |   105678 |    98832 |   120655      0 |    78890 |       57
1740.50/1740.95	c 1517s |      15 |   105782 |    98932 |   120655      0 |    78890 |       57
1742.60/1743.08	c 1520s |      15 |   105889 |    99032 |   120655      0 |    78890 |       57
1746.09/1746.56	c 1523s |      15 |   106097 |    99232 |   120655      0 |    78890 |       57
1749.49/1749.94	c 1526s |      15 |   106304 |    99432 |   120655      0 |    78890 |       57
1752.69/1753.14	c 1530s |      15 |   106518 |    99632 |   120655      0 |    78890 |       57
1756.30/1756.77	c 1533s |      15 |   106725 |    99832 |   120655      0 |    78890 |       57
1759.89/1760.37	c 1537s |      15 |   106936 |   100032 |   120655      0 |    78890 |       57
1763.69/1764.11	c 1541s |      15 |   107154 |   100232 |   120655      0 |    78890 |       57
1765.69/1766.14	c 1543s |      15 |   107254 |   100332 |   120655      0 |    78890 |       57
1768.99/1769.45	c 1546s |      15 |   107475 |   100532 |   120655      0 |    78890 |       57
1772.28/1772.79	c 1549s |      15 |   107687 |   100732 |   120655      0 |    78890 |       57
1775.68/1776.19	c 1553s |      15 |   107905 |   100932 |   120655      0 |    78890 |       57
1779.49/1779.97	c 1556s |      15 |   108117 |   101132 |   120655      0 |    78890 |       57
1783.38/1783.84	c 1560s |      15 |   108340 |   101332 |   120655      0 |    78890 |       57
1787.19/1787.63	c 1564s |      15 |   108564 |   101532 |   120655      0 |    78890 |       57
1791.28/1791.70	c 1568s |      15 |   108774 |   101732 |   120655      0 |    78890 |       57
1794.88/1795.38	c 1572s |      15 |   109003 |   101932 |   120655      0 |    78890 |       57
1796.98/1797.43	c 1574s |      15 |   109106 |   102032 |   120655      0 |    78890 |       57

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

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

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


[startup+0 s]
/proc/loadavg: 2.35 2.29 2.23 3/179 17140
/proc/meminfo: memFree=27959836/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=719292 CPUtime=0 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 2682 0 0 0 0 0 0 0 20 0 4 0 25446805 736555008 2533 33554432000 4194304 16246674 140735172208224 140735172207648 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 180335 2542 441 2943 0 177229 0
[pid=17140/tid=17141] ppid=17137 vsize=736700 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 754380800 2602 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 758575104 2619 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25446805 762769408 2636 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.35 2.29 2.23 3/179 17140
/proc/meminfo: memFree=27959836/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 28892 0 0 0 5 4 0 0 20 0 4 0 25446805 1333334016 28680 33554432000 4194304 16246674 140735172208224 140735172207536 8058796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 325521 28695 798 2943 0 322415 0
[pid=17140/tid=17141] ppid=17137 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1333334016 28707 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1333334016 28718 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1333334016 28728 33554432000 4194304 16246674 140735172208224 140034534526128 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) 1302084

[startup+0.200477 s]
/proc/loadavg: 2.35 2.29 2.23 3/179 17140
/proc/meminfo: memFree=27959836/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1310276 CPUtime=0.19 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 44571 0 0 0 13 6 0 0 20 0 4 0 25446805 1341722624 44870 33554432000 4194304 16246674 140735172208224 140735172207536 8055408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 327569 44886 801 2943 0 324463 0
[pid=17140/tid=17141] ppid=17137 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1341722624 44895 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1341722624 44907 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1341722624 44918 33554432000 4194304 16246674 140735172208224 140034534526128 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) 1310276

[startup+0.300422 s]
/proc/loadavg: 2.35 2.29 2.23 3/179 17140
/proc/meminfo: memFree=27959836/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1311300 CPUtime=0.29 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 50306 0 0 0 22 7 0 0 20 0 4 0 25446805 1342771200 50605 33554432000 4194304 16246674 140735172208224 140735172207536 8055525 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 327825 50605 801 2943 0 324719 0
[pid=17140/tid=17141] ppid=17137 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1342771200 50605 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1342771200 50605 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1342771200 50605 33554432000 4194304 16246674 140735172208224 140034534526128 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) 1311300

[startup+0.700348 s]
/proc/loadavg: 2.35 2.29 2.23 3/179 17140
/proc/meminfo: memFree=27959836/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 59358 0 0 0 61 8 0 0 20 0 4 0 25446805 1343819776 59657 33554432000 4194304 16246674 140735172208224 140735172191216 8057331 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 328081 59657 802 2943 0 324975 0
[pid=17140/tid=17141] ppid=17137 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1343819776 59657 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1343819776 59657 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1343819776 59657 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50033 s]
/proc/loadavg: 2.35 2.29 2.23 4/183 17144
/proc/meminfo: memFree=27450224/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1346116 CPUtime=1.48 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 233467 0 0 0 117 31 0 0 20 0 4 0 25446805 1378422784 233766 33554432000 4194304 16246674 140735172208224 140735172191216 9616021 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 336529 233773 830 2943 0 333423 0
[pid=17140/tid=17141] ppid=17137 vsize=1346116 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1378422784 233779 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1346116 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1378422784 233786 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1346116 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1378422784 233796 33554432000 4194304 16246674 140735172208224 140034534526128 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) 1346116

[startup+3.10034 s]
/proc/loadavg: 2.35 2.29 2.23 4/183 17144
/proc/meminfo: memFree=26839648/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=3.09 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 279960 0 0 0 272 37 0 0 20 0 4 0 25446805 1389957120 280259 33554432000 4194304 16246674 140735172208224 140735172207536 6970547 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280259 830 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280259 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280259 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280259 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1357380

[startup+6.30034 s]
/proc/loadavg: 2.33 2.28 2.22 4/183 17144
/proc/meminfo: memFree=26839508/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=6.29 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280028 0 0 0 592 37 0 0 20 0 4 0 25446805 1389957120 280327 33554432000 4194304 16246674 140735172208224 140735172207536 13943608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280327 894 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280327 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280327 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280327 33554432000 4194304 16246674 140735172208224 140034534526128 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) 1357380

[startup+12.7003 s]
/proc/loadavg: 2.30 2.28 2.22 4/183 17144
/proc/meminfo: memFree=26839648/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=12.69 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280049 0 0 0 1232 37 0 0 20 0 4 0 25446805 1389957120 280348 33554432000 4194304 16246674 140735172208224 140735172191224 12995176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280348 915 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280348 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280348 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280348 33554432000 4194304 16246674 140735172208224 140034534526128 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) 1357380

[startup+25.5004 s]
/proc/loadavg: 2.23 2.26 2.22 4/183 17144
/proc/meminfo: memFree=26840472/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=25.49 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280050 0 0 0 2512 37 0 0 20 0 4 0 25446805 1389957120 280349 33554432000 4194304 16246674 140735172208224 140735172190144 5813768 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280349 915 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280349 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280349 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280349 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1357380

[startup+51.1004 s]
/proc/loadavg: 2.35 2.29 2.23 5/183 17144
/proc/meminfo: memFree=26840316/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=51.08 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280052 0 0 0 5071 37 0 0 20 0 4 0 25446805 1389957120 280351 33554432000 4194304 16246674 140735172208224 140735172190144 5600808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280351 917 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280351 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280351 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280351 33554432000 4194304 16246674 140735172208224 140034534526128 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) 1357380

[startup+102.3 s]
/proc/loadavg: 2.33 2.29 2.23 5/183 17145
/proc/meminfo: memFree=26840072/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=102.28 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280054 0 0 0 10191 37 0 0 20 0 4 0 25446805 1389957120 280353 33554432000 4194304 16246674 140735172208224 140735172190144 5600808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280353 919 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280353 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280353 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280353 33554432000 4194304 16246674 140735172208224 140034534526128 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) 1357380


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

/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.37 2.28 2.21 3/183 17224
/proc/meminfo: memFree=28234132/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1362.07 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280086 0 0 0 136169 38 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140735172190144 12415827 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280610 920 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.31 2.27 2.20 4/183 17226
/proc/meminfo: memFree=28234444/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1422.03 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280124 0 0 0 142165 38 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140735172190144 5711439 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280610 920 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.23 2.25 2.20 4/183 17227
/proc/meminfo: memFree=28226592/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1481.99 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280167 0 0 0 148161 38 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140735172190144 13780568 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280610 920 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.23 2.25 2.20 3/183 17228
/proc/meminfo: memFree=28226700/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1541.96 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280214 0 0 0 154158 38 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140735172190144 5711688 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280610 920 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.18 2.23 2.19 3/184 17232
/proc/meminfo: memFree=28225788/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1601.93 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280244 0 0 0 160155 38 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140735172190144 5600808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280610 920 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280610 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.17 2.22 2.18 4/183 17233
/proc/meminfo: memFree=28226052/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1661.91 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280258 0 0 0 166153 38 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140735172190144 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280614 924 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.16 2.20 2.18 3/183 17235
/proc/meminfo: memFree=28206868/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1721.9 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280282 0 0 0 172151 39 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140735172190144 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280614 924 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.23 2.21 2.18 3/183 17236
/proc/meminfo: memFree=28201648/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1781.88 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280305 0 0 0 178149 39 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140735172190144 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280614 924 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.25 2.21 2.18 4/183 17237
/proc/meminfo: memFree=28195360/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1800.08 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280313 0 0 0 179969 39 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140735172190144 5600808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280614 924 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1357380

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

[startup+1800.5 s]
/proc/loadavg: 2.25 2.21 2.18 4/183 17237
/proc/meminfo: memFree=28195360/32872528 swapFree=1286400/1433568
[pid=17140] ppid=17137 vsize=1357380 CPUtime=1800.08 cores=1,3,5,7
/proc/17140/stat : 17140 (toysat) R 17137 17140 12983 0 -1 4202496 280313 0 0 0 179969 39 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140735172190144 5600808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17140/statm: 339345 280614 924 2943 0 336239 0
[pid=17140/tid=17141] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17141/stat : 17141 (toysat) S 17137 17140 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034555489520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17140/tid=17142] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17142/stat : 17142 (toysat) S 17137 17140 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034544999664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17140/tid=17143] ppid=17137 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/17140/task/17143/stat : 17143 (toysat) S 17137 17140 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25446805 1389957120 280614 33554432000 4194304 16246674 140735172208224 140034534526128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1357380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.7
CPU system time (s): 0.39194
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.39194
maximum resident set size= 1122456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280313
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= 278
involuntary context switches= 1855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.68729 second user time and 6.94494 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 09:13:20
IDJOB=4103257
IDBENCH=2311
IDSOLVER=2542
FILE ID=node130/4103257-1466234000
RUNJOBID= node130-1466206066-13000
PBS_JOBID= 19918147
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-qap10.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103257-1466234000/watcher-4103257-1466234000 -o /tmp/evaluation-result-4103257-1466234000/solver-4103257-1466234000 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466206066-13000 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103257-1466234000.opb

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

MD5SUM BENCH= 92cff40bf32fe691e5181dcb856d7399
RANDOM SEED=1470917083

node130.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.365
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	: 5332.73
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.365
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.365
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.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.365
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.53
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.365
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.56
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.365
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:        27960380 kB
Buffers:          119572 kB
Cached:           132572 kB
SwapCached:         1804 kB
Active:          2584408 kB
Inactive:         150608 kB
Active(anon):    2483648 kB
Inactive(anon):     1604 kB
Active(file):     100760 kB
Inactive(file):   149004 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099028 kB
Dirty:             21364 kB
Writeback:             0 kB
AnonPages:       3915560 kB
Mapped:            10708 kB
Shmem:                 0 kB
Slab:             603768 kB
SReclaimable:      47264 kB
SUnreclaim:       556504 kB
KernelStack:        1496 kB
PageTables:        11708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4058664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 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= 71712 MiB
End job on node130 at 2016-06-18 09:43:21