Trace number 4110896

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? (MO) 782.376 782.539

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f48-DC_TotalLoss.seq-B-2-combined-irEDCBA.opb
MD5SUMa2b242a76a5dcfe5592af360edf4e183
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18355740917
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8385
Total number of constraints24365
Number of constraints which are clauses24233
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints132
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 544
Biggest coefficient in the objective function 227177120
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 85418597119
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 227177120
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 85418597119
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-20T05:03:53+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-4110896-1466391833.opb"]
0.00/0.01	c use --random-gen="312382588 4182942212 4256668160 2053709077 4217818368 677099380 1012062027 2099768503 2424931588 2274100348 3572800045 1329161960 2391390444 3636461017 729361632 2667065558 2268618819 338431706 1112161823 924221159 2483192824 1773493706 2581146832 2837861505 1265652376 3338172401 2688507367 169591065 3294253328 3219288836 2587750181 2860752949 1780378455 1432142784 440766147 1464554486 3200667723 2741200450 1454211050 2648295534 2687951783 2996626920 1751959555 4082523349 832721703 3423490033 4073443422 1061163209 1070765637 3623523861 3994366364 1837842340 965066756 1423663633 3935512250 2657284183 3353739108 220098834 1166250813 1230688727 1110358103 3738492291 2186370087 2342567554 3858555386 3733701878 2322648064 1378854857 734378559 2121894694 3232230824 38571617 3927688887 2581597194 3854862857 3570025677 3349368634 2498055239 4262169296 44798690 2680229203 2071648538 3844592397 703619827 4119471134 961274653 568899679 152564684 217989562 3719871366 3578593363 3140201893 422304654 3132212798 2586082231 1750743264 3146672362 375377716 3680169207 3599555500 2769474727 1996443987 3730645489 1990462078 43940368 3229218305 504598088 4146637774 191618085 2764317398 3316190851 2345323405 1662443862 2723093651 3304636097 3904438998 395398634 78438172 324144698 1014442136 3047340551 2608240277 2692588178 1353470442 3718664964 2879250426 4132969059 611389599 3562073533 1763440618 3612812368 2757313760 763041550 3744126979 805404922 2733724408 2505673917 3422691286 481607446 2504766079 1120483734 4112231882 2065268708 1031882089 6854096 15608969 3931597502 785875162 3498748310 3353800553 4009286462 1469027920 2495216646 2436128689 2081012269 3157289905 2462859110 904640840 974092272 1392082814 740861067 4128412937 1682615179 1444298166 2328721151 3368921899 3433333735 2392882801 4089053453 3925006162 1953127615 1092422897 2297872094 1590219463 1239306480 3866908350 1158708048 1839764670 1314635738 3591096392 2340959868 807616216 3532400248 791755987 1152722693 872600864 4203362902 1016968889 3269758107 4196755262 340579338 1130066756 1224563598 443306065 1625884452 593835918 682803917 119224731 125077767 23338082 2470046566 3748800456 817752998 427982482 1049976264 1705330658 3112732865 586516103 2490537799 2045221578 3190056186 741699450 3369814369 2906032017 1294333260 485344474 1938248535 1794362775 3289136772 486637338 1432441726 3542131801 1843268287 408710687 830213814 2521148648 221244851 2248079793 2474124006 522299870 3669077847 106594355 372745262 978555519 788996341 3932793999 1540706422 3570023244 1348896315 885993995 2061979852 1311728458 4051964663 3577281228 2678145940 782274072 473492828 3694411743 4137366870 2578666489 1422313413 356176849 2395151091 4102436829 4034672696 1942234758 255 362436" option to reproduce the execution
0.09/0.17	c #vars 8385
0.09/0.17	c #constraints 24365
0.39/0.43	c BCD2: Hardening is enabled.
0.39/0.43	c BCD2: BiasedSearch is enabled.
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |        0
0.39/0.48	c  0.1s |       0 |      718 |       24 |    10490      0 |      265 |       66
0.39/0.48	c #cpu_time = 0.048s
0.39/0.48	c #wall_clock_time = 0.048s
0.39/0.48	c #decision = 718
0.39/0.48	c #random_decision = 1
0.39/0.48	c #conflict = 24
0.39/0.48	c #restart = 0
0.39/0.48	o 57430375903
0.49/0.50	c BCD2: updating upper bound: 85418597119 -> 57475811325
0.49/0.51	c BCD2: 0 <= obj <= 57475811325
0.49/0.51	c BCD2: #cores=0, #unrelaxed=544, #relaxed=0, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=1 bias=1/2
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       66
0.49/0.53	c  0.0s |       0 |        3 |        1 |    10490      0 |      265 |       66
0.49/0.53	c #cpu_time = 0.021s
0.49/0.53	c #wall_clock_time = 0.021s
0.49/0.53	c #decision = 3
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 1
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 3: cost of the new core is >=45435424
0.49/0.53	c lower bound updated to 1
0.49/0.55	c BCD2: 45435424 <= obj <= 57475811325
0.49/0.55	c BCD2: #cores=1, #unrelaxed=541, #relaxed=3, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=2 bias=2/3
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       66
0.49/0.57	c  0.0s |       0 |       82 |        0 |    10490      0 |      265 |       66
0.49/0.57	c #cpu_time = 0.020s
0.49/0.57	c #wall_clock_time = 0.020s
0.49/0.57	c #decision = 82
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 0
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.49/0.57	c lower bound updated to 227177121
0.49/0.59	c BCD2: 272612544 <= obj <= 57475811325
0.49/0.59	c BCD2: #cores=2, #unrelaxed=538, #relaxed=6, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=3 bias=3/4
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       67
0.59/0.64	c  0.0s |       0 |       83 |        0 |    10490      0 |      265 |       67
0.59/0.64	c #cpu_time = 0.008s
0.59/0.64	c #wall_clock_time = 0.008s
0.59/0.64	c #decision = 83
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.59/0.64	c lower bound updated to 454354241
0.59/0.65	c BCD2: 499789664 <= obj <= 57475811325
0.59/0.65	c BCD2: #cores=3, #unrelaxed=535, #relaxed=9, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=4 bias=4/5
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       68
0.59/0.66	c  0.0s |       0 |       87 |        0 |    10490      0 |      265 |       68
0.59/0.66	c #cpu_time = 0.007s
0.59/0.66	c #wall_clock_time = 0.007s
0.59/0.66	c #decision = 87
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.59/0.66	c lower bound updated to 681531361
0.59/0.67	c BCD2: 726966784 <= obj <= 57475811325
0.59/0.67	c BCD2: #cores=4, #unrelaxed=532, #relaxed=12, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=5 bias=5/6
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       69
0.59/0.68	c  0.0s |       0 |      101 |        0 |    10490      0 |      265 |       69
0.59/0.68	c #cpu_time = 0.007s
0.59/0.68	c #wall_clock_time = 0.007s
0.59/0.68	c #decision = 101
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.59/0.68	c lower bound updated to 908708481
0.59/0.69	c BCD2: 954143904 <= obj <= 57475811325
0.59/0.69	c BCD2: #cores=5, #unrelaxed=529, #relaxed=15, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=6 bias=6/7
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       70
0.69/0.70	c  0.0s |       0 |      107 |        0 |    10490      0 |      265 |       70
0.69/0.70	c #cpu_time = 0.007s
0.69/0.70	c #wall_clock_time = 0.007s
0.69/0.70	c #decision = 107
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 0
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.69/0.70	c lower bound updated to 1135885601
0.69/0.71	c BCD2: 1181321024 <= obj <= 57475811325
0.69/0.71	c BCD2: #cores=6, #unrelaxed=526, #relaxed=18, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=7 bias=7/8
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       71
0.69/0.72	c  0.0s |       0 |      113 |        0 |    10490      0 |      265 |       71
0.69/0.72	c #cpu_time = 0.007s
0.69/0.72	c #wall_clock_time = 0.007s
0.69/0.72	c #decision = 113
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.69/0.72	c lower bound updated to 1363062721
0.69/0.73	c BCD2: 1408498144 <= obj <= 57475811325
0.69/0.73	c BCD2: #cores=7, #unrelaxed=523, #relaxed=21, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=8 bias=8/9
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       72
0.69/0.74	c  0.0s |       0 |      113 |        0 |    10490      0 |      265 |       72
0.69/0.74	c #cpu_time = 0.007s
0.69/0.74	c #wall_clock_time = 0.007s
0.69/0.74	c #decision = 113
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 0
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.69/0.74	c lower bound updated to 1590239841
0.69/0.75	c BCD2: 1635675264 <= obj <= 57475811325
0.69/0.75	c BCD2: #cores=8, #unrelaxed=520, #relaxed=24, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=9 bias=9/10
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.77	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       73
0.69/0.78	c  0.0s |       0 |      113 |        0 |    10490      0 |      265 |       73
0.69/0.78	c #cpu_time = 0.011s
0.69/0.78	c #wall_clock_time = 0.011s
0.69/0.78	c #decision = 113
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 0
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.69/0.78	c lower bound updated to 1817416961
0.69/0.79	c BCD2: 1862852384 <= obj <= 57475811325
0.69/0.79	c BCD2: #cores=9, #unrelaxed=517, #relaxed=27, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=10 bias=10/11
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       74
0.78/0.81	c  0.0s |       0 |      125 |        0 |    10490      0 |      265 |       74
0.78/0.81	c #cpu_time = 0.011s
0.78/0.81	c #wall_clock_time = 0.011s
0.78/0.81	c #decision = 125
0.78/0.81	c #random_decision = 0
0.78/0.81	c #conflict = 0
0.78/0.81	c #restart = 0
0.78/0.81	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.78/0.81	c lower bound updated to 2044594081
0.78/0.82	c BCD2: 2090029504 <= obj <= 57475811325
0.78/0.82	c BCD2: #cores=10, #unrelaxed=514, #relaxed=30, #hardened=0
0.78/0.82	c BCD2: #sat=1 #unsat=11 bias=11/12
0.78/0.82	c Solving starts ...
0.78/0.82	c ============================[ Search Statistics ]============================
0.78/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.82	c =============================================================================
0.78/0.82	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       75
0.78/0.83	c  0.0s |       0 |      128 |        0 |    10490      0 |      265 |       75
0.78/0.83	c #cpu_time = 0.011s
0.78/0.83	c #wall_clock_time = 0.011s
0.78/0.83	c #decision = 128
0.78/0.83	c #random_decision = 0
0.78/0.83	c #conflict = 0
0.78/0.83	c #restart = 0
0.78/0.83	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.78/0.83	c lower bound updated to 2271771201
0.78/0.84	c BCD2: 2317206624 <= obj <= 57475811325
0.78/0.84	c BCD2: #cores=11, #unrelaxed=511, #relaxed=33, #hardened=0
0.78/0.84	c BCD2: #sat=1 #unsat=12 bias=12/13
0.78/0.84	c Solving starts ...
0.78/0.84	c ============================[ Search Statistics ]============================
0.78/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.84	c =============================================================================
0.78/0.84	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       76
0.78/0.85	c  0.0s |       0 |      130 |        0 |    10490      0 |      265 |       76
0.78/0.85	c #cpu_time = 0.011s
0.78/0.85	c #wall_clock_time = 0.011s
0.78/0.85	c #decision = 130
0.78/0.85	c #random_decision = 0
0.78/0.85	c #conflict = 0
0.78/0.85	c #restart = 0
0.78/0.85	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.78/0.85	c lower bound updated to 2498948321
0.78/0.86	c BCD2: 2544383744 <= obj <= 57475811325
0.78/0.86	c BCD2: #cores=12, #unrelaxed=508, #relaxed=36, #hardened=0
0.78/0.86	c BCD2: #sat=1 #unsat=13 bias=13/14
0.78/0.86	c Solving starts ...
0.78/0.86	c ============================[ Search Statistics ]============================
0.78/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.86	c =============================================================================
0.78/0.86	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       77
0.78/0.87	c  0.0s |       0 |      129 |        0 |    10490      0 |      265 |       77
0.78/0.87	c #cpu_time = 0.011s
0.78/0.87	c #wall_clock_time = 0.011s
0.78/0.87	c #decision = 129
0.78/0.87	c #random_decision = 0
0.78/0.87	c #conflict = 0
0.78/0.87	c #restart = 0
0.78/0.87	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.78/0.87	c lower bound updated to 2726125441
0.78/0.89	c BCD2: 2771560864 <= obj <= 57475811325
0.78/0.89	c BCD2: #cores=13, #unrelaxed=505, #relaxed=39, #hardened=0
0.78/0.89	c BCD2: #sat=1 #unsat=14 bias=14/15
0.78/0.89	c Solving starts ...
0.78/0.89	c ============================[ Search Statistics ]============================
0.78/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.89	c =============================================================================
0.78/0.89	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       78
0.88/0.90	c  0.0s |       0 |      129 |        0 |    10490      0 |      265 |       78
0.88/0.90	c #cpu_time = 0.011s
0.88/0.90	c #wall_clock_time = 0.011s
0.88/0.90	c #decision = 129
0.88/0.90	c #random_decision = 0
0.88/0.90	c #conflict = 0
0.88/0.90	c #restart = 0
0.88/0.90	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.88/0.90	c lower bound updated to 2953302561
0.88/0.91	c BCD2: 2998737984 <= obj <= 57475811325
0.88/0.91	c BCD2: #cores=14, #unrelaxed=502, #relaxed=42, #hardened=0
0.88/0.91	c BCD2: #sat=1 #unsat=15 bias=15/16
0.88/0.91	c Solving starts ...
0.88/0.91	c ============================[ Search Statistics ]============================
0.88/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.91	c =============================================================================
0.88/0.93	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       79
0.88/0.94	c  0.0s |       0 |      129 |        0 |    10490      0 |      265 |       79
0.88/0.94	c #cpu_time = 0.011s
0.88/0.94	c #wall_clock_time = 0.011s
0.88/0.94	c #decision = 129
0.88/0.94	c #random_decision = 0
0.88/0.94	c #conflict = 0
0.88/0.94	c #restart = 0
0.88/0.94	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.88/0.94	c lower bound updated to 3180479681
0.88/0.96	c BCD2: 3225915104 <= obj <= 57475811325
0.88/0.96	c BCD2: #cores=15, #unrelaxed=499, #relaxed=45, #hardened=0
0.88/0.96	c BCD2: #sat=1 #unsat=16 bias=16/17
0.88/0.96	c Solving starts ...
0.88/0.96	c ============================[ Search Statistics ]============================
0.88/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.96	c =============================================================================
0.88/0.96	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       80
0.88/0.97	c  0.0s |       0 |      129 |        0 |    10490      0 |      265 |       80
0.88/0.97	c #cpu_time = 0.011s
0.88/0.97	c #wall_clock_time = 0.011s
0.88/0.97	c #decision = 129
0.88/0.97	c #random_decision = 0
0.88/0.97	c #conflict = 0
0.88/0.97	c #restart = 0
0.88/0.97	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.88/0.97	c lower bound updated to 3407656801
0.88/0.98	c BCD2: 3453092224 <= obj <= 57475811325
0.88/0.98	c BCD2: #cores=16, #unrelaxed=496, #relaxed=48, #hardened=0
0.88/0.98	c BCD2: #sat=1 #unsat=17 bias=17/18
0.88/0.98	c Solving starts ...
0.88/0.98	c ============================[ Search Statistics ]============================
0.88/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.98	c =============================================================================
0.88/0.98	c  0.0s |       0 |        0 |        0 |    10490      0 |      265 |       81
0.88/0.99	c  0.0s |       0 |      130 |        0 |    10490      0 |      265 |       81
0.88/0.99	c #cpu_time = 0.011s
0.88/0.99	c #wall_clock_time = 0.011s
0.88/0.99	c #decision = 130
0.88/0.99	c #random_decision = 0
0.88/0.99	c #conflict = 0
0.88/0.99	c #restart = 0
0.88/0.99	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=908708480
0.88/0.99	c BCD2: refineLB: 681531361 -> 908708480
0.88/0.99	c lower bound updated to 3634833921
0.98/1.00	c BCD2: 3680269344 <= obj <= 57475811325
0.98/1.00	c BCD2: #cores=14, #unrelaxed=490, #relaxed=54, #hardened=0
0.98/1.00	c BCD2: #sat=1 #unsat=18 bias=18/19
0.98/1.00	c Solving starts ...
0.98/1.00	c ============================[ Search Statistics ]============================
0.98/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.00	c =============================================================================
0.98/1.00	c  0.0s |       0 |        0 |        0 |    10490      0 |      276 |       81
0.98/1.01	c  0.0s |       0 |      123 |        0 |    10490      0 |      276 |      100
0.98/1.01	c #cpu_time = 0.011s
0.98/1.01	c #wall_clock_time = 0.011s
0.98/1.01	c #decision = 123
0.98/1.01	c #random_decision = 0
0.98/1.01	c #conflict = 0
0.98/1.01	c #restart = 0
0.98/1.01	c BCD2: found a new core of size 6: cost of the new core is >=227177120
0.98/1.01	c lower bound updated to 3862011041
0.98/1.02	c BCD2: 3907446464 <= obj <= 57475811325
0.98/1.02	c BCD2: #cores=15, #unrelaxed=484, #relaxed=60, #hardened=0
0.98/1.02	c BCD2: #sat=1 #unsat=19 bias=19/20
0.98/1.02	c Solving starts ...
0.98/1.02	c ============================[ Search Statistics ]============================
0.98/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.02	c =============================================================================
0.98/1.02	c  0.0s |       0 |        0 |        0 |    10490      0 |      276 |      101
0.98/1.03	c  0.0s |       0 |      121 |        0 |    10490      0 |      276 |      101
0.98/1.03	c #cpu_time = 0.010s
0.98/1.03	c #wall_clock_time = 0.010s
0.98/1.03	c #decision = 121
0.98/1.03	c #random_decision = 0
0.98/1.03	c #conflict = 0
0.98/1.03	c #restart = 0
0.98/1.03	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.98/1.03	c lower bound updated to 4089188161
0.98/1.04	c BCD2: 4134623584 <= obj <= 57475811325
0.98/1.04	c BCD2: #cores=16, #unrelaxed=481, #relaxed=63, #hardened=0
0.98/1.04	c BCD2: #sat=1 #unsat=20 bias=20/21
0.98/1.05	c Solving starts ...
0.98/1.05	c ============================[ Search Statistics ]============================
0.98/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.05	c =============================================================================
0.98/1.05	c  0.0s |       0 |        0 |        0 |    10490      0 |      276 |      102
0.98/1.06	c  0.0s |       0 |      125 |        0 |    10490      0 |      276 |      102
0.98/1.06	c #cpu_time = 0.010s
0.98/1.06	c #wall_clock_time = 0.010s
0.98/1.06	c #decision = 125
0.98/1.06	c #random_decision = 0
0.98/1.06	c #conflict = 0
0.98/1.06	c #restart = 0
0.98/1.06	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=908708480
0.98/1.06	c BCD2: refineLB: 681531361 -> 908708480
0.98/1.06	c lower bound updated to 4316365281
0.98/1.07	c BCD2: 4361800704 <= obj <= 57475811325
0.98/1.07	c BCD2: #cores=14, #unrelaxed=475, #relaxed=69, #hardened=0
0.98/1.07	c BCD2: #sat=1 #unsat=21 bias=21/22
0.98/1.07	c Solving starts ...
0.98/1.07	c ============================[ Search Statistics ]============================
0.98/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.07	c =============================================================================
0.98/1.07	c  0.0s |       0 |        0 |        0 |    10490      0 |      304 |      102
0.98/1.08	c  0.0s |       0 |      140 |        0 |    10490      0 |      304 |      155
0.98/1.08	c #cpu_time = 0.011s
0.98/1.08	c #wall_clock_time = 0.011s
0.98/1.08	c #decision = 140
0.98/1.08	c #random_decision = 0
0.98/1.08	c #conflict = 0
0.98/1.08	c #restart = 0
0.98/1.08	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.98/1.08	c lower bound updated to 4543542401
0.98/1.09	c BCD2: 4588977824 <= obj <= 57475811325
0.98/1.09	c BCD2: #cores=15, #unrelaxed=472, #relaxed=72, #hardened=0
0.98/1.09	c BCD2: #sat=1 #unsat=22 bias=22/23
0.98/1.09	c Solving starts ...
0.98/1.09	c ============================[ Search Statistics ]============================
0.98/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.09	c =============================================================================
0.98/1.09	c  0.0s |       0 |        0 |        0 |    10490      0 |      304 |      156
1.09/1.10	c  0.0s |       0 |      143 |        0 |    10490      0 |      304 |      156
1.09/1.10	c #cpu_time = 0.011s
1.09/1.10	c #wall_clock_time = 0.011s
1.09/1.10	c #decision = 143
1.09/1.10	c #random_decision = 0
1.09/1.10	c #conflict = 0
1.09/1.10	c #restart = 0
1.09/1.10	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.09/1.10	c lower bound updated to 4770719521
1.09/1.11	c BCD2: 4816154944 <= obj <= 57475811325
1.09/1.11	c BCD2: #cores=16, #unrelaxed=469, #relaxed=75, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=23 bias=23/24
1.09/1.12	c Solving starts ...
1.09/1.12	c ============================[ Search Statistics ]============================
1.09/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.12	c =============================================================================
1.09/1.12	c  0.0s |       0 |        0 |        0 |    10490      0 |      304 |      157
1.09/1.13	c  0.0s |       0 |      147 |        0 |    10490      0 |      304 |      157
1.09/1.13	c #cpu_time = 0.011s
1.09/1.13	c #wall_clock_time = 0.011s
1.09/1.13	c #decision = 147
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 0
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.09/1.13	c lower bound updated to 4997896641
1.09/1.14	c BCD2: 5043332064 <= obj <= 57475811325
1.09/1.14	c BCD2: #cores=17, #unrelaxed=466, #relaxed=78, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=24 bias=24/25
1.09/1.14	c Solving starts ...
1.09/1.14	c ============================[ Search Statistics ]============================
1.09/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.14	c =============================================================================
1.09/1.14	c  0.0s |       0 |        0 |        0 |    10490      0 |      304 |      158
1.09/1.15	c  0.0s |       0 |      153 |        0 |    10490      0 |      304 |      158
1.09/1.15	c #cpu_time = 0.011s
1.09/1.15	c #wall_clock_time = 0.011s
1.09/1.15	c #decision = 153
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 0
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.09/1.15	c lower bound updated to 5225073761
1.09/1.16	c BCD2: 5270509184 <= obj <= 57475811325
1.09/1.16	c BCD2: #cores=18, #unrelaxed=463, #relaxed=81, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=25 bias=25/26
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |    10490      0 |      304 |      159
1.09/1.17	c  0.0s |       0 |      158 |        0 |    10490      0 |      304 |      159
1.09/1.17	c #cpu_time = 0.011s
1.09/1.17	c #wall_clock_time = 0.011s
1.09/1.17	c #decision = 158
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 0
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.09/1.17	c BCD2: refineLB: 445616659 -> 454354240
1.09/1.17	c lower bound updated to 5452250881
1.09/1.18	c BCD2: 5497686304 <= obj <= 57475811325
1.09/1.18	c BCD2: #cores=18, #unrelaxed=459, #relaxed=85, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=26 bias=26/27
1.09/1.18	c Solving starts ...
1.09/1.18	c ============================[ Search Statistics ]============================
1.09/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.18	c =============================================================================
1.09/1.18	c  0.0s |       0 |        0 |        0 |    10490      0 |      318 |      159
1.09/1.19	c  0.0s |       0 |      160 |        0 |    10490      0 |      318 |      186
1.09/1.19	c #cpu_time = 0.011s
1.09/1.19	c #wall_clock_time = 0.011s
1.09/1.19	c #decision = 160
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 0
1.09/1.19	c #restart = 0
1.09/1.20	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.09/1.20	c lower bound updated to 5679428001
1.20/1.21	c BCD2: 5724863424 <= obj <= 57475811325
1.20/1.21	c BCD2: #cores=19, #unrelaxed=456, #relaxed=88, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=27 bias=27/28
1.20/1.21	c Solving starts ...
1.20/1.21	c ============================[ Search Statistics ]============================
1.20/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.21	c =============================================================================
1.20/1.21	c  0.0s |       0 |        0 |        0 |    10490      0 |      318 |      187
1.20/1.22	c  0.0s |       0 |      160 |        0 |    10490      0 |      318 |      187
1.20/1.22	c #cpu_time = 0.010s
1.20/1.22	c #wall_clock_time = 0.010s
1.20/1.22	c #decision = 160
1.20/1.22	c #random_decision = 0
1.20/1.22	c #conflict = 0
1.20/1.22	c #restart = 0
1.20/1.22	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.20/1.22	c lower bound updated to 5906605121
1.20/1.23	c BCD2: 5952040544 <= obj <= 57475811325
1.20/1.23	c BCD2: #cores=20, #unrelaxed=453, #relaxed=91, #hardened=0
1.20/1.23	c BCD2: #sat=1 #unsat=28 bias=28/29
1.20/1.23	c Solving starts ...
1.20/1.23	c ============================[ Search Statistics ]============================
1.20/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.23	c =============================================================================
1.20/1.23	c  0.0s |       0 |        0 |        0 |    10490      0 |      318 |      188
1.20/1.24	c  0.0s |       0 |      164 |        0 |    10490      0 |      318 |      188
1.20/1.24	c #cpu_time = 0.010s
1.20/1.24	c #wall_clock_time = 0.010s
1.20/1.24	c #decision = 164
1.20/1.24	c #random_decision = 0
1.20/1.24	c #conflict = 0
1.20/1.24	c #restart = 0
1.20/1.24	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.20/1.24	c BCD2: refineLB: 446520547 -> 454354240
1.20/1.24	c lower bound updated to 6133782241
1.20/1.25	c BCD2: 6179217664 <= obj <= 57475811325
1.20/1.25	c BCD2: #cores=20, #unrelaxed=449, #relaxed=95, #hardened=0
1.20/1.25	c BCD2: #sat=1 #unsat=29 bias=29/30
1.20/1.25	c Solving starts ...
1.20/1.25	c ============================[ Search Statistics ]============================
1.20/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.25	c =============================================================================
1.20/1.25	c  0.0s |       0 |        0 |        0 |    10490      0 |      341 |      188
1.20/1.27	c  0.0s |       0 |      169 |        0 |    10490      0 |      341 |      233
1.20/1.27	c #cpu_time = 0.012s
1.20/1.27	c #wall_clock_time = 0.012s
1.20/1.27	c #decision = 169
1.20/1.27	c #random_decision = 0
1.20/1.27	c #conflict = 0
1.20/1.27	c #restart = 0
1.20/1.27	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.20/1.27	c lower bound updated to 6360959361
1.20/1.28	c BCD2: 6406394784 <= obj <= 57475811325
1.20/1.28	c BCD2: #cores=21, #unrelaxed=446, #relaxed=98, #hardened=0
1.20/1.28	c BCD2: #sat=1 #unsat=30 bias=30/31
1.20/1.28	c Solving starts ...
1.20/1.28	c ============================[ Search Statistics ]============================
1.20/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.28	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |    10490      0 |      341 |      234
1.20/1.29	c  0.0s |       0 |      171 |        0 |    10490      0 |      341 |      234
1.20/1.29	c #cpu_time = 0.011s
1.20/1.29	c #wall_clock_time = 0.011s
1.20/1.29	c #decision = 171
1.20/1.29	c #random_decision = 0
1.20/1.29	c #conflict = 0
1.20/1.29	c #restart = 0
1.20/1.29	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.20/1.29	c BCD2: refineLB: 227177121 -> 454354240
1.20/1.29	c lower bound updated to 6588136481
1.29/1.30	c BCD2: 6633571904 <= obj <= 57475811325
1.29/1.30	c BCD2: #cores=21, #unrelaxed=442, #relaxed=102, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=31 bias=31/32
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |    10490      0 |      342 |      234
1.29/1.31	c  0.0s |       0 |      172 |        0 |    10490      0 |      342 |      235
1.29/1.31	c #cpu_time = 0.011s
1.29/1.31	c #wall_clock_time = 0.011s
1.29/1.31	c #decision = 172
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 0
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.29/1.31	c lower bound updated to 6815313601
1.29/1.32	c BCD2: 6860749024 <= obj <= 57475811325
1.29/1.32	c BCD2: #cores=22, #unrelaxed=439, #relaxed=105, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=32 bias=32/33
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |    10490      0 |      342 |      236
1.29/1.34	c  0.0s |       0 |      175 |        0 |    10490      0 |      342 |      236
1.29/1.34	c #cpu_time = 0.011s
1.29/1.34	c #wall_clock_time = 0.011s
1.29/1.34	c #decision = 175
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 0
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.29/1.34	c lower bound updated to 7042490721
1.29/1.35	c BCD2: 7087926144 <= obj <= 57475811325
1.29/1.35	c BCD2: #cores=23, #unrelaxed=433, #relaxed=111, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=33 bias=33/34
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |    10490      0 |      342 |      237
1.29/1.36	c  0.0s |       0 |      173 |        0 |    10490      0 |      342 |      237
1.29/1.36	c #cpu_time = 0.011s
1.29/1.36	c #wall_clock_time = 0.011s
1.29/1.36	c #decision = 173
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 0
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.29/1.36	c BCD2: refineLB: 447672561 -> 454354240
1.29/1.36	c lower bound updated to 7269667841
1.29/1.37	c BCD2: 7315103264 <= obj <= 57475811325
1.29/1.37	c BCD2: #cores=23, #unrelaxed=429, #relaxed=115, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=34 bias=34/35
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |    10490      0 |      349 |      237
1.29/1.38	c  0.0s |       0 |      173 |        0 |    10490      0 |      349 |      250
1.29/1.38	c #cpu_time = 0.012s
1.29/1.38	c #wall_clock_time = 0.012s
1.29/1.38	c #decision = 173
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 0
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.29/1.38	c lower bound updated to 7496844961
1.29/1.39	c BCD2: 7542280384 <= obj <= 57475811325
1.29/1.39	c BCD2: #cores=24, #unrelaxed=423, #relaxed=121, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=35 bias=35/36
1.29/1.40	c Solving starts ...
1.29/1.40	c ============================[ Search Statistics ]============================
1.29/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.40	c =============================================================================
1.29/1.40	c  0.0s |       0 |        0 |        0 |    10490      0 |      349 |      251
1.39/1.41	c  0.0s |       0 |      173 |        0 |    10490      0 |      349 |      251
1.39/1.41	c #cpu_time = 0.012s
1.39/1.41	c #wall_clock_time = 0.012s
1.39/1.41	c #decision = 173
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 0
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.39/1.41	c lower bound updated to 7724022081
1.39/1.42	c BCD2: 7769457504 <= obj <= 57475811325
1.39/1.42	c BCD2: #cores=25, #unrelaxed=417, #relaxed=127, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=36 bias=36/37
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |    10490      0 |      349 |      252
1.39/1.43	c  0.0s |       0 |      170 |        0 |    10490      0 |      349 |      252
1.39/1.43	c #cpu_time = 0.011s
1.39/1.43	c #wall_clock_time = 0.011s
1.39/1.43	c #decision = 170
1.39/1.43	c #random_decision = 0
1.39/1.43	c #conflict = 0
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.39/1.43	c lower bound updated to 7951199201
1.39/1.44	c BCD2: 7996634624 <= obj <= 57475811325
1.39/1.44	c BCD2: #cores=26, #unrelaxed=414, #relaxed=130, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=37 bias=37/38
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |    10490      0 |      349 |      253
1.39/1.46	c  0.0s |       0 |      172 |        0 |    10490      0 |      349 |      253
1.39/1.46	c #cpu_time = 0.011s
1.39/1.46	c #wall_clock_time = 0.011s
1.39/1.46	c #decision = 172
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 0
1.39/1.46	c #restart = 0
1.39/1.46	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.39/1.46	c lower bound updated to 8178376321
1.39/1.47	c BCD2: 8223811744 <= obj <= 57475811325
1.39/1.47	c BCD2: #cores=27, #unrelaxed=408, #relaxed=136, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=38 bias=38/39
1.39/1.47	c Solving starts ...
1.39/1.47	c ============================[ Search Statistics ]============================
1.39/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.47	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |    10490      0 |      349 |      254
1.39/1.48	c  0.0s |       0 |      169 |        0 |    10490      0 |      349 |      254
1.39/1.48	c #cpu_time = 0.011s
1.39/1.48	c #wall_clock_time = 0.011s
1.39/1.48	c #decision = 169
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 0
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.39/1.48	c lower bound updated to 8405553441
1.39/1.49	c BCD2: 8450988864 <= obj <= 57475811325
1.39/1.49	c BCD2: #cores=28, #unrelaxed=405, #relaxed=139, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=39 bias=39/40
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |    10490      0 |      349 |      255
1.49/1.51	c  0.0s |       0 |      171 |        0 |    10490      0 |      349 |      255
1.49/1.51	c #cpu_time = 0.011s
1.49/1.51	c #wall_clock_time = 0.011s
1.49/1.51	c #decision = 171
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 0
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=908708480
1.49/1.51	c BCD2: refineLB: 681531361 -> 908708480
1.49/1.51	c lower bound updated to 8632730561
1.49/1.52	c BCD2: 8678165984 <= obj <= 57475811325
1.49/1.52	c BCD2: #cores=26, #unrelaxed=399, #relaxed=145, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=40 bias=40/41
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |    10490      0 |      374 |      255
1.49/1.53	c  0.0s |       0 |      170 |        0 |    10490      0 |      374 |      302
1.49/1.53	c #cpu_time = 0.012s
1.49/1.53	c #wall_clock_time = 0.012s
1.49/1.53	c #decision = 170
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 0
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.49/1.53	c lower bound updated to 8859907681
1.49/1.54	c BCD2: 8905343104 <= obj <= 57475811325
1.49/1.54	c BCD2: #cores=27, #unrelaxed=396, #relaxed=148, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=41 bias=41/42
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |    10490      0 |      374 |      303
1.49/1.55	c  0.0s |       0 |      171 |        0 |    10490      0 |      374 |      303
1.49/1.55	c #cpu_time = 0.011s
1.49/1.55	c #wall_clock_time = 0.011s
1.49/1.55	c #decision = 171
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 0
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.49/1.55	c lower bound updated to 9087084801
1.49/1.56	c BCD2: 9132520224 <= obj <= 57475811325
1.49/1.56	c BCD2: #cores=28, #unrelaxed=393, #relaxed=151, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=42 bias=42/43
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |    10490      0 |      374 |      304
1.49/1.58	c  0.0s |       0 |      177 |        0 |    10490      0 |      374 |      304
1.49/1.58	c #cpu_time = 0.011s
1.49/1.58	c #wall_clock_time = 0.011s
1.49/1.58	c #decision = 177
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 0
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=681531360
1.49/1.58	c BCD2: refineLB: 676248172 -> 681531360
1.49/1.58	c lower bound updated to 9314261921
1.49/1.59	c BCD2: 9359697344 <= obj <= 57475811325
1.49/1.59	c BCD2: #cores=27, #unrelaxed=388, #relaxed=156, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=43 bias=43/44
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |    10490      0 |      407 |      304
1.59/1.60	c  0.0s |       0 |      175 |        0 |    10490      0 |      407 |      368
1.59/1.60	c #cpu_time = 0.013s
1.59/1.60	c #wall_clock_time = 0.013s
1.59/1.60	c #decision = 175
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 0
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.59/1.60	c lower bound updated to 9541439041
1.59/1.61	c BCD2: 9586874464 <= obj <= 57475811325
1.59/1.61	c BCD2: #cores=28, #unrelaxed=385, #relaxed=159, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=44 bias=44/45
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |    10490      0 |      407 |      369
1.59/1.63	c  0.0s |       0 |      174 |        0 |    10490      0 |      407 |      369
1.59/1.63	c #cpu_time = 0.012s
1.59/1.63	c #wall_clock_time = 0.012s
1.59/1.63	c #decision = 174
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 0
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.59/1.63	c lower bound updated to 9768616161
1.59/1.64	c BCD2: 9814051584 <= obj <= 57475811325
1.59/1.64	c BCD2: #cores=29, #unrelaxed=382, #relaxed=162, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=45 bias=45/46
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |    10490      0 |      407 |      370
1.59/1.65	c  0.0s |       0 |      176 |        0 |    10490      0 |      407 |      370
1.59/1.65	c #cpu_time = 0.012s
1.59/1.65	c #wall_clock_time = 0.012s
1.59/1.65	c #decision = 176
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 0
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.59/1.65	c lower bound updated to 9995793281
1.59/1.66	c BCD2: 10041228704 <= obj <= 57475811325
1.59/1.66	c BCD2: #cores=30, #unrelaxed=379, #relaxed=165, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=46 bias=46/47
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |    10490      0 |      407 |      371
1.59/1.68	c  0.0s |       0 |      175 |        0 |    10490      0 |      407 |      371
1.59/1.68	c #cpu_time = 0.012s
1.59/1.68	c #wall_clock_time = 0.012s
1.59/1.68	c #decision = 175
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 0
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.59/1.68	c lower bound updated to 10222970401
1.59/1.69	c BCD2: 10268405824 <= obj <= 57475811325
1.59/1.69	c BCD2: #cores=31, #unrelaxed=376, #relaxed=168, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=47 bias=47/48
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |    10490      0 |      407 |      372
1.69/1.70	c  0.0s |       0 |      174 |        0 |    10490      0 |      407 |      372
1.69/1.70	c #cpu_time = 0.012s
1.69/1.70	c #wall_clock_time = 0.012s
1.69/1.70	c #decision = 174
1.69/1.70	c #random_decision = 0
1.69/1.70	c #conflict = 0
1.69/1.70	c #restart = 0
1.69/1.70	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=681531360
1.69/1.70	c BCD2: refineLB: 676798504 -> 681531360
1.69/1.70	c lower bound updated to 10450147521
1.69/1.71	c BCD2: 10495582944 <= obj <= 57475811325
1.69/1.71	c BCD2: #cores=31, #unrelaxed=371, #relaxed=173, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=48 bias=48/49
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |    10490      0 |      424 |      372
1.69/1.73	c  0.0s |       0 |      174 |        0 |    10490      0 |      424 |      405
1.69/1.73	c #cpu_time = 0.012s
1.69/1.73	c #wall_clock_time = 0.012s
1.69/1.73	c #decision = 174
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 0
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.69/1.73	c lower bound updated to 10677324641
1.69/1.74	c BCD2: 10722760064 <= obj <= 57475811325
1.69/1.74	c BCD2: #cores=32, #unrelaxed=368, #relaxed=176, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=49 bias=49/50
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |    10490      0 |      424 |      406
1.69/1.75	c  0.0s |       0 |      174 |        0 |    10490      0 |      424 |      406
1.69/1.75	c #cpu_time = 0.011s
1.69/1.75	c #wall_clock_time = 0.011s
1.69/1.75	c #decision = 174
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 0
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.69/1.75	c lower bound updated to 10904501761
1.69/1.76	c BCD2: 10949937184 <= obj <= 57475811325
1.69/1.76	c BCD2: #cores=33, #unrelaxed=365, #relaxed=179, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=50 bias=50/51
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |    10490      0 |      424 |      407
1.69/1.78	c  0.0s |       0 |      177 |        0 |    10490      0 |      424 |      407
1.69/1.78	c #cpu_time = 0.011s
1.69/1.78	c #wall_clock_time = 0.011s
1.69/1.78	c #decision = 177
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 0
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.69/1.78	c BCD2: refineLB: 449899787 -> 454354240
1.69/1.78	c lower bound updated to 11131678881
1.69/1.79	c BCD2: 11177114304 <= obj <= 57475811325
1.69/1.79	c BCD2: #cores=33, #unrelaxed=361, #relaxed=183, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=51 bias=51/52
1.69/1.79	c Solving starts ...
1.69/1.79	c ============================[ Search Statistics ]============================
1.69/1.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.79	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |    10490      0 |      460 |      407
1.79/1.80	c  0.0s |       0 |      179 |        0 |    10490      0 |      460 |      478
1.79/1.80	c #cpu_time = 0.013s
1.79/1.80	c #wall_clock_time = 0.013s
1.79/1.80	c #decision = 179
1.79/1.80	c #random_decision = 0
1.79/1.80	c #conflict = 0
1.79/1.80	c #restart = 0
1.79/1.80	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=454354240
1.79/1.80	c BCD2: refineLB: 449985450 -> 454354240
1.79/1.80	c lower bound updated to 11358856001
1.79/1.81	c BCD2: 11404291424 <= obj <= 57475811325
1.79/1.81	c BCD2: #cores=33, #unrelaxed=354, #relaxed=190, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=52 bias=52/53
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |    10490      0 |      467 |      478
1.79/1.83	c  0.0s |       0 |      180 |        0 |    10490      0 |      467 |      491
1.79/1.83	c #cpu_time = 0.012s
1.79/1.83	c #wall_clock_time = 0.012s
1.79/1.83	c #decision = 180
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 0
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.79/1.83	c BCD2: refineLB: 227177121 -> 454354240
1.79/1.83	c lower bound updated to 11586033121
1.79/1.84	c BCD2: 11631468544 <= obj <= 57475811325
1.79/1.84	c BCD2: #cores=33, #unrelaxed=350, #relaxed=194, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=53 bias=53/54
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      491
1.79/1.85	c  0.0s |       0 |      179 |        0 |    10490      0 |      468 |      492
1.79/1.85	c #cpu_time = 0.013s
1.79/1.85	c #wall_clock_time = 0.013s
1.79/1.85	c #decision = 179
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 0
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.79/1.85	c lower bound updated to 11813210241
1.79/1.86	c BCD2: 11858645664 <= obj <= 57475811325
1.79/1.86	c BCD2: #cores=34, #unrelaxed=344, #relaxed=200, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=54 bias=54/55
1.79/1.86	c Solving starts ...
1.79/1.86	c ============================[ Search Statistics ]============================
1.79/1.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.86	c =============================================================================
1.79/1.86	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      493
1.79/1.88	c  0.0s |       0 |      180 |        0 |    10490      0 |      468 |      493
1.79/1.88	c #cpu_time = 0.012s
1.79/1.88	c #wall_clock_time = 0.012s
1.79/1.88	c #decision = 180
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 0
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.79/1.88	c lower bound updated to 12040387361
1.79/1.89	c BCD2: 12085822784 <= obj <= 57475811325
1.79/1.89	c BCD2: #cores=35, #unrelaxed=338, #relaxed=206, #hardened=0
1.79/1.89	c BCD2: #sat=1 #unsat=55 bias=55/56
1.79/1.89	c Solving starts ...
1.79/1.89	c ============================[ Search Statistics ]============================
1.79/1.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.89	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      494
1.89/1.90	c  0.0s |       0 |      181 |        0 |    10490      0 |      468 |      494
1.89/1.90	c #cpu_time = 0.012s
1.89/1.90	c #wall_clock_time = 0.012s
1.89/1.90	c #decision = 181
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 0
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.89/1.90	c lower bound updated to 12267564481
1.89/1.91	c BCD2: 12312999904 <= obj <= 57475811325
1.89/1.91	c BCD2: #cores=36, #unrelaxed=335, #relaxed=209, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=56 bias=56/57
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.92	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      495
1.89/1.93	c  0.0s |       0 |      181 |        0 |    10490      0 |      468 |      495
1.89/1.93	c #cpu_time = 0.012s
1.89/1.93	c #wall_clock_time = 0.012s
1.89/1.93	c #decision = 181
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 0
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.89/1.93	c lower bound updated to 12494741601
1.89/1.94	c BCD2: 12540177024 <= obj <= 57475811325
1.89/1.94	c BCD2: #cores=37, #unrelaxed=332, #relaxed=212, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=57 bias=57/58
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      496
1.89/1.95	c  0.0s |       0 |      183 |        0 |    10490      0 |      468 |      496
1.89/1.95	c #cpu_time = 0.012s
1.89/1.95	c #wall_clock_time = 0.012s
1.89/1.95	c #decision = 183
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 0
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.89/1.95	c lower bound updated to 12721918721
1.89/1.97	c BCD2: 12767354144 <= obj <= 57475811325
1.89/1.97	c BCD2: #cores=38, #unrelaxed=329, #relaxed=215, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=58 bias=58/59
1.89/1.97	c Solving starts ...
1.89/1.97	c ============================[ Search Statistics ]============================
1.89/1.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.97	c =============================================================================
1.89/1.97	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      497
1.89/1.98	c  0.0s |       0 |      186 |        0 |    10490      0 |      468 |      497
1.89/1.98	c #cpu_time = 0.013s
1.89/1.98	c #wall_clock_time = 0.013s
1.89/1.98	c #decision = 186
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 0
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.89/1.98	c lower bound updated to 12949095841
1.89/1.99	c BCD2: 12994531264 <= obj <= 57475811325
1.89/1.99	c BCD2: #cores=39, #unrelaxed=323, #relaxed=221, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=59 bias=59/60
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      498
1.99/2.01	c  0.0s |       0 |      184 |        0 |    10490      0 |      468 |      498
1.99/2.01	c #cpu_time = 0.012s
1.99/2.01	c #wall_clock_time = 0.012s
1.99/2.01	c #decision = 184
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 0
1.99/2.01	c #restart = 0
1.99/2.01	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.99/2.01	c lower bound updated to 13176272961
1.99/2.02	c BCD2: 13221708384 <= obj <= 57475811325
1.99/2.02	c BCD2: #cores=40, #unrelaxed=320, #relaxed=224, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=60 bias=60/61
1.99/2.02	c Solving starts ...
1.99/2.02	c ============================[ Search Statistics ]============================
1.99/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.02	c =============================================================================
1.99/2.02	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      499
1.99/2.03	c  0.0s |       0 |      185 |        0 |    10490      0 |      468 |      499
1.99/2.03	c #cpu_time = 0.012s
1.99/2.03	c #wall_clock_time = 0.012s
1.99/2.03	c #decision = 185
1.99/2.03	c #random_decision = 0
1.99/2.03	c #conflict = 0
1.99/2.03	c #restart = 0
1.99/2.03	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.99/2.03	c lower bound updated to 13403450081
1.99/2.04	c BCD2: 13448885504 <= obj <= 57475811325
1.99/2.04	c BCD2: #cores=41, #unrelaxed=317, #relaxed=227, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=61 bias=61/62
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10490      0 |      468 |      500
1.99/2.06	c  0.0s |       0 |      185 |        0 |    10490      0 |      468 |      500
1.99/2.06	c #cpu_time = 0.013s
1.99/2.06	c #wall_clock_time = 0.013s
1.99/2.06	c #decision = 185
1.99/2.06	c #random_decision = 0
1.99/2.06	c #conflict = 0
1.99/2.06	c #restart = 0
1.99/2.06	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.99/2.06	c BCD2: refineLB: 227177121 -> 454354240
1.99/2.06	c lower bound updated to 13630627201
1.99/2.07	c BCD2: 13676062624 <= obj <= 57475811325
1.99/2.07	c BCD2: #cores=41, #unrelaxed=313, #relaxed=231, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=62 bias=62/63
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
1.99/2.07	c  0.0s |       0 |        0 |        0 |    10490      0 |      469 |      500
1.99/2.09	c  0.0s |       0 |      188 |        0 |    10490      0 |      469 |      501
1.99/2.09	c #cpu_time = 0.012s
1.99/2.09	c #wall_clock_time = 0.012s
1.99/2.09	c #decision = 188
1.99/2.09	c #random_decision = 0
1.99/2.09	c #conflict = 0
1.99/2.09	c #restart = 0
1.99/2.09	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.99/2.09	c lower bound updated to 13857804321
2.09/2.10	c BCD2: 13903239744 <= obj <= 57475811325
2.09/2.10	c BCD2: #cores=42, #unrelaxed=307, #relaxed=237, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=63 bias=63/64
2.09/2.10	c Solving starts ...
2.09/2.10	c ============================[ Search Statistics ]============================
2.09/2.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.10	c =============================================================================
2.09/2.10	c  0.0s |       0 |        0 |        0 |    10490      0 |      469 |      502
2.09/2.11	c  0.0s |       0 |      184 |        0 |    10490      0 |      469 |      502
2.09/2.11	c #cpu_time = 0.012s
2.09/2.11	c #wall_clock_time = 0.012s
2.09/2.11	c #decision = 184
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 0
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.09/2.11	c lower bound updated to 13859140657
2.09/2.12	c BCD2: 13904576080 <= obj <= 57475811325
2.09/2.12	c BCD2: #cores=43, #unrelaxed=306, #relaxed=238, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=64 bias=64/65
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |    10490      0 |      469 |      502
2.09/2.14	c  0.0s |       0 |      186 |        0 |    10490      0 |      469 |      502
2.09/2.14	c #cpu_time = 0.014s
2.09/2.14	c #wall_clock_time = 0.014s
2.09/2.14	c #decision = 186
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 0
2.09/2.14	c #restart = 0
2.09/2.14	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.09/2.14	c lower bound updated to 13859141813
2.09/2.15	c BCD2: 13904577236 <= obj <= 57475811325
2.09/2.15	c BCD2: #cores=44, #unrelaxed=304, #relaxed=240, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=65 bias=65/66
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |    10490      0 |      469 |      502
2.09/2.16	c  0.0s |       0 |      370 |        1 |    10490      0 |      469 |      502
2.09/2.16	c #cpu_time = 0.014s
2.09/2.16	c #wall_clock_time = 0.014s
2.09/2.16	c #decision = 370
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 1
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.09/2.16	c lower bound updated to 13859141847
2.09/2.17	c BCD2: 13904577270 <= obj <= 57475811325
2.09/2.17	c BCD2: #cores=44, #unrelaxed=303, #relaxed=241, #hardened=0
2.09/2.17	c BCD2: #sat=1 #unsat=66 bias=66/67
2.09/2.17	c Solving starts ...
2.09/2.17	c ============================[ Search Statistics ]============================
2.09/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.17	c =============================================================================
2.09/2.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      470 |      502
2.09/2.19	c  0.0s |       0 |      370 |        1 |    10490      0 |      470 |      503
2.09/2.19	c #cpu_time = 0.015s
2.09/2.19	c #wall_clock_time = 0.015s
2.09/2.19	c #decision = 370
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 1
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
2.09/2.19	c lower bound updated to 13859141848
2.09/2.20	c BCD2: 13904577271 <= obj <= 57475811325
2.09/2.20	c BCD2: #cores=44, #unrelaxed=302, #relaxed=242, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=67 bias=67/68
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |    10490      0 |      471 |      503
2.20/2.21	c  0.0s |       0 |      186 |        0 |    10490      0 |      471 |      504
2.20/2.21	c #cpu_time = 0.013s
2.20/2.21	c #wall_clock_time = 0.013s
2.20/2.21	c #decision = 186
2.20/2.21	c #random_decision = 0
2.20/2.21	c #conflict = 0
2.20/2.21	c #restart = 0
2.20/2.21	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.20/2.21	c lower bound updated to 13860478184
2.20/2.22	c BCD2: 13905913607 <= obj <= 57475811325
2.20/2.22	c BCD2: #cores=45, #unrelaxed=301, #relaxed=243, #hardened=0
2.20/2.22	c BCD2: #sat=1 #unsat=68 bias=68/69
2.20/2.23	c Solving starts ...
2.20/2.23	c ============================[ Search Statistics ]============================
2.20/2.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.23	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.23	c =============================================================================
2.20/2.23	c  0.0s |       0 |        0 |        0 |    10490      0 |      471 |      504
2.20/2.24	c  0.0s |       0 |      188 |        0 |    10490      0 |      471 |      504
2.20/2.24	c #cpu_time = 0.013s
2.20/2.24	c #wall_clock_time = 0.013s
2.20/2.24	c #decision = 188
2.20/2.24	c #random_decision = 0
2.20/2.24	c #conflict = 0
2.20/2.24	c #restart = 0
2.20/2.24	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.20/2.24	c lower bound updated to 13860479340
2.20/2.25	c BCD2: 13905914763 <= obj <= 57475811325
2.20/2.25	c BCD2: #cores=46, #unrelaxed=299, #relaxed=245, #hardened=0
2.20/2.25	c BCD2: #sat=1 #unsat=69 bias=69/70
2.20/2.26	c Solving starts ...
2.20/2.26	c ============================[ Search Statistics ]============================
2.20/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.26	c =============================================================================
2.20/2.26	c  0.0s |       0 |        0 |        0 |    10490      0 |      471 |      504
2.20/2.27	c  0.0s |       0 |      373 |        1 |    10490      0 |      471 |      504
2.20/2.27	c #cpu_time = 0.014s
2.20/2.27	c #wall_clock_time = 0.014s
2.20/2.27	c #decision = 373
2.20/2.27	c #random_decision = 0
2.20/2.27	c #conflict = 1
2.20/2.27	c #restart = 0
2.20/2.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.20/2.27	c lower bound updated to 13860479374
2.20/2.28	c BCD2: 13905914797 <= obj <= 57475811325
2.20/2.28	c BCD2: #cores=46, #unrelaxed=298, #relaxed=246, #hardened=0
2.20/2.28	c BCD2: #sat=1 #unsat=70 bias=70/71
2.20/2.28	c Solving starts ...
2.20/2.28	c ============================[ Search Statistics ]============================
2.20/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.28	c =============================================================================
2.20/2.28	c  0.0s |       0 |        0 |        0 |    10490      0 |      472 |      504
2.20/2.30	c  0.0s |       0 |      373 |        1 |    10490      0 |      472 |      505
2.20/2.30	c #cpu_time = 0.015s
2.20/2.30	c #wall_clock_time = 0.015s
2.20/2.30	c #decision = 373
2.20/2.30	c #random_decision = 0
2.20/2.30	c #conflict = 1
2.20/2.30	c #restart = 0
2.20/2.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
2.20/2.30	c lower bound updated to 13860479375
2.30/2.31	c BCD2: 13905914798 <= obj <= 57475811325
2.30/2.31	c BCD2: #cores=46, #unrelaxed=297, #relaxed=247, #hardened=0
2.30/2.31	c BCD2: #sat=1 #unsat=71 bias=71/72
2.30/2.31	c Solving starts ...
2.30/2.31	c ============================[ Search Statistics ]============================
2.30/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.31	c =============================================================================
2.30/2.31	c  0.0s |       0 |        0 |        0 |    10490      0 |      473 |      505
2.30/2.32	c  0.0s |       0 |      188 |        0 |    10490      0 |      473 |      506
2.30/2.32	c #cpu_time = 0.014s
2.30/2.32	c #wall_clock_time = 0.014s
2.30/2.32	c #decision = 188
2.30/2.32	c #random_decision = 0
2.30/2.32	c #conflict = 0
2.30/2.32	c #restart = 0
2.30/2.32	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.30/2.32	c lower bound updated to 13861815711
2.30/2.33	c BCD2: 13907251134 <= obj <= 57475811325
2.30/2.33	c BCD2: #cores=47, #unrelaxed=296, #relaxed=248, #hardened=0
2.30/2.33	c BCD2: #sat=1 #unsat=72 bias=72/73
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |    10490      0 |      473 |      506
2.30/2.35	c  0.0s |       0 |      190 |        0 |    10490      0 |      473 |      506
2.30/2.35	c #cpu_time = 0.015s
2.30/2.35	c #wall_clock_time = 0.015s
2.30/2.35	c #decision = 190
2.30/2.35	c #random_decision = 0
2.30/2.35	c #conflict = 0
2.30/2.35	c #restart = 0
2.30/2.35	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.30/2.35	c lower bound updated to 13861816867
2.30/2.36	c BCD2: 13907252290 <= obj <= 57475811325
2.30/2.36	c BCD2: #cores=48, #unrelaxed=294, #relaxed=250, #hardened=0
2.30/2.36	c BCD2: #sat=1 #unsat=73 bias=73/74
2.30/2.36	c Solving starts ...
2.30/2.36	c ============================[ Search Statistics ]============================
2.30/2.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.36	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.36	c =============================================================================
2.30/2.36	c  0.0s |       0 |        0 |        0 |    10490      0 |      473 |      506
2.30/2.38	c  0.0s |       0 |      376 |        1 |    10490      0 |      473 |      506
2.30/2.38	c #cpu_time = 0.015s
2.30/2.38	c #wall_clock_time = 0.015s
2.30/2.38	c #decision = 376
2.30/2.38	c #random_decision = 0
2.30/2.38	c #conflict = 1
2.30/2.38	c #restart = 0
2.30/2.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.30/2.38	c lower bound updated to 13861816901
2.30/2.39	c BCD2: 13907252324 <= obj <= 57475811325
2.30/2.39	c BCD2: #cores=48, #unrelaxed=293, #relaxed=251, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=74 bias=74/75
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |    10490      0 |      474 |      506
2.39/2.41	c  0.0s |       0 |      376 |        1 |    10490      0 |      474 |      507
2.39/2.41	c #cpu_time = 0.015s
2.39/2.41	c #wall_clock_time = 0.015s
2.39/2.41	c #decision = 376
2.39/2.41	c #random_decision = 0
2.39/2.41	c #conflict = 1
2.39/2.41	c #restart = 0
2.39/2.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
2.39/2.41	c lower bound updated to 13861816902
2.39/2.42	c BCD2: 13907252325 <= obj <= 57475811325
2.39/2.42	c BCD2: #cores=48, #unrelaxed=292, #relaxed=252, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=75 bias=75/76
2.39/2.42	c Solving starts ...
2.39/2.42	c ============================[ Search Statistics ]============================
2.39/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.42	c =============================================================================
2.39/2.42	c  0.0s |       0 |        0 |        0 |    10490      0 |      475 |      507
2.39/2.43	c  0.0s |       0 |      190 |        0 |    10490      0 |      475 |      508
2.39/2.43	c #cpu_time = 0.014s
2.39/2.43	c #wall_clock_time = 0.014s
2.39/2.43	c #decision = 190
2.39/2.43	c #random_decision = 0
2.39/2.43	c #conflict = 0
2.39/2.43	c #restart = 0
2.39/2.43	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.39/2.43	c lower bound updated to 13863153238
2.39/2.44	c BCD2: 13908588661 <= obj <= 57475811325
2.39/2.44	c BCD2: #cores=49, #unrelaxed=291, #relaxed=253, #hardened=0
2.39/2.44	c BCD2: #sat=1 #unsat=76 bias=76/77
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |    10490      0 |      475 |      508
2.39/2.46	c  0.0s |       0 |      192 |        0 |    10490      0 |      475 |      508
2.39/2.46	c #cpu_time = 0.015s
2.39/2.46	c #wall_clock_time = 0.015s
2.39/2.46	c #decision = 192
2.39/2.46	c #random_decision = 0
2.39/2.46	c #conflict = 0
2.39/2.46	c #restart = 0
2.39/2.46	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.39/2.46	c lower bound updated to 13863154394
2.39/2.47	c BCD2: 13908589817 <= obj <= 57475811325
2.39/2.47	c BCD2: #cores=50, #unrelaxed=289, #relaxed=255, #hardened=0
2.39/2.47	c BCD2: #sat=1 #unsat=77 bias=77/78
2.39/2.47	c Solving starts ...
2.39/2.47	c ============================[ Search Statistics ]============================
2.39/2.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.47	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.47	c =============================================================================
2.39/2.47	c  0.0s |       0 |        0 |        0 |    10490      0 |      475 |      508
2.39/2.49	c  0.0s |       0 |      379 |        1 |    10490      0 |      475 |      508
2.39/2.49	c #cpu_time = 0.015s
2.39/2.49	c #wall_clock_time = 0.015s
2.39/2.49	c #decision = 379
2.39/2.49	c #random_decision = 0
2.39/2.49	c #conflict = 1
2.39/2.49	c #restart = 0
2.39/2.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.39/2.49	c lower bound updated to 13863154428
2.39/2.50	c BCD2: 13908589851 <= obj <= 57475811325
2.39/2.50	c BCD2: #cores=50, #unrelaxed=288, #relaxed=256, #hardened=0
2.39/2.50	c BCD2: #sat=1 #unsat=78 bias=78/79
2.49/2.50	c Solving starts ...
2.49/2.50	c ============================[ Search Statistics ]============================
2.49/2.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.50	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.50	c =============================================================================
2.49/2.50	c  0.0s |       0 |        0 |        0 |    10490      0 |      476 |      508
2.49/2.51	c  0.0s |       0 |      379 |        1 |    10490      0 |      476 |      509
2.49/2.51	c #cpu_time = 0.016s
2.49/2.51	c #wall_clock_time = 0.016s
2.49/2.51	c #decision = 379
2.49/2.51	c #random_decision = 0
2.49/2.51	c #conflict = 1
2.49/2.51	c #restart = 0
2.49/2.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
2.49/2.51	c lower bound updated to 13863154429
2.49/2.52	c BCD2: 13908589852 <= obj <= 57475811325
2.49/2.52	c BCD2: #cores=50, #unrelaxed=287, #relaxed=257, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=79 bias=79/80
2.49/2.53	c Solving starts ...
2.49/2.53	c ============================[ Search Statistics ]============================
2.49/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.53	c =============================================================================
2.49/2.53	c  0.0s |       0 |        0 |        0 |    10490      0 |      477 |      509
2.49/2.54	c  0.0s |       0 |      192 |        0 |    10490      0 |      477 |      510
2.49/2.54	c #cpu_time = 0.013s
2.49/2.54	c #wall_clock_time = 0.013s
2.49/2.54	c #decision = 192
2.49/2.54	c #random_decision = 0
2.49/2.54	c #conflict = 0
2.49/2.54	c #restart = 0
2.49/2.54	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.49/2.54	c lower bound updated to 13864490765
2.49/2.55	c BCD2: 13909926188 <= obj <= 57475811325
2.49/2.55	c BCD2: #cores=51, #unrelaxed=286, #relaxed=258, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=80 bias=80/81
2.49/2.56	c Solving starts ...
2.49/2.56	c ============================[ Search Statistics ]============================
2.49/2.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.56	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.56	c =============================================================================
2.49/2.56	c  0.0s |       0 |        0 |        0 |    10490      0 |      477 |      510
2.49/2.57	c  0.0s |       0 |      194 |        0 |    10490      0 |      477 |      510
2.49/2.57	c #cpu_time = 0.015s
2.49/2.57	c #wall_clock_time = 0.015s
2.49/2.57	c #decision = 194
2.49/2.57	c #random_decision = 0
2.49/2.57	c #conflict = 0
2.49/2.57	c #restart = 0
2.49/2.57	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.49/2.57	c lower bound updated to 13864491921
2.49/2.58	c BCD2: 13909927344 <= obj <= 57475811325
2.49/2.58	c BCD2: #cores=52, #unrelaxed=284, #relaxed=260, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=81 bias=81/82
2.49/2.58	c Solving starts ...
2.49/2.58	c ============================[ Search Statistics ]============================
2.49/2.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.58	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.58	c =============================================================================
2.49/2.58	c  0.0s |       0 |        0 |        0 |    10490      0 |      477 |      510
2.59/2.60	c  0.0s |       0 |      382 |        1 |    10490      0 |      477 |      510
2.59/2.60	c #cpu_time = 0.016s
2.59/2.60	c #wall_clock_time = 0.016s
2.59/2.60	c #decision = 382
2.59/2.60	c #random_decision = 0
2.59/2.60	c #conflict = 1
2.59/2.60	c #restart = 0
2.59/2.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.59/2.60	c lower bound updated to 13864491955
2.59/2.61	c BCD2: 13909927378 <= obj <= 57475811325
2.59/2.61	c BCD2: #cores=52, #unrelaxed=283, #relaxed=261, #hardened=0
2.59/2.61	c BCD2: #sat=1 #unsat=82 bias=82/83
2.59/2.61	c Solving starts ...
2.59/2.61	c ============================[ Search Statistics ]============================
2.59/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.61	c =============================================================================
2.59/2.61	c  0.0s |       0 |        0 |        0 |    10490      0 |      478 |      510
2.59/2.63	c  0.0s |       0 |      382 |        1 |    10490      0 |      478 |      511
2.59/2.63	c #cpu_time = 0.017s
2.59/2.63	c #wall_clock_time = 0.017s
2.59/2.63	c #decision = 382
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 1
2.59/2.63	c #restart = 0
2.59/2.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
2.59/2.63	c lower bound updated to 13864491956
2.59/2.64	c BCD2: 13909927379 <= obj <= 57475811325
2.59/2.64	c BCD2: #cores=52, #unrelaxed=282, #relaxed=262, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=83 bias=83/84
2.59/2.64	c Solving starts ...
2.59/2.64	c ============================[ Search Statistics ]============================
2.59/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.64	c =============================================================================
2.59/2.64	c  0.0s |       0 |        0 |        0 |    10490      0 |      479 |      511
2.59/2.65	c  0.0s |       0 |      194 |        0 |    10490      0 |      479 |      512
2.59/2.65	c #cpu_time = 0.015s
2.59/2.65	c #wall_clock_time = 0.015s
2.59/2.65	c #decision = 194
2.59/2.65	c #random_decision = 0
2.59/2.65	c #conflict = 0
2.59/2.65	c #restart = 0
2.59/2.65	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.59/2.65	c lower bound updated to 13865828292
2.59/2.66	c BCD2: 13911263715 <= obj <= 57475811325
2.59/2.66	c BCD2: #cores=53, #unrelaxed=281, #relaxed=263, #hardened=0
2.59/2.66	c BCD2: #sat=1 #unsat=84 bias=84/85
2.59/2.67	c Solving starts ...
2.59/2.67	c ============================[ Search Statistics ]============================
2.59/2.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.67	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.67	c =============================================================================
2.59/2.67	c  0.0s |       0 |        0 |        0 |    10490      0 |      479 |      512
2.59/2.69	c  0.0s |       0 |      196 |        0 |    10490      0 |      479 |      512
2.59/2.69	c #cpu_time = 0.015s
2.59/2.69	c #wall_clock_time = 0.015s
2.59/2.69	c #decision = 196
2.59/2.69	c #random_decision = 0
2.59/2.69	c #conflict = 0
2.59/2.69	c #restart = 0
2.59/2.69	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.59/2.69	c lower bound updated to 13865829448
2.69/2.70	c BCD2: 13911264871 <= obj <= 57475811325
2.69/2.70	c BCD2: #cores=54, #unrelaxed=279, #relaxed=265, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=85 bias=85/86
2.69/2.70	c Solving starts ...
2.69/2.70	c ============================[ Search Statistics ]============================
2.69/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.70	c =============================================================================
2.69/2.70	c  0.0s |       0 |        0 |        0 |    10490      0 |      479 |      512
2.69/2.71	c  0.0s |       0 |      385 |        1 |    10490      0 |      479 |      512
2.69/2.71	c #cpu_time = 0.016s
2.69/2.71	c #wall_clock_time = 0.016s
2.69/2.71	c #decision = 385
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 1
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.69/2.71	c lower bound updated to 13865829482
2.69/2.72	c BCD2: 13911264905 <= obj <= 57475811325
2.69/2.72	c BCD2: #cores=54, #unrelaxed=278, #relaxed=266, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=86 bias=86/87
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |    10490      0 |      480 |      512
2.69/2.74	c  0.0s |       0 |      385 |        1 |    10490      0 |      480 |      513
2.69/2.74	c #cpu_time = 0.017s
2.69/2.74	c #wall_clock_time = 0.017s
2.69/2.74	c #decision = 385
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 1
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
2.69/2.74	c lower bound updated to 13865829483
2.69/2.75	c BCD2: 13911264906 <= obj <= 57475811325
2.69/2.75	c BCD2: #cores=54, #unrelaxed=277, #relaxed=267, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=87 bias=87/88
2.69/2.75	c Solving starts ...
2.69/2.75	c ============================[ Search Statistics ]============================
2.69/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.75	c =============================================================================
2.69/2.75	c  0.0s |       0 |        0 |        0 |    10490      0 |      481 |      513
2.69/2.77	c  0.0s |       0 |      196 |        0 |    10490      0 |      481 |      514
2.69/2.77	c #cpu_time = 0.015s
2.69/2.77	c #wall_clock_time = 0.015s
2.69/2.77	c #decision = 196
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.69/2.77	c lower bound updated to 13867165819
2.69/2.78	c BCD2: 13912601242 <= obj <= 57475811325
2.69/2.78	c BCD2: #cores=55, #unrelaxed=276, #relaxed=268, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=88 bias=88/89
2.69/2.78	c Solving starts ...
2.69/2.78	c ============================[ Search Statistics ]============================
2.69/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.78	c =============================================================================
2.69/2.78	c  0.0s |       0 |        0 |        0 |    10490      0 |      481 |      514
2.79/2.80	c  0.0s |       0 |      198 |        0 |    10490      0 |      481 |      514
2.79/2.80	c #cpu_time = 0.016s
2.79/2.80	c #wall_clock_time = 0.016s
2.79/2.80	c #decision = 198
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 0
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.79/2.80	c lower bound updated to 13867166975
2.79/2.81	c BCD2: 13912602398 <= obj <= 57475811325
2.79/2.81	c BCD2: #cores=56, #unrelaxed=274, #relaxed=270, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=89 bias=89/90
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |    10490      0 |      481 |      514
2.79/2.83	c  0.0s |       0 |      388 |        1 |    10490      0 |      481 |      514
2.79/2.83	c #cpu_time = 0.016s
2.79/2.83	c #wall_clock_time = 0.016s
2.79/2.83	c #decision = 388
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 1
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.79/2.83	c lower bound updated to 13867167009
2.79/2.84	c BCD2: 13912602432 <= obj <= 57475811325
2.79/2.84	c BCD2: #cores=56, #unrelaxed=273, #relaxed=271, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=90 bias=90/91
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |    10490      0 |      482 |      514
2.79/2.86	c  0.0s |       0 |      388 |        1 |    10490      0 |      482 |      515
2.79/2.86	c #cpu_time = 0.018s
2.79/2.86	c #wall_clock_time = 0.018s
2.79/2.86	c #decision = 388
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 1
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
2.79/2.86	c lower bound updated to 13867167010
2.79/2.87	c BCD2: 13912602433 <= obj <= 57475811325
2.79/2.87	c BCD2: #cores=56, #unrelaxed=272, #relaxed=272, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=91 bias=91/92
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |    10490      0 |      483 |      515
2.79/2.89	c  0.0s |       0 |      198 |        0 |    10490      0 |      483 |      516
2.79/2.89	c #cpu_time = 0.015s
2.79/2.89	c #wall_clock_time = 0.015s
2.79/2.89	c #decision = 198
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 0
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.79/2.89	c lower bound updated to 13868503346
2.89/2.90	c BCD2: 13913938769 <= obj <= 57475811325
2.89/2.90	c BCD2: #cores=57, #unrelaxed=271, #relaxed=273, #hardened=0
2.89/2.90	c BCD2: #sat=1 #unsat=92 bias=92/93
2.89/2.90	c Solving starts ...
2.89/2.90	c ============================[ Search Statistics ]============================
2.89/2.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.90	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.90	c =============================================================================
2.89/2.90	c  0.0s |       0 |        0 |        0 |    10490      0 |      483 |      516
2.89/2.92	c  0.0s |       0 |      200 |        0 |    10490      0 |      483 |      516
2.89/2.92	c #cpu_time = 0.016s
2.89/2.92	c #wall_clock_time = 0.016s
2.89/2.92	c #decision = 200
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 0
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.89/2.92	c lower bound updated to 13868504502
2.89/2.93	c BCD2: 13913939925 <= obj <= 57475811325
2.89/2.93	c BCD2: #cores=58, #unrelaxed=269, #relaxed=275, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=93 bias=93/94
2.89/2.93	c Solving starts ...
2.89/2.93	c ============================[ Search Statistics ]============================
2.89/2.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.93	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.93	c =============================================================================
2.89/2.93	c  0.0s |       0 |        0 |        0 |    10490      0 |      483 |      516
2.89/2.95	c  0.0s |       0 |      391 |        1 |    10490      0 |      483 |      516
2.89/2.95	c #cpu_time = 0.017s
2.89/2.95	c #wall_clock_time = 0.017s
2.89/2.95	c #decision = 391
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 1
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.89/2.95	c lower bound updated to 13868504536
2.89/2.96	c BCD2: 13913939959 <= obj <= 57475811325
2.89/2.96	c BCD2: #cores=58, #unrelaxed=268, #relaxed=276, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=94 bias=94/95
2.89/2.96	c Solving starts ...
2.89/2.96	c ============================[ Search Statistics ]============================
2.89/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.96	c =============================================================================
2.89/2.96	c  0.0s |       0 |        0 |        0 |    10490      0 |      484 |      516
2.89/2.98	c  0.0s |       0 |      391 |        1 |    10490      0 |      484 |      517
2.89/2.98	c #cpu_time = 0.017s
2.89/2.98	c #wall_clock_time = 0.017s
2.89/2.98	c #decision = 391
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 1
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
2.89/2.98	c lower bound updated to 13868504537
2.89/2.99	c BCD2: 13913939960 <= obj <= 57475811325
2.89/2.99	c BCD2: #cores=58, #unrelaxed=267, #relaxed=277, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=95 bias=95/96
2.89/2.99	c Solving starts ...
2.89/2.99	c ============================[ Search Statistics ]============================
2.89/2.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.99	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.99	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |    10490      0 |      485 |      517
2.99/3.01	c  0.0s |       0 |      200 |        0 |    10490      0 |      485 |      518
2.99/3.01	c #cpu_time = 0.016s
2.99/3.01	c #wall_clock_time = 0.016s
2.99/3.01	c #decision = 200
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 0
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.99/3.01	c lower bound updated to 13869840873
2.99/3.02	c BCD2: 13915276296 <= obj <= 57475811325
2.99/3.02	c BCD2: #cores=59, #unrelaxed=266, #relaxed=278, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=96 bias=96/97
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |    10490      0 |      485 |      518
2.99/3.04	c  0.0s |       0 |      202 |        0 |    10490      0 |      485 |      518
2.99/3.04	c #cpu_time = 0.017s
2.99/3.04	c #wall_clock_time = 0.017s
2.99/3.04	c #decision = 202
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 0
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: found a new core of size 2: cost of the new core is >=1156
2.99/3.04	c lower bound updated to 13869842029
2.99/3.05	c BCD2: 13915277452 <= obj <= 57475811325
2.99/3.05	c BCD2: #cores=60, #unrelaxed=264, #relaxed=280, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=97 bias=97/98
2.99/3.05	c Solving starts ...
2.99/3.05	c ============================[ Search Statistics ]============================
2.99/3.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.05	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.05	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |    10490      0 |      485 |      518
2.99/3.07	c  0.0s |       0 |      394 |        1 |    10490      0 |      485 |      518
2.99/3.07	c #cpu_time = 0.018s
2.99/3.07	c #wall_clock_time = 0.018s
2.99/3.07	c #decision = 394
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 1
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
2.99/3.07	c lower bound updated to 13869842063
2.99/3.08	c BCD2: 13915277486 <= obj <= 57475811325
2.99/3.08	c BCD2: #cores=60, #unrelaxed=263, #relaxed=281, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=98 bias=98/99
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |    10490      0 |      486 |      518
3.09/3.10	c  0.0s |       0 |      394 |        1 |    10490      0 |      486 |      519
3.09/3.10	c #cpu_time = 0.018s
3.09/3.10	c #wall_clock_time = 0.018s
3.09/3.10	c #decision = 394
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 1
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
3.09/3.10	c lower bound updated to 13869842064
3.09/3.11	c BCD2: 13915277487 <= obj <= 57475811325
3.09/3.11	c BCD2: #cores=60, #unrelaxed=262, #relaxed=282, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=99 bias=99/100
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.11	c  0.0s |       0 |        0 |        0 |    10490      0 |      487 |      519
3.09/3.13	c  0.0s |       0 |      202 |        0 |    10490      0 |      487 |      520
3.09/3.13	c #cpu_time = 0.015s
3.09/3.13	c #wall_clock_time = 0.015s
3.09/3.13	c #decision = 202
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 0
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.09/3.13	c lower bound updated to 13871178400
3.09/3.14	c BCD2: 13916613823 <= obj <= 57475811325
3.09/3.14	c BCD2: #cores=61, #unrelaxed=261, #relaxed=283, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=100 bias=100/101
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |    10490      0 |      487 |      520
3.09/3.16	c  0.0s |       0 |      204 |        0 |    10490      0 |      487 |      520
3.09/3.16	c #cpu_time = 0.017s
3.09/3.16	c #wall_clock_time = 0.017s
3.09/3.16	c #decision = 204
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 0
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: found a new core of size 2: cost of the new core is >=1156
3.09/3.16	c lower bound updated to 13871179556
3.09/3.17	c BCD2: 13916614979 <= obj <= 57475811325
3.09/3.17	c BCD2: #cores=62, #unrelaxed=259, #relaxed=285, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=101 bias=101/102
3.09/3.17	c Solving starts ...
3.09/3.17	c ============================[ Search Statistics ]============================
3.09/3.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.17	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.17	c =============================================================================
3.09/3.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      487 |      520
3.09/3.19	c  0.0s |       0 |      397 |        1 |    10490      0 |      487 |      520
3.09/3.19	c #cpu_time = 0.018s
3.09/3.19	c #wall_clock_time = 0.018s
3.09/3.19	c #decision = 397
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 1
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
3.09/3.19	c lower bound updated to 13871179590
3.19/3.20	c BCD2: 13916615013 <= obj <= 57475811325
3.19/3.20	c BCD2: #cores=62, #unrelaxed=258, #relaxed=286, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=102 bias=102/103
3.19/3.20	c Solving starts ...
3.19/3.20	c ============================[ Search Statistics ]============================
3.19/3.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.20	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.20	c =============================================================================
3.19/3.20	c  0.0s |       0 |        0 |        0 |    10490      0 |      488 |      520
3.19/3.22	c  0.0s |       0 |      397 |        1 |    10490      0 |      488 |      521
3.19/3.22	c #cpu_time = 0.019s
3.19/3.22	c #wall_clock_time = 0.019s
3.19/3.22	c #decision = 397
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 1
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
3.19/3.22	c lower bound updated to 13871179591
3.19/3.23	c BCD2: 13916615014 <= obj <= 57475811325
3.19/3.23	c BCD2: #cores=62, #unrelaxed=257, #relaxed=287, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=103 bias=103/104
3.19/3.23	c Solving starts ...
3.19/3.23	c ============================[ Search Statistics ]============================
3.19/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.23	c =============================================================================
3.19/3.23	c  0.0s |       0 |        0 |        0 |    10490      0 |      489 |      521
3.19/3.25	c  0.0s |       0 |      204 |        0 |    10490      0 |      489 |      522
3.19/3.25	c #cpu_time = 0.017s
3.19/3.25	c #wall_clock_time = 0.017s
3.19/3.25	c #decision = 204
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 0
3.19/3.25	c #restart = 0
3.19/3.25	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.19/3.25	c lower bound updated to 13872515927
3.19/3.26	c BCD2: 13917951350 <= obj <= 57475811325
3.19/3.26	c BCD2: #cores=63, #unrelaxed=256, #relaxed=288, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=104 bias=104/105
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |    10490      0 |      489 |      522
3.19/3.28	c  0.0s |       0 |      206 |        0 |    10490      0 |      489 |      522
3.19/3.28	c #cpu_time = 0.016s
3.19/3.28	c #wall_clock_time = 0.016s
3.19/3.28	c #decision = 206
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 0
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: found a new core of size 2: cost of the new core is >=1156
3.19/3.28	c lower bound updated to 13872517083
3.19/3.29	c BCD2: 13917952506 <= obj <= 57475811325
3.19/3.29	c BCD2: #cores=64, #unrelaxed=254, #relaxed=290, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=105 bias=105/106
3.19/3.29	c Solving starts ...
3.19/3.29	c ============================[ Search Statistics ]============================
3.19/3.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.29	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.29	c =============================================================================
3.19/3.29	c  0.0s |       0 |        0 |        0 |    10490      0 |      489 |      522
3.30/3.31	c  0.0s |       0 |      400 |        1 |    10490      0 |      489 |      522
3.30/3.31	c #cpu_time = 0.019s
3.30/3.31	c #wall_clock_time = 0.019s
3.30/3.31	c #decision = 400
3.30/3.31	c #random_decision = 0
3.30/3.31	c #conflict = 1
3.30/3.31	c #restart = 0
3.30/3.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
3.30/3.31	c lower bound updated to 13872517117
3.30/3.32	c BCD2: 13917952540 <= obj <= 57475811325
3.30/3.32	c BCD2: #cores=64, #unrelaxed=253, #relaxed=291, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=106 bias=106/107
3.30/3.32	c Solving starts ...
3.30/3.32	c ============================[ Search Statistics ]============================
3.30/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.32	c =============================================================================
3.30/3.32	c  0.0s |       0 |        0 |        0 |    10490      0 |      490 |      522
3.30/3.34	c  0.0s |       0 |      400 |        1 |    10490      0 |      490 |      523
3.30/3.34	c #cpu_time = 0.019s
3.30/3.34	c #wall_clock_time = 0.019s
3.30/3.34	c #decision = 400
3.30/3.34	c #random_decision = 0
3.30/3.34	c #conflict = 1
3.30/3.34	c #restart = 0
3.30/3.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
3.30/3.34	c lower bound updated to 13872517118
3.30/3.35	c BCD2: 13917952541 <= obj <= 57475811325
3.30/3.35	c BCD2: #cores=64, #unrelaxed=252, #relaxed=292, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=107 bias=107/108
3.30/3.36	c Solving starts ...
3.30/3.36	c ============================[ Search Statistics ]============================
3.30/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.36	c =============================================================================
3.30/3.36	c  0.0s |       0 |        0 |        0 |    10490      0 |      491 |      523
3.30/3.38	c  0.0s |       0 |      206 |        0 |    10490      0 |      491 |      524
3.30/3.38	c #cpu_time = 0.016s
3.30/3.38	c #wall_clock_time = 0.016s
3.30/3.38	c #decision = 206
3.30/3.38	c #random_decision = 0
3.30/3.38	c #conflict = 0
3.30/3.38	c #restart = 0
3.30/3.38	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.30/3.38	c lower bound updated to 13873853454
3.30/3.39	c BCD2: 13919288877 <= obj <= 57475811325
3.30/3.39	c BCD2: #cores=65, #unrelaxed=251, #relaxed=293, #hardened=0
3.30/3.39	c BCD2: #sat=1 #unsat=108 bias=108/109
3.30/3.39	c Solving starts ...
3.30/3.39	c ============================[ Search Statistics ]============================
3.30/3.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.39	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.39	c =============================================================================
3.30/3.39	c  0.0s |       0 |        0 |        0 |    10490      0 |      491 |      524
3.40/3.41	c  0.0s |       0 |      208 |        0 |    10490      0 |      491 |      524
3.40/3.41	c #cpu_time = 0.018s
3.40/3.41	c #wall_clock_time = 0.018s
3.40/3.41	c #decision = 208
3.40/3.41	c #random_decision = 0
3.40/3.41	c #conflict = 0
3.40/3.41	c #restart = 0
3.40/3.41	c BCD2: found a new core of size 2: cost of the new core is >=1156
3.40/3.41	c lower bound updated to 13873854610
3.40/3.42	c BCD2: 13919290033 <= obj <= 57475811325
3.40/3.42	c BCD2: #cores=66, #unrelaxed=249, #relaxed=295, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=109 bias=109/110
3.40/3.42	c Solving starts ...
3.40/3.42	c ============================[ Search Statistics ]============================
3.40/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.42	c =============================================================================
3.40/3.42	c  0.0s |       0 |        0 |        0 |    10490      0 |      491 |      524
3.40/3.44	c  0.0s |       0 |      403 |        1 |    10490      0 |      491 |      524
3.40/3.44	c #cpu_time = 0.019s
3.40/3.44	c #wall_clock_time = 0.019s
3.40/3.44	c #decision = 403
3.40/3.44	c #random_decision = 0
3.40/3.44	c #conflict = 1
3.40/3.44	c #restart = 0
3.40/3.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
3.40/3.44	c lower bound updated to 13873854644
3.40/3.45	c BCD2: 13919290067 <= obj <= 57475811325
3.40/3.45	c BCD2: #cores=66, #unrelaxed=248, #relaxed=296, #hardened=0
3.40/3.45	c BCD2: #sat=1 #unsat=110 bias=110/111
3.40/3.45	c Solving starts ...
3.40/3.45	c ============================[ Search Statistics ]============================
3.40/3.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.45	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.45	c =============================================================================
3.40/3.45	c  0.0s |       0 |        0 |        0 |    10490      0 |      492 |      524
3.40/3.47	c  0.0s |       0 |      403 |        1 |    10490      0 |      492 |      525
3.40/3.47	c #cpu_time = 0.020s
3.40/3.47	c #wall_clock_time = 0.020s
3.40/3.47	c #decision = 403
3.40/3.47	c #random_decision = 0
3.40/3.47	c #conflict = 1
3.40/3.47	c #restart = 0
3.40/3.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
3.40/3.47	c lower bound updated to 13873854645
3.40/3.48	c BCD2: 13919290068 <= obj <= 57475811325
3.40/3.48	c BCD2: #cores=66, #unrelaxed=247, #relaxed=297, #hardened=0
3.40/3.48	c BCD2: #sat=1 #unsat=111 bias=111/112
3.40/3.48	c Solving starts ...
3.40/3.48	c ============================[ Search Statistics ]============================
3.40/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.48	c =============================================================================
3.40/3.49	c  0.0s |       0 |        0 |        0 |    10490      0 |      493 |      525
3.49/3.50	c  0.0s |       0 |      208 |        0 |    10490      0 |      493 |      526
3.49/3.50	c #cpu_time = 0.016s
3.49/3.50	c #wall_clock_time = 0.016s
3.49/3.50	c #decision = 208
3.49/3.50	c #random_decision = 0
3.49/3.50	c #conflict = 0
3.49/3.50	c #restart = 0
3.49/3.50	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.49/3.50	c lower bound updated to 13875190981
3.49/3.51	c BCD2: 13920626404 <= obj <= 57475811325
3.49/3.51	c BCD2: #cores=67, #unrelaxed=246, #relaxed=298, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=112 bias=112/113
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    10490      0 |      493 |      526
3.49/3.54	c  0.0s |       0 |      210 |        0 |    10490      0 |      493 |      526
3.49/3.54	c #cpu_time = 0.019s
3.49/3.54	c #wall_clock_time = 0.019s
3.49/3.54	c #decision = 210
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 0
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: found a new core of size 2: cost of the new core is >=1156
3.49/3.54	c lower bound updated to 13875192137
3.49/3.55	c BCD2: 13920627560 <= obj <= 57475811325
3.49/3.55	c BCD2: #cores=68, #unrelaxed=244, #relaxed=300, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=113 bias=113/114
3.49/3.55	c Solving starts ...
3.49/3.55	c ============================[ Search Statistics ]============================
3.49/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.55	c =============================================================================
3.49/3.55	c  0.0s |       0 |        0 |        0 |    10490      0 |      493 |      526
3.49/3.57	c  0.0s |       0 |      406 |        1 |    10490      0 |      493 |      526
3.49/3.57	c #cpu_time = 0.020s
3.49/3.57	c #wall_clock_time = 0.020s
3.49/3.57	c #decision = 406
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 1
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
3.49/3.57	c lower bound updated to 13875192171
3.49/3.58	c BCD2: 13920627594 <= obj <= 57475811325
3.49/3.58	c BCD2: #cores=68, #unrelaxed=243, #relaxed=301, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=114 bias=114/115
3.49/3.58	c Solving starts ...
3.49/3.58	c ============================[ Search Statistics ]============================
3.49/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.58	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |    10490      0 |      494 |      526
3.59/3.60	c  0.0s |       0 |      406 |        1 |    10490      0 |      494 |      527
3.59/3.60	c #cpu_time = 0.019s
3.59/3.60	c #wall_clock_time = 0.019s
3.59/3.60	c #decision = 406
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 1
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
3.59/3.60	c lower bound updated to 13875192172
3.59/3.61	c BCD2: 13920627595 <= obj <= 57475811325
3.59/3.61	c BCD2: #cores=68, #unrelaxed=242, #relaxed=302, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=115 bias=115/116
3.59/3.62	c Solving starts ...
3.59/3.62	c ============================[ Search Statistics ]============================
3.59/3.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.62	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.62	c =============================================================================
3.59/3.62	c  0.0s |       0 |        0 |        0 |    10490      0 |      495 |      527
3.59/3.63	c  0.0s |       0 |      210 |        0 |    10490      0 |      495 |      528
3.59/3.63	c #cpu_time = 0.018s
3.59/3.63	c #wall_clock_time = 0.018s
3.59/3.63	c #decision = 210
3.59/3.63	c #random_decision = 0
3.59/3.63	c #conflict = 0
3.59/3.63	c #restart = 0
3.59/3.63	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.59/3.63	c lower bound updated to 13876528508
3.59/3.64	c BCD2: 13921963931 <= obj <= 57475811325
3.59/3.64	c BCD2: #cores=69, #unrelaxed=241, #relaxed=303, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=116 bias=116/117
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |    10490      0 |      495 |      528
3.59/3.67	c  0.0s |       0 |      212 |        0 |    10490      0 |      495 |      528
3.59/3.67	c #cpu_time = 0.019s
3.59/3.67	c #wall_clock_time = 0.019s
3.59/3.67	c #decision = 212
3.59/3.67	c #random_decision = 0
3.59/3.67	c #conflict = 0
3.59/3.67	c #restart = 0
3.59/3.67	c BCD2: found a new core of size 2: cost of the new core is >=1156
3.59/3.67	c lower bound updated to 13876529664
3.59/3.67	c BCD2: 13921965087 <= obj <= 57475811325
3.59/3.67	c BCD2: #cores=70, #unrelaxed=239, #relaxed=305, #hardened=0
3.59/3.67	c BCD2: #sat=1 #unsat=117 bias=117/118
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |    10490      0 |      495 |      528
3.69/3.70	c  0.0s |       0 |      409 |        1 |    10490      0 |      495 |      528
3.69/3.70	c #cpu_time = 0.019s
3.69/3.70	c #wall_clock_time = 0.019s
3.69/3.70	c #decision = 409
3.69/3.70	c #random_decision = 0
3.69/3.70	c #conflict = 1
3.69/3.70	c #restart = 0
3.69/3.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
3.69/3.70	c lower bound updated to 13876529698
3.69/3.71	c BCD2: 13921965121 <= obj <= 57475811325
3.69/3.71	c BCD2: #cores=70, #unrelaxed=238, #relaxed=306, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=118 bias=118/119
3.69/3.71	c Solving starts ...
3.69/3.71	c ============================[ Search Statistics ]============================
3.69/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.71	c =============================================================================
3.69/3.71	c  0.0s |       0 |        0 |        0 |    10490      0 |      496 |      528
3.69/3.74	c  0.0s |       0 |      409 |        1 |    10490      0 |      496 |      529
3.69/3.74	c #cpu_time = 0.023s
3.69/3.74	c #wall_clock_time = 0.023s
3.69/3.74	c #decision = 409
3.69/3.74	c #random_decision = 0
3.69/3.74	c #conflict = 1
3.69/3.74	c #restart = 0
3.69/3.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
3.69/3.74	c lower bound updated to 13876529699
3.69/3.75	c BCD2: 13921965122 <= obj <= 57475811325
3.69/3.75	c BCD2: #cores=70, #unrelaxed=237, #relaxed=307, #hardened=0
3.69/3.75	c BCD2: #sat=1 #unsat=119 bias=119/120
3.69/3.75	c Solving starts ...
3.69/3.75	c ============================[ Search Statistics ]============================
3.69/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.75	c =============================================================================
3.69/3.75	c  0.0s |       0 |        0 |        0 |    10490      0 |      497 |      529
3.69/3.77	c  0.0s |       0 |      212 |        0 |    10490      0 |      497 |      530
3.69/3.77	c #cpu_time = 0.018s
3.69/3.77	c #wall_clock_time = 0.018s
3.69/3.77	c #decision = 212
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 0
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.69/3.77	c lower bound updated to 13877866035
3.69/3.78	c BCD2: 13923301458 <= obj <= 57475811325
3.69/3.78	c BCD2: #cores=71, #unrelaxed=236, #relaxed=308, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=120 bias=120/121
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.78	c  0.0s |       0 |        0 |        0 |    10490      0 |      497 |      530
3.79/3.80	c  0.0s |       0 |      214 |        0 |    10490      0 |      497 |      530
3.79/3.80	c #cpu_time = 0.018s
3.79/3.80	c #wall_clock_time = 0.018s
3.79/3.80	c #decision = 214
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 0
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: found a new core of size 2: cost of the new core is >=1156
3.79/3.80	c lower bound updated to 13877867191
3.79/3.81	c BCD2: 13923302614 <= obj <= 57475811325
3.79/3.81	c BCD2: #cores=72, #unrelaxed=234, #relaxed=310, #hardened=0
3.79/3.81	c BCD2: #sat=1 #unsat=121 bias=121/122
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      497 |      530
4.09/4.17	c  0.0s |       0 |      412 |        1 |    10490      0 |      497 |      530
4.09/4.17	c #cpu_time = 0.020s
4.09/4.17	c #wall_clock_time = 0.020s
4.09/4.17	c #decision = 412
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.09/4.17	c lower bound updated to 13877867225
4.09/4.17	c BCD2: 13923302648 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=72, #unrelaxed=233, #relaxed=311, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=122 bias=122/123
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      498 |      530
4.09/4.17	c  0.0s |       0 |      412 |        1 |    10490      0 |      498 |      531
4.09/4.17	c #cpu_time = 0.021s
4.09/4.17	c #wall_clock_time = 0.021s
4.09/4.17	c #decision = 412
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.09/4.17	c lower bound updated to 13877867226
4.09/4.17	c BCD2: 13923302649 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=72, #unrelaxed=232, #relaxed=312, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=123 bias=123/124
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      499 |      531
4.09/4.17	c  0.0s |       0 |      214 |        0 |    10490      0 |      499 |      532
4.09/4.17	c #cpu_time = 0.017s
4.09/4.17	c #wall_clock_time = 0.017s
4.09/4.17	c #decision = 214
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 0
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.09/4.17	c lower bound updated to 13879203562
4.09/4.17	c BCD2: 13924638985 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=73, #unrelaxed=231, #relaxed=313, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=124 bias=124/125
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      499 |      532
4.09/4.17	c  0.0s |       0 |      216 |        0 |    10490      0 |      499 |      532
4.09/4.17	c #cpu_time = 0.020s
4.09/4.17	c #wall_clock_time = 0.020s
4.09/4.17	c #decision = 216
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 0
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: found a new core of size 2: cost of the new core is >=1156
4.09/4.17	c lower bound updated to 13879204718
4.09/4.17	c BCD2: 13924640141 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=74, #unrelaxed=229, #relaxed=315, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=125 bias=125/126
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      499 |      532
4.09/4.17	c  0.0s |       0 |      415 |        1 |    10490      0 |      499 |      532
4.09/4.17	c #cpu_time = 0.020s
4.09/4.17	c #wall_clock_time = 0.020s
4.09/4.17	c #decision = 415
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.09/4.17	c lower bound updated to 13879204752
4.09/4.17	c BCD2: 13924640175 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=74, #unrelaxed=228, #relaxed=316, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=126 bias=126/127
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      500 |      532
4.09/4.17	c  0.0s |       0 |      415 |        1 |    10490      0 |      500 |      533
4.09/4.17	c #cpu_time = 0.022s
4.09/4.17	c #wall_clock_time = 0.022s
4.09/4.17	c #decision = 415
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.09/4.17	c lower bound updated to 13879204753
4.09/4.17	c BCD2: 13924640176 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=74, #unrelaxed=227, #relaxed=317, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=127 bias=127/128
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      501 |      533
4.09/4.17	c  0.0s |       0 |      216 |        0 |    10490      0 |      501 |      534
4.09/4.17	c #cpu_time = 0.018s
4.09/4.17	c #wall_clock_time = 0.018s
4.09/4.17	c #decision = 216
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 0
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.09/4.17	c lower bound updated to 13880541089
4.09/4.17	c BCD2: 13925976512 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=75, #unrelaxed=226, #relaxed=318, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=128 bias=128/129
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      501 |      534
4.09/4.17	c  0.0s |       0 |      218 |        0 |    10490      0 |      501 |      534
4.09/4.17	c #cpu_time = 0.020s
4.09/4.17	c #wall_clock_time = 0.020s
4.09/4.17	c #decision = 218
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 0
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: found a new core of size 2: cost of the new core is >=1156
4.09/4.17	c lower bound updated to 13880542245
4.09/4.17	c BCD2: 13925977668 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=76, #unrelaxed=224, #relaxed=320, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=129 bias=129/130
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      501 |      534
4.09/4.17	c  0.0s |       0 |      418 |        1 |    10490      0 |      501 |      534
4.09/4.17	c #cpu_time = 0.021s
4.09/4.17	c #wall_clock_time = 0.021s
4.09/4.17	c #decision = 418
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.09/4.17	c lower bound updated to 13880542279
4.09/4.17	c BCD2: 13925977702 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=76, #unrelaxed=223, #relaxed=321, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=130 bias=130/131
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      502 |      534
4.09/4.17	c  0.0s |       0 |      418 |        1 |    10490      0 |      502 |      535
4.09/4.17	c #cpu_time = 0.021s
4.09/4.17	c #wall_clock_time = 0.021s
4.09/4.17	c #decision = 418
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.09/4.17	c lower bound updated to 13880542280
4.09/4.17	c BCD2: 13925977703 <= obj <= 57475811325
4.09/4.17	c BCD2: #cores=76, #unrelaxed=222, #relaxed=322, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=131 bias=131/132
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    10490      0 |      503 |      535
4.09/4.18	c  0.0s |       0 |      218 |        0 |    10490      0 |      503 |      536
4.09/4.18	c #cpu_time = 0.020s
4.09/4.18	c #wall_clock_time = 0.020s
4.09/4.18	c #decision = 218
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 0
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.09/4.18	c lower bound updated to 13881878616
4.09/4.19	c BCD2: 13927314039 <= obj <= 57475811325
4.09/4.19	c BCD2: #cores=77, #unrelaxed=221, #relaxed=323, #hardened=0
4.09/4.19	c BCD2: #sat=1 #unsat=132 bias=132/133
4.09/4.19	c Solving starts ...
4.09/4.19	c ============================[ Search Statistics ]============================
4.09/4.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.19	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.19	c =============================================================================
4.09/4.19	c  0.0s |       0 |        0 |        0 |    10490      0 |      503 |      536
4.19/4.21	c  0.0s |       0 |      220 |        0 |    10490      0 |      503 |      536
4.19/4.21	c #cpu_time = 0.020s
4.19/4.21	c #wall_clock_time = 0.020s
4.19/4.21	c #decision = 220
4.19/4.21	c #random_decision = 0
4.19/4.21	c #conflict = 0
4.19/4.21	c #restart = 0
4.19/4.21	c BCD2: found a new core of size 2: cost of the new core is >=1156
4.19/4.21	c lower bound updated to 13881879772
4.19/4.22	c BCD2: 13927315195 <= obj <= 57475811325
4.19/4.22	c BCD2: #cores=78, #unrelaxed=219, #relaxed=325, #hardened=0
4.19/4.22	c BCD2: #sat=1 #unsat=133 bias=133/134
4.19/4.22	c Solving starts ...
4.19/4.22	c ============================[ Search Statistics ]============================
4.19/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.22	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |    10490      0 |      503 |      536
4.19/4.25	c  0.0s |       0 |      421 |        1 |    10490      0 |      503 |      536
4.19/4.25	c #cpu_time = 0.022s
4.19/4.25	c #wall_clock_time = 0.022s
4.19/4.25	c #decision = 421
4.19/4.25	c #random_decision = 0
4.19/4.25	c #conflict = 1
4.19/4.25	c #restart = 0
4.19/4.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.19/4.25	c lower bound updated to 13881879806
4.19/4.26	c BCD2: 13927315229 <= obj <= 57475811325
4.19/4.26	c BCD2: #cores=78, #unrelaxed=218, #relaxed=326, #hardened=0
4.19/4.26	c BCD2: #sat=1 #unsat=134 bias=134/135
4.19/4.26	c Solving starts ...
4.19/4.26	c ============================[ Search Statistics ]============================
4.19/4.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.26	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.26	c =============================================================================
4.19/4.26	c  0.0s |       0 |        0 |        0 |    10490      0 |      504 |      536
4.19/4.29	c  0.0s |       0 |      421 |        1 |    10490      0 |      504 |      537
4.19/4.29	c #cpu_time = 0.021s
4.19/4.29	c #wall_clock_time = 0.021s
4.19/4.29	c #decision = 421
4.19/4.29	c #random_decision = 0
4.19/4.29	c #conflict = 1
4.19/4.29	c #restart = 0
4.19/4.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.19/4.29	c lower bound updated to 13881879807
4.19/4.29	c BCD2: 13927315230 <= obj <= 57475811325
4.19/4.29	c BCD2: #cores=78, #unrelaxed=217, #relaxed=327, #hardened=0
4.19/4.29	c BCD2: #sat=1 #unsat=135 bias=135/136
4.29/4.30	c Solving starts ...
4.29/4.30	c ============================[ Search Statistics ]============================
4.29/4.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.30	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.30	c =============================================================================
4.29/4.30	c  0.0s |       0 |        0 |        0 |    10490      0 |      505 |      537
4.29/4.32	c  0.0s |       0 |      220 |        0 |    10490      0 |      505 |      538
4.29/4.32	c #cpu_time = 0.020s
4.29/4.32	c #wall_clock_time = 0.020s
4.29/4.32	c #decision = 220
4.29/4.32	c #random_decision = 0
4.29/4.32	c #conflict = 0
4.29/4.32	c #restart = 0
4.29/4.32	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.29/4.32	c lower bound updated to 13883216143
4.29/4.33	c BCD2: 13928651566 <= obj <= 57475811325
4.29/4.33	c BCD2: #cores=79, #unrelaxed=216, #relaxed=328, #hardened=0
4.29/4.33	c BCD2: #sat=1 #unsat=136 bias=136/137
4.29/4.33	c Solving starts ...
4.29/4.33	c ============================[ Search Statistics ]============================
4.29/4.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.33	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.33	c =============================================================================
4.29/4.33	c  0.0s |       0 |        0 |        0 |    10490      0 |      505 |      538
4.29/4.35	c  0.0s |       0 |      222 |        0 |    10490      0 |      505 |      538
4.29/4.35	c #cpu_time = 0.021s
4.29/4.35	c #wall_clock_time = 0.021s
4.29/4.35	c #decision = 222
4.29/4.35	c #random_decision = 0
4.29/4.35	c #conflict = 0
4.29/4.35	c #restart = 0
4.29/4.35	c BCD2: found a new core of size 2: cost of the new core is >=1156
4.29/4.35	c lower bound updated to 13883217299
4.29/4.36	c BCD2: 13928652722 <= obj <= 57475811325
4.29/4.36	c BCD2: #cores=80, #unrelaxed=214, #relaxed=330, #hardened=0
4.29/4.36	c BCD2: #sat=1 #unsat=137 bias=137/138
4.29/4.37	c Solving starts ...
4.29/4.37	c ============================[ Search Statistics ]============================
4.29/4.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.37	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.37	c =============================================================================
4.29/4.37	c  0.0s |       0 |        0 |        0 |    10490      0 |      505 |      538
4.29/4.39	c  0.0s |       0 |      424 |        1 |    10490      0 |      505 |      538
4.29/4.39	c #cpu_time = 0.021s
4.29/4.39	c #wall_clock_time = 0.021s
4.29/4.39	c #decision = 424
4.29/4.39	c #random_decision = 0
4.29/4.39	c #conflict = 1
4.29/4.39	c #restart = 0
4.29/4.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.29/4.39	c lower bound updated to 13883217333
4.29/4.40	c BCD2: 13928652756 <= obj <= 57475811325
4.29/4.40	c BCD2: #cores=80, #unrelaxed=213, #relaxed=331, #hardened=0
4.29/4.40	c BCD2: #sat=1 #unsat=138 bias=138/139
4.29/4.40	c Solving starts ...
4.29/4.40	c ============================[ Search Statistics ]============================
4.29/4.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.40	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.40	c =============================================================================
4.29/4.40	c  0.0s |       0 |        0 |        0 |    10490      0 |      506 |      538
4.39/4.43	c  0.0s |       0 |      424 |        1 |    10490      0 |      506 |      539
4.39/4.43	c #cpu_time = 0.023s
4.39/4.43	c #wall_clock_time = 0.023s
4.39/4.43	c #decision = 424
4.39/4.43	c #random_decision = 0
4.39/4.43	c #conflict = 1
4.39/4.43	c #restart = 0
4.39/4.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.39/4.43	c lower bound updated to 13883217334
4.39/4.44	c BCD2: 13928652757 <= obj <= 57475811325
4.39/4.44	c BCD2: #cores=80, #unrelaxed=212, #relaxed=332, #hardened=0
4.39/4.44	c BCD2: #sat=1 #unsat=139 bias=139/140
4.39/4.44	c Solving starts ...
4.39/4.44	c ============================[ Search Statistics ]============================
4.39/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.44	c =============================================================================
4.39/4.44	c  0.0s |       0 |        0 |        0 |    10490      0 |      507 |      539
4.39/4.46	c  0.0s |       0 |      222 |        0 |    10490      0 |      507 |      540
4.39/4.46	c #cpu_time = 0.019s
4.39/4.46	c #wall_clock_time = 0.019s
4.39/4.46	c #decision = 222
4.39/4.46	c #random_decision = 0
4.39/4.46	c #conflict = 0
4.39/4.46	c #restart = 0
4.39/4.46	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.39/4.46	c lower bound updated to 13884553670
4.39/4.47	c BCD2: 13929989093 <= obj <= 57475811325
4.39/4.47	c BCD2: #cores=81, #unrelaxed=211, #relaxed=333, #hardened=0
4.39/4.47	c BCD2: #sat=1 #unsat=140 bias=140/141
4.39/4.47	c Solving starts ...
4.39/4.47	c ============================[ Search Statistics ]============================
4.39/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.47	c =============================================================================
4.39/4.47	c  0.0s |       0 |        0 |        0 |    10490      0 |      507 |      540
4.39/4.50	c  0.0s |       0 |      224 |        0 |    10490      0 |      507 |      540
4.39/4.50	c #cpu_time = 0.021s
4.39/4.50	c #wall_clock_time = 0.021s
4.39/4.50	c #decision = 224
4.39/4.50	c #random_decision = 0
4.39/4.50	c #conflict = 0
4.39/4.50	c #restart = 0
4.39/4.50	c BCD2: found a new core of size 2: cost of the new core is >=1156
4.39/4.50	c lower bound updated to 13884554826
4.49/4.51	c BCD2: 13929990249 <= obj <= 57475811325
4.49/4.51	c BCD2: #cores=82, #unrelaxed=209, #relaxed=335, #hardened=0
4.49/4.51	c BCD2: #sat=1 #unsat=141 bias=141/142
4.49/4.51	c Solving starts ...
4.49/4.51	c ============================[ Search Statistics ]============================
4.49/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.51	c =============================================================================
4.49/4.51	c  0.0s |       0 |        0 |        0 |    10490      0 |      507 |      540
4.49/4.53	c  0.0s |       0 |      427 |        1 |    10490      0 |      507 |      540
4.49/4.53	c #cpu_time = 0.023s
4.49/4.53	c #wall_clock_time = 0.023s
4.49/4.53	c #decision = 427
4.49/4.53	c #random_decision = 0
4.49/4.53	c #conflict = 1
4.49/4.53	c #restart = 0
4.49/4.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.49/4.53	c lower bound updated to 13884554860
4.49/4.54	c BCD2: 13929990283 <= obj <= 57475811325
4.49/4.54	c BCD2: #cores=82, #unrelaxed=208, #relaxed=336, #hardened=0
4.49/4.54	c BCD2: #sat=1 #unsat=142 bias=142/143
4.49/4.54	c Solving starts ...
4.49/4.54	c ============================[ Search Statistics ]============================
4.49/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.54	c =============================================================================
4.49/4.55	c  0.0s |       0 |        0 |        0 |    10490      0 |      508 |      540
4.49/4.57	c  0.0s |       0 |      427 |        1 |    10490      0 |      508 |      541
4.49/4.57	c #cpu_time = 0.022s
4.49/4.57	c #wall_clock_time = 0.022s
4.49/4.57	c #decision = 427
4.49/4.57	c #random_decision = 0
4.49/4.57	c #conflict = 1
4.49/4.57	c #restart = 0
4.49/4.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.49/4.57	c lower bound updated to 13884554861
4.49/4.58	c BCD2: 13929990284 <= obj <= 57475811325
4.49/4.58	c BCD2: #cores=82, #unrelaxed=207, #relaxed=337, #hardened=0
4.49/4.58	c BCD2: #sat=1 #unsat=143 bias=143/144
4.49/4.58	c Solving starts ...
4.49/4.58	c ============================[ Search Statistics ]============================
4.49/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.58	c =============================================================================
4.49/4.58	c  0.0s |       0 |        0 |        0 |    10490      0 |      509 |      541
4.58/4.61	c  0.0s |       0 |      224 |        0 |    10490      0 |      509 |      542
4.58/4.61	c #cpu_time = 0.021s
4.58/4.61	c #wall_clock_time = 0.021s
4.58/4.61	c #decision = 224
4.58/4.61	c #random_decision = 0
4.58/4.61	c #conflict = 0
4.58/4.61	c #restart = 0
4.58/4.61	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.58/4.61	c lower bound updated to 13885891197
4.58/4.62	c BCD2: 13931326620 <= obj <= 57475811325
4.58/4.62	c BCD2: #cores=83, #unrelaxed=206, #relaxed=338, #hardened=0
4.58/4.62	c BCD2: #sat=1 #unsat=144 bias=144/145
4.58/4.62	c Solving starts ...
4.58/4.62	c ============================[ Search Statistics ]============================
4.58/4.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.62	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.62	c =============================================================================
4.58/4.62	c  0.0s |       0 |        0 |        0 |    10490      0 |      509 |      542
4.58/4.64	c  0.0s |       0 |      226 |        0 |    10490      0 |      509 |      542
4.58/4.64	c #cpu_time = 0.022s
4.58/4.64	c #wall_clock_time = 0.022s
4.58/4.64	c #decision = 226
4.58/4.64	c #random_decision = 0
4.58/4.64	c #conflict = 0
4.58/4.64	c #restart = 0
4.58/4.64	c BCD2: found a new core of size 2: cost of the new core is >=1156
4.58/4.64	c lower bound updated to 13885892353
4.58/4.65	c BCD2: 13931327776 <= obj <= 57475811325
4.58/4.65	c BCD2: #cores=84, #unrelaxed=204, #relaxed=340, #hardened=0
4.58/4.65	c BCD2: #sat=1 #unsat=145 bias=145/146
4.58/4.65	c Solving starts ...
4.58/4.65	c ============================[ Search Statistics ]============================
4.58/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.65	c =============================================================================
4.69/4.70	c  0.0s |       0 |        0 |        0 |    10490      0 |      509 |      542
4.69/4.72	c  0.0s |       0 |      430 |        1 |    10490      0 |      509 |      542
4.69/4.72	c #cpu_time = 0.022s
4.69/4.72	c #wall_clock_time = 0.022s
4.69/4.72	c #decision = 430
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 1
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.69/4.72	c lower bound updated to 13885892387
4.69/4.73	c BCD2: 13931327810 <= obj <= 57475811325
4.69/4.73	c BCD2: #cores=84, #unrelaxed=203, #relaxed=341, #hardened=0
4.69/4.73	c BCD2: #sat=1 #unsat=146 bias=146/147
4.69/4.73	c Solving starts ...
4.69/4.73	c ============================[ Search Statistics ]============================
4.69/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.73	c =============================================================================
4.69/4.74	c  0.0s |       0 |        0 |        0 |    10490      0 |      510 |      542
4.69/4.76	c  0.0s |       0 |      430 |        1 |    10490      0 |      510 |      543
4.69/4.76	c #cpu_time = 0.026s
4.69/4.76	c #wall_clock_time = 0.026s
4.69/4.76	c #decision = 430
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 1
4.69/4.76	c #restart = 0
4.69/4.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.69/4.76	c lower bound updated to 13885892388
4.69/4.77	c BCD2: 13931327811 <= obj <= 57475811325
4.69/4.77	c BCD2: #cores=84, #unrelaxed=202, #relaxed=342, #hardened=0
4.69/4.77	c BCD2: #sat=1 #unsat=147 bias=147/148
4.69/4.77	c Solving starts ...
4.69/4.77	c ============================[ Search Statistics ]============================
4.69/4.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.77	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.77	c =============================================================================
4.69/4.77	c  0.0s |       0 |        0 |        0 |    10490      0 |      511 |      543
4.69/4.80	c  0.0s |       0 |      226 |        0 |    10490      0 |      511 |      544
4.69/4.80	c #cpu_time = 0.022s
4.69/4.80	c #wall_clock_time = 0.022s
4.69/4.80	c #decision = 226
4.69/4.80	c #random_decision = 0
4.69/4.80	c #conflict = 0
4.69/4.80	c #restart = 0
4.79/4.80	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.79/4.80	c lower bound updated to 13887228724
4.79/4.81	c BCD2: 13932664147 <= obj <= 57475811325
4.79/4.81	c BCD2: #cores=85, #unrelaxed=201, #relaxed=343, #hardened=0
4.79/4.81	c BCD2: #sat=1 #unsat=148 bias=148/149
4.79/4.81	c Solving starts ...
4.79/4.81	c ============================[ Search Statistics ]============================
4.79/4.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.81	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.81	c =============================================================================
4.79/4.81	c  0.0s |       0 |        0 |        0 |    10490      0 |      511 |      544
4.79/4.83	c  0.0s |       0 |      228 |        0 |    10490      0 |      511 |      544
4.79/4.83	c #cpu_time = 0.021s
4.79/4.83	c #wall_clock_time = 0.021s
4.79/4.83	c #decision = 228
4.79/4.83	c #random_decision = 0
4.79/4.83	c #conflict = 0
4.79/4.83	c #restart = 0
4.79/4.83	c BCD2: found a new core of size 2: cost of the new core is >=1156
4.79/4.83	c lower bound updated to 13887229880
4.79/4.84	c BCD2: 13932665303 <= obj <= 57475811325
4.79/4.84	c BCD2: #cores=86, #unrelaxed=199, #relaxed=345, #hardened=0
4.79/4.84	c BCD2: #sat=1 #unsat=149 bias=149/150
4.79/4.85	c Solving starts ...
4.79/4.85	c ============================[ Search Statistics ]============================
4.79/4.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.85	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.85	c =============================================================================
4.79/4.85	c  0.0s |       0 |        0 |        0 |    10490      0 |      511 |      544
4.79/4.87	c  0.0s |       0 |      433 |        1 |    10490      0 |      511 |      544
4.79/4.87	c #cpu_time = 0.024s
4.79/4.87	c #wall_clock_time = 0.024s
4.79/4.87	c #decision = 433
4.79/4.87	c #random_decision = 0
4.79/4.87	c #conflict = 1
4.79/4.87	c #restart = 0
4.79/4.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.79/4.87	c lower bound updated to 13887229914
4.79/4.88	c BCD2: 13932665337 <= obj <= 57475811325
4.79/4.88	c BCD2: #cores=86, #unrelaxed=198, #relaxed=346, #hardened=0
4.79/4.88	c BCD2: #sat=1 #unsat=150 bias=150/151
4.79/4.88	c Solving starts ...
4.79/4.88	c ============================[ Search Statistics ]============================
4.79/4.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.88	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.88	c =============================================================================
4.79/4.88	c  0.0s |       0 |        0 |        0 |    10490      0 |      512 |      544
4.89/4.91	c  0.0s |       0 |      433 |        1 |    10490      0 |      512 |      545
4.89/4.91	c #cpu_time = 0.025s
4.89/4.91	c #wall_clock_time = 0.025s
4.89/4.91	c #decision = 433
4.89/4.91	c #random_decision = 0
4.89/4.91	c #conflict = 1
4.89/4.91	c #restart = 0
4.89/4.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.89/4.91	c lower bound updated to 13887229915
4.89/4.92	c BCD2: 13932665338 <= obj <= 57475811325
4.89/4.92	c BCD2: #cores=86, #unrelaxed=197, #relaxed=347, #hardened=0
4.89/4.92	c BCD2: #sat=1 #unsat=151 bias=151/152
4.89/4.92	c Solving starts ...
4.89/4.92	c ============================[ Search Statistics ]============================
4.89/4.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.92	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.92	c =============================================================================
4.89/4.93	c  0.0s |       0 |        0 |        0 |    10490      0 |      513 |      545
4.89/4.95	c  0.0s |       0 |      228 |        0 |    10490      0 |      513 |      546
4.89/4.95	c #cpu_time = 0.020s
4.89/4.95	c #wall_clock_time = 0.020s
4.89/4.95	c #decision = 228
4.89/4.95	c #random_decision = 0
4.89/4.95	c #conflict = 0
4.89/4.95	c #restart = 0
4.89/4.95	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.89/4.95	c lower bound updated to 13888566251
4.89/4.96	c BCD2: 13934001674 <= obj <= 57475811325
4.89/4.96	c BCD2: #cores=87, #unrelaxed=196, #relaxed=348, #hardened=0
4.89/4.96	c BCD2: #sat=1 #unsat=152 bias=152/153
4.89/4.96	c Solving starts ...
4.89/4.96	c ============================[ Search Statistics ]============================
4.89/4.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.96	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.96	c =============================================================================
4.89/4.96	c  0.0s |       0 |        0 |        0 |    10490      0 |      513 |      546
4.89/4.98	c  0.0s |       0 |      230 |        0 |    10490      0 |      513 |      546
4.89/4.98	c #cpu_time = 0.023s
4.89/4.98	c #wall_clock_time = 0.023s
4.89/4.98	c #decision = 230
4.89/4.98	c #random_decision = 0
4.89/4.98	c #conflict = 0
4.89/4.98	c #restart = 0
4.89/4.98	c BCD2: found a new core of size 2: cost of the new core is >=1156
4.89/4.98	c lower bound updated to 13888567407
4.89/4.99	c BCD2: 13934002830 <= obj <= 57475811325
4.89/4.99	c BCD2: #cores=88, #unrelaxed=194, #relaxed=350, #hardened=0
4.89/4.99	c BCD2: #sat=1 #unsat=153 bias=153/154
4.89/5.00	c Solving starts ...
4.89/5.00	c ============================[ Search Statistics ]============================
4.89/5.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/5.00	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/5.00	c =============================================================================
4.89/5.00	c  0.0s |       0 |        0 |        0 |    10490      0 |      513 |      546
4.99/5.02	c  0.0s |       0 |      436 |        1 |    10490      0 |      513 |      546
4.99/5.02	c #cpu_time = 0.025s
4.99/5.02	c #wall_clock_time = 0.025s
4.99/5.02	c #decision = 436
4.99/5.02	c #random_decision = 0
4.99/5.02	c #conflict = 1
4.99/5.02	c #restart = 0
4.99/5.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
4.99/5.02	c lower bound updated to 13888567441
4.99/5.03	c BCD2: 13934002864 <= obj <= 57475811325
4.99/5.03	c BCD2: #cores=88, #unrelaxed=193, #relaxed=351, #hardened=0
4.99/5.03	c BCD2: #sat=1 #unsat=154 bias=154/155
4.99/5.03	c Solving starts ...
4.99/5.03	c ============================[ Search Statistics ]============================
4.99/5.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.03	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.03	c =============================================================================
4.99/5.04	c  0.0s |       0 |        0 |        0 |    10490      0 |      514 |      546
4.99/5.06	c  0.0s |       0 |      436 |        1 |    10490      0 |      514 |      547
4.99/5.06	c #cpu_time = 0.024s
4.99/5.06	c #wall_clock_time = 0.024s
4.99/5.06	c #decision = 436
4.99/5.06	c #random_decision = 0
4.99/5.06	c #conflict = 1
4.99/5.06	c #restart = 0
4.99/5.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
4.99/5.06	c lower bound updated to 13888567442
4.99/5.07	c BCD2: 13934002865 <= obj <= 57475811325
4.99/5.07	c BCD2: #cores=88, #unrelaxed=192, #relaxed=352, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=155 bias=155/156
4.99/5.07	c Solving starts ...
4.99/5.07	c ============================[ Search Statistics ]============================
4.99/5.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.07	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.07	c =============================================================================
4.99/5.07	c  0.0s |       0 |        0 |        0 |    10490      0 |      515 |      547
5.09/5.10	c  0.0s |       0 |      230 |        0 |    10490      0 |      515 |      548
5.09/5.10	c #cpu_time = 0.023s
5.09/5.10	c #wall_clock_time = 0.023s
5.09/5.10	c #decision = 230
5.09/5.10	c #random_decision = 0
5.09/5.10	c #conflict = 0
5.09/5.10	c #restart = 0
5.09/5.10	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.09/5.10	c lower bound updated to 13889903778
5.09/5.11	c BCD2: 13935339201 <= obj <= 57475811325
5.09/5.11	c BCD2: #cores=89, #unrelaxed=191, #relaxed=353, #hardened=0
5.09/5.11	c BCD2: #sat=1 #unsat=156 bias=156/157
5.09/5.11	c Solving starts ...
5.09/5.11	c ============================[ Search Statistics ]============================
5.09/5.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.11	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.11	c =============================================================================
5.09/5.11	c  0.0s |       0 |        0 |        0 |    10490      0 |      515 |      548
5.09/5.13	c  0.0s |       0 |      232 |        0 |    10490      0 |      515 |      548
5.09/5.13	c #cpu_time = 0.023s
5.09/5.13	c #wall_clock_time = 0.023s
5.09/5.13	c #decision = 232
5.09/5.13	c #random_decision = 0
5.09/5.13	c #conflict = 0
5.09/5.13	c #restart = 0
5.09/5.13	c BCD2: found a new core of size 2: cost of the new core is >=1156
5.09/5.13	c lower bound updated to 13889904934
5.09/5.14	c BCD2: 13935340357 <= obj <= 57475811325
5.09/5.14	c BCD2: #cores=90, #unrelaxed=189, #relaxed=355, #hardened=0
5.09/5.14	c BCD2: #sat=1 #unsat=157 bias=157/158
5.09/5.15	c Solving starts ...
5.09/5.15	c ============================[ Search Statistics ]============================
5.09/5.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.15	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.15	c =============================================================================
5.09/5.15	c  0.0s |       0 |        0 |        0 |    10490      0 |      515 |      548
5.09/5.18	c  0.0s |       0 |      439 |        1 |    10490      0 |      515 |      548
5.09/5.18	c #cpu_time = 0.024s
5.09/5.18	c #wall_clock_time = 0.024s
5.09/5.18	c #decision = 439
5.09/5.18	c #random_decision = 0
5.09/5.18	c #conflict = 1
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
5.09/5.18	c lower bound updated to 13889904968
5.09/5.19	c BCD2: 13935340391 <= obj <= 57475811325
5.09/5.19	c BCD2: #cores=90, #unrelaxed=188, #relaxed=356, #hardened=0
5.09/5.19	c BCD2: #sat=1 #unsat=158 bias=158/159
5.09/5.19	c Solving starts ...
5.09/5.19	c ============================[ Search Statistics ]============================
5.09/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.19	c =============================================================================
5.09/5.19	c  0.0s |       0 |        0 |        0 |    10490      0 |      516 |      548
5.19/5.21	c  0.0s |       0 |      439 |        1 |    10490      0 |      516 |      549
5.19/5.21	c #cpu_time = 0.026s
5.19/5.21	c #wall_clock_time = 0.026s
5.19/5.21	c #decision = 439
5.19/5.21	c #random_decision = 0
5.19/5.21	c #conflict = 1
5.19/5.21	c #restart = 0
5.19/5.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
5.19/5.21	c lower bound updated to 13889904969
5.19/5.22	c BCD2: 13935340392 <= obj <= 57475811325
5.19/5.22	c BCD2: #cores=90, #unrelaxed=187, #relaxed=357, #hardened=0
5.19/5.22	c BCD2: #sat=1 #unsat=159 bias=159/160
5.19/5.23	c Solving starts ...
5.19/5.23	c ============================[ Search Statistics ]============================
5.19/5.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.23	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.23	c =============================================================================
5.19/5.23	c  0.0s |       0 |        0 |        0 |    10490      0 |      517 |      549
5.19/5.25	c  0.0s |       0 |      232 |        0 |    10490      0 |      517 |      550
5.19/5.25	c #cpu_time = 0.023s
5.19/5.25	c #wall_clock_time = 0.023s
5.19/5.25	c #decision = 232
5.19/5.25	c #random_decision = 0
5.19/5.25	c #conflict = 0
5.19/5.25	c #restart = 0
5.19/5.25	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.19/5.25	c lower bound updated to 13891241305
5.19/5.26	c BCD2: 13936676728 <= obj <= 57475811325
5.19/5.26	c BCD2: #cores=91, #unrelaxed=186, #relaxed=358, #hardened=0
5.19/5.26	c BCD2: #sat=1 #unsat=160 bias=160/161
5.19/5.26	c Solving starts ...
5.19/5.26	c ============================[ Search Statistics ]============================
5.19/5.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.26	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.26	c =============================================================================
5.19/5.27	c  0.0s |       0 |        0 |        0 |    10490      0 |      517 |      550
5.19/5.29	c  0.0s |       0 |      234 |        0 |    10490      0 |      517 |      550
5.19/5.29	c #cpu_time = 0.022s
5.19/5.29	c #wall_clock_time = 0.022s
5.19/5.29	c #decision = 234
5.19/5.29	c #random_decision = 0
5.19/5.29	c #conflict = 0
5.19/5.29	c #restart = 0
5.19/5.29	c BCD2: found a new core of size 2: cost of the new core is >=1156
5.19/5.29	c lower bound updated to 13891242461
5.29/5.30	c BCD2: 13936677884 <= obj <= 57475811325
5.29/5.30	c BCD2: #cores=92, #unrelaxed=184, #relaxed=360, #hardened=0
5.29/5.30	c BCD2: #sat=1 #unsat=161 bias=161/162
5.29/5.30	c Solving starts ...
5.29/5.30	c ============================[ Search Statistics ]============================
5.29/5.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.30	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.30	c =============================================================================
5.29/5.30	c  0.0s |       0 |        0 |        0 |    10490      0 |      517 |      550
5.29/5.33	c  0.0s |       0 |      442 |        1 |    10490      0 |      517 |      550
5.29/5.33	c #cpu_time = 0.026s
5.29/5.33	c #wall_clock_time = 0.026s
5.29/5.33	c #decision = 442
5.29/5.33	c #random_decision = 0
5.29/5.33	c #conflict = 1
5.29/5.33	c #restart = 0
5.29/5.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
5.29/5.33	c lower bound updated to 13891242495
5.29/5.34	c BCD2: 13936677918 <= obj <= 57475811325
5.29/5.34	c BCD2: #cores=92, #unrelaxed=183, #relaxed=361, #hardened=0
5.29/5.34	c BCD2: #sat=1 #unsat=162 bias=162/163
5.29/5.34	c Solving starts ...
5.29/5.34	c ============================[ Search Statistics ]============================
5.29/5.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.34	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.34	c =============================================================================
5.29/5.34	c  0.0s |       0 |        0 |        0 |    10490      0 |      518 |      550
5.29/5.37	c  0.0s |       0 |      442 |        1 |    10490      0 |      518 |      551
5.29/5.37	c #cpu_time = 0.026s
5.29/5.37	c #wall_clock_time = 0.026s
5.29/5.37	c #decision = 442
5.29/5.37	c #random_decision = 0
5.29/5.37	c #conflict = 1
5.29/5.37	c #restart = 0
5.29/5.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
5.29/5.37	c lower bound updated to 13891242496
5.29/5.38	c BCD2: 13936677919 <= obj <= 57475811325
5.29/5.38	c BCD2: #cores=92, #unrelaxed=182, #relaxed=362, #hardened=0
5.29/5.38	c BCD2: #sat=1 #unsat=163 bias=163/164
5.29/5.38	c Solving starts ...
5.29/5.38	c ============================[ Search Statistics ]============================
5.29/5.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.38	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.38	c =============================================================================
5.29/5.39	c  0.0s |       0 |        0 |        0 |    10490      0 |      519 |      551
5.39/5.41	c  0.0s |       0 |      234 |        0 |    10490      0 |      519 |      552
5.39/5.41	c #cpu_time = 0.022s
5.39/5.41	c #wall_clock_time = 0.022s
5.39/5.41	c #decision = 234
5.39/5.41	c #random_decision = 0
5.39/5.41	c #conflict = 0
5.39/5.41	c #restart = 0
5.39/5.41	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.39/5.41	c lower bound updated to 13892578832
5.39/5.42	c BCD2: 13938014255 <= obj <= 57475811325
5.39/5.42	c BCD2: #cores=93, #unrelaxed=181, #relaxed=363, #hardened=0
5.39/5.42	c BCD2: #sat=1 #unsat=164 bias=164/165
5.39/5.42	c Solving starts ...
5.39/5.42	c ============================[ Search Statistics ]============================
5.39/5.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.42	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.42	c =============================================================================
5.39/5.42	c  0.0s |       0 |        0 |        0 |    10490      0 |      519 |      552
5.39/5.45	c  0.0s |       0 |      236 |        0 |    10490      0 |      519 |      552
5.39/5.45	c #cpu_time = 0.024s
5.39/5.45	c #wall_clock_time = 0.024s
5.39/5.45	c #decision = 236
5.39/5.45	c #random_decision = 0
5.39/5.45	c #conflict = 0
5.39/5.45	c #restart = 0
5.39/5.45	c BCD2: found a new core of size 2: cost of the new core is >=1156
5.39/5.45	c lower bound updated to 13892579988
5.39/5.46	c BCD2: 13938015411 <= obj <= 57475811325
5.39/5.46	c BCD2: #cores=94, #unrelaxed=179, #relaxed=365, #hardened=0
5.39/5.46	c BCD2: #sat=1 #unsat=165 bias=165/166
5.39/5.46	c Solving starts ...
5.39/5.46	c ============================[ Search Statistics ]============================
5.39/5.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.46	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.46	c =============================================================================
5.39/5.46	c  0.0s |       0 |        0 |        0 |    10490      0 |      519 |      552
5.39/5.49	c  0.0s |       0 |      445 |        1 |    10490      0 |      519 |      552
5.39/5.49	c #cpu_time = 0.026s
5.39/5.49	c #wall_clock_time = 0.026s
5.39/5.49	c #decision = 445
5.39/5.49	c #random_decision = 0
5.39/5.49	c #conflict = 1
5.39/5.49	c #restart = 0
5.39/5.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
5.39/5.49	c lower bound updated to 13892580022
5.39/5.50	c BCD2: 13938015445 <= obj <= 57475811325
5.39/5.50	c BCD2: #cores=94, #unrelaxed=178, #relaxed=366, #hardened=0
5.39/5.50	c BCD2: #sat=1 #unsat=166 bias=166/167
5.39/5.50	c Solving starts ...
5.39/5.50	c ============================[ Search Statistics ]============================
5.39/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.50	c =============================================================================
5.50/5.50	c  0.0s |       0 |        0 |        0 |    10490      0 |      520 |      552
5.50/5.53	c  0.0s |       0 |      445 |        1 |    10490      0 |      520 |      553
5.50/5.53	c #cpu_time = 0.025s
5.50/5.53	c #wall_clock_time = 0.025s
5.50/5.53	c #decision = 445
5.50/5.53	c #random_decision = 0
5.50/5.53	c #conflict = 1
5.50/5.53	c #restart = 0
5.50/5.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
5.50/5.53	c lower bound updated to 13892580023
5.50/5.54	c BCD2: 13938015446 <= obj <= 57475811325
5.50/5.54	c BCD2: #cores=94, #unrelaxed=177, #relaxed=367, #hardened=0
5.50/5.54	c BCD2: #sat=1 #unsat=167 bias=167/168
5.50/5.54	c Solving starts ...
5.50/5.54	c ============================[ Search Statistics ]============================
5.50/5.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.54	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.54	c =============================================================================
5.50/5.54	c  0.0s |       0 |        0 |        0 |    10490      0 |      521 |      553
5.50/5.57	c  0.0s |       0 |      236 |        0 |    10490      0 |      521 |      554
5.50/5.57	c #cpu_time = 0.024s
5.50/5.57	c #wall_clock_time = 0.024s
5.50/5.57	c #decision = 236
5.50/5.57	c #random_decision = 0
5.50/5.57	c #conflict = 0
5.50/5.57	c #restart = 0
5.50/5.57	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.50/5.57	c lower bound updated to 13893916359
5.50/5.58	c BCD2: 13939351782 <= obj <= 57475811325
5.50/5.58	c BCD2: #cores=95, #unrelaxed=176, #relaxed=368, #hardened=0
5.50/5.58	c BCD2: #sat=1 #unsat=168 bias=168/169
5.50/5.58	c Solving starts ...
5.50/5.58	c ============================[ Search Statistics ]============================
5.50/5.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.58	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.58	c =============================================================================
5.50/5.58	c  0.0s |       0 |        0 |        0 |    10490      0 |      521 |      554
5.60/5.61	c  0.0s |       0 |      238 |        0 |    10490      0 |      521 |      554
5.60/5.61	c #cpu_time = 0.025s
5.60/5.61	c #wall_clock_time = 0.025s
5.60/5.61	c #decision = 238
5.60/5.61	c #random_decision = 0
5.60/5.61	c #conflict = 0
5.60/5.61	c #restart = 0
5.60/5.61	c BCD2: found a new core of size 2: cost of the new core is >=1156
5.60/5.61	c lower bound updated to 13893917515
5.60/5.62	c BCD2: 13939352938 <= obj <= 57475811325
5.60/5.62	c BCD2: #cores=96, #unrelaxed=174, #relaxed=370, #hardened=0
5.60/5.62	c BCD2: #sat=1 #unsat=169 bias=169/170
5.60/5.62	c Solving starts ...
5.60/5.62	c ============================[ Search Statistics ]============================
5.60/5.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.62	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.62	c =============================================================================
5.60/5.62	c  0.0s |       0 |        0 |        0 |    10490      0 |      521 |      554
5.60/5.65	c  0.0s |       0 |      448 |        1 |    10490      0 |      521 |      554
5.60/5.65	c #cpu_time = 0.025s
5.60/5.65	c #wall_clock_time = 0.025s
5.60/5.65	c #decision = 448
5.60/5.65	c #random_decision = 0
5.60/5.65	c #conflict = 1
5.60/5.65	c #restart = 0
5.60/5.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
5.60/5.65	c lower bound updated to 13893917549
5.60/5.66	c BCD2: 13939352972 <= obj <= 57475811325
5.60/5.66	c BCD2: #cores=96, #unrelaxed=173, #relaxed=371, #hardened=0
5.60/5.66	c BCD2: #sat=1 #unsat=170 bias=170/171
5.60/5.66	c Solving starts ...
5.60/5.66	c ============================[ Search Statistics ]============================
5.60/5.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.66	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.66	c =============================================================================
5.60/5.66	c  0.0s |       0 |        0 |        0 |    10490      0 |      522 |      554
5.60/5.69	c  0.0s |       0 |      448 |        1 |    10490      0 |      522 |      555
5.60/5.69	c #cpu_time = 0.027s
5.60/5.69	c #wall_clock_time = 0.027s
5.60/5.69	c #decision = 448
5.60/5.69	c #random_decision = 0
5.60/5.69	c #conflict = 1
5.60/5.69	c #restart = 0
5.60/5.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
5.60/5.69	c lower bound updated to 13893917550
5.69/5.70	c BCD2: 13939352973 <= obj <= 57475811325
5.69/5.70	c BCD2: #cores=96, #unrelaxed=172, #relaxed=372, #hardened=0
5.69/5.70	c BCD2: #sat=1 #unsat=171 bias=171/172
5.69/5.70	c Solving starts ...
5.69/5.70	c ============================[ Search Statistics ]============================
5.69/5.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.70	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.70	c =============================================================================
5.69/5.70	c  0.0s |       0 |        0 |        0 |    10490      0 |      523 |      555
5.69/5.73	c  0.0s |       0 |      238 |        0 |    10490      0 |      523 |      556
5.69/5.73	c #cpu_time = 0.025s
5.69/5.73	c #wall_clock_time = 0.025s
5.69/5.73	c #decision = 238
5.69/5.73	c #random_decision = 0
5.69/5.73	c #conflict = 0
5.69/5.73	c #restart = 0
5.69/5.73	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.69/5.73	c lower bound updated to 13895253886
5.69/5.74	c BCD2: 13940689309 <= obj <= 57475811325
5.69/5.74	c BCD2: #cores=97, #unrelaxed=171, #relaxed=373, #hardened=0
5.69/5.74	c BCD2: #sat=1 #unsat=172 bias=172/173
5.69/5.74	c Solving starts ...
5.69/5.74	c ============================[ Search Statistics ]============================
5.69/5.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.74	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.74	c =============================================================================
5.69/5.75	c  0.0s |       0 |        0 |        0 |    10490      0 |      523 |      556
5.69/5.77	c  0.0s |       0 |      240 |        0 |    10490      0 |      523 |      556
5.69/5.77	c #cpu_time = 0.024s
5.69/5.77	c #wall_clock_time = 0.024s
5.69/5.77	c #decision = 240
5.69/5.77	c #random_decision = 0
5.69/5.77	c #conflict = 0
5.69/5.77	c #restart = 0
5.69/5.77	c BCD2: found a new core of size 2: cost of the new core is >=1156
5.69/5.77	c lower bound updated to 13895255042
5.69/5.78	c BCD2: 13940690465 <= obj <= 57475811325
5.69/5.78	c BCD2: #cores=98, #unrelaxed=169, #relaxed=375, #hardened=0
5.69/5.78	c BCD2: #sat=1 #unsat=173 bias=173/174
5.69/5.78	c Solving starts ...
5.69/5.78	c ============================[ Search Statistics ]============================
5.69/5.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.78	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.78	c =============================================================================
5.69/5.78	c  0.0s |       0 |        0 |        0 |    10490      0 |      523 |      556
5.79/5.81	c  0.0s |       0 |      451 |        1 |    10490      0 |      523 |      556
5.79/5.81	c #cpu_time = 0.028s
5.79/5.81	c #wall_clock_time = 0.028s
5.79/5.81	c #decision = 451
5.79/5.81	c #random_decision = 0
5.79/5.81	c #conflict = 1
5.79/5.81	c #restart = 0
5.79/5.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
5.79/5.81	c lower bound updated to 13895255076
5.79/5.82	c BCD2: 13940690499 <= obj <= 57475811325
5.79/5.82	c BCD2: #cores=98, #unrelaxed=168, #relaxed=376, #hardened=0
5.79/5.82	c BCD2: #sat=1 #unsat=174 bias=174/175
5.79/5.82	c Solving starts ...
5.79/5.82	c ============================[ Search Statistics ]============================
5.79/5.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.82	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.82	c =============================================================================
5.79/5.82	c  0.0s |       0 |        0 |        0 |    10490      0 |      524 |      556
5.79/5.85	c  0.0s |       0 |      451 |        1 |    10490      0 |      524 |      557
5.79/5.85	c #cpu_time = 0.028s
5.79/5.85	c #wall_clock_time = 0.028s
5.79/5.85	c #decision = 451
5.79/5.85	c #random_decision = 0
5.79/5.85	c #conflict = 1
5.79/5.85	c #restart = 0
5.79/5.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
5.79/5.85	c lower bound updated to 13895255077
5.79/5.86	c BCD2: 13940690500 <= obj <= 57475811325
5.79/5.86	c BCD2: #cores=98, #unrelaxed=167, #relaxed=377, #hardened=0
5.79/5.86	c BCD2: #sat=1 #unsat=175 bias=175/176
5.79/5.86	c Solving starts ...
5.79/5.86	c ============================[ Search Statistics ]============================
5.79/5.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.86	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.86	c =============================================================================
5.79/5.87	c  0.0s |       0 |        0 |        0 |    10490      0 |      525 |      557
5.79/5.89	c  0.0s |       0 |      240 |        0 |    10490      0 |      525 |      558
5.79/5.89	c #cpu_time = 0.023s
5.79/5.89	c #wall_clock_time = 0.023s
5.79/5.89	c #decision = 240
5.79/5.89	c #random_decision = 0
5.79/5.89	c #conflict = 0
5.79/5.89	c #restart = 0
5.79/5.89	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.79/5.89	c lower bound updated to 13896591413
5.89/5.90	c BCD2: 13942026836 <= obj <= 57475811325
5.89/5.90	c BCD2: #cores=99, #unrelaxed=166, #relaxed=378, #hardened=0
5.89/5.90	c BCD2: #sat=1 #unsat=176 bias=176/177
5.89/5.91	c Solving starts ...
5.89/5.91	c ============================[ Search Statistics ]============================
5.89/5.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.91	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.91	c =============================================================================
5.89/5.91	c  0.0s |       0 |        0 |        0 |    10490      0 |      525 |      558
5.89/5.93	c  0.0s |       0 |      242 |        0 |    10490      0 |      525 |      558
5.89/5.93	c #cpu_time = 0.026s
5.89/5.93	c #wall_clock_time = 0.026s
5.89/5.93	c #decision = 242
5.89/5.93	c #random_decision = 0
5.89/5.93	c #conflict = 0
5.89/5.93	c #restart = 0
5.89/5.93	c BCD2: found a new core of size 2: cost of the new core is >=1156
5.89/5.93	c lower bound updated to 13896592569
5.89/5.94	c BCD2: 13942027992 <= obj <= 57475811325
5.89/5.94	c BCD2: #cores=100, #unrelaxed=164, #relaxed=380, #hardened=0
5.89/5.94	c BCD2: #sat=1 #unsat=177 bias=177/178
5.89/5.95	c Solving starts ...
5.89/5.95	c ============================[ Search Statistics ]============================
5.89/5.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.95	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.95	c =============================================================================
5.89/5.95	c  0.0s |       0 |        0 |        0 |    10490      0 |      525 |      558
5.89/5.98	c  0.0s |       0 |      454 |        1 |    10490      0 |      525 |      558
5.89/5.98	c #cpu_time = 0.028s
5.89/5.98	c #wall_clock_time = 0.028s
5.89/5.98	c #decision = 454
5.89/5.98	c #random_decision = 0
5.89/5.98	c #conflict = 1
5.89/5.98	c #restart = 0
5.89/5.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
5.89/5.98	c lower bound updated to 13896592603
5.89/5.98	c BCD2: 13942028026 <= obj <= 57475811325
5.89/5.98	c BCD2: #cores=100, #unrelaxed=163, #relaxed=381, #hardened=0
5.89/5.98	c BCD2: #sat=1 #unsat=178 bias=178/179
5.89/5.99	c Solving starts ...
5.89/5.99	c ============================[ Search Statistics ]============================
5.89/5.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.99	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.99	c =============================================================================
5.89/5.99	c  0.0s |       0 |        0 |        0 |    10490      0 |      526 |      558
5.99/6.02	c  0.0s |       0 |      454 |        1 |    10490      0 |      526 |      559
5.99/6.02	c #cpu_time = 0.027s
5.99/6.02	c #wall_clock_time = 0.027s
5.99/6.02	c #decision = 454
5.99/6.02	c #random_decision = 0
5.99/6.02	c #conflict = 1
5.99/6.02	c #restart = 0
5.99/6.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
5.99/6.02	c lower bound updated to 13896592604
5.99/6.03	c BCD2: 13942028027 <= obj <= 57475811325
5.99/6.03	c BCD2: #cores=100, #unrelaxed=162, #relaxed=382, #hardened=0
5.99/6.03	c BCD2: #sat=1 #unsat=179 bias=179/180
5.99/6.03	c Solving starts ...
5.99/6.03	c ============================[ Search Statistics ]============================
5.99/6.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.03	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.03	c =============================================================================
5.99/6.03	c  0.0s |       0 |        0 |        0 |    10490      0 |      527 |      559
5.99/6.06	c  0.0s |       0 |      242 |        0 |    10490      0 |      527 |      560
5.99/6.06	c #cpu_time = 0.026s
5.99/6.06	c #wall_clock_time = 0.026s
5.99/6.06	c #decision = 242
5.99/6.06	c #random_decision = 0
5.99/6.06	c #conflict = 0
5.99/6.06	c #restart = 0
5.99/6.06	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.99/6.06	c lower bound updated to 13897928940
5.99/6.07	c BCD2: 13943364363 <= obj <= 57475811325
5.99/6.07	c BCD2: #cores=101, #unrelaxed=161, #relaxed=383, #hardened=0
5.99/6.07	c BCD2: #sat=1 #unsat=180 bias=180/181
5.99/6.07	c Solving starts ...
5.99/6.07	c ============================[ Search Statistics ]============================
5.99/6.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.07	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.07	c =============================================================================
5.99/6.07	c  0.0s |       0 |        0 |        0 |    10490      0 |      527 |      560
6.09/6.10	c  0.0s |       0 |      244 |        0 |    10490      0 |      527 |      560
6.09/6.10	c #cpu_time = 0.027s
6.09/6.10	c #wall_clock_time = 0.027s
6.09/6.10	c #decision = 244
6.09/6.10	c #random_decision = 0
6.09/6.10	c #conflict = 0
6.09/6.10	c #restart = 0
6.09/6.10	c BCD2: found a new core of size 2: cost of the new core is >=1156
6.09/6.10	c lower bound updated to 13897930096
6.09/6.11	c BCD2: 13943365519 <= obj <= 57475811325
6.09/6.11	c BCD2: #cores=102, #unrelaxed=159, #relaxed=385, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=181 bias=181/182
6.09/6.11	c Solving starts ...
6.09/6.11	c ============================[ Search Statistics ]============================
6.09/6.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.11	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.11	c =============================================================================
6.09/6.12	c  0.0s |       0 |        0 |        0 |    10490      0 |      527 |      560
6.09/6.15	c  0.0s |       0 |      457 |        1 |    10490      0 |      527 |      560
6.09/6.15	c #cpu_time = 0.027s
6.09/6.15	c #wall_clock_time = 0.027s
6.09/6.15	c #decision = 457
6.09/6.15	c #random_decision = 0
6.09/6.15	c #conflict = 1
6.09/6.15	c #restart = 0
6.09/6.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
6.09/6.15	c lower bound updated to 13897930130
6.09/6.16	c BCD2: 13943365553 <= obj <= 57475811325
6.09/6.16	c BCD2: #cores=102, #unrelaxed=158, #relaxed=386, #hardened=0
6.09/6.16	c BCD2: #sat=1 #unsat=182 bias=182/183
6.09/6.16	c Solving starts ...
6.09/6.16	c ============================[ Search Statistics ]============================
6.09/6.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.16	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.16	c =============================================================================
6.09/6.16	c  0.0s |       0 |        0 |        0 |    10490      0 |      528 |      560
6.09/6.19	c  0.0s |       0 |      457 |        1 |    10490      0 |      528 |      561
6.09/6.19	c #cpu_time = 0.029s
6.09/6.19	c #wall_clock_time = 0.029s
6.09/6.19	c #decision = 457
6.09/6.19	c #random_decision = 0
6.09/6.19	c #conflict = 1
6.09/6.19	c #restart = 0
6.09/6.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
6.09/6.19	c lower bound updated to 13897930131
6.19/6.20	c BCD2: 13943365554 <= obj <= 57475811325
6.19/6.20	c BCD2: #cores=102, #unrelaxed=157, #relaxed=387, #hardened=0
6.19/6.20	c BCD2: #sat=1 #unsat=183 bias=183/184
6.19/6.20	c Solving starts ...
6.19/6.20	c ============================[ Search Statistics ]============================
6.19/6.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.20	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.20	c =============================================================================
6.19/6.20	c  0.0s |       0 |        0 |        0 |    10490      0 |      529 |      561
6.19/6.23	c  0.0s |       0 |      244 |        0 |    10490      0 |      529 |      562
6.19/6.23	c #cpu_time = 0.026s
6.19/6.23	c #wall_clock_time = 0.026s
6.19/6.23	c #decision = 244
6.19/6.23	c #random_decision = 0
6.19/6.23	c #conflict = 0
6.19/6.23	c #restart = 0
6.19/6.23	c BCD2: found a new core of size 1: cost of the new core is >=1336336
6.19/6.23	c lower bound updated to 13899266467
6.19/6.24	c BCD2: 13944701890 <= obj <= 57475811325
6.19/6.24	c BCD2: #cores=103, #unrelaxed=156, #relaxed=388, #hardened=0
6.19/6.24	c BCD2: #sat=1 #unsat=184 bias=184/185
6.19/6.24	c Solving starts ...
6.19/6.24	c ============================[ Search Statistics ]============================
6.19/6.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.24	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.24	c =============================================================================
6.19/6.25	c  0.0s |       0 |        0 |        0 |    10490      0 |      529 |      562
6.19/6.27	c  0.0s |       0 |      246 |        0 |    10490      0 |      529 |      562
6.19/6.27	c #cpu_time = 0.025s
6.19/6.27	c #wall_clock_time = 0.025s
6.19/6.27	c #decision = 246
6.19/6.27	c #random_decision = 0
6.19/6.27	c #conflict = 0
6.19/6.27	c #restart = 0
6.19/6.27	c BCD2: found a new core of size 2: cost of the new core is >=1156
6.19/6.27	c lower bound updated to 13899267623
6.19/6.28	c BCD2: 13944703046 <= obj <= 57475811325
6.19/6.28	c BCD2: #cores=104, #unrelaxed=154, #relaxed=390, #hardened=0
6.19/6.28	c BCD2: #sat=1 #unsat=185 bias=185/186
6.19/6.28	c Solving starts ...
6.19/6.28	c ============================[ Search Statistics ]============================
6.19/6.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.28	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.28	c =============================================================================
6.19/6.28	c  0.0s |       0 |        0 |        0 |    10490      0 |      529 |      562
6.29/6.31	c  0.0s |       0 |      460 |        1 |    10490      0 |      529 |      562
6.29/6.31	c #cpu_time = 0.029s
6.29/6.31	c #wall_clock_time = 0.029s
6.29/6.31	c #decision = 460
6.29/6.31	c #random_decision = 0
6.29/6.31	c #conflict = 1
6.29/6.31	c #restart = 0
6.29/6.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
6.29/6.31	c lower bound updated to 13899267657
6.29/6.32	c BCD2: 13944703080 <= obj <= 57475811325
6.29/6.32	c BCD2: #cores=104, #unrelaxed=153, #relaxed=391, #hardened=0
6.29/6.32	c BCD2: #sat=1 #unsat=186 bias=186/187
6.29/6.33	c Solving starts ...
6.29/6.33	c ============================[ Search Statistics ]============================
6.29/6.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.33	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.33	c =============================================================================
6.29/6.33	c  0.0s |       0 |        0 |        0 |    10490      0 |      530 |      562
6.29/6.36	c  0.0s |       0 |      460 |        1 |    10490      0 |      530 |      563
6.29/6.36	c #cpu_time = 0.030s
6.29/6.36	c #wall_clock_time = 0.030s
6.29/6.36	c #decision = 460
6.29/6.36	c #random_decision = 0
6.29/6.36	c #conflict = 1
6.29/6.36	c #restart = 0
6.29/6.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
6.29/6.36	c lower bound updated to 13899267658
6.29/6.37	c BCD2: 13944703081 <= obj <= 57475811325
6.29/6.37	c BCD2: #cores=104, #unrelaxed=152, #relaxed=392, #hardened=0
6.29/6.37	c BCD2: #sat=1 #unsat=187 bias=187/188
6.29/6.38	c Solving starts ...
6.29/6.38	c ============================[ Search Statistics ]============================
6.29/6.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.38	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.38	c =============================================================================
6.29/6.38	c  0.0s |       0 |        0 |        0 |    10490      0 |      531 |      563
6.39/6.40	c  0.0s |       0 |      246 |        0 |    10490      0 |      531 |      564
6.39/6.40	c #cpu_time = 0.025s
6.39/6.40	c #wall_clock_time = 0.025s
6.39/6.40	c #decision = 246
6.39/6.40	c #random_decision = 0
6.39/6.40	c #conflict = 0
6.39/6.40	c #restart = 0
6.39/6.40	c BCD2: found a new core of size 1: cost of the new core is >=1336336
6.39/6.40	c lower bound updated to 13900603994
6.39/6.41	c BCD2: 13946039417 <= obj <= 57475811325
6.39/6.41	c BCD2: #cores=105, #unrelaxed=151, #relaxed=393, #hardened=0
6.39/6.41	c BCD2: #sat=1 #unsat=188 bias=188/189
6.39/6.41	c Solving starts ...
6.39/6.41	c ============================[ Search Statistics ]============================
6.39/6.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.41	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.41	c =============================================================================
6.39/6.41	c  0.0s |       0 |        0 |        0 |    10490      0 |      531 |      564
6.39/6.44	c  0.0s |       0 |      248 |        0 |    10490      0 |      531 |      564
6.39/6.44	c #cpu_time = 0.028s
6.39/6.44	c #wall_clock_time = 0.028s
6.39/6.44	c #decision = 248
6.39/6.44	c #random_decision = 0
6.39/6.44	c #conflict = 0
6.39/6.44	c #restart = 0
6.39/6.44	c BCD2: found a new core of size 2: cost of the new core is >=1156
6.39/6.44	c lower bound updated to 13900605150
6.39/6.45	c BCD2: 13946040573 <= obj <= 57475811325
6.39/6.45	c BCD2: #cores=106, #unrelaxed=149, #relaxed=395, #hardened=0
6.39/6.45	c BCD2: #sat=1 #unsat=189 bias=189/190
6.39/6.46	c Solving starts ...
6.39/6.46	c ============================[ Search Statistics ]============================
6.39/6.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.46	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.46	c =============================================================================
6.39/6.46	c  0.0s |       0 |        0 |        0 |    10490      0 |      531 |      564
6.39/6.49	c  0.0s |       0 |      463 |        1 |    10490      0 |      531 |      564
6.39/6.49	c #cpu_time = 0.028s
6.39/6.49	c #wall_clock_time = 0.028s
6.39/6.49	c #decision = 463
6.39/6.49	c #random_decision = 0
6.39/6.49	c #conflict = 1
6.39/6.49	c #restart = 0
6.39/6.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
6.39/6.49	c lower bound updated to 13900605184
6.49/6.50	c BCD2: 13946040607 <= obj <= 57475811325
6.49/6.50	c BCD2: #cores=106, #unrelaxed=148, #relaxed=396, #hardened=0
6.49/6.50	c BCD2: #sat=1 #unsat=190 bias=190/191
6.49/6.50	c Solving starts ...
6.49/6.50	c ============================[ Search Statistics ]============================
6.49/6.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.50	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.50	c =============================================================================
6.49/6.50	c  0.0s |       0 |        0 |        0 |    10490      0 |      532 |      564
6.49/6.53	c  0.0s |       0 |      463 |        1 |    10490      0 |      532 |      565
6.49/6.53	c #cpu_time = 0.031s
6.49/6.53	c #wall_clock_time = 0.031s
6.49/6.53	c #decision = 463
6.49/6.53	c #random_decision = 0
6.49/6.53	c #conflict = 1
6.49/6.53	c #restart = 0
6.49/6.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
6.49/6.53	c lower bound updated to 13900605185
6.49/6.54	c BCD2: 13946040608 <= obj <= 57475811325
6.49/6.54	c BCD2: #cores=106, #unrelaxed=147, #relaxed=397, #hardened=0
6.49/6.54	c BCD2: #sat=1 #unsat=191 bias=191/192
6.49/6.55	c Solving starts ...
6.49/6.55	c ============================[ Search Statistics ]============================
6.49/6.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.55	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.55	c =============================================================================
6.49/6.55	c  0.0s |       0 |        0 |        0 |    10490      0 |      533 |      565
6.49/6.57	c  0.0s |       0 |      248 |        0 |    10490      0 |      533 |      566
6.49/6.57	c #cpu_time = 0.027s
6.49/6.57	c #wall_clock_time = 0.027s
6.49/6.57	c #decision = 248
6.49/6.57	c #random_decision = 0
6.49/6.57	c #conflict = 0
6.49/6.57	c #restart = 0
6.49/6.57	c BCD2: found a new core of size 1: cost of the new core is >=1336336
6.49/6.57	c lower bound updated to 13901941521
6.49/6.58	c BCD2: 13947376944 <= obj <= 57475811325
6.49/6.58	c BCD2: #cores=107, #unrelaxed=146, #relaxed=398, #hardened=0
6.49/6.58	c BCD2: #sat=1 #unsat=192 bias=192/193
6.49/6.59	c Solving starts ...
6.49/6.59	c ============================[ Search Statistics ]============================
6.49/6.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.59	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.59	c =============================================================================
6.49/6.59	c  0.0s |       0 |        0 |        0 |    10490      0 |      533 |      566
6.60/6.62	c  0.0s |       0 |      250 |        0 |    10490      0 |      533 |      566
6.60/6.62	c #cpu_time = 0.026s
6.60/6.62	c #wall_clock_time = 0.026s
6.60/6.62	c #decision = 250
6.60/6.62	c #random_decision = 0
6.60/6.62	c #conflict = 0
6.60/6.62	c #restart = 0
6.60/6.62	c BCD2: found a new core of size 2: cost of the new core is >=1156
6.60/6.62	c lower bound updated to 13901942677
6.60/6.63	c BCD2: 13947378100 <= obj <= 57475811325
6.60/6.63	c BCD2: #cores=108, #unrelaxed=144, #relaxed=400, #hardened=0
6.60/6.63	c BCD2: #sat=1 #unsat=193 bias=193/194
6.60/6.63	c Solving starts ...
6.60/6.63	c ============================[ Search Statistics ]============================
6.60/6.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.63	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.63	c =============================================================================
6.60/6.63	c  0.0s |       0 |        0 |        0 |    10490      0 |      533 |      566
6.60/6.66	c  0.0s |       0 |      466 |        1 |    10490      0 |      533 |      566
6.60/6.66	c #cpu_time = 0.031s
6.60/6.66	c #wall_clock_time = 0.031s
6.60/6.66	c #decision = 466
6.60/6.66	c #random_decision = 0
6.60/6.66	c #conflict = 1
6.60/6.66	c #restart = 0
6.60/6.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1190
6.60/6.66	c lower bound updated to 13901942711
6.60/6.67	c BCD2: 13947378134 <= obj <= 57475811325
6.60/6.67	c BCD2: #cores=108, #unrelaxed=143, #relaxed=401, #hardened=0
6.60/6.67	c BCD2: #sat=1 #unsat=194 bias=194/195
6.60/6.68	c Solving starts ...
6.60/6.68	c ============================[ Search Statistics ]============================
6.60/6.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.68	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.68	c =============================================================================
6.60/6.68	c  0.0s |       0 |        0 |        0 |    10490      0 |      534 |      566
6.70/6.71	c  0.0s |       0 |      466 |        1 |    10490      0 |      534 |      567
6.70/6.71	c #cpu_time = 0.029s
6.70/6.71	c #wall_clock_time = 0.029s
6.70/6.71	c #decision = 466
6.70/6.71	c #random_decision = 0
6.70/6.71	c #conflict = 1
6.70/6.71	c #restart = 0
6.70/6.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1191
6.70/6.71	c lower bound updated to 13901942712
6.70/6.72	c BCD2: 13947378135 <= obj <= 57475811325
6.70/6.72	c BCD2: #cores=108, #unrelaxed=142, #relaxed=402, #hardened=0
6.70/6.72	c BCD2: #sat=1 #unsat=195 bias=195/196
6.70/6.73	c Solving starts ...
6.70/6.73	c ============================[ Search Statistics ]============================
6.70/6.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.73	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.73	c =============================================================================
6.70/6.73	c  0.0s |       0 |        0 |        0 |    10490      0 |      535 |      567
6.79/6.83	c  0.1s |       0 |     1170 |       11 |    11540      0 |      535 |      568
6.79/6.83	c #cpu_time = 0.103s
6.79/6.83	c #wall_clock_time = 0.103s
6.79/6.83	c #decision = 1170
6.79/6.83	c #random_decision = 0
6.79/6.83	c #conflict = 11
6.79/6.83	c #restart = 0
6.79/6.83	c BCD2: relaxing 11 and merging with 4 cores into a new core of size 23: cost of the new core is >=772402208
6.79/6.83	c lower bound updated to 13947378136
6.79/6.84	c BCD2: 13992813559 <= obj <= 57475811325
6.79/6.84	c BCD2: #cores=105, #unrelaxed=131, #relaxed=413, #hardened=0
6.79/6.84	c BCD2: #sat=1 #unsat=196 bias=196/197
6.79/6.85	c Solving starts ...
6.79/6.85	c ============================[ Search Statistics ]============================
6.79/6.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.85	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.85	c =============================================================================
6.79/6.85	c  0.0s |       0 |        0 |        0 |    11540      0 |     1193 |      568
6.99/7.00	c  0.2s |       0 |     7884 |       17 |    11540      0 |     1193 |     1880
6.99/7.00	c #cpu_time = 0.133s
6.99/7.00	c #wall_clock_time = 0.133s
6.99/7.00	c #decision = 7884
6.99/7.00	c #random_decision = 10
6.99/7.00	c #conflict = 17
6.99/7.00	c #restart = 0
6.99/7.00	o 25852679960

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.10 2.09 3/179 13169
/proc/meminfo: memFree=29268804/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=696764 CPUtime=0 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 2597 0 0 0 0 0 0 0 20 0 4 0 41230053 713486336 2958 33554432000 4194304 16246674 140737394689968 140737394689392 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 174703 2965 441 2943 0 171597 0
[pid=13169/tid=13170] ppid=13166 vsize=714172 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 731312128 3025 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=718268 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 735506432 3042 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=722364 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 739700736 3058 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100192 s]
/proc/loadavg: 2.12 2.10 2.09 3/179 13169
/proc/meminfo: memFree=29268804/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 27894 0 0 0 5 4 0 0 20 0 4 0 41230053 1249447936 28192 33554432000 4194304 16246674 140737394689968 140737394689280 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 305041 28192 800 2943 0 301935 0
[pid=13169/tid=13170] ppid=13166 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1249447936 28192 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1249447936 28192 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1249447936 28192 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.20055 s]
/proc/loadavg: 2.12 2.10 2.09 3/179 13169
/proc/meminfo: memFree=29268804/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 50530 0 0 0 13 6 0 0 20 0 4 0 41230053 1342771200 50828 33554432000 4194304 16246674 140737394689968 140737394689280 7204266 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 327825 50828 833 2943 0 324719 0
[pid=13169/tid=13170] ppid=13166 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1342771200 50828 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1342771200 50828 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1342771200 50828 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300506 s]
/proc/loadavg: 2.12 2.10 2.09 3/179 13169
/proc/meminfo: memFree=29268804/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1311300 CPUtime=0.29 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 50533 0 0 0 23 6 0 0 20 0 4 0 41230053 1342771200 50831 33554432000 4194304 16246674 140737394689968 140737394689280 13950199 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 327825 50831 833 2943 0 324719 0
[pid=13169/tid=13170] ppid=13166 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1342771200 50831 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1342771200 50831 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1342771200 50831 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700443 s]
/proc/loadavg: 2.12 2.10 2.09 3/179 13169
/proc/meminfo: memFree=29268804/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1316420 CPUtime=0.69 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 105462 0 0 0 56 13 0 0 20 0 4 0 41230053 1348014080 105760 33554432000 4194304 16246674 140737394689968 140737394689280 5991592 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 329105 105760 912 2943 0 325999 0
[pid=13169/tid=13170] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105760 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105760 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105760 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1316420

[startup+1.50042 s]
/proc/loadavg: 2.12 2.10 2.09 3/183 13173
/proc/meminfo: memFree=28831840/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1316420 CPUtime=1.49 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 105510 0 0 0 135 14 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140737394672960 5531892 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 329105 105808 913 2943 0 325999 0
[pid=13169/tid=13170] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1316420

[startup+3.10044 s]
/proc/loadavg: 2.11 2.09 2.09 3/182 13173
/proc/meminfo: memFree=28830112/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1316420 CPUtime=3.09 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 105510 0 0 0 295 14 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140737394672960 5603100 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 329105 105808 913 2943 0 325999 0
[pid=13169/tid=13170] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1316420

[startup+6.30048 s]
/proc/loadavg: 2.11 2.09 2.09 3/182 13173
/proc/meminfo: memFree=28813880/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1316420 CPUtime=6.29 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 105510 0 0 0 614 15 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140737394671872 5531312 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 329105 105808 913 2943 0 325999 0
[pid=13169/tid=13170] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1348014080 105808 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1316420

[startup+12.7005 s]
/proc/loadavg: 2.09 2.09 2.09 3/183 13174
/proc/meminfo: memFree=28052148/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1369668 CPUtime=12.69 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 283632 0 0 0 1231 38 0 0 20 0 4 0 41230053 1402540032 283930 33554432000 4194304 16246674 140737394689968 140737394687872 12654366 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 342417 283930 915 2943 0 339311 0
[pid=13169/tid=13170] ppid=13166 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1402540032 283930 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1402540032 283930 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1369668 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1402540032 283930 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1369668

[startup+25.5006 s]
/proc/loadavg: 2.08 2.09 2.09 3/183 13174
/proc/meminfo: memFree=27431456/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=1940036 CPUtime=25.48 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 426224 0 0 0 2488 60 0 0 20 0 4 0 41230053 1986596864 426522 33554432000 4194304 16246674 140737394689968 140737394689280 4220936 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13169/statm: 485009 426522 915 2943 0 481903 0
[pid=13169/tid=13170] ppid=13166 vsize=1940036 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 1986596864 426522 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=1940036 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 1986596864 426522 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=1940036 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 1986596864 426522 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1940036

[startup+51.1006 s]
/proc/loadavg: 2.12 2.10 2.09 3/183 13174
/proc/meminfo: memFree=26177656/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=3128900 CPUtime=51.07 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 723390 0 0 0 5004 103 0 0 20 0 4 0 41230053 3203993600 723688 33554432000 4194304 16246674 140737394689968 140737394687760 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 782225 723694 916 2943 0 779119 0
[pid=13169/tid=13170] ppid=13166 vsize=3128900 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 3203993600 723699 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=3128900 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 3203993600 723704 33554432000 4194304 16246674 140737394689968 140718180899856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=3128900 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 3203993600 723708 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3128900

[startup+102.301 s]
/proc/loadavg: 2.09 2.09 2.09 3/183 13175
/proc/meminfo: memFree=24105088/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=4913732 CPUtime=102.28 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 1340146 0 0 0 10032 196 0 0 20 0 4 0 41230053 5031661568 1169948 33554432000 4194304 16246674 140737394689968 140737394687808 4220527 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 1228433 1169948 916 2943 0 1225327 0
[pid=13169/tid=13170] ppid=13166 vsize=4913732 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 5031661568 1169948 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=4913732 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 5031661568 1169948 33554432000 4194304 16246674 140737394689968 140718180899856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=4913732 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 5031661568 1169948 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4913732


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


[startup+402.3 s]
/proc/loadavg: 2.01 2.06 2.08 3/184 13184
/proc/meminfo: memFree=14343696/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=13652548 CPUtime=402.23 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 5504762 0 0 0 39116 1107 0 0 20 0 4 0 41230053 13980209152 3354660 33554432000 4194304 16246674 140737394689968 140737394687936 14013920 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 3413137 3354660 920 2943 0 3410031 0
[pid=13169/tid=13170] ppid=13166 vsize=13652548 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 13980209152 3354660 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=13652548 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 13980209152 3354660 33554432000 4194304 16246674 140737394689968 140718180899856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=13652548 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 13980209152 3354660 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 13652548

[startup+462.3 s]
/proc/loadavg: 2.04 2.06 2.08 4/183 13185
/proc/meminfo: memFree=13952628/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=14156356 CPUtime=462.21 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 5666043 0 0 0 44936 1285 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140737394687936 4220807 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 3539089 3480613 920 2943 0 3535983 0
[pid=13169/tid=13170] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718180899856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 14156356

[startup+522.3 s]
/proc/loadavg: 1.99 2.04 2.07 3/183 13186
/proc/meminfo: memFree=13524980/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=14156356 CPUtime=522.21 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 5666043 0 0 0 50911 1310 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140737394687808 14013809 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 3539089 3480613 920 2943 0 3535983 0
[pid=13169/tid=13170] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718180899856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 14156356

[startup+582.3 s]
/proc/loadavg: 1.99 2.03 2.06 3/183 13187
/proc/meminfo: memFree=13377188/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=14156356 CPUtime=582.2 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 5666043 0 0 0 56874 1346 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140737394689064 4221035 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 3539089 3480613 920 2943 0 3535983 0
[pid=13169/tid=13170] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 14156356

[startup+642.3 s]
/proc/loadavg: 1.99 2.02 2.06 3/183 13189
/proc/meminfo: memFree=13244224/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=14156356 CPUtime=642.18 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 5666043 0 0 0 62826 1392 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140737394689144 12414096 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 3539089 3480613 920 2943 0 3535983 0
[pid=13169/tid=13170] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=14156356 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 14496108544 3480613 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 14156356

[startup+702.301 s]
/proc/loadavg: 1.99 2.02 2.05 3/183 13190
/proc/meminfo: memFree=12483072/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=15265348 CPUtime=702.18 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 5886570 0 0 0 68748 1470 0 0 20 0 4 0 41230053 15631716352 3757861 33554432000 4194304 16246674 140737394689968 140737394687936 14014083 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 3816337 3757861 920 2943 0 3813231 0
[pid=13169/tid=13170] ppid=13166 vsize=15265348 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 15631716352 3757861 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=15265348 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 15631716352 3757861 33554432000 4194304 16246674 140737394689968 140718180899856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=15265348 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 15631716352 3757861 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 15265348

[startup+762.301 s]
/proc/loadavg: 1.99 2.01 2.05 3/183 13191
/proc/meminfo: memFree=11858668/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=15265348 CPUtime=762.17 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 5886570 0 0 0 74691 1526 0 0 20 0 4 0 41230053 15631716352 3757861 33554432000 4194304 16246674 140737394689968 140737394687936 14016589 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 3816337 3757861 920 2943 0 3813231 0
[pid=13169/tid=13170] ppid=13166 vsize=15265348 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 15631716352 3757861 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=15265348 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 15631716352 3757861 33554432000 4194304 16246674 140737394689968 140718180899856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=15265348 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 15631716352 3757861 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 15265348



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+781.7 s]
/proc/loadavg: 1.99 2.01 2.05 3/183 13192
/proc/meminfo: memFree=11433068/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=15891012 CPUtime=781.57 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) R 13166 13169 12018 0 -1 4202496 6042943 0 0 0 76564 1593 0 0 20 0 4 0 41230053 16272396288 3914234 33554432000 4194304 16246674 140737394689968 140737394689064 12656213 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 3972753 3914234 920 2943 0 3969647 0
[pid=13169/tid=13170] ppid=13166 vsize=15891012 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) S 13166 13169 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41230053 16272396288 3914234 33554432000 4194304 16246674 140737394689968 140718191389936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13169/tid=13171] ppid=13166 vsize=15891012 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13171/stat : 13171 (toysat) S 13166 13169 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41230053 16272396288 3914234 33554432000 4194304 16246674 140737394689968 140718180900080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13169/tid=13172] ppid=13166 vsize=15891012 CPUtime=0 cores=1,3,5,7
/proc/13169/task/13172/stat : 13172 (toysat) S 13166 13169 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41230053 16272396288 3914234 33554432000 4194304 16246674 140737394689968 140718093888688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 781.57
Current children cumulated vsize (KiB) 15891012

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

[startup+782 s]
/proc/loadavg: 1.99 2.01 2.05 3/183 13192
/proc/meminfo: memFree=11433068/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=0 CPUtime=781.83 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) Z 13166 13169 12018 0 -1 4203532 6043242 0 0 0 76563 1620 0 0 20 0 2 0 41230053 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 0 0 0 0 0 0 0
[pid=13169/tid=13170] ppid=13166 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) R 13166 13169 12018 0 -1 4203588 10 0 0 0 0 28 0 0 20 0 2 0 41230053 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 781.83
Current children cumulated vsize (KiB) 0

[startup+782.4 s]
/proc/loadavg: 2.07 2.03 2.05 4/181 13192
/proc/meminfo: memFree=18773968/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=0 CPUtime=782.23 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) Z 13166 13169 12018 0 -1 4203532 6043242 0 0 0 76563 1660 0 0 20 0 2 0 41230053 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 0 0 0 0 0 0 0
[pid=13169/tid=13170] ppid=13166 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) R 13166 13169 12018 0 -1 4203588 10 0 0 0 0 68 0 0 20 0 2 0 41230053 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 782.23
Current children cumulated vsize (KiB) 0

[startup+782.5 s]
/proc/loadavg: 2.07 2.03 2.05 4/181 13192
/proc/meminfo: memFree=18773968/32872528 swapFree=338416/354768
[pid=13169] ppid=13166 vsize=0 CPUtime=782.33 cores=1,3,5,7
/proc/13169/stat : 13169 (toysat) Z 13166 13169 12018 0 -1 4203532 6043242 0 0 0 76563 1670 0 0 20 0 2 0 41230053 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13169/statm: 0 0 0 0 0 0 0
[pid=13169/tid=13170] ppid=13166 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/13169/task/13170/stat : 13170 (toysat) R 13166 13169 12018 0 -1 4203588 10 0 0 0 0 78 0 0 20 0 2 0 41230053 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 782.33
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 782.539
CPU time (s): 782.376
CPU user time (s): 765.638
CPU system time (s): 16.7385
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 15891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 765.638
system time used= 16.7385
maximum resident set size= 15658132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6043242
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= 314
involuntary context switches= 1064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.12852 second user time and 8.80266 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-20 05:03:53
IDJOB=4110896
IDBENCH=108553
IDSOLVER=2542
FILE ID=node126/4110896-1466391833
RUNJOBID= node126-1466383825-12035
PBS_JOBID= 19923255
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f48-DC_TotalLoss.seq-B-2-combined-irEDCBA.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110896-1466391833/watcher-4110896-1466391833 -o /tmp/evaluation-result-4110896-1466391833/solver-4110896-1466391833 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466383825-12035 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110896-1466391833.opb

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

MD5SUM BENCH= a2b242a76a5dcfe5592af360edf4e183
RANDOM SEED=790709209

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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:        29269416 kB
Buffers:           58720 kB
Cached:            94816 kB
SwapCached:         1820 kB
Active:          2438968 kB
Inactive:          73468 kB
Active(anon):    2359628 kB
Inactive(anon):     1508 kB
Active(file):      79340 kB
Inactive(file):    71960 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67099100 kB
Dirty:             17100 kB
Writeback:             0 kB
AnonPages:       2712888 kB
Mapped:            10800 kB
Shmem:                 0 kB
Slab:             600344 kB
SReclaimable:      44544 kB
SUnreclaim:       555800 kB
KernelStack:        1512 kB
PageTables:         9212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2853452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node126 at 2016-06-20 05:16:56