Trace number 4080018

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/kullmann/
normalized-mul_8_13_shg.opb
MD5SUMf53fdd20c3684d222e9e7b0e8ed09bf8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark155
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15312
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint64
Maximum length of a constraint92
Number of terms in the objective function 15312
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 15312
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15312
Number of bits of the biggest sum of numbers14
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-07T08:36:10+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-4080018-1465281368.opb"]
0.00/0.01	c use --random-gen="1119427673 1633799802 1850558550 1156777581 1971998640 2217489078 4203034185 2123092403 3400022851 3009019049 132857307 1337461275 1197134809 527415285 1882058037 2894667722 4270843520 1428906298 2412237297 3679144433 3810071564 2969538810 2780854385 2142142019 2589821983 4054192920 4185898874 1214212436 1756640092 24782130 4094234186 1345709923 3716119370 2876643067 2088998400 989604630 3106035658 1949145818 220934371 3186582628 648533598 1342815919 3202467882 3305400477 2694240489 3088847751 1519072959 4067454176 1840153037 127344084 4133248429 2860489893 3831617917 272396880 3595930644 2694438911 285606952 1067487297 2330572044 454917876 1755019079 975882325 3259027568 4125206528 3972756822 860001524 722889092 2662983090 1415825763 259576632 3214630177 3013332042 370482589 3388570935 2602245083 348030670 3968913682 1845037500 1968274373 83711186 1076923725 2481230001 848451460 81581539 3566434800 407629401 376622009 3479798277 2313862902 1324726152 2884005068 2723246616 406594687 1221131966 985684864 3374937488 3763466874 2659277917 3819171511 3658235867 1836803707 3476236799 3662353122 711646018 2930649924 3330314117 2365018382 2322379698 2634314631 2208708542 493693520 530335806 762317850 3240141684 2038110086 2943006969 3650347815 2227285093 1130102340 2122954002 456013432 3869197277 1559651360 876495331 138761201 1664692717 3400631511 902498835 3451813716 114699781 2032288677 4241207294 3242361134 758176648 2567180490 2448422755 1918445748 1280290283 195055245 3520915567 969660118 1422958549 615111864 221351358 4151262971 2026205178 2830131712 297209869 2545635931 810137447 4250441142 2600750528 328724567 3434374663 1139904891 2213423145 2619031309 2213545364 3974812699 4157690719 567109089 3462980311 1121724791 4177528917 1420767732 3796004345 3185390546 3716708519 3112613682 1490772489 227146077 1735057397 555901347 3620087271 372501749 4050355249 1471127150 2186473694 3106456712 3933865157 2187254693 1006102006 4197244730 216072949 984622220 940658268 229956731 3200063831 2148063144 2446792548 1745152613 2735170094 4092262728 4086450822 1584102331 109592490 922102781 753452449 464612351 3480083608 1939447700 1280031744 298875840 4236857763 3808637704 227983783 2730960568 3242303752 3133686020 3419386369 3642440424 120813128 4239562022 2391125638 2496197467 4037777638 1881796347 1822312856 933846814 968832309 1089204902 882615678 3096503402 3014111795 252704393 154206941 4004312975 1637779954 397533831 661203175 2462286606 4242722555 292989718 3084182230 3447916435 3319417286 1288368386 2988843265 1045243699 328061220 3117893089 1328543186 488775064 759780259 4156838144 22977374 3879401114 3622422312 4065986192 2246171392 2973053082 970909820 1999059097 2616928190 4091247017 1028094075 255 362436" option to reproduce the execution
8.80/8.89	c #vars 15312
8.80/8.89	c #constraints 65280
25.89/25.95	c BCD2: Hardening is enabled.
25.89/25.95	c BCD2: BiasedSearch is enabled.
25.89/25.95	c Solving starts ...
25.89/25.95	c ============================[ Search Statistics ]============================
25.89/25.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.89/25.95	c       |         |          |          |    Limit     GC | Var      | Constra 
25.89/25.95	c =============================================================================
25.89/25.95	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        0
26.29/26.34	c  0.4s |       0 |    15312 |        0 |    26864      0 |        0 |        0
26.29/26.34	c #cpu_time = 0.379s
26.29/26.34	c #wall_clock_time = 0.379s
26.29/26.34	c #decision = 15312
26.29/26.34	c #random_decision = 83
26.29/26.34	c #conflict = 0
26.29/26.34	c #restart = 0
26.29/26.34	o 15312
26.29/26.36	c BCD2: updating upper bound: 15312 -> 15311
26.39/26.41	c BCD2: 0 <= obj <= 15311
26.39/26.41	c BCD2: #cores=0, #unrelaxed=15312, #relaxed=0, #hardened=0
26.39/26.41	c BCD2: #sat=1 #unsat=1 bias=1/2
26.39/26.41	c Solving starts ...
26.39/26.41	c ============================[ Search Statistics ]============================
26.39/26.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.39/26.41	c       |         |          |          |    Limit     GC | Var      | Constra 
26.39/26.41	c =============================================================================
26.39/26.41	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        0
26.69/26.78	c  0.4s |       0 |     3484 |        0 |    26864      0 |        0 |        0
26.69/26.78	c #cpu_time = 0.368s
26.69/26.78	c #wall_clock_time = 0.368s
26.69/26.78	c #decision = 3484
26.69/26.78	c #random_decision = 0
26.69/26.78	c #conflict = 0
26.69/26.78	c #restart = 0
26.69/26.78	c BCD2: found a new core of size 68: cost of the new core is >=1
26.69/26.78	c lower bound updated to 1
26.79/26.80	c BCD2: 1 <= obj <= 15311
26.79/26.80	c BCD2: #cores=1, #unrelaxed=15244, #relaxed=68, #hardened=0
26.79/26.80	c BCD2: #sat=1 #unsat=2 bias=2/3
26.79/26.80	c Solving starts ...
26.79/26.80	c ============================[ Search Statistics ]============================
26.79/26.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.79/26.80	c       |         |          |          |    Limit     GC | Var      | Constra 
26.79/26.80	c =============================================================================
26.79/26.80	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        1
27.08/27.17	c  0.4s |       0 |     3418 |        0 |    26864      0 |        0 |        1
27.08/27.17	c #cpu_time = 0.369s
27.08/27.17	c #wall_clock_time = 0.369s
27.08/27.17	c #decision = 3418
27.08/27.17	c #random_decision = 0
27.08/27.17	c #conflict = 0
27.08/27.17	c #restart = 0
27.08/27.17	c BCD2: found a new core of size 68: cost of the new core is >=1
27.08/27.17	c lower bound updated to 2
27.08/27.19	c BCD2: 2 <= obj <= 15311
27.08/27.19	c BCD2: #cores=2, #unrelaxed=15176, #relaxed=136, #hardened=0
27.08/27.19	c BCD2: #sat=1 #unsat=3 bias=3/4
27.08/27.19	c Solving starts ...
27.08/27.19	c ============================[ Search Statistics ]============================
27.08/27.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.08/27.19	c       |         |          |          |    Limit     GC | Var      | Constra 
27.08/27.19	c =============================================================================
27.08/27.19	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        2
27.50/27.56	c  0.4s |       0 |     3352 |        0 |    26864      0 |        0 |        2
27.50/27.56	c #cpu_time = 0.370s
27.50/27.56	c #wall_clock_time = 0.370s
27.50/27.56	c #decision = 3352
27.50/27.56	c #random_decision = 0
27.50/27.56	c #conflict = 0
27.50/27.56	c #restart = 0
27.50/27.56	c BCD2: found a new core of size 68: cost of the new core is >=1
27.50/27.56	c lower bound updated to 3
27.50/27.58	c BCD2: 3 <= obj <= 15311
27.50/27.58	c BCD2: #cores=3, #unrelaxed=15108, #relaxed=204, #hardened=0
27.50/27.58	c BCD2: #sat=1 #unsat=4 bias=4/5
27.50/27.58	c Solving starts ...
27.50/27.58	c ============================[ Search Statistics ]============================
27.50/27.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.50/27.58	c       |         |          |          |    Limit     GC | Var      | Constra 
27.50/27.58	c =============================================================================
27.50/27.58	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        3
27.88/27.95	c  0.4s |       0 |     3286 |        0 |    26864      0 |        0 |        3
27.88/27.95	c #cpu_time = 0.369s
27.88/27.95	c #wall_clock_time = 0.369s
27.88/27.95	c #decision = 3286
27.88/27.95	c #random_decision = 0
27.88/27.95	c #conflict = 0
27.88/27.95	c #restart = 0
27.88/27.95	c BCD2: found a new core of size 68: cost of the new core is >=1
27.88/27.95	c lower bound updated to 4
27.88/27.97	c BCD2: 4 <= obj <= 15311
27.88/27.97	c BCD2: #cores=4, #unrelaxed=15040, #relaxed=272, #hardened=0
27.88/27.97	c BCD2: #sat=1 #unsat=5 bias=5/6
27.88/27.97	c Solving starts ...
27.88/27.97	c ============================[ Search Statistics ]============================
27.88/27.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.88/27.97	c       |         |          |          |    Limit     GC | Var      | Constra 
27.88/27.97	c =============================================================================
27.88/27.97	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        4
28.29/28.34	c  0.4s |       0 |     6704 |        0 |    26864      0 |        0 |        4
28.29/28.34	c #cpu_time = 0.371s
28.29/28.34	c #wall_clock_time = 0.371s
28.29/28.34	c #decision = 6704
28.29/28.34	c #random_decision = 0
28.29/28.34	c #conflict = 0
28.29/28.34	c #restart = 0
28.29/28.34	c BCD2: found a new core of size 68: cost of the new core is >=1
28.29/28.34	c lower bound updated to 5
28.29/28.36	c BCD2: 5 <= obj <= 15311
28.29/28.36	c BCD2: #cores=5, #unrelaxed=14972, #relaxed=340, #hardened=0
28.29/28.36	c BCD2: #sat=1 #unsat=6 bias=6/7
28.29/28.36	c Solving starts ...
28.29/28.36	c ============================[ Search Statistics ]============================
28.29/28.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.29/28.36	c       |         |          |          |    Limit     GC | Var      | Constra 
28.29/28.36	c =============================================================================
28.29/28.36	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        5
28.69/28.74	c  0.4s |       0 |     6638 |        0 |    26864      0 |        0 |        5
28.69/28.74	c #cpu_time = 0.372s
28.69/28.74	c #wall_clock_time = 0.372s
28.69/28.74	c #decision = 6638
28.69/28.74	c #random_decision = 0
28.69/28.74	c #conflict = 0
28.69/28.74	c #restart = 0
28.69/28.74	c BCD2: found a new core of size 68: cost of the new core is >=1
28.69/28.74	c lower bound updated to 6
28.69/28.76	c BCD2: 6 <= obj <= 15311
28.69/28.76	c BCD2: #cores=6, #unrelaxed=14904, #relaxed=408, #hardened=0
28.69/28.76	c BCD2: #sat=1 #unsat=7 bias=7/8
28.69/28.76	c Solving starts ...
28.69/28.76	c ============================[ Search Statistics ]============================
28.69/28.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.69/28.76	c       |         |          |          |    Limit     GC | Var      | Constra 
28.69/28.76	c =============================================================================
28.69/28.76	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        6
29.09/29.13	c  0.4s |       0 |     6572 |        0 |    26864      0 |        0 |        6
29.09/29.13	c #cpu_time = 0.371s
29.09/29.13	c #wall_clock_time = 0.371s
29.09/29.13	c #decision = 6572
29.09/29.13	c #random_decision = 0
29.09/29.13	c #conflict = 0
29.09/29.13	c #restart = 0
29.09/29.13	c BCD2: found a new core of size 68: cost of the new core is >=1
29.09/29.13	c lower bound updated to 7
29.09/29.15	c BCD2: 7 <= obj <= 15311
29.09/29.15	c BCD2: #cores=7, #unrelaxed=14836, #relaxed=476, #hardened=0
29.09/29.15	c BCD2: #sat=1 #unsat=8 bias=8/9
29.09/29.15	c Solving starts ...
29.09/29.15	c ============================[ Search Statistics ]============================
29.09/29.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.09/29.15	c       |         |          |          |    Limit     GC | Var      | Constra 
29.09/29.15	c =============================================================================
29.09/29.15	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        7
29.48/29.53	c  0.4s |       0 |     6506 |        0 |    26864      0 |        0 |        7
29.48/29.53	c #cpu_time = 0.372s
29.48/29.53	c #wall_clock_time = 0.372s
29.48/29.53	c #decision = 6506
29.48/29.53	c #random_decision = 0
29.48/29.53	c #conflict = 0
29.48/29.53	c #restart = 0
29.48/29.53	c BCD2: found a new core of size 68: cost of the new core is >=1
29.48/29.53	c lower bound updated to 8
29.48/29.54	c BCD2: 8 <= obj <= 15311
29.48/29.54	c BCD2: #cores=8, #unrelaxed=14768, #relaxed=544, #hardened=0
29.48/29.54	c BCD2: #sat=1 #unsat=9 bias=9/10
29.48/29.55	c Solving starts ...
29.48/29.55	c ============================[ Search Statistics ]============================
29.48/29.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.48/29.55	c       |         |          |          |    Limit     GC | Var      | Constra 
29.48/29.55	c =============================================================================
29.48/29.55	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        8
29.89/29.92	c  0.4s |       0 |     8208 |        0 |    26864      0 |        0 |        8
29.89/29.92	c #cpu_time = 0.374s
29.89/29.92	c #wall_clock_time = 0.374s
29.89/29.92	c #decision = 8208
29.89/29.92	c #random_decision = 0
29.89/29.92	c #conflict = 0
29.89/29.92	c #restart = 0
29.89/29.92	c BCD2: found a new core of size 66: cost of the new core is >=1
29.89/29.92	c lower bound updated to 9
29.89/29.94	c BCD2: 9 <= obj <= 15311
29.89/29.94	c BCD2: #cores=9, #unrelaxed=14702, #relaxed=610, #hardened=0
29.89/29.94	c BCD2: #sat=1 #unsat=10 bias=10/11
29.89/29.94	c Solving starts ...
29.89/29.94	c ============================[ Search Statistics ]============================
29.89/29.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.89/29.94	c       |         |          |          |    Limit     GC | Var      | Constra 
29.89/29.94	c =============================================================================
29.89/29.94	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |        9
30.29/30.32	c  0.4s |       0 |     8144 |        0 |    26864      0 |        0 |        9
30.29/30.32	c #cpu_time = 0.373s
30.29/30.32	c #wall_clock_time = 0.373s
30.29/30.32	c #decision = 8144
30.29/30.32	c #random_decision = 0
30.29/30.32	c #conflict = 0
30.29/30.32	c #restart = 0
30.29/30.32	c BCD2: found a new core of size 66: cost of the new core is >=1
30.29/30.32	c lower bound updated to 10
30.29/30.34	c BCD2: 10 <= obj <= 15311
30.29/30.34	c BCD2: #cores=10, #unrelaxed=14636, #relaxed=676, #hardened=0
30.29/30.34	c BCD2: #sat=1 #unsat=11 bias=11/12
30.29/30.34	c Solving starts ...
30.29/30.34	c ============================[ Search Statistics ]============================
30.29/30.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.29/30.34	c       |         |          |          |    Limit     GC | Var      | Constra 
30.29/30.34	c =============================================================================
30.29/30.34	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       10
30.69/30.72	c  0.4s |       0 |     9850 |        0 |    26864      0 |        0 |       10
30.69/30.72	c #cpu_time = 0.375s
30.69/30.72	c #wall_clock_time = 0.375s
30.69/30.72	c #decision = 9850
30.69/30.72	c #random_decision = 0
30.69/30.72	c #conflict = 0
30.69/30.72	c #restart = 0
30.69/30.72	c BCD2: found a new core of size 66: cost of the new core is >=1
30.69/30.72	c lower bound updated to 11
30.69/30.74	c BCD2: 11 <= obj <= 15311
30.69/30.74	c BCD2: #cores=11, #unrelaxed=14570, #relaxed=742, #hardened=0
30.69/30.74	c BCD2: #sat=1 #unsat=12 bias=12/13
30.69/30.74	c Solving starts ...
30.69/30.74	c ============================[ Search Statistics ]============================
30.69/30.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.69/30.74	c       |         |          |          |    Limit     GC | Var      | Constra 
30.69/30.74	c =============================================================================
30.69/30.74	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       11
31.09/31.12	c  0.4s |       0 |     9786 |        0 |    26864      0 |        0 |       11
31.09/31.12	c #cpu_time = 0.374s
31.09/31.12	c #wall_clock_time = 0.374s
31.09/31.12	c #decision = 9786
31.09/31.12	c #random_decision = 0
31.09/31.12	c #conflict = 0
31.09/31.12	c #restart = 0
31.09/31.12	c BCD2: found a new core of size 66: cost of the new core is >=1
31.09/31.12	c lower bound updated to 12
31.09/31.14	c BCD2: 12 <= obj <= 15311
31.09/31.14	c BCD2: #cores=12, #unrelaxed=14504, #relaxed=808, #hardened=0
31.09/31.14	c BCD2: #sat=1 #unsat=13 bias=13/14
31.09/31.14	c Solving starts ...
31.09/31.14	c ============================[ Search Statistics ]============================
31.09/31.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.09/31.14	c       |         |          |          |    Limit     GC | Var      | Constra 
31.09/31.14	c =============================================================================
31.09/31.14	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       12
31.49/31.52	c  0.4s |       0 |    13262 |        0 |    26864      0 |        0 |       12
31.49/31.52	c #cpu_time = 0.381s
31.49/31.52	c #wall_clock_time = 0.381s
31.49/31.52	c #decision = 13262
31.49/31.52	c #random_decision = 0
31.49/31.52	c #conflict = 0
31.49/31.52	c #restart = 0
31.49/31.52	c BCD2: found a new core of size 90: cost of the new core is >=1
31.49/31.52	c lower bound updated to 13
31.49/31.54	c BCD2: 13 <= obj <= 15311
31.49/31.54	c BCD2: #cores=13, #unrelaxed=14414, #relaxed=898, #hardened=0
31.49/31.54	c BCD2: #sat=1 #unsat=14 bias=14/15
31.49/31.54	c Solving starts ...
31.49/31.54	c ============================[ Search Statistics ]============================
31.49/31.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.49/31.54	c       |         |          |          |    Limit     GC | Var      | Constra 
31.49/31.54	c =============================================================================
31.49/31.54	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       13
31.89/31.93	c  0.4s |       0 |    14005 |        0 |    26864      0 |        0 |       13
31.89/31.93	c #cpu_time = 0.380s
31.89/31.93	c #wall_clock_time = 0.380s
31.89/31.93	c #decision = 14005
31.89/31.93	c #random_decision = 0
31.89/31.93	c #conflict = 0
31.89/31.93	c #restart = 0
31.89/31.93	c BCD2: found a new core of size 90: cost of the new core is >=1
31.89/31.93	c lower bound updated to 14
31.89/31.95	c BCD2: 14 <= obj <= 15311
31.89/31.95	c BCD2: #cores=14, #unrelaxed=14324, #relaxed=988, #hardened=0
31.89/31.95	c BCD2: #sat=1 #unsat=15 bias=15/16
31.89/31.95	c Solving starts ...
31.89/31.95	c ============================[ Search Statistics ]============================
31.89/31.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.89/31.95	c       |         |          |          |    Limit     GC | Var      | Constra 
31.89/31.95	c =============================================================================
31.89/31.95	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       14
32.29/32.33	c  0.4s |       0 |    14051 |        0 |    26864      0 |        0 |       14
32.29/32.33	c #cpu_time = 0.382s
32.29/32.33	c #wall_clock_time = 0.382s
32.29/32.33	c #decision = 14051
32.29/32.33	c #random_decision = 0
32.29/32.33	c #conflict = 0
32.29/32.33	c #restart = 0
32.29/32.33	c BCD2: found a new core of size 75: cost of the new core is >=1
32.29/32.33	c lower bound updated to 15
32.29/32.35	c BCD2: 15 <= obj <= 15311
32.29/32.35	c BCD2: #cores=15, #unrelaxed=14249, #relaxed=1063, #hardened=0
32.29/32.35	c BCD2: #sat=1 #unsat=16 bias=16/17
32.29/32.36	c Solving starts ...
32.29/32.36	c ============================[ Search Statistics ]============================
32.29/32.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.29/32.36	c       |         |          |          |    Limit     GC | Var      | Constra 
32.29/32.36	c =============================================================================
32.29/32.36	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       15
32.68/32.74	c  0.4s |       0 |    14088 |        0 |    26864      0 |        0 |       15
32.68/32.74	c #cpu_time = 0.384s
32.68/32.74	c #wall_clock_time = 0.384s
32.68/32.74	c #decision = 14088
32.68/32.74	c #random_decision = 0
32.68/32.74	c #conflict = 0
32.68/32.74	c #restart = 0
32.68/32.74	c BCD2: found a new core of size 75: cost of the new core is >=1
32.68/32.74	c lower bound updated to 16
32.68/32.76	c BCD2: 16 <= obj <= 15311
32.68/32.76	c BCD2: #cores=16, #unrelaxed=14174, #relaxed=1138, #hardened=0
32.68/32.76	c BCD2: #sat=1 #unsat=17 bias=17/18
32.68/32.76	c Solving starts ...
32.68/32.76	c ============================[ Search Statistics ]============================
32.68/32.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.68/32.76	c       |         |          |          |    Limit     GC | Var      | Constra 
32.68/32.76	c =============================================================================
32.68/32.76	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       16
33.09/33.16	c  0.4s |       0 |    14085 |        0 |    26864      0 |        0 |       16
33.09/33.16	c #cpu_time = 0.390s
33.09/33.16	c #wall_clock_time = 0.389s
33.09/33.16	c #decision = 14085
33.09/33.16	c #random_decision = 0
33.09/33.16	c #conflict = 0
33.09/33.16	c #restart = 0
33.09/33.16	c BCD2: found a new core of size 70: cost of the new core is >=1
33.09/33.16	c lower bound updated to 17
33.09/33.18	c BCD2: 17 <= obj <= 15311
33.09/33.18	c BCD2: #cores=17, #unrelaxed=14104, #relaxed=1208, #hardened=0
33.09/33.18	c BCD2: #sat=1 #unsat=18 bias=18/19
33.09/33.18	c Solving starts ...
33.09/33.18	c ============================[ Search Statistics ]============================
33.09/33.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.09/33.18	c       |         |          |          |    Limit     GC | Var      | Constra 
33.09/33.18	c =============================================================================
33.09/33.18	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       17
33.48/33.57	c  0.4s |       0 |    14073 |        0 |    26864      0 |        0 |       17
33.48/33.57	c #cpu_time = 0.383s
33.48/33.57	c #wall_clock_time = 0.383s
33.48/33.57	c #decision = 14073
33.48/33.57	c #random_decision = 0
33.48/33.57	c #conflict = 0
33.48/33.57	c #restart = 0
33.48/33.57	c BCD2: found a new core of size 70: cost of the new core is >=1
33.48/33.57	c lower bound updated to 18
33.48/33.59	c BCD2: 18 <= obj <= 15311
33.48/33.59	c BCD2: #cores=18, #unrelaxed=14034, #relaxed=1278, #hardened=0
33.48/33.59	c BCD2: #sat=1 #unsat=19 bias=19/20
33.48/33.59	c Solving starts ...
33.48/33.59	c ============================[ Search Statistics ]============================
33.48/33.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.48/33.59	c       |         |          |          |    Limit     GC | Var      | Constra 
33.48/33.59	c =============================================================================
33.48/33.59	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       18
33.88/33.97	c  0.4s |       0 |    14008 |        0 |    26864      0 |        0 |       18
33.88/33.97	c #cpu_time = 0.378s
33.88/33.97	c #wall_clock_time = 0.378s
33.88/33.97	c #decision = 14008
33.88/33.97	c #random_decision = 0
33.88/33.97	c #conflict = 0
33.88/33.97	c #restart = 0
33.88/33.97	c BCD2: found a new core of size 70: cost of the new core is >=1
33.88/33.97	c lower bound updated to 19
33.88/33.99	c BCD2: 19 <= obj <= 15311
33.88/33.99	c BCD2: #cores=19, #unrelaxed=13964, #relaxed=1348, #hardened=0
33.88/33.99	c BCD2: #sat=1 #unsat=20 bias=20/21
33.88/33.99	c Solving starts ...
33.88/33.99	c ============================[ Search Statistics ]============================
33.88/33.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.88/33.99	c       |         |          |          |    Limit     GC | Var      | Constra 
33.88/33.99	c =============================================================================
33.88/33.99	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       19
34.39/34.41	c  0.4s |       0 |    13970 |        0 |    26864      0 |        0 |       19
34.39/34.41	c #cpu_time = 0.417s
34.39/34.41	c #wall_clock_time = 0.417s
34.39/34.41	c #decision = 13970
34.39/34.41	c #random_decision = 0
34.39/34.41	c #conflict = 0
34.39/34.41	c #restart = 0
34.39/34.41	c BCD2: found a new core of size 78: cost of the new core is >=1
34.39/34.41	c lower bound updated to 20
34.39/34.43	c BCD2: 20 <= obj <= 15311
34.39/34.43	c BCD2: #cores=20, #unrelaxed=13886, #relaxed=1426, #hardened=0
34.39/34.43	c BCD2: #sat=1 #unsat=21 bias=21/22
34.39/34.43	c Solving starts ...
34.39/34.43	c ============================[ Search Statistics ]============================
34.39/34.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.39/34.43	c       |         |          |          |    Limit     GC | Var      | Constra 
34.39/34.43	c =============================================================================
34.39/34.43	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       20
34.78/34.88	c  0.4s |       0 |    15254 |        0 |    26864      0 |        0 |       20
34.78/34.88	c #cpu_time = 0.439s
34.78/34.88	c #wall_clock_time = 0.439s
34.78/34.88	c #decision = 15254
34.78/34.88	c #random_decision = 0
34.78/34.88	c #conflict = 0
34.78/34.88	c #restart = 0
34.78/34.88	o 160
34.78/34.89	c BCD2: updating upper bound: 15311 -> 159
34.89/34.96	c BCD2: 20 <= obj <= 159
34.89/34.96	c BCD2: #cores=20, #unrelaxed=13886, #relaxed=1426, #hardened=0
34.89/34.96	c BCD2: #sat=2 #unsat=21 bias=21/23
34.89/34.97	c Solving starts ...
34.89/34.97	c ============================[ Search Statistics ]============================
34.89/34.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.89/34.97	c       |         |          |          |    Limit     GC | Var      | Constra 
34.89/34.97	c =============================================================================
34.89/34.97	c  0.0s |       0 |        0 |        0 |    26864      0 |        0 |       21
35.38/35.46	c  0.5s |       1 |    14498 |      100 |    26864      0 |        0 |       21
35.98/36.01	c  1.0s |       2 |    29054 |      250 |    29551      0 |        0 |       21
36.59/36.61	c  1.6s |       3 |    43912 |      475 |    32507      0 |        0 |       21
37.28/37.39	c  2.4s |       4 |    58674 |      813 |    35758      0 |        0 |       21
38.19/38.28	c  3.3s |       5 |    73957 |     1320 |    39334      0 |        0 |       21
40.28/40.36	c  5.4s |       5 |    89633 |     1920 |    43268      0 |        0 |       21
40.58/40.63	c  5.7s |       6 |    89900 |     2081 |    47595      0 |        0 |       21
42.79/42.85	c  7.9s |       6 |   105953 |     2981 |    47595      0 |        0 |       21
43.48/43.54	c  8.6s |       7 |   106519 |     3223 |    52355      0 |        0 |       21
45.58/45.64	c 10.7s |       7 |   124046 |     4623 |    52355      0 |        0 |       21
45.98/46.02	c 11.1s |       8 |   124805 |     4936 |    57591      0 |        0 |       21
47.98/48.09	c 13.1s |       8 |   141166 |     5736 |    57591      0 |        0 |       21
50.08/50.12	c 15.2s |       8 |   143904 |     6936 |    57591      0 |        0 |       21
51.48/51.58	c 16.6s |       9 |   145371 |     7506 |    63351      0 |        0 |       21
53.58/53.69	c 18.7s |       9 |   161843 |     8406 |    63351      0 |        0 |       21
55.88/55.91	c 20.9s |       9 |   163864 |     9306 |    63351      0 |        0 |       21
58.08/58.15	c 23.2s |       9 |   164989 |     9906 |    63351      0 |        0 |       21
60.49/60.54	c 25.6s |       9 |   166150 |    10506 |    63351      0 |        0 |       21
62.87/62.99	c 28.0s |       9 |   167271 |    11106 |    63351      0 |        0 |       21
63.97/64.06	c 29.1s |      10 |   167764 |    11361 |    69687      0 |        0 |       21
65.98/66.07	c 31.1s |      10 |   182488 |    11661 |    69687      0 |        0 |       21
68.57/68.63	c 33.7s |      10 |   183822 |    12261 |    69687      0 |        0 |       21
70.77/70.89	c 35.9s |      10 |   184630 |    12761 |    69687      0 |        0 |       21
72.87/72.90	c 37.9s |      10 |   185650 |    13361 |    69687      0 |        0 |       21
75.07/75.13	c 40.2s |      10 |   187337 |    14161 |    69687      0 |        0 |       21
77.07/77.15	c 42.2s |      10 |   188182 |    14661 |    69687      0 |        0 |       21
79.17/79.23	c 44.3s |      10 |   189436 |    15261 |    69687      0 |        0 |       21
81.27/81.38	c 46.4s |      10 |   191486 |    15961 |    69687      0 |        0 |       21
83.37/83.46	c 48.5s |      10 |   192634 |    16561 |    69687      0 |        0 |       21
85.57/85.64	c 50.7s |      11 |   193977 |    17144 |    76656      0 |        0 |       21
87.66/87.75	c 52.8s |      11 |   208940 |    17444 |    76656      0 |        0 |       21
89.87/89.94	c 55.0s |      11 |   212116 |    18544 |    76656      0 |        0 |       21
92.26/92.37	c 57.4s |      11 |   213768 |    19244 |    76656      0 |        0 |       21
94.46/94.54	c 59.6s |      11 |   214542 |    19644 |    76656      0 |        0 |       21
97.16/97.29	c 62.3s |      11 |   215330 |    19944 |    76656      0 |        0 |       21
99.26/99.32	c 64.4s |      11 |   216870 |    20444 |    76656      0 |        0 |       21
101.67/101.71	c 66.7s |      11 |   218463 |    21144 |    76656      0 |        0 |       21
103.86/103.97	c 69.0s |      11 |   220213 |    21744 |    76656      0 |        0 |       21
105.96/106.07	c 71.1s |      11 |   221479 |    22244 |    76656      0 |        0 |       21
108.36/108.45	c 73.5s |      11 |   222330 |    22744 |    76656      0 |        0 |       21
110.96/111.08	c 76.1s |      11 |   223032 |    23144 |    76656      0 |        0 |       21
113.27/113.35	c 78.4s |      11 |   223962 |    23544 |    76656      0 |        0 |       21
115.66/115.76	c 80.8s |      11 |   224324 |    23744 |    76656      0 |        0 |       21
118.26/118.35	c 83.4s |      11 |   225514 |    24244 |    76656      0 |        0 |       21
120.97/121.09	c 86.1s |      11 |   226574 |    24744 |    76656      0 |        0 |       21
123.56/123.65	c 88.7s |      11 |   227190 |    25144 |    76656      0 |        0 |       21
125.66/125.70	c 90.7s |      11 |   227950 |    25444 |    76656      0 |        0 |       21
127.75/127.89	c 92.9s |      11 |   228498 |    25744 |    84322      0 |        0 |       21
128.55/128.64	c 93.7s |      12 |   228649 |    25819 |    84322      0 |        0 |       21
131.16/131.23	c 96.3s |      12 |   242846 |    25919 |    84322      0 |        0 |       21
133.26/133.39	c 98.4s |      12 |   245152 |    26819 |    84322      0 |        0 |       21
135.56/135.60	c  100s |      12 |   246707 |    27519 |    84322      0 |        0 |       21
137.66/137.70	c  102s |      12 |   247893 |    28119 |    84322      0 |        0 |       21
139.76/139.84	c  104s |      12 |   248788 |    28619 |    84322      0 |        0 |       21
142.05/142.15	c  107s |      12 |   249417 |    29019 |    84322      0 |        0 |       21
144.26/144.33	c  109s |      12 |   250769 |    29619 |    84322      0 |        0 |       21
146.26/146.35	c  111s |      12 |   252122 |    30319 |    84322      0 |        0 |       21
148.46/148.54	c  113s |      12 |   253293 |    30919 |    84322      0 |        0 |       21
150.55/150.63	c  115s |      12 |   255131 |    31819 |    84322      0 |        0 |       21
152.96/153.08	c  118s |      12 |   256261 |    32419 |    84322      0 |        0 |       21
155.06/155.16	c  120s |      12 |   258133 |    33119 |    84322      0 |        0 |       21
157.35/157.43	c  122s |      12 |   259038 |    33519 |    84322      0 |        0 |       21
159.74/159.83	c  124s |      12 |   259900 |    34019 |    84322      0 |        0 |       21
161.95/162.04	c  127s |      12 |   260785 |    34519 |    84322      0 |        0 |       21
163.95/164.09	c  129s |      12 |   261813 |    35019 |    84322      0 |        0 |       21
166.05/166.19	c  131s |      12 |   262389 |    35419 |    84322      0 |        0 |       21
168.15/168.22	c  133s |      12 |   263513 |    35919 |    84322      0 |        0 |       21
170.25/170.34	c  135s |      12 |   264855 |    36619 |    84322      0 |        0 |       21
173.05/173.14	c  138s |      12 |   265535 |    37019 |    84322      0 |        0 |       21
175.55/175.64	c  140s |      12 |   266348 |    37519 |    84322      0 |        0 |       21
177.55/177.66	c  142s |      12 |   267157 |    38019 |    84322      0 |        0 |       21
180.04/180.15	c  145s |      12 |   268059 |    38519 |    84322      0 |        0 |       21
181.34/181.47	c  146s |      13 |   268572 |    38832 |    92755      0 |        0 |       21
184.85/184.98	c  150s |      13 |   282702 |    38932 |    92755      0 |        0 |       21
187.15/187.21	c  152s |      13 |   284492 |    39832 |    92755      0 |        0 |       21
189.34/189.44	c  154s |      13 |   286811 |    40632 |    92755      0 |        0 |       21
191.74/191.86	c  156s |      13 |   287918 |    41132 |    92755      0 |        0 |       21
193.84/193.94	c  158s |      13 |   288934 |    41632 |    92755      0 |        0 |       21
196.04/196.12	c  161s |      13 |   291995 |    42532 |    92755      0 |        0 |       21
198.24/198.32	c  163s |      13 |   293354 |    43132 |    92755      0 |        0 |       21
200.44/200.55	c  165s |      13 |   294393 |    43732 |    92755      0 |        0 |       21
202.74/202.85	c  167s |      13 |   295192 |    44132 |    92755      0 |        0 |       21
204.94/205.06	c  170s |      13 |   295710 |    44432 |    92755      0 |        0 |       21
207.13/207.20	c  172s |      13 |   297058 |    44832 |    92755      0 |        0 |       21
209.34/209.48	c  174s |      13 |   297510 |    45032 |    92755      0 |        0 |       21
212.43/212.54	c  177s |      13 |   298098 |    45332 |    92755      0 |        0 |       21
215.03/215.12	c  180s |      13 |   298293 |    45432 |    92755      0 |        0 |       21
217.44/217.59	c  182s |      13 |   299287 |    45832 |    92755      0 |        0 |       21
219.73/219.81	c  184s |      13 |   300193 |    46332 |    92755      0 |        0 |       21
223.23/223.38	c  188s |      13 |   300847 |    46632 |    92755      0 |        0 |       21
225.73/225.82	c  190s |      13 |   302168 |    47332 |    92755      0 |        0 |       21
227.93/228.07	c  193s |      13 |   303179 |    47732 |    92755      0 |        0 |       21
230.12/230.21	c  195s |      13 |   304272 |    48132 |    92755      0 |        0 |       21
232.14/232.29	c  197s |      13 |   305460 |    48632 |    92755      0 |        0 |       21
235.13/235.25	c  200s |      13 |   306089 |    48932 |    92755      0 |        0 |       21
237.33/237.48	c  202s |      13 |   307071 |    49332 |    92755      0 |        0 |       21
239.83/239.99	c  205s |      13 |   308612 |    49932 |    92755      0 |        0 |       21
241.93/242.03	c  207s |      13 |   309956 |    50432 |    92755      0 |        0 |       21
244.32/244.47	c  209s |      13 |   311237 |    50932 |    92755      0 |        0 |       21
246.43/246.51	c  211s |      13 |   312172 |    51232 |    92755      0 |        0 |       21
248.73/248.88	c  213s |      13 |   313609 |    51732 |    92755      0 |        0 |       21
251.42/251.53	c  216s |      13 |   314618 |    52132 |    92755      0 |        0 |       21
254.42/254.55	c  219s |      13 |   314987 |    52332 |    92755      0 |        0 |       21
257.02/257.17	c  222s |      13 |   315184 |    52432 |    92755      0 |        0 |       21
260.12/260.24	c  225s |      13 |   315599 |    52632 |    92755      0 |        0 |       21
263.22/263.37	c  228s |      13 |   315783 |    52732 |    92755      0 |        0 |       21
265.41/265.59	c  230s |      13 |   316035 |    52832 |    92755      0 |        0 |       21
270.82/270.90	c  235s |      13 |   316450 |    53032 |    92755      0 |        0 |       21
274.32/274.43	c  239s |      13 |   316731 |    53132 |    92755      0 |        0 |       21
277.51/277.67	c  242s |      13 |   317320 |    53432 |    92755      0 |        0 |       21
279.72/279.82	c  244s |      13 |   317920 |    53732 |    92755      0 |        0 |       21
281.81/281.97	c  247s |      13 |   318536 |    54032 |    92755      0 |        0 |       21
283.92/284.00	c  249s |      13 |   320428 |    54532 |    92755      0 |        0 |       21
286.52/286.63	c  251s |      13 |   321495 |    55032 |    92755      0 |        0 |       21
288.91/289.02	c  254s |      13 |   322253 |    55432 |    92755      0 |        0 |       21
291.91/292.01	c  257s |      13 |   323070 |    55732 |    92755      0 |        0 |       21
294.41/294.57	c  259s |      13 |   323448 |    55932 |    92755      0 |        0 |       21
298.41/298.52	c  263s |      13 |   323732 |    56132 |    92755      0 |        0 |       21
302.01/302.16	c  267s |      13 |   324334 |    56332 |    92755      0 |        0 |       21
304.61/304.72	c  269s |      13 |   325333 |    56632 |    92755      0 |        0 |       21
305.90/306.09	c  271s |      13 |   326140 |    56941 |    92755      0 |        0 |       21
305.90/306.09	c #cpu_time = 271.085s
305.90/306.09	c #wall_clock_time = 271.114s
305.90/306.09	c #decision = 326140
305.90/306.09	c #random_decision = 119
305.90/306.09	c #conflict = 56941
305.90/306.09	c #restart = 13
305.90/306.10	o 139
306.00/306.10	c BCD2: updating upper bound: 159 -> 138
306.00/306.16	c BCD2: 20 <= obj <= 138
306.00/306.16	c BCD2: #cores=20, #unrelaxed=13886, #relaxed=1426, #hardened=0
306.00/306.16	c BCD2: #sat=3 #unsat=21 bias=21/24
306.00/306.17	c Solving starts ...
306.00/306.17	c ============================[ Search Statistics ]============================
306.00/306.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
306.00/306.17	c       |         |          |          |    Limit     GC | Var      | Constra 
306.00/306.17	c =============================================================================
306.00/306.17	c  0.0s |       0 |        0 |        0 |    92755      0 |        0 |       22
311.41/311.57	c  5.4s |       0 |    14138 |      100 |    92755      0 |        0 |       22
311.41/311.58	c  5.4s |       1 |    14138 |      100 |    92755      0 |        0 |       22
316.61/316.75	c 10.6s |       1 |    28048 |      103 |    92755      0 |        0 |       22
316.61/316.75	c #cpu_time = 10.579s
316.61/316.75	c #wall_clock_time = 10.580s
316.61/316.75	c #decision = 28048
316.61/316.75	c #random_decision = 0
316.61/316.75	c #conflict = 103
316.61/316.75	c #restart = 1
316.61/316.75	c BCD2: relaxing 2869 and merging with 6 cores into a new core of size 3301: cost of the new core is >=7
316.61/316.75	c lower bound updated to 21
316.61/316.78	c BCD2: 21 <= obj <= 138
316.61/316.78	c BCD2: #cores=15, #unrelaxed=11017, #relaxed=4295, #hardened=0
316.61/316.78	c BCD2: #sat=3 #unsat=22 bias=22/25
316.61/316.79	c Solving starts ...
316.61/316.79	c ============================[ Search Statistics ]============================
316.61/316.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
316.61/316.79	c       |         |          |          |    Limit     GC | Var      | Constra 
316.61/316.79	c =============================================================================
316.61/316.79	c  0.0s |       0 |        0 |        0 |    92755      0 |       30 |       22
350.40/350.52	c 33.7s |       0 |    13908 |      100 |    92755      0 |       30 |       76
350.40/350.52	c 33.7s |       1 |    13908 |      100 |    92755      0 |       30 |       76
351.70/351.86	c 35.1s |       2 |    26510 |      250 |    92755      0 |       30 |       76
353.79/353.98	c 37.2s |       2 |    41117 |      450 |    92755      0 |       30 |       76
353.99/354.17	c 37.4s |       3 |    41512 |      475 |    92755      0 |       30 |       76
355.99/356.19	c 39.4s |       3 |    57195 |      675 |    92755      0 |       30 |       76
357.40/357.55	c 40.8s |       4 |    61595 |      813 |    92755      0 |       30 |       76
359.89/360.04	c 43.3s |       4 |    79935 |     1113 |   102031      0 |       30 |       76
360.99/361.18	c 44.4s |       5 |    83649 |     1320 |   102031      0 |       30 |       76
363.69/363.88	c 47.1s |       5 |    98944 |     1620 |   102031      0 |       30 |       76
366.39/366.55	c 49.8s |       5 |   107835 |     2020 |   102031      0 |       30 |       76
366.69/366.86	c 50.1s |       6 |   109384 |     2081 |   102031      0 |       30 |       76
368.79/368.97	c 52.2s |       6 |   122864 |     2381 |   102031      0 |       30 |       76
371.09/371.25	c 54.5s |       6 |   127935 |     2781 |   102031      0 |       30 |       76
373.39/373.58	c 56.8s |       6 |   135055 |     3181 |   102031      0 |       30 |       76
373.69/373.85	c 57.1s |       7 |   135491 |     3223 |   102031      0 |       30 |       76
375.99/376.11	c 59.3s |       7 |   149298 |     3523 |   102031      0 |       30 |       76
378.69/378.84	c 62.1s |       7 |   155370 |     3823 |   102031      0 |       30 |       76
380.79/380.97	c 64.2s |       7 |   161461 |     4223 |   102031      0 |       30 |       76
383.29/383.43	c 66.6s |       7 |   168483 |     4723 |   102031      0 |       30 |       76
384.39/384.54	c 67.7s |       8 |   171729 |     4936 |   102031      0 |       30 |       76
386.59/386.74	c 70.0s |       8 |   184430 |     5236 |   102031      0 |       30 |       76
388.98/389.11	c 72.3s |       8 |   188066 |     5736 |   102031      0 |       30 |       76
390.98/391.18	c 74.4s |       8 |   193231 |     6136 |   102031      0 |       30 |       76
393.38/393.50	c 76.7s |       8 |   195837 |     6636 |   102031      0 |       30 |       76
395.38/395.50	c 78.7s |       8 |   197273 |     7136 |   102031      0 |       30 |       76
396.88/397.07	c 80.3s |       9 |   198158 |     7506 |   102031      0 |       30 |       76
399.39/399.58	c 82.8s |       9 |   212421 |     7806 |   102031      0 |       30 |       76
401.69/401.87	c 85.1s |       9 |   217581 |     8206 |   102031      0 |       30 |       76
404.39/404.50	c 87.7s |       9 |   224374 |     8606 |   102031      0 |       30 |       76
406.39/406.55	c 89.8s |       9 |   229501 |     9006 |   102031      0 |       30 |       76
408.59/408.73	c 91.9s |       9 |   236708 |     9406 |   102031      0 |       30 |       76
410.59/410.77	c 94.0s |       9 |   240540 |     9806 |   102031      0 |       30 |       76
413.09/413.25	c 96.5s |       9 |   247317 |    10306 |   102031      0 |       30 |       76
415.08/415.27	c 98.5s |       9 |   250804 |    10706 |   102031      0 |       30 |       76
417.08/417.28	c  100s |       9 |   254415 |    11106 |   102031      0 |       30 |       76
418.48/418.62	c  101s |      10 |   256950 |    11361 |   102031      0 |       30 |       76
421.08/421.20	c  104s |      10 |   274511 |    11561 |   102031      0 |       30 |       76
423.18/423.33	c  106s |      10 |   279718 |    11961 |   102031      0 |       30 |       76
425.78/425.91	c  109s |      10 |   291519 |    12261 |   102031      0 |       30 |       76
427.79/427.99	c  111s |      10 |   300201 |    12561 |   102031      0 |       30 |       76
430.09/430.24	c  113s |      10 |   307362 |    12961 |   102031      0 |       30 |       76
432.38/432.51	c  115s |      10 |   313751 |    13361 |   102031      0 |       30 |       76
434.58/434.70	c  117s |      10 |   321809 |    13761 |   102031      0 |       30 |       76
436.98/437.12	c  120s |      10 |   327435 |    14161 |   102031      0 |       30 |       76
439.38/439.60	c  122s |      10 |   334187 |    14561 |   102031      0 |       30 |       76
441.48/441.67	c  124s |      10 |   338877 |    14961 |   102031      0 |       30 |       76
443.78/443.93	c  127s |      10 |   344667 |    15361 |   102031      0 |       30 |       76
445.88/446.09	c  129s |      10 |   348218 |    15761 |   102031      0 |       30 |       76
448.48/448.60	c  131s |      10 |   355868 |    16161 |   102031      0 |       30 |       76
450.78/450.93	c  134s |      10 |   361934 |    16561 |   102031      0 |       30 |       76
453.27/453.42	c  136s |      10 |   367400 |    17061 |   102031      0 |       30 |       76
453.67/453.84	c  137s |      11 |   368747 |    17144 |   102031      0 |       30 |       76
456.17/456.34	c  139s |      11 |   382402 |    17444 |   102031      0 |       30 |       76
458.17/458.36	c  141s |      11 |   384964 |    17844 |   102031      0 |       30 |       76
460.78/460.94	c  144s |      11 |   390425 |    18244 |   102031      0 |       30 |       76
463.17/463.31	c  146s |      11 |   394739 |    18644 |   102031      0 |       30 |       76
465.47/465.66	c  148s |      11 |   400939 |    19044 |   102031      0 |       30 |       76
467.87/468.00	c  151s |      11 |   405600 |    19544 |   102031      0 |       30 |       76
469.97/470.13	c  153s |      11 |   410858 |    19944 |   102031      0 |       30 |       76
471.97/472.16	c  155s |      11 |   414719 |    20444 |   102031      0 |       30 |       76
474.08/474.29	c  157s |      11 |   417643 |    21044 |   102031      0 |       30 |       76
476.18/476.39	c  159s |      11 |   419895 |    21544 |   102031      0 |       30 |       76
478.48/478.69	c  161s |      11 |   421961 |    22144 |   102031      0 |       30 |       76
480.77/480.95	c  164s |      11 |   424170 |    22744 |   102031      0 |       30 |       76
482.97/483.15	c  166s |      11 |   426046 |    23244 |   102031      0 |       30 |       76
485.17/485.34	c  168s |      11 |   429008 |    23744 |   102031      0 |       30 |       76
487.57/487.71	c  170s |      11 |   431211 |    24244 |   102031      0 |       30 |       76
489.57/489.77	c  172s |      11 |   433268 |    24644 |   102031      0 |       30 |       76
491.97/492.12	c  175s |      11 |   435544 |    25044 |   102031      0 |       30 |       76
494.06/494.20	c  177s |      11 |   438228 |    25444 |   102031      0 |       30 |       76
496.36/496.54	c  179s |      12 |   443676 |    25819 |   102031      0 |       30 |       76
498.56/498.74	c  181s |      12 |   456304 |    26019 |   102031      0 |       30 |       76
500.66/500.83	c  184s |      12 |   458849 |    26419 |   102031      0 |       30 |       76
502.67/502.85	c  186s |      12 |   460362 |    26719 |   102031      0 |       30 |       76
505.46/505.61	c  188s |      12 |   467540 |    27119 |   102031      0 |       30 |       76
508.08/508.23	c  191s |      12 |   473320 |    27519 |   102031      0 |       30 |       76
510.37/510.53	c  193s |      12 |   475989 |    27919 |   102031      0 |       30 |       76
512.96/513.14	c  196s |      12 |   479509 |    28319 |   102031      0 |       30 |       76
515.27/515.45	c  198s |      12 |   484059 |    28619 |   102031      0 |       30 |       76
517.26/517.48	c  200s |      12 |   486212 |    28919 |   102031      0 |       30 |       76
519.47/519.61	c  202s |      12 |   487824 |    29419 |   102031      0 |       30 |       76
521.46/521.68	c  204s |      12 |   493888 |    29619 |   102031      0 |       30 |       76
523.67/523.82	c  207s |      12 |   497311 |    29919 |   102031      0 |       30 |       76
525.96/526.19	c  209s |      12 |   499974 |    30319 |   112235      0 |       30 |       76
528.36/528.59	c  211s |      12 |   504214 |    30619 |   112235      0 |       30 |       76
530.97/531.17	c  214s |      12 |   507921 |    31019 |   112235      0 |       30 |       76
533.16/533.30	c  216s |      12 |   513111 |    31219 |   112235      0 |       30 |       76
535.76/535.94	c  219s |      12 |   520091 |    31519 |   112235      0 |       30 |       76
538.25/538.47	c  221s |      12 |   527008 |    31819 |   112235      0 |       30 |       76
540.36/540.53	c  223s |      12 |   530328 |    32119 |   112235      0 |       30 |       76
542.86/543.05	c  226s |      12 |   532987 |    32419 |   112235      0 |       30 |       76
545.35/545.53	c  228s |      12 |   536422 |    32819 |   112235      0 |       30 |       76
547.35/547.56	c  230s |      12 |   538530 |    33119 |   112235      0 |       30 |       76
549.96/550.18	c  233s |      12 |   540874 |    33519 |   112235      0 |       30 |       76
552.15/552.34	c  235s |      12 |   542547 |    33819 |   112235      0 |       30 |       76
554.26/554.46	c  237s |      12 |   544186 |    34119 |   112235      0 |       30 |       76
556.55/556.75	c  239s |      12 |   546789 |    34419 |   112235      0 |       30 |       76
559.24/559.49	c  242s |      12 |   549539 |    34819 |   112235      0 |       30 |       76
561.45/561.69	c  244s |      12 |   551001 |    35119 |   112235      0 |       30 |       76
565.64/565.89	c  249s |      12 |   553027 |    35319 |   112235      0 |       30 |       76
568.14/568.35	c  251s |      12 |   554071 |    35619 |   112235      0 |       30 |       76
570.85/571.05	c  254s |      12 |   558909 |    35919 |   112235      0 |       30 |       76
572.95/573.13	c  256s |      12 |   562552 |    36319 |   112235      0 |       30 |       76
575.44/575.60	c  258s |      12 |   567654 |    36719 |   112235      0 |       30 |       76
577.84/578.03	c  261s |      12 |   571458 |    37119 |   112235      0 |       30 |       76
580.75/580.94	c  264s |      12 |   575260 |    37519 |   112235      0 |       30 |       76
583.34/583.52	c  266s |      12 |   580989 |    37919 |   112235      0 |       30 |       76
585.44/585.68	c  268s |      12 |   583363 |    38319 |   112235      0 |       30 |       76
588.04/588.24	c  271s |      12 |   587500 |    38719 |   112235      0 |       30 |       76
588.74/588.99	c  272s |      13 |   589090 |    38832 |   112235      0 |       30 |       76
591.53/591.72	c  274s |      13 |   604844 |    39032 |   112235      0 |       30 |       76
593.84/594.01	c  277s |      13 |   609394 |    39432 |   112235      0 |       30 |       76
596.04/596.27	c  279s |      13 |   613576 |    39832 |   112235      0 |       30 |       76
598.43/598.62	c  281s |      13 |   617496 |    40232 |   112235      0 |       30 |       76
600.54/600.76	c  283s |      13 |   620496 |    40632 |   112235      0 |       30 |       76
602.64/602.82	c  286s |      13 |   623711 |    41032 |   112235      0 |       30 |       76
605.03/605.23	c  288s |      13 |   627024 |    41532 |   112235      0 |       30 |       76
607.43/607.62	c  290s |      13 |   630242 |    42032 |   112235      0 |       30 |       76
609.74/609.91	c  293s |      13 |   633282 |    42532 |   112235      0 |       30 |       76
611.74/611.93	c  295s |      13 |   636829 |    43032 |   112235      0 |       30 |       76
614.33/614.52	c  297s |      13 |   639547 |    43332 |   112235      0 |       30 |       76
616.63/616.88	c  300s |      13 |   642079 |    43732 |   112235      0 |       30 |       76
618.83/619.00	c  302s |      13 |   646147 |    44132 |   112235      0 |       30 |       76
621.03/621.20	c  304s |      13 |   647636 |    44432 |   112235      0 |       30 |       76
623.63/623.88	c  307s |      13 |   649744 |    44832 |   112235      0 |       30 |       76
627.02/627.20	c  310s |      13 |   654144 |    45232 |   112235      0 |       30 |       76
629.22/629.48	c  312s |      13 |   658859 |    45532 |   112235      0 |       30 |       76
631.93/632.19	c  315s |      13 |   662772 |    45832 |   112235      0 |       30 |       76
634.23/634.42	c  317s |      13 |   665760 |    46132 |   112235      0 |       30 |       76
636.33/636.50	c  319s |      13 |   672137 |    46332 |   112235      0 |       30 |       76
638.32/638.51	c  321s |      13 |   677101 |    46532 |   112235      0 |       30 |       76
640.32/640.55	c  323s |      13 |   680301 |    46832 |   112235      0 |       30 |       76
642.63/642.85	c  326s |      13 |   685439 |    47032 |   112235      0 |       30 |       76
645.23/645.42	c  328s |      13 |   692627 |    47332 |   112235      0 |       30 |       76
647.73/647.92	c  331s |      13 |   697143 |    47632 |   112235      0 |       30 |       76
649.93/650.10	c  333s |      13 |   699274 |    47932 |   112235      0 |       30 |       76
651.92/652.12	c  335s |      13 |   701164 |    48232 |   112235      0 |       30 |       76
654.02/654.29	c  337s |      13 |   703761 |    48532 |   112235      0 |       30 |       76
656.42/656.60	c  339s |      13 |   706718 |    48832 |   112235      0 |       30 |       76
658.42/658.69	c  341s |      13 |   710682 |    49032 |   112235      0 |       30 |       76
661.03/661.24	c  344s |      13 |   713619 |    49332 |   112235      0 |       30 |       76
663.13/663.33	c  346s |      13 |   716366 |    49532 |   112235      0 |       30 |       76
665.62/665.83	c  349s |      13 |   723075 |    49832 |   112235      0 |       30 |       76
668.02/668.25	c  351s |      13 |   726086 |    50132 |   112235      0 |       30 |       76
670.62/670.86	c  354s |      13 |   730564 |    50432 |   112235      0 |       30 |       76
672.82/673.01	c  356s |      13 |   731935 |    50732 |   112235      0 |       30 |       76
675.12/675.33	c  358s |      13 |   733800 |    51032 |   112235      0 |       30 |       76
677.82/678.00	c  361s |      13 |   736408 |    51332 |   112235      0 |       30 |       76
679.82/680.09	c  363s |      13 |   738489 |    51632 |   112235      0 |       30 |       76
682.11/682.36	c  365s |      13 |   742363 |    51932 |   112235      0 |       30 |       76
684.81/685.05	c  368s |      13 |   744035 |    52232 |   112235      0 |       30 |       76
687.61/687.82	c  371s |      13 |   747328 |    52432 |   112235      0 |       30 |       76
689.91/690.12	c  373s |      13 |   751710 |    52632 |   112235      0 |       30 |       76
692.31/692.55	c  375s |      13 |   754787 |    53032 |   112235      0 |       30 |       76
694.51/694.78	c  377s |      13 |   755614 |    53232 |   112235      0 |       30 |       76
696.81/697.01	c  380s |      13 |   759364 |    53432 |   112235      0 |       30 |       76
699.31/699.60	c  382s |      13 |   766222 |    53732 |   112235      0 |       30 |       76
701.91/702.15	c  385s |      13 |   773083 |    54032 |   112235      0 |       30 |       76
704.31/704.53	c  387s |      13 |   778198 |    54332 |   112235      0 |       30 |       76
706.30/706.56	c  389s |      13 |   781659 |    54632 |   112235      0 |       30 |       76
708.90/709.17	c  392s |      13 |   786485 |    55032 |   112235      0 |       30 |       76
711.20/711.46	c  394s |      13 |   791856 |    55332 |   112235      0 |       30 |       76
713.40/713.62	c  396s |      13 |   795823 |    55632 |   112235      0 |       30 |       76
715.80/716.07	c  399s |      13 |   799363 |    55932 |   112235      0 |       30 |       76
718.60/718.82	c  402s |      13 |   804193 |    56232 |   112235      0 |       30 |       76
721.11/721.32	c  404s |      13 |   807475 |    56632 |   112235      0 |       30 |       76
723.31/723.56	c  406s |      13 |   811486 |    56932 |   112235      0 |       30 |       76
726.01/726.22	c  409s |      13 |   814529 |    57332 |   112235      0 |       30 |       76
728.01/728.29	c  411s |      13 |   817115 |    57632 |   112235      0 |       30 |       76
730.11/730.32	c  413s |      13 |   820220 |    57932 |   112235      0 |       30 |       76
732.30/732.54	c  415s |      13 |   823101 |    58232 |   112235      0 |       30 |       76
733.20/733.42	c  416s |      14 |   824305 |    58352 |   112235      0 |       30 |       76
735.50/735.77	c  418s |      14 |   836150 |    58552 |   112235      0 |       30 |       76
738.40/738.60	c  421s |      14 |   839467 |    58852 |   112235      0 |       30 |       76
740.50/740.78	c  423s |      14 |   841214 |    59052 |   112235      0 |       30 |       76
743.00/743.24	c  426s |      14 |   846044 |    59252 |   112235      0 |       30 |       76
745.50/745.75	c  428s |      14 |   847252 |    59552 |   112235      0 |       30 |       76
748.20/748.45	c  431s |      14 |   848974 |    59852 |   112235      0 |       30 |       76
750.80/751.08	c  434s |      14 |   850181 |    60152 |   112235      0 |       30 |       76
753.40/753.63	c  436s |      14 |   854427 |    60452 |   112235      0 |       30 |       76
756.19/756.46	c  439s |      14 |   858959 |    60752 |   112235      0 |       30 |       76
758.50/758.74	c  441s |      14 |   860780 |    61052 |   112235      0 |       30 |       76
761.39/761.61	c  444s |      14 |   866728 |    61352 |   112235      0 |       30 |       76
763.69/763.94	c  447s |      14 |   870071 |    61652 |   112235      0 |       30 |       76
766.39/766.60	c  449s |      14 |   875572 |    61952 |   112235      0 |       30 |       76
768.59/768.82	c  452s |      14 |   878603 |    62252 |   112235      0 |       30 |       76
770.59/770.83	c  454s |      14 |   883405 |    62452 |   112235      0 |       30 |       76
772.89/773.12	c  456s |      14 |   887395 |    62752 |   112235      0 |       30 |       76
775.48/775.79	c  458s |      14 |   891451 |    63052 |   112235      0 |       30 |       76
778.38/778.69	c  461s |      14 |   894758 |    63352 |   112235      0 |       30 |       76
780.89/781.11	c  464s |      14 |   898327 |    63652 |   112235      0 |       30 |       76
783.09/783.35	c  466s |      14 |   900833 |    63952 |   112235      0 |       30 |       76
786.39/786.65	c  469s |      14 |   907059 |    64252 |   112235      0 |       30 |       76
788.78/789.03	c  472s |      14 |   910626 |    64652 |   112235      0 |       30 |       76
791.58/791.89	c  475s |      14 |   915571 |    65052 |   112235      0 |       30 |       76
793.78/794.02	c  477s |      14 |   921227 |    65352 |   112235      0 |       30 |       76
795.98/796.29	c  479s |      14 |   924973 |    65652 |   112235      0 |       30 |       76
798.57/798.82	c  482s |      14 |   928875 |    66052 |   112235      0 |       30 |       76
800.78/801.05	c  484s |      14 |   932421 |    66452 |   112235      0 |       30 |       76
802.78/803.10	c  486s |      14 |   935906 |    66852 |   112235      0 |       30 |       76
805.28/805.55	c  488s |      14 |   938730 |    67252 |   112235      0 |       30 |       76
807.88/808.19	c  491s |      14 |   943310 |    67652 |   112235      0 |       30 |       76
810.27/810.57	c  493s |      14 |   946838 |    68052 |   112235      0 |       30 |       76
812.37/812.69	c  495s |      14 |   948218 |    68452 |   112235      0 |       30 |       76
814.88/815.17	c  498s |      14 |   950844 |    68852 |   112235      0 |       30 |       76
817.67/817.96	c  501s |      14 |   952575 |    69152 |   112235      0 |       30 |       76
819.87/820.15	c  503s |      14 |   954036 |    69552 |   112235      0 |       30 |       76
822.17/822.40	c  505s |      14 |   955244 |    69952 |   112235      0 |       30 |       76
824.78/825.01	c  508s |      14 |   956866 |    70352 |   112235      0 |       30 |       76
827.67/827.90	c  511s |      14 |   961386 |    70652 |   112235      0 |       30 |       76
829.97/830.22	c  513s |      14 |   964140 |    70952 |   112235      0 |       30 |       76
832.27/832.51	c  515s |      14 |   967150 |    71252 |   112235      0 |       30 |       76
834.68/834.97	c  518s |      14 |   969585 |    71652 |   112235      0 |       30 |       76
837.07/837.38	c  520s |      14 |   972511 |    71952 |   112235      0 |       30 |       76
839.27/839.59	c  522s |      14 |   974841 |    72252 |   112235      0 |       30 |       76
841.77/842.09	c  525s |      14 |   977623 |    72552 |   112235      0 |       30 |       76
843.97/844.25	c  527s |      14 |   980155 |    72852 |   112235      0 |       30 |       76
846.77/847.07	c  530s |      14 |   983358 |    73252 |   112235      0 |       30 |       76
849.17/849.44	c  532s |      14 |   984936 |    73552 |   112235      0 |       30 |       76
851.27/851.57	c  534s |      14 |   986412 |    73852 |   123459      0 |       30 |       76
853.77/854.07	c  537s |      14 |   988058 |    74152 |   123459      0 |       30 |       76
855.87/856.12	c  539s |      14 |   989463 |    74452 |   123459      0 |       30 |       76
858.07/858.31	c  541s |      14 |   989900 |    74652 |   123459      0 |       30 |       76
860.37/860.67	c  543s |      14 |   990978 |    74952 |   123459      0 |       30 |       76
862.67/862.97	c  546s |      14 |   992540 |    75252 |   123459      0 |       30 |       76
864.96/865.29	c  548s |      14 |   993900 |    75752 |   123459      0 |       30 |       76
867.36/867.65	c  550s |      14 |   994806 |    76152 |   123459      0 |       30 |       76
869.76/870.02	c  553s |      14 |   996742 |    76452 |   123459      0 |       30 |       76
872.26/872.53	c  555s |      14 |   999010 |    76752 |   123459      0 |       30 |       76
874.46/874.72	c  557s |      14 |  1001312 |    77052 |   123459      0 |       30 |       76
877.06/877.35	c  560s |      14 |  1002714 |    77452 |   123459      0 |       30 |       76
879.26/879.50	c  562s |      14 |  1004678 |    77752 |   123459      0 |       30 |       76
882.26/882.50	c  565s |      14 |  1007808 |    78052 |   123459      0 |       30 |       76
885.05/885.36	c  568s |      14 |  1010939 |    78352 |   123459      0 |       30 |       76
887.15/887.48	c  570s |      14 |  1012353 |    78652 |   123459      0 |       30 |       76
889.45/889.78	c  572s |      14 |  1013956 |    78952 |   123459      0 |       30 |       76
892.15/892.43	c  575s |      14 |  1017547 |    79252 |   123459      0 |       30 |       76
894.45/894.74	c  577s |      14 |  1021014 |    79552 |   123459      0 |       30 |       76
896.65/896.95	c  580s |      14 |  1027642 |    79752 |   123459      0 |       30 |       76
899.45/899.70	c  582s |      14 |  1031350 |    80152 |   123459      0 |       30 |       76
902.15/902.41	c  585s |      14 |  1034626 |    80552 |   123459      0 |       30 |       76
904.25/904.56	c  587s |      14 |  1040395 |    80752 |   123459      0 |       30 |       76
906.64/906.98	c  590s |      14 |  1043524 |    81052 |   123459      0 |       30 |       76
909.04/909.39	c  592s |      14 |  1048315 |    81352 |   123459      0 |       30 |       76
911.65/911.95	c  595s |      14 |  1051444 |    81652 |   123459      0 |       30 |       76
913.74/914.02	c  597s |      14 |  1053788 |    81952 |   123459      0 |       30 |       76
916.74/917.10	c  600s |      14 |  1058193 |    82252 |   123459      0 |       30 |       76
918.94/919.23	c  602s |      14 |  1061393 |    82552 |   123459      0 |       30 |       76
921.45/921.73	c  604s |      14 |  1066218 |    82952 |   123459      0 |       30 |       76
923.64/923.91	c  607s |      14 |  1068592 |    83252 |   123459      0 |       30 |       76
925.84/926.18	c  609s |      14 |  1072567 |    83552 |   123459      0 |       30 |       76
928.25/928.53	c  611s |      14 |  1076519 |    83852 |   123459      0 |       30 |       76
930.44/930.75	c  613s |      14 |  1079460 |    84152 |   123459      0 |       30 |       76
933.03/933.30	c  616s |      14 |  1081811 |    84452 |   123459      0 |       30 |       76
935.54/935.83	c  619s |      14 |  1084352 |    84752 |   123459      0 |       30 |       76
938.33/938.68	c  621s |      14 |  1088738 |    85052 |   123459      0 |       30 |       76
940.94/941.21	c  624s |      14 |  1089553 |    85352 |   123459      0 |       30 |       76
943.23/943.56	c  626s |      14 |  1092097 |    85652 |   123459      0 |       30 |       76
945.54/945.84	c  629s |      14 |  1094431 |    85952 |   123459      0 |       30 |       76
948.04/948.32	c  631s |      14 |  1097502 |    86252 |   123459      0 |       30 |       76
950.14/950.43	c  633s |      14 |  1098726 |    86552 |   123459      0 |       30 |       76
953.13/953.47	c  636s |      14 |  1100769 |    86952 |   123459      0 |       30 |       76
955.43/955.74	c  638s |      14 |  1101862 |    87252 |   123459      0 |       30 |       76
957.94/958.23	c  641s |      14 |  1103848 |    87552 |   123459      0 |       30 |       76
958.54/958.85	c  642s |      15 |  1104009 |    87632 |   123459      0 |       30 |       76
961.14/961.47	c  644s |      15 |  1115962 |    87832 |   123459      0 |       30 |       76
963.54/963.86	c  647s |      15 |  1117195 |    88232 |   123459      0 |       30 |       76
966.13/966.46	c  649s |      15 |  1118295 |    88632 |   123459      0 |       30 |       76
968.24/968.50	c  651s |      15 |  1118743 |    88832 |   123459      0 |       30 |       76
970.43/970.77	c  653s |      15 |  1122766 |    89132 |   123459      0 |       30 |       76
973.03/973.31	c  656s |      15 |  1128353 |    89432 |   123459      0 |       30 |       76
975.54/975.82	c  659s |      15 |  1132015 |    89732 |   123459      0 |       30 |       76
978.03/978.37	c  661s |      15 |  1137660 |    90032 |   123459      0 |       30 |       76
980.34/980.63	c  663s |      15 |  1142545 |    90332 |   123459      0 |       30 |       76
982.43/982.73	c  665s |      15 |  1145326 |    90532 |   123459      0 |       30 |       76
984.93/985.20	c  668s |      15 |  1148606 |    90832 |   123459      0 |       30 |       76
987.33/987.67	c  670s |      15 |  1151854 |    91132 |   123459      0 |       30 |       76
990.03/990.36	c  673s |      15 |  1156185 |    91432 |   123459      0 |       30 |       76
992.83/993.14	c  676s |      15 |  1159707 |    91832 |   123459      0 |       30 |       76
995.03/995.34	c  678s |      15 |  1163429 |    92032 |   123459      0 |       30 |       76
997.83/998.15	c  681s |      15 |  1166712 |    92332 |   123459      0 |       30 |       76
1000.63/1000.90	c  684s |      15 |  1170558 |    92632 |   123459      0 |       30 |       76
1003.53/1003.87	c  687s |      15 |  1175586 |    92932 |   123459      0 |       30 |       76
1006.53/1006.89	c  690s |      15 |  1178803 |    93232 |   123459      0 |       30 |       76
1008.83/1009.15	c  692s |      15 |  1180928 |    93432 |   123459      0 |       30 |       76
1011.93/1012.20	c  695s |      15 |  1183150 |    93732 |   123459      0 |       30 |       76
1014.83/1015.10	c  698s |      15 |  1185319 |    93932 |   123459      0 |       30 |       76
1017.03/1017.37	c  700s |      15 |  1188301 |    94132 |   123459      0 |       30 |       76
1019.73/1020.08	c  703s |      15 |  1191892 |    94432 |   123459      0 |       30 |       76
1022.62/1022.93	c  706s |      15 |  1195568 |    94732 |   123459      0 |       30 |       76
1024.63/1024.95	c  708s |      15 |  1197364 |    94932 |   123459      0 |       30 |       76
1026.72/1027.03	c  710s |      15 |  1198819 |    95132 |   123459      0 |       30 |       76
1029.22/1029.54	c  712s |      15 |  1200877 |    95332 |   123459      0 |       30 |       76
1032.23/1032.55	c  715s |      15 |  1203684 |    95632 |   123459      0 |       30 |       76
1034.33/1034.69	c  717s |      15 |  1205383 |    95832 |   123459      0 |       30 |       76
1036.42/1036.73	c  719s |      15 |  1206647 |    96032 |   123459      0 |       30 |       76
1038.92/1039.26	c  722s |      15 |  1207775 |    96332 |   123459      0 |       30 |       76
1041.23/1041.55	c  724s |      15 |  1211479 |    96532 |   123459      0 |       30 |       76
1043.73/1044.08	c  727s |      15 |  1214601 |    96732 |   123459      0 |       30 |       76
1046.42/1046.73	c  729s |      15 |  1219118 |    97032 |   123459      0 |       30 |       76
1049.02/1049.30	c  732s |      15 |  1223224 |    97332 |   123459      0 |       30 |       76
1052.43/1052.77	c  735s |      15 |  1226942 |    97632 |   123459      0 |       30 |       76
1054.63/1054.95	c  738s |      15 |  1229082 |    97932 |   123459      0 |       30 |       76
1057.12/1057.45	c  740s |      15 |  1231127 |    98232 |   123459      0 |       30 |       76
1059.42/1059.78	c  742s |      15 |  1232212 |    98532 |   123459      0 |       30 |       76
1061.81/1062.19	c  745s |      15 |  1234004 |    98832 |   123459      0 |       30 |       76
1063.92/1064.21	c  747s |      15 |  1234961 |    99032 |   123459      0 |       30 |       76
1066.41/1066.70	c  749s |      15 |  1238649 |    99332 |   123459      0 |       30 |       76
1068.42/1068.73	c  751s |      15 |  1239672 |    99632 |   123459      0 |       30 |       76
1070.82/1071.14	c  754s |      15 |  1243255 |    99932 |   123459      0 |       30 |       76
1073.42/1073.75	c  756s |      15 |  1245747 |   100232 |   123459      0 |       30 |       76
1075.52/1075.81	c  759s |      15 |  1247520 |   100532 |   123459      0 |       30 |       76
1078.12/1078.49	c  761s |      15 |  1250509 |   100832 |   123459      0 |       30 |       76
1080.21/1080.52	c  763s |      15 |  1253664 |   101132 |   123459      0 |       30 |       76
1082.22/1082.56	c  765s |      15 |  1256629 |   101432 |   123459      0 |       30 |       76
1084.81/1085.17	c  768s |      15 |  1259560 |   101832 |   123459      0 |       30 |       76
1087.11/1087.48	c  770s |      15 |  1262054 |   102132 |   123459      0 |       30 |       76
1089.71/1090.08	c  773s |      15 |  1264128 |   102532 |   123459      0 |       30 |       76
1092.02/1092.33	c  775s |      15 |  1265735 |   102832 |   123459      0 |       30 |       76
1094.32/1094.62	c  777s |      15 |  1266813 |   103032 |   123459      0 |       30 |       76
1096.91/1097.20	c  780s |      15 |  1270086 |   103332 |   123459      0 |       30 |       76
1099.21/1099.56	c  782s |      15 |  1272606 |   103632 |   123459      0 |       30 |       76
1101.72/1102.00	c  785s |      15 |  1273781 |   104032 |   123459      0 |       30 |       76
1104.21/1104.51	c  787s |      15 |  1275472 |   104432 |   123459      0 |       30 |       76
1106.51/1106.85	c  790s |      15 |  1278029 |   104732 |   123459      0 |       30 |       76
1108.81/1109.14	c  792s |      15 |  1279918 |   105132 |   123459      0 |       30 |       76
1111.10/1111.48	c  794s |      15 |  1282161 |   105432 |   123459      0 |       30 |       76
1113.50/1113.82	c  797s |      15 |  1284696 |   105832 |   123459      0 |       30 |       76
1116.00/1116.38	c  799s |      15 |  1286453 |   106132 |   123459      0 |       30 |       76
1118.41/1118.77	c  801s |      15 |  1287291 |   106432 |   123459      0 |       30 |       76
1120.71/1121.09	c  804s |      15 |  1288801 |   106732 |   123459      0 |       30 |       76
1123.10/1123.42	c  806s |      15 |  1289855 |   107032 |   123459      0 |       30 |       76
1125.29/1125.69	c  808s |      15 |  1291453 |   107332 |   123459      0 |       30 |       76
1127.69/1128.08	c  811s |      15 |  1293020 |   107632 |   123459      0 |       30 |       76
1129.99/1130.30	c  813s |      15 |  1295257 |   107932 |   123459      0 |       30 |       76
1132.30/1132.65	c  815s |      15 |  1297136 |   108232 |   123459      0 |       30 |       76
1135.00/1135.34	c  818s |      15 |  1298663 |   108532 |   123459      0 |       30 |       76
1137.89/1138.25	c  821s |      15 |  1299896 |   108832 |   123459      0 |       30 |       76
1139.99/1140.35	c  823s |      15 |  1300718 |   109032 |   123459      0 |       30 |       76
1142.29/1142.68	c  825s |      15 |  1301640 |   109332 |   123459      0 |       30 |       76
1144.28/1144.69	c  827s |      15 |  1302960 |   109632 |   123459      0 |       30 |       76
1146.79/1147.19	c  830s |      15 |  1304343 |   109932 |   123459      0 |       30 |       76
1148.99/1149.36	c  832s |      15 |  1305673 |   110232 |   123459      0 |       30 |       76
1151.89/1152.29	c  835s |      15 |  1306745 |   110532 |   123459      0 |       30 |       76
1154.19/1154.51	c  837s |      15 |  1308004 |   110832 |   123459      0 |       30 |       76
1156.79/1157.14	c  840s |      15 |  1309792 |   111232 |   123459      0 |       30 |       76
1158.88/1159.23	c  842s |      15 |  1310991 |   111532 |   123459      0 |       30 |       76
1161.19/1161.60	c  844s |      15 |  1312369 |   111832 |   123459      0 |       30 |       76
1163.49/1163.90	c  847s |      15 |  1313234 |   112132 |   123459      0 |       30 |       76
1165.99/1166.37	c  849s |      15 |  1314565 |   112432 |   123459      0 |       30 |       76
1168.28/1168.63	c  851s |      15 |  1316646 |   112732 |   123459      0 |       30 |       76
1170.28/1170.63	c  853s |      15 |  1317395 |   112932 |   123459      0 |       30 |       76
1172.49/1172.85	c  856s |      15 |  1318604 |   113232 |   123459      0 |       30 |       76
1174.98/1175.36	c  858s |      15 |  1319723 |   113532 |   123459      0 |       30 |       76
1176.98/1177.39	c  860s |      15 |  1321217 |   113732 |   123459      0 |       30 |       76
1179.18/1179.55	c  862s |      15 |  1322544 |   113932 |   123459      0 |       30 |       76
1182.68/1183.02	c  866s |      15 |  1323440 |   114232 |   123459      0 |       30 |       76
1187.69/1188.07	c  871s |      15 |  1324577 |   114532 |   123459      1 |       30 |       76
1189.98/1190.32	c  873s |      15 |  1325459 |   114832 |   123459      1 |       30 |       76
1192.28/1192.66	c  875s |      15 |  1326936 |   115232 |   123459      1 |       30 |       76
1194.48/1194.82	c  878s |      15 |  1328545 |   115632 |   123459      1 |       30 |       76
1196.68/1197.08	c  880s |      15 |  1330730 |   115932 |   123459      1 |       30 |       76
1198.88/1199.27	c  882s |      15 |  1332896 |   116232 |   123459      1 |       30 |       76
1201.28/1201.69	c  884s |      15 |  1335168 |   116532 |   123459      1 |       30 |       76
1203.68/1204.02	c  887s |      15 |  1340228 |   116832 |   123459      1 |       30 |       76
1205.78/1206.12	c  889s |      15 |  1343868 |   117132 |   123459      1 |       30 |       76
1207.98/1208.39	c  891s |      15 |  1347269 |   117432 |   123459      1 |       30 |       76
1210.48/1210.80	c  894s |      15 |  1349549 |   117832 |   123459      1 |       30 |       76
1212.99/1213.34	c  896s |      15 |  1352792 |   118132 |   123459      1 |       30 |       76
1215.28/1215.67	c  898s |      15 |  1355045 |   118432 |   123459      1 |       30 |       76
1217.97/1218.38	c  901s |      15 |  1357484 |   118732 |   123459      1 |       30 |       76
1220.28/1220.66	c  903s |      15 |  1360080 |   119032 |   123459      1 |       30 |       76
1222.78/1223.20	c  906s |      15 |  1361529 |   119332 |   123459      1 |       30 |       76
1225.18/1225.55	c  908s |      15 |  1362791 |   119632 |   123459      1 |       30 |       76
1227.58/1227.98	c  911s |      15 |  1364068 |   119932 |   123459      1 |       30 |       76
1230.27/1230.63	c  913s |      15 |  1367016 |   120132 |   123459      1 |       30 |       76
1232.37/1232.74	c  915s |      15 |  1370220 |   120432 |   123459      1 |       30 |       76
1234.97/1235.34	c  918s |      15 |  1375245 |   120832 |   123459      1 |       30 |       76
1237.17/1237.58	c  920s |      15 |  1377589 |   121232 |   123459      1 |       30 |       76
1239.57/1239.96	c  923s |      15 |  1378274 |   121532 |   123459      1 |       30 |       76
1242.36/1242.78	c  925s |      15 |  1379734 |   121832 |   123459      1 |       30 |       76
1244.46/1244.80	c  928s |      15 |  1381393 |   122032 |   123459      1 |       30 |       76
1246.97/1247.36	c  930s |      15 |  1383902 |   122232 |   123459      1 |       30 |       76
1248.96/1249.36	c  932s |      15 |  1386161 |   122532 |   123459      1 |       30 |       76
1251.26/1251.64	c  934s |      15 |  1390027 |   122832 |   123459      1 |       30 |       76
1253.66/1254.06	c  937s |      15 |  1393569 |   123132 |   123459      1 |       30 |       76
1256.26/1256.65	c  939s |      15 |  1398548 |   123432 |   123459      1 |       30 |       76
1258.76/1259.15	c  942s |      15 |  1401980 |   123732 |   123459      1 |       30 |       76
1261.56/1261.94	c  945s |      15 |  1405104 |   124032 |   123459      1 |       30 |       76
1264.45/1264.85	c  948s |      15 |  1407422 |   124332 |   123459      1 |       30 |       76
1267.06/1267.46	c  950s |      15 |  1410347 |   124732 |   123459      1 |       30 |       76
1269.46/1269.89	c  953s |      15 |  1414062 |   125032 |   123459      1 |       30 |       76
1271.95/1272.33	c  955s |      15 |  1415888 |   125332 |   123459      1 |       30 |       76
1274.45/1274.88	c  958s |      15 |  1419844 |   125632 |   123459      1 |       30 |       76
1276.96/1277.35	c  960s |      15 |  1423336 |   125932 |   123459      1 |       30 |       76
1279.56/1279.94	c  963s |      15 |  1426078 |   126232 |   123459      1 |       30 |       76
1281.75/1282.10	c  965s |      15 |  1427965 |   126532 |   123459      1 |       30 |       76
1284.05/1284.41	c  967s |      15 |  1431376 |   126832 |   123459      1 |       30 |       76
1286.25/1286.61	c  969s |      15 |  1433856 |   127132 |   123459      1 |       30 |       76
1288.55/1288.91	c  972s |      15 |  1435272 |   127432 |   123459      1 |       30 |       76
1290.66/1291.03	c  974s |      15 |  1438239 |   127732 |   123459      1 |       30 |       76
1293.65/1294.00	c  977s |      15 |  1440637 |   128132 |   123459      1 |       30 |       76
1296.15/1296.53	c  979s |      15 |  1442429 |   128432 |   123459      1 |       30 |       76
1298.55/1298.93	c  982s |      15 |  1443403 |   128732 |   123459      1 |       30 |       76
1300.96/1301.38	c  984s |      15 |  1446403 |   128932 |   123459      1 |       30 |       76
1303.95/1304.30	c  987s |      15 |  1450395 |   129332 |   123459      1 |       30 |       76
1306.35/1306.71	c  989s |      15 |  1451629 |   129532 |   123459      1 |       30 |       76
1308.76/1309.11	c  992s |      15 |  1454380 |   129832 |   123459      1 |       30 |       76
1310.85/1311.24	c  994s |      15 |  1458698 |   130032 |   123459      1 |       30 |       76
1313.55/1313.95	c  997s |      15 |  1461903 |   130332 |   123459      1 |       30 |       76
1315.85/1316.22	c  999s |      15 |  1464590 |   130632 |   123459      1 |       30 |       76
1318.25/1318.67	c 1001s |      15 |  1467725 |   131032 |   123459      1 |       30 |       76
1320.94/1321.36	c 1004s |      15 |  1471580 |   131432 |   123459      1 |       30 |       76
1321.75/1322.17	c 1005s |      16 |  1472620 |   131552 |   123459      1 |       30 |       76
1323.85/1324.27	c 1007s |      16 |  1484848 |   131752 |   123459      1 |       30 |       76
1326.36/1326.74	c 1009s |      16 |  1487574 |   132052 |   123459      1 |       30 |       76
1328.55/1329.00	c 1012s |      16 |  1491900 |   132352 |   123459      1 |       30 |       76
1330.94/1331.30	c 1014s |      16 |  1495050 |   132652 |   123459      1 |       30 |       76
1333.74/1334.18	c 1017s |      16 |  1498104 |   132952 |   123459      1 |       30 |       76
1335.95/1336.39	c 1019s |      16 |  1500769 |   133252 |   123459      1 |       30 |       76
1338.25/1338.66	c 1021s |      16 |  1503425 |   133452 |   123459      1 |       30 |       76
1340.55/1340.92	c 1024s |      16 |  1505652 |   133752 |   123459      1 |       30 |       76
1342.65/1343.04	c 1026s |      16 |  1507735 |   134052 |   123459      1 |       30 |       76
1344.84/1345.23	c 1028s |      16 |  1509069 |   134252 |   123459      1 |       30 |       76
1346.85/1347.24	c 1030s |      16 |  1510717 |   134452 |   123459      1 |       30 |       76
1349.55/1349.95	c 1033s |      16 |  1511457 |   134652 |   123459      1 |       30 |       76
1351.75/1352.16	c 1035s |      16 |  1515186 |   134852 |   123459      1 |       30 |       76
1353.94/1354.33	c 1037s |      16 |  1517138 |   135152 |   123459      1 |       30 |       76
1356.64/1357.03	c 1040s |      16 |  1520618 |   135552 |   123459      1 |       30 |       76
1358.74/1359.12	c 1042s |      16 |  1525663 |   135752 |   123459      1 |       30 |       76
1361.74/1362.15	c 1045s |      16 |  1530784 |   135952 |   123459      1 |       30 |       76
1364.33/1364.76	c 1047s |      16 |  1533873 |   136252 |   123459      1 |       30 |       76
1366.94/1367.32	c 1050s |      16 |  1538110 |   136552 |   123459      1 |       30 |       76
1368.94/1369.38	c 1052s |      16 |  1540780 |   136852 |   123459      1 |       30 |       76
1371.63/1372.02	c 1055s |      16 |  1543612 |   137152 |   123459      1 |       30 |       76
1373.83/1374.28	c 1057s |      16 |  1547141 |   137452 |   123459      1 |       30 |       76
1376.43/1376.85	c 1060s |      16 |  1550638 |   137752 |   123459      1 |       30 |       76
1378.73/1379.11	c 1062s |      16 |  1552237 |   138052 |   123459      1 |       30 |       76
1380.92/1381.35	c 1064s |      16 |  1554949 |   138352 |   123459      1 |       30 |       76
1383.23/1383.67	c 1066s |      16 |  1557488 |   138652 |   123459      1 |       30 |       76
1386.43/1386.88	c 1070s |      16 |  1559135 |   138852 |   123459      1 |       30 |       76
1388.72/1389.11	c 1072s |      16 |  1561126 |   139052 |   135805      1 |       30 |       76
1391.53/1391.94	c 1075s |      16 |  1564474 |   139352 |   135805      1 |       30 |       76
1393.52/1393.97	c 1077s |      16 |  1566474 |   139552 |   135805      1 |       30 |       76
1395.92/1396.33	c 1079s |      16 |  1567721 |   139752 |   135805      1 |       30 |       76
1398.02/1398.44	c 1081s |      16 |  1568614 |   139952 |   135805      1 |       30 |       76
1401.03/1401.41	c 1084s |      16 |  1570270 |   140252 |   135805      1 |       30 |       76
1403.23/1403.70	c 1086s |      16 |  1572330 |   140552 |   135805      1 |       30 |       76
1406.03/1406.40	c 1089s |      16 |  1573180 |   140852 |   135805      1 |       30 |       76
1410.12/1410.51	c 1093s |      16 |  1574529 |   141052 |   135805      1 |       30 |       76
1413.22/1413.67	c 1096s |      16 |  1576623 |   141352 |   135805      1 |       30 |       76
1415.32/1415.79	c 1099s |      16 |  1577173 |   141452 |   135805      1 |       30 |       76
1418.52/1418.99	c 1102s |      16 |  1577474 |   141552 |   135805      1 |       30 |       76
1421.42/1421.89	c 1105s |      16 |  1585085 |   141752 |   135805      1 |       30 |       76
1423.72/1424.17	c 1107s |      16 |  1587048 |   141952 |   135805      1 |       30 |       76
1426.32/1426.79	c 1109s |      16 |  1589248 |   142152 |   135805      1 |       30 |       76
1429.12/1429.56	c 1112s |      16 |  1593127 |   142452 |   135805      1 |       30 |       76
1431.72/1432.18	c 1115s |      16 |  1595512 |   142752 |   135805      1 |       30 |       76
1433.82/1434.28	c 1117s |      16 |  1597607 |   142952 |   135805      1 |       30 |       76
1436.02/1436.44	c 1119s |      16 |  1598814 |   143152 |   135805      1 |       30 |       76
1438.12/1438.57	c 1121s |      16 |  1600529 |   143352 |   135805      1 |       30 |       76
1440.91/1441.30	c 1124s |      16 |  1604612 |   143652 |   135805      1 |       30 |       76
1443.72/1444.12	c 1127s |      16 |  1606809 |   143952 |   135805      1 |       30 |       76
1446.82/1447.20	c 1130s |      16 |  1610323 |   144252 |   135805      1 |       30 |       76
1448.81/1449.27	c 1132s |      16 |  1612081 |   144452 |   135805      1 |       30 |       76
1451.01/1451.45	c 1134s |      16 |  1614339 |   144652 |   135805      1 |       30 |       76
1453.02/1453.49	c 1136s |      16 |  1616337 |   144852 |   135805      1 |       30 |       76
1456.03/1456.41	c 1139s |      16 |  1617606 |   145052 |   135805      1 |       30 |       76
1458.92/1459.30	c 1142s |      16 |  1619694 |   145352 |   135805      1 |       30 |       76
1461.32/1461.79	c 1145s |      16 |  1620518 |   145552 |   135805      1 |       30 |       76
1463.61/1464.08	c 1147s |      16 |  1622348 |   145752 |   135805      1 |       30 |       76
1466.51/1466.91	c 1150s |      16 |  1623959 |   146052 |   135805      1 |       30 |       76
1468.51/1468.98	c 1152s |      16 |  1625686 |   146252 |   135805      1 |       30 |       76
1471.21/1471.61	c 1154s |      16 |  1627493 |   146452 |   135805      1 |       30 |       76
1474.21/1474.62	c 1157s |      16 |  1628993 |   146652 |   135805      1 |       30 |       76
1476.92/1477.33	c 1160s |      16 |  1631008 |   146852 |   135805      1 |       30 |       76
1479.81/1480.20	c 1163s |      16 |  1636595 |   147052 |   135805      1 |       30 |       76
1482.00/1482.44	c 1165s |      16 |  1638932 |   147252 |   135805      1 |       30 |       76
1484.51/1484.92	c 1168s |      16 |  1640620 |   147452 |   135805      1 |       30 |       76
1488.31/1488.76	c 1171s |      16 |  1642786 |   147652 |   135805      1 |       30 |       76
1490.51/1490.95	c 1174s |      16 |  1648358 |   147852 |   135805      1 |       30 |       76
1493.11/1493.59	c 1176s |      16 |  1653272 |   148252 |   135805      1 |       30 |       76
1495.80/1496.26	c 1179s |      16 |  1656874 |   148552 |   135805      1 |       30 |       76
1498.31/1498.75	c 1181s |      16 |  1659875 |   148952 |   135805      1 |       30 |       76
1500.70/1501.11	c 1184s |      16 |  1662195 |   149352 |   135805      1 |       30 |       76
1503.21/1503.64	c 1186s |      16 |  1664287 |   149652 |   135805      1 |       30 |       76
1505.61/1506.06	c 1189s |      16 |  1668540 |   149952 |   135805      1 |       30 |       76
1508.10/1508.57	c 1191s |      16 |  1670867 |   150252 |   135805      1 |       30 |       76
1510.30/1510.78	c 1193s |      16 |  1672830 |   150552 |   135805      1 |       30 |       76
1512.80/1513.20	c 1196s |      16 |  1674892 |   150852 |   135805      1 |       30 |       76
1514.81/1515.27	c 1198s |      16 |  1675842 |   151052 |   135805      1 |       30 |       76
1517.20/1517.66	c 1200s |      16 |  1678450 |   151452 |   135805      1 |       30 |       76
1519.70/1520.14	c 1203s |      16 |  1680997 |   151952 |   135805      1 |       30 |       76
1522.51/1522.96	c 1206s |      16 |  1682304 |   152252 |   135805      1 |       30 |       76
1525.20/1525.67	c 1208s |      16 |  1683045 |   152452 |   135805      1 |       30 |       76
1528.71/1529.15	c 1212s |      16 |  1685776 |   152752 |   135805      1 |       30 |       76
1531.10/1531.58	c 1214s |      16 |  1687355 |   153052 |   135805      1 |       30 |       76
1533.39/1533.88	c 1217s |      16 |  1688847 |   153352 |   135805      1 |       30 |       76
1536.31/1536.76	c 1219s |      16 |  1689460 |   153652 |   135805      1 |       30 |       76
1539.10/1539.58	c 1222s |      16 |  1692226 |   154052 |   135805      1 |       30 |       76
1541.69/1542.10	c 1225s |      16 |  1694291 |   154352 |   135805      1 |       30 |       76
1544.00/1544.42	c 1227s |      16 |  1696693 |   154652 |   135805      1 |       30 |       76
1546.30/1546.78	c 1229s |      16 |  1698566 |   154952 |   135805      1 |       30 |       76
1549.09/1549.56	c 1232s |      16 |  1700423 |   155252 |   135805      1 |       30 |       76
1551.70/1552.13	c 1235s |      16 |  1702387 |   155552 |   135805      1 |       30 |       76
1554.49/1554.94	c 1238s |      16 |  1704060 |   155852 |   135805      1 |       30 |       76
1557.29/1557.79	c 1241s |      16 |  1706935 |   156152 |   135805      1 |       30 |       76
1560.88/1561.32	c 1244s |      16 |  1708734 |   156452 |   135805      1 |       30 |       76
1562.98/1563.41	c 1246s |      16 |  1709879 |   156652 |   135805      1 |       30 |       76
1565.08/1565.53	c 1248s |      16 |  1711173 |   156952 |   135805      1 |       30 |       76
1568.09/1568.54	c 1251s |      16 |  1712338 |   157252 |   135805      1 |       30 |       76
1570.39/1570.87	c 1254s |      16 |  1714578 |   157452 |   135805      1 |       30 |       76
1572.88/1573.32	c 1256s |      16 |  1716852 |   157752 |   135805      1 |       30 |       76
1575.38/1575.83	c 1259s |      16 |  1718676 |   158152 |   135805      1 |       30 |       76
1577.48/1577.97	c 1261s |      16 |  1720279 |   158452 |   135805      1 |       30 |       76
1580.18/1580.60	c 1263s |      16 |  1722896 |   158752 |   135805      1 |       30 |       76
1582.18/1582.67	c 1265s |      16 |  1723944 |   159052 |   135805      1 |       30 |       76
1584.58/1585.01	c 1268s |      16 |  1725227 |   159352 |   135805      1 |       30 |       76
1587.18/1587.66	c 1270s |      16 |  1726559 |   159752 |   135805      1 |       30 |       76
1589.58/1590.02	c 1273s |      16 |  1728344 |   160052 |   135805      1 |       30 |       76
1591.57/1592.03	c 1275s |      16 |  1729570 |   160352 |   135805      1 |       30 |       76
1593.67/1594.14	c 1277s |      16 |  1731271 |   160652 |   135805      1 |       30 |       76
1595.87/1596.30	c 1279s |      16 |  1732862 |   160952 |   135805      1 |       30 |       76
1598.58/1599.05	c 1282s |      16 |  1734882 |   161252 |   135805      1 |       30 |       76
1601.47/1601.93	c 1285s |      16 |  1737806 |   161452 |   135805      1 |       30 |       76
1603.67/1604.16	c 1287s |      16 |  1738946 |   161652 |   135805      1 |       30 |       76
1606.67/1607.18	c 1290s |      16 |  1742645 |   161952 |   135805      1 |       30 |       76
1609.07/1609.54	c 1292s |      16 |  1745215 |   162252 |   135805      1 |       30 |       76
1611.77/1612.23	c 1295s |      16 |  1746712 |   162652 |   135805      1 |       30 |       76
1614.07/1614.59	c 1297s |      16 |  1748019 |   162952 |   135805      1 |       30 |       76
1616.87/1617.30	c 1300s |      16 |  1749482 |   163252 |   135805      1 |       30 |       76
1619.67/1620.10	c 1303s |      16 |  1750566 |   163552 |   135805      1 |       30 |       76
1622.36/1622.82	c 1306s |      16 |  1753336 |   163852 |   135805      1 |       30 |       76
1624.57/1625.08	c 1308s |      16 |  1754712 |   164152 |   135805      1 |       30 |       76
1627.77/1628.24	c 1311s |      16 |  1756364 |   164452 |   135805      1 |       30 |       76
1630.07/1630.54	c 1313s |      16 |  1757309 |   164652 |   135805      1 |       30 |       76
1633.66/1634.12	c 1317s |      16 |  1759803 |   164952 |   135805      1 |       30 |       76
1635.76/1636.25	c 1319s |      16 |  1760652 |   165152 |   135805      1 |       30 |       76
1638.67/1639.17	c 1322s |      16 |  1761891 |   165352 |   135805      1 |       30 |       76
1640.97/1641.44	c 1324s |      16 |  1764130 |   165552 |   135805      1 |       30 |       76
1643.46/1643.92	c 1327s |      16 |  1768459 |   165752 |   135805      1 |       30 |       76
1645.96/1646.49	c 1329s |      16 |  1770937 |   166152 |   135805      1 |       30 |       76
1648.16/1648.62	c 1331s |      16 |  1771900 |   166352 |   135805      1 |       30 |       76
1650.57/1651.00	c 1334s |      16 |  1772617 |   166552 |   135805      1 |       30 |       76
1653.76/1654.21	c 1337s |      16 |  1779926 |   166752 |   135805      1 |       30 |       76
1656.56/1657.09	c 1340s |      16 |  1787019 |   166952 |   135805      1 |       30 |       76
1658.76/1659.24	c 1342s |      16 |  1791154 |   167152 |   135805      1 |       30 |       76
1661.36/1661.84	c 1345s |      16 |  1797036 |   167452 |   135805      1 |       30 |       76
1664.85/1665.40	c 1348s |      16 |  1804875 |   167752 |   135805      1 |       30 |       76
1668.37/1668.89	c 1352s |      16 |  1811769 |   167952 |   135805      1 |       30 |       76
1670.46/1670.93	c 1354s |      16 |  1814254 |   168152 |   135805      1 |       30 |       76
1672.67/1673.20	c 1356s |      16 |  1817120 |   168352 |   135805      1 |       30 |       76
1676.06/1676.55	c 1359s |      16 |  1819767 |   168552 |   135805      1 |       30 |       76
1678.66/1679.14	c 1362s |      16 |  1821304 |   168752 |   135805      1 |       30 |       76
1680.86/1681.37	c 1364s |      16 |  1824112 |   168952 |   135805      1 |       30 |       76
1683.35/1683.89	c 1367s |      16 |  1829238 |   169152 |   135805      1 |       30 |       76
1685.45/1685.97	c 1369s |      16 |  1831279 |   169352 |   135805      1 |       30 |       76
1687.66/1688.18	c 1371s |      16 |  1834413 |   169552 |   135805      1 |       30 |       76
1690.26/1690.75	c 1373s |      16 |  1836247 |   169752 |   135805      1 |       30 |       76
1692.76/1693.24	c 1376s |      16 |  1840013 |   169952 |   135805      1 |       30 |       76
1694.85/1695.31	c 1378s |      16 |  1843544 |   170152 |   135805      1 |       30 |       76
1696.96/1697.41	c 1380s |      16 |  1845601 |   170352 |   135805      1 |       30 |       76
1700.26/1700.78	c 1383s |      16 |  1847650 |   170652 |   135805      1 |       30 |       76
1702.55/1703.05	c 1386s |      16 |  1849412 |   170852 |   135805      1 |       30 |       76
1705.35/1705.88	c 1389s |      16 |  1851534 |   171052 |   135805      1 |       30 |       76
1708.35/1708.85	c 1392s |      16 |  1852881 |   171252 |   135805      1 |       30 |       76
1710.65/1711.19	c 1394s |      16 |  1855710 |   171452 |   135805      1 |       30 |       76
1713.35/1713.89	c 1397s |      16 |  1858105 |   171652 |   135805      1 |       30 |       76
1716.14/1716.61	c 1399s |      16 |  1860260 |   171852 |   135805      1 |       30 |       76
1718.74/1719.24	c 1402s |      16 |  1862022 |   172052 |   135805      1 |       30 |       76
1721.85/1722.35	c 1405s |      16 |  1863742 |   172352 |   135805      1 |       30 |       76
1724.46/1724.92	c 1408s |      16 |  1867197 |   172452 |   135805      1 |       30 |       76
1726.74/1727.23	c 1410s |      16 |  1873093 |   172652 |   135805      1 |       30 |       76
1728.85/1729.34	c 1412s |      16 |  1875491 |   172952 |   135805      1 |       30 |       76
1732.05/1732.57	c 1415s |      16 |  1880976 |   173252 |   135805      1 |       30 |       76
1734.75/1735.25	c 1418s |      16 |  1883547 |   173552 |   135805      1 |       30 |       76
1737.65/1738.12	c 1421s |      16 |  1886357 |   173852 |   135805      1 |       30 |       76
1739.64/1740.15	c 1423s |      16 |  1889730 |   174052 |   135805      1 |       30 |       76
1742.84/1743.34	c 1426s |      16 |  1891750 |   174252 |   135805      1 |       30 |       76
1745.74/1746.28	c 1429s |      16 |  1894579 |   174552 |   135805      1 |       30 |       76
1748.44/1748.90	c 1432s |      16 |  1895946 |   174752 |   135805      1 |       30 |       76
1751.14/1751.64	c 1434s |      16 |  1900491 |   174952 |   135805      1 |       30 |       76
1753.33/1753.85	c 1437s |      16 |  1902793 |   175252 |   135805      1 |       30 |       76
1755.63/1756.10	c 1439s |      16 |  1905580 |   175452 |   135805      1 |       30 |       76
1757.83/1758.32	c 1441s |      16 |  1908787 |   175652 |   135805      1 |       30 |       76
1759.94/1760.49	c 1443s |      16 |  1910904 |   175852 |   135805      1 |       30 |       76
1763.03/1763.56	c 1446s |      16 |  1914306 |   176152 |   135805      1 |       30 |       76
1765.32/1765.88	c 1449s |      16 |  1916288 |   176352 |   135805      1 |       30 |       76
1767.53/1768.00	c 1451s |      16 |  1918708 |   176552 |   135805      1 |       30 |       76
1770.64/1771.15	c 1454s |      16 |  1921553 |   176852 |   135805      1 |       30 |       76
1772.84/1773.30	c 1456s |      16 |  1923919 |   177052 |   135805      1 |       30 |       76
1774.93/1775.50	c 1458s |      16 |  1925846 |   177252 |   135805      1 |       30 |       76
1777.02/1777.50	c 1460s |      16 |  1927508 |   177352 |   135805      1 |       30 |       76
1779.52/1780.00	c 1463s |      16 |  1930943 |   177552 |   135805      1 |       30 |       76
1782.32/1782.85	c 1466s |      16 |  1933627 |   177752 |   135805      1 |       30 |       76
1784.42/1784.99	c 1468s |      16 |  1936653 |   177952 |   135805      1 |       30 |       76
1786.82/1787.31	c 1470s |      16 |  1938298 |   178252 |   135805      1 |       30 |       76
1788.82/1789.38	c 1472s |      16 |  1939607 |   178452 |   135805      1 |       30 |       76
1791.32/1791.80	c 1475s |      16 |  1940840 |   178652 |   135805      1 |       30 |       76
1793.73/1794.27	c 1477s |      16 |  1943535 |   178852 |   135805      1 |       30 |       76
1797.31/1797.88	c 1481s |      16 |  1944473 |   179052 |   135805      1 |       30 |       76

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.05 2.01 3/179 16508
/proc/meminfo: memFree=30457568/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 2782 0 0 0 0 0 0 0 20 0 4 0 110070413 762769408 3143 33554432000 4194304 16246674 140735224646112 140735224645536 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 186991 3151 441 2943 0 183885 0
[pid=16508/tid=16509] ppid=16505 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 781643776 3212 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=767420 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 785838080 3230 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 110070413 790032384 3247 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10019 s]
/proc/loadavg: 2.06 2.05 2.01 3/179 16508
/proc/meminfo: memFree=30457568/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 28346 0 0 0 5 4 0 0 20 0 4 0 110070413 1333334016 28645 33554432000 4194304 16246674 140735224646112 140735224645424 7371468 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 325521 28661 799 2943 0 322415 0
[pid=16508/tid=16509] ppid=16505 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 1333334016 28671 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 1333334016 28682 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 1333334016 28693 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200577 s]
/proc/loadavg: 2.06 2.05 2.01 3/179 16508
/proc/meminfo: memFree=30457568/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 47409 0 0 0 12 7 0 0 20 0 4 0 110070413 1344868352 48219 33554432000 4194304 16246674 140735224646112 140735224645424 7361627 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 328337 48219 800 2943 0 325231 0
[pid=16508/tid=16509] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 48219 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 48219 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 48219 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300509 s]
/proc/loadavg: 2.06 2.05 2.01 3/179 16508
/proc/meminfo: memFree=30457568/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 58769 0 0 0 20 9 0 0 20 0 4 0 110070413 1344868352 59579 33554432000 4194304 16246674 140735224646112 140735224645424 7929024 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 328337 59579 800 2943 0 325231 0
[pid=16508/tid=16509] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 59579 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 59579 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 59579 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700444 s]
/proc/loadavg: 2.06 2.05 2.01 3/179 16508
/proc/meminfo: memFree=30457568/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 68373 0 0 0 59 10 0 0 20 0 4 0 110070413 1344868352 69183 33554432000 4194304 16246674 140735224646112 140735224629104 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 328337 69183 801 2943 0 325231 0
[pid=16508/tid=16509] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 69183 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 69183 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 69183 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 16512
/proc/meminfo: memFree=30144796/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 83983 0 0 0 136 13 0 0 20 0 4 0 110070413 1344868352 84793 33554432000 4194304 16246674 140735224646112 140735224629104 4220495 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 328337 84793 801 2943 0 325231 0
[pid=16508/tid=16509] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 84793 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 84793 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 1344868352 84793 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10044 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 16512
/proc/meminfo: memFree=29941632/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 128491 0 0 0 290 19 0 0 20 0 4 0 110070413 1370034176 133389 33554432000 4194304 16246674 140735224646112 140735224629104 8057092 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 334481 133389 801 2943 0 331375 0
[pid=16508/tid=16509] ppid=16505 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 1370034176 133389 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 1370034176 133389 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 1370034176 133389 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30043 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 16512
/proc/meminfo: memFree=29662000/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=1387076 CPUtime=6.29 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 185121 0 0 0 601 28 0 0 20 0 4 0 110070413 1420365824 200239 33554432000 4194304 16246674 140735224646112 140735224629104 13789025 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 346769 200239 801 2943 0 343663 0
[pid=16508/tid=16509] ppid=16505 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 1420365824 200239 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 1420365824 200239 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 1420365824 200239 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1387076

[startup+12.7005 s]
/proc/loadavg: 2.05 2.04 2.01 3/183 16512
/proc/meminfo: memFree=29287048/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=1387076 CPUtime=12.69 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 269753 0 0 0 1227 42 0 0 20 0 4 0 110070413 1420365824 287937 33554432000 4194304 16246674 140735224646112 140735224628032 12457380 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 346769 287937 836 2943 0 343663 0
[pid=16508/tid=16509] ppid=16505 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 1420365824 287937 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 1420365824 287937 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 1420365824 287937 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1387076

[startup+25.5005 s]
/proc/loadavg: 2.12 2.06 2.01 3/183 16512
/proc/meminfo: memFree=28609560/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=2062916 CPUtime=25.48 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 438460 0 0 0 2464 84 0 0 20 0 4 0 110070413 2112425984 457155 33554432000 4194304 16246674 140735224646112 140735224645288 13950971 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 515729 457155 836 2943 0 512623 0
[pid=16508/tid=16509] ppid=16505 vsize=2062916 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 2112425984 457155 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=2062916 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 2112425984 457155 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=2062916 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 2112425984 457155 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2062916

[startup+51.1005 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 16512
/proc/meminfo: memFree=28329136/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=2314820 CPUtime=51.09 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 501521 0 0 0 4828 281 0 0 20 0 4 0 110070413 2370375680 520216 33554432000 4194304 16246674 140735224646112 140735224645288 4222992 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 578705 520216 915 2943 0 575599 0
[pid=16508/tid=16509] ppid=16505 vsize=2314820 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 2370375680 520216 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=2314820 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 2370375680 520216 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=2314820 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 2370375680 520216 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2314820

[startup+102.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 16514
/proc/meminfo: memFree=28300604/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=2314820 CPUtime=102.27 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 501543 0 0 0 9905 322 0 0 20 0 4 0 110070413 2370375680 520472 33554432000 4194304 16246674 140735224646112 140735224645288 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 578705 520472 915 2943 0 575599 0
[pid=16508/tid=16509] ppid=16505 vsize=2314820 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 2370375680 520472 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=2314820 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 2370375680 520472 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=2314820 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 2370375680 520472 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2314820


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

/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3084455936 694811 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 3012164

[startup+1362.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 16594
/proc/meminfo: memFree=27778608/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3012164 CPUtime=1361.93 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 676134 0 0 0 134004 2189 0 0 20 0 4 0 110070413 3084455936 694811 33554432000 4194304 16246674 140735224646112 140735224645288 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 753041 694811 918 2943 0 749935 0
[pid=16508/tid=16509] ppid=16505 vsize=3012164 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3084455936 694811 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3012164 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3084455936 694811 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3012164 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3084455936 694811 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 3012164

[startup+1422.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 16595
/proc/meminfo: memFree=27761024/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3030596 CPUtime=1421.92 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 680568 0 0 0 139926 2266 0 0 20 0 4 0 110070413 3103330304 699231 33554432000 4194304 16246674 140735224646112 140735224645208 5677720 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 757649 699231 918 2943 0 754543 0
[pid=16508/tid=16509] ppid=16505 vsize=3030596 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3103330304 699231 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3030596 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3103330304 699231 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3030596 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3103330304 699231 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 3030596

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 16599
/proc/meminfo: memFree=27754884/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3035716 CPUtime=1481.91 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 682037 0 0 0 145842 2349 0 0 20 0 4 0 110070413 3108573184 700699 33554432000 4194304 16246674 140735224646112 140735224645288 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 758929 700699 918 2943 0 755823 0
[pid=16508/tid=16509] ppid=16505 vsize=3035716 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3108573184 700699 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3035716 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3108573184 700699 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3035716 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3108573184 700699 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 3035716

[startup+1542.31 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 16623
/proc/meminfo: memFree=27730856/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3059268 CPUtime=1541.9 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 687782 0 0 0 151830 2360 0 0 20 0 4 0 110070413 3132690432 706439 33554432000 4194304 16246674 140735224646112 140735224645288 5711688 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 764817 706439 918 2943 0 761711 0
[pid=16508/tid=16509] ppid=16505 vsize=3059268 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3132690432 706439 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3059268 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3132690432 706439 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3059268 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3132690432 706439 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 3059268

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 16624
/proc/meminfo: memFree=27701880/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3088964 CPUtime=1601.87 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 695159 0 0 0 157818 2369 0 0 20 0 4 0 110070413 3163099136 713797 33554432000 4194304 16246674 140735224646112 140735224645288 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 772241 713797 918 2943 0 769135 0
[pid=16508/tid=16509] ppid=16505 vsize=3088964 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3163099136 713797 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3088964 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3163099136 713797 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3088964 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3163099136 713797 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 3088964

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 16626
/proc/meminfo: memFree=27686032/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3104324 CPUtime=1661.87 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 699094 0 0 0 163809 2378 0 0 20 0 4 0 110070413 3178827776 717724 33554432000 4194304 16246674 140735224646112 140735224645288 5712004 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 776081 717724 918 2943 0 772975 0
[pid=16508/tid=16509] ppid=16505 vsize=3104324 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3178827776 717724 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3104324 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3178827776 717724 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3104324 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3178827776 717724 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 3104324

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 16627
/proc/meminfo: memFree=27670184/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3119684 CPUtime=1721.85 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 702988 0 0 0 169744 2441 0 0 20 0 4 0 110070413 3194556416 721604 33554432000 4194304 16246674 140735224646112 140735224645288 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 779921 721604 918 2943 0 776815 0
[pid=16508/tid=16509] ppid=16505 vsize=3119684 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3194556416 721604 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3119684 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3194556416 721604 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3119684 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3194556416 721604 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 3119684

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 16628
/proc/meminfo: memFree=27654716/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3135044 CPUtime=1781.82 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 706830 0 0 0 175655 2527 0 0 20 0 4 0 110070413 3210285056 725419 33554432000 4194304 16246674 140735224646112 140735224645288 13820864 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 783761 725419 918 2943 0 780655 0
[pid=16508/tid=16509] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725419 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725419 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725419 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 3135044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 16629
/proc/meminfo: memFree=27654384/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3135044 CPUtime=1800.02 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 706942 0 0 0 177451 2551 0 0 20 0 4 0 110070413 3210285056 725531 33554432000 4194304 16246674 140735224646112 140735224645208 6012004 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 783761 725531 918 2943 0 780655 0
[pid=16508/tid=16509] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725531 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725531 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725531 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3135044

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

[startup+1800.5 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 16629
/proc/meminfo: memFree=27654384/32872528 swapFree=11196/354588
[pid=16508] ppid=16505 vsize=3135044 CPUtime=1800.02 cores=0,2,4,6
/proc/16508/stat : 16508 (toysat) R 16505 16508 12837 0 -1 4202496 706942 0 0 0 177451 2551 0 0 20 0 4 0 110070413 3210285056 725531 33554432000 4194304 16246674 140735224646112 140735224645208 6012004 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16508/statm: 783761 725531 918 2943 0 780655 0
[pid=16508/tid=16509] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (toysat) S 16505 16508 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725531 33554432000 4194304 16246674 140735224646112 139999436582128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=16508/tid=16510] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (toysat) S 16505 16508 12837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725531 33554432000 4194304 16246674 140735224646112 139999357938928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=3135044 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (toysat) S 16505 16508 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 110070413 3210285056 725531 33554432000 4194304 16246674 140735224646112 139999347465392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3135044

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1774.51
CPU system time (s): 25.5251
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 3135044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.51
system time used= 25.5251
maximum resident set size= 2902124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 706942
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= 527
involuntary context switches= 1816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0802 second user time and 15.4936 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 08:36:09
IDJOB=4080018
IDBENCH=89908
IDSOLVER=2542
FILE ID=node126/4080018-1465281368
RUNJOBID= node126-1465253620-12853
PBS_JOBID= 19843265
Free space on /tmp= 71676 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-mul_8_13_shg.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080018-1465281368/watcher-4080018-1465281368 -o /tmp/evaluation-result-4080018-1465281368/solver-4080018-1465281368 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465253620-12853 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080018-1465281368.opb

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

MD5SUM BENCH= f53fdd20c3684d222e9e7b0e8ed09bf8
RANDOM SEED=1432215830

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30458212 kB
Buffers:           15012 kB
Cached:           126676 kB
SwapCached:         1380 kB
Active:          1132416 kB
Inactive:         194596 kB
Active(anon):    1030256 kB
Inactive(anon):   157612 kB
Active(file):     102160 kB
Inactive(file):    36984 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098636 kB
Dirty:             64088 kB
Writeback:             0 kB
AnonPages:       1541948 kB
Mapped:            10852 kB
Shmem:                 0 kB
Slab:             598544 kB
SReclaimable:      42072 kB
SUnreclaim:       556472 kB
KernelStack:        1464 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1684824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1501184 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= 71660 MiB
End job on node126 at 2016-06-07 09:06:10