Trace number 4111076

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? (exit code) 803.467 803.6

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f52-ACTotalLoss.seq-A-2-2-irabcde.opb
MD5SUMb9115517c0f96d7125ab6bdca4f2bb8d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4208917647
Best CPU time to get the best result obtained on this benchmark419.79
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3867
Total number of constraints10849
Number of constraints which are clauses10729
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 373
Biggest coefficient in the objective function 143145755
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 31492066099
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 143145755
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 31492066099
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-20T06:29:21+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-4111076-1466396961.opb"]
0.00/0.01	c use --random-gen="2958798910 1234670061 3806661999 4083468529 3899986865 2772522916 2816114887 2747581295 2267467271 3350213453 874511505 3948939832 4137785599 321326639 4158561994 4072749095 134985914 4034675475 3321380963 1971673806 2302649091 2290455873 2853473555 1407245036 3553530582 1438143069 3958946866 2905351280 1770747112 2665482648 1461964773 321423437 1996394279 3795362753 4012541218 1554927942 3172439367 2263184033 3423685005 2215757703 2768782776 3296106626 3368876925 2148486232 1423796851 738370313 1066257126 706362724 3440009513 3135847794 1864331464 2943578342 3791744829 138979662 109150678 3322765469 330961398 1529502344 3189840125 2244654420 2856401260 2225827759 343462960 1526438515 3190542145 1124320046 3254477023 2145121983 3731339833 4087782928 2364097584 3992538132 668099490 246953746 32681786 3386628238 1025702207 1234000468 4098272895 3842738202 254485641 240737650 2297733964 3922751781 70342922 452465257 3053273327 890192529 814778547 1288171225 112904011 2682271059 1663596619 868198869 139950443 2250682935 706937277 1502255977 2233205083 2593375137 2999300476 3022984058 2671860148 201004119 491238383 1148795261 448198723 290113296 3402447846 3875167668 3820506681 864336032 4212483957 2769107942 2589117396 2489129580 2549658022 1331904279 3177784384 2663713475 4154873105 330580463 2380047942 2325340853 559250928 2935379434 279163167 1605585157 2969454311 757091593 1250977165 3960120764 1163633211 3029893282 3812045109 3342995492 333680991 529465422 2980684453 2475104038 2502458798 3009635877 1615602920 1478842581 1510139329 1070002655 1469076698 2918545000 2133249523 3780902419 2925327323 1565160303 2853779333 4243969209 1210604541 3067462795 2282633094 2783157063 3412966753 3563448317 2065949991 723672528 3647424845 504352432 1503105352 3667293522 2328337936 2844390112 732673272 1663354450 2845234344 194345720 3065279963 952325766 2438450805 2745430833 3264906613 2144989727 3923424931 1465777561 3225492330 590534797 2912858618 1531897795 3510941069 1263992491 1860673691 3000430302 341030984 346577265 4232599727 800209606 360361964 948917808 3007815021 1081428109 580090259 528953341 1530647046 1263610333 1622268950 3616655359 480433584 2891524628 2540609973 1865600540 1390165289 1311256999 2637938903 396614883 1460672393 1721191872 466776273 1821826810 1697967488 1074096711 378113775 299282441 756279575 2256845070 1083023816 761651266 35215811 439497326 2717695570 1612720269 4020335162 731333993 2207841615 143771957 2669069004 238525380 2836721863 3986990130 4222478678 3089631357 744978392 670249176 157926489 411386234 593310609 4152942226 3854710237 65170797 380817094 2232897335 1943353723 3498682343 133582567 665989834 3240674322 3608588304 1595973907 3942209502 1663330230 3156698650 255 362436" option to reproduce the execution
0.00/0.08	c #vars 3867
0.00/0.08	c #constraints 10849
0.19/0.22	c BCD2: Hardening is enabled.
0.19/0.22	c BCD2: BiasedSearch is enabled.
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |        0
0.19/0.24	c  0.0s |       0 |      489 |       15 |     4685      0 |      331 |       60
0.19/0.24	c #cpu_time = 0.021s
0.19/0.24	c #wall_clock_time = 0.021s
0.19/0.24	c #decision = 489
0.19/0.24	c #random_decision = 0
0.19/0.24	c #conflict = 15
0.19/0.24	c #restart = 0
0.19/0.24	o 16460838304
0.19/0.25	c BCD2: updating upper bound: 31492066099 -> 16460838303
0.19/0.26	c BCD2: 0 <= obj <= 16460838303
0.19/0.26	c BCD2: #cores=0, #unrelaxed=373, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.19/0.27	c  0.0s |       0 |        2 |        0 |     4685      0 |      331 |       60
0.19/0.27	c #cpu_time = 0.009s
0.19/0.27	c #wall_clock_time = 0.009s
0.19/0.27	c #decision = 2
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 0
0.19/0.27	c #restart = 0
0.19/0.27	c BCD2: found a new core of size 3: cost of the new core is >=961
0.19/0.27	c lower bound updated to 961
0.19/0.28	c BCD2: 961 <= obj <= 16460838303
0.19/0.28	c BCD2: #cores=1, #unrelaxed=370, #relaxed=3, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |     4685      0 |      331 |       60
0.19/0.29	c  0.0s |       0 |        3 |        0 |     4685      0 |      331 |       60
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 = 0
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 >=961
0.19/0.29	c lower bound updated to 1922
0.29/0.30	c BCD2: 1922 <= obj <= 16460838303
0.29/0.30	c BCD2: #cores=2, #unrelaxed=367, #relaxed=6, #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.32	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.29/0.33	c  0.0s |       0 |        4 |        0 |     4685      0 |      331 |       60
0.29/0.33	c #cpu_time = 0.005s
0.29/0.33	c #wall_clock_time = 0.005s
0.29/0.33	c #decision = 4
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 3: cost of the new core is >=961
0.29/0.33	c lower bound updated to 2883
0.29/0.34	c BCD2: 2883 <= obj <= 16460838303
0.29/0.34	c BCD2: #cores=3, #unrelaxed=364, #relaxed=9, #hardened=0
0.29/0.34	c BCD2: #sat=1 #unsat=4 bias=4/5
0.29/0.34	c Solving starts ...
0.29/0.34	c ============================[ Search Statistics ]============================
0.29/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.34	c =============================================================================
0.29/0.34	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.29/0.34	c  0.0s |       0 |        5 |        0 |     4685      0 |      331 |       60
0.29/0.34	c #cpu_time = 0.005s
0.29/0.34	c #wall_clock_time = 0.005s
0.29/0.34	c #decision = 5
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 3: cost of the new core is >=961
0.29/0.34	c lower bound updated to 3844
0.29/0.35	c BCD2: 3844 <= obj <= 16460838303
0.29/0.35	c BCD2: #cores=4, #unrelaxed=361, #relaxed=12, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=5 bias=5/6
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 |     4685      0 |      331 |       60
0.29/0.36	c  0.0s |       0 |        6 |        0 |     4685      0 |      331 |       60
0.29/0.36	c #cpu_time = 0.005s
0.29/0.36	c #wall_clock_time = 0.005s
0.29/0.36	c #decision = 6
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 3: cost of the new core is >=961
0.29/0.36	c lower bound updated to 4805
0.29/0.37	c BCD2: 4805 <= obj <= 16460838303
0.29/0.37	c BCD2: #cores=5, #unrelaxed=358, #relaxed=15, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=6 bias=6/7
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 |     4685      0 |      331 |       60
0.29/0.38	c  0.0s |       0 |        7 |        0 |     4685      0 |      331 |       60
0.29/0.38	c #cpu_time = 0.005s
0.29/0.38	c #wall_clock_time = 0.005s
0.29/0.38	c #decision = 7
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 3: cost of the new core is >=961
0.29/0.38	c lower bound updated to 5766
0.29/0.39	c BCD2: 5766 <= obj <= 16460838303
0.29/0.39	c BCD2: #cores=6, #unrelaxed=355, #relaxed=18, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=7 bias=7/8
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.29/0.39	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.29/0.39	c  0.0s |       0 |        8 |        0 |     4685      0 |      331 |       60
0.29/0.39	c #cpu_time = 0.003s
0.29/0.39	c #wall_clock_time = 0.003s
0.29/0.39	c #decision = 8
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 3: cost of the new core is >=961
0.29/0.39	c lower bound updated to 6727
0.29/0.40	c BCD2: 6727 <= obj <= 16460838303
0.29/0.40	c BCD2: #cores=7, #unrelaxed=352, #relaxed=21, #hardened=0
0.29/0.40	c BCD2: #sat=1 #unsat=8 bias=8/9
0.29/0.40	c Solving starts ...
0.29/0.40	c ============================[ Search Statistics ]============================
0.29/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.40	c =============================================================================
0.29/0.40	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.39/0.40	c  0.0s |       0 |        9 |        0 |     4685      0 |      331 |       60
0.39/0.40	c #cpu_time = 0.004s
0.39/0.40	c #wall_clock_time = 0.004s
0.39/0.40	c #decision = 9
0.39/0.40	c #random_decision = 0
0.39/0.40	c #conflict = 0
0.39/0.40	c #restart = 0
0.39/0.40	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.40	c lower bound updated to 7688
0.39/0.41	c BCD2: 7688 <= obj <= 16460838303
0.39/0.41	c BCD2: #cores=8, #unrelaxed=349, #relaxed=24, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=9 bias=9/10
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.39/0.41	c  0.0s |       0 |       10 |        0 |     4685      0 |      331 |       60
0.39/0.41	c #cpu_time = 0.004s
0.39/0.41	c #wall_clock_time = 0.004s
0.39/0.41	c #decision = 10
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.41	c lower bound updated to 8649
0.39/0.42	c BCD2: 8649 <= obj <= 16460838303
0.39/0.42	c BCD2: #cores=9, #unrelaxed=346, #relaxed=27, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |     4685      0 |      331 |       60
0.39/0.42	c  0.0s |       0 |       11 |        0 |     4685      0 |      331 |       60
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 = 11
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 3: cost of the new core is >=961
0.39/0.42	c lower bound updated to 9610
0.39/0.43	c BCD2: 9610 <= obj <= 16460838303
0.39/0.43	c BCD2: #cores=10, #unrelaxed=343, #relaxed=30, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=11 bias=11/12
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 |     4685      0 |      331 |       60
0.39/0.43	c  0.0s |       0 |       12 |        0 |     4685      0 |      331 |       60
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 = 12
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 3: cost of the new core is >=961
0.39/0.43	c lower bound updated to 10571
0.39/0.44	c BCD2: 10571 <= obj <= 16460838303
0.39/0.44	c BCD2: #cores=11, #unrelaxed=340, #relaxed=33, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=12 bias=12/13
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 |     4685      0 |      331 |       60
0.39/0.44	c  0.0s |       0 |       13 |        0 |     4685      0 |      331 |       60
0.39/0.44	c #cpu_time = 0.003s
0.39/0.44	c #wall_clock_time = 0.003s
0.39/0.44	c #decision = 13
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 3: cost of the new core is >=961
0.39/0.44	c lower bound updated to 11532
0.39/0.45	c BCD2: 11532 <= obj <= 16460838303
0.39/0.45	c BCD2: #cores=12, #unrelaxed=337, #relaxed=36, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |     4685      0 |      331 |       60
0.39/0.45	c  0.0s |       0 |       14 |        0 |     4685      0 |      331 |       60
0.39/0.45	c #cpu_time = 0.003s
0.39/0.45	c #wall_clock_time = 0.003s
0.39/0.45	c #decision = 14
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 3: cost of the new core is >=961
0.39/0.45	c lower bound updated to 12493
0.39/0.46	c BCD2: 12493 <= obj <= 16460838303
0.39/0.46	c BCD2: #cores=13, #unrelaxed=334, #relaxed=39, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |     4685      0 |      331 |       60
0.39/0.46	c  0.0s |       0 |       15 |        0 |     4685      0 |      331 |       60
0.39/0.46	c #cpu_time = 0.004s
0.39/0.46	c #wall_clock_time = 0.004s
0.39/0.46	c #decision = 15
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.46	c lower bound updated to 13454
0.39/0.47	c BCD2: 13454 <= obj <= 16460838303
0.39/0.47	c BCD2: #cores=14, #unrelaxed=331, #relaxed=42, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |     4685      0 |      331 |       60
0.39/0.47	c  0.0s |       0 |       16 |        0 |     4685      0 |      331 |       60
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 = 16
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 3: cost of the new core is >=961
0.39/0.47	c lower bound updated to 14415
0.39/0.48	c BCD2: 14415 <= obj <= 16460838303
0.39/0.48	c BCD2: #cores=15, #unrelaxed=328, #relaxed=45, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |     4685      0 |      331 |       60
0.39/0.48	c  0.0s |       0 |       17 |        0 |     4685      0 |      331 |       60
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 = 17
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 3: cost of the new core is >=961
0.39/0.48	c lower bound updated to 15376
0.39/0.49	c BCD2: 15376 <= obj <= 16460838303
0.39/0.49	c BCD2: #cores=16, #unrelaxed=325, #relaxed=48, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |     4685      0 |      331 |       60
0.39/0.49	c  0.0s |       0 |       18 |        0 |     4685      0 |      331 |       60
0.39/0.49	c #cpu_time = 0.004s
0.39/0.49	c #wall_clock_time = 0.004s
0.39/0.49	c #decision = 18
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.49	c lower bound updated to 16337
0.48/0.50	c BCD2: 16337 <= obj <= 16460838303
0.48/0.50	c BCD2: #cores=17, #unrelaxed=322, #relaxed=51, #hardened=0
0.48/0.50	c BCD2: #sat=1 #unsat=18 bias=18/19
0.48/0.50	c Solving starts ...
0.48/0.50	c ============================[ Search Statistics ]============================
0.48/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.50	c =============================================================================
0.48/0.51	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.48/0.52	c  0.0s |       0 |       19 |        0 |     4685      0 |      331 |       60
0.48/0.52	c #cpu_time = 0.005s
0.48/0.52	c #wall_clock_time = 0.005s
0.48/0.52	c #decision = 19
0.48/0.52	c #random_decision = 0
0.48/0.52	c #conflict = 0
0.48/0.52	c #restart = 0
0.48/0.52	c BCD2: found a new core of size 3: cost of the new core is >=961
0.48/0.52	c lower bound updated to 17298
0.48/0.52	c BCD2: 17298 <= obj <= 16460838303
0.48/0.52	c BCD2: #cores=18, #unrelaxed=319, #relaxed=54, #hardened=0
0.48/0.52	c BCD2: #sat=1 #unsat=19 bias=19/20
0.48/0.52	c Solving starts ...
0.48/0.52	c ============================[ Search Statistics ]============================
0.48/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.52	c =============================================================================
0.48/0.52	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.48/0.53	c  0.0s |       0 |       20 |        0 |     4685      0 |      331 |       60
0.48/0.53	c #cpu_time = 0.005s
0.48/0.53	c #wall_clock_time = 0.005s
0.48/0.53	c #decision = 20
0.48/0.53	c #random_decision = 0
0.48/0.53	c #conflict = 0
0.48/0.53	c #restart = 0
0.48/0.53	c BCD2: found a new core of size 3: cost of the new core is >=961
0.48/0.53	c lower bound updated to 18259
0.48/0.54	c BCD2: 18259 <= obj <= 16460838303
0.48/0.54	c BCD2: #cores=19, #unrelaxed=316, #relaxed=57, #hardened=0
0.48/0.54	c BCD2: #sat=1 #unsat=20 bias=20/21
0.48/0.54	c Solving starts ...
0.48/0.54	c ============================[ Search Statistics ]============================
0.48/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.54	c =============================================================================
0.48/0.54	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.48/0.54	c  0.0s |       0 |       21 |        0 |     4685      0 |      331 |       60
0.48/0.54	c #cpu_time = 0.005s
0.48/0.54	c #wall_clock_time = 0.005s
0.48/0.54	c #decision = 21
0.48/0.54	c #random_decision = 0
0.48/0.54	c #conflict = 0
0.48/0.54	c #restart = 0
0.48/0.54	c BCD2: found a new core of size 3: cost of the new core is >=961
0.48/0.54	c lower bound updated to 19220
0.48/0.55	c BCD2: 19220 <= obj <= 16460838303
0.48/0.55	c BCD2: #cores=20, #unrelaxed=313, #relaxed=60, #hardened=0
0.48/0.55	c BCD2: #sat=1 #unsat=21 bias=21/22
0.48/0.55	c Solving starts ...
0.48/0.55	c ============================[ Search Statistics ]============================
0.48/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.55	c =============================================================================
0.48/0.55	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.48/0.55	c  0.0s |       0 |       22 |        0 |     4685      0 |      331 |       60
0.48/0.55	c #cpu_time = 0.005s
0.48/0.55	c #wall_clock_time = 0.005s
0.48/0.55	c #decision = 22
0.48/0.55	c #random_decision = 0
0.48/0.55	c #conflict = 0
0.48/0.55	c #restart = 0
0.48/0.55	c BCD2: found a new core of size 3: cost of the new core is >=961
0.48/0.55	c lower bound updated to 20181
0.48/0.56	c BCD2: 20181 <= obj <= 16460838303
0.48/0.56	c BCD2: #cores=21, #unrelaxed=310, #relaxed=63, #hardened=0
0.48/0.56	c BCD2: #sat=1 #unsat=22 bias=22/23
0.48/0.56	c Solving starts ...
0.48/0.56	c ============================[ Search Statistics ]============================
0.48/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.56	c =============================================================================
0.48/0.56	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.48/0.56	c  0.0s |       0 |       23 |        0 |     4685      0 |      331 |       60
0.48/0.56	c #cpu_time = 0.005s
0.48/0.56	c #wall_clock_time = 0.005s
0.48/0.56	c #decision = 23
0.48/0.56	c #random_decision = 0
0.48/0.56	c #conflict = 0
0.48/0.56	c #restart = 0
0.48/0.56	c BCD2: found a new core of size 3: cost of the new core is >=961
0.48/0.56	c lower bound updated to 21142
0.48/0.57	c BCD2: 21142 <= obj <= 16460838303
0.48/0.57	c BCD2: #cores=22, #unrelaxed=307, #relaxed=66, #hardened=0
0.48/0.57	c BCD2: #sat=1 #unsat=23 bias=23/24
0.48/0.57	c Solving starts ...
0.48/0.57	c ============================[ Search Statistics ]============================
0.48/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.57	c =============================================================================
0.48/0.57	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.48/0.58	c  0.0s |       0 |       24 |        0 |     4685      0 |      331 |       60
0.48/0.58	c #cpu_time = 0.005s
0.48/0.58	c #wall_clock_time = 0.005s
0.48/0.58	c #decision = 24
0.48/0.58	c #random_decision = 0
0.48/0.58	c #conflict = 0
0.48/0.58	c #restart = 0
0.48/0.58	c BCD2: found a new core of size 3: cost of the new core is >=961
0.48/0.58	c lower bound updated to 22103
0.48/0.58	c BCD2: 22103 <= obj <= 16460838303
0.48/0.58	c BCD2: #cores=23, #unrelaxed=304, #relaxed=69, #hardened=0
0.48/0.58	c BCD2: #sat=1 #unsat=24 bias=24/25
0.48/0.58	c Solving starts ...
0.48/0.58	c ============================[ Search Statistics ]============================
0.48/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.58	c =============================================================================
0.48/0.58	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.48/0.59	c  0.0s |       0 |       25 |        0 |     4685      0 |      331 |       60
0.48/0.59	c #cpu_time = 0.005s
0.48/0.59	c #wall_clock_time = 0.005s
0.48/0.59	c #decision = 25
0.48/0.59	c #random_decision = 0
0.48/0.59	c #conflict = 0
0.48/0.59	c #restart = 0
0.48/0.59	c BCD2: found a new core of size 3: cost of the new core is >=961
0.48/0.59	c lower bound updated to 23064
0.48/0.59	c BCD2: 23064 <= obj <= 16460838303
0.48/0.59	c BCD2: #cores=24, #unrelaxed=301, #relaxed=72, #hardened=0
0.48/0.59	c BCD2: #sat=1 #unsat=25 bias=25/26
0.48/0.60	c Solving starts ...
0.48/0.60	c ============================[ Search Statistics ]============================
0.48/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.59/0.60	c  0.0s |       0 |       26 |        0 |     4685      0 |      331 |       60
0.59/0.60	c #cpu_time = 0.005s
0.59/0.60	c #wall_clock_time = 0.005s
0.59/0.60	c #decision = 26
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 3: cost of the new core is >=961
0.59/0.60	c lower bound updated to 24025
0.59/0.61	c BCD2: 24025 <= obj <= 16460838303
0.59/0.61	c BCD2: #cores=25, #unrelaxed=298, #relaxed=75, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=26 bias=26/27
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 |     4685      0 |      331 |       60
0.59/0.61	c  0.0s |       0 |       27 |        0 |     4685      0 |      331 |       60
0.59/0.61	c #cpu_time = 0.005s
0.59/0.61	c #wall_clock_time = 0.005s
0.59/0.61	c #decision = 27
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 0
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.61	c lower bound updated to 24986
0.59/0.62	c BCD2: 24986 <= obj <= 16460838303
0.59/0.62	c BCD2: #cores=26, #unrelaxed=295, #relaxed=78, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |     4685      0 |      331 |       60
0.59/0.63	c  0.0s |       0 |       28 |        0 |     4685      0 |      331 |       60
0.59/0.63	c #cpu_time = 0.005s
0.59/0.63	c #wall_clock_time = 0.005s
0.59/0.63	c #decision = 28
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 3: cost of the new core is >=961
0.59/0.63	c lower bound updated to 25947
0.59/0.63	c BCD2: 25947 <= obj <= 16460838303
0.59/0.63	c BCD2: #cores=27, #unrelaxed=292, #relaxed=81, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |     4685      0 |      331 |       60
0.59/0.64	c  0.0s |       0 |       29 |        0 |     4685      0 |      331 |       60
0.59/0.64	c #cpu_time = 0.005s
0.59/0.64	c #wall_clock_time = 0.005s
0.59/0.64	c #decision = 29
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.64	c lower bound updated to 26908
0.59/0.64	c BCD2: 26908 <= obj <= 16460838303
0.59/0.64	c BCD2: #cores=28, #unrelaxed=289, #relaxed=84, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=29 bias=29/30
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 |     4685      0 |      331 |       60
0.59/0.65	c  0.0s |       0 |       30 |        0 |     4685      0 |      331 |       60
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 = 30
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 0
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.65	c lower bound updated to 27869
0.59/0.66	c BCD2: 27869 <= obj <= 16460838303
0.59/0.66	c BCD2: #cores=29, #unrelaxed=286, #relaxed=87, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=30 bias=30/31
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.59/0.66	c  0.0s |       0 |       31 |        0 |     4685      0 |      331 |       60
0.59/0.66	c #cpu_time = 0.005s
0.59/0.66	c #wall_clock_time = 0.005s
0.59/0.66	c #decision = 31
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.66	c lower bound updated to 28830
0.59/0.67	c BCD2: 28830 <= obj <= 16460838303
0.59/0.67	c BCD2: #cores=30, #unrelaxed=283, #relaxed=90, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=31 bias=31/32
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.68	c  0.0s |       0 |        0 |        0 |     4685      0 |      331 |       60
0.59/0.69	c  0.0s |       0 |       33 |        1 |     4685      0 |      331 |       60
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 = 33
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: found a new core of size 3: cost of the new core is >=28629151
0.59/0.69	c lower bound updated to 28657981
0.69/0.70	c BCD2: 28657981 <= obj <= 16460838303
0.69/0.70	c BCD2: #cores=31, #unrelaxed=280, #relaxed=93, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=32 bias=32/33
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 |     4685      0 |      331 |       60
0.69/0.70	c  0.0s |       0 |       98 |        0 |     4685      0 |      331 |       60
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 = 98
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 0
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.69/0.70	c lower bound updated to 171803736
0.69/0.71	c BCD2: 171803736 <= obj <= 16460838303
0.69/0.71	c BCD2: #cores=32, #unrelaxed=277, #relaxed=96, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=33 bias=33/34
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 |     4685      0 |      331 |       61
0.69/0.72	c  0.0s |       0 |      124 |        0 |     4685      0 |      331 |       61
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 = 124
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.69/0.72	c lower bound updated to 314949491
0.69/0.72	c BCD2: 314949491 <= obj <= 16460838303
0.69/0.72	c BCD2: #cores=33, #unrelaxed=271, #relaxed=102, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=34 bias=34/35
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 |     4685      0 |      331 |       62
0.69/0.73	c  0.0s |       0 |      128 |        0 |     4685      0 |      331 |       62
0.69/0.73	c #cpu_time = 0.006s
0.69/0.73	c #wall_clock_time = 0.007s
0.69/0.73	c #decision = 128
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 3: cost of the new core is >=143145755
0.69/0.73	c lower bound updated to 458095246
0.69/0.74	c BCD2: 458095246 <= obj <= 16460838303
0.69/0.74	c BCD2: #cores=34, #unrelaxed=268, #relaxed=105, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=35 bias=35/36
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 |     4685      0 |      331 |       63
0.69/0.75	c  0.0s |       0 |      134 |        0 |     4685      0 |      331 |       63
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 = 134
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 0
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.69/0.75	c lower bound updated to 601241001
0.69/0.75	c BCD2: 601241001 <= obj <= 16460838303
0.69/0.75	c BCD2: #cores=35, #unrelaxed=265, #relaxed=108, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=36 bias=36/37
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 |     4685      0 |      331 |       64
0.69/0.76	c  0.0s |       0 |      135 |        0 |     4685      0 |      331 |       64
0.69/0.76	c #cpu_time = 0.007s
0.69/0.76	c #wall_clock_time = 0.007s
0.69/0.76	c #decision = 135
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 0
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.69/0.76	c lower bound updated to 744386756
0.69/0.77	c BCD2: 744386756 <= obj <= 16460838303
0.69/0.77	c BCD2: #cores=36, #unrelaxed=259, #relaxed=114, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=37 bias=37/38
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 |     4685      0 |      331 |       65
0.69/0.78	c  0.0s |       0 |      144 |        0 |     4685      0 |      331 |       65
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 = 144
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 0
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=286291510
0.69/0.78	c BCD2: refineLB: 282524517 -> 286291510
0.69/0.78	c lower bound updated to 887532511
0.69/0.78	c BCD2: 887532511 <= obj <= 16460838303
0.69/0.78	c BCD2: #cores=36, #unrelaxed=252, #relaxed=121, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=38 bias=38/39
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     4685      0 |      336 |       65
0.69/0.79	c  0.0s |       0 |      138 |        0 |     4685      0 |      336 |       74
0.69/0.79	c #cpu_time = 0.007s
0.69/0.79	c #wall_clock_time = 0.007s
0.69/0.79	c #decision = 138
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.69/0.79	c lower bound updated to 1030678266
0.79/0.80	c BCD2: 1030678266 <= obj <= 16460838303
0.79/0.80	c BCD2: #cores=37, #unrelaxed=249, #relaxed=124, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=39 bias=39/40
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 |     4685      0 |      336 |       75
0.79/0.81	c  0.0s |       0 |      169 |        1 |     4685      0 |      336 |       75
0.79/0.81	c #cpu_time = 0.007s
0.79/0.81	c #wall_clock_time = 0.007s
0.79/0.81	c #decision = 169
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 1
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 12: cost of the new core is >=286291510
0.79/0.81	c BCD2: refineLB: 282712867 -> 286291510
0.79/0.81	c lower bound updated to 1173824021
0.79/0.82	c BCD2: 1173824021 <= obj <= 16460838303
0.79/0.82	c BCD2: #cores=37, #unrelaxed=243, #relaxed=130, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=40 bias=40/41
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 |     4685      0 |      339 |       75
0.79/0.82	c  0.0s |       0 |      137 |        0 |     4685      0 |      339 |       80
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 = 137
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.79/0.82	c lower bound updated to 1316969776
0.79/0.83	c BCD2: 1316969776 <= obj <= 16460838303
0.79/0.83	c BCD2: #cores=38, #unrelaxed=240, #relaxed=133, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=41 bias=41/42
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 |     4685      0 |      339 |       81
0.79/0.84	c  0.0s |       0 |      142 |        0 |     4685      0 |      339 |       81
0.79/0.84	c #cpu_time = 0.007s
0.79/0.84	c #wall_clock_time = 0.007s
0.79/0.84	c #decision = 142
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 6: cost of the new core is >=143145755
0.79/0.84	c lower bound updated to 1460115531
0.79/0.85	c BCD2: 1460115531 <= obj <= 16460838303
0.79/0.85	c BCD2: #cores=39, #unrelaxed=234, #relaxed=139, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=42 bias=42/43
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 |     4685      0 |      339 |       82
0.79/0.86	c  0.0s |       0 |      145 |        1 |     4685      0 |      339 |       82
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 = 145
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 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=429437265
0.79/0.86	c BCD2: refineLB: 426108294 -> 429437265
0.79/0.86	c lower bound updated to 1603261286
0.79/0.86	c BCD2: 1603261286 <= obj <= 16460838303
0.79/0.86	c BCD2: #cores=38, #unrelaxed=230, #relaxed=143, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=43 bias=43/44
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 |     4685      0 |      348 |       82
0.79/0.87	c  0.0s |       0 |      145 |        0 |     4685      0 |      348 |       98
0.79/0.87	c #cpu_time = 0.008s
0.79/0.87	c #wall_clock_time = 0.008s
0.79/0.87	c #decision = 145
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: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=286291510
0.79/0.87	c BCD2: refineLB: 143145756 -> 286291510
0.79/0.87	c lower bound updated to 1746407041
0.79/0.88	c BCD2: 1746407041 <= obj <= 16460838303
0.79/0.88	c BCD2: #cores=38, #unrelaxed=223, #relaxed=150, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=44 bias=44/45
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 |     4685      0 |      349 |       98
0.79/0.89	c  0.0s |       0 |      143 |        0 |     4685      0 |      349 |       99
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 = 143
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.79/0.89	c lower bound updated to 1889552796
0.89/0.90	c BCD2: 1889552796 <= obj <= 16460838303
0.89/0.90	c BCD2: #cores=39, #unrelaxed=217, #relaxed=156, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=45 bias=45/46
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 |     4685      0 |      349 |      100
0.89/0.91	c  0.0s |       0 |      145 |        0 |     4685      0 |      349 |      100
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 = 145
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 3: cost of the new core is >=143145755
0.89/0.91	c lower bound updated to 2032698551
0.89/0.91	c BCD2: 2032698551 <= obj <= 16460838303
0.89/0.91	c BCD2: #cores=40, #unrelaxed=214, #relaxed=159, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=46 bias=46/47
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 |     4685      0 |      349 |      101
0.89/0.92	c  0.0s |       0 |      148 |        0 |     4685      0 |      349 |      101
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 = 148
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.89/0.92	c lower bound updated to 2175844306
0.89/0.93	c BCD2: 2175844306 <= obj <= 16460838303
0.89/0.93	c BCD2: #cores=41, #unrelaxed=211, #relaxed=162, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=47 bias=47/48
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     4685      0 |      349 |      102
0.89/0.94	c  0.0s |       0 |      150 |        0 |     4685      0 |      349 |      102
0.89/0.94	c #cpu_time = 0.007s
0.89/0.94	c #wall_clock_time = 0.007s
0.89/0.94	c #decision = 150
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 0
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.89/0.94	c lower bound updated to 2318990061
0.89/0.94	c BCD2: 2318990061 <= obj <= 16460838303
0.89/0.94	c BCD2: #cores=42, #unrelaxed=205, #relaxed=168, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=48 bias=48/49
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 |     4685      0 |      349 |      103
0.89/0.95	c  0.0s |       0 |      151 |        0 |     4685      0 |      349 |      103
0.89/0.95	c #cpu_time = 0.007s
0.89/0.95	c #wall_clock_time = 0.007s
0.89/0.95	c #decision = 151
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 0
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.89/0.95	c lower bound updated to 2462135816
0.89/0.96	c BCD2: 2462135816 <= obj <= 16460838303
0.89/0.96	c BCD2: #cores=43, #unrelaxed=199, #relaxed=174, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=49 bias=49/50
0.89/0.96	c Solving starts ...
0.89/0.96	c ============================[ Search Statistics ]============================
0.89/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.96	c =============================================================================
0.89/0.96	c  0.0s |       0 |        0 |        0 |     4685      0 |      349 |      104
0.89/0.97	c  0.0s |       0 |      153 |        0 |     4685      0 |      349 |      104
0.89/0.97	c #cpu_time = 0.008s
0.89/0.97	c #wall_clock_time = 0.008s
0.89/0.97	c #decision = 153
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.89/0.97	c lower bound updated to 2605281571
0.89/0.98	c BCD2: 2605281571 <= obj <= 16460838303
0.89/0.98	c BCD2: #cores=44, #unrelaxed=196, #relaxed=177, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=50 bias=50/51
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |     4685      0 |      349 |      105
0.89/0.99	c  0.0s |       0 |      156 |        0 |     4685      0 |      349 |      105
0.89/0.99	c #cpu_time = 0.008s
0.89/0.99	c #wall_clock_time = 0.008s
0.89/0.99	c #decision = 156
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 0
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.89/0.99	c lower bound updated to 2748427326
0.89/0.99	c BCD2: 2748427326 <= obj <= 16460838303
0.89/0.99	c BCD2: #cores=45, #unrelaxed=190, #relaxed=183, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=51 bias=51/52
0.89/1.00	c Solving starts ...
0.89/1.00	c ============================[ Search Statistics ]============================
0.89/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/1.00	c =============================================================================
0.89/1.00	c  0.0s |       0 |        0 |        0 |     4685      0 |      349 |      106
0.99/1.00	c  0.0s |       0 |      152 |        0 |     4685      0 |      349 |      106
0.99/1.00	c #cpu_time = 0.007s
0.99/1.00	c #wall_clock_time = 0.007s
0.99/1.00	c #decision = 152
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 0
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: relaxing 10 and merging with 1 cores into a new core of size 13: cost of the new core is >=286291510
0.99/1.00	c BCD2: refineLB: 283538708 -> 286291510
0.99/1.00	c lower bound updated to 2891573081
0.99/1.01	c BCD2: 2891573081 <= obj <= 16460838303
0.99/1.01	c BCD2: #cores=45, #unrelaxed=180, #relaxed=193, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=52 bias=52/53
0.99/1.01	c Solving starts ...
0.99/1.01	c ============================[ Search Statistics ]============================
0.99/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.01	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |     4685      0 |      354 |      106
0.99/1.02	c  0.0s |       0 |      144 |        0 |     4685      0 |      354 |      115
0.99/1.02	c #cpu_time = 0.008s
0.99/1.02	c #wall_clock_time = 0.008s
0.99/1.02	c #decision = 144
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 0
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.99/1.02	c lower bound updated to 3034718836
0.99/1.03	c BCD2: 3034718836 <= obj <= 16460838303
0.99/1.03	c BCD2: #cores=46, #unrelaxed=177, #relaxed=196, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=53 bias=53/54
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     4685      0 |      354 |      116
0.99/1.03	c  0.0s |       0 |      149 |        0 |     4685      0 |      354 |      116
0.99/1.03	c #cpu_time = 0.008s
0.99/1.03	c #wall_clock_time = 0.008s
0.99/1.03	c #decision = 149
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 0
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 10 and merging with 1 cores into a new core of size 13: cost of the new core is >=286291510
0.99/1.04	c BCD2: refineLB: 143145756 -> 286291510
0.99/1.04	c lower bound updated to 3177864591
0.99/1.04	c BCD2: 3177864591 <= obj <= 16460838303
0.99/1.04	c BCD2: #cores=46, #unrelaxed=167, #relaxed=206, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=54 bias=54/55
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     4685      0 |      355 |      116
0.99/1.05	c  0.0s |       0 |      144 |        0 |     4685      0 |      355 |      117
0.99/1.05	c #cpu_time = 0.008s
0.99/1.05	c #wall_clock_time = 0.008s
0.99/1.05	c #decision = 144
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.99/1.05	c lower bound updated to 3321010346
0.99/1.06	c BCD2: 3321010346 <= obj <= 16460838303
0.99/1.06	c BCD2: #cores=47, #unrelaxed=164, #relaxed=209, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=55 bias=55/56
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     4685      0 |      355 |      118
0.99/1.07	c  0.0s |       0 |      150 |        0 |     4685      0 |      355 |      118
0.99/1.07	c #cpu_time = 0.008s
0.99/1.07	c #wall_clock_time = 0.008s
0.99/1.07	c #decision = 150
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.99/1.07	c lower bound updated to 3464156101
0.99/1.07	c BCD2: 3464156101 <= obj <= 16460838303
0.99/1.07	c BCD2: #cores=48, #unrelaxed=158, #relaxed=215, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=56 bias=56/57
0.99/1.08	c Solving starts ...
0.99/1.08	c ============================[ Search Statistics ]============================
0.99/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.08	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |     4685      0 |      355 |      119
0.99/1.10	c  0.0s |       0 |     1446 |        0 |     4685      0 |      355 |      119
0.99/1.10	c #cpu_time = 0.015s
0.99/1.10	c #wall_clock_time = 0.015s
0.99/1.10	c #decision = 1446
0.99/1.10	c #random_decision = 1
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	o 5783809252
802.56/802.79	toysat: out of memory (requested 244318208 bytes)

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20740
/proc/meminfo: memFree=20467080/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=635324 CPUtime=0 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 2354 0 0 0 0 0 0 0 20 0 4 0 41740931 650571776 2715 33554432000 4194304 16246674 140734499212032 140734499211456 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 159599 2723 441 2943 0 156493 0
[pid=20740/tid=20741] ppid=20737 vsize=652732 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 668397568 2783 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=656828 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 672591872 2798 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=660924 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41740932 676786176 2815 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20740
/proc/meminfo: memFree=20467080/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 25074 0 0 0 5 4 0 0 20 0 4 0 41740931 1250496512 25372 33554432000 4194304 16246674 140734499212032 140734499211344 13954914 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 305297 25380 832 2943 0 302191 0
[pid=20740/tid=20741] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 25384 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 25390 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 25395 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200533 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20740
/proc/meminfo: memFree=20467080/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 42768 0 0 0 13 6 0 0 20 0 4 0 41740931 1250496512 43067 33554432000 4194304 16246674 140734499212032 140734499211344 5887445 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 305297 43075 832 2943 0 302191 0
[pid=20740/tid=20741] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 43081 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 43086 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 43092 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300498 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20740
/proc/meminfo: memFree=20467080/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1221188 CPUtime=0.29 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 64940 0 0 0 20 9 0 0 20 0 4 0 41740931 1250496512 65238 33554432000 4194304 16246674 140734499212032 140734499211344 12449399 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 305297 65258 908 2943 0 302191 0
[pid=20740/tid=20741] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 65267 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 65277 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41740932 1250496512 65288 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700418 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20740
/proc/meminfo: memFree=20467080/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 88832 0 0 0 57 12 0 0 20 0 4 0 41740931 1338576896 89130 33554432000 4194304 16246674 140734499212032 140734499195024 12654256 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 326801 89130 910 2943 0 323695 0
[pid=20740/tid=20741] ppid=20737 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 1338576896 89130 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 1338576896 89130 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 1338576896 89130 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50043 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 20744
/proc/meminfo: memFree=19781088/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1308228 CPUtime=1.49 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 147974 0 0 0 129 20 0 0 20 0 4 0 41740931 1339625472 148272 33554432000 4194304 16246674 140734499212032 140734499193920 12414100 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 327057 148288 910 2943 0 323951 0
[pid=20740/tid=20741] ppid=20737 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 1339625472 148301 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 1339625472 148312 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 1339625472 148323 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1308228

[startup+3.10043 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 20744
/proc/meminfo: memFree=18215944/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1355332 CPUtime=3.09 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 280041 0 0 0 273 36 0 0 20 0 4 0 41740931 1387859968 280339 33554432000 4194304 16246674 140734499212032 140734499193920 12429087 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 338833 280339 910 2943 0 335727 0
[pid=20740/tid=20741] ppid=20737 vsize=1355332 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 1387859968 280339 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1355332 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 1387859968 280339 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1355332 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 1387859968 280339 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1355332

[startup+6.30043 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 20744
/proc/meminfo: memFree=18110668/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1358404 CPUtime=6.29 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 280809 0 0 0 593 36 0 0 20 0 4 0 41740931 1391005696 281107 33554432000 4194304 16246674 140734499212032 140734499211344 12449455 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 339601 281107 910 2943 0 336495 0
[pid=20740/tid=20741] ppid=20737 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 1391005696 281107 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 1391005696 281107 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 1391005696 281107 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1358404

[startup+12.7004 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 20744
/proc/meminfo: memFree=17984824/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1481284 CPUtime=12.69 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 311529 0 0 0 1228 41 0 0 20 0 4 0 41740931 1516834816 311827 33554432000 4194304 16246674 140734499212032 140734499211344 12429000 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 370321 311827 910 2943 0 367215 0
[pid=20740/tid=20741] ppid=20737 vsize=1481284 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 1516834816 311827 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1481284 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 1516834816 311827 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1481284 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 1516834816 311827 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1481284

[startup+25.5005 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 20745
/proc/meminfo: memFree=17472520/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=1993284 CPUtime=25.49 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 439529 0 0 0 2490 59 0 0 20 0 4 0 41740931 2041122816 439827 33554432000 4194304 16246674 140734499212032 140734499211344 12371152 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 498321 439827 910 2943 0 495215 0
[pid=20740/tid=20741] ppid=20737 vsize=1993284 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 2041122816 439827 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=1993284 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 2041122816 439827 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=1993284 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 2041122816 439827 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1993284

[startup+51.1005 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 20748
/proc/meminfo: memFree=16392920/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=2799172 CPUtime=51.08 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 641001 0 0 0 5020 88 0 0 20 0 4 0 41740931 2866352128 641299 33554432000 4194304 16246674 140734499212032 140734499211128 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 699793 641299 910 2943 0 696687 0
[pid=20740/tid=20741] ppid=20737 vsize=2799172 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 2866352128 641299 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=2799172 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 2866352128 641299 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=2799172 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 2866352128 641299 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2799172

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 20749
/proc/meminfo: memFree=14453756/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=4442692 CPUtime=102.28 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 1127915 0 0 0 10062 166 0 0 20 0 4 0 41740931 4549316608 1052181 33554432000 4194304 16246674 140734499212032 140734499211128 13892935 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 1110673 1052181 911 2943 0 1107567 0
[pid=20740/tid=20741] ppid=20737 vsize=4442692 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 4549316608 1052181 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=4442692 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 4549316608 1052181 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=4442692 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 4549316608 1052181 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4442692


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

[pid=20740/tid=20742] ppid=20737 vsize=13503044 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 13827117056 3317279 33554432000 4194304 16246674 140734499212032 140008073698320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=13503044 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 13827117056 3317279 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 13503044

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20763
/proc/meminfo: memFree=2729584/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=13854276 CPUtime=642.19 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7196507 0 0 0 63108 1111 0 0 20 0 4 0 41740931 14186778624 3405088 33554432000 4194304 16246674 140734499212032 140734499209856 4206912 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3463569 3405088 915 2943 0 3460463 0
[pid=20740/tid=20741] ppid=20737 vsize=13854276 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 14186778624 3405088 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=13854276 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 14186778624 3405088 33554432000 4194304 16246674 140734499212032 140008073698320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=13854276 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 14186778624 3405088 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 13854276

[startup+702.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 20764
/proc/meminfo: memFree=2279460/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=14303812 CPUtime=702.18 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7308891 0 0 0 69086 1132 0 0 20 0 4 0 41740931 14647103488 3517472 33554432000 4194304 16246674 140734499212032 140734499211128 12429087 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3575953 3517472 915 2943 0 3572847 0
[pid=20740/tid=20741] ppid=20737 vsize=14303812 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 14647103488 3517472 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=14303812 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 14647103488 3517472 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=14303812 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 14647103488 3517472 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 14303812

[startup+762.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 20813
/proc/meminfo: memFree=13583676/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=15090244 CPUtime=762.17 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7449800 0 0 0 75054 1163 0 0 20 0 4 0 41740931 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140734499209984 13899629 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3772561 3714080 915 2943 0 3769455 0
[pid=20740/tid=20741] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008073698320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 15090244

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20740 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+768 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 20813
/proc/meminfo: memFree=13583412/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=15090244 CPUtime=767.87 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7449800 0 0 0 75624 1163 0 0 20 0 4 0 41740931 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140734499209984 13899559 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3772561 3714080 915 2943 0 3769455 0
[pid=20740/tid=20741] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008073698320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 767.87
Current children cumulated vsize (KiB) 15090244

[startup+780.8 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 20814
/proc/meminfo: memFree=13119504/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=15090244 CPUtime=780.66 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7449800 0 0 0 76903 1163 0 0 20 0 4 0 41740931 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140734499209984 14013920 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3772561 3714080 915 2943 0 3769455 0
[pid=20740/tid=20741] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008073698320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 780.66
Current children cumulated vsize (KiB) 15090244

[startup+793.6 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 20814
/proc/meminfo: memFree=12135604/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=15090244 CPUtime=793.46 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7449800 0 0 0 78182 1164 0 0 20 0 4 0 41740931 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140734499211128 4206664 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3772561 3714080 915 2943 0 3769455 0
[pid=20740/tid=20741] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 793.46
Current children cumulated vsize (KiB) 15090244

[startup+800 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 20814
/proc/meminfo: memFree=12212964/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=15090244 CPUtime=799.87 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7449800 0 0 0 78821 1166 0 0 20 0 4 0 41740931 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140734499211208 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3772561 3714080 915 2943 0 3769455 0
[pid=20740/tid=20741] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 799.87
Current children cumulated vsize (KiB) 15090244

[startup+801.6 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 20814
/proc/meminfo: memFree=12213088/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=15090244 CPUtime=801.46 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7449800 0 0 0 78980 1166 0 0 20 0 4 0 41740931 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140734499211208 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3772561 3714080 915 2943 0 3769455 0
[pid=20740/tid=20741] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=15090244 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 15452409856 3714080 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 801.46
Current children cumulated vsize (KiB) 15090244

[startup+802.4 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 20814
/proc/meminfo: memFree=12043084/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=15562308 CPUtime=802.26 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) R 20737 20740 17450 0 -1 4202496 7567633 0 0 0 79046 1180 0 0 20 0 4 0 41740931 15935803392 3831913 33554432000 4194304 16246674 140734499212032 140734499211208 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 3890577 3831923 915 2943 0 3887471 0
[pid=20740/tid=20741] ppid=20737 vsize=15562308 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20741/stat : 20741 (toysat) S 20737 20740 17450 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41740932 15935803392 3831929 33554432000 4194304 16246674 140734499212032 140008084188400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20740/tid=20742] ppid=20737 vsize=15562308 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20742/stat : 20742 (toysat) S 20737 20740 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41740932 15935803392 3831929 33554432000 4194304 16246674 140734499212032 140008073698544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=15562308 CPUtime=0 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) S 20737 20740 17450 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41740932 15935803392 3831929 33554432000 4194304 16246674 140734499212032 140008063225008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 802.26
Current children cumulated vsize (KiB) 15562308

[startup+803.2 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 20814
/proc/meminfo: memFree=15479980/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=0 CPUtime=803.06 cores=1,3,5,7
/proc/20740/stat : 20740 (toysat) Z 20737 20740 17450 0 -1 4202508 7614766 0 0 0 79080 1226 0 0 20 0 2 0 41740931 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: 0 0 0 0 0 0 0
[pid=20740/tid=20743] ppid=20737 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/20740/task/20743/stat : 20743 (toysat) R 20737 20740 17450 0 -1 4203588 3 0 0 0 0 39 0 0 20 0 2 0 41740932 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 803.06
Current children cumulated vsize (KiB) 0

[startup+803.6 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 20814
/proc/meminfo: memFree=15479980/32872528 swapFree=8292/8292
[pid=20740] ppid=20737 vsize=0 CPUtime=803.46 cores=194,197,224,227-229,258-260,262,290-294,320,323-325,327-329,334,336,338-339,343-344,350-351,355-357,448-452,456-457,461,464-466,471-472,478-479,483-485,577-578,580,582-585,587,589,592-594,599-600,606-607,611-613,645,647-648,651,653,656-658,663-664,670-671,675-677,708,714,716,718-722,733,735,740-750,769-773,775,777-782,784,790,832,901,903-905,907-910,913,915-916,918,921-922,925,927,932-942
/proc/20740/stat : 20740 (toysat) Z 20737 20740 17450 0 -1 4202508 7614766 0 0 0 79080 1266 0 0 20 0 2 0 41740931 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20740/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 803.46
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 803.6
CPU time (s): 803.467
CPU user time (s): 790.801
CPU system time (s): 12.6661
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 15743556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 790.801
system time used= 12.6661
maximum resident set size= 15516184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7614766
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= 297
involuntary context switches= 863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.07323 second user time and 7.8778 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-20 06:29:21
IDJOB=4111076
IDBENCH=108767
IDSOLVER=2542
FILE ID=node151/4111076-1466396961
RUNJOBID= node151-1466384055-17467
PBS_JOBID= 19923260
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f52-ACTotalLoss.seq-A-2-2-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111076-1466396961/watcher-4111076-1466396961 -o /tmp/evaluation-result-4111076-1466396961/solver-4111076-1466396961 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466384055-17467 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111076-1466396961.opb

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

MD5SUM BENCH= b9115517c0f96d7125ab6bdca4f2bb8d
RANDOM SEED=99841399

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        20467244 kB
Buffers:           30560 kB
Cached:           192364 kB
SwapCached:          652 kB
Active:         11487216 kB
Inactive:         138528 kB
Active(anon):   11402356 kB
Inactive(anon):     2836 kB
Active(file):      84860 kB
Inactive(file):   135692 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099852 kB
Dirty:             16708 kB
Writeback:             0 kB
AnonPages:      11410524 kB
Mapped:            10708 kB
Shmem:                 0 kB
Slab:             612536 kB
SReclaimable:      56076 kB
SUnreclaim:       556460 kB
KernelStack:        1520 kB
PageTables:        26168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   11554992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node151 at 2016-06-20 06:42:45