Trace number 3693830

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
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT2 37.0244 37.0419

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=11-P1=37-P2=59-P3=23-P4=53-P5=31-P6=59-P7=29-P8=2-P9=67-B.opb
MD5SUM48d9b1801c3e1b4883cb62109d96eb3c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.05599
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables162
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

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 SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3693830-1338035245.opb>
0.00/0.00	c original problem has 162 variables (162 bin, 0 int, 0 impl, 0 cont) and 19 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c presolving:
0.00/0.02	c (round 1) 10 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 40 chg coeffs, 0 upgd conss, 2332 impls, 0 clqs
0.00/0.02	c (round 2) 12 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 40 chg coeffs, 12 upgd conss, 2358 impls, 0 clqs
0.00/0.03	c (round 3) 12 del vars, 4 del conss, 3 add conss, 0 chg bounds, 0 chg sides, 40 chg coeffs, 12 upgd conss, 2358 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 51/474 (10.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.03	c presolving (4 rounds):
0.00/0.03	c  12 deleted vars, 4 deleted constraints, 3 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 40 changed coefficients
0.00/0.03	c  2358 implications, 0 cliques
0.00/0.03	c presolved problem has 474 variables (474 bin, 0 int, 0 impl, 0 cont) and 342 constraints
0.00/0.03	c       3 constraints of type <setppc>
0.00/0.03	c     320 constraints of type <and>
0.00/0.03	c       9 constraints of type <linear>
0.00/0.03	c      10 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.1.1.4
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |    24 |     - |1926k|   0 |  10 | 474 | 362 | 474 | 662 |   0 |  20 |   0 | 2.000000e+00 |      --      |    Inf 
0.07/0.09	c   0.1s|     1 |     0 |   297 |     - |2064k|   0 |  17 | 474 | 386 | 474 | 715 |  53 |  44 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   322 |     - |2103k|   0 |  20 | 474 | 386 | 474 | 726 |  64 |  44 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   362 |     - |2162k|   0 |  47 | 474 | 386 | 474 | 741 |  79 |  44 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.2s|     1 |     0 |   407 |     - |2254k|   0 |  73 | 474 | 386 | 474 | 788 | 126 |  44 |   0 | 2.000000e+00 |      --      |    Inf 
0.18/0.22	c   0.2s|     1 |     0 |   460 |     - |2309k|   0 |  95 | 474 | 386 | 474 | 832 | 170 |  44 |   0 | 2.000000e+00 |      --      |    Inf 
0.28/0.30	c   0.3s|     1 |     0 |   519 |     - |2365k|   0 |  99 | 474 | 386 | 474 | 913 | 251 |  44 |   0 | 2.000000e+00 |      --      |    Inf 
0.39/0.45	c   0.5s|     1 |     2 |   519 |     - |2366k|   0 |  99 | 474 | 386 | 474 | 913 | 251 |  44 |  22 | 2.000000e+00 |      --      |    Inf 
1.09/1.17	c   1.2s|   100 |    74 |  1593 |  10.8 |2366k|  60 |  18 | 474 | 456 | 474 | 284 | 515 | 114 | 666 | 2.000000e+00 |      --      |    Inf 
1.29/1.30	c   1.3s|   200 |   110 |  2265 |   8.8 |2470k|  60 |  18 | 474 | 567 | 474 | 280 | 663 | 225 | 748 | 2.000000e+00 |      --      |    Inf 
1.29/1.38	c   1.4s|   300 |   154 |  3011 |   8.3 |2552k|  60 |  15 | 474 | 647 | 474 | 289 | 825 | 305 | 752 | 2.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.4s|   400 |   174 |  3548 |   7.6 |2649k|  60 |  17 | 474 | 811 | 474 | 286 | 932 | 469 | 753 | 2.000000e+00 |      --      |    Inf 
1.49/1.52	c   1.5s|   500 |   195 |  4306 |   7.6 |2757k|  60 |   - | 474 | 968 |   0 |   0 |1066 | 626 | 753 | 2.000000e+00 |      --      |    Inf 
1.59/1.60	c   1.6s|   600 |   207 |  5011 |   7.5 |2836k|  60 |  20 | 474 |1088 | 474 | 283 |1197 | 746 | 753 | 2.000000e+00 |      --      |    Inf 
1.59/1.69	c   1.7s|   700 |   225 |  5832 |   7.6 |2909k|  61 |  29 | 474 |1199 | 474 | 269 |1356 | 857 | 766 | 2.000000e+00 |      --      |    Inf 
1.69/1.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.69/1.78	c   1.8s|   800 |   220 |  6877 |   8.0 |2964k|  61 |  39 | 474 |1316 | 474 | 264 |1545 | 974 | 776 | 2.000000e+00 |      --      |    Inf 
1.79/1.88	c   1.9s|   900 |   166 |  7757 |   8.1 |2985k|  61 |  41 | 474 |1428 | 474 | 256 |1719 |1086 | 785 | 2.000000e+00 |      --      |    Inf 
1.99/2.00	c   2.0s|  1000 |    92 |  8775 |   8.3 |2953k|  61 |  79 | 474 |1533 | 474 | 229 |1925 |1191 | 827 | 2.000000e+00 |      --      |    Inf 
2.09/2.19	c   2.2s|  1100 |   118 | 10257 |   8.9 |3053k|  61 |  81 | 474 |1643 | 474 | 208 |2339 |1302 | 881 | 2.000000e+00 |      --      |    Inf 
2.29/2.33	c   2.3s|  1200 |   165 | 11596 |   9.2 |3179k|  61 |  11 | 474 |1746 | 474 | 265 |2741 |1405 | 917 | 2.000000e+00 |      --      |    Inf 
2.38/2.44	c   2.4s|  1300 |   219 | 12095 |   8.9 |3319k|  65 |  10 | 474 |1833 | 474 | 286 |2940 |1492 | 972 | 2.000000e+00 |      --      |    Inf 
2.48/2.54	c   2.5s|  1400 |   278 | 12852 |   8.8 |3470k|  68 |  14 | 474 |1921 | 474 | 281 |3223 |1580 |1009 | 2.000000e+00 |      --      |    Inf 
2.59/2.65	c   2.7s|  1500 |   343 | 13734 |   8.8 |3584k|  68 |  16 | 474 |1984 | 474 | 270 |3471 |1644 |1026 | 2.000000e+00 |      --      |    Inf 
2.68/2.74	c   2.7s|  1600 |   412 | 14334 |   8.6 |3681k|  68 |   - | 474 |2043 |   0 |   0 |3708 |1703 |1037 | 2.000000e+00 |      --      |    Inf 
2.79/2.82	c   2.8s|  1700 |   445 | 14880 |   8.5 |3771k|  68 |  28 | 474 |2143 | 474 | 291 |3907 |1803 |1048 | 2.000000e+00 |      --      |    Inf 
2.89/2.90	c   2.9s|  1800 |   471 | 15343 |   8.2 |3868k|  68 |   - | 474 |2246 |   0 |   0 |4042 |1906 |1052 | 2.000000e+00 |      --      |    Inf 
2.99/3.00	c   3.0s|  1900 |   514 | 16094 |   8.2 |3940k|  68 |  79 | 474 |2292 | 474 | 233 |4260 |1966 |1068 | 2.000000e+00 |      --      |    Inf 
3.09/3.12	c   3.1s|  2000 |   585 | 17050 |   8.3 |4035k|  68 |  41 | 474 |2335 | 474 | 279 |4492 |2014 |1071 | 2.000000e+00 |      --      |    Inf 
3.19/3.23	c   3.2s|  2100 |   657 | 18114 |   8.4 |4136k|  68 |  61 | 474 |2389 | 474 | 236 |4727 |2077 |1079 | 2.000000e+00 |      --      |    Inf 
3.29/3.37	c   3.4s|  2200 |   739 | 19485 |   8.6 |4237k|  68 |  84 | 474 |2436 | 474 | 252 |5099 |2136 |1086 | 2.000000e+00 |      --      |    Inf 
3.39/3.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.39/3.48	c   3.5s|  2300 |   792 | 20470 |   8.7 |4325k|  68 |  90 | 474 |2494 | 474 | 210 |5321 |2206 |1086 | 2.000000e+00 |      --      |    Inf 
3.59/3.60	c   3.6s|  2400 |   847 | 21658 |   8.8 |4404k|  68 |  72 | 474 |2550 | 474 | 233 |5617 |2275 |1096 | 2.000000e+00 |      --      |    Inf 
3.68/3.74	c   3.7s|  2500 |   882 | 23172 |   9.1 |4486k|  68 |  72 | 474 |2622 | 474 | 246 |6066 |2366 |1112 | 2.000000e+00 |      --      |    Inf 
3.79/3.82	c   3.8s|  2600 |   921 | 23823 |   9.0 |4552k|  68 |  69 | 474 |2679 | 474 | 251 |6221 |2442 |1112 | 2.000000e+00 |      --      |    Inf 
3.89/3.94	c   3.9s|  2700 |   965 | 24889 |   9.0 |4634k|  68 |  25 | 474 |2731 | 474 | 265 |6500 |2513 |1127 | 2.000000e+00 |      --      |    Inf 
3.98/4.03	c   4.0s|  2800 |   964 | 25860 |   9.1 |4717k|  68 |  84 | 474 |2830 | 474 | 218 |6771 |2633 |1127 | 2.000000e+00 |      --      |    Inf 
3.98/4.08	c   4.1s|  2900 |   963 | 26203 |   8.9 |4799k|  68 |   - | 474 |2999 |   0 |   0 |6830 |2803 |1127 | 2.000000e+00 |      --      |    Inf 
4.09/4.18	c   4.2s|  3000 |   997 | 27047 |   8.8 |4878k|  68 |   - | 474 |3079 |   0 |   0 |7054 |2894 |1132 | 2.000000e+00 |      --      |    Inf 
4.29/4.31	c   4.3s|  3100 |  1062 | 28334 |   9.0 |4956k|  68 |   - | 474 |3114 |   0 |   0 |7326 |2964 |1137 | 2.000000e+00 |      --      |    Inf 
4.29/4.37	c   4.4s|  3200 |  1068 | 28741 |   8.8 |5026k|  68 |  16 | 474 |3208 | 474 | 267 |7418 |3075 |1139 | 2.000000e+00 |      --      |    Inf 
4.39/4.45	c   4.5s|  3300 |  1095 | 29306 |   8.7 |5091k|  68 |  61 | 474 |3291 | 474 | 250 |7542 |3193 |1140 | 2.000000e+00 |      --      |    Inf 
4.49/4.55	c   4.6s|  3400 |  1173 | 29978 |   8.7 |5182k|  68 |  15 | 474 |3300 | 474 | 294 |7724 |3225 |1145 | 2.000000e+00 |      --      |    Inf 
4.59/4.63	c   4.6s|  3500 |  1205 | 30431 |   8.5 |5272k|  68 |  10 | 474 |3379 | 474 | 299 |7876 |3304 |1156 | 2.000000e+00 |      --      |    Inf 
4.69/4.71	c   4.7s|  3600 |  1216 | 30755 |   8.4 |5327k|  68 |   6 | 474 |3436 | 474 | 301 |7984 |3369 |1158 | 2.000000e+00 |      --      |    Inf 
4.69/4.79	c   4.8s|  3700 |  1210 | 31052 |   8.3 |5350k|  68 |   7 | 474 |3482 | 474 | 298 |8057 |3444 |1158 | 2.000000e+00 |      --      |    Inf 
4.79/4.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.79/4.86	c   4.9s|  3800 |  1216 | 31365 |   8.1 |5420k|  68 |   - | 474 |3589 |   0 |   0 |8141 |3556 |1160 | 2.000000e+00 |      --      |    Inf 
4.88/4.93	c   4.9s|  3900 |  1200 | 31676 |   8.0 |5422k|  68 |   - | 474 |3591 |   0 |   0 |8216 |3696 |1161 | 2.000000e+00 |      --      |    Inf 
4.99/5.04	c   5.0s|  4000 |  1221 | 31986 |   7.9 |5511k|  68 |  15 | 474 |3735 | 474 | 274 |8315 |3844 |1166 | 2.000000e+00 |      --      |    Inf 
4.99/5.06	c   5.1s|  4100 |  1238 | 32483 |   7.8 |5588k|  68 |  36 | 474 |3819 | 474 | 250 |8455 |3953 |1168 | 2.000000e+00 |      --      |    Inf 
5.09/5.15	c   5.1s|  4200 |  1297 | 33263 |   7.8 |5683k|  68 |  20 | 474 |3880 | 474 | 277 |8685 |4026 |1169 | 2.000000e+00 |      --      |    Inf 
5.19/5.21	c   5.2s|  4300 |  1330 | 33562 |   7.7 |5762k|  68 |   - | 474 |3986 |   0 |   0 |8762 |4147 |1169 | 2.000000e+00 |      --      |    Inf 
5.19/5.27	c   5.3s|  4400 |  1323 | 33952 |   7.6 |5829k|  68 |  19 | 474 |4129 | 474 | 272 |8885 |4304 |1169 | 2.000000e+00 |      --      |    Inf 
5.28/5.35	c   5.4s|  4500 |  1371 | 34484 |   7.5 |5902k|  68 |  17 | 474 |4172 | 474 | 290 |9050 |4400 |1169 | 2.000000e+00 |      --      |    Inf 
5.40/5.44	c   5.4s|  4600 |  1408 | 35154 |   7.5 |5953k|  68 |  27 | 474 |4153 | 474 | 264 |9233 |4483 |1170 | 2.000000e+00 |      --      |    Inf 
5.49/5.52	c   5.5s|  4700 |  1455 | 35876 |   7.5 |6038k|  68 |  13 | 474 |4216 | 474 | 319 |9468 |4576 |1172 | 2.000000e+00 |      --      |    Inf 
5.58/5.64	c   5.6s|  4800 |  1500 | 36860 |   7.6 |6134k|  68 |   - | 474 |4306 |   0 |   0 |9793 |4730 |1181 | 2.000000e+00 |      --      |    Inf 
5.69/5.74	c   5.7s|  4900 |  1540 | 37661 |   7.6 |6216k|  68 |  38 | 474 |4369 | 474 | 260 |  10k|4873 |1185 | 2.000000e+00 |      --      |    Inf 
5.79/5.83	c   5.8s|  5000 |  1582 | 38277 |   7.6 |6299k|  68 |  33 | 474 |4460 | 474 | 257 |  10k|5011 |1186 | 2.000000e+00 |      --      |    Inf 
5.89/5.93	c   5.9s|  5100 |  1641 | 39159 |   7.6 |6386k|  68 |   9 | 474 |4492 | 474 | 307 |  10k|5075 |1190 | 2.000000e+00 |      --      |    Inf 
5.99/6.03	c   6.0s|  5200 |  1678 | 40050 |   7.6 |6455k|  68 |  20 | 474 |4512 | 474 | 275 |  10k|5152 |1191 | 2.000000e+00 |      --      |    Inf 
6.08/6.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.08/6.10	c   6.1s|  5300 |  1715 | 40427 |   7.5 |6516k|  68 |  15 | 474 |4531 | 474 | 257 |  10k|5253 |1191 | 2.000000e+00 |      --      |    Inf 
6.19/6.20	c   6.2s|  5400 |  1776 | 41377 |   7.6 |6549k|  68 |  63 | 474 |4408 | 474 | 292 |  11k|5310 |1192 | 2.000000e+00 |      --      |    Inf 
6.19/6.29	c   6.3s|  5500 |  1784 | 41951 |   7.5 |6545k|  68 |  25 | 474 |4329 | 474 | 269 |  11k|5385 |1192 | 2.000000e+00 |      --      |    Inf 
6.28/6.37	c   6.4s|  5600 |  1833 | 42605 |   7.5 |6578k|  68 |   - | 474 |4263 |   0 |   0 |  11k|5489 |1192 | 2.000000e+00 |      --      |    Inf 
6.39/6.50	c   6.5s|  5700 |  1871 | 43775 |   7.6 |6550k|  68 |  23 | 474 |4065 | 474 | 260 |  11k|5594 |1193 | 2.000000e+00 |      --      |    Inf 
6.59/6.63	c   6.6s|  5800 |  1915 | 45135 |   7.7 |6573k|  68 |  45 | 474 |3992 | 474 | 257 |  12k|5664 |1194 | 2.000000e+00 |      --      |    Inf 
6.69/6.71	c   6.7s|  5900 |  1989 | 45648 |   7.7 |6643k|  68 |   - | 474 |3985 |   0 |   0 |  12k|5716 |1195 | 2.000000e+00 |      --      |    Inf 
6.79/6.81	c   6.8s|  6000 |  2041 | 46478 |   7.7 |6660k|  68 |  40 | 474 |3889 | 474 | 257 |  12k|5808 |1195 | 2.000000e+00 |      --      |    Inf 
6.79/6.89	c   6.9s|  6100 |  2088 | 47101 |   7.6 |6712k|  68 |  25 | 474 |3895 | 474 | 283 |  12k|5925 |1195 | 2.000000e+00 |      --      |    Inf 
6.89/6.99	c   7.0s|  6200 |  2147 | 48131 |   7.7 |6797k|  68 |  10 | 474 |3908 | 474 | 306 |  13k|6068 |1196 | 2.000000e+00 |      --      |    Inf 
6.98/7.07	c   7.1s|  6300 |  2179 | 48831 |   7.7 |6845k|  68 |  17 | 474 |3907 | 474 | 297 |  13k|6160 |1199 | 2.000000e+00 |      --      |    Inf 
7.09/7.15	c   7.2s|  6400 |  2209 | 49367 |   7.6 |6866k|  68 |  39 | 474 |3866 | 474 | 235 |  13k|6277 |1201 | 2.000000e+00 |      --      |    Inf 
7.18/7.23	c   7.2s|  6500 |  2240 | 49959 |   7.6 |6961k|  68 |  25 | 474 |3979 | 474 | 278 |  13k|6430 |1201 | 2.000000e+00 |      --      |    Inf 
7.28/7.33	c   7.3s|  6600 |  2285 | 50731 |   7.6 |7028k|  68 |  66 | 474 |3994 | 474 | 249 |  14k|6576 |1202 | 2.000000e+00 |      --      |    Inf 
7.39/7.41	c   7.4s|  6700 |  2316 | 51227 |   7.6 |7168k|  68 |  28 | 474 |4199 | 474 | 273 |  14k|6812 |1203 | 2.000000e+00 |      --      |    Inf 
7.39/7.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.39/7.47	c   7.5s|  6800 |  2315 | 51546 |   7.5 |7284k|  68 |   - | 474 |4425 |   0 |   0 |  14k|7042 |1203 | 2.000000e+00 |      --      |    Inf 
7.48/7.54	c   7.5s|  6900 |  2316 | 51858 |   7.4 |7442k|  68 |   - | 474 |4727 |   0 |   0 |  14k|7351 |1203 | 2.000000e+00 |      --      |    Inf 
7.59/7.61	c   7.6s|  7000 |  2324 | 52228 |   7.4 |7597k|  68 |   - | 474 |5034 |   0 |   0 |  14k|7660 |1203 | 2.000000e+00 |      --      |    Inf 
7.69/7.71	c   7.7s|  7100 |  2363 | 52928 |   7.4 |7594k|  68 |   - | 474 |4746 |   0 |   0 |  14k|7756 |1203 | 2.000000e+00 |      --      |    Inf 
7.78/7.80	c   7.8s|  7200 |  2417 | 53705 |   7.4 |7628k|  68 |  43 | 474 |4602 | 474 | 280 |  15k|7814 |1203 | 2.000000e+00 |      --      |    Inf 
7.78/7.89	c   7.9s|  7300 |  2456 | 54369 |   7.4 |7601k|  68 |   8 | 474 |4351 | 474 | 257 |  15k|7910 |1203 | 2.000000e+00 |      --      |    Inf 
7.89/7.96	c   8.0s|  7400 |  2506 | 54760 |   7.3 |7620k|  68 |  11 | 474 |4250 | 474 | 270 |  15k|7999 |1203 | 2.000000e+00 |      --      |    Inf 
7.99/8.05	c   8.1s|  7500 |  2513 | 55394 |   7.3 |7497k|  68 |  25 | 474 |3915 | 474 | 267 |  15k|8092 |1203 | 2.000000e+00 |      --      |    Inf 
8.09/8.14	c   8.1s|  7600 |  2533 | 56037 |   7.3 |7514k|  68 |  33 | 474 |3879 | 474 | 283 |  15k|8276 |1203 | 2.000000e+00 |      --      |    Inf 
8.18/8.23	c   8.2s|  7700 |  2610 | 56808 |   7.3 |7534k|  68 |  37 | 474 |3743 | 474 | 265 |  16k|8326 |1203 | 2.000000e+00 |      --      |    Inf 
8.29/8.33	c   8.3s|  7800 |  2671 | 57575 |   7.3 |7578k|  68 |  31 | 474 |3699 | 474 | 272 |  16k|8457 |1203 | 2.000000e+00 |      --      |    Inf 
8.39/8.41	c   8.4s|  7900 |  2713 | 58032 |   7.3 |7664k|  68 |  36 | 474 |3781 | 474 | 276 |  16k|8594 |1203 | 2.000000e+00 |      --      |    Inf 
8.39/8.49	c   8.5s|  8000 |  2759 | 58454 |   7.2 |7752k|  68 |  34 | 474 |3889 | 474 | 279 |  16k|8735 |1203 | 2.000000e+00 |      --      |    Inf 
8.48/8.57	c   8.6s|  8100 |  2812 | 59007 |   7.2 |7815k|  68 |  31 | 474 |3903 | 474 | 254 |  16k|8825 |1204 | 2.000000e+00 |      --      |    Inf 
8.59/8.64	c   8.6s|  8200 |  2850 | 59494 |   7.2 |7877k|  68 |  34 | 474 |3941 | 474 | 273 |  16k|8920 |1204 | 2.000000e+00 |      --      |    Inf 
8.69/8.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.69/8.72	c   8.7s|  8300 |  2911 | 60036 |   7.2 |7906k|  68 |   - | 474 |3783 |   0 |   0 |  17k|9020 |1204 | 2.000000e+00 |      --      |    Inf 
8.69/8.79	c   8.8s|  8400 |  2931 | 60429 |   7.1 |7968k|  68 |   - | 474 |3852 |   0 |   0 |  17k|9171 |1204 | 2.000000e+00 |      --      |    Inf 
8.80/8.86	c   8.9s|  8500 |  2956 | 60809 |   7.1 |7986k|  68 |  31 | 474 |3758 | 474 | 264 |  17k|9301 |1204 | 2.000000e+00 |      --      |    Inf 
8.89/8.94	c   8.9s|  8600 |  2975 | 61283 |   7.1 |7975k|  68 |   - | 474 |3609 |   0 |   0 |  17k|9444 |1204 | 2.000000e+00 |      --      |    Inf 
8.98/9.03	c   9.0s|  8700 |  3013 | 61850 |   7.1 |8028k|  68 |   - | 474 |3608 |   0 |   0 |  17k|9577 |1204 | 2.000000e+00 |      --      |    Inf 
9.08/9.11	c   9.1s|  8800 |  3029 | 62382 |   7.0 |8047k|  68 |  25 | 474 |3559 | 474 | 284 |  17k|9731 |1204 | 2.000000e+00 |      --      |    Inf 
9.19/9.20	c   9.2s|  8900 |  3046 | 62992 |   7.0 |7972k|  68 |  14 | 474 |3248 | 474 | 278 |  18k|9813 |1204 | 2.000000e+00 |      --      |    Inf 
9.19/9.28	c   9.3s|  9000 |  3080 | 63483 |   7.0 |7975k|  68 |  41 | 474 |3124 | 474 | 276 |  18k|9897 |1204 | 2.000000e+00 |      --      |    Inf 
9.29/9.35	c   9.4s|  9100 |  3118 | 63888 |   7.0 |8042k|  68 |  11 | 474 |3174 | 474 | 316 |  18k|  10k|1204 | 2.000000e+00 |      --      |    Inf 
9.38/9.42	c   9.4s|  9200 |  3139 | 64301 |   6.9 |8130k|  68 |   - | 474 |3279 |   0 |   0 |  18k|  10k|1209 | 2.000000e+00 |      --      |    Inf 
9.38/9.49	c   9.5s|  9300 |  3141 | 64630 |   6.9 |8177k|  68 |  39 | 474 |3340 | 474 | 273 |  18k|  10k|1209 | 2.000000e+00 |      --      |    Inf 
9.49/9.59	c   9.6s|  9400 |  3162 | 65359 |   6.9 |8041k|  68 |  68 | 474 |2826 | 474 | 227 |  18k|  10k|1209 | 2.000000e+00 |      --      |    Inf 
9.59/9.68	c   9.7s|  9500 |  3199 | 66094 |   6.9 |7975k|  68 |  37 | 474 |2518 | 474 | 253 |  19k|  10k|1209 | 2.000000e+00 |      --      |    Inf 
9.69/9.78	c   9.8s|  9600 |  3266 | 66907 |   6.9 |8013k|  68 |  35 | 474 |2469 | 474 | 267 |  19k|  10k|1209 | 2.000000e+00 |      --      |    Inf 
9.79/9.87	c   9.9s|  9700 |  3295 | 67641 |   6.9 |8049k|  68 |   - | 474 |2437 |   0 |   0 |  19k|  10k|1209 | 2.000000e+00 |      --      |    Inf 
9.90/9.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.90/9.95	c   9.9s|  9800 |  3325 | 68120 |   6.9 |8107k|  68 |  25 | 474 |2485 | 474 | 279 |  19k|  10k|1209 | 2.000000e+00 |      --      |    Inf 
9.98/10.02	c  10.0s|  9900 |  3355 | 68716 |   6.9 |8184k|  68 |   - | 474 |2576 |   0 |   0 |  19k|  10k|1209 | 2.000000e+00 |      --      |    Inf 
10.09/10.11	c  10.1s| 10000 |  3386 | 69451 |   6.9 |8241k|  68 |   - | 474 |2604 |   0 |   0 |  20k|  11k|1209 | 2.000000e+00 |      --      |    Inf 
10.09/10.18	c  10.2s| 10100 |  3426 | 70017 |   6.9 |8321k|  68 |  32 | 474 |2687 | 474 | 263 |  20k|  11k|1209 | 2.000000e+00 |      --      |    Inf 
10.19/10.25	c  10.3s| 10200 |  3453 | 70421 |   6.9 |8405k|  68 |   - | 474 |2805 |   0 |   0 |  20k|  11k|1209 | 2.000000e+00 |      --      |    Inf 
10.29/10.35	c  10.4s| 10300 |  3474 | 71172 |   6.9 |8418k|  68 |  33 | 474 |2777 | 474 | 262 |  20k|  11k|1209 | 2.000000e+00 |      --      |    Inf 
10.38/10.43	c  10.4s| 10400 |  3512 | 71802 |   6.9 |8428k|  68 |   - | 474 |2661 |   0 |   0 |  20k|  11k|1209 | 2.000000e+00 |      --      |    Inf 
10.49/10.52	c  10.5s| 10500 |  3551 | 72428 |   6.8 |8457k|  68 |  36 | 474 |2627 | 474 | 279 |  21k|  11k|1209 | 2.000000e+00 |      --      |    Inf 
10.58/10.62	c  10.6s| 10600 |  3594 | 73129 |   6.9 |8463k|  68 |  68 | 474 |2537 | 474 | 250 |  21k|  11k|1219 | 2.000000e+00 |      --      |    Inf 
10.69/10.72	c  10.7s| 10700 |  3614 | 74081 |   6.9 |8425k|  68 |   - | 474 |2370 |   0 |   0 |  21k|  11k|1221 | 2.000000e+00 |      --      |    Inf 
10.79/10.80	c  10.8s| 10800 |  3652 | 74564 |   6.9 |8428k|  68 |  45 | 474 |2260 | 474 | 266 |  21k|  11k|1221 | 2.000000e+00 |      --      |    Inf 
10.79/10.88	c  10.9s| 10900 |  3710 | 75250 |   6.9 |8490k|  68 |  28 | 474 |2268 | 474 | 279 |  21k|  11k|1221 | 2.000000e+00 |      --      |    Inf 
10.89/10.95	c  11.0s| 11000 |  3762 | 75741 |   6.8 |8570k|  68 |  30 | 474 |2330 | 474 | 285 |  22k|  12k|1221 | 2.000000e+00 |      --      |    Inf 
10.99/11.03	c  11.0s| 11100 |  3797 | 76155 |   6.8 |8650k|  68 |  32 | 474 |2431 | 474 | 282 |  22k|  12k|1221 | 2.000000e+00 |      --      |    Inf 
11.09/11.11	c  11.1s| 11200 |  3838 | 76704 |   6.8 |8725k|  68 |  36 | 474 |2508 | 474 | 275 |  22k|  12k|1222 | 2.000000e+00 |      --      |    Inf 
11.09/11.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.09/11.18	c  11.2s| 11300 |  3872 | 77047 |   6.8 |8807k|  68 |  27 | 474 |2614 | 474 | 272 |  22k|  12k|1222 | 2.000000e+00 |      --      |    Inf 
11.18/11.25	c  11.2s| 11400 |  3888 | 77414 |   6.7 |8886k|  68 |  36 | 474 |2748 | 474 | 273 |  22k|  12k|1222 | 2.000000e+00 |      --      |    Inf 
11.28/11.33	c  11.3s| 11500 |  3935 | 78009 |   6.7 |8949k|  68 |  34 | 474 |2768 | 474 | 278 |  22k|  12k|1222 | 2.000000e+00 |      --      |    Inf 
11.39/11.44	c  11.4s| 11600 |  3983 | 78832 |   6.8 |8955k|  68 |  58 | 474 |2641 | 474 | 244 |  23k|  12k|1233 | 2.000000e+00 |      --      |    Inf 
11.49/11.51	c  11.5s| 11700 |  4026 | 79287 |   6.7 |9003k|  68 |  27 | 474 |2640 | 474 | 282 |  23k|  12k|1234 | 2.000000e+00 |      --      |    Inf 
11.49/11.57	c  11.6s| 11800 |  4073 | 79572 |   6.7 |9063k|  68 |  29 | 474 |2693 | 474 | 270 |  23k|  13k|1235 | 2.000000e+00 |      --      |    Inf 
11.59/11.63	c  11.6s| 11900 |  4104 | 79844 |   6.7 |9115k|  68 |  35 | 474 |2731 | 474 | 288 |  23k|  13k|1235 | 2.000000e+00 |      --      |    Inf 
11.59/11.68	c  11.7s| 12000 |  4141 | 80171 |   6.6 |9178k|  68 |  29 | 474 |2804 | 474 | 287 |  23k|  13k|1235 | 2.000000e+00 |      --      |    Inf 
11.69/11.76	c  11.8s| 12100 |  4170 | 80724 |   6.6 |9220k|  68 |  23 | 474 |2822 | 474 | 273 |  23k|  13k|1240 | 2.000000e+00 |      --      |    Inf 
11.78/11.84	c  11.8s| 12200 |  4200 | 81305 |   6.6 |9298k|  68 |   - | 474 |2920 |   0 |   0 |  24k|  13k|1247 | 2.000000e+00 |      --      |    Inf 
11.88/11.92	c  11.9s| 12300 |  4178 | 81858 |   6.6 |9308k|  68 |  24 | 474 |2931 | 474 | 300 |  24k|  13k|1249 | 2.000000e+00 |      --      |    Inf 
11.99/12.01	c  12.0s| 12400 |  4213 | 82544 |   6.6 |9298k|  68 |   - | 474 |2794 |   0 |   0 |  24k|  13k|1249 | 2.000000e+00 |      --      |    Inf 
11.99/12.08	c  12.1s| 12500 |  4254 | 83033 |   6.6 |9411k|  68 |  22 | 474 |2964 | 474 | 254 |  24k|  13k|1249 | 2.000000e+00 |      --      |    Inf 
12.09/12.17	c  12.2s| 12600 |  4286 | 83594 |   6.6 |9539k|  68 |   - | 474 |3154 |   0 |   0 |  24k|  14k|1253 | 2.000000e+00 |      --      |    Inf 
12.18/12.24	c  12.2s| 12700 |  4295 | 83958 |   6.6 |9616k|  68 |   - | 474 |3308 |   0 |   0 |  24k|  14k|1253 | 2.000000e+00 |      --      |    Inf 
12.29/12.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.29/12.32	c  12.3s| 12800 |  4319 | 84365 |   6.6 |9688k|  68 |  33 | 474 |3403 | 474 | 275 |  25k|  14k|1253 | 2.000000e+00 |      --      |    Inf 
12.39/12.40	c  12.4s| 12900 |  4325 | 84728 |   6.5 |9766k|  68 |  21 | 474 |3559 | 474 | 258 |  25k|  14k|1258 | 2.000000e+00 |      --      |    Inf 
12.39/12.48	c  12.5s| 13000 |  4343 | 85176 |   6.5 |9734k|  68 |   - | 474 |3426 |   0 |   0 |  25k|  14k|1260 | 2.000000e+00 |      --      |    Inf 
12.49/12.56	c  12.6s| 13100 |  4387 | 85681 |   6.5 |9788k|  68 |  38 | 474 |3438 | 474 | 251 |  25k|  15k|1263 | 2.000000e+00 |      --      |    Inf 
12.58/12.65	c  12.7s| 13200 |  4428 | 86326 |   6.5 |9896k|  68 |  23 | 474 |3557 | 474 | 258 |  25k|  15k|1269 | 2.000000e+00 |      --      |    Inf 
12.69/12.74	c  12.7s| 13300 |  4463 | 86884 |   6.5 |9977k|  68 |   - | 474 |3623 |   0 |   0 |  25k|  15k|1272 | 2.000000e+00 |      --      |    Inf 
12.78/12.83	c  12.8s| 13400 |  4456 | 87373 |   6.5 |9896k|  68 |  24 | 474 |3400 | 474 | 269 |  26k|  15k|1272 | 2.000000e+00 |      --      |    Inf 
12.89/12.91	c  12.9s| 13500 |  4482 | 87856 |   6.5 |9872k|  68 |   - | 474 |3240 |   0 |   0 |  26k|  15k|1272 | 2.000000e+00 |      --      |    Inf 
12.89/12.99	c  13.0s| 13600 |  4516 | 88446 |   6.5 |9906k|  68 |   - | 474 |3243 |   0 |   0 |  26k|  15k|1273 | 2.000000e+00 |      --      |    Inf 
12.98/13.07	c  13.1s| 13700 |  4542 | 88915 |   6.5 |9931k|  68 |  24 | 474 |3191 | 474 | 272 |  26k|  16k|1273 | 2.000000e+00 |      --      |    Inf 
13.09/13.16	c  13.2s| 13800 |  4585 | 89533 |   6.5 |  10M|  68 |   - | 474 |3216 |   0 |   0 |  26k|  16k|1275 | 2.000000e+00 |      --      |    Inf 
13.19/13.24	c  13.2s| 13900 |  4609 | 90071 |   6.4 |  10M|  68 |  12 | 474 |3192 | 474 | 303 |  27k|  16k|1276 | 2.000000e+00 |      --      |    Inf 
13.28/13.32	c  13.3s| 14000 |  4645 | 90697 |   6.4 |9977k|  68 |  43 | 474 |2906 | 474 | 267 |  27k|  16k|1278 | 2.000000e+00 |      --      |    Inf 
13.28/13.39	c  13.4s| 14100 |  4712 | 91212 |   6.4 |  10M|  68 |   - | 474 |2873 |   0 |   0 |  27k|  16k|1284 | 2.000000e+00 |      --      |    Inf 
13.38/13.48	c  13.5s| 14200 |  4758 | 91847 |   6.4 |  10M|  68 |  37 | 474 |2913 | 474 | 282 |  27k|  16k|1286 | 2.000000e+00 |      --      |    Inf 
13.49/13.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.49/13.56	c  13.6s| 14300 |  4809 | 92568 |   6.4 |  10M|  68 |  38 | 474 |2887 | 474 | 269 |  27k|  16k|1286 | 2.000000e+00 |      --      |    Inf 
13.59/13.65	c  13.6s| 14400 |  4850 | 93131 |   6.4 |  10M|  68 |   - | 474 |2911 |   0 |   0 |  27k|  16k|1294 | 2.000000e+00 |      --      |    Inf 
13.68/13.72	c  13.7s| 14500 |  4882 | 93605 |   6.4 |  10M|  68 |  38 | 474 |2910 | 474 | 278 |  28k|  16k|1295 | 2.000000e+00 |      --      |    Inf 
13.68/13.79	c  13.8s| 14600 |  4920 | 94040 |   6.4 |  10M|  68 |   - | 474 |2959 |   0 |   0 |  28k|  16k|1295 | 2.000000e+00 |      --      |    Inf 
13.78/13.86	c  13.9s| 14700 |  4921 | 94402 |   6.4 |  10M|  68 |  39 | 474 |3053 | 474 | 275 |  28k|  17k|1295 | 2.000000e+00 |      --      |    Inf 
13.89/13.95	c  13.9s| 14800 |  4948 | 95017 |   6.4 |  10M|  68 |  39 | 474 |3090 | 474 | 285 |  28k|  17k|1297 | 2.000000e+00 |      --      |    Inf 
13.98/14.03	c  14.0s| 14900 |  4947 | 95675 |   6.4 |  10M|  68 |  42 | 474 |3146 | 474 | 282 |  28k|  17k|1297 | 2.000000e+00 |      --      |    Inf 
14.08/14.13	c  14.1s| 15000 |  4996 | 96325 |   6.4 |  10M|  68 |   - | 474 |3092 |   0 |   0 |  28k|  17k|1297 | 2.000000e+00 |      --      |    Inf 
14.19/14.21	c  14.2s| 15100 |  5031 | 96899 |   6.4 |  10M|  68 |  31 | 474 |3082 | 474 | 268 |  29k|  17k|1297 | 2.000000e+00 |      --      |    Inf 
14.19/14.28	c  14.3s| 15200 |  5061 | 97401 |   6.4 |  10M|  68 |  31 | 474 |3140 | 474 | 264 |  29k|  17k|1302 | 2.000000e+00 |      --      |    Inf 
14.29/14.35	c  14.3s| 15300 |  5094 | 97782 |   6.4 |  10M|  68 |   9 | 474 |3218 | 474 | 274 |  29k|  17k|1320 | 2.000000e+00 |      --      |    Inf 
14.38/14.40	c  14.4s| 15400 |  5131 | 98116 |   6.3 |  10M|  68 |   8 | 474 |3285 | 474 | 278 |  29k|  17k|1325 | 2.000000e+00 |      --      |    Inf 
14.48/14.50	c  14.5s| 15500 |  5078 | 98671 |   6.3 |  10M|  68 |   9 | 474 |3237 | 474 | 305 |  29k|  17k|1328 | 2.000000e+00 |      --      |    Inf 
14.48/14.58	c  14.6s| 15600 |  5143 | 99329 |   6.3 |  10M|  68 |  33 | 474 |3200 | 474 | 251 |  30k|  18k|1330 | 2.000000e+00 |      --      |    Inf 
14.58/14.66	c  14.7s| 15700 |  5195 | 99780 |   6.3 |  10M|  68 |   - | 474 |3195 |   0 |   0 |  30k|  18k|1330 | 2.000000e+00 |      --      |    Inf 
14.69/14.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.69/14.74	c  14.7s| 15800 |  5222 |100185 |   6.3 |  10M|  68 |  23 | 474 |3270 | 474 | 273 |  30k|  18k|1330 | 2.000000e+00 |      --      |    Inf 
14.78/14.81	c  14.8s| 15900 |  5267 |100660 |   6.3 |  11M|  68 |  34 | 474 |3301 | 474 | 266 |  30k|  18k|1332 | 2.000000e+00 |      --      |    Inf 
14.78/14.89	c  14.9s| 16000 |  5270 |100980 |   6.3 |  11M|  68 |  13 | 474 |3344 | 474 | 277 |  30k|  18k|1332 | 2.000000e+00 |      --      |    Inf 
14.88/14.97	c  15.0s| 16100 |  5290 |101511 |   6.3 |  11M|  68 |  23 | 474 |3321 | 474 | 291 |  30k|  18k|1332 | 2.000000e+00 |      --      |    Inf 
14.98/15.06	c  15.1s| 16200 |  5344 |102188 |   6.3 |  11M|  68 |  25 | 474 |3208 | 474 | 266 |  31k|  18k|1332 | 2.000000e+00 |      --      |    Inf 
15.08/15.14	c  15.1s| 16300 |  5374 |102644 |   6.3 |  11M|  68 |   - | 474 |3251 |   0 |   0 |  31k|  18k|1332 | 2.000000e+00 |      --      |    Inf 
15.18/15.22	c  15.2s| 16400 |  5412 |103064 |   6.3 |  11M|  68 |  31 | 474 |3282 | 474 | 272 |  31k|  18k|1332 | 2.000000e+00 |      --      |    Inf 
15.29/15.31	c  15.3s| 16500 |  5454 |103644 |   6.3 |  11M|  68 |   - | 474 |3121 |   0 |   0 |  31k|  18k|1344 | 2.000000e+00 |      --      |    Inf 
15.29/15.38	c  15.4s| 16600 |  5472 |104059 |   6.2 |  11M|  68 |  55 | 474 |3198 | 474 | 283 |  31k|  18k|1346 | 2.000000e+00 |      --      |    Inf 
15.39/15.47	c  15.5s| 16700 |  5488 |104545 |   6.2 |  11M|  68 |  29 | 474 |3215 | 474 | 269 |  31k|  19k|1352 | 2.000000e+00 |      --      |    Inf 
15.49/15.55	c  15.5s| 16800 |  5522 |104915 |   6.2 |  11M|  68 |  29 | 474 |3294 | 474 | 283 |  31k|  19k|1359 | 2.000000e+00 |      --      |    Inf 
15.58/15.63	c  15.6s| 16900 |  5589 |105545 |   6.2 |  11M|  68 |   - | 474 |3325 |   0 |   0 |  32k|  19k|1365 | 2.000000e+00 |      --      |    Inf 
15.69/15.74	c  15.7s| 17000 |  5635 |106450 |   6.2 |  11M|  68 |  21 | 474 |3351 | 474 | 317 |  32k|  19k|1380 | 2.000000e+00 |      --      |    Inf 
15.78/15.84	c  15.8s| 17100 |  5683 |107330 |   6.2 |  11M|  68 |  51 | 474 |3334 | 474 | 304 |  32k|  19k|1387 | 2.000000e+00 |      --      |    Inf 
15.88/15.95	c  16.0s| 17200 |  5722 |108266 |   6.3 |  11M|  68 |  66 | 474 |3332 | 474 | 304 |  33k|  19k|1388 | 2.000000e+00 |      --      |    Inf 
15.99/16.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.99/16.04	c  16.0s| 17300 |  5761 |109106 |   6.3 |  11M|  68 |  17 | 474 |3406 | 474 | 313 |  33k|  19k|1389 | 2.000000e+00 |      --      |    Inf 
16.08/16.14	c  16.1s| 17400 |  5810 |109980 |   6.3 |  11M|  68 |   - | 474 |3313 |   0 |   0 |  33k|  19k|1391 | 2.000000e+00 |      --      |    Inf 
16.19/16.27	c  16.3s| 17500 |  5865 |111087 |   6.3 |  11M|  68 |  19 | 474 |3191 | 474 | 296 |  33k|  19k|1402 | 2.000000e+00 |      --      |    Inf 
16.29/16.39	c  16.4s| 17600 |  5918 |112209 |   6.3 |  11M|  68 |  35 | 474 |3032 | 474 | 305 |  34k|  19k|1407 | 2.000000e+00 |      --      |    Inf 
16.39/16.48	c  16.5s| 17700 |  5955 |112906 |   6.3 |  11M|  68 |  21 | 474 |3021 | 474 | 322 |  34k|  20k|1414 | 2.000000e+00 |      --      |    Inf 
16.49/16.60	c  16.6s| 17800 |  6025 |113914 |   6.4 |  11M|  68 |  15 | 474 |2916 | 474 | 352 |  35k|  20k|1419 | 2.000000e+00 |      --      |    Inf 
16.58/16.67	c  16.7s| 17900 |  6079 |114538 |   6.4 |  11M|  68 |  11 | 474 |2987 | 474 | 342 |  35k|  20k|1427 | 2.000000e+00 |      --      |    Inf 
16.69/16.76	c  16.8s| 18000 |  6109 |115176 |   6.4 |  12M|  68 |  25 | 474 |3080 | 474 | 323 |  35k|  20k|1431 | 2.000000e+00 |      --      |    Inf 
16.78/16.85	c  16.8s| 18100 |  6143 |115807 |   6.4 |  12M|  68 |  20 | 474 |3107 | 474 | 268 |  35k|  20k|1431 | 2.000000e+00 |      --      |    Inf 
16.88/16.95	c  17.0s| 18200 |  6212 |116526 |   6.4 |  12M|  68 |  23 | 474 |3088 | 474 | 286 |  35k|  20k|1435 | 2.000000e+00 |      --      |    Inf 
16.99/17.06	c  17.1s| 18300 |  6272 |117232 |   6.4 |  12M|  68 |  20 | 474 |3137 | 474 | 272 |  36k|  20k|1437 | 2.000000e+00 |      --      |    Inf 
17.08/17.17	c  17.2s| 18400 |  6338 |118057 |   6.4 |  12M|  68 |  13 | 474 |3191 | 474 | 317 |  36k|  20k|1440 | 2.000000e+00 |      --      |    Inf 
17.19/17.27	c  17.3s| 18500 |  6364 |118718 |   6.4 |  12M|  68 |  34 | 474 |3158 | 474 | 297 |  36k|  20k|1442 | 2.000000e+00 |      --      |    Inf 
17.38/17.40	c  17.4s| 18600 |  6421 |119780 |   6.4 |  12M|  68 |   - | 474 |2968 |   0 |   0 |  37k|  20k|1460 | 2.000000e+00 |      --      |    Inf 
17.49/17.51	c  17.5s| 18700 |  6470 |120545 |   6.4 |  12M|  68 |  29 | 474 |2831 | 474 | 307 |  37k|  20k|1468 | 2.000000e+00 |      --      |    Inf 
17.59/17.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.59/17.63	c  17.6s| 18800 |  6514 |121453 |   6.4 |  12M|  68 |  68 | 474 |2644 | 474 | 319 |  37k|  20k|1485 | 2.000000e+00 |      --      |    Inf 
17.69/17.74	c  17.7s| 18900 |  6545 |122356 |   6.4 |  12M|  68 |  64 | 474 |2562 | 474 | 325 |  38k|  20k|1489 | 2.000000e+00 |      --      |    Inf 
17.78/17.87	c  17.9s| 19000 |  6556 |123433 |   6.5 |  12M|  68 |  16 | 474 |2501 | 474 | 308 |  38k|  20k|1494 | 2.000000e+00 |      --      |    Inf 
17.88/17.97	c  18.0s| 19100 |  6602 |124266 |   6.5 |  12M|  68 |  15 | 474 |2511 | 474 | 290 |  39k|  21k|1499 | 2.000000e+00 |      --      |    Inf 
17.98/18.05	c  18.0s| 19200 |  6670 |124782 |   6.5 |  12M|  68 |  14 | 474 |2535 | 474 | 293 |  39k|  21k|1499 | 2.000000e+00 |      --      |    Inf 
18.08/18.13	c  18.1s| 19300 |  6722 |125325 |   6.5 |  12M|  68 |  17 | 474 |2631 | 474 | 298 |  39k|  21k|1501 | 2.000000e+00 |      --      |    Inf 
18.18/18.21	c  18.2s| 19400 |  6769 |125936 |   6.5 |  12M|  68 |  16 | 474 |2699 | 474 | 272 |  39k|  21k|1503 | 2.000000e+00 |      --      |    Inf 
18.29/18.33	c  18.3s| 19500 |  6836 |126777 |   6.5 |  12M|  68 |  22 | 474 |2732 | 474 | 332 |  40k|  21k|1512 | 2.000000e+00 |      --      |    Inf 
18.39/18.42	c  18.4s| 19600 |  6871 |127366 |   6.5 |  12M|  68 |  15 | 474 |2775 | 474 | 326 |  40k|  21k|1518 | 2.000000e+00 |      --      |    Inf 
18.48/18.51	c  18.5s| 19700 |  6912 |128036 |   6.5 |  12M|  68 |  16 | 474 |2860 | 474 | 283 |  40k|  21k|1522 | 2.000000e+00 |      --      |    Inf 
18.48/18.59	c  18.6s| 19800 |  6945 |128549 |   6.5 |  13M|  68 |  11 | 474 |2971 | 474 | 297 |  40k|  21k|1522 | 2.000000e+00 |      --      |    Inf 
18.59/18.67	c  18.7s| 19900 |  7012 |129079 |   6.5 |  13M|  68 |   - | 474 |3002 |   0 |   0 |  40k|  21k|1524 | 2.000000e+00 |      --      |    Inf 
18.69/18.75	c  18.8s| 20000 |  7068 |129622 |   6.5 |  13M|  68 |  18 | 474 |3031 | 474 | 276 |  41k|  21k|1530 | 2.000000e+00 |      --      |    Inf 
18.78/18.85	c  18.8s| 20100 |  7129 |130299 |   6.5 |  13M|  68 |  24 | 474 |3025 | 474 | 289 |  41k|  22k|1539 | 2.000000e+00 |      --      |    Inf 
18.88/18.92	c  18.9s| 20200 |  7191 |130821 |   6.5 |  13M|  68 |  12 | 474 |3063 | 474 | 286 |  41k|  22k|1539 | 2.000000e+00 |      --      |    Inf 
18.99/19.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.99/19.01	c  19.0s| 20300 |  7244 |131400 |   6.4 |  13M|  68 |   - | 474 |3191 |   0 |   0 |  41k|  22k|1547 | 2.000000e+00 |      --      |    Inf 
19.09/19.13	c  19.1s| 20400 |  7279 |132123 |   6.5 |  13M|  68 |  17 | 474 |3272 | 474 | 283 |  42k|  22k|1555 | 2.000000e+00 |      --      |    Inf 
19.19/19.20	c  19.2s| 20500 |  7319 |132593 |   6.4 |  13M|  68 |   - | 474 |3357 |   0 |   0 |  42k|  22k|1556 | 2.000000e+00 |      --      |    Inf 
19.19/19.28	c  19.3s| 20600 |  7363 |133146 |   6.4 |  13M|  68 |  16 | 474 |3360 | 474 | 280 |  42k|  22k|1556 | 2.000000e+00 |      --      |    Inf 
19.28/19.36	c  19.4s| 20700 |  7419 |133615 |   6.4 |  13M|  68 |  24 | 474 |3296 | 474 | 298 |  42k|  22k|1556 | 2.000000e+00 |      --      |    Inf 
19.39/19.45	c  19.5s| 20800 |  7481 |134386 |   6.4 |  13M|  68 |  42 | 474 |3167 | 474 | 289 |  42k|  22k|1557 | 2.000000e+00 |      --      |    Inf 
19.49/19.54	c  19.5s| 20900 |  7502 |134930 |   6.4 |  13M|  68 |  19 | 474 |3065 | 474 | 279 |  43k|  22k|1563 | 2.000000e+00 |      --      |    Inf 
19.59/19.64	c  19.6s| 21000 |  7555 |135723 |   6.4 |  13M|  70 |  21 | 474 |3113 | 474 | 309 |  43k|  22k|1563 | 2.000000e+00 |      --      |    Inf 
19.69/19.74	c  19.7s| 21100 |  7609 |136539 |   6.4 |  13M|  70 |  11 | 474 |3077 | 474 | 276 |  43k|  23k|1567 | 2.000000e+00 |      --      |    Inf 
19.79/19.82	c  19.8s| 21200 |  7656 |137248 |   6.4 |  13M|  70 |   - | 474 |3096 |   0 |   0 |  43k|  23k|1569 | 2.000000e+00 |      --      |    Inf 
19.89/19.90	c  19.9s| 21300 |  7684 |138121 |   6.5 |  13M|  70 |   9 | 474 |3143 | 474 | 299 |  44k|  23k|1577 | 2.000000e+00 |      --      |    Inf 
19.89/19.97	c  20.0s| 21400 |  7717 |138889 |   6.5 |  14M|  70 |   9 | 474 |3192 | 474 | 288 |  44k|  23k|1578 | 2.000000e+00 |      --      |    Inf 
19.98/20.06	c  20.1s| 21500 |  7725 |139478 |   6.5 |  14M|  70 |  43 | 474 |3096 | 474 | 264 |  44k|  23k|1584 | 2.000000e+00 |      --      |    Inf 
20.09/20.16	c  20.2s| 21600 |  7787 |140264 |   6.5 |  14M|  70 |  18 | 474 |2993 | 474 | 310 |  44k|  23k|1592 | 2.000000e+00 |      --      |    Inf 
20.19/20.27	c  20.3s| 21700 |  7836 |141261 |   6.5 |  14M|  70 |  25 | 474 |2826 | 474 | 306 |  45k|  23k|1612 | 2.000000e+00 |      --      |    Inf 
20.28/20.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.28/20.39	c  20.4s| 21800 |  7906 |142196 |   6.5 |  14M|  70 |  42 | 474 |2660 | 474 | 308 |  45k|  23k|1627 | 2.000000e+00 |      --      |    Inf 
20.38/20.47	c  20.5s| 21900 |  7951 |142909 |   6.5 |  14M|  70 |  28 | 474 |2579 | 474 | 317 |  45k|  23k|1627 | 2.000000e+00 |      --      |    Inf 
20.49/20.57	c  20.6s| 22000 |  8004 |143864 |   6.5 |  14M|  70 |  36 | 474 |2476 | 474 | 275 |  45k|  23k|1627 | 2.000000e+00 |      --      |    Inf 
20.58/20.68	c  20.7s| 22100 |  8056 |144932 |   6.5 |  14M|  70 |  41 | 474 |2441 | 474 | 290 |  46k|  23k|1629 | 2.000000e+00 |      --      |    Inf 
20.68/20.77	c  20.8s| 22200 |  8111 |145755 |   6.5 |  14M|  70 |  28 | 474 |2362 | 474 | 266 |  46k|  23k|1633 | 2.000000e+00 |      --      |    Inf 
20.78/20.88	c  20.9s| 22300 |  8153 |146637 |   6.6 |  14M|  70 |  38 | 474 |2261 | 474 | 268 |  46k|  24k|1642 | 2.000000e+00 |      --      |    Inf 
20.89/20.96	c  21.0s| 22400 |  8181 |147239 |   6.6 |  14M|  70 |  11 | 474 |2254 | 474 | 310 |  46k|  24k|1642 | 2.000000e+00 |      --      |    Inf 
20.98/21.06	c  21.1s| 22500 |  8213 |148159 |   6.6 |  14M|  70 |   - | 474 |2282 |   0 |   0 |  47k|  24k|1661 | 2.000000e+00 |      --      |    Inf 
21.08/21.16	c  21.2s| 22600 |  8257 |148882 |   6.6 |  14M|  70 |  43 | 474 |2260 | 474 | 255 |  47k|  24k|1661 | 2.000000e+00 |      --      |    Inf 
21.19/21.27	c  21.3s| 22700 |  8313 |149558 |   6.6 |  14M|  70 |  34 | 474 |2181 | 474 | 301 |  47k|  24k|1681 | 2.000000e+00 |      --      |    Inf 
21.38/21.40	c  21.4s| 22800 |  8328 |150520 |   6.6 |  14M|  70 |  46 | 474 |2114 | 474 | 270 |  48k|  24k|1705 | 2.000000e+00 |      --      |    Inf 
21.49/21.51	c  21.5s| 22900 |  8399 |151408 |   6.6 |  14M|  70 |  34 | 474 |2048 | 474 | 254 |  48k|  24k|1709 | 2.000000e+00 |      --      |    Inf 
21.58/21.61	c  21.6s| 23000 |  8431 |152372 |   6.6 |  14M|  70 |  19 | 474 |2028 | 474 | 328 |  48k|  24k|1713 | 2.000000e+00 |      --      |    Inf 
21.68/21.72	c  21.7s| 23100 |  8451 |153370 |   6.6 |  14M|  70 |  40 | 474 |1965 | 474 | 274 |  49k|  24k|1720 | 2.000000e+00 |      --      |    Inf 
21.79/21.85	c  21.9s| 23200 |  8495 |154499 |   6.6 |  14M|  70 |  40 | 474 |1916 | 474 | 285 |  49k|  24k|1738 | 2.000000e+00 |      --      |    Inf 
21.89/21.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.89/21.94	c  21.9s| 23300 |  8566 |155196 |   6.6 |  14M|  70 |  32 | 474 |1926 | 474 | 319 |  49k|  24k|1739 | 2.000000e+00 |      --      |    Inf 
21.98/22.04	c  22.0s| 23400 |  8595 |156148 |   6.7 |  14M|  70 |  40 | 474 |1938 | 474 | 303 |  50k|  24k|1740 | 2.000000e+00 |      --      |    Inf 
22.08/22.13	c  22.1s| 23500 |  8660 |156914 |   6.7 |  14M|  70 |  39 | 474 |1887 | 474 | 274 |  50k|  24k|1740 | 2.000000e+00 |      --      |    Inf 
22.18/22.23	c  22.2s| 23600 |  8708 |157815 |   6.7 |  14M|  70 |  22 | 474 |1838 | 474 | 249 |  50k|  25k|1741 | 2.000000e+00 |      --      |    Inf 
22.28/22.32	c  22.3s| 23700 |  8755 |158559 |   6.7 |  14M|  70 |   - | 474 |1845 |   0 |   0 |  50k|  25k|1743 | 2.000000e+00 |      --      |    Inf 
22.28/22.38	c  22.4s| 23800 |  8780 |159002 |   6.7 |  14M|  70 |   - | 474 |1949 |   0 |   0 |  50k|  25k|1746 | 2.000000e+00 |      --      |    Inf 
22.38/22.46	c  22.5s| 23900 |  8795 |159680 |   6.7 |  14M|  70 |  25 | 474 |2002 | 474 | 292 |  51k|  25k|1747 | 2.000000e+00 |      --      |    Inf 
22.47/22.55	c  22.5s| 24000 |  8831 |160511 |   6.7 |  15M|  70 |   - | 474 |2016 |   0 |   0 |  51k|  25k|1752 | 2.000000e+00 |      --      |    Inf 
22.58/22.65	c  22.6s| 24100 |  8893 |161321 |   6.7 |  15M|  70 |  34 | 474 |1992 | 474 | 303 |  51k|  25k|1771 | 2.000000e+00 |      --      |    Inf 
22.68/22.75	c  22.7s| 24200 |  8953 |162226 |   6.7 |  15M|  70 |  14 | 474 |1985 | 474 | 330 |  51k|  25k|1773 | 2.000000e+00 |      --      |    Inf 
22.78/22.83	c  22.8s| 24300 |  8992 |162954 |   6.7 |  15M|  70 |  26 | 474 |1929 | 474 | 270 |  52k|  25k|1781 | 2.000000e+00 |      --      |    Inf 
22.88/22.92	c  22.9s| 24400 |  9037 |163670 |   6.7 |  15M|  70 |  18 | 474 |1866 | 474 | 309 |  52k|  25k|1788 | 2.000000e+00 |      --      |    Inf 
22.98/23.00	c  23.0s| 24500 |  9096 |164257 |   6.7 |  15M|  70 |  50 | 474 |1859 | 474 | 257 |  52k|  25k|1792 | 2.000000e+00 |      --      |    Inf 
23.09/23.11	c  23.1s| 24600 |  9153 |165141 |   6.7 |  15M|  70 |  24 | 474 |1839 | 474 | 285 |  52k|  25k|1799 | 2.000000e+00 |      --      |    Inf 
23.18/23.21	c  23.2s| 24700 |  9179 |165863 |   6.7 |  15M|  70 |   - | 474 |1817 |   0 |   0 |  53k|  25k|1803 | 2.000000e+00 |      --      |    Inf 
23.18/23.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.18/23.29	c  23.3s| 24800 |  9225 |166559 |   6.7 |  15M|  70 |  46 | 474 |1772 | 474 | 250 |  53k|  25k|1803 | 2.000000e+00 |      --      |    Inf 
23.28/23.39	c  23.4s| 24900 |  9205 |167446 |   6.7 |  15M|  70 |  26 | 474 |1773 | 474 | 250 |  53k|  26k|1808 | 2.000000e+00 |      --      |    Inf 
23.38/23.47	c  23.5s| 25000 |  9236 |168125 |   6.7 |  15M|  70 |  33 | 474 |1801 | 474 | 327 |  53k|  26k|1808 | 2.000000e+00 |      --      |    Inf 
23.48/23.57	c  23.6s| 25100 |  9269 |168844 |   6.7 |  15M|  70 |   - | 474 |1847 |   0 |   0 |  54k|  26k|1813 | 2.000000e+00 |      --      |    Inf 
23.58/23.67	c  23.7s| 25200 |  9297 |169805 |   6.7 |  15M|  70 |  36 | 474 |1900 | 474 | 270 |  54k|  26k|1822 | 2.000000e+00 |      --      |    Inf 
23.68/23.76	c  23.8s| 25300 |  9345 |170434 |   6.7 |  15M|  70 |   9 | 474 |1907 | 474 | 335 |  54k|  26k|1822 | 2.000000e+00 |      --      |    Inf 
23.78/23.84	c  23.8s| 25400 |  9399 |171234 |   6.7 |  15M|  70 |  23 | 474 |1927 | 474 | 277 |  55k|  26k|1822 | 2.000000e+00 |      --      |    Inf 
23.88/23.93	c  23.9s| 25500 |  9454 |171885 |   6.7 |  15M|  70 |  20 | 474 |1913 | 474 | 323 |  55k|  26k|1827 | 2.000000e+00 |      --      |    Inf 
23.98/24.02	c  24.0s| 25600 |  9504 |172553 |   6.7 |  15M|  70 |  24 | 474 |1911 | 474 | 320 |  55k|  26k|1827 | 2.000000e+00 |      --      |    Inf 
23.98/24.10	c  24.1s| 25700 |  9535 |173151 |   6.7 |  15M|  70 |  27 | 474 |1948 | 474 | 280 |  55k|  26k|1838 | 2.000000e+00 |      --      |    Inf 
24.08/24.19	c  24.2s| 25800 |  9586 |173993 |   6.7 |  15M|  70 |   - | 474 |1959 |   0 |   0 |  55k|  26k|1848 | 2.000000e+00 |      --      |    Inf 
24.19/24.28	c  24.3s| 25900 |  9636 |174700 |   6.7 |  15M|  70 |  11 | 474 |1963 | 474 | 269 |  56k|  27k|1850 | 2.000000e+00 |      --      |    Inf 
24.28/24.34	c  24.3s| 26000 |  9660 |175122 |   6.7 |  15M|  70 |  14 | 474 |2024 | 474 | 292 |  56k|  27k|1859 | 2.000000e+00 |      --      |    Inf 
24.38/24.41	c  24.4s| 26100 |  9705 |175620 |   6.7 |  16M|  70 |   - | 474 |2089 |   0 |   0 |  56k|  27k|1859 | 2.000000e+00 |      --      |    Inf 
24.38/24.48	c  24.5s| 26200 |  9726 |176059 |   6.7 |  16M|  70 |  55 | 474 |2198 | 474 | 276 |  56k|  27k|1859 | 2.000000e+00 |      --      |    Inf 
24.48/24.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.48/24.55	c  24.6s| 26300 |  9755 |176520 |   6.7 |  16M|  70 |  15 | 474 |2252 | 474 | 293 |  56k|  27k|1859 | 2.000000e+00 |      --      |    Inf 
24.58/24.63	c  24.6s| 26400 |  9786 |177107 |   6.7 |  16M|  70 |  16 | 474 |2314 | 474 | 335 |  57k|  27k|1860 | 2.000000e+00 |      --      |    Inf 
24.68/24.71	c  24.7s| 26500 |  9853 |178046 |   6.7 |  16M|  70 |  34 | 474 |2369 | 474 | 324 |  57k|  27k|1860 | 2.000000e+00 |      --      |    Inf 
24.68/24.77	c  24.8s| 26600 |  9888 |178519 |   6.7 |  16M|  70 |   - | 474 |2463 |   0 |   0 |  57k|  27k|1864 | 2.000000e+00 |      --      |    Inf 
24.78/24.85	c  24.9s| 26700 |  9920 |179158 |   6.7 |  16M|  70 |   - | 474 |2549 |   0 |   0 |  57k|  27k|1872 | 2.000000e+00 |      --      |    Inf 
24.88/24.93	c  24.9s| 26800 |  9932 |179696 |   6.7 |  16M|  70 |  10 | 474 |2623 | 474 | 331 |  57k|  27k|1872 | 2.000000e+00 |      --      |    Inf 
24.98/25.00	c  25.0s| 26900 |  9975 |180272 |   6.7 |  16M|  70 |  39 | 474 |2667 | 474 | 275 |  58k|  28k|1874 | 2.000000e+00 |      --      |    Inf 
24.98/25.09	c  25.1s| 27000 | 10015 |181292 |   6.7 |  16M|  70 |   - | 474 |2708 |   0 |   0 |  58k|  28k|1878 | 2.000000e+00 |      --      |    Inf 
25.18/25.21	c  25.2s| 27100 | 10067 |182173 |   6.7 |  16M|  70 |  12 | 474 |2750 | 474 | 285 |  58k|  28k|1887 | 2.000000e+00 |      --      |    Inf 
25.28/25.32	c  25.3s| 27200 | 10108 |183224 |   6.7 |  16M|  70 |  18 | 474 |2712 | 474 | 309 |  59k|  28k|1902 | 2.000000e+00 |      --      |    Inf 
25.38/25.41	c  25.4s| 27300 | 10133 |183824 |   6.7 |  16M|  70 |  29 | 474 |2690 | 474 | 292 |  59k|  28k|1912 | 2.000000e+00 |      --      |    Inf 
25.48/25.52	c  25.5s| 27400 | 10160 |184928 |   6.7 |  16M|  70 |  18 | 474 |2637 | 474 | 341 |  59k|  28k|1917 | 2.000000e+00 |      --      |    Inf 
25.57/25.63	c  25.6s| 27500 | 10211 |185776 |   6.7 |  16M|  70 |  15 | 474 |2615 | 474 | 312 |  60k|  28k|1920 | 2.000000e+00 |      --      |    Inf 
25.68/25.73	c  25.7s| 27600 | 10243 |186627 |   6.7 |  16M|  70 |  12 | 474 |2507 | 474 | 292 |  60k|  28k|1926 | 2.000000e+00 |      --      |    Inf 
25.78/25.83	c  25.8s| 27700 | 10286 |187363 |   6.7 |  16M|  70 |  22 | 474 |2399 | 474 | 272 |  60k|  28k|1926 | 2.000000e+00 |      --      |    Inf 
25.88/25.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.88/25.96	c  26.0s| 27800 | 10332 |188370 |   6.8 |  16M|  70 |  73 | 474 |2362 | 474 | 221 |  61k|  28k|1935 | 2.000000e+00 |      --      |    Inf 
25.98/26.04	c  26.0s| 27900 | 10359 |188939 |   6.8 |  16M|  70 |  45 | 474 |2284 | 474 | 278 |  61k|  28k|1941 | 2.000000e+00 |      --      |    Inf 
26.08/26.13	c  26.1s| 28000 | 10405 |189598 |   6.8 |  17M|  70 |   - | 474 |2261 |   0 |   0 |  61k|  28k|1945 | 2.000000e+00 |      --      |    Inf 
26.18/26.21	c  26.2s| 28100 | 10426 |190232 |   6.8 |  17M|  70 |  17 | 474 |2288 | 474 | 301 |  61k|  29k|1949 | 2.000000e+00 |      --      |    Inf 
26.18/26.30	c  26.3s| 28200 | 10470 |190859 |   6.7 |  17M|  70 |  34 | 474 |2215 | 474 | 303 |  62k|  29k|1952 | 2.000000e+00 |      --      |    Inf 
26.29/26.37	c  26.4s| 28300 | 10526 |191458 |   6.7 |  17M|  70 |   - | 474 |2256 |   0 |   0 |  62k|  29k|1957 | 2.000000e+00 |      --      |    Inf 
26.38/26.44	c  26.4s| 28400 | 10552 |191955 |   6.7 |  17M|  70 |   - | 474 |2341 |   0 |   0 |  62k|  29k|1962 | 2.000000e+00 |      --      |    Inf 
26.48/26.53	c  26.5s| 28500 | 10587 |192630 |   6.7 |  17M|  70 |  21 | 474 |2400 | 474 | 343 |  62k|  29k|1966 | 2.000000e+00 |      --      |    Inf 
26.58/26.64	c  26.6s| 28600 | 10610 |193743 |   6.8 |  17M|  70 |  20 | 474 |2443 | 474 | 313 |  62k|  29k|1973 | 2.000000e+00 |      --      |    Inf 
26.68/26.73	c  26.7s| 28700 | 10644 |194516 |   6.8 |  17M|  70 |  38 | 474 |2509 | 474 | 305 |  63k|  29k|1976 | 2.000000e+00 |      --      |    Inf 
26.78/26.80	c  26.8s| 28800 | 10696 |195011 |   6.8 |  17M|  70 |  26 | 474 |2475 | 474 | 270 |  63k|  29k|1982 | 2.000000e+00 |      --      |    Inf 
26.78/26.89	c  26.9s| 28900 | 10729 |195670 |   6.8 |  17M|  70 |  15 | 474 |2460 | 474 | 335 |  63k|  29k|1986 | 2.000000e+00 |      --      |    Inf 
26.88/26.98	c  27.0s| 29000 | 10797 |196339 |   6.8 |  17M|  70 |  20 | 474 |2415 | 474 | 301 |  63k|  29k|1992 | 2.000000e+00 |      --      |    Inf 
26.97/27.06	c  27.1s| 29100 | 10832 |196995 |   6.8 |  17M|  70 |  17 | 474 |2402 | 474 | 304 |  64k|  29k|1997 | 2.000000e+00 |      --      |    Inf 
27.08/27.16	c  27.2s| 29200 | 10884 |197689 |   6.8 |  17M|  70 |  27 | 474 |2294 | 474 | 269 |  64k|  30k|2000 | 2.000000e+00 |      --      |    Inf 
27.18/27.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.18/27.26	c  27.3s| 29300 | 10934 |198423 |   6.8 |  17M|  70 |  21 | 474 |2210 | 474 | 302 |  64k|  30k|2004 | 2.000000e+00 |      --      |    Inf 
27.28/27.35	c  27.4s| 29400 | 10963 |199192 |   6.8 |  17M|  70 |  13 | 474 |2172 | 474 | 326 |  64k|  30k|2008 | 2.000000e+00 |      --      |    Inf 
27.38/27.45	c  27.5s| 29500 | 10980 |199966 |   6.8 |  17M|  70 |  13 | 474 |1990 | 474 | 279 |  65k|  30k|2009 | 2.000000e+00 |      --      |    Inf 
27.49/27.54	c  27.5s| 29600 | 11021 |200684 |   6.8 |  17M|  70 |  35 | 474 |1960 | 474 | 255 |  65k|  30k|2011 | 2.000000e+00 |      --      |    Inf 
27.58/27.61	c  27.6s| 29700 | 11085 |201230 |   6.8 |  17M|  70 |  20 | 474 |1975 | 474 | 279 |  65k|  30k|2011 | 2.000000e+00 |      --      |    Inf 
27.58/27.67	c  27.7s| 29800 | 11141 |201503 |   6.7 |  17M|  70 |  13 | 474 |2019 | 474 | 266 |  65k|  30k|2011 | 2.000000e+00 |      --      |    Inf 
27.67/27.74	c  27.7s| 29900 | 11130 |201912 |   6.7 |  17M|  70 |  35 | 474 |2022 | 474 | 287 |  65k|  30k|2011 | 2.000000e+00 |      --      |    Inf 
27.78/27.82	c  27.8s| 30000 | 11165 |202487 |   6.7 |  17M|  70 |  20 | 474 |2013 | 474 | 267 |  66k|  30k|2011 | 2.000000e+00 |      --      |    Inf 
27.88/27.92	c  27.9s| 30100 | 11217 |203246 |   6.7 |  17M|  70 |  21 | 474 |2043 | 474 | 346 |  66k|  30k|2013 | 2.000000e+00 |      --      |    Inf 
27.97/28.03	c  28.0s| 30200 | 11223 |204045 |   6.7 |  17M|  70 |  41 | 474 |2001 | 474 | 255 |  66k|  30k|2024 | 2.000000e+00 |      --      |    Inf 
28.08/28.14	c  28.1s| 30300 | 11275 |204859 |   6.7 |  18M|  70 |  20 | 474 |1950 | 474 | 262 |  67k|  30k|2029 | 2.000000e+00 |      --      |    Inf 
28.18/28.23	c  28.2s| 30400 | 11319 |205440 |   6.7 |  18M|  70 |  21 | 474 |1900 | 474 | 276 |  67k|  30k|2037 | 2.000000e+00 |      --      |    Inf 
28.28/28.33	c  28.3s| 30500 | 11371 |206331 |   6.7 |  18M|  70 |  19 | 474 |1910 | 474 | 300 |  67k|  30k|2042 | 2.000000e+00 |      --      |    Inf 
28.37/28.41	c  28.4s| 30600 | 11422 |207018 |   6.7 |  18M|  70 |   - | 474 |1901 |   0 |   0 |  68k|  31k|2044 | 2.000000e+00 |      --      |    Inf 
28.49/28.50	c  28.5s| 30700 | 11451 |207585 |   6.7 |  18M|  70 |  24 | 474 |1946 | 474 | 263 |  68k|  31k|2051 | 2.000000e+00 |      --      |    Inf 
28.58/28.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.58/28.60	c  28.6s| 30800 | 11510 |208440 |   6.8 |  18M|  70 |  74 | 474 |1928 | 474 | 218 |  68k|  31k|2054 | 2.000000e+00 |      --      |    Inf 
28.67/28.75	c  28.8s| 30900 | 11581 |209792 |   6.8 |  18M|  70 |  30 | 474 |1918 | 474 | 329 |  69k|  31k|2085 | 2.000000e+00 |      --      |    Inf 
28.77/28.85	c  28.8s| 31000 | 11644 |210625 |   6.8 |  18M|  70 |  26 | 474 |1933 | 474 | 333 |  69k|  31k|2093 | 2.000000e+00 |      --      |    Inf 
28.88/28.91	c  28.9s| 31100 | 11673 |211119 |   6.8 |  18M|  70 |   5 | 474 |2031 | 474 | 328 |  69k|  31k|2098 | 2.000000e+00 |      --      |    Inf 
28.88/28.99	c  29.0s| 31200 | 11704 |211796 |   6.8 |  18M|  71 |  21 | 474 |2107 | 474 | 337 |  69k|  31k|2100 | 2.000000e+00 |      --      |    Inf 
28.98/29.06	c  29.1s| 31300 | 11753 |212346 |   6.8 |  18M|  71 |  17 | 474 |2143 | 474 | 310 |  69k|  31k|2100 | 2.000000e+00 |      --      |    Inf 
29.07/29.15	c  29.1s| 31400 | 11795 |212979 |   6.8 |  18M|  71 |  37 | 474 |2154 | 474 | 297 |  70k|  31k|2100 | 2.000000e+00 |      --      |    Inf 
29.18/29.23	c  29.2s| 31500 | 11830 |213549 |   6.8 |  18M|  71 |  26 | 474 |2105 | 474 | 315 |  70k|  31k|2100 | 2.000000e+00 |      --      |    Inf 
29.18/29.29	c  29.3s| 31600 | 11856 |213982 |   6.8 |  18M|  71 |  11 | 474 |2129 | 474 | 266 |  70k|  31k|2100 | 2.000000e+00 |      --      |    Inf 
29.28/29.36	c  29.4s| 31700 | 11896 |214412 |   6.7 |  18M|  71 |   9 | 474 |2194 | 474 | 277 |  70k|  32k|2100 | 2.000000e+00 |      --      |    Inf 
29.38/29.44	c  29.4s| 31800 | 11918 |215186 |   6.8 |  18M|  71 |  58 | 474 |2143 | 474 | 238 |  70k|  32k|2100 | 2.000000e+00 |      --      |    Inf 
29.48/29.54	c  29.5s| 31900 | 11933 |216011 |   6.8 |  18M|  71 |  20 | 474 |2080 | 474 | 269 |  71k|  32k|2100 | 2.000000e+00 |      --      |    Inf 
29.59/29.63	c  29.6s| 32000 | 11980 |216562 |   6.8 |  18M|  71 |  17 | 474 |2119 | 474 | 327 |  71k|  32k|2100 | 2.000000e+00 |      --      |    Inf 
29.68/29.71	c  29.7s| 32100 | 12036 |217235 |   6.8 |  19M|  71 |  22 | 474 |2180 | 474 | 274 |  71k|  32k|2106 | 2.000000e+00 |      --      |    Inf 
29.77/29.81	c  29.8s| 32200 | 12080 |217909 |   6.8 |  19M|  71 |  18 | 474 |2257 | 474 | 336 |  71k|  32k|2108 | 2.000000e+00 |      --      |    Inf 
29.87/29.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.87/29.92	c  29.9s| 32300 | 12118 |218775 |   6.8 |  19M|  71 |  13 | 474 |2349 | 474 | 324 |  72k|  32k|2119 | 2.000000e+00 |      --      |    Inf 
29.98/30.04	c  30.0s| 32400 | 12163 |219513 |   6.8 |  19M|  71 |  11 | 474 |2415 | 474 | 302 |  72k|  32k|2124 | 2.000000e+00 |      --      |    Inf 
30.08/30.13	c  30.1s| 32500 | 12224 |220414 |   6.8 |  19M|  71 |  20 | 474 |2440 | 474 | 323 |  73k|  32k|2126 | 2.000000e+00 |      --      |    Inf 
30.17/30.21	c  30.2s| 32600 | 12259 |220912 |   6.8 |  19M|  71 |  11 | 474 |2508 | 474 | 302 |  73k|  32k|2129 | 2.000000e+00 |      --      |    Inf 
30.17/30.29	c  30.3s| 32700 | 12294 |221412 |   6.8 |  19M|  71 |  12 | 474 |2549 | 474 | 275 |  73k|  32k|2130 | 2.000000e+00 |      --      |    Inf 
30.28/30.39	c  30.4s| 32800 | 12327 |222079 |   6.8 |  19M|  71 |  13 | 474 |2584 | 474 | 317 |  73k|  32k|2135 | 2.000000e+00 |      --      |    Inf 
30.37/30.48	c  30.5s| 32900 | 12356 |222665 |   6.8 |  19M|  71 |   - | 474 |2578 |   0 |   0 |  74k|  33k|2152 | 2.000000e+00 |      --      |    Inf 
30.47/30.58	c  30.6s| 33000 | 12392 |223414 |   6.8 |  19M|  71 |  17 | 474 |2520 | 474 | 289 |  74k|  33k|2155 | 2.000000e+00 |      --      |    Inf 
30.58/30.66	c  30.7s| 33100 | 12424 |224000 |   6.8 |  19M|  71 |  16 | 474 |2518 | 474 | 303 |  74k|  33k|2156 | 2.000000e+00 |      --      |    Inf 
30.68/30.75	c  30.8s| 33200 | 12451 |224605 |   6.7 |  19M|  71 |   - | 474 |2420 |   0 |   0 |  74k|  33k|2159 | 2.000000e+00 |      --      |    Inf 
30.78/30.83	c  30.8s| 33300 | 12460 |225128 |   6.7 |  19M|  71 |  75 | 474 |2364 | 474 | 222 |  75k|  33k|2160 | 2.000000e+00 |      --      |    Inf 
30.88/30.92	c  30.9s| 33400 | 12486 |225831 |   6.7 |  19M|  71 |  14 | 474 |2398 | 474 | 298 |  75k|  33k|2160 | 2.000000e+00 |      --      |    Inf 
30.98/31.01	c  31.0s| 33500 | 12542 |226686 |   6.8 |  19M|  71 |  23 | 474 |2384 | 474 | 337 |  75k|  33k|2161 | 2.000000e+00 |      --      |    Inf 
31.08/31.12	c  31.1s| 33600 | 12583 |227664 |   6.8 |  19M|  71 |  15 | 474 |2352 | 474 | 305 |  75k|  33k|2169 | 2.000000e+00 |      --      |    Inf 
31.17/31.21	c  31.2s| 33700 | 12611 |228464 |   6.8 |  19M|  71 |  38 | 474 |2359 | 474 | 264 |  76k|  33k|2172 | 2.000000e+00 |      --      |    Inf 
31.27/31.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.27/31.30	c  31.3s| 33800 | 12651 |229242 |   6.8 |  19M|  71 |  48 | 474 |2402 | 474 | 283 |  76k|  33k|2174 | 2.000000e+00 |      --      |    Inf 
31.27/31.38	c  31.4s| 33900 | 12696 |229887 |   6.8 |  20M|  71 |  21 | 474 |2434 | 474 | 306 |  76k|  33k|2174 | 2.000000e+00 |      --      |    Inf 
31.38/31.49	c  31.5s| 34000 | 12722 |230915 |   6.8 |  20M|  71 |  26 | 474 |2382 | 474 | 332 |  77k|  34k|2186 | 2.000000e+00 |      --      |    Inf 
31.57/31.60	c  31.6s| 34100 | 12786 |231769 |   6.8 |  20M|  71 |  20 | 474 |2364 | 474 | 329 |  77k|  34k|2199 | 2.000000e+00 |      --      |    Inf 
31.57/31.69	c  31.7s| 34200 | 12831 |232554 |   6.8 |  20M|  71 |  14 | 474 |2275 | 474 | 324 |  77k|  34k|2206 | 2.000000e+00 |      --      |    Inf 
31.67/31.79	c  31.8s| 34300 | 12877 |233322 |   6.8 |  20M|  71 |  50 | 474 |2185 | 474 | 288 |  78k|  34k|2209 | 2.000000e+00 |      --      |    Inf 
31.78/31.90	c  31.9s| 34400 | 12937 |234118 |   6.8 |  20M|  71 |  15 | 474 |2172 | 474 | 303 |  78k|  34k|2221 | 2.000000e+00 |      --      |    Inf 
31.88/31.99	c  32.0s| 34500 | 13007 |234945 |   6.8 |  20M|  71 |  25 | 474 |2151 | 474 | 297 |  78k|  34k|2222 | 2.000000e+00 |      --      |    Inf 
31.97/32.10	c  32.1s| 34600 | 13083 |235911 |   6.8 |  20M|  71 |  21 | 474 |2149 | 474 | 317 |  78k|  34k|2226 | 2.000000e+00 |      --      |    Inf 
32.07/32.19	c  32.2s| 34700 | 13138 |236652 |   6.8 |  20M|  71 |  17 | 474 |2181 | 474 | 292 |  79k|  34k|2226 | 2.000000e+00 |      --      |    Inf 
32.28/32.32	c  32.3s| 34800 | 13216 |237868 |   6.8 |  20M|  71 |  30 | 474 |2186 | 474 | 346 |  79k|  34k|2244 | 2.000000e+00 |      --      |    Inf 
32.37/32.44	c  32.4s| 34900 | 13283 |238891 |   6.8 |  20M|  71 |   - | 474 |2142 |   0 |   0 |  79k|  34k|2250 | 2.000000e+00 |      --      |    Inf 
32.47/32.54	c  32.5s| 35000 | 13328 |239743 |   6.8 |  20M|  71 |  46 | 474 |2148 | 474 | 255 |  80k|  34k|2258 | 2.000000e+00 |      --      |    Inf 
32.58/32.64	c  32.6s| 35100 | 13373 |240551 |   6.8 |  20M|  71 |  24 | 474 |2138 | 474 | 341 |  80k|  34k|2263 | 2.000000e+00 |      --      |    Inf 
32.67/32.72	c  32.7s| 35200 | 13411 |241071 |   6.8 |  20M|  71 |  27 | 474 |2160 | 474 | 321 |  80k|  34k|2271 | 2.000000e+00 |      --      |    Inf 
32.77/32.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.77/32.82	c  32.8s| 35300 | 13444 |241905 |   6.8 |  20M|  71 |  12 | 474 |2172 | 474 | 302 |  81k|  34k|2278 | 2.000000e+00 |      --      |    Inf 
32.89/32.91	c  32.9s| 35400 | 13478 |242676 |   6.8 |  20M|  71 |  11 | 474 |2214 | 474 | 330 |  81k|  35k|2282 | 2.000000e+00 |      --      |    Inf 
32.98/33.00	c  33.0s| 35500 | 13513 |243388 |   6.8 |  20M|  71 |  22 | 474 |2231 | 474 | 273 |  81k|  35k|2284 | 2.000000e+00 |      --      |    Inf 
33.07/33.10	c  33.1s| 35600 | 13565 |244241 |   6.8 |  21M|  71 |  32 | 474 |2223 | 474 | 305 |  81k|  35k|2288 | 2.000000e+00 |      --      |    Inf 
33.18/33.21	c  33.2s| 35700 | 13644 |245146 |   6.9 |  21M|  71 |   - | 474 |2147 |   0 |   0 |  82k|  35k|2297 | 2.000000e+00 |      --      |    Inf 
33.18/33.29	c  33.3s| 35800 | 13680 |245722 |   6.8 |  21M|  71 |  30 | 474 |2145 | 474 | 314 |  82k|  35k|2297 | 2.000000e+00 |      --      |    Inf 
33.37/33.41	c  33.4s| 35900 | 13741 |246881 |   6.9 |  21M|  71 |  36 | 474 |2188 | 474 | 352 |  82k|  35k|2324 | 2.000000e+00 |      --      |    Inf 
33.47/33.53	c  33.5s| 36000 | 13808 |248021 |   6.9 |  21M|  71 |  62 | 474 |2198 | 474 | 312 |  83k|  35k|2336 | 2.000000e+00 |      --      |    Inf 
33.58/33.64	c  33.6s| 36100 | 13867 |249103 |   6.9 |  21M|  71 |  33 | 474 |2235 | 474 | 303 |  83k|  35k|2338 | 2.000000e+00 |      --      |    Inf 
33.68/33.74	c  33.7s| 36200 | 13919 |249929 |   6.9 |  21M|  71 |   - | 474 |2295 |   0 |   0 |  83k|  35k|2351 | 2.000000e+00 |      --      |    Inf 
33.77/33.81	c  33.8s| 36300 | 13960 |250397 |   6.9 |  21M|  71 |  20 | 474 |2336 | 474 | 269 |  84k|  35k|2353 | 2.000000e+00 |      --      |    Inf 
33.77/33.88	c  33.9s| 36400 | 14014 |250826 |   6.9 |  21M|  71 |  21 | 474 |2382 | 474 | 279 |  84k|  35k|2356 | 2.000000e+00 |      --      |    Inf 
33.88/33.97	c  34.0s| 36500 | 14051 |251486 |   6.9 |  21M|  71 |  28 | 474 |2417 | 474 | 324 |  84k|  35k|2362 | 2.000000e+00 |      --      |    Inf 
33.98/34.07	c  34.1s| 36600 | 14091 |252356 |   6.9 |  21M|  71 |  26 | 474 |2404 | 474 | 269 |  84k|  35k|2364 | 2.000000e+00 |      --      |    Inf 
34.08/34.17	c  34.2s| 36700 | 14132 |253158 |   6.9 |  21M|  71 |  40 | 474 |2375 | 474 | 260 |  85k|  36k|2365 | 2.000000e+00 |      --      |    Inf 
34.17/34.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.17/34.24	c  34.2s| 36800 | 14161 |253549 |   6.9 |  21M|  71 |  15 | 474 |2396 | 474 | 337 |  85k|  36k|2365 | 2.000000e+00 |      --      |    Inf 
34.28/34.33	c  34.3s| 36900 | 14203 |254225 |   6.9 |  21M|  71 |  15 | 474 |2403 | 474 | 342 |  85k|  36k|2369 | 2.000000e+00 |      --      |    Inf 
34.28/34.39	c  34.4s| 37000 | 14215 |254528 |   6.9 |  21M|  71 |  11 | 474 |2478 | 474 | 334 |  85k|  36k|2369 | 2.000000e+00 |      --      |    Inf 
34.38/34.46	c  34.5s| 37100 | 14232 |254977 |   6.9 |  21M|  71 |  33 | 474 |2548 | 474 | 279 |  85k|  36k|2369 | 2.000000e+00 |      --      |    Inf 
34.47/34.56	c  34.6s| 37200 | 14286 |255750 |   6.9 |  21M|  71 |  23 | 474 |2447 | 474 | 283 |  85k|  36k|2377 | 2.000000e+00 |      --      |    Inf 
34.58/34.68	c  34.7s| 37300 | 14337 |256868 |   6.9 |  21M|  71 |  36 | 474 |2299 | 474 | 260 |  86k|  36k|2385 | 2.000000e+00 |      --      |    Inf 
34.67/34.78	c  34.8s| 37400 | 14399 |257705 |   6.9 |  22M|  71 |  13 | 474 |2286 | 474 | 298 |  86k|  36k|2389 | 2.000000e+00 |      --      |    Inf 
34.78/34.85	c  34.9s| 37500 | 14444 |258129 |   6.9 |  22M|  71 |  14 | 474 |2350 | 474 | 289 |  87k|  36k|2389 | 2.000000e+00 |      --      |    Inf 
34.88/34.92	c  34.9s| 37600 | 14481 |258620 |   6.9 |  22M|  71 |  28 | 474 |2468 | 474 | 317 |  87k|  36k|2389 | 2.000000e+00 |      --      |    Inf 
34.88/34.99	c  35.0s| 37700 | 14521 |259158 |   6.9 |  22M|  71 |  16 | 474 |2543 | 474 | 306 |  87k|  37k|2401 | 2.000000e+00 |      --      |    Inf 
34.97/35.06	c  35.1s| 37800 | 14554 |259693 |   6.9 |  22M|  71 |  14 | 474 |2654 | 474 | 303 |  87k|  37k|2401 | 2.000000e+00 |      --      |    Inf 
35.08/35.12	c  35.1s| 37900 | 14573 |260253 |   6.9 |  22M|  71 |  22 | 474 |2779 | 474 | 337 |  87k|  37k|2401 | 2.000000e+00 |      --      |    Inf 
35.08/35.18	c  35.2s| 38000 | 14617 |260827 |   6.9 |  22M|  71 |  12 | 474 |2873 | 474 | 330 |  87k|  37k|2401 | 2.000000e+00 |      --      |    Inf 
35.18/35.25	c  35.2s| 38100 | 14641 |261308 |   6.8 |  22M|  71 |  13 | 474 |3009 | 474 | 323 |  87k|  37k|2401 | 2.000000e+00 |      --      |    Inf 
35.28/35.30	c  35.3s| 38200 | 14661 |261728 |   6.8 |  22M|  71 |  17 | 474 |3149 | 474 | 343 |  87k|  37k|2407 | 2.000000e+00 |      --      |    Inf 
35.28/35.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.28/35.37	c  35.4s| 38300 | 14672 |262223 |   6.8 |  22M|  71 |   - | 474 |3274 |   0 |   0 |  88k|  37k|2408 | 2.000000e+00 |      --      |    Inf 
35.37/35.46	c  35.5s| 38400 | 14722 |262934 |   6.8 |  22M|  71 |   - | 474 |3326 |   0 |   0 |  88k|  38k|2412 | 2.000000e+00 |      --      |    Inf 
35.48/35.54	c  35.5s| 38500 | 14744 |263646 |   6.8 |  23M|  71 |  14 | 474 |3422 | 474 | 330 |  88k|  38k|2414 | 2.000000e+00 |      --      |    Inf 
35.57/35.60	c  35.6s| 38600 | 14758 |264162 |   6.8 |  23M|  71 |  13 | 474 |3524 | 474 | 333 |  88k|  38k|2414 | 2.000000e+00 |      --      |    Inf 
35.57/35.67	c  35.7s| 38700 | 14772 |264683 |   6.8 |  23M|  71 |  15 | 474 |3612 | 474 | 270 |  88k|  38k|2414 | 2.000000e+00 |      --      |    Inf 
35.67/35.75	c  35.8s| 38800 | 14808 |265299 |   6.8 |  23M|  71 |  15 | 474 |3586 | 474 | 354 |  88k|  38k|2417 | 2.000000e+00 |      --      |    Inf 
35.77/35.84	c  35.8s| 38900 | 14846 |266001 |   6.8 |  23M|  71 |   9 | 474 |3514 | 474 | 323 |  89k|  38k|2418 | 2.000000e+00 |      --      |    Inf 
35.87/35.91	c  35.9s| 39000 | 14880 |266512 |   6.8 |  23M|  71 |  23 | 474 |3542 | 474 | 348 |  89k|  38k|2418 | 2.000000e+00 |      --      |    Inf 
35.87/35.98	c  36.0s| 39100 | 14905 |266949 |   6.8 |  23M|  71 |  21 | 474 |3416 | 474 | 296 |  89k|  39k|2418 | 2.000000e+00 |      --      |    Inf 
35.98/36.06	c  36.1s| 39200 | 14945 |267497 |   6.8 |  23M|  71 |  15 | 474 |3441 | 474 | 318 |  89k|  39k|2418 | 2.000000e+00 |      --      |    Inf 
36.07/36.13	c  36.1s| 39300 | 14978 |267993 |   6.8 |  23M|  71 |  14 | 474 |3387 | 474 | 340 |  89k|  39k|2418 | 2.000000e+00 |      --      |    Inf 
36.07/36.20	c  36.2s| 39400 | 15011 |268477 |   6.8 |  23M|  71 |   - | 474 |3465 |   0 |   0 |  89k|  39k|2418 | 2.000000e+00 |      --      |    Inf 
36.18/36.27	c  36.3s| 39500 | 15042 |269053 |   6.8 |  23M|  71 |  17 | 474 |3434 | 474 | 317 |  90k|  39k|2421 | 2.000000e+00 |      --      |    Inf 
36.28/36.34	c  36.3s| 39600 | 15093 |269765 |   6.8 |  23M|  71 |  26 | 474 |3505 | 474 | 328 |  90k|  39k|2421 | 2.000000e+00 |      --      |    Inf 
36.37/36.42	c  36.4s| 39700 | 15127 |270492 |   6.8 |  23M|  71 |  24 | 474 |3620 | 474 | 319 |  90k|  39k|2421 | 2.000000e+00 |      --      |    Inf 
36.48/36.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.48/36.50	c  36.5s| 39800 | 15167 |271079 |   6.8 |  23M|  71 |  21 | 474 |3597 | 474 | 315 |  90k|  39k|2426 | 2.000000e+00 |      --      |    Inf 
36.48/36.59	c  36.6s| 39900 | 15225 |271918 |   6.8 |  23M|  71 |  31 | 474 |3521 | 474 | 322 |  90k|  40k|2437 | 2.000000e+00 |      --      |    Inf 
36.58/36.67	c  36.7s| 40000 | 15268 |272633 |   6.8 |  23M|  71 |  26 | 474 |3468 | 474 | 329 |  90k|  40k|2447 | 2.000000e+00 |      --      |    Inf 
36.67/36.75	c  36.8s| 40100 | 15328 |273273 |   6.8 |  23M|  71 |  12 | 474 |3441 | 474 | 307 |  91k|  40k|2447 | 2.000000e+00 |      --      |    Inf 
36.77/36.83	c  36.8s| 40200 | 15394 |273960 |   6.8 |  23M|  71 |  19 | 474 |3393 | 474 | 320 |  91k|  40k|2447 | 2.000000e+00 |      --      |    Inf 
36.87/36.91	c  36.9s| 40300 | 15447 |274708 |   6.8 |  23M|  71 |  17 | 474 |3399 | 474 | 317 |  91k|  40k|2448 | 2.000000e+00 |      --      |    Inf 
36.87/36.98	c  37.0s| 40400 | 15490 |275223 |   6.8 |  24M|  71 |   1 | 474 |3484 | 474 | 344 |  91k|  40k|2450 | 2.000000e+00 |      --      |    Inf 
36.87/36.98	o 39
36.87/36.98	c f37.0s| 40408 | 15486 |275294 |   6.8 |  24M|  74 |   - | 474 |3500 | 474 | 361 |  91k|  40k|2450 | 2.000000e+00 | 3.900000e+01 |1850.00%
36.97/37.00	o 3
36.97/37.00	c *37.0s| 40428 | 12382 |275441 |   6.8 |  20M|  75 |   - | 474 |3533 | 474 | 356 |  91k|  40k|2450 | 2.000000e+00 | 3.000000e+00 |  50.00%
36.97/37.02	o 2
36.97/37.02	c *37.0s| 40429 |     0 |275443 |   6.8 |5314k|  75 |   - | 474 |3533 | 474 | 339 |  91k|  40k|2450 | 2.000000e+00 | 2.000000e+00 |   0.00%
36.97/37.02	c 
36.97/37.02	c SCIP Status        : problem is solved [optimal solution found]
36.97/37.02	c Solving Time (sec) : 37.03
36.97/37.02	c Solving Nodes      : 40429
36.97/37.02	c Primal Bound       : +2.00000000000000e+00 (3 solutions)
36.97/37.02	c Dual Bound         : +2.00000000000000e+00
36.97/37.02	c Gap                : 0.00 %
36.97/37.02	s OPTIMUM FOUND
36.97/37.02	v -x162 -x161 x160 -x159 x158 x157 -x156 x155 x154 x153 -x152 x151 -x108 -x107 x106 x105 x104 -x103 -x150 -x149 -x148 x147 x146 -x145 
36.97/37.02	v x102 -x101 -x100 -x99 x98 -x97 x144 -x143 x142 -x141 -x140 x139 -x96 x95 -x94 x93 x92 -x91 x138 -x137 -x136 x135 -x134 -x133 
36.97/37.02	v x90 -x89 x88 -x87 x86 -x85 -x132 x131 x130 x129 x128 x127 x84 -x83 x82 x81 x80 -x79 -x126 -x125 -x124 -x123 -x122 -x121 
36.97/37.02	v x78 x77 x76 -x75 x74 -x73 -x120 -x119 -x118 -x117 x116 -x115 -x72 -x71 -x70 -x69 x68 -x67 -x114 -x113 -x112 -x111 -x110 -x109 
36.97/37.02	v -x66 x65 x64 -x63 x62 -x61 x60 x59 -x58 -x57 x56 x55 x54 x53 -x52 x51 x50 x49 -x48 x47 -x46 -x45 x44 x43 x42 x41 x40 x39 x38 
36.97/37.02	v x37 x36 x35 -x34 -x33 x32 x31 x30 -x29 -x28 -x27 x26 x25 -x24 x23 x22 x21 -x20 x19 -x18 -x17 -x16 x15 -x14 x13 -x12 -x11 x10 
36.97/37.02	v x9 -x8 x7 -x6 -x5 -x4 -x3 x2 -x1 
36.97/37.02	c SCIP Status        : problem is solved [optimal solution found]
36.97/37.02	c Total Time         :      37.03
36.97/37.02	c   solving          :      37.03
36.97/37.02	c   presolving       :       0.03 (included in solving)
36.97/37.02	c   reading          :       0.00 (included in solving)
36.97/37.02	c   copying          :       0.01 (2 #copies) (minimal 0.00, maximal 0.00, average 0.00)
36.97/37.02	c Original Problem   :
36.97/37.02	c   Problem name     : HOME/instance-3693830-1338035245.opb
36.97/37.02	c   Variables        : 162 (162 binary, 0 integer, 0 implicit integer, 0 continuous)
36.97/37.02	c   Constraints      : 19 initial, 19 maximal
36.97/37.02	c   Objective sense  : minimize
36.97/37.02	c Presolved Problem  :
36.97/37.02	c   Problem name     : t_HOME/instance-3693830-1338035245.opb
36.97/37.02	c   Variables        : 474 (474 binary, 0 integer, 0 implicit integer, 0 continuous)
36.97/37.02	c   Constraints      : 342 initial, 5066 maximal
36.97/37.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
36.97/37.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   implics          :       0.00       0.00          0          2          0          0          0          0          0          0          0
36.97/37.02	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   setppc           :       0.00       0.00          0          0          0          0          0          1          0          0          0
36.97/37.02	c   and              :       0.02       0.00          0          0          0          0          0          3          3          0          0
36.97/37.02	c   linear           :       0.00       0.00          1          9          0          0          0          0          0          0         40
36.97/37.02	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
36.97/37.02	c   root node        :          -          -          6          -          -          6          -          -          -          -          -
36.97/37.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
36.97/37.02	c   integral         :          0          0          0          0      32852          0         12          0          1        473          0          0      65170
36.97/37.02	c   setppc           :          3          3          6       4822          0          0          9       2373          0        226          0          0          0
36.97/37.02	c   and              :        320        320      70595     123183          0          0          5     652482       1725     193417      91460          0          0
36.97/37.02	c   linear           :          9          9          6     121455          0          0          1     138308      10769      81628          0          0          0
36.97/37.02	c   logicor          :         10+      4734          6      64831          2          0          1      50703        508      22843         38          0          0
36.97/37.02	c   countsols        :          0          0          0          0          2          0          3          0          0          0          0          0          0
36.97/37.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
36.97/37.02	c   integral         :       2.03       0.00       0.00       0.00       2.03       0.00       0.00       0.00
36.97/37.02	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
36.97/37.02	c   and              :       2.34       0.00       1.50       0.66       0.00       0.00       0.00       0.18
36.97/37.02	c   linear           :       1.71       0.00       0.00       1.44       0.00       0.00       0.00       0.27
36.97/37.02	c   logicor          :       0.90       0.00       0.00       0.84       0.00       0.00       0.00       0.06
36.97/37.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
36.97/37.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
36.97/37.02	c   rootredcost      :          2          0          0          5
36.97/37.02	c   pseudoobj        :     155938          0          0          1
36.97/37.02	c   vbounds          :          0          0          0          0
36.97/37.02	c   redcost          :      72795          0          0          0
36.97/37.02	c   probing          :          0          0          0          0
36.97/37.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
36.97/37.02	c   rootredcost      :       0.04       0.00       0.00       0.04       0.00
36.97/37.02	c   pseudoobj        :       0.13       0.00       0.00       0.13       0.00
36.97/37.02	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
36.97/37.02	c   redcost          :       0.50       0.00       0.00       0.50       0.00
36.97/37.02	c   probing          :       0.00       0.00       0.00       0.00       0.00
36.97/37.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
36.97/37.02	c   propagation      :       1.23      13002      12983     133491       40.6       2322       23.1          -
36.97/37.02	c   infeasible LP    :       0.00         17         17        147       38.4          3       34.0          0
36.97/37.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
36.97/37.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
36.97/37.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
36.97/37.02	c   applied globally :          -          -          -      40540       25.1          -          -          -
36.97/37.02	c   applied locally  :          -          -          -         10       49.1          -          -          -
36.97/37.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
36.97/37.02	c   cut pool         :       0.00                     5          -          -         15          -    (maximal pool size: 293)
36.97/37.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
36.97/37.02	c   impliedbounds    :       0.00       0.00          6          0          0        192          0
36.97/37.02	c   intobj           :       0.00       0.00          0          0          0          0          0
36.97/37.02	c   gomory           :       0.09       0.00          6          0          0         79          0
36.97/37.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
36.97/37.02	c   strongcg         :       0.06       0.00          6          0          0        188          0
36.97/37.02	c   cmir             :       0.02       0.00          6          0          0         54          0
36.97/37.02	c   flowcover        :       0.03       0.00          6          0          0        119          0
36.97/37.02	c   clique           :       0.00       0.00          6          0          0          0          0
36.97/37.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
36.97/37.02	c   mcf              :       0.00       0.00          1          0          0          0          0
36.97/37.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
36.97/37.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
36.97/37.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
36.97/37.02	c   problem variables:       0.00          -          0          0
36.97/37.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
36.97/37.02	c   relpscost        :       2.00       0.00      32849          1        473          0          0      65168
36.97/37.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
36.97/37.02	c   inference        :       0.00       0.00          1          0          0          0          0          2
36.97/37.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
36.97/37.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
36.97/37.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
36.97/37.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
36.97/37.02	c   random           :       0.00       0.00          0          0          0          0          0          0
36.97/37.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
36.97/37.02	c   LP solutions     :       0.03          -          -          2
36.97/37.02	c   pseudo solutions :       0.00          -          -          0
36.97/37.02	c   crossover        :       0.01       0.00          0          0
36.97/37.02	c   coefdiving       :       0.00       0.00          4          0
36.97/37.02	c   veclendiving     :       0.00       0.00          4          0
36.97/37.02	c   linesearchdiving :       0.00       0.00          4          0
36.97/37.02	c   pscostdiving     :       0.02       0.00          5          0
36.97/37.02	c   fracdiving       :       0.01       0.00          5          1
36.97/37.02	c   objpscostdiving  :       0.01       0.00          3          0
36.97/37.02	c   rootsoldiving    :       0.02       0.00          3          0
36.97/37.02	c   smallcard        :       0.00       0.00          0          0
36.97/37.02	c   trivial          :       0.00       0.00          2          0
36.97/37.02	c   shiftandpropagate:       0.00       0.00          1          0
36.97/37.02	c   simplerounding   :       0.02       0.00          0          0
36.97/37.02	c   zirounding       :       0.27       0.00          0          0
36.97/37.02	c   rounding         :       0.13       0.00       3626          0
36.97/37.02	c   shifting         :       1.01       0.00       1135          0
36.97/37.02	c   intshifting      :       0.00       0.00          0          0
36.97/37.02	c   oneopt           :       0.03       0.00          2          0
36.97/37.02	c   twoopt           :       0.00       0.00          0          0
36.97/37.02	c   indtwoopt        :       0.00       0.00          0          0
36.97/37.02	c   indoneopt        :       0.03       0.00          0          0
36.97/37.02	c   fixandinfer      :       0.00       0.00          0          0
36.97/37.02	c   feaspump         :       0.01       0.00          2          0
36.97/37.02	c   clique           :       0.00       0.00          0          0
36.97/37.02	c   indcoefdiving    :       0.00       0.00          0          0
36.97/37.02	c   indrounding      :       0.00       0.00          0          0
36.97/37.02	c   nlpdiving        :       0.00       0.00          0          0
36.97/37.02	c   intdiving        :       0.00       0.00          0          0
36.97/37.02	c   actconsdiving    :       0.00       0.00          0          0
36.97/37.02	c   guideddiving     :       0.00       0.00          0          0
36.97/37.02	c   octane           :       0.00       0.00          0          0
36.97/37.02	c   rens             :       0.01       0.00          1          0
36.97/37.02	c   rins             :       0.00       0.00          0          0
36.97/37.02	c   localbranching   :       0.00       0.00          0          0
36.97/37.02	c   mutation         :       0.00       0.00          0          0
36.97/37.02	c   dins             :       0.00       0.00          0          0
36.97/37.02	c   vbounds          :       0.00       0.00          0          0
36.97/37.02	c   undercover       :       0.03       0.00          1          0
36.97/37.02	c   subnlp           :       0.01       0.00          0          0
36.97/37.02	c   trysol           :       0.03       0.00          0          0
36.97/37.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
36.97/37.02	c   primal LP        :       1.07       6097          0       0.00       0.00       1.06       6097
36.97/37.02	c   dual LP          :      18.03      72812     274260       3.78   15211.68       0.04        329
36.97/37.02	c   lex dual LP      :       0.00          0          0       0.00          -
36.97/37.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
36.97/37.02	c   diving/probing LP:       0.04        186       1183       6.36   27782.34
36.97/37.02	c   strong branching :       1.70       2450      27977      11.42   16442.63
36.97/37.02	c     (at root node) :          -         22       1681      76.41          -
36.97/37.02	c   conflict analysis:       0.00          0          0       0.00          -
36.97/37.02	c B&B Tree           :
36.97/37.02	c   number of runs   :          1
36.97/37.02	c   nodes            :      40429
36.97/37.02	c   nodes (total)    :      40429
36.97/37.02	c   nodes left       :          0
36.97/37.02	c   max depth        :         75
36.97/37.02	c   max depth (total):         75
36.97/37.02	c   backtracks       :       5783 (14.3%)
36.97/37.02	c   delayed cutoffs  :       9240
36.97/37.02	c   repropagations   :      20053 (68341 domain reductions, 5258 cutoffs)
36.97/37.02	c   avg switch length:       4.50
36.97/37.02	c   switching time   :       2.72
36.97/37.02	c Solution           :
36.97/37.02	c   Solutions found  :          3 (3 improvements)
36.97/37.02	c   First Solution   : +3.90000000000000e+01   (in run 1, after 40408 nodes, 36.98 seconds, depth 76, found by <fracdiving>)
36.97/37.02	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 40429 nodes, 37.00 seconds, depth 65, found by <relaxation>)
36.97/37.02	c   Dual Bound       : +2.00000000000000e+00
36.97/37.02	c   Gap              :       0.00 %
36.97/37.02	c   Root Dual Bound  : +2.00000000000000e+00
36.97/37.02	c   Root Iterations  :        519
36.97/37.04	c Time complete: 37.02.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3693830-1338035245/watcher-3693830-1338035245 -o /tmp/evaluation-result-3693830-1338035245/solver-3693830-1338035245 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693830-1338035245.opb -t 1800 -m 15500 

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.00 2.01 2.00 2/176 8735
/proc/meminfo: memFree=28221004/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=12532 CPUtime=0 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 1838 0 0 0 0 0 0 0 20 0 1 0 269648981 12832768 1792 33554432000 4194304 10169799 140735593487248 140736778198248 7543003 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 3133 1792 460 1459 0 1665 0

[startup+0.0889771 s]
/proc/loadavg: 2.00 2.01 2.00 2/176 8735
/proc/meminfo: memFree=28221004/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=31924 CPUtime=0.07 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 8079 0 0 0 5 2 0 0 20 0 1 0 269648981 32690176 6853 33554432000 4194304 10169799 140735593487248 140736778198248 7311360 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 7981 6854 855 1459 0 6513 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31924

[startup+0.100277 s]
/proc/loadavg: 2.00 2.01 2.00 2/176 8735
/proc/meminfo: memFree=28221004/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=31924 CPUtime=0.09 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 8096 0 0 0 7 2 0 0 20 0 1 0 269648981 32690176 6870 33554432000 4194304 10169799 140735593487248 140736778198248 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 7981 6870 858 1459 0 6513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31924

[startup+0.300175 s]
/proc/loadavg: 2.00 2.01 2.00 2/176 8735
/proc/meminfo: memFree=28221004/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=31980 CPUtime=0.28 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 8128 0 0 0 26 2 0 0 20 0 1 0 269648981 32747520 6902 33554432000 4194304 10169799 140735593487248 140736778198248 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 7995 6902 859 1459 0 6527 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31980

[startup+0.700173 s]
/proc/loadavg: 2.00 2.01 2.00 2/176 8735
/proc/meminfo: memFree=28221004/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=33792 CPUtime=0.69 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 8405 0 0 0 66 3 0 0 20 0 1 0 269648981 34603008 7179 33554432000 4194304 10169799 140735593487248 140736778198248 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 8448 7179 863 1459 0 6980 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33792

[startup+1.50018 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8736
/proc/meminfo: memFree=28195436/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=33792 CPUtime=1.49 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 8406 0 0 0 143 6 0 0 20 0 1 0 269648981 34603008 7180 33554432000 4194304 10169799 140735593487248 140735593482312 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 8448 7180 863 1459 0 6980 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33792

[startup+3.10018 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8736
/proc/meminfo: memFree=28195072/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=33792 CPUtime=3.09 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 8409 0 0 0 297 12 0 0 20 0 1 0 269648981 34603008 7183 33554432000 4194304 10169799 140735593487248 140735593484840 5081370 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 8448 7183 864 1459 0 6980 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33792

[startup+6.30019 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8736
/proc/meminfo: memFree=28194836/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=33832 CPUtime=6.28 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 8416 0 0 0 603 25 0 0 20 0 1 0 269648981 34643968 7190 33554432000 4194304 10169799 140735593487248 140735593482040 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 8458 7190 864 1459 0 6990 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33832

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8736
/proc/meminfo: memFree=28193188/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=35256 CPUtime=12.69 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 8912 0 0 0 1218 51 0 0 20 0 1 0 269648981 36102144 7678 33554432000 4194304 10169799 140735593487248 140735593483576 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8735/statm: 8814 7678 864 1459 0 7346 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35256

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8736
/proc/meminfo: memFree=28183724/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=44016 CPUtime=25.48 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 11124 0 0 0 2454 94 0 0 20 0 1 0 269648981 45072384 9879 33554432000 4194304 10169799 140735593487248 140735593484200 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8735/statm: 11004 9879 864 1459 0 9536 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44016

Solver just ended. Dumping a history of the last processes samples

[startup+31.9064 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8736
/proc/meminfo: memFree=28171996/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=47704 CPUtime=31.88 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 12092 0 0 0 3074 114 0 0 20 0 1 0 269648981 48848896 10832 33554432000 4194304 10169799 140735593487248 140735593484200 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8735/statm: 11926 10832 864 1459 0 10458 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 47704

[startup+35.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 8736
/proc/meminfo: memFree=28163404/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=50112 CPUtime=35.08 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 12683 0 0 0 3383 125 0 0 20 0 1 0 269648981 51314688 11421 33554432000 4194304 10169799 140735593487248 140735593484200 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8735/statm: 12528 11421 864 1459 0 11060 0
Current children cumulated CPU time (s) 35.08
Current children cumulated vsize (KiB) 50112

[startup+35.9002 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 8736
/proc/meminfo: memFree=28163404/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=51616 CPUtime=35.87 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 13082 0 0 0 3460 127 0 0 20 0 1 0 269648981 52854784 11820 33554432000 4194304 10169799 140735593487248 140735593482120 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8735/statm: 12904 11820 864 1459 0 11436 0
Current children cumulated CPU time (s) 35.87
Current children cumulated vsize (KiB) 51616

[startup+36.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 8736
/proc/meminfo: memFree=28161284/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=52108 CPUtime=36.67 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 13190 0 0 0 3537 130 0 0 20 0 1 0 269648981 53358592 11928 33554432000 4194304 10169799 140735593487248 140735593484200 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8735/statm: 13027 11928 864 1459 0 11559 0
Current children cumulated CPU time (s) 36.67
Current children cumulated vsize (KiB) 52108

[startup+36.9002 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 8736
/proc/meminfo: memFree=28161284/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=52108 CPUtime=36.87 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 13195 0 0 0 3556 131 0 0 20 0 1 0 269648981 53358592 11933 33554432000 4194304 10169799 140735593487248 140735593481384 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8735/statm: 13027 11933 864 1459 0 11559 0
Current children cumulated CPU time (s) 36.87
Current children cumulated vsize (KiB) 52108

[startup+37.0002 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 8736
/proc/meminfo: memFree=28161284/32873648 swapFree=6596/6596
[pid=8735] ppid=8733 vsize=52460 CPUtime=36.97 cores=0,2,4,6
/proc/8735/stat : 8735 (scip-2.1.1.4sfi) R 8733 8735 6744 0 -1 4202496 13293 0 0 0 3566 131 0 0 20 0 1 0 269648981 53719040 12031 33554432000 4194304 10169799 140735593487248 140735593483096 5886955 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8735/statm: 13115 12031 864 1459 0 11647 0
Current children cumulated CPU time (s) 36.97
Current children cumulated vsize (KiB) 52460

Child status: 0
Real time (s): 37.0419
CPU time (s): 37.0244
CPU user time (s): 35.7026
CPU system time (s): 1.3218
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 52460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7026
system time used= 1.3218
maximum resident set size= 48132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13297
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= 3
involuntary context switches= 321

runsolver used 0.05999 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-26 14:27:25
IDJOB=3693830
IDBENCH=47933
IDSOLVER=2272
FILE ID=node148/3693830-1338035245
RUNJOBID= node148-1338029706-8120
PBS_JOBID= 14624327
Free space on /tmp= 71672 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=11-P1=37-P2=59-P3=23-P4=53-P5=31-P6=59-P7=29-P8=2-P9=67-B.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693830-1338035245/watcher-3693830-1338035245 -o /tmp/evaluation-result-3693830-1338035245/solver-3693830-1338035245 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693830-1338035245.opb -t 1800 -m 15500

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

MD5SUM BENCH= 48d9b1801c3e1b4883cb62109d96eb3c
RANDOM SEED=1804105498

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28221276 kB
Buffers:          279292 kB
Cached:          2943252 kB
SwapCached:            0 kB
Active:          1177704 kB
Inactive:        2684164 kB
Active(anon):     641964 kB
Inactive(anon):        0 kB
Active(file):     535740 kB
Inactive(file):  2684164 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13604 kB
Writeback:             0 kB
AnonPages:        647992 kB
Mapped:            17552 kB
Shmem:               200 kB
Slab:             649236 kB
SReclaimable:      93092 kB
SUnreclaim:       556144 kB
KernelStack:        1432 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     772616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node148 at 2012-05-26 14:28:02