Trace number 4111372

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) 774.186 774.316

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f4-DataDisplay_2_order9.seq-B-3-2-irEDCBA.opb
MD5SUMe2b6e7831a8f585231b016a7f51eecbb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark134183168
Best CPU time to get the best result obtained on this benchmark322.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3564
Total number of constraints11685
Number of constraints which are clauses11625
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints60
Minimum length of a constraint1
Maximum length of a constraint84
Number of terms in the objective function 166
Biggest coefficient in the objective function 5242880
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 461373439
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 5242880
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 461373439
Number of bits of the biggest sum of numbers29
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-20T08:21:05+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-4111372-1466403665.opb"]
0.00/0.01	c use --random-gen="946775961 414415309 3820963993 1983476086 3735540183 65447776 3956910608 602850305 3123074365 1327104449 1532466312 3364395809 909818938 2015075423 3158991715 1833646347 1021392702 4276746578 1973478898 904897137 311963375 499592306 2660824468 1279397248 2462000957 932721437 176367333 1847178348 559519309 2694925387 1300719406 3708174934 1897473655 3934530557 3276201078 925069498 2404783527 802504166 1705498485 187212998 3067056370 380069478 633778160 3651146414 1156917409 120358898 2911996647 2980755910 3680374109 3577439868 3301774855 1823193820 281053379 3661692855 3674230491 4264564471 3978406371 2464816229 584246566 1416829459 1083696369 2281207240 197010928 144147253 567649509 4254177804 4101107192 1561884803 1184537063 3936150090 1522704480 3672736526 2994531077 3061216714 1098615634 4285563690 1083896593 482485593 478630424 4022015856 499840642 771483990 2162056182 1515445466 2671027877 188111657 1923780626 3949871017 3046477376 2519434299 936658629 3020510205 2118942338 1321982665 3496121491 1667529852 1076920205 4192931750 933504707 2209822067 4261800504 1393590350 2298457498 1834023272 1334744898 2504164214 3697723676 861056411 2748215626 2179129515 645985237 2870975170 3771875700 3997088647 477389644 802776288 1574805076 447674430 930394883 71199483 1222859750 2607362989 722366295 3505384777 143749261 3628812625 2701711437 3261693579 3362102558 806061475 3184517464 559483709 784109678 1018279283 764624899 2520118985 4045862782 2432598203 2413840462 3935149863 734334040 4037403294 2685224352 3207629424 1933266073 2030879145 3410769705 2201051030 1685390014 2031535317 4038455637 3299265374 2698831563 1894490762 2926294640 965099496 3926400907 376684034 2571306869 3076285269 1201296007 390733606 523293983 2807543405 778394615 3758347458 848981533 2243167092 871471088 3453997577 1497980136 2407468357 487827665 744838391 1323539369 3593697320 3785234931 4235779649 4013948352 4271330472 2311036577 1790142103 3013400220 3409529788 545314172 1976610701 543016269 946718749 647158387 3501818146 2528538984 3998081074 3671893643 249167223 2530741125 319359191 4056244018 1158850024 3171401376 63231482 1925832517 2557098224 476565872 1474354241 1370260448 2864479149 2466244225 4053212283 1444719122 560280619 956854202 241327369 2302319711 3700357802 3427814053 3083493838 2824162514 669109399 219578536 3460437770 2757307176 2655192440 761839490 2227043643 494925088 1503952121 30477145 1909829036 3414177324 3677721752 3911110741 133268254 765435 3118540836 1445670383 697312464 412661233 3125373042 4221018671 859324317 4034845152 1230133922 1366003965 3217887399 2825921652 2864144078 1542975687 979933092 667709624 1402457340 1583923950 3651440719 2042935447 2482915633 3003927016 2684980960 255 362436" option to reproduce the execution
0.00/0.09	c #vars 3564
0.00/0.09	c #constraints 11685
0.19/0.23	c BCD2: Hardening is enabled.
0.19/0.23	c BCD2: BiasedSearch is enabled.
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     4738      0 |      161 |        0
0.19/0.26	c  0.0s |       1 |      176 |      100 |     4738      0 |      161 |      126
0.19/0.28	c  0.0s |       1 |      362 |      105 |     5212      0 |      161 |      126
0.19/0.28	c #cpu_time = 0.047s
0.19/0.28	c #wall_clock_time = 0.048s
0.19/0.28	c #decision = 362
0.19/0.28	c #random_decision = 2
0.19/0.28	c #conflict = 105
0.19/0.28	c #restart = 1
0.19/0.28	o 365953009
0.19/0.28	c BCD2: updating upper bound: 461373439 -> 367001583
0.19/0.28	c BCD2: 0 <= obj <= 367001583
0.19/0.28	c BCD2: #cores=0, #unrelaxed=166, #relaxed=0, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.19/0.29	c  0.0s |       0 |        3 |        1 |     5212      0 |      161 |      126
0.19/0.29	c #cpu_time = 0.009s
0.19/0.29	c #wall_clock_time = 0.009s
0.19/0.29	c #decision = 3
0.19/0.29	c #random_decision = 0
0.19/0.29	c #conflict = 1
0.19/0.29	c #restart = 0
0.19/0.29	c BCD2: found a new core of size 3: cost of the new core is >=1048576
0.19/0.29	c lower bound updated to 1
0.19/0.29	c BCD2: 1048576 <= obj <= 367001583
0.19/0.29	c BCD2: #cores=1, #unrelaxed=163, #relaxed=3, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=2 bias=2/3
0.19/0.29	c Solving starts ...
0.19/0.29	c ============================[ Search Statistics ]============================
0.19/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.29	c =============================================================================
0.19/0.29	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.30	c  0.0s |       0 |       10 |        0 |     5212      0 |      161 |      126
0.29/0.30	c #cpu_time = 0.009s
0.29/0.30	c #wall_clock_time = 0.009s
0.29/0.30	c #decision = 10
0.29/0.30	c #random_decision = 0
0.29/0.30	c #conflict = 0
0.29/0.30	c #restart = 0
0.29/0.30	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.29/0.30	c lower bound updated to 5242881
0.29/0.30	c BCD2: 6291456 <= obj <= 367001583
0.29/0.30	c BCD2: #cores=2, #unrelaxed=162, #relaxed=4, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=3 bias=3/4
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.31	c  0.0s |       0 |       17 |        0 |     5212      0 |      161 |      126
0.29/0.31	c #cpu_time = 0.009s
0.29/0.31	c #wall_clock_time = 0.009s
0.29/0.31	c #decision = 17
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 0
0.29/0.31	c #restart = 0
0.29/0.31	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.29/0.31	c lower bound updated to 10485761
0.29/0.31	c BCD2: 11534336 <= obj <= 367001583
0.29/0.31	c BCD2: #cores=3, #unrelaxed=161, #relaxed=5, #hardened=0
0.29/0.31	c BCD2: #sat=1 #unsat=4 bias=4/5
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.31	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.32	c  0.0s |       0 |       23 |        1 |     5212      0 |      161 |      126
0.29/0.32	c #cpu_time = 0.009s
0.29/0.32	c #wall_clock_time = 0.009s
0.29/0.32	c #decision = 23
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 1
0.29/0.32	c #restart = 0
0.29/0.32	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.29/0.32	c lower bound updated to 15728641
0.29/0.32	c BCD2: 16777216 <= obj <= 367001583
0.29/0.32	c BCD2: #cores=4, #unrelaxed=156, #relaxed=10, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=5 bias=5/6
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.33	c  0.0s |       0 |       30 |        0 |     5212      0 |      161 |      126
0.29/0.33	c #cpu_time = 0.009s
0.29/0.33	c #wall_clock_time = 0.009s
0.29/0.33	c #decision = 30
0.29/0.33	c #random_decision = 0
0.29/0.33	c #conflict = 0
0.29/0.33	c #restart = 0
0.29/0.33	c BCD2: found a new core of size 6: cost of the new core is >=5242880
0.29/0.33	c lower bound updated to 20971521
0.29/0.33	c BCD2: 22020096 <= obj <= 367001583
0.29/0.33	c BCD2: #cores=5, #unrelaxed=150, #relaxed=16, #hardened=0
0.29/0.33	c BCD2: #sat=1 #unsat=6 bias=6/7
0.29/0.33	c Solving starts ...
0.29/0.33	c ============================[ Search Statistics ]============================
0.29/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.33	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.34	c  0.0s |       0 |       29 |        0 |     5212      0 |      161 |      126
0.29/0.34	c #cpu_time = 0.009s
0.29/0.34	c #wall_clock_time = 0.009s
0.29/0.34	c #decision = 29
0.29/0.34	c #random_decision = 0
0.29/0.34	c #conflict = 0
0.29/0.34	c #restart = 0
0.29/0.34	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.29/0.34	c lower bound updated to 26214401
0.29/0.35	c BCD2: 27262976 <= obj <= 367001583
0.29/0.35	c BCD2: #cores=6, #unrelaxed=149, #relaxed=17, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=7 bias=7/8
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.36	c  0.0s |       0 |       30 |        0 |     5212      0 |      161 |      126
0.29/0.36	c #cpu_time = 0.009s
0.29/0.36	c #wall_clock_time = 0.009s
0.29/0.36	c #decision = 30
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.29/0.36	c lower bound updated to 31457281
0.29/0.36	c BCD2: 32505856 <= obj <= 367001583
0.29/0.36	c BCD2: #cores=7, #unrelaxed=148, #relaxed=18, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=8 bias=8/9
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.37	c  0.0s |       0 |       37 |        0 |     5212      0 |      161 |      126
0.29/0.37	c #cpu_time = 0.009s
0.29/0.37	c #wall_clock_time = 0.009s
0.29/0.37	c #decision = 37
0.29/0.37	c #random_decision = 0
0.29/0.37	c #conflict = 0
0.29/0.37	c #restart = 0
0.29/0.37	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.29/0.37	c lower bound updated to 36700161
0.29/0.37	c BCD2: 37748736 <= obj <= 367001583
0.29/0.37	c BCD2: #cores=8, #unrelaxed=147, #relaxed=19, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=9 bias=9/10
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.38	c  0.0s |       0 |       39 |        0 |     5212      0 |      161 |      126
0.29/0.38	c #cpu_time = 0.009s
0.29/0.38	c #wall_clock_time = 0.009s
0.29/0.38	c #decision = 39
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 0
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.29/0.38	c lower bound updated to 41943041
0.29/0.38	c BCD2: 42991616 <= obj <= 367001583
0.29/0.38	c BCD2: #cores=9, #unrelaxed=142, #relaxed=24, #hardened=0
0.29/0.38	c BCD2: #sat=1 #unsat=10 bias=10/11
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.29/0.39	c  0.0s |       0 |       43 |        0 |     5212      0 |      161 |      126
0.29/0.39	c #cpu_time = 0.009s
0.29/0.39	c #wall_clock_time = 0.009s
0.29/0.39	c #decision = 43
0.29/0.39	c #random_decision = 0
0.29/0.39	c #conflict = 0
0.29/0.39	c #restart = 0
0.29/0.39	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.29/0.39	c lower bound updated to 47185921
0.29/0.39	c BCD2: 48234496 <= obj <= 367001583
0.29/0.39	c BCD2: #cores=10, #unrelaxed=137, #relaxed=29, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=11 bias=11/12
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.39/0.42	c  0.0s |       0 |       42 |        0 |     5212      0 |      161 |      126
0.39/0.42	c #cpu_time = 0.004s
0.39/0.42	c #wall_clock_time = 0.004s
0.39/0.42	c #decision = 42
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 0
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.39/0.42	c lower bound updated to 52428801
0.39/0.42	c BCD2: 53477376 <= obj <= 367001583
0.39/0.42	c BCD2: #cores=11, #unrelaxed=132, #relaxed=34, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=12 bias=12/13
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.39/0.42	c  0.0s |       0 |       41 |        0 |     5212      0 |      161 |      126
0.39/0.42	c #cpu_time = 0.004s
0.39/0.42	c #wall_clock_time = 0.004s
0.39/0.42	c #decision = 41
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 0
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.39/0.42	c lower bound updated to 57671681
0.39/0.42	c BCD2: 58720256 <= obj <= 367001583
0.39/0.42	c BCD2: #cores=12, #unrelaxed=131, #relaxed=35, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=13 bias=13/14
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     5212      0 |      161 |      126
0.39/0.43	c  0.0s |       0 |       47 |        0 |     5212      0 |      161 |      126
0.39/0.43	c #cpu_time = 0.004s
0.39/0.43	c #wall_clock_time = 0.004s
0.39/0.43	c #decision = 47
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.39/0.43	c lower bound updated to 62914561
0.39/0.43	c BCD2: 63963136 <= obj <= 367001583
0.39/0.43	c BCD2: #cores=13, #unrelaxed=126, #relaxed=40, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |     5212      0 |      161 |      126
0.39/0.43	c  0.0s |       0 |       50 |        0 |     5212      0 |      161 |      126
0.39/0.43	c #cpu_time = 0.004s
0.39/0.43	c #wall_clock_time = 0.004s
0.39/0.43	c #decision = 50
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.39/0.43	c lower bound updated to 68157441
0.39/0.43	c BCD2: 69206016 <= obj <= 367001583
0.39/0.43	c BCD2: #cores=14, #unrelaxed=121, #relaxed=45, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |     5212      0 |      161 |      126
0.39/0.44	c  0.0s |       0 |       57 |        1 |     5212      0 |      161 |      126
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 57
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 1
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 14: cost of the new core is >=10485760
0.39/0.44	c lower bound updated to 73400321
0.39/0.44	c BCD2: 74448896 <= obj <= 367001583
0.39/0.44	c BCD2: #cores=14, #unrelaxed=113, #relaxed=53, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=16 bias=16/17
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     5212      0 |      171 |      126
0.39/0.44	c  0.0s |       0 |       51 |        0 |     5212      0 |      171 |      145
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 51
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 8: cost of the new core is >=5242880
0.39/0.44	c lower bound updated to 78643201
0.39/0.44	c BCD2: 79691776 <= obj <= 367001583
0.39/0.44	c BCD2: #cores=15, #unrelaxed=105, #relaxed=61, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=17 bias=17/18
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     5212      0 |      171 |      145
0.39/0.45	c  0.0s |       0 |       45 |        0 |     5212      0 |      171 |      145
0.39/0.45	c #cpu_time = 0.004s
0.39/0.45	c #wall_clock_time = 0.004s
0.39/0.45	c #decision = 45
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.39/0.45	c lower bound updated to 78708737
0.39/0.45	c BCD2: 79757312 <= obj <= 367001583
0.39/0.45	c BCD2: #cores=16, #unrelaxed=104, #relaxed=62, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=18 bias=18/19
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     5212      0 |      171 |      145
0.39/0.45	c  0.0s |       0 |       47 |        0 |     5212      0 |      171 |      145
0.39/0.45	c #cpu_time = 0.004s
0.39/0.45	c #wall_clock_time = 0.004s
0.39/0.45	c #decision = 47
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 2: cost of the new core is >=256
0.39/0.45	c lower bound updated to 78708993
0.39/0.46	c BCD2: 79757568 <= obj <= 367001583
0.39/0.46	c BCD2: #cores=17, #unrelaxed=102, #relaxed=64, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=19 bias=19/20
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     5212      0 |      171 |      145
0.39/0.46	c  0.0s |       0 |       87 |        1 |     5212      0 |      171 |      145
0.39/0.46	c #cpu_time = 0.005s
0.39/0.46	c #wall_clock_time = 0.005s
0.39/0.46	c #decision = 87
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 1
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.39/0.46	c lower bound updated to 78709009
0.39/0.46	c BCD2: 79757584 <= obj <= 367001583
0.39/0.46	c BCD2: #cores=17, #unrelaxed=101, #relaxed=65, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=20 bias=20/21
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     5212      0 |      172 |      145
0.39/0.47	c  0.0s |       0 |       87 |        1 |     5212      0 |      172 |      146
0.39/0.47	c #cpu_time = 0.005s
0.39/0.47	c #wall_clock_time = 0.005s
0.39/0.47	c #decision = 87
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 1
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.39/0.47	c lower bound updated to 78709010
0.39/0.47	c BCD2: 79757585 <= obj <= 367001583
0.39/0.47	c BCD2: #cores=17, #unrelaxed=100, #relaxed=66, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=21 bias=21/22
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     5212      0 |      173 |      146
0.39/0.47	c  0.0s |       0 |       47 |        0 |     5212      0 |      173 |      147
0.39/0.47	c #cpu_time = 0.004s
0.39/0.47	c #wall_clock_time = 0.004s
0.39/0.47	c #decision = 47
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.39/0.47	c lower bound updated to 78774546
0.39/0.47	c BCD2: 79823121 <= obj <= 367001583
0.39/0.47	c BCD2: #cores=18, #unrelaxed=99, #relaxed=67, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=22 bias=22/23
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     5212      0 |      173 |      147
0.39/0.48	c  0.0s |       0 |       49 |        0 |     5212      0 |      173 |      147
0.39/0.48	c #cpu_time = 0.004s
0.39/0.48	c #wall_clock_time = 0.004s
0.39/0.48	c #decision = 49
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 0
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: found a new core of size 2: cost of the new core is >=256
0.39/0.48	c lower bound updated to 78774802
0.39/0.48	c BCD2: 79823377 <= obj <= 367001583
0.39/0.48	c BCD2: #cores=19, #unrelaxed=97, #relaxed=69, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=23 bias=23/24
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     5212      0 |      173 |      147
0.39/0.48	c  0.0s |       0 |       90 |        1 |     5212      0 |      173 |      147
0.39/0.48	c #cpu_time = 0.005s
0.39/0.48	c #wall_clock_time = 0.005s
0.39/0.48	c #decision = 90
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 1
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.39/0.48	c lower bound updated to 78774818
0.39/0.49	c BCD2: 79823393 <= obj <= 367001583
0.39/0.49	c BCD2: #cores=19, #unrelaxed=96, #relaxed=70, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=24 bias=24/25
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     5212      0 |      174 |      147
0.39/0.49	c  0.0s |       0 |       90 |        1 |     5212      0 |      174 |      148
0.39/0.49	c #cpu_time = 0.005s
0.39/0.49	c #wall_clock_time = 0.005s
0.39/0.49	c #decision = 90
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 1
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.39/0.49	c lower bound updated to 78774819
0.39/0.49	c BCD2: 79823394 <= obj <= 367001583
0.39/0.49	c BCD2: #cores=19, #unrelaxed=95, #relaxed=71, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=25 bias=25/26
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     5212      0 |      175 |      148
0.49/0.50	c  0.0s |       0 |       49 |        0 |     5212      0 |      175 |      149
0.49/0.50	c #cpu_time = 0.004s
0.49/0.50	c #wall_clock_time = 0.004s
0.49/0.50	c #decision = 49
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 0
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.49/0.50	c lower bound updated to 78840355
0.49/0.50	c BCD2: 79888930 <= obj <= 367001583
0.49/0.50	c BCD2: #cores=20, #unrelaxed=94, #relaxed=72, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=26 bias=26/27
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     5212      0 |      175 |      149
0.49/0.50	c  0.0s |       0 |       51 |        0 |     5212      0 |      175 |      149
0.49/0.50	c #cpu_time = 0.004s
0.49/0.50	c #wall_clock_time = 0.004s
0.49/0.50	c #decision = 51
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 0
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 2: cost of the new core is >=256
0.49/0.50	c lower bound updated to 78840611
0.49/0.50	c BCD2: 79889186 <= obj <= 367001583
0.49/0.50	c BCD2: #cores=21, #unrelaxed=92, #relaxed=74, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=27 bias=27/28
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     5212      0 |      175 |      149
0.49/0.51	c  0.0s |       0 |       93 |        1 |     5212      0 |      175 |      149
0.49/0.51	c #cpu_time = 0.005s
0.49/0.51	c #wall_clock_time = 0.005s
0.49/0.51	c #decision = 93
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 1
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.49/0.51	c lower bound updated to 78840627
0.49/0.51	c BCD2: 79889202 <= obj <= 367001583
0.49/0.51	c BCD2: #cores=21, #unrelaxed=91, #relaxed=75, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=28 bias=28/29
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.52	c  0.0s |       0 |        0 |        0 |     5212      0 |      176 |      149
0.49/0.53	c  0.0s |       0 |       93 |        1 |     5212      0 |      176 |      150
0.49/0.53	c #cpu_time = 0.006s
0.49/0.53	c #wall_clock_time = 0.006s
0.49/0.53	c #decision = 93
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: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.49/0.53	c lower bound updated to 78840628
0.49/0.53	c BCD2: 79889203 <= obj <= 367001583
0.49/0.53	c BCD2: #cores=21, #unrelaxed=90, #relaxed=76, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=29 bias=29/30
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     5212      0 |      177 |      150
0.49/0.54	c  0.0s |       0 |       51 |        0 |     5212      0 |      177 |      151
0.49/0.54	c #cpu_time = 0.005s
0.49/0.54	c #wall_clock_time = 0.005s
0.49/0.54	c #decision = 51
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.49/0.54	c lower bound updated to 78906164
0.49/0.54	c BCD2: 79954739 <= obj <= 367001583
0.49/0.54	c BCD2: #cores=22, #unrelaxed=89, #relaxed=77, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=30 bias=30/31
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     5212      0 |      177 |      151
0.49/0.54	c  0.0s |       0 |       53 |        0 |     5212      0 |      177 |      151
0.49/0.54	c #cpu_time = 0.005s
0.49/0.54	c #wall_clock_time = 0.005s
0.49/0.54	c #decision = 53
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 2: cost of the new core is >=256
0.49/0.54	c lower bound updated to 78906420
0.49/0.54	c BCD2: 79954995 <= obj <= 367001583
0.49/0.54	c BCD2: #cores=23, #unrelaxed=87, #relaxed=79, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=31 bias=31/32
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     5212      0 |      177 |      151
0.49/0.55	c  0.0s |       0 |       96 |        1 |     5212      0 |      177 |      151
0.49/0.55	c #cpu_time = 0.006s
0.49/0.55	c #wall_clock_time = 0.006s
0.49/0.55	c #decision = 96
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 1
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.49/0.55	c lower bound updated to 78906436
0.49/0.55	c BCD2: 79955011 <= obj <= 367001583
0.49/0.55	c BCD2: #cores=23, #unrelaxed=86, #relaxed=80, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=32 bias=32/33
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 |     5212      0 |      178 |      151
0.49/0.56	c  0.0s |       0 |       96 |        1 |     5212      0 |      178 |      152
0.49/0.56	c #cpu_time = 0.006s
0.49/0.56	c #wall_clock_time = 0.006s
0.49/0.56	c #decision = 96
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 1
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.49/0.56	c lower bound updated to 78906437
0.49/0.56	c BCD2: 79955012 <= obj <= 367001583
0.49/0.56	c BCD2: #cores=23, #unrelaxed=85, #relaxed=81, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=33 bias=33/34
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     5212      0 |      179 |      152
0.49/0.56	c  0.0s |       0 |       53 |        0 |     5212      0 |      179 |      153
0.49/0.56	c #cpu_time = 0.005s
0.49/0.56	c #wall_clock_time = 0.005s
0.49/0.56	c #decision = 53
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 0
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.49/0.56	c lower bound updated to 78971973
0.49/0.57	c BCD2: 80020548 <= obj <= 367001583
0.49/0.57	c BCD2: #cores=24, #unrelaxed=84, #relaxed=82, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=34 bias=34/35
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     5212      0 |      179 |      153
0.49/0.57	c  0.0s |       0 |       55 |        0 |     5212      0 |      179 |      153
0.49/0.57	c #cpu_time = 0.006s
0.49/0.57	c #wall_clock_time = 0.006s
0.49/0.57	c #decision = 55
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 2: cost of the new core is >=256
0.49/0.57	c lower bound updated to 78972229
0.49/0.57	c BCD2: 80020804 <= obj <= 367001583
0.49/0.57	c BCD2: #cores=25, #unrelaxed=82, #relaxed=84, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=35 bias=35/36
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     5212      0 |      179 |      153
0.49/0.58	c  0.0s |       0 |       99 |        1 |     5212      0 |      179 |      153
0.49/0.58	c #cpu_time = 0.006s
0.49/0.58	c #wall_clock_time = 0.006s
0.49/0.58	c #decision = 99
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 1
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.49/0.58	c lower bound updated to 78972245
0.49/0.58	c BCD2: 80020820 <= obj <= 367001583
0.49/0.58	c BCD2: #cores=25, #unrelaxed=81, #relaxed=85, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=36 bias=36/37
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     5212      0 |      180 |      153
0.49/0.59	c  0.0s |       0 |       99 |        1 |     5212      0 |      180 |      154
0.49/0.59	c #cpu_time = 0.006s
0.49/0.59	c #wall_clock_time = 0.006s
0.49/0.59	c #decision = 99
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 1
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.49/0.59	c lower bound updated to 78972246
0.49/0.59	c BCD2: 80020821 <= obj <= 367001583
0.49/0.59	c BCD2: #cores=25, #unrelaxed=80, #relaxed=86, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=37 bias=37/38
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.49/0.59	c  0.0s |       0 |        0 |        0 |     5212      0 |      181 |      154
0.49/0.59	c  0.0s |       0 |       55 |        0 |     5212      0 |      181 |      155
0.49/0.59	c #cpu_time = 0.005s
0.49/0.59	c #wall_clock_time = 0.005s
0.49/0.59	c #decision = 55
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.49/0.59	c lower bound updated to 79037782
0.49/0.60	c BCD2: 80086357 <= obj <= 367001583
0.49/0.60	c BCD2: #cores=26, #unrelaxed=79, #relaxed=87, #hardened=0
0.49/0.60	c BCD2: #sat=1 #unsat=38 bias=38/39
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     5212      0 |      181 |      155
0.59/0.60	c  0.0s |       0 |       57 |        0 |     5212      0 |      181 |      155
0.59/0.60	c #cpu_time = 0.006s
0.59/0.60	c #wall_clock_time = 0.006s
0.59/0.60	c #decision = 57
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 0
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: found a new core of size 2: cost of the new core is >=256
0.59/0.60	c lower bound updated to 79038038
0.59/0.60	c BCD2: 80086613 <= obj <= 367001583
0.59/0.60	c BCD2: #cores=27, #unrelaxed=77, #relaxed=89, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=39 bias=39/40
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     5212      0 |      181 |      155
0.59/0.61	c  0.0s |       0 |      102 |        1 |     5212      0 |      181 |      155
0.59/0.61	c #cpu_time = 0.006s
0.59/0.61	c #wall_clock_time = 0.006s
0.59/0.61	c #decision = 102
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 1
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.59/0.61	c lower bound updated to 79038054
0.59/0.61	c BCD2: 80086629 <= obj <= 367001583
0.59/0.61	c BCD2: #cores=27, #unrelaxed=76, #relaxed=90, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=40 bias=40/41
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     5212      0 |      182 |      155
0.59/0.62	c  0.0s |       0 |      102 |        1 |     5212      0 |      182 |      156
0.59/0.62	c #cpu_time = 0.006s
0.59/0.62	c #wall_clock_time = 0.006s
0.59/0.62	c #decision = 102
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 1
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.59/0.62	c lower bound updated to 79038055
0.59/0.62	c BCD2: 80086630 <= obj <= 367001583
0.59/0.62	c BCD2: #cores=27, #unrelaxed=75, #relaxed=91, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=41 bias=41/42
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     5212      0 |      183 |      156
0.59/0.63	c  0.0s |       0 |       57 |        0 |     5212      0 |      183 |      157
0.59/0.63	c #cpu_time = 0.006s
0.59/0.63	c #wall_clock_time = 0.006s
0.59/0.63	c #decision = 57
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 0
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.59/0.63	c lower bound updated to 79103591
0.59/0.63	c BCD2: 80152166 <= obj <= 367001583
0.59/0.63	c BCD2: #cores=28, #unrelaxed=74, #relaxed=92, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=42 bias=42/43
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     5212      0 |      183 |      157
0.59/0.63	c  0.0s |       0 |       59 |        0 |     5212      0 |      183 |      157
0.59/0.63	c #cpu_time = 0.006s
0.59/0.63	c #wall_clock_time = 0.006s
0.59/0.63	c #decision = 59
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 0
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 2: cost of the new core is >=256
0.59/0.63	c lower bound updated to 79103847
0.59/0.63	c BCD2: 80152422 <= obj <= 367001583
0.59/0.63	c BCD2: #cores=29, #unrelaxed=72, #relaxed=94, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=43 bias=43/44
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     5212      0 |      183 |      157
0.59/0.64	c  0.0s |       0 |      105 |        1 |     5212      0 |      183 |      157
0.59/0.64	c #cpu_time = 0.006s
0.59/0.64	c #wall_clock_time = 0.006s
0.59/0.64	c #decision = 105
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 1
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.59/0.64	c lower bound updated to 79103863
0.59/0.64	c BCD2: 80152438 <= obj <= 367001583
0.59/0.64	c BCD2: #cores=29, #unrelaxed=71, #relaxed=95, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=44 bias=44/45
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     5212      0 |      184 |      157
0.59/0.65	c  0.0s |       0 |      105 |        1 |     5212      0 |      184 |      158
0.59/0.65	c #cpu_time = 0.006s
0.59/0.65	c #wall_clock_time = 0.006s
0.59/0.65	c #decision = 105
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 1
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.59/0.65	c lower bound updated to 79103864
0.59/0.65	c BCD2: 80152439 <= obj <= 367001583
0.59/0.65	c BCD2: #cores=29, #unrelaxed=70, #relaxed=96, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=45 bias=45/46
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.66	c  0.0s |       0 |        0 |        0 |     5212      0 |      185 |      158
0.59/0.67	c  0.0s |       0 |       59 |        0 |     5212      0 |      185 |      159
0.59/0.67	c #cpu_time = 0.005s
0.59/0.67	c #wall_clock_time = 0.005s
0.59/0.67	c #decision = 59
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.59/0.67	c lower bound updated to 79169400
0.59/0.67	c BCD2: 80217975 <= obj <= 367001583
0.59/0.67	c BCD2: #cores=30, #unrelaxed=69, #relaxed=97, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=46 bias=46/47
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 |     5212      0 |      185 |      159
0.59/0.68	c  0.0s |       0 |       61 |        0 |     5212      0 |      185 |      159
0.59/0.68	c #cpu_time = 0.006s
0.59/0.68	c #wall_clock_time = 0.006s
0.59/0.68	c #decision = 61
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 2: cost of the new core is >=256
0.59/0.68	c lower bound updated to 79169656
0.59/0.68	c BCD2: 80218231 <= obj <= 367001583
0.59/0.68	c BCD2: #cores=31, #unrelaxed=67, #relaxed=99, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=47 bias=47/48
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     5212      0 |      185 |      159
0.59/0.69	c  0.0s |       0 |      108 |        1 |     5212      0 |      185 |      159
0.59/0.69	c #cpu_time = 0.006s
0.59/0.69	c #wall_clock_time = 0.006s
0.59/0.69	c #decision = 108
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 1
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.59/0.69	c lower bound updated to 79169672
0.59/0.69	c BCD2: 80218247 <= obj <= 367001583
0.59/0.69	c BCD2: #cores=31, #unrelaxed=66, #relaxed=100, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=48 bias=48/49
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 |     5212      0 |      186 |      159
0.59/0.69	c  0.0s |       0 |      108 |        1 |     5212      0 |      186 |      160
0.59/0.69	c #cpu_time = 0.006s
0.59/0.69	c #wall_clock_time = 0.006s
0.59/0.69	c #decision = 108
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 1
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.59/0.69	c lower bound updated to 79169673
0.59/0.69	c BCD2: 80218248 <= obj <= 367001583
0.59/0.69	c BCD2: #cores=31, #unrelaxed=65, #relaxed=101, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=49 bias=49/50
0.59/0.69	c Solving starts ...
0.59/0.70	c ============================[ Search Statistics ]============================
0.59/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.70	c =============================================================================
0.59/0.70	c  0.0s |       0 |        0 |        0 |     5212      0 |      187 |      160
0.69/0.70	c  0.0s |       0 |       61 |        0 |     5212      0 |      187 |      161
0.69/0.70	c #cpu_time = 0.006s
0.69/0.70	c #wall_clock_time = 0.006s
0.69/0.70	c #decision = 61
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 1: cost of the new core is >=65536
0.69/0.70	c lower bound updated to 79235209
0.69/0.70	c BCD2: 80283784 <= obj <= 367001583
0.69/0.70	c BCD2: #cores=32, #unrelaxed=64, #relaxed=102, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=50 bias=50/51
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     5212      0 |      187 |      161
0.69/0.71	c  0.0s |       0 |       63 |        0 |     5212      0 |      187 |      161
0.69/0.71	c #cpu_time = 0.006s
0.69/0.71	c #wall_clock_time = 0.006s
0.69/0.71	c #decision = 63
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 0
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 2: cost of the new core is >=256
0.69/0.71	c lower bound updated to 79235465
0.69/0.71	c BCD2: 80284040 <= obj <= 367001583
0.69/0.71	c BCD2: #cores=33, #unrelaxed=62, #relaxed=104, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=51 bias=51/52
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 |     5212      0 |      187 |      161
0.69/0.72	c  0.0s |       0 |      111 |        1 |     5212      0 |      187 |      161
0.69/0.72	c #cpu_time = 0.006s
0.69/0.72	c #wall_clock_time = 0.006s
0.69/0.72	c #decision = 111
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 1
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.69/0.72	c lower bound updated to 79235481
0.69/0.72	c BCD2: 80284056 <= obj <= 367001583
0.69/0.72	c BCD2: #cores=33, #unrelaxed=61, #relaxed=105, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=52 bias=52/53
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |     5212      0 |      188 |      161
0.69/0.73	c  0.0s |       0 |      111 |        1 |     5212      0 |      188 |      162
0.69/0.73	c #cpu_time = 0.006s
0.69/0.73	c #wall_clock_time = 0.006s
0.69/0.73	c #decision = 111
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 1
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.69/0.73	c lower bound updated to 79235482
0.69/0.73	c BCD2: 80284057 <= obj <= 367001583
0.69/0.73	c BCD2: #cores=33, #unrelaxed=60, #relaxed=106, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=53 bias=53/54
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 |     5212      0 |      189 |      162
0.69/0.73	c  0.0s |       0 |       63 |        0 |     5212      0 |      189 |      163
0.69/0.73	c #cpu_time = 0.006s
0.69/0.73	c #wall_clock_time = 0.006s
0.69/0.73	c #decision = 63
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.69/0.73	c lower bound updated to 79301018
0.69/0.73	c BCD2: 80349593 <= obj <= 367001583
0.69/0.73	c BCD2: #cores=34, #unrelaxed=59, #relaxed=107, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=54 bias=54/55
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 |     5212      0 |      189 |      163
0.69/0.74	c  0.0s |       0 |       65 |        0 |     5212      0 |      189 |      163
0.69/0.74	c #cpu_time = 0.006s
0.69/0.74	c #wall_clock_time = 0.006s
0.69/0.74	c #decision = 65
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 2: cost of the new core is >=256
0.69/0.74	c lower bound updated to 79301274
0.69/0.74	c BCD2: 80349849 <= obj <= 367001583
0.69/0.74	c BCD2: #cores=35, #unrelaxed=57, #relaxed=109, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=55 bias=55/56
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |     5212      0 |      189 |      163
0.69/0.75	c  0.0s |       0 |      114 |        1 |     5212      0 |      189 |      163
0.69/0.75	c #cpu_time = 0.007s
0.69/0.75	c #wall_clock_time = 0.007s
0.69/0.75	c #decision = 114
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 1
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.69/0.75	c lower bound updated to 79301290
0.69/0.75	c BCD2: 80349865 <= obj <= 367001583
0.69/0.75	c BCD2: #cores=35, #unrelaxed=56, #relaxed=110, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=56 bias=56/57
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.75	c  0.0s |       0 |        0 |        0 |     5212      0 |      190 |      163
0.69/0.76	c  0.0s |       0 |      114 |        1 |     5212      0 |      190 |      164
0.69/0.76	c #cpu_time = 0.006s
0.69/0.76	c #wall_clock_time = 0.006s
0.69/0.76	c #decision = 114
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 1
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.69/0.76	c lower bound updated to 79301291
0.69/0.76	c BCD2: 80349866 <= obj <= 367001583
0.69/0.76	c BCD2: #cores=35, #unrelaxed=55, #relaxed=111, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=57 bias=57/58
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     5212      0 |      191 |      164
0.69/0.77	c  0.0s |       0 |       65 |        0 |     5212      0 |      191 |      165
0.69/0.77	c #cpu_time = 0.006s
0.69/0.77	c #wall_clock_time = 0.006s
0.69/0.77	c #decision = 65
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 0
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.69/0.77	c lower bound updated to 79366827
0.69/0.77	c BCD2: 80415402 <= obj <= 367001583
0.69/0.77	c BCD2: #cores=36, #unrelaxed=54, #relaxed=112, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=58 bias=58/59
0.69/0.77	c Solving starts ...
0.69/0.77	c ============================[ Search Statistics ]============================
0.69/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.77	c =============================================================================
0.69/0.77	c  0.0s |       0 |        0 |        0 |     5212      0 |      191 |      165
0.69/0.77	c  0.0s |       0 |       67 |        0 |     5212      0 |      191 |      165
0.69/0.77	c #cpu_time = 0.006s
0.69/0.77	c #wall_clock_time = 0.006s
0.69/0.77	c #decision = 67
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 0
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 2: cost of the new core is >=256
0.69/0.77	c lower bound updated to 79367083
0.69/0.77	c BCD2: 80415658 <= obj <= 367001583
0.69/0.77	c BCD2: #cores=37, #unrelaxed=52, #relaxed=114, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=59 bias=59/60
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     5212      0 |      191 |      165
0.69/0.78	c  0.0s |       0 |      117 |        1 |     5212      0 |      191 |      165
0.69/0.78	c #cpu_time = 0.007s
0.69/0.78	c #wall_clock_time = 0.007s
0.69/0.78	c #decision = 117
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 1
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.69/0.78	c lower bound updated to 79367099
0.69/0.78	c BCD2: 80415674 <= obj <= 367001583
0.69/0.78	c BCD2: #cores=37, #unrelaxed=51, #relaxed=115, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=60 bias=60/61
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     5212      0 |      192 |      165
0.69/0.79	c  0.0s |       0 |      117 |        1 |     5212      0 |      192 |      166
0.69/0.79	c #cpu_time = 0.006s
0.69/0.79	c #wall_clock_time = 0.006s
0.69/0.79	c #decision = 117
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 1
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.69/0.79	c lower bound updated to 79367100
0.69/0.79	c BCD2: 80415675 <= obj <= 367001583
0.69/0.79	c BCD2: #cores=37, #unrelaxed=50, #relaxed=116, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=61 bias=61/62
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.79/0.80	c  0.0s |       0 |        0 |        0 |     5212      0 |      193 |      166
0.79/0.80	c  0.0s |       0 |       67 |        0 |     5212      0 |      193 |      167
0.79/0.80	c #cpu_time = 0.006s
0.79/0.80	c #wall_clock_time = 0.006s
0.79/0.80	c #decision = 67
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 0
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.79/0.80	c lower bound updated to 79432636
0.79/0.80	c BCD2: 80481211 <= obj <= 367001583
0.79/0.80	c BCD2: #cores=38, #unrelaxed=49, #relaxed=117, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=62 bias=62/63
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.80	c  0.0s |       0 |        0 |        0 |     5212      0 |      193 |      167
0.79/0.81	c  0.0s |       0 |       69 |        0 |     5212      0 |      193 |      167
0.79/0.81	c #cpu_time = 0.006s
0.79/0.81	c #wall_clock_time = 0.006s
0.79/0.81	c #decision = 69
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 0
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 2: cost of the new core is >=256
0.79/0.81	c lower bound updated to 79432892
0.79/0.81	c BCD2: 80481467 <= obj <= 367001583
0.79/0.81	c BCD2: #cores=39, #unrelaxed=47, #relaxed=119, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=63 bias=63/64
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     5212      0 |      193 |      167
0.79/0.82	c  0.0s |       0 |      120 |        1 |     5212      0 |      193 |      167
0.79/0.82	c #cpu_time = 0.007s
0.79/0.82	c #wall_clock_time = 0.007s
0.79/0.82	c #decision = 120
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 1
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.79/0.82	c lower bound updated to 79432908
0.79/0.82	c BCD2: 80481483 <= obj <= 367001583
0.79/0.82	c BCD2: #cores=39, #unrelaxed=46, #relaxed=120, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=64 bias=64/65
0.79/0.82	c Solving starts ...
0.79/0.82	c ============================[ Search Statistics ]============================
0.79/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.82	c =============================================================================
0.79/0.82	c  0.0s |       0 |        0 |        0 |     5212      0 |      194 |      167
0.79/0.83	c  0.0s |       0 |      120 |        1 |     5212      0 |      194 |      168
0.79/0.83	c #cpu_time = 0.007s
0.79/0.83	c #wall_clock_time = 0.007s
0.79/0.83	c #decision = 120
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 1
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.79/0.83	c lower bound updated to 79432909
0.79/0.83	c BCD2: 80481484 <= obj <= 367001583
0.79/0.83	c BCD2: #cores=39, #unrelaxed=45, #relaxed=121, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=65 bias=65/66
0.79/0.83	c Solving starts ...
0.79/0.83	c ============================[ Search Statistics ]============================
0.79/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.83	c =============================================================================
0.79/0.83	c  0.0s |       0 |        0 |        0 |     5212      0 |      195 |      168
0.79/0.84	c  0.0s |       0 |       69 |        0 |     5212      0 |      195 |      169
0.79/0.84	c #cpu_time = 0.006s
0.79/0.84	c #wall_clock_time = 0.006s
0.79/0.84	c #decision = 69
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 0
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.79/0.84	c lower bound updated to 79498445
0.79/0.84	c BCD2: 80547020 <= obj <= 367001583
0.79/0.84	c BCD2: #cores=40, #unrelaxed=44, #relaxed=122, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=66 bias=66/67
0.79/0.84	c Solving starts ...
0.79/0.84	c ============================[ Search Statistics ]============================
0.79/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.84	c =============================================================================
0.79/0.84	c  0.0s |       0 |        0 |        0 |     5212      0 |      195 |      169
0.79/0.84	c  0.0s |       0 |       71 |        0 |     5212      0 |      195 |      169
0.79/0.84	c #cpu_time = 0.006s
0.79/0.84	c #wall_clock_time = 0.006s
0.79/0.84	c #decision = 71
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 0
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 2: cost of the new core is >=256
0.79/0.84	c lower bound updated to 79498701
0.79/0.84	c BCD2: 80547276 <= obj <= 367001583
0.79/0.84	c BCD2: #cores=41, #unrelaxed=42, #relaxed=124, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=67 bias=67/68
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     5212      0 |      195 |      169
0.79/0.85	c  0.0s |       0 |      123 |        1 |     5212      0 |      195 |      169
0.79/0.85	c #cpu_time = 0.007s
0.79/0.85	c #wall_clock_time = 0.007s
0.79/0.85	c #decision = 123
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 1
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.79/0.85	c lower bound updated to 79498717
0.79/0.85	c BCD2: 80547292 <= obj <= 367001583
0.79/0.85	c BCD2: #cores=41, #unrelaxed=41, #relaxed=125, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=68 bias=68/69
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     5212      0 |      196 |      169
0.79/0.86	c  0.0s |       0 |      123 |        1 |     5212      0 |      196 |      170
0.79/0.86	c #cpu_time = 0.007s
0.79/0.86	c #wall_clock_time = 0.007s
0.79/0.86	c #decision = 123
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 1
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.79/0.86	c lower bound updated to 79498718
0.79/0.86	c BCD2: 80547293 <= obj <= 367001583
0.79/0.86	c BCD2: #cores=41, #unrelaxed=40, #relaxed=126, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=69 bias=69/70
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |     5212      0 |      197 |      170
0.79/0.87	c  0.0s |       0 |       71 |        0 |     5212      0 |      197 |      171
0.79/0.87	c #cpu_time = 0.006s
0.79/0.87	c #wall_clock_time = 0.006s
0.79/0.87	c #decision = 71
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.79/0.87	c lower bound updated to 79564254
0.79/0.87	c BCD2: 80612829 <= obj <= 367001583
0.79/0.87	c BCD2: #cores=42, #unrelaxed=39, #relaxed=127, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=70 bias=70/71
0.79/0.87	c Solving starts ...
0.79/0.87	c ============================[ Search Statistics ]============================
0.79/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.87	c =============================================================================
0.79/0.87	c  0.0s |       0 |        0 |        0 |     5212      0 |      197 |      171
0.79/0.88	c  0.0s |       0 |       73 |        0 |     5212      0 |      197 |      171
0.79/0.88	c #cpu_time = 0.007s
0.79/0.88	c #wall_clock_time = 0.007s
0.79/0.88	c #decision = 73
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 0
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: found a new core of size 2: cost of the new core is >=256
0.79/0.88	c lower bound updated to 79564510
0.79/0.88	c BCD2: 80613085 <= obj <= 367001583
0.79/0.88	c BCD2: #cores=43, #unrelaxed=37, #relaxed=129, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=71 bias=71/72
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     5212      0 |      197 |      171
0.79/0.89	c  0.0s |       0 |      126 |        1 |     5212      0 |      197 |      171
0.79/0.89	c #cpu_time = 0.007s
0.79/0.89	c #wall_clock_time = 0.007s
0.79/0.89	c #decision = 126
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 1
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.79/0.89	c lower bound updated to 79564526
0.79/0.89	c BCD2: 80613101 <= obj <= 367001583
0.79/0.89	c BCD2: #cores=43, #unrelaxed=36, #relaxed=130, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=72 bias=72/73
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.79/0.89	c  0.0s |       0 |        0 |        0 |     5212      0 |      198 |      171
0.79/0.90	c  0.0s |       0 |      113 |        1 |     5212      0 |      198 |      172
0.79/0.90	c #cpu_time = 0.007s
0.79/0.90	c #wall_clock_time = 0.007s
0.79/0.90	c #decision = 113
0.79/0.90	c #random_decision = 0
0.79/0.90	c #conflict = 1
0.79/0.90	c #restart = 0
0.79/0.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.79/0.90	c lower bound updated to 79564527
0.89/0.90	c BCD2: 80613102 <= obj <= 367001583
0.89/0.90	c BCD2: #cores=43, #unrelaxed=35, #relaxed=131, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=73 bias=73/74
0.89/0.90	c Solving starts ...
0.89/0.90	c ============================[ Search Statistics ]============================
0.89/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.90	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |     5212      0 |      199 |      172
0.89/0.90	c  0.0s |       0 |       73 |        0 |     5212      0 |      199 |      173
0.89/0.90	c #cpu_time = 0.006s
0.89/0.90	c #wall_clock_time = 0.006s
0.89/0.90	c #decision = 73
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 1: cost of the new core is >=65536
0.89/0.90	c lower bound updated to 79630063
0.89/0.90	c BCD2: 80678638 <= obj <= 367001583
0.89/0.90	c BCD2: #cores=44, #unrelaxed=34, #relaxed=132, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=74 bias=74/75
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |     5212      0 |      199 |      173
0.89/0.91	c  0.0s |       0 |       75 |        0 |     5212      0 |      199 |      173
0.89/0.91	c #cpu_time = 0.007s
0.89/0.91	c #wall_clock_time = 0.007s
0.89/0.91	c #decision = 75
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 0
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=256
0.89/0.91	c lower bound updated to 79630319
0.89/0.91	c BCD2: 80678894 <= obj <= 367001583
0.89/0.91	c BCD2: #cores=45, #unrelaxed=32, #relaxed=134, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=75 bias=75/76
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |     5212      0 |      199 |      173
0.89/0.92	c  0.0s |       0 |      129 |        1 |     5212      0 |      199 |      173
0.89/0.92	c #cpu_time = 0.007s
0.89/0.92	c #wall_clock_time = 0.007s
0.89/0.92	c #decision = 129
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 1
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=272
0.89/0.92	c lower bound updated to 79630335
0.89/0.92	c BCD2: 80678910 <= obj <= 367001583
0.89/0.92	c BCD2: #cores=45, #unrelaxed=31, #relaxed=135, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=76 bias=76/77
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     5212      0 |      200 |      173
0.89/0.93	c  0.0s |       0 |      115 |        1 |     5212      0 |      200 |      174
0.89/0.93	c #cpu_time = 0.007s
0.89/0.93	c #wall_clock_time = 0.007s
0.89/0.93	c #decision = 115
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 1
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=273
0.89/0.93	c lower bound updated to 79630336
0.89/0.94	c BCD2: 80678911 <= obj <= 367001583
0.89/0.94	c BCD2: #cores=45, #unrelaxed=30, #relaxed=136, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=77 bias=77/78
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |     5212      0 |      201 |      174
0.89/0.95	c  0.0s |       0 |      119 |        6 |     5212      0 |      201 |      175
0.89/0.95	c #cpu_time = 0.009s
0.89/0.95	c #wall_clock_time = 0.009s
0.89/0.95	c #decision = 119
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 6
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2097152
0.89/0.95	c lower bound updated to 80678912
0.89/0.95	c BCD2: 81727487 <= obj <= 367001583
0.89/0.95	c BCD2: #cores=45, #unrelaxed=29, #relaxed=137, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=78 bias=78/79
0.89/0.95	c Solving starts ...
0.89/0.95	c ============================[ Search Statistics ]============================
0.89/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.95	c =============================================================================
0.89/0.95	c  0.0s |       0 |        0 |        0 |     5212      0 |      277 |      175
0.89/0.98	c  0.0s |       0 |      456 |       30 |     5212      0 |      277 |      326
0.89/0.98	c #cpu_time = 0.034s
0.89/0.98	c #wall_clock_time = 0.035s
0.89/0.98	c #decision = 456
0.89/0.98	c #random_decision = 1
0.89/0.98	c #conflict = 30
0.89/0.98	c #restart = 0
0.89/0.98	o 197116928

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

pid=21219
running on 8 cores: 0-3,8-11

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.02 2.02 2.14 3/261 21222
/proc/meminfo: memFree=31654036/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1167804 CPUtime=0 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 4438 0 0 0 0 0 0 0 20 0 4 0 42411140 1195831296 4287 33554432000 4194304 16246674 140734388974656 140734388974080 13880264 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 292463 4295 441 2943 0 289357 0
[pid=21222/tid=21223] ppid=21219 vsize=1190332 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1218899968 4375 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1194428 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1223094272 4392 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1199548 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42411140 1228337152 4409 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.02 2.02 2.14 3/261 21222
/proc/meminfo: memFree=31654036/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1302084 CPUtime=0.09 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 27386 0 0 0 5 4 0 0 20 0 4 0 42411140 1333334016 27173 33554432000 4194304 16246674 140734388974656 140734388973968 6837348 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 325521 27188 807 2943 0 322415 0
[pid=21222/tid=21223] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 27198 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 27208 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 27222 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200498 s]
/proc/loadavg: 2.02 2.02 2.14 3/261 21222
/proc/meminfo: memFree=31654036/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1302084 CPUtime=0.19 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 45455 0 0 0 13 6 0 0 20 0 4 0 42411140 1333334016 45243 33554432000 4194304 16246674 140734388974656 140734388973968 6975953 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 325521 45252 836 2943 0 322415 0
[pid=21222/tid=21223] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 45257 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 45263 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 45268 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300473 s]
/proc/loadavg: 2.02 2.02 2.14 3/261 21222
/proc/meminfo: memFree=31654036/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1302084 CPUtime=0.29 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 48985 0 0 0 22 7 0 0 20 0 4 0 42411140 1333334016 48773 33554432000 4194304 16246674 140734388974656 140734388956544 5991173 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 325521 48780 909 2943 0 322415 0
[pid=21222/tid=21223] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 48785 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 48790 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 1333334016 48795 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700393 s]
/proc/loadavg: 2.02 2.02 2.14 3/261 21222
/proc/meminfo: memFree=31654036/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1309252 CPUtime=0.69 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 67789 0 0 0 59 10 0 0 20 0 4 0 42411140 1340674048 67576 33554432000 4194304 16246674 140734388974656 140734388973968 5531308 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 327313 67576 911 2943 0 324207 0
[pid=21222/tid=21223] ppid=21219 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1340674048 67576 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1340674048 67576 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 1340674048 67576 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1309252

[startup+1.5004 s]
/proc/loadavg: 2.02 2.02 2.14 3/265 21226
/proc/meminfo: memFree=31160516/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1309252 CPUtime=1.49 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 179184 0 0 0 124 25 0 0 20 0 4 0 42411140 1340674048 178971 33554432000 4194304 16246674 140734388974656 140734388956544 12655109 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 327313 178984 911 2943 0 324207 0
[pid=21222/tid=21223] ppid=21219 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1340674048 178991 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1340674048 179000 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 1340674048 179008 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1309252

[startup+3.1004 s]
/proc/loadavg: 2.02 2.02 2.14 3/265 21226
/proc/meminfo: memFree=30320656/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1362500 CPUtime=3.09 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 281837 0 0 0 271 38 0 0 20 0 4 0 42411140 1395200000 281624 33554432000 4194304 16246674 140734388974656 140734388956544 4220897 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 340625 281624 912 2943 0 337519 0
[pid=21222/tid=21223] ppid=21219 vsize=1362500 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1395200000 281624 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1362500 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1395200000 281624 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1362500 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 1395200000 281624 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1362500

[startup+6.30043 s]
/proc/loadavg: 2.01 2.02 2.14 3/265 21226
/proc/meminfo: memFree=30319880/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1362500 CPUtime=6.29 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 281837 0 0 0 591 38 0 0 20 0 4 0 42411140 1395200000 281624 33554432000 4194304 16246674 140734388974656 140734388972544 13880807 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 340625 281624 912 2943 0 337519 0
[pid=21222/tid=21223] ppid=21219 vsize=1362500 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1395200000 281624 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1362500 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1395200000 281624 33554432000 4194304 16246674 140734388974656 140634431134736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1362500 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 1395200000 281624 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1362500

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.13 3/265 21226
/proc/meminfo: memFree=29456328/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=1603140 CPUtime=12.68 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 341748 0 0 0 1222 46 0 0 20 0 4 0 42411140 1641615360 341535 33554432000 4194304 16246674 140734388974656 140734388973968 12414023 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 400785 341535 912 2943 0 397679 0
[pid=21222/tid=21223] ppid=21219 vsize=1603140 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 1641615360 341535 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=1603140 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 1641615360 341535 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=1603140 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 1641615360 341535 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1603140

[startup+25.5005 s]
/proc/loadavg: 2.01 2.02 2.13 3/265 21226
/proc/meminfo: memFree=28322084/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=2199108 CPUtime=25.48 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 490989 0 0 0 2483 65 0 0 20 0 4 0 42411140 2251886592 490776 33554432000 4194304 16246674 140734388974656 140734388972480 15015658 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 549777 490776 912 2943 0 546671 0
[pid=21222/tid=21223] ppid=21219 vsize=2199108 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 2251886592 490776 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=2199108 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 2251886592 490776 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=2199108 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 2251886592 490776 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2199108

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.13 3/265 21226
/proc/meminfo: memFree=26304512/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=3338820 CPUtime=51.08 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 775917 0 0 0 5004 104 0 0 20 0 4 0 42411140 3418951680 775704 33554432000 4194304 16246674 140734388974656 140734388973752 14628944 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 834705 775704 912 2943 0 831599 0
[pid=21222/tid=21223] ppid=21219 vsize=3338820 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 3418951680 775704 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=3338820 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 3418951680 775704 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=3338820 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 3418951680 775704 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3338820

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.12 3/265 21227
/proc/meminfo: memFree=22590776/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=5701188 CPUtime=102.28 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 1366511 0 0 0 10039 189 0 0 20 0 4 0 42411140 5838016512 1366298 33554432000 4194304 16246674 140734388974656 140734388972480 4220480 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 1425297 1366298 913 2943 0 1422191 0
[pid=21222/tid=21223] ppid=21219 vsize=5701188 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 5838016512 1366298 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=5701188 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 5838016512 1366298 33554432000 4194304 16246674 140734388974656 140634431134736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=5701188 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 5838016512 1366298 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5701188


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

[pid=21222/tid=21225] ppid=21219 vsize=13826628 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 14158467072 3397665 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 13826628

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/265 21235
/proc/meminfo: memFree=5411804/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=13826628 CPUtime=462.21 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 3670518 0 0 0 45690 531 0 0 20 0 4 0 42411140 14158467072 3397665 33554432000 4194304 16246674 140734388974656 140734388972608 14016654 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 3456657 3397665 917 2943 0 3453551 0
[pid=21222/tid=21223] ppid=21219 vsize=13826628 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 14158467072 3397665 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=13826628 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 14158467072 3397665 33554432000 4194304 16246674 140734388974656 140634431134736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=13826628 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 14158467072 3397665 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 13826628

[startup+522.3 s]
/proc/loadavg: 2.08 2.03 2.07 3/265 21236
/proc/meminfo: memFree=6725376/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=14035524 CPUtime=522.21 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 3670620 0 0 0 51681 540 0 0 20 0 4 0 42411140 14372376576 3449889 33554432000 4194304 16246674 140734388974656 140734388972608 13899658 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 3508881 3449889 917 2943 0 3505775 0
[pid=21222/tid=21223] ppid=21219 vsize=14035524 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 14372376576 3449889 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=14035524 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 14372376576 3449889 33554432000 4194304 16246674 140734388974656 140634431134736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=14035524 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 14372376576 3449889 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 14035524

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.07 3/266 21240
/proc/meminfo: memFree=5578860/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=14327364 CPUtime=582.2 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 3743580 0 0 0 57667 553 0 0 20 0 4 0 42411140 14671220736 3522849 33554432000 4194304 16246674 140734388974656 140734388972608 14013920 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 3581841 3522849 917 2943 0 3578735 0
[pid=21222/tid=21223] ppid=21219 vsize=14327364 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 14671220736 3522849 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=14327364 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 14671220736 3522849 33554432000 4194304 16246674 140734388974656 140634431134736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=14327364 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 14671220736 3522849 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 14327364

[startup+642.3 s]
/proc/loadavg: 2.01 2.02 2.06 3/265 21241
/proc/meminfo: memFree=3287496/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=15224388 CPUtime=642.18 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 3911115 0 0 0 63631 587 0 0 20 0 4 0 42411140 15589773312 3747105 33554432000 4194304 16246674 140734388974656 140734388973752 6962487 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 3806097 3747105 917 2943 0 3802991 0
[pid=21222/tid=21223] ppid=21219 vsize=15224388 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 15589773312 3747105 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=15224388 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 15589773312 3747105 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=15224388 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 15589773312 3747105 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 15224388

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.06 3/265 21242
/proc/meminfo: memFree=2306348/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=15870532 CPUtime=702.18 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 4013357 0 0 0 69611 607 0 0 20 0 4 0 42411140 16251424768 3908623 33554432000 4194304 16246674 140734388974656 140734388972608 14016700 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 3967633 3908623 917 2943 0 3964527 0
[pid=21222/tid=21223] ppid=21219 vsize=15870532 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 16251424768 3908623 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=15870532 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 16251424768 3908623 33554432000 4194304 16246674 140734388974656 140634431134736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=15870532 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 16251424768 3908623 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 15870532

[startup+762.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/265 21244
/proc/meminfo: memFree=2305936/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=15870532 CPUtime=762.18 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 4013375 0 0 0 75608 610 0 0 20 0 4 0 42411140 16251424768 3908641 33554432000 4194304 16246674 140734388974656 140734388973752 4221116 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 3967633 3908641 917 2943 0 3964527 0
[pid=21222/tid=21223] ppid=21219 vsize=15870532 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 16251424768 3908641 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=15870532 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 16251424768 3908641 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=15870532 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 16251424768 3908641 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 15870532



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+773.5 s]
/proc/loadavg: 2.00 2.00 2.05 3/265 21244
/proc/meminfo: memFree=2305652/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=15899204 CPUtime=773.36 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) R 21219 21222 15739 0 -1 4202496 4020331 0 0 0 76722 614 0 0 20 0 4 0 42411140 16280784896 3915597 33554432000 4194304 16246674 140734388974656 140734388973752 12429162 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 3974801 3915597 917 2943 0 3971695 0
[pid=21222/tid=21223] ppid=21219 vsize=15899204 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21223/stat : 21223 (toysat) S 21219 21222 15739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42411140 16280784896 3915597 33554432000 4194304 16246674 140734388974656 140634441624816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=15899204 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) S 21219 21222 15739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42411140 16280784896 3915597 33554432000 4194304 16246674 140734388974656 140634431134960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=21222/tid=21225] ppid=21219 vsize=15899204 CPUtime=0 cores=0-3,8-11
/proc/21222/task/21225/stat : 21225 (toysat) S 21219 21222 15739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42411140 16280784896 3915597 33554432000 4194304 16246674 140734388974656 140634420661424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 773.36
Current children cumulated vsize (KiB) 15899204

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

[startup+773.605 s]
/proc/loadavg: 2.00 2.00 2.05 3/265 21244
/proc/meminfo: memFree=2305652/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=0 CPUtime=773.47 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) Z 21219 21222 15739 0 -1 4203532 4020716 0 0 0 76723 624 0 0 20 0 2 0 42411140 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 0 0 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=0 CPUtime=0.09 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) R 21219 21222 15739 0 -1 4203588 8 0 0 0 0 9 0 0 20 0 2 0 42411140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 773.47
Current children cumulated vsize (KiB) 0

[startup+774 s]
/proc/loadavg: 2.00 2.00 2.05 3/265 21244
/proc/meminfo: memFree=2305652/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=0 CPUtime=773.87 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) Z 21219 21222 15739 0 -1 4203532 4020716 0 0 0 76723 664 0 0 20 0 2 0 42411140 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 0 0 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=0 CPUtime=0.48 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) R 21219 21222 15739 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 42411140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 773.87
Current children cumulated vsize (KiB) 0

[startup+774.2 s]
/proc/loadavg: 2.00 2.00 2.05 3/265 21244
/proc/meminfo: memFree=2305652/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=0 CPUtime=774.07 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) Z 21219 21222 15739 0 -1 4203532 4020716 0 0 0 76723 684 0 0 20 0 2 0 42411140 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 0 0 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=0 CPUtime=0.68 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) R 21219 21222 15739 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 42411140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 774.07
Current children cumulated vsize (KiB) 0

[startup+774.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/265 21244
/proc/meminfo: memFree=2305652/32872528 swapFree=8316/8316
[pid=21222] ppid=21219 vsize=0 CPUtime=774.17 cores=0-3,8-11
/proc/21222/stat : 21222 (toysat) Z 21219 21222 15739 0 -1 4203532 4020716 0 0 0 76723 694 0 0 20 0 2 0 42411140 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/21222/statm: 0 0 0 0 0 0 0
[pid=21222/tid=21224] ppid=21219 vsize=0 CPUtime=0.78 cores=0-3,8-11
/proc/21222/task/21224/stat : 21224 (toysat) R 21219 21222 15739 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 42411140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 774.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 774.316
CPU time (s): 774.186
CPU user time (s): 767.232
CPU system time (s): 6.95394
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 15899204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 767.232
system time used= 6.95394
maximum resident set size= 15663928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4020716
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= 242
involuntary context switches= 783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.13852 second user time and 4.34434 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-20 08:21:05
IDJOB=4111372
IDBENCH=109201
IDSOLVER=2542
FILE ID=node132/4111372-1466403665
RUNJOBID= node132-1466401863-21024
PBS_JOBID= 19923261
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f4-DataDisplay_2_order9.seq-B-3-2-irEDCBA.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111372-1466403665/watcher-4111372-1466403665 -o /tmp/evaluation-result-4111372-1466403665/solver-4111372-1466403665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466401863-21024 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111372-1466403665.opb

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

MD5SUM BENCH= e2b6e7831a8f585231b016a7f51eecbb
RANDOM SEED=295144478

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31668544 kB
Buffers:           63108 kB
Cached:           118848 kB
SwapCached:          768 kB
Active:           356428 kB
Inactive:          96920 kB
Active(anon):     273152 kB
Inactive(anon):     1180 kB
Active(file):      83276 kB
Inactive(file):    95740 kB
Unevictable:        8316 kB
Mlocked:            8316 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:             34408 kB
Writeback:             8 kB
AnonPages:        275892 kB
Mapped:            10452 kB
Shmem:                 0 kB
Slab:             604500 kB
SReclaimable:      44744 kB
SUnreclaim:       559756 kB
KernelStack:        2184 kB
PageTables:         6748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1230784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71704 MiB
End job on node132 at 2016-06-20 08:34:00