Trace number 4079533

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-02OPT60 8.29874 8.30063

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
MD5SUM8521955d0869ff4fe0390118a5fbc0f9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.183971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables696
Total number of constraints2096
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 696
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 696
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 696
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-06T18:35:49+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-4079533-1465230949.opb"]
0.00/0.01	c use --random-gen="3809921368 346491818 3315343458 2635657167 178799844 811498638 2570538943 3167264467 1565253738 3590530335 719665541 1972096296 4276971160 544923533 2147853442 2838498523 4018565155 2542501727 17003566 1927510958 3216352822 3071651822 1430633096 2034713306 1620417557 744739705 3596781537 4103823235 3868502988 3239749975 1911800109 3145403856 4154173348 804024250 2745492823 4272529842 2463912329 2058722052 3453845202 578885977 452074719 3720054625 2324710342 2888809728 1756534752 3582005371 3484606073 2790002583 637717970 3926742326 3265844271 2523755117 3398266405 937797350 528473865 2247913361 800983525 1696605842 2002905955 3143953297 4201099366 127468072 2057822491 3226556753 576880853 3998584229 3299972540 1620545384 2240340783 343977438 4005655155 3017474015 1305135478 2925440734 598743053 339204025 959814122 4281142269 1474989206 3299593192 3804411644 3410101696 256673593 2383113997 826525270 904628515 3830311470 1730414027 2508431630 1738426288 3964146865 3842951567 3655465657 1688852708 2718108506 3611774299 2080056244 3308570396 1774254536 2407634872 789253142 1927143073 1778556788 414427414 868037662 3376253250 3325426281 2290991674 3127938771 3809579119 923409506 1363004530 928136018 3429285374 3918483958 3526635714 1426955567 1789864246 4004701346 2457057701 1972584406 3972180349 2332047065 1433984673 3261007743 4171505225 2706117454 1922755841 4198952130 198542915 1297999228 2052107829 2226359234 195449308 25791286 4107977883 2518180203 1152055010 3002302824 673790323 4026034205 3169177640 3998376562 1038527463 1793379975 2064487185 1762520251 2530060250 2415496283 1442759204 3777837797 633795640 1082960369 238316826 4267674128 2972236246 1980681510 14194845 918624948 2444459352 3435164368 2182888132 4270599149 3609916205 3058583275 2966482075 3919703174 2558822630 2143829269 2202760483 853844264 1904737381 1658845663 3351849138 3266139953 997226102 2136813820 2329423349 1958443790 2182292353 994637457 2502456918 1338023291 577536376 3516324586 4181367594 2169768590 243303659 20771288 1500325032 782496095 3209677537 1595655099 4244736870 3463661163 338222517 3301477617 2019053029 62027169 1719574610 1819472891 1259216571 1464148017 2911719854 583731824 1224585032 2661750472 2600079426 2113776068 293528612 3216418196 2922029009 610447053 2994261638 2466383268 3738214647 4149603352 1569945003 103661994 3886146126 3355950687 1950682431 3927934907 469364863 41482389 1973127411 3858833509 36201662 193252854 2293650349 3614889496 1037264682 2141174705 1977788312 875713986 3071443293 4110313261 899688129 657654588 814233588 139836080 978692024 1093926272 845606701 936593947 2334583688 3896496288 2071626739 1129158164 1327641013 2668190079 1794880682 2523482536 4293033052 278155308 4120683050 255 362436" option to reproduce the execution
0.00/0.03	c #vars 696
0.00/0.03	c #constraints 2096
0.00/0.06	c BCD2: Hardening is enabled.
0.00/0.06	c BCD2: BiasedSearch is enabled.
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      930      0 |        0 |        0
0.00/0.08	c  0.0s |       1 |      167 |      100 |      930      0 |        2 |        6
0.09/0.10	c  0.0s |       2 |      371 |      250 |     1024      0 |        2 |        6
0.09/0.15	c  0.1s |       3 |      640 |      475 |     1127      0 |        2 |        6
0.19/0.22	c  0.2s |       4 |     1049 |      813 |     1240      0 |        2 |        6
0.29/0.31	c  0.2s |       5 |     1814 |     1320 |     1364      0 |        4 |       12
0.38/0.46	c  0.4s |       6 |     2815 |     2081 |     1652      1 |        6 |       18
0.59/0.66	c  0.6s |       7 |     4531 |     3223 |     1818      2 |        6 |       18
0.89/0.99	c  0.9s |       8 |     6706 |     4936 |     2000      4 |        6 |       18
1.29/1.33	c  1.3s |       9 |    10078 |     7506 |     2200      6 |        8 |       24
1.79/1.88	c  1.8s |      10 |    14939 |    11361 |     2420      9 |        8 |       24
2.79/2.87	c  2.8s |      11 |    21931 |    17144 |     2662     14 |        8 |       24
4.29/4.30	c  4.2s |      12 |    32925 |    25819 |     2929     20 |       10 |       30
6.29/6.32	c  6.3s |      12 |    48985 |    38519 |     2929     29 |       10 |       30
6.29/6.36	c  6.3s |      13 |    49375 |    38832 |     3222     29 |       10 |       30
7.79/7.85	c  7.8s |      13 |    61112 |    48340 |     3222     34 |       10 |       30
7.79/7.85	c #cpu_time = 7.764s
7.79/7.85	c #wall_clock_time = 7.784s
7.79/7.85	c #decision = 61112
7.79/7.85	c #random_decision = 254
7.79/7.85	c #conflict = 48340
7.79/7.85	c #restart = 13
7.79/7.85	o 72
7.79/7.85	c BCD2: updating upper bound: 696 -> 71
7.79/7.85	c BCD2: 0 <= obj <= 71
7.79/7.85	c BCD2: #cores=0, #unrelaxed=696, #relaxed=0, #hardened=0
7.79/7.85	c BCD2: #sat=1 #unsat=1 bias=1/2
7.79/7.85	c Solving starts ...
7.79/7.85	c ============================[ Search Statistics ]============================
7.79/7.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.85	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.85	c =============================================================================
7.79/7.85	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.79/7.85	c  0.0s |       0 |        2 |        0 |     3222      0 |       10 |       30
7.79/7.85	c #cpu_time = 0.006s
7.79/7.85	c #wall_clock_time = 0.006s
7.79/7.85	c #decision = 2
7.79/7.85	c #random_decision = 0
7.79/7.85	c #conflict = 0
7.79/7.85	c #restart = 0
7.79/7.85	c BCD2: found a new core of size 3: cost of the new core is >=1
7.79/7.85	c lower bound updated to 1
7.79/7.85	c BCD2: 1 <= obj <= 71
7.79/7.85	c BCD2: #cores=1, #unrelaxed=693, #relaxed=3, #hardened=0
7.79/7.85	c BCD2: #sat=1 #unsat=2 bias=2/3
7.79/7.85	c Solving starts ...
7.79/7.85	c ============================[ Search Statistics ]============================
7.79/7.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.85	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.85	c =============================================================================
7.79/7.85	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.79/7.86	c  0.0s |       0 |       13 |        0 |     3222      0 |       10 |       30
7.79/7.86	c #cpu_time = 0.006s
7.79/7.86	c #wall_clock_time = 0.006s
7.79/7.86	c #decision = 13
7.79/7.86	c #random_decision = 0
7.79/7.86	c #conflict = 0
7.79/7.86	c #restart = 0
7.79/7.86	c BCD2: found a new core of size 4: cost of the new core is >=1
7.79/7.86	c lower bound updated to 2
7.79/7.86	c BCD2: 2 <= obj <= 71
7.79/7.86	c BCD2: #cores=2, #unrelaxed=689, #relaxed=7, #hardened=0
7.79/7.86	c BCD2: #sat=1 #unsat=3 bias=3/4
7.79/7.86	c Solving starts ...
7.79/7.86	c ============================[ Search Statistics ]============================
7.79/7.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.86	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.86	c =============================================================================
7.79/7.86	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.79/7.87	c  0.0s |       0 |       24 |        0 |     3222      0 |       10 |       30
7.79/7.87	c #cpu_time = 0.006s
7.79/7.87	c #wall_clock_time = 0.006s
7.79/7.87	c #decision = 24
7.79/7.87	c #random_decision = 0
7.79/7.87	c #conflict = 0
7.79/7.87	c #restart = 0
7.79/7.87	c BCD2: found a new core of size 4: cost of the new core is >=1
7.79/7.87	c lower bound updated to 3
7.79/7.87	c BCD2: 3 <= obj <= 71
7.79/7.87	c BCD2: #cores=3, #unrelaxed=685, #relaxed=11, #hardened=0
7.79/7.87	c BCD2: #sat=1 #unsat=4 bias=4/5
7.79/7.87	c Solving starts ...
7.79/7.87	c ============================[ Search Statistics ]============================
7.79/7.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.87	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.87	c =============================================================================
7.79/7.88	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.79/7.88	c  0.0s |       0 |       32 |        0 |     3222      0 |       10 |       30
7.79/7.88	c #cpu_time = 0.004s
7.79/7.88	c #wall_clock_time = 0.004s
7.79/7.88	c #decision = 32
7.79/7.88	c #random_decision = 0
7.79/7.88	c #conflict = 0
7.79/7.88	c #restart = 0
7.79/7.88	c BCD2: found a new core of size 3: cost of the new core is >=1
7.79/7.88	c lower bound updated to 4
7.79/7.88	c BCD2: 4 <= obj <= 71
7.79/7.88	c BCD2: #cores=4, #unrelaxed=682, #relaxed=14, #hardened=0
7.79/7.88	c BCD2: #sat=1 #unsat=5 bias=5/6
7.79/7.88	c Solving starts ...
7.79/7.88	c ============================[ Search Statistics ]============================
7.79/7.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.88	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.88	c =============================================================================
7.79/7.88	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.79/7.89	c  0.0s |       0 |       40 |        0 |     3222      0 |       10 |       30
7.79/7.89	c #cpu_time = 0.005s
7.79/7.89	c #wall_clock_time = 0.005s
7.79/7.89	c #decision = 40
7.79/7.89	c #random_decision = 0
7.79/7.89	c #conflict = 0
7.79/7.89	c #restart = 0
7.79/7.89	c BCD2: found a new core of size 7: cost of the new core is >=1
7.79/7.89	c lower bound updated to 5
7.79/7.89	c BCD2: 5 <= obj <= 71
7.79/7.89	c BCD2: #cores=5, #unrelaxed=675, #relaxed=21, #hardened=0
7.79/7.89	c BCD2: #sat=1 #unsat=6 bias=6/7
7.79/7.89	c Solving starts ...
7.79/7.89	c ============================[ Search Statistics ]============================
7.79/7.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.89	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.89	c =============================================================================
7.79/7.89	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.79/7.89	c  0.0s |       0 |       46 |        0 |     3222      0 |       10 |       30
7.79/7.89	c #cpu_time = 0.005s
7.79/7.89	c #wall_clock_time = 0.005s
7.79/7.89	c #decision = 46
7.79/7.89	c #random_decision = 0
7.79/7.89	c #conflict = 0
7.79/7.89	c #restart = 0
7.79/7.89	c BCD2: found a new core of size 10: cost of the new core is >=1
7.79/7.89	c lower bound updated to 6
7.79/7.89	c BCD2: 6 <= obj <= 71
7.79/7.89	c BCD2: #cores=6, #unrelaxed=665, #relaxed=31, #hardened=0
7.79/7.89	c BCD2: #sat=1 #unsat=7 bias=7/8
7.79/7.89	c Solving starts ...
7.79/7.89	c ============================[ Search Statistics ]============================
7.79/7.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.89	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.89	c =============================================================================
7.79/7.89	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.89/7.90	c  0.0s |       0 |       47 |        0 |     3222      0 |       10 |       30
7.89/7.90	c #cpu_time = 0.005s
7.89/7.90	c #wall_clock_time = 0.005s
7.89/7.90	c #decision = 47
7.89/7.90	c #random_decision = 0
7.89/7.90	c #conflict = 0
7.89/7.90	c #restart = 0
7.89/7.90	c BCD2: found a new core of size 10: cost of the new core is >=1
7.89/7.90	c lower bound updated to 7
7.89/7.90	c BCD2: 7 <= obj <= 71
7.89/7.90	c BCD2: #cores=7, #unrelaxed=655, #relaxed=41, #hardened=0
7.89/7.90	c BCD2: #sat=1 #unsat=8 bias=8/9
7.89/7.90	c Solving starts ...
7.89/7.90	c ============================[ Search Statistics ]============================
7.89/7.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.90	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.90	c =============================================================================
7.89/7.90	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.89/7.90	c  0.0s |       0 |       52 |        0 |     3222      0 |       10 |       30
7.89/7.90	c #cpu_time = 0.005s
7.89/7.90	c #wall_clock_time = 0.005s
7.89/7.90	c #decision = 52
7.89/7.90	c #random_decision = 0
7.89/7.90	c #conflict = 0
7.89/7.90	c #restart = 0
7.89/7.90	c BCD2: found a new core of size 7: cost of the new core is >=1
7.89/7.90	c lower bound updated to 8
7.89/7.90	c BCD2: 8 <= obj <= 71
7.89/7.90	c BCD2: #cores=8, #unrelaxed=648, #relaxed=48, #hardened=0
7.89/7.90	c BCD2: #sat=1 #unsat=9 bias=9/10
7.89/7.90	c Solving starts ...
7.89/7.90	c ============================[ Search Statistics ]============================
7.89/7.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.90	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.90	c =============================================================================
7.89/7.90	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.89/7.91	c  0.0s |       0 |       58 |        0 |     3222      0 |       10 |       30
7.89/7.91	c #cpu_time = 0.005s
7.89/7.91	c #wall_clock_time = 0.005s
7.89/7.91	c #decision = 58
7.89/7.91	c #random_decision = 0
7.89/7.91	c #conflict = 0
7.89/7.91	c #restart = 0
7.89/7.91	c BCD2: found a new core of size 10: cost of the new core is >=1
7.89/7.91	c lower bound updated to 9
7.89/7.91	c BCD2: 9 <= obj <= 71
7.89/7.91	c BCD2: #cores=9, #unrelaxed=638, #relaxed=58, #hardened=0
7.89/7.91	c BCD2: #sat=1 #unsat=10 bias=10/11
7.89/7.91	c Solving starts ...
7.89/7.91	c ============================[ Search Statistics ]============================
7.89/7.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.91	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.91	c =============================================================================
7.89/7.91	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.89/7.91	c  0.0s |       0 |       59 |        0 |     3222      0 |       10 |       30
7.89/7.91	c #cpu_time = 0.005s
7.89/7.91	c #wall_clock_time = 0.005s
7.89/7.91	c #decision = 59
7.89/7.91	c #random_decision = 0
7.89/7.91	c #conflict = 0
7.89/7.91	c #restart = 0
7.89/7.91	c BCD2: found a new core of size 3: cost of the new core is >=1
7.89/7.91	c lower bound updated to 10
7.89/7.91	c BCD2: 10 <= obj <= 71
7.89/7.91	c BCD2: #cores=10, #unrelaxed=635, #relaxed=61, #hardened=0
7.89/7.91	c BCD2: #sat=1 #unsat=11 bias=11/12
7.89/7.91	c Solving starts ...
7.89/7.91	c ============================[ Search Statistics ]============================
7.89/7.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.91	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.91	c =============================================================================
7.89/7.91	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.89/7.92	c  0.0s |       0 |       62 |        0 |     3222      0 |       10 |       30
7.89/7.92	c #cpu_time = 0.005s
7.89/7.92	c #wall_clock_time = 0.005s
7.89/7.92	c #decision = 62
7.89/7.92	c #random_decision = 0
7.89/7.92	c #conflict = 0
7.89/7.92	c #restart = 0
7.89/7.92	c BCD2: found a new core of size 4: cost of the new core is >=1
7.89/7.92	c lower bound updated to 11
7.89/7.92	c BCD2: 11 <= obj <= 71
7.89/7.92	c BCD2: #cores=11, #unrelaxed=631, #relaxed=65, #hardened=0
7.89/7.92	c BCD2: #sat=1 #unsat=12 bias=12/13
7.89/7.92	c Solving starts ...
7.89/7.92	c ============================[ Search Statistics ]============================
7.89/7.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.92	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.92	c =============================================================================
7.89/7.92	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.89/7.92	c  0.0s |       0 |       70 |        0 |     3222      0 |       10 |       30
7.89/7.92	c #cpu_time = 0.005s
7.89/7.92	c #wall_clock_time = 0.005s
7.89/7.92	c #decision = 70
7.89/7.92	c #random_decision = 0
7.89/7.92	c #conflict = 0
7.89/7.92	c #restart = 0
7.89/7.92	c BCD2: found a new core of size 3: cost of the new core is >=1
7.89/7.92	c lower bound updated to 12
7.89/7.92	c BCD2: 12 <= obj <= 71
7.89/7.92	c BCD2: #cores=12, #unrelaxed=628, #relaxed=68, #hardened=0
7.89/7.92	c BCD2: #sat=1 #unsat=13 bias=13/14
7.89/7.92	c Solving starts ...
7.89/7.92	c ============================[ Search Statistics ]============================
7.89/7.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.92	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.92	c =============================================================================
7.89/7.92	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.89/7.93	c  0.0s |       0 |       69 |        0 |     3222      0 |       10 |       30
7.89/7.93	c #cpu_time = 0.005s
7.89/7.93	c #wall_clock_time = 0.005s
7.89/7.93	c #decision = 69
7.89/7.93	c #random_decision = 0
7.89/7.93	c #conflict = 0
7.89/7.93	c #restart = 0
7.89/7.93	c BCD2: found a new core of size 7: cost of the new core is >=1
7.89/7.93	c lower bound updated to 13
7.89/7.93	c BCD2: 13 <= obj <= 71
7.89/7.93	c BCD2: #cores=13, #unrelaxed=621, #relaxed=75, #hardened=0
7.89/7.93	c BCD2: #sat=1 #unsat=14 bias=14/15
7.89/7.93	c Solving starts ...
7.89/7.93	c ============================[ Search Statistics ]============================
7.89/7.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.93	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.93	c =============================================================================
7.89/7.93	c  0.0s |       0 |        0 |        0 |     3222      0 |       10 |       30
7.89/7.93	c  0.0s |       0 |       66 |        0 |     3222      0 |       10 |       30
7.89/7.93	c #cpu_time = 0.005s
7.89/7.93	c #wall_clock_time = 0.005s
7.89/7.93	c #decision = 66
7.89/7.93	c #random_decision = 0
7.89/7.93	c #conflict = 0
7.89/7.93	c #restart = 0
7.89/7.93	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 15: cost of the new core is >=3
7.89/7.93	c lower bound updated to 14
7.89/7.93	c BCD2: 14 <= obj <= 71
7.89/7.93	c BCD2: #cores=12, #unrelaxed=617, #relaxed=79, #hardened=0
7.89/7.93	c BCD2: #sat=1 #unsat=15 bias=15/16
7.89/7.93	c Solving starts ...
7.89/7.93	c ============================[ Search Statistics ]============================
7.89/7.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.93	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.93	c =============================================================================
7.89/7.93	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       30
7.89/7.94	c  0.0s |       0 |       75 |        0 |     3222      0 |       12 |       32
7.89/7.94	c #cpu_time = 0.005s
7.89/7.94	c #wall_clock_time = 0.005s
7.89/7.94	c #decision = 75
7.89/7.94	c #random_decision = 0
7.89/7.94	c #conflict = 0
7.89/7.94	c #restart = 0
7.89/7.94	c BCD2: found a new core of size 7: cost of the new core is >=1
7.89/7.94	c lower bound updated to 15
7.89/7.94	c BCD2: 15 <= obj <= 71
7.89/7.94	c BCD2: #cores=13, #unrelaxed=610, #relaxed=86, #hardened=0
7.89/7.94	c BCD2: #sat=1 #unsat=16 bias=16/17
7.89/7.94	c Solving starts ...
7.89/7.94	c ============================[ Search Statistics ]============================
7.89/7.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.94	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.94	c =============================================================================
7.89/7.94	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       32
7.89/7.95	c  0.0s |       0 |       75 |        0 |     3222      0 |       12 |       32
7.89/7.95	c #cpu_time = 0.005s
7.89/7.95	c #wall_clock_time = 0.005s
7.89/7.95	c #decision = 75
7.89/7.95	c #random_decision = 0
7.89/7.95	c #conflict = 0
7.89/7.95	c #restart = 0
7.89/7.95	c BCD2: found a new core of size 4: cost of the new core is >=1
7.89/7.95	c lower bound updated to 16
7.89/7.95	c BCD2: 16 <= obj <= 71
7.89/7.95	c BCD2: #cores=14, #unrelaxed=606, #relaxed=90, #hardened=0
7.89/7.95	c BCD2: #sat=1 #unsat=17 bias=17/18
7.89/7.95	c Solving starts ...
7.89/7.95	c ============================[ Search Statistics ]============================
7.89/7.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.95	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.95	c =============================================================================
7.89/7.95	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       32
7.89/7.95	c  0.0s |       0 |       90 |        0 |     3222      0 |       12 |       32
7.89/7.95	c #cpu_time = 0.005s
7.89/7.95	c #wall_clock_time = 0.005s
7.89/7.95	c #decision = 90
7.89/7.95	c #random_decision = 0
7.89/7.95	c #conflict = 0
7.89/7.95	c #restart = 0
7.89/7.95	c BCD2: found a new core of size 4: cost of the new core is >=1
7.89/7.95	c lower bound updated to 17
7.89/7.95	c BCD2: 17 <= obj <= 71
7.89/7.95	c BCD2: #cores=15, #unrelaxed=602, #relaxed=94, #hardened=0
7.89/7.95	c BCD2: #sat=1 #unsat=18 bias=18/19
7.89/7.95	c Solving starts ...
7.89/7.95	c ============================[ Search Statistics ]============================
7.89/7.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.95	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.95	c =============================================================================
7.89/7.95	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       32
7.89/7.96	c  0.0s |       0 |       90 |        0 |     3222      0 |       12 |       32
7.89/7.96	c #cpu_time = 0.005s
7.89/7.96	c #wall_clock_time = 0.005s
7.89/7.96	c #decision = 90
7.89/7.96	c #random_decision = 0
7.89/7.96	c #conflict = 0
7.89/7.96	c #restart = 0
7.89/7.96	c BCD2: found a new core of size 3: cost of the new core is >=1
7.89/7.96	c lower bound updated to 18
7.89/7.96	c BCD2: 18 <= obj <= 71
7.89/7.96	c BCD2: #cores=16, #unrelaxed=599, #relaxed=97, #hardened=0
7.89/7.96	c BCD2: #sat=1 #unsat=19 bias=19/20
7.89/7.96	c Solving starts ...
7.89/7.96	c ============================[ Search Statistics ]============================
7.89/7.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.96	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.96	c =============================================================================
7.89/7.96	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       32
7.89/7.96	c  0.0s |       0 |       94 |        0 |     3222      0 |       12 |       32
7.89/7.96	c #cpu_time = 0.005s
7.89/7.96	c #wall_clock_time = 0.005s
7.89/7.96	c #decision = 94
7.89/7.96	c #random_decision = 0
7.89/7.96	c #conflict = 0
7.89/7.96	c #restart = 0
7.89/7.96	c BCD2: found a new core of size 4: cost of the new core is >=1
7.89/7.96	c lower bound updated to 19
7.89/7.96	c BCD2: 19 <= obj <= 71
7.89/7.96	c BCD2: #cores=17, #unrelaxed=595, #relaxed=101, #hardened=0
7.89/7.96	c BCD2: #sat=1 #unsat=20 bias=20/21
7.89/7.96	c Solving starts ...
7.89/7.96	c ============================[ Search Statistics ]============================
7.89/7.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.96	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.96	c =============================================================================
7.89/7.96	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       32
7.89/7.97	c  0.0s |       0 |      108 |        0 |     3222      0 |       12 |       32
7.89/7.97	c #cpu_time = 0.005s
7.89/7.97	c #wall_clock_time = 0.005s
7.89/7.97	c #decision = 108
7.89/7.97	c #random_decision = 0
7.89/7.97	c #conflict = 0
7.89/7.97	c #restart = 0
7.89/7.97	c BCD2: found a new core of size 2: cost of the new core is >=1
7.89/7.97	c lower bound updated to 20
7.89/7.97	c BCD2: 20 <= obj <= 71
7.89/7.97	c BCD2: #cores=18, #unrelaxed=593, #relaxed=103, #hardened=0
7.89/7.97	c BCD2: #sat=1 #unsat=21 bias=21/22
7.89/7.97	c Solving starts ...
7.89/7.97	c ============================[ Search Statistics ]============================
7.89/7.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.97	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.97	c =============================================================================
7.89/7.97	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.89/7.97	c  0.0s |       0 |      118 |        0 |     3222      0 |       12 |       33
7.89/7.97	c #cpu_time = 0.005s
7.89/7.97	c #wall_clock_time = 0.005s
7.89/7.97	c #decision = 118
7.89/7.97	c #random_decision = 0
7.89/7.97	c #conflict = 0
7.89/7.97	c #restart = 0
7.89/7.97	c BCD2: found a new core of size 5: cost of the new core is >=1
7.89/7.97	c lower bound updated to 21
7.89/7.98	c BCD2: 21 <= obj <= 71
7.89/7.98	c BCD2: #cores=19, #unrelaxed=588, #relaxed=108, #hardened=0
7.89/7.98	c BCD2: #sat=1 #unsat=22 bias=22/23
7.89/7.98	c Solving starts ...
7.89/7.98	c ============================[ Search Statistics ]============================
7.89/7.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.98	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.98	c =============================================================================
7.89/7.98	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.89/7.98	c  0.0s |       0 |      124 |        0 |     3222      0 |       12 |       33
7.89/7.98	c #cpu_time = 0.005s
7.89/7.98	c #wall_clock_time = 0.005s
7.89/7.98	c #decision = 124
7.89/7.98	c #random_decision = 0
7.89/7.98	c #conflict = 0
7.89/7.98	c #restart = 0
7.89/7.98	c BCD2: found a new core of size 7: cost of the new core is >=1
7.89/7.98	c lower bound updated to 22
7.89/7.98	c BCD2: 22 <= obj <= 71
7.89/7.98	c BCD2: #cores=20, #unrelaxed=581, #relaxed=115, #hardened=0
7.89/7.98	c BCD2: #sat=1 #unsat=23 bias=23/24
7.89/7.98	c Solving starts ...
7.89/7.98	c ============================[ Search Statistics ]============================
7.89/7.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.98	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.98	c =============================================================================
7.89/7.98	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.89/7.99	c  0.0s |       0 |      123 |        0 |     3222      0 |       12 |       33
7.89/7.99	c #cpu_time = 0.005s
7.89/7.99	c #wall_clock_time = 0.005s
7.89/7.99	c #decision = 123
7.89/7.99	c #random_decision = 0
7.89/7.99	c #conflict = 0
7.89/7.99	c #restart = 0
7.89/7.99	c BCD2: found a new core of size 4: cost of the new core is >=1
7.89/7.99	c lower bound updated to 23
7.89/7.99	c BCD2: 23 <= obj <= 71
7.89/7.99	c BCD2: #cores=21, #unrelaxed=577, #relaxed=119, #hardened=0
7.89/7.99	c BCD2: #sat=1 #unsat=24 bias=24/25
7.89/7.99	c Solving starts ...
7.89/7.99	c ============================[ Search Statistics ]============================
7.89/7.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.99	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.99	c =============================================================================
7.89/7.99	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.89/7.99	c  0.0s |       0 |      129 |        0 |     3222      0 |       12 |       33
7.89/7.99	c #cpu_time = 0.005s
7.89/7.99	c #wall_clock_time = 0.005s
7.89/7.99	c #decision = 129
7.89/7.99	c #random_decision = 0
7.89/7.99	c #conflict = 0
7.89/7.99	c #restart = 0
7.89/7.99	c BCD2: found a new core of size 4: cost of the new core is >=1
7.89/7.99	c lower bound updated to 24
7.89/7.99	c BCD2: 24 <= obj <= 71
7.89/7.99	c BCD2: #cores=22, #unrelaxed=573, #relaxed=123, #hardened=0
7.89/7.99	c BCD2: #sat=1 #unsat=25 bias=25/26
7.89/7.99	c Solving starts ...
7.89/7.99	c ============================[ Search Statistics ]============================
7.89/7.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.99	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.99	c =============================================================================
7.89/7.99	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.99/8.00	c  0.0s |       0 |      127 |        0 |     3222      0 |       12 |       33
7.99/8.00	c #cpu_time = 0.005s
7.99/8.00	c #wall_clock_time = 0.005s
7.99/8.00	c #decision = 127
7.99/8.00	c #random_decision = 0
7.99/8.00	c #conflict = 0
7.99/8.00	c #restart = 0
7.99/8.00	c BCD2: found a new core of size 4: cost of the new core is >=1
7.99/8.00	c lower bound updated to 25
7.99/8.00	c BCD2: 25 <= obj <= 71
7.99/8.00	c BCD2: #cores=23, #unrelaxed=569, #relaxed=127, #hardened=0
7.99/8.00	c BCD2: #sat=1 #unsat=26 bias=26/27
7.99/8.00	c Solving starts ...
7.99/8.00	c ============================[ Search Statistics ]============================
7.99/8.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.00	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.00	c =============================================================================
7.99/8.00	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.99/8.01	c  0.0s |       0 |      134 |        0 |     3222      0 |       12 |       33
7.99/8.01	c #cpu_time = 0.005s
7.99/8.01	c #wall_clock_time = 0.005s
7.99/8.01	c #decision = 134
7.99/8.01	c #random_decision = 0
7.99/8.01	c #conflict = 0
7.99/8.01	c #restart = 0
7.99/8.01	c BCD2: found a new core of size 4: cost of the new core is >=1
7.99/8.01	c lower bound updated to 26
7.99/8.01	c BCD2: 26 <= obj <= 71
7.99/8.01	c BCD2: #cores=24, #unrelaxed=565, #relaxed=131, #hardened=0
7.99/8.01	c BCD2: #sat=1 #unsat=27 bias=27/28
7.99/8.01	c Solving starts ...
7.99/8.01	c ============================[ Search Statistics ]============================
7.99/8.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.01	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.01	c =============================================================================
7.99/8.01	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.99/8.01	c  0.0s |       0 |      135 |        0 |     3222      0 |       12 |       33
7.99/8.01	c #cpu_time = 0.005s
7.99/8.01	c #wall_clock_time = 0.005s
7.99/8.01	c #decision = 135
7.99/8.01	c #random_decision = 0
7.99/8.01	c #conflict = 0
7.99/8.01	c #restart = 0
7.99/8.01	c BCD2: found a new core of size 3: cost of the new core is >=1
7.99/8.01	c lower bound updated to 27
7.99/8.01	c BCD2: 27 <= obj <= 71
7.99/8.01	c BCD2: #cores=25, #unrelaxed=562, #relaxed=134, #hardened=0
7.99/8.01	c BCD2: #sat=1 #unsat=28 bias=28/29
7.99/8.01	c Solving starts ...
7.99/8.01	c ============================[ Search Statistics ]============================
7.99/8.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.01	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.01	c =============================================================================
7.99/8.01	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.99/8.02	c  0.0s |       0 |      135 |        0 |     3222      0 |       12 |       33
7.99/8.02	c #cpu_time = 0.005s
7.99/8.02	c #wall_clock_time = 0.005s
7.99/8.02	c #decision = 135
7.99/8.02	c #random_decision = 0
7.99/8.02	c #conflict = 0
7.99/8.02	c #restart = 0
7.99/8.02	c BCD2: found a new core of size 7: cost of the new core is >=1
7.99/8.02	c lower bound updated to 28
7.99/8.02	c BCD2: 28 <= obj <= 71
7.99/8.02	c BCD2: #cores=26, #unrelaxed=555, #relaxed=141, #hardened=0
7.99/8.02	c BCD2: #sat=1 #unsat=29 bias=29/30
7.99/8.02	c Solving starts ...
7.99/8.02	c ============================[ Search Statistics ]============================
7.99/8.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.02	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.02	c =============================================================================
7.99/8.02	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.99/8.02	c  0.0s |       0 |      138 |        0 |     3222      0 |       12 |       33
7.99/8.02	c #cpu_time = 0.005s
7.99/8.02	c #wall_clock_time = 0.005s
7.99/8.02	c #decision = 138
7.99/8.02	c #random_decision = 0
7.99/8.02	c #conflict = 0
7.99/8.02	c #restart = 0
7.99/8.02	c BCD2: found a new core of size 4: cost of the new core is >=1
7.99/8.02	c lower bound updated to 29
7.99/8.02	c BCD2: 29 <= obj <= 71
7.99/8.02	c BCD2: #cores=27, #unrelaxed=551, #relaxed=145, #hardened=0
7.99/8.02	c BCD2: #sat=1 #unsat=30 bias=30/31
7.99/8.02	c Solving starts ...
7.99/8.02	c ============================[ Search Statistics ]============================
7.99/8.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.02	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.02	c =============================================================================
7.99/8.02	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.99/8.03	c  0.0s |       0 |      143 |        2 |     3222      0 |       12 |       33
7.99/8.03	c #cpu_time = 0.005s
7.99/8.03	c #wall_clock_time = 0.005s
7.99/8.03	c #decision = 143
7.99/8.03	c #random_decision = 0
7.99/8.03	c #conflict = 2
7.99/8.03	c #restart = 0
7.99/8.03	c BCD2: found a new core of size 6: cost of the new core is >=1
7.99/8.03	c lower bound updated to 30
7.99/8.03	c BCD2: 30 <= obj <= 71
7.99/8.03	c BCD2: #cores=28, #unrelaxed=545, #relaxed=151, #hardened=0
7.99/8.03	c BCD2: #sat=1 #unsat=31 bias=31/32
7.99/8.03	c Solving starts ...
7.99/8.03	c ============================[ Search Statistics ]============================
7.99/8.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.03	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.03	c =============================================================================
7.99/8.03	c  0.0s |       0 |        0 |        0 |     3222      0 |       12 |       33
7.99/8.04	c  0.0s |       0 |      157 |        8 |     3222      0 |       12 |       33
7.99/8.04	c #cpu_time = 0.006s
7.99/8.04	c #wall_clock_time = 0.006s
7.99/8.04	c #decision = 157
7.99/8.04	c #random_decision = 0
7.99/8.04	c #conflict = 8
7.99/8.04	c #restart = 0
7.99/8.04	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 12: cost of the new core is >=3
7.99/8.04	c lower bound updated to 31
7.99/8.04	c BCD2: 31 <= obj <= 71
7.99/8.04	c BCD2: #cores=27, #unrelaxed=543, #relaxed=153, #hardened=0
7.99/8.04	c BCD2: #sat=1 #unsat=32 bias=32/33
7.99/8.04	c Solving starts ...
7.99/8.04	c ============================[ Search Statistics ]============================
7.99/8.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.04	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.04	c =============================================================================
7.99/8.04	c  0.0s |       0 |        0 |        0 |     3222      0 |       14 |       33
7.99/8.04	c  0.0s |       0 |      152 |        0 |     3222      0 |       14 |       35
7.99/8.04	c #cpu_time = 0.005s
7.99/8.04	c #wall_clock_time = 0.005s
7.99/8.04	c #decision = 152
7.99/8.04	c #random_decision = 0
7.99/8.04	c #conflict = 0
7.99/8.04	c #restart = 0
7.99/8.04	c BCD2: found a new core of size 2: cost of the new core is >=1
7.99/8.04	c lower bound updated to 32
7.99/8.04	c BCD2: 32 <= obj <= 71
7.99/8.04	c BCD2: #cores=28, #unrelaxed=541, #relaxed=155, #hardened=0
7.99/8.04	c BCD2: #sat=1 #unsat=33 bias=33/34
7.99/8.04	c Solving starts ...
7.99/8.04	c ============================[ Search Statistics ]============================
7.99/8.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.04	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.04	c =============================================================================
7.99/8.04	c  0.0s |       0 |        0 |        0 |     3222      0 |       14 |       36
7.99/8.05	c  0.0s |       0 |      160 |        0 |     3222      0 |       14 |       36
7.99/8.05	c #cpu_time = 0.005s
7.99/8.05	c #wall_clock_time = 0.005s
7.99/8.05	c #decision = 160
7.99/8.05	c #random_decision = 0
7.99/8.05	c #conflict = 0
7.99/8.05	c #restart = 0
7.99/8.05	c BCD2: found a new core of size 7: cost of the new core is >=1
7.99/8.05	c lower bound updated to 33
7.99/8.05	c BCD2: 33 <= obj <= 71
7.99/8.05	c BCD2: #cores=29, #unrelaxed=534, #relaxed=162, #hardened=0
7.99/8.05	c BCD2: #sat=1 #unsat=34 bias=34/35
7.99/8.05	c Solving starts ...
7.99/8.05	c ============================[ Search Statistics ]============================
7.99/8.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.05	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.05	c =============================================================================
7.99/8.05	c  0.0s |       0 |        0 |        0 |     3222      0 |       14 |       36
7.99/8.05	c  0.0s |       0 |      159 |        0 |     3222      0 |       14 |       36
7.99/8.05	c #cpu_time = 0.005s
7.99/8.06	c #wall_clock_time = 0.005s
7.99/8.06	c #decision = 159
7.99/8.06	c #random_decision = 0
7.99/8.06	c #conflict = 0
7.99/8.06	c #restart = 0
7.99/8.06	c BCD2: found a new core of size 4: cost of the new core is >=1
7.99/8.06	c lower bound updated to 34
7.99/8.06	c BCD2: 34 <= obj <= 71
7.99/8.06	c BCD2: #cores=30, #unrelaxed=530, #relaxed=166, #hardened=0
7.99/8.06	c BCD2: #sat=1 #unsat=35 bias=35/36
7.99/8.06	c Solving starts ...
7.99/8.06	c ============================[ Search Statistics ]============================
7.99/8.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.06	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.06	c =============================================================================
7.99/8.06	c  0.0s |       0 |        0 |        0 |     3222      0 |       14 |       36
7.99/8.06	c  0.0s |       0 |      165 |        0 |     3222      0 |       14 |       36
7.99/8.06	c #cpu_time = 0.005s
7.99/8.06	c #wall_clock_time = 0.005s
7.99/8.06	c #decision = 165
7.99/8.06	c #random_decision = 0
7.99/8.06	c #conflict = 0
7.99/8.06	c #restart = 0
7.99/8.06	c BCD2: found a new core of size 4: cost of the new core is >=1
7.99/8.06	c lower bound updated to 35
7.99/8.06	c BCD2: 35 <= obj <= 71
7.99/8.06	c BCD2: #cores=31, #unrelaxed=526, #relaxed=170, #hardened=0
7.99/8.06	c BCD2: #sat=1 #unsat=36 bias=36/37
7.99/8.06	c Solving starts ...
7.99/8.06	c ============================[ Search Statistics ]============================
7.99/8.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.06	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.06	c =============================================================================
7.99/8.06	c  0.0s |       0 |        0 |        0 |     3222      0 |       14 |       36
7.99/8.07	c  0.0s |       0 |      163 |        0 |     3222      0 |       14 |       36
7.99/8.07	c #cpu_time = 0.005s
7.99/8.07	c #wall_clock_time = 0.005s
7.99/8.07	c #decision = 163
7.99/8.07	c #random_decision = 0
7.99/8.07	c #conflict = 0
7.99/8.07	c #restart = 0
7.99/8.07	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 11: cost of the new core is >=2
7.99/8.07	c lower bound updated to 36
7.99/8.07	c BCD2: 36 <= obj <= 71
7.99/8.07	c BCD2: #cores=31, #unrelaxed=519, #relaxed=177, #hardened=0
7.99/8.07	c BCD2: #sat=1 #unsat=37 bias=37/38
7.99/8.07	c Solving starts ...
7.99/8.07	c ============================[ Search Statistics ]============================
7.99/8.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.07	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.07	c =============================================================================
7.99/8.07	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       36
7.99/8.07	c  0.0s |       0 |      164 |        0 |     3222      0 |       15 |       37
7.99/8.07	c #cpu_time = 0.006s
7.99/8.07	c #wall_clock_time = 0.006s
7.99/8.07	c #decision = 164
7.99/8.07	c #random_decision = 0
7.99/8.07	c #conflict = 0
7.99/8.07	c #restart = 0
7.99/8.07	c BCD2: found a new core of size 6: cost of the new core is >=1
7.99/8.07	c lower bound updated to 37
7.99/8.07	c BCD2: 37 <= obj <= 71
7.99/8.07	c BCD2: #cores=32, #unrelaxed=513, #relaxed=183, #hardened=0
7.99/8.07	c BCD2: #sat=1 #unsat=38 bias=38/39
7.99/8.07	c Solving starts ...
7.99/8.07	c ============================[ Search Statistics ]============================
7.99/8.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.07	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.07	c =============================================================================
7.99/8.07	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       37
7.99/8.08	c  0.0s |       0 |      164 |        0 |     3222      0 |       15 |       37
7.99/8.08	c #cpu_time = 0.005s
7.99/8.08	c #wall_clock_time = 0.005s
7.99/8.08	c #decision = 164
7.99/8.08	c #random_decision = 0
7.99/8.08	c #conflict = 0
7.99/8.08	c #restart = 0
7.99/8.08	c BCD2: found a new core of size 4: cost of the new core is >=1
7.99/8.08	c lower bound updated to 38
7.99/8.08	c BCD2: 38 <= obj <= 71
7.99/8.08	c BCD2: #cores=33, #unrelaxed=509, #relaxed=187, #hardened=0
7.99/8.08	c BCD2: #sat=1 #unsat=39 bias=39/40
7.99/8.08	c Solving starts ...
7.99/8.08	c ============================[ Search Statistics ]============================
7.99/8.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.08	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.08	c =============================================================================
7.99/8.08	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       37
7.99/8.09	c  0.0s |       0 |      165 |        0 |     3222      0 |       15 |       37
7.99/8.09	c #cpu_time = 0.005s
7.99/8.09	c #wall_clock_time = 0.005s
7.99/8.09	c #decision = 165
7.99/8.09	c #random_decision = 0
7.99/8.09	c #conflict = 0
7.99/8.09	c #restart = 0
7.99/8.09	c BCD2: found a new core of size 3: cost of the new core is >=1
7.99/8.09	c lower bound updated to 39
7.99/8.09	c BCD2: 39 <= obj <= 71
7.99/8.09	c BCD2: #cores=34, #unrelaxed=506, #relaxed=190, #hardened=0
7.99/8.09	c BCD2: #sat=1 #unsat=40 bias=40/41
7.99/8.09	c Solving starts ...
7.99/8.09	c ============================[ Search Statistics ]============================
7.99/8.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.09	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.09	c =============================================================================
7.99/8.09	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       37
8.09/8.10	c  0.0s |       0 |      167 |        0 |     3222      0 |       15 |       37
8.09/8.10	c #cpu_time = 0.005s
8.09/8.10	c #wall_clock_time = 0.005s
8.09/8.10	c #decision = 167
8.09/8.10	c #random_decision = 0
8.09/8.10	c #conflict = 0
8.09/8.10	c #restart = 0
8.09/8.10	c BCD2: found a new core of size 4: cost of the new core is >=1
8.09/8.10	c lower bound updated to 40
8.09/8.10	c BCD2: 40 <= obj <= 71
8.09/8.10	c BCD2: #cores=35, #unrelaxed=502, #relaxed=194, #hardened=0
8.09/8.10	c BCD2: #sat=1 #unsat=41 bias=41/42
8.09/8.10	c Solving starts ...
8.09/8.10	c ============================[ Search Statistics ]============================
8.09/8.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.10	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.10	c =============================================================================
8.09/8.10	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       37
8.09/8.11	c  0.0s |       0 |      175 |        0 |     3222      0 |       15 |       37
8.09/8.11	c #cpu_time = 0.006s
8.09/8.11	c #wall_clock_time = 0.006s
8.09/8.11	c #decision = 175
8.09/8.11	c #random_decision = 0
8.09/8.11	c #conflict = 0
8.09/8.11	c #restart = 0
8.09/8.11	c BCD2: found a new core of size 10: cost of the new core is >=1
8.09/8.11	c lower bound updated to 41
8.09/8.11	c BCD2: 41 <= obj <= 71
8.09/8.11	c BCD2: #cores=36, #unrelaxed=492, #relaxed=204, #hardened=0
8.09/8.11	c BCD2: #sat=1 #unsat=42 bias=42/43
8.09/8.11	c Solving starts ...
8.09/8.11	c ============================[ Search Statistics ]============================
8.09/8.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.11	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.11	c =============================================================================
8.09/8.11	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       37
8.09/8.11	c  0.0s |       0 |      175 |        0 |     3222      0 |       15 |       37
8.09/8.11	c #cpu_time = 0.005s
8.09/8.11	c #wall_clock_time = 0.005s
8.09/8.11	c #decision = 175
8.09/8.11	c #random_decision = 0
8.09/8.11	c #conflict = 0
8.09/8.11	c #restart = 0
8.09/8.11	c BCD2: found a new core of size 4: cost of the new core is >=1
8.09/8.11	c lower bound updated to 42
8.09/8.11	c BCD2: 42 <= obj <= 71
8.09/8.11	c BCD2: #cores=37, #unrelaxed=488, #relaxed=208, #hardened=0
8.09/8.11	c BCD2: #sat=1 #unsat=43 bias=43/44
8.09/8.11	c Solving starts ...
8.09/8.11	c ============================[ Search Statistics ]============================
8.09/8.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.11	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.11	c =============================================================================
8.09/8.11	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       37
8.09/8.12	c  0.0s |       0 |      174 |        0 |     3222      0 |       15 |       37
8.09/8.12	c #cpu_time = 0.005s
8.09/8.12	c #wall_clock_time = 0.005s
8.09/8.12	c #decision = 174
8.09/8.12	c #random_decision = 0
8.09/8.12	c #conflict = 0
8.09/8.12	c #restart = 0
8.09/8.12	c BCD2: found a new core of size 3: cost of the new core is >=1
8.09/8.12	c lower bound updated to 43
8.09/8.12	c BCD2: 43 <= obj <= 71
8.09/8.12	c BCD2: #cores=38, #unrelaxed=485, #relaxed=211, #hardened=0
8.09/8.12	c BCD2: #sat=1 #unsat=44 bias=44/45
8.09/8.12	c Solving starts ...
8.09/8.12	c ============================[ Search Statistics ]============================
8.09/8.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.12	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.12	c =============================================================================
8.09/8.12	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       37
8.09/8.12	c  0.0s |       0 |      182 |        0 |     3222      0 |       15 |       37
8.09/8.12	c #cpu_time = 0.005s
8.09/8.12	c #wall_clock_time = 0.005s
8.09/8.12	c #decision = 182
8.09/8.12	c #random_decision = 0
8.09/8.12	c #conflict = 0
8.09/8.12	c #restart = 0
8.09/8.12	c BCD2: found a new core of size 5: cost of the new core is >=1
8.09/8.12	c lower bound updated to 44
8.09/8.12	c BCD2: 44 <= obj <= 71
8.09/8.12	c BCD2: #cores=39, #unrelaxed=480, #relaxed=216, #hardened=0
8.09/8.12	c BCD2: #sat=1 #unsat=45 bias=45/46
8.09/8.13	c Solving starts ...
8.09/8.13	c ============================[ Search Statistics ]============================
8.09/8.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.13	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.13	c =============================================================================
8.09/8.13	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       37
8.09/8.13	c  0.0s |       0 |      190 |        0 |     3222      0 |       15 |       37
8.09/8.13	c #cpu_time = 0.005s
8.09/8.13	c #wall_clock_time = 0.005s
8.09/8.13	c #decision = 190
8.09/8.13	c #random_decision = 0
8.09/8.13	c #conflict = 0
8.09/8.13	c #restart = 0
8.09/8.13	c BCD2: found a new core of size 2: cost of the new core is >=1
8.09/8.13	c lower bound updated to 45
8.09/8.13	c BCD2: 45 <= obj <= 71
8.09/8.13	c BCD2: #cores=40, #unrelaxed=478, #relaxed=218, #hardened=0
8.09/8.13	c BCD2: #sat=1 #unsat=46 bias=46/47
8.09/8.13	c Solving starts ...
8.09/8.13	c ============================[ Search Statistics ]============================
8.09/8.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.13	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.13	c =============================================================================
8.09/8.13	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       38
8.09/8.14	c  0.0s |       0 |      197 |        0 |     3222      0 |       15 |       38
8.09/8.14	c #cpu_time = 0.005s
8.09/8.14	c #wall_clock_time = 0.005s
8.09/8.14	c #decision = 197
8.09/8.14	c #random_decision = 0
8.09/8.14	c #conflict = 0
8.09/8.14	c #restart = 0
8.09/8.14	c BCD2: found a new core of size 5: cost of the new core is >=1
8.09/8.14	c lower bound updated to 46
8.09/8.14	c BCD2: 46 <= obj <= 71
8.09/8.14	c BCD2: #cores=41, #unrelaxed=473, #relaxed=223, #hardened=0
8.09/8.14	c BCD2: #sat=1 #unsat=47 bias=47/48
8.09/8.14	c Solving starts ...
8.09/8.14	c ============================[ Search Statistics ]============================
8.09/8.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.14	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.14	c =============================================================================
8.09/8.14	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       38
8.09/8.14	c  0.0s |       0 |      201 |        0 |     3222      0 |       15 |       38
8.09/8.14	c #cpu_time = 0.005s
8.09/8.14	c #wall_clock_time = 0.006s
8.09/8.14	c #decision = 201
8.09/8.14	c #random_decision = 0
8.09/8.14	c #conflict = 0
8.09/8.14	c #restart = 0
8.09/8.14	c BCD2: found a new core of size 3: cost of the new core is >=1
8.09/8.14	c lower bound updated to 47
8.09/8.14	c BCD2: 47 <= obj <= 71
8.09/8.14	c BCD2: #cores=42, #unrelaxed=470, #relaxed=226, #hardened=0
8.09/8.14	c BCD2: #sat=1 #unsat=48 bias=48/49
8.09/8.14	c Solving starts ...
8.09/8.14	c ============================[ Search Statistics ]============================
8.09/8.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.14	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.14	c =============================================================================
8.09/8.14	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       38
8.09/8.15	c  0.0s |       0 |      201 |        0 |     3222      0 |       15 |       38
8.09/8.15	c #cpu_time = 0.005s
8.09/8.15	c #wall_clock_time = 0.005s
8.09/8.15	c #decision = 201
8.09/8.15	c #random_decision = 0
8.09/8.15	c #conflict = 0
8.09/8.15	c #restart = 0
8.09/8.15	c BCD2: found a new core of size 6: cost of the new core is >=1
8.09/8.15	c lower bound updated to 48
8.09/8.15	c BCD2: 48 <= obj <= 71
8.09/8.15	c BCD2: #cores=43, #unrelaxed=464, #relaxed=232, #hardened=0
8.09/8.15	c BCD2: #sat=1 #unsat=49 bias=49/50
8.09/8.15	c Solving starts ...
8.09/8.15	c ============================[ Search Statistics ]============================
8.09/8.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.15	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.15	c =============================================================================
8.09/8.15	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       38
8.09/8.16	c  0.0s |       0 |      203 |        0 |     3222      0 |       15 |       38
8.09/8.16	c #cpu_time = 0.005s
8.09/8.16	c #wall_clock_time = 0.006s
8.09/8.16	c #decision = 203
8.09/8.16	c #random_decision = 0
8.09/8.16	c #conflict = 0
8.09/8.16	c #restart = 0
8.09/8.16	c BCD2: found a new core of size 3: cost of the new core is >=1
8.09/8.16	c lower bound updated to 49
8.09/8.16	c BCD2: 49 <= obj <= 71
8.09/8.16	c BCD2: #cores=44, #unrelaxed=461, #relaxed=235, #hardened=0
8.09/8.16	c BCD2: #sat=1 #unsat=50 bias=50/51
8.09/8.16	c Solving starts ...
8.09/8.16	c ============================[ Search Statistics ]============================
8.09/8.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.16	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.16	c =============================================================================
8.09/8.16	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       38
8.09/8.16	c  0.0s |       0 |      209 |        2 |     3222      0 |       15 |       38
8.09/8.16	c #cpu_time = 0.006s
8.09/8.16	c #wall_clock_time = 0.006s
8.09/8.16	c #decision = 209
8.09/8.16	c #random_decision = 0
8.09/8.16	c #conflict = 2
8.09/8.16	c #restart = 0
8.09/8.16	c BCD2: found a new core of size 6: cost of the new core is >=1
8.09/8.16	c lower bound updated to 50
8.09/8.16	c BCD2: 50 <= obj <= 71
8.09/8.16	c BCD2: #cores=45, #unrelaxed=455, #relaxed=241, #hardened=0
8.09/8.16	c BCD2: #sat=1 #unsat=51 bias=51/52
8.09/8.16	c Solving starts ...
8.09/8.16	c ============================[ Search Statistics ]============================
8.09/8.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.16	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.16	c =============================================================================
8.09/8.16	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       38
8.09/8.17	c  0.0s |       0 |      208 |        0 |     3222      0 |       15 |       38
8.09/8.17	c #cpu_time = 0.005s
8.09/8.17	c #wall_clock_time = 0.005s
8.09/8.17	c #decision = 208
8.09/8.17	c #random_decision = 0
8.09/8.17	c #conflict = 0
8.09/8.17	c #restart = 0
8.09/8.17	c BCD2: found a new core of size 5: cost of the new core is >=1
8.09/8.17	c lower bound updated to 51
8.09/8.17	c BCD2: 51 <= obj <= 71
8.09/8.17	c BCD2: #cores=46, #unrelaxed=450, #relaxed=246, #hardened=0
8.09/8.17	c BCD2: #sat=1 #unsat=52 bias=52/53
8.09/8.17	c Solving starts ...
8.09/8.17	c ============================[ Search Statistics ]============================
8.09/8.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.17	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.17	c =============================================================================
8.09/8.17	c  0.0s |       0 |        0 |        0 |     3222      0 |       15 |       38
8.09/8.17	c  0.0s |       0 |      209 |        1 |     3222      0 |       15 |       38
8.09/8.17	c #cpu_time = 0.006s
8.09/8.17	c #wall_clock_time = 0.006s
8.09/8.17	c #decision = 209
8.09/8.17	c #random_decision = 0
8.09/8.17	c #conflict = 1
8.09/8.17	c #restart = 0
8.09/8.18	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 16: cost of the new core is >=3
8.09/8.18	c lower bound updated to 52
8.09/8.18	c BCD2: 52 <= obj <= 71
8.09/8.18	c BCD2: #cores=45, #unrelaxed=445, #relaxed=251, #hardened=0
8.09/8.18	c BCD2: #sat=1 #unsat=53 bias=53/54
8.09/8.18	c Solving starts ...
8.09/8.18	c ============================[ Search Statistics ]============================
8.09/8.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.18	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.18	c =============================================================================
8.09/8.18	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       38
8.09/8.18	c  0.0s |       0 |      212 |        0 |     3222      0 |       17 |       40
8.09/8.18	c #cpu_time = 0.006s
8.09/8.18	c #wall_clock_time = 0.006s
8.09/8.18	c #decision = 212
8.09/8.18	c #random_decision = 0
8.09/8.18	c #conflict = 0
8.09/8.18	c #restart = 0
8.09/8.18	c BCD2: found a new core of size 7: cost of the new core is >=1
8.09/8.18	c lower bound updated to 53
8.09/8.18	c BCD2: 53 <= obj <= 71
8.09/8.18	c BCD2: #cores=46, #unrelaxed=438, #relaxed=258, #hardened=0
8.09/8.18	c BCD2: #sat=1 #unsat=54 bias=54/55
8.09/8.18	c Solving starts ...
8.09/8.18	c ============================[ Search Statistics ]============================
8.09/8.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.18	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.18	c =============================================================================
8.09/8.18	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       40
8.09/8.19	c  0.0s |       0 |      211 |        0 |     3222      0 |       17 |       40
8.09/8.19	c #cpu_time = 0.006s
8.09/8.19	c #wall_clock_time = 0.006s
8.09/8.19	c #decision = 211
8.09/8.19	c #random_decision = 0
8.09/8.19	c #conflict = 0
8.09/8.19	c #restart = 0
8.09/8.19	c BCD2: found a new core of size 4: cost of the new core is >=1
8.09/8.19	c lower bound updated to 54
8.09/8.19	c BCD2: 54 <= obj <= 71
8.09/8.19	c BCD2: #cores=47, #unrelaxed=434, #relaxed=262, #hardened=0
8.09/8.19	c BCD2: #sat=1 #unsat=55 bias=55/56
8.09/8.19	c Solving starts ...
8.09/8.19	c ============================[ Search Statistics ]============================
8.09/8.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.19	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.19	c =============================================================================
8.09/8.19	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       40
8.09/8.19	c  0.0s |       0 |      217 |        0 |     3222      0 |       17 |       40
8.09/8.19	c #cpu_time = 0.005s
8.09/8.19	c #wall_clock_time = 0.006s
8.09/8.19	c #decision = 217
8.09/8.19	c #random_decision = 0
8.09/8.19	c #conflict = 0
8.09/8.19	c #restart = 0
8.09/8.19	c BCD2: found a new core of size 4: cost of the new core is >=1
8.09/8.19	c lower bound updated to 55
8.09/8.19	c BCD2: 55 <= obj <= 71
8.09/8.19	c BCD2: #cores=48, #unrelaxed=430, #relaxed=266, #hardened=0
8.09/8.19	c BCD2: #sat=1 #unsat=56 bias=56/57
8.09/8.19	c Solving starts ...
8.09/8.19	c ============================[ Search Statistics ]============================
8.09/8.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.19	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.19	c =============================================================================
8.09/8.19	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       40
8.19/8.20	c  0.0s |       0 |      215 |        0 |     3222      0 |       17 |       40
8.19/8.20	c #cpu_time = 0.005s
8.19/8.20	c #wall_clock_time = 0.006s
8.19/8.20	c #decision = 215
8.19/8.20	c #random_decision = 0
8.19/8.20	c #conflict = 0
8.19/8.20	c #restart = 0
8.19/8.20	c BCD2: found a new core of size 4: cost of the new core is >=1
8.19/8.20	c lower bound updated to 56
8.19/8.20	c BCD2: 56 <= obj <= 71
8.19/8.20	c BCD2: #cores=49, #unrelaxed=426, #relaxed=270, #hardened=0
8.19/8.20	c BCD2: #sat=1 #unsat=57 bias=57/58
8.19/8.20	c Solving starts ...
8.19/8.20	c ============================[ Search Statistics ]============================
8.19/8.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.20	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.20	c =============================================================================
8.19/8.20	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       40
8.19/8.21	c  0.0s |       0 |      217 |        0 |     3222      0 |       17 |       40
8.19/8.21	c #cpu_time = 0.005s
8.19/8.21	c #wall_clock_time = 0.006s
8.19/8.21	c #decision = 217
8.19/8.21	c #random_decision = 0
8.19/8.21	c #conflict = 0
8.19/8.21	c #restart = 0
8.19/8.21	c BCD2: found a new core of size 4: cost of the new core is >=1
8.19/8.21	c lower bound updated to 57
8.19/8.21	c BCD2: 57 <= obj <= 71
8.19/8.21	c BCD2: #cores=50, #unrelaxed=422, #relaxed=274, #hardened=0
8.19/8.21	c BCD2: #sat=1 #unsat=58 bias=58/59
8.19/8.21	c Solving starts ...
8.19/8.21	c ============================[ Search Statistics ]============================
8.19/8.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.21	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.21	c =============================================================================
8.19/8.21	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       40
8.19/8.21	c  0.0s |       0 |      222 |        2 |     3222      0 |       17 |       40
8.19/8.21	c #cpu_time = 0.005s
8.19/8.21	c #wall_clock_time = 0.005s
8.19/8.21	c #decision = 222
8.19/8.21	c #random_decision = 0
8.19/8.21	c #conflict = 2
8.19/8.21	c #restart = 0
8.19/8.21	c BCD2: found a new core of size 6: cost of the new core is >=1
8.19/8.21	c lower bound updated to 58
8.19/8.22	c BCD2: 58 <= obj <= 71
8.19/8.22	c BCD2: #cores=51, #unrelaxed=416, #relaxed=280, #hardened=0
8.19/8.22	c BCD2: #sat=1 #unsat=59 bias=59/60
8.19/8.22	c Solving starts ...
8.19/8.22	c ============================[ Search Statistics ]============================
8.19/8.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.22	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.22	c =============================================================================
8.19/8.22	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       40
8.19/8.22	c  0.0s |       0 |      227 |        0 |     3222      0 |       17 |       40
8.19/8.22	c #cpu_time = 0.006s
8.19/8.22	c #wall_clock_time = 0.006s
8.19/8.22	c #decision = 227
8.19/8.22	c #random_decision = 0
8.19/8.22	c #conflict = 0
8.19/8.22	c #restart = 0
8.19/8.22	c BCD2: found a new core of size 4: cost of the new core is >=1
8.19/8.22	c lower bound updated to 59
8.19/8.22	c BCD2: 59 <= obj <= 71
8.19/8.22	c BCD2: #cores=52, #unrelaxed=412, #relaxed=284, #hardened=0
8.19/8.22	c BCD2: #sat=1 #unsat=60 bias=60/61
8.19/8.22	c Solving starts ...
8.19/8.22	c ============================[ Search Statistics ]============================
8.19/8.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.22	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.22	c =============================================================================
8.19/8.22	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       40
8.19/8.23	c  0.0s |       0 |      240 |        0 |     3222      0 |       17 |       40
8.19/8.23	c #cpu_time = 0.006s
8.19/8.23	c #wall_clock_time = 0.006s
8.19/8.23	c #decision = 240
8.19/8.23	c #random_decision = 0
8.19/8.23	c #conflict = 0
8.19/8.23	c #restart = 0
8.19/8.23	c BCD2: found a new core of size 4: cost of the new core is >=1
8.19/8.23	c lower bound updated to 60
8.19/8.23	c BCD2: 60 <= obj <= 71
8.19/8.23	c BCD2: #cores=53, #unrelaxed=408, #relaxed=288, #hardened=0
8.19/8.23	c BCD2: #sat=1 #unsat=61 bias=61/62
8.19/8.23	c Solving starts ...
8.19/8.23	c ============================[ Search Statistics ]============================
8.19/8.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.23	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.23	c =============================================================================
8.19/8.23	c  0.0s |       0 |        0 |        0 |     3222      0 |       17 |       40
8.19/8.24	c  0.0s |       0 |      269 |        2 |     3222      0 |       17 |       40
8.19/8.24	c #cpu_time = 0.007s
8.19/8.24	c #wall_clock_time = 0.007s
8.19/8.24	c #decision = 269
8.19/8.24	c #random_decision = 0
8.19/8.24	c #conflict = 2
8.19/8.24	c #restart = 0
8.19/8.24	o 60
8.19/8.24	s OPTIMUM FOUND
8.19/8.24	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
8.19/8.24	v -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
8.19/8.24	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
8.19/8.24	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
8.19/8.24	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
8.19/8.24	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
8.19/8.24	v -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70
8.19/8.24	v -x71 -x72 -x73 -x74 -x75 x76 x77 -x78 -x79 -x80
8.19/8.24	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 x89 -x90
8.19/8.24	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100
8.19/8.24	v -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110
8.19/8.24	v -x111 -x112 -x113 x114 -x115 -x116 -x117 x118 -x119 -x120
8.19/8.24	v -x121 -x122 -x123 -x124 x125 x126 -x127 -x128 -x129 -x130
8.19/8.24	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
8.19/8.24	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
8.19/8.24	v -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160
8.19/8.24	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
8.19/8.24	v -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180
8.19/8.24	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
8.19/8.24	v -x191 -x192 x193 x194 -x195 -x196 -x197 -x198 -x199 -x200
8.19/8.24	v -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210
8.19/8.24	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
8.19/8.24	v x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 x230
8.19/8.24	v -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240
8.19/8.24	v -x241 x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250
8.19/8.24	v -x251 -x252 -x253 x254 -x255 -x256 -x257 x258 -x259 -x260
8.19/8.24	v -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270
8.19/8.24	v -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280
8.19/8.24	v -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290
8.19/8.24	v -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300
8.19/8.24	v x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 x309 -x310
8.19/8.24	v -x311 -x312 -x313 x314 x315 -x316 -x317 -x318 -x319 -x320
8.19/8.24	v -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330
8.19/8.24	v -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340
8.19/8.24	v -x341 -x342 -x343 x344 x345 -x346 -x347 -x348 -x349 -x350
8.19/8.24	v -x351 x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360
8.19/8.24	v -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370
8.19/8.24	v -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380
8.19/8.24	v -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390
8.19/8.24	v -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400
8.19/8.24	v -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410
8.19/8.24	v -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420
8.19/8.24	v -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430
8.19/8.24	v -x431 x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440
8.19/8.24	v -x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 -x450
8.19/8.24	v -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460
8.19/8.24	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470
8.19/8.24	v -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480
8.19/8.24	v -x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490
8.19/8.24	v -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500
8.19/8.24	v -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510
8.19/8.24	v -x511 -x512 x513 x514 x515 -x516 -x517 -x518 -x519 -x520
8.19/8.24	v -x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 x529 -x530
8.19/8.24	v -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540
8.19/8.24	v x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550
8.19/8.24	v -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 -x560
8.19/8.24	v -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570
8.19/8.24	v -x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580
8.19/8.24	v -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 x589 -x590
8.19/8.24	v -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600
8.19/8.24	v -x601 -x602 -x603 x604 -x605 -x606 -x607 -x608 -x609 -x610
8.19/8.24	v -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620
8.19/8.24	v -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630
8.19/8.24	v x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640
8.19/8.24	v -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650
8.19/8.24	v -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660
8.19/8.24	v -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 x670
8.19/8.24	v -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680
8.19/8.24	v -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690
8.19/8.24	v -x691 -x692 -x693 x694 -x695 -x696
8.19/8.24	c total CPU time = 8.219s
8.19/8.24	c total wall clock time = 8.240s

Verifier Data

OK	60

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.16 2.13 3/179 3941
/proc/meminfo: memFree=30379424/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=807356 CPUtime=0 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 3030 0 0 0 0 0 0 0 20 0 4 0 105029855 826732544 2879 33554432000 4194304 16246674 140735062320336 140735062319760 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 202351 2887 441 2943 0 199245 0
[pid=3941/tid=3942] ppid=3938 vsize=825788 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 845606912 2950 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=829884 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 849801216 2968 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=833980 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105029855 853995520 2984 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.12 2.16 2.13 3/179 3941
/proc/meminfo: memFree=30379424/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 25562 0 0 0 5 4 0 0 20 0 4 0 105029855 1247350784 25400 33554432000 4194304 16246674 140735062320336 140735062319760 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 304529 25408 735 2943 0 301423 0
[pid=3941/tid=3942] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 25412 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 25418 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 25422 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200468 s]
/proc/loadavg: 2.12 2.16 2.13 3/179 3941
/proc/meminfo: memFree=30379424/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 43950 0 0 0 12 7 0 0 20 0 4 0 105029855 1247350784 43788 33554432000 4194304 16246674 140735062320336 140735062302208 12460548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 304529 43797 735 2943 0 301423 0
[pid=3941/tid=3942] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 43803 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 43810 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 43817 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300474 s]
/proc/loadavg: 2.12 2.16 2.13 3/179 3941
/proc/meminfo: memFree=30379424/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 63273 0 0 0 19 10 0 0 20 0 4 0 105029855 1247350784 63110 33554432000 4194304 16246674 140735062320336 140735062302208 5668190 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 304529 63119 735 2943 0 301423 0
[pid=3941/tid=3942] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 63125 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 63130 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 63136 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700395 s]
/proc/loadavg: 2.12 2.16 2.13 3/179 3941
/proc/meminfo: memFree=30379424/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 138731 0 0 0 49 20 0 0 20 0 4 0 105029855 1247350784 138569 33554432000 4194304 16246674 140735062320336 140735062302208 12476925 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 304529 138579 735 2943 0 301423 0
[pid=3941/tid=3942] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 138583 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 138588 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105029855 1247350784 138592 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50036 s]
/proc/loadavg: 2.12 2.16 2.13 3/183 3945
/proc/meminfo: memFree=29526356/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1222212 CPUtime=1.49 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 214139 0 0 0 118 31 0 0 20 0 4 0 105029855 1251545088 213953 33554432000 4194304 16246674 140735062320336 140735062303336 6071725 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 305553 213953 821 2943 0 302447 0
[pid=3941/tid=3942] ppid=3938 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1251545088 213953 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1251545088 213953 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105029855 1251545088 213953 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1222212

[startup+3.1004 s]
/proc/loadavg: 2.11 2.16 2.13 3/183 3945
/proc/meminfo: memFree=29345192/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1302084 CPUtime=3.09 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 266542 0 0 0 270 39 0 0 20 0 4 0 105029855 1333334016 266356 33554432000 4194304 16246674 140735062320336 140735062319272 13192432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 325521 266356 821 2943 0 322415 0
[pid=3941/tid=3942] ppid=3938 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1333334016 266356 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1333334016 266356 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105029855 1333334016 266356 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1302084

[startup+6.30041 s]
/proc/loadavg: 2.11 2.16 2.13 4/183 3945
/proc/meminfo: memFree=29309280/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1313348 CPUtime=6.29 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 269183 0 0 0 590 39 0 0 20 0 4 0 105029855 1344868352 268997 33554432000 4194304 16246674 140735062320336 140735062303336 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 328337 268997 821 2943 0 325231 0
[pid=3941/tid=3942] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268997 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268997 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268997 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

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

[startup+6.40049 s]
/proc/loadavg: 2.11 2.16 2.13 4/183 3945
/proc/meminfo: memFree=29309280/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1313348 CPUtime=6.39 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 269183 0 0 0 600 39 0 0 20 0 4 0 105029855 1344868352 268997 33554432000 4194304 16246674 140735062320336 140735062303336 6837238 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 328337 268997 821 2943 0 325231 0
[pid=3941/tid=3942] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268997 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268997 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268997 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1313348

[startup+7.20041 s]
/proc/loadavg: 2.10 2.16 2.13 3/183 3945
/proc/meminfo: memFree=29303972/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1313348 CPUtime=7.19 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 269184 0 0 0 680 39 0 0 20 0 4 0 105029855 1344868352 268998 33554432000 4194304 16246674 140735062320336 140735062303336 5675873 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 328337 268998 822 2943 0 325231 0
[pid=3941/tid=3942] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268998 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268998 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 268998 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1313348

[startup+8.00041 s]
/proc/loadavg: 2.10 2.16 2.13 3/183 3945
/proc/meminfo: memFree=29303972/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1313348 CPUtime=7.99 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 269250 0 0 0 760 39 0 0 20 0 4 0 105029855 1344868352 269064 33554432000 4194304 16246674 140735062320336 140735062303336 5990974 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 328337 269064 844 2943 0 325231 0
[pid=3941/tid=3942] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 269064 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 269064 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 269064 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1313348

[startup+8.20038 s]
/proc/loadavg: 2.10 2.16 2.13 3/183 3945
/proc/meminfo: memFree=29303972/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=1313348 CPUtime=8.19 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202496 269429 0 0 0 780 39 0 0 20 0 4 0 105029855 1344868352 269243 33554432000 4194304 16246674 140735062320336 140735062303328 5842193 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 328337 269243 844 2943 0 325231 0
[pid=3941/tid=3942] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3942/stat : 3942 (toysat) S 3938 3941 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 269243 33554432000 4194304 16246674 140735062320336 140481445997808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3941/tid=3943] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3943/stat : 3943 (toysat) S 3938 3941 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 269243 33554432000 4194304 16246674 140735062320336 140481435507952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3941/tid=3944] ppid=3938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3941/task/3944/stat : 3944 (toysat) S 3938 3941 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105029855 1344868352 269243 33554432000 4194304 16246674 140735062320336 140481425034416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1313348

[startup+8.3004 s]
/proc/loadavg: 2.10 2.16 2.13 3/183 3945
/proc/meminfo: memFree=29303972/32872528 swapFree=13600/559348
[pid=3941] ppid=3938 vsize=0 CPUtime=8.29 cores=0,2,4,6
/proc/3941/stat : 3941 (toysat) R 3938 3941 1842 0 -1 4202500 269436 0 0 0 784 45 0 0 20 0 1 0 105029855 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3941/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 8.30063
CPU time (s): 8.29874
CPU user time (s): 7.84181
CPU system time (s): 0.45693
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 1313348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.84181
system time used= 0.45693
maximum resident set size= 1076996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269436
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= 17
involuntary context switches= 10

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035994 second user time and 0.042993 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-06 18:35:49
IDJOB=4079533
IDBENCH=2028
IDSOLVER=2542
FILE ID=node106/4079533-1465230949
RUNJOBID= node106-1465219870-1858
PBS_JOBID= 19843217
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079533-1465230949/watcher-4079533-1465230949 -o /tmp/evaluation-result-4079533-1465230949/solver-4079533-1465230949 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465219870-1858 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079533-1465230949.opb

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

MD5SUM BENCH= 8521955d0869ff4fe0390118a5fbc0f9
RANDOM SEED=1320225715

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
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.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
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:        30379960 kB
Buffers:           24520 kB
Cached:           125056 kB
SwapCached:         1852 kB
Active:          1160552 kB
Inactive:          71796 kB
Active(anon):    1083516 kB
Inactive(anon):     1280 kB
Active(file):      77036 kB
Inactive(file):    70516 kB
Unevictable:      559348 kB
Mlocked:           13600 kB
SwapTotal:      67108856 kB
SwapFree:       67098528 kB
Dirty:             16412 kB
Writeback:             0 kB
AnonPages:       1641276 kB
Mapped:            10656 kB
Shmem:                 0 kB
Slab:             567632 kB
SReclaimable:      11600 kB
SUnreclaim:       556032 kB
KernelStack:        1480 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1783928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 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= 71708 MiB
End job on node106 at 2016-06-06 18:35:57