Trace number 3717622

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedOPTIMUM 31.4632 31.48

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-dubois100_ext.wbo
MD5SUMf32f9fbbe8d0be7126e44da0da47de41
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.016997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints1100
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)300
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 801
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 800
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 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-3717622-1338203193.wbo>
0.00/0.00	c original problem has 1400 variables (1400 bin, 0 int, 0 impl, 0 cont) and 1101 constraints
0.00/0.00	c problem read in 0.01
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 300 del vars, 301 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 600 impls, 0 clqs
0.00/0.03	c (round 2) 300 del vars, 301 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 600 impls, 0 clqs
0.00/0.04	c    (0.0s) probing: 51/1100 (4.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  300 deleted vars, 301 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  1400 implications, 0 cliques
0.00/0.04	c presolved problem has 1900 variables (1100 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.04	c     800 constraints of type <linear>
0.00/0.04	c     800 constraints of type <indicator>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.1.1.4
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1797
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # force restart if we have a max FS instance and gap is 1?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/forcerestart = TRUE
0.00/0.04	c 
0.00/0.04	c # priority of branching rule <inference>
0.00/0.04	c # [type: int, range: [-536870912,536870911], default: 1000]
0.00/0.04	c branching/inference/priority = 1000000
0.00/0.04	c 
0.00/0.04	c # frequency offset for calling primal heuristic <coefdiving>
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1]
0.00/0.04	c heuristics/coefdiving/freqofs = 0
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/shiftandpropagate/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/undercover/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <indrounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c heuristics/indrounding/freq = 1
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.04	o 800
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 t 0.0s|     1 |     0 |     0 |     - |5646k|   0 |   - |1900 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 8.000000e+02 |    Inf 
0.08/0.14	o 1
0.08/0.14	c 6 0.1s|     1 |     0 |     0 |     - |5688k|   0 |   - |1900 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 1.000000e+00 |    Inf 
0.08/0.14	c Forcing restart, since 721 binary variables among 800 have been fixed.
0.08/0.15	c   0.2s|     1 |     0 |   200 |     - |6390k|   0 |   4 |1900 | 800 |1900 | 800 |   0 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   203 |     - |6635k|   0 |   6 |1900 |1142 |1900 | 801 |   1 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   209 |     - |6648k|   0 |  70 |1900 |1142 |1900 | 802 |   2 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.19/0.25	c   0.3s|     1 |     0 |   247 |     - |6716k|   0 |  12 |1900 |1142 |1900 | 811 |  11 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   249 |     - |6819k|   0 |   6 |1900 |1142 |1900 | 812 |  12 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |   299 |     - |6868k|   0 |  70 |1900 |1142 |1900 | 813 |  13 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   307 |     - |7041k|   0 |  81 |1900 |1142 |1900 | 814 |  14 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |   309 |     - |7279k|   0 |  72 |1900 |1142 |1900 | 815 |  15 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   311 |     - |7419k|   0 |  36 |1900 |1142 |1900 | 818 |  18 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.49/0.52	c   0.5s|     1 |     2 |   945 |     - |7514k|   0 |  36 |1900 |1156 |1900 | 818 |  18 |  14 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.49/0.52	c (run 1, node 1) performing user restart
0.49/0.52	c 
0.49/0.52	c (restart) converted 6 cuts from the global cut pool into linear constraints
0.49/0.52	c 
0.49/0.52	c presolving:
0.49/0.54	c (round 1) 1600 del vars, 132 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1021 upgd conss, 1402 impls, 0 clqs
0.49/0.55	c (round 2) 1600 del vars, 135 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1021 upgd conss, 1402 impls, 0 clqs
0.49/0.55	c (round 3) 1600 del vars, 230 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1021 upgd conss, 1402 impls, 0 clqs
0.49/0.55	c presolving (4 rounds):
0.49/0.55	c  1600 deleted vars, 230 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.55	c  1402 implications, 0 cliques
0.49/0.55	c presolved problem has 300 variables (300 bin, 0 int, 0 impl, 0 cont) and 932 constraints
0.49/0.55	c       6 constraints of type <knapsack>
0.49/0.55	c       1 constraints of type <setppc>
0.49/0.55	c     925 constraints of type <logicor>
0.49/0.55	c transformed objective value is always integral (scale: 1)
0.49/0.55	c Presolving Time: 0.06
0.49/0.56	c 
0.49/0.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.56	c   0.6s|     1 |     0 |  1130 |     - |5576k|   0 |  16 | 300 | 932 | 300 | 806 |   0 |  14 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.49/0.57	c   0.6s|     1 |     0 |  1151 |     - |5583k|   0 |  43 | 300 | 932 | 300 | 809 |   3 |  14 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.59/0.60	c   0.6s|     1 |     2 |  1610 |     - |5610k|   0 |  43 | 300 | 938 | 300 | 809 |   3 |  20 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
0.79/0.88	c   0.9s|   100 |   101 |  5178 |  46.6 |5777k|  68 |   6 | 300 | 993 | 300 | 803 |   3 |  75 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.09/1.19	c   1.2s|   200 |   201 |  8813 |  41.5 |5857k|  68 |   4 | 300 |1052 | 300 | 803 |   3 | 139 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.29/1.33	c   1.3s|   300 |   301 | 10408 |  33.0 |5929k|  68 |   4 | 300 |1077 | 300 | 803 |   3 | 165 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.38/1.46	c   1.5s|   400 |   401 | 11826 |  28.3 |6005k|  68 |   8 | 300 |1099 | 300 | 803 |   3 | 187 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.48/1.51	c   1.5s|   500 |   501 | 12394 |  23.8 |6072k|  68 |   6 | 300 |1099 | 300 | 803 |   3 | 187 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.59/1.64	c   1.6s|   600 |   601 | 14113 |  22.7 |6147k|  68 |  14 | 300 |1136 | 300 | 803 |   3 | 224 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.68/1.75	c   1.7s|   700 |   701 | 15088 |  20.8 |6216k|  68 |   4 | 300 |1144 | 300 | 803 |   3 | 232 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.79/1.82	c   1.8s|   800 |   801 | 15749 |  19.0 |6282k|  68 |   4 | 300 |1146 | 300 | 803 |   3 | 234 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.79/1.87	c   1.9s|   900 |   901 | 16030 |  17.2 |6349k|  68 |   4 | 300 |1146 | 300 | 803 |   3 | 234 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.88/1.94	c   1.9s|  1000 |  1001 | 16667 |  16.1 |6420k|  68 |   4 | 300 |1148 | 300 | 803 |   3 | 236 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.99/2.02	c   2.0s|  1100 |  1101 | 17400 |  15.3 |6498k|  68 |   4 | 300 |1167 | 300 | 803 |   3 | 255 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1.99/2.10	c   2.1s|  1200 |  1201 | 18378 |  14.9 |6566k|  68 |  10 | 300 |1174 | 300 | 803 |   3 | 264 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.19/2.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.19/2.20	c   2.2s|  1300 |  1301 | 19782 |  14.8 |6639k|  68 |   4 | 300 |1184 | 300 | 803 |   3 | 274 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.19/2.29	c   2.3s|  1400 |  1401 | 20870 |  14.5 |6716k|  68 |   4 | 300 |1207 | 300 | 803 |   3 | 299 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.29/2.37	c   2.4s|  1500 |  1501 | 21424 |  13.9 |6781k|  68 |   6 | 300 |1210 | 300 | 803 |   3 | 302 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.38/2.42	c   2.4s|  1600 |  1601 | 21949 |  13.4 |6850k|  68 |   4 | 300 |1208 | 300 | 803 |   3 | 302 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.38/2.48	c   2.5s|  1700 |  1701 | 22493 |  12.9 |6920k|  68 |   4 | 300 |1205 | 300 | 803 |   3 | 302 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.49/2.57	c   2.6s|  1800 |  1801 | 23484 |  12.8 |6994k|  68 |   4 | 300 |1207 | 300 | 803 |   3 | 309 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.59/2.65	c   2.6s|  1900 |  1901 | 24269 |  12.5 |7065k|  68 |   4 | 300 |1209 | 300 | 803 |   3 | 313 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.68/2.70	c   2.7s|  2000 |  2001 | 24806 |  12.1 |7136k|  68 |   6 | 300 |1209 | 300 | 803 |   3 | 313 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.79/2.82	c   2.8s|  2100 |  2101 | 26140 |  12.2 |7211k|  68 |   6 | 300 |1227 | 300 | 803 |   3 | 342 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.79/2.88	c   2.9s|  2200 |  2201 | 26639 |  11.9 |7278k|  68 |   6 | 300 |1225 | 300 | 803 |   3 | 342 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.89/2.93	c   2.9s|  2300 |  2301 | 27050 |  11.5 |7348k|  68 |   6 | 300 |1225 | 300 | 803 |   3 | 342 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.99/3.00	c   3.0s|  2400 |  2401 | 27706 |  11.3 |7421k|  68 |   6 | 300 |1232 | 300 | 803 |   3 | 356 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
2.99/3.08	c   3.1s|  2500 |  2501 | 28419 |  11.2 |7502k|  68 |  10 | 300 |1257 | 300 | 803 |   3 | 383 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.09/3.15	c   3.1s|  2600 |  2601 | 29045 |  11.0 |7569k|  68 |   6 | 300 |1254 | 300 | 803 |   3 | 385 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.19/3.21	c   3.2s|  2700 |  2701 | 29709 |  10.8 |7640k|  68 |   6 | 300 |1255 | 300 | 803 |   3 | 387 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.19/3.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.19/3.27	c   3.3s|  2800 |  2801 | 30156 |  10.6 |7712k|  68 |   6 | 300 |1251 | 300 | 803 |   3 | 387 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.30/3.39	c   3.4s|  2900 |  2901 | 31576 |  10.7 |7792k|  68 |   4 | 300 |1269 | 300 | 803 |   3 | 416 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.39/3.46	c   3.5s|  3000 |  3001 | 32354 |  10.6 |7867k|  68 |   6 | 300 |1268 | 300 | 803 |   3 | 426 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.49/3.53	c   3.5s|  3100 |  3101 | 32861 |  10.4 |7937k|  68 |   4 | 300 |1267 | 300 | 803 |   3 | 426 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.49/3.58	c   3.6s|  3200 |  3201 | 33388 |  10.3 |8006k|  68 |   4 | 300 |1264 | 300 | 803 |   3 | 426 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.58/3.64	c   3.6s|  3300 |  3301 | 33899 |  10.1 |8075k|  68 |   6 | 300 |1264 | 300 | 803 |   3 | 426 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.69/3.71	c   3.7s|  3400 |  3401 | 34478 |  10.0 |8140k|  68 |   6 | 300 |1286 | 300 | 803 |   3 | 451 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.69/3.76	c   3.8s|  3500 |  3501 | 34996 |   9.9 |8209k|  68 |   6 | 300 |1285 | 300 | 803 |   3 | 451 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.79/3.84	c   3.8s|  3600 |  3601 | 35663 |   9.8 |8283k|  68 |   6 | 300 |1294 | 300 | 803 |   3 | 463 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.88/3.92	c   3.9s|  3700 |  3701 | 36523 |   9.7 |8354k|  68 |   6 | 300 |1296 | 300 | 803 |   3 | 471 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.88/3.97	c   4.0s|  3800 |  3801 | 37003 |   9.6 |8423k|  68 |   4 | 300 |1295 | 300 | 803 |   3 | 471 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
3.99/4.05	c   4.1s|  3900 |  3901 | 37927 |   9.6 |8493k|  68 |   4 | 300 |1294 | 300 | 803 |   3 | 473 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.08/4.13	c   4.1s|  4000 |  4001 | 38770 |   9.6 |8572k|  68 |   4 | 300 |1318 | 300 | 803 |   3 | 504 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.19/4.21	c   4.2s|  4100 |  4101 | 39537 |   9.5 |8642k|  68 |   6 | 300 |1321 | 300 | 803 |   3 | 520 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.19/4.28	c   4.3s|  4200 |  4201 | 40338 |   9.5 |8717k|  68 |   4 | 300 |1328 | 300 | 803 |   3 | 534 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.29/4.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.29/4.36	c   4.4s|  4300 |  4301 | 41073 |   9.4 |8784k|  68 |   4 | 300 |1326 | 300 | 803 |   3 | 543 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.39/4.41	c   4.4s|  4400 |  4401 | 41581 |   9.3 |8854k|  68 |   4 | 300 |1326 | 300 | 803 |   3 | 543 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.39/4.49	c   4.5s|  4500 |  4501 | 42327 |   9.3 |8927k|  68 |   4 | 300 |1330 | 300 | 803 |   3 | 555 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.48/4.54	c   4.5s|  4600 |  4601 | 42831 |   9.2 |8998k|  68 |   4 | 300 |1329 | 300 | 803 |   3 | 555 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.59/4.63	c   4.6s|  4700 |  4701 | 43780 |   9.2 |9070k|  68 |   4 | 300 |1326 | 300 | 803 |   3 | 561 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.59/4.69	c   4.7s|  4800 |  4801 | 44279 |   9.1 |9141k|  68 |   4 | 300 |1325 | 300 | 803 |   3 | 561 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.69/4.78	c   4.8s|  4900 |  4901 | 45153 |   9.1 |9219k|  68 |   4 | 300 |1346 | 300 | 803 |   3 | 592 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.79/4.83	c   4.8s|  5000 |  5001 | 45653 |   9.0 |9290k|  68 |   4 | 300 |1345 | 300 | 803 |   3 | 592 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.89/4.91	c   4.9s|  5100 |  5101 | 46362 |   9.0 |9363k|  68 |   6 | 300 |1347 | 300 | 803 |   3 | 597 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.89/4.98	c   5.0s|  5200 |  5201 | 47129 |   9.0 |9437k|  68 |   8 | 300 |1347 | 300 | 803 |   3 | 604 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.99/5.06	c   5.1s|  5300 |  5301 | 47888 |   8.9 |9511k|  68 |   4 | 300 |1349 | 300 | 803 |   3 | 613 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.09/5.13	c   5.1s|  5400 |  5401 | 48711 |   8.9 |9583k|  68 |   4 | 300 |1347 | 300 | 803 |   3 | 619 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.18/5.23	c   5.2s|  5500 |  5501 | 49734 |   8.9 |9659k|  68 |   4 | 300 |1359 | 300 | 803 |   3 | 654 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.18/5.29	c   5.3s|  5600 |  5601 | 50379 |   8.9 |9730k|  68 |   6 | 300 |1359 | 300 | 803 |   3 | 654 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.29/5.34	c   5.3s|  5700 |  5701 | 50919 |   8.8 |9806k|  68 |   4 | 300 |1358 | 300 | 803 |   3 | 654 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.40/5.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.40/5.44	c   5.4s|  5800 |  5801 | 52025 |   8.9 |9885k|  68 |   6 | 300 |1368 | 300 | 803 |   3 | 683 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.40/5.50	c   5.5s|  5900 |  5901 | 52541 |   8.8 |9961k|  68 |   6 | 300 |1366 | 300 | 803 |   3 | 683 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.49/5.56	c   5.6s|  6000 |  6001 | 53061 |   8.8 |  10M|  68 |   4 | 300 |1365 | 300 | 803 |   3 | 683 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.59/5.68	c   5.7s|  6100 |  6101 | 54364 |   8.8 |  10M|  68 |   6 | 300 |1372 | 300 | 803 |   3 | 712 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.69/5.72	c   5.7s|  6200 |  6201 | 54693 |   8.7 |  10M|  68 |   6 | 300 |1371 | 300 | 803 |   3 | 712 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.69/5.78	c   5.8s|  6300 |  6301 | 55005 |   8.6 |  10M|  68 |   6 | 300 |1368 | 300 | 803 |   3 | 712 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.79/5.83	c   5.8s|  6400 |  6401 | 55447 |   8.6 |  10M|  68 |   6 | 300 |1368 | 300 | 803 |   3 | 712 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.79/5.89	c   5.9s|  6500 |  6501 | 55919 |   8.5 |  10M|  68 |   4 | 300 |1365 | 300 | 803 |   3 | 712 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.88/5.94	c   5.9s|  6600 |  6601 | 56412 |   8.5 |  10M|  68 |   6 | 300 |1363 | 300 | 803 |   3 | 712 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.99/6.04	c   6.0s|  6700 |  6701 | 57458 |   8.5 |  10M|  68 |   6 | 300 |1358 | 300 | 803 |   3 | 730 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
5.99/6.09	c   6.1s|  6800 |  6801 | 57939 |   8.4 |  10M|  68 |   6 | 300 |1358 | 300 | 803 |   3 | 730 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.09/6.19	c   6.2s|  6900 |  6901 | 58896 |   8.5 |  10M|  68 |   6 | 300 |1366 | 300 | 803 |   3 | 750 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.19/6.27	c   6.3s|  7000 |  7001 | 59770 |   8.5 |  10M|  68 |   6 | 300 |1369 | 300 | 803 |   3 | 759 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.29/6.33	c   6.3s|  7100 |  7101 | 60168 |   8.4 |  10M|  68 |   4 | 300 |1369 | 300 | 803 |   3 | 759 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.29/6.38	c   6.4s|  7200 |  7201 | 60688 |   8.4 |  10M|  68 |  10 | 300 |1369 | 300 | 803 |   3 | 759 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.39/6.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.39/6.44	c   6.4s|  7300 |  7301 | 61161 |   8.3 |  10M|  68 |   4 | 300 |1367 | 300 | 803 |   3 | 759 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.39/6.48	c   6.5s|  7400 |  7401 | 61455 |   8.2 |  10M|  68 |   4 | 300 |1367 | 300 | 803 |   3 | 759 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.49/6.54	c   6.5s|  7500 |  7501 | 61887 |   8.2 |  11M|  68 |   4 | 300 |1367 | 300 | 803 |   3 | 759 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.59/6.63	c   6.6s|  7600 |  7601 | 62846 |   8.2 |  11M|  68 |   6 | 300 |1375 | 300 | 803 |   3 | 788 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.68/6.73	c   6.7s|  7700 |  7701 | 63931 |   8.2 |  11M|  68 |   4 | 300 |1367 | 300 | 803 |   3 | 808 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.78/6.80	c   6.8s|  7800 |  7801 | 64831 |   8.2 |  11M|  68 |   4 | 300 |1366 | 300 | 803 |   3 | 815 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.78/6.86	c   6.9s|  7900 |  7901 | 65323 |   8.2 |  11M|  68 |   6 | 300 |1364 | 300 | 803 |   3 | 815 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.89/6.91	c   6.9s|  8000 |  8001 | 65839 |   8.2 |  11M|  68 |   4 | 300 |1364 | 300 | 803 |   3 | 815 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.89/6.97	c   7.0s|  8100 |  8101 | 66326 |   8.1 |  11M|  68 |   4 | 300 |1364 | 300 | 803 |   3 | 815 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
6.99/7.03	c   7.0s|  8200 |  8201 | 66889 |   8.1 |  11M|  68 |   4 | 300 |1364 | 300 | 803 |   3 | 815 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.09/7.11	c   7.1s|  8300 |  8301 | 67732 |   8.1 |  11M|  68 |   4 | 300 |1374 | 300 | 803 |   3 | 833 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.09/7.19	c   7.2s|  8400 |  8401 | 68468 |   8.1 |  11M|  68 |   4 | 300 |1368 | 300 | 803 |   3 | 835 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.18/7.24	c   7.2s|  8500 |  8501 | 68962 |   8.1 |  11M|  68 |   4 | 300 |1368 | 300 | 803 |   3 | 835 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.29/7.32	c   7.3s|  8600 |  8601 | 69632 |   8.0 |  11M|  68 |   4 | 300 |1365 | 300 | 803 |   3 | 841 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.29/7.37	c   7.4s|  8700 |  8701 | 70114 |   8.0 |  11M|  68 |   4 | 300 |1365 | 300 | 803 |   3 | 841 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.39/7.43	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.43	c   7.4s|  8800 |  8801 | 70608 |   8.0 |  11M|  68 |   4 | 300 |1365 | 300 | 803 |   3 | 841 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.48/7.50	c   7.5s|  8900 |  8901 | 71264 |   7.9 |  12M|  68 |   4 | 300 |1376 | 300 | 803 |   3 | 868 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.48/7.60	c   7.6s|  9000 |  9001 | 72232 |   8.0 |  12M|  68 |   6 | 300 |1378 | 300 | 803 |   3 | 887 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.59/7.65	c   7.6s|  9100 |  9101 | 72701 |   7.9 |  12M|  68 |   6 | 300 |1377 | 300 | 803 |   3 | 887 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.69/7.76	c   7.8s|  9200 |  9201 | 73907 |   8.0 |  12M|  68 |   4 | 300 |1373 | 300 | 803 |   3 | 906 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.79/7.81	c   7.8s|  9300 |  9301 | 74434 |   7.9 |  12M|  68 |   4 | 300 |1373 | 300 | 803 |   3 | 906 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.79/7.89	c   7.9s|  9400 |  9401 | 75202 |   7.9 |  12M|  68 |   6 | 300 |1375 | 300 | 803 |   3 | 918 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.89/7.96	c   8.0s|  9500 |  9501 | 75941 |   7.9 |  12M|  68 |   4 | 300 |1365 | 300 | 803 |   3 | 924 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.98/8.02	c   8.0s|  9600 |  9601 | 76570 |   7.9 |  12M|  68 |   8 | 300 |1364 | 300 | 803 |   3 | 924 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
7.98/8.09	c   8.1s|  9700 |  9701 | 77302 |   7.9 |  12M|  68 |   8 | 300 |1367 | 300 | 803 |   3 | 934 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.09/8.15	c   8.2s|  9800 |  9801 | 77984 |   7.9 |  12M|  68 |   8 | 300 |1366 | 300 | 803 |   3 | 934 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.19/8.21	c   8.2s|  9900 |  9901 | 78494 |   7.9 |  12M|  68 |   8 | 300 |1364 | 300 | 803 |   3 | 934 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.19/8.28	c   8.3s| 10000 | 10001 | 79271 |   7.9 |  12M|  68 |   8 | 300 |1356 | 300 | 803 |   3 | 940 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.29/8.37	c   8.4s| 10100 | 10101 | 80151 |   7.9 |  12M|  68 |   8 | 300 |1359 | 300 | 803 |   3 | 958 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.39/8.43	c   8.4s| 10200 | 10201 | 80671 |   7.9 |  12M|  68 |   8 | 300 |1358 | 300 | 803 |   3 | 958 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.48/8.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.48/8.50	c   8.5s| 10300 | 10301 | 81390 |   7.9 |  13M|  68 |   8 | 300 |1374 | 300 | 803 |   3 | 983 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.48/8.57	c   8.6s| 10400 | 10401 | 82071 |   7.8 |  13M|  68 |   8 | 300 |1373 | 300 | 803 |   3 | 983 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.59/8.64	c   8.6s| 10500 | 10501 | 82862 |   7.8 |  13M|  68 |   8 | 300 |1373 | 300 | 803 |   3 | 989 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.69/8.73	c   8.7s| 10600 | 10601 | 83867 |   7.9 |  13M|  68 |   4 | 300 |1379 | 300 | 803 |   3 |1018 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.69/8.79	c   8.8s| 10700 | 10701 | 84538 |   7.9 |  13M|  68 |   4 | 300 |1379 | 300 | 803 |   3 |1018 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.80/8.89	c   8.9s| 10800 | 10801 | 85742 |   7.9 |  13M|  68 |   4 | 300 |1380 | 300 | 803 |   3 |1031 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.89/8.95	c   9.0s| 10900 | 10901 | 86431 |   7.9 |  13M|  68 |   4 | 300 |1380 | 300 | 803 |   3 |1031 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.98/9.03	c   9.0s| 11000 | 11001 | 87455 |   7.9 |  13M|  68 |   4 | 300 |1382 | 300 | 803 |   3 |1044 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
8.98/9.09	c   9.1s| 11100 | 11101 | 88147 |   7.9 |  13M|  68 |   4 | 300 |1382 | 300 | 803 |   3 |1044 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.08/9.18	c   9.2s| 11200 | 11201 | 89004 |   7.9 |  13M|  68 |   4 | 300 |1402 | 300 | 803 |   3 |1078 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.19/9.25	c   9.2s| 11300 | 11301 | 89643 |   7.9 |  13M|  68 |   4 | 300 |1402 | 300 | 803 |   3 |1078 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.28/9.34	c   9.3s| 11400 | 11401 | 90545 |   7.9 |  13M|  68 |   4 | 300 |1400 | 300 | 803 |   3 |1097 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.39/9.41	c   9.4s| 11500 | 11501 | 91330 |   7.9 |  13M|  68 |   4 | 300 |1395 | 300 | 803 |   3 |1110 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.39/9.49	c   9.5s| 11600 | 11601 | 92046 |   7.9 |  13M|  68 |   4 | 300 |1397 | 300 | 803 |   3 |1112 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.49/9.56	c   9.6s| 11700 | 11701 | 92700 |   7.9 |  14M|  68 |   4 | 300 |1390 | 300 | 803 |   3 |1117 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.58/9.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.58/9.63	c   9.6s| 11800 | 11801 | 93354 |   7.9 |  14M|  68 |   4 | 300 |1384 | 300 | 803 |   3 |1119 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.58/9.69	c   9.7s| 11900 | 11901 | 93856 |   7.8 |  14M|  68 |   4 | 300 |1381 | 300 | 803 |   3 |1119 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.69/9.74	c   9.7s| 12000 | 12001 | 94364 |   7.8 |  14M|  68 |   4 | 300 |1380 | 300 | 803 |   3 |1119 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.79/9.81	c   9.8s| 12100 | 12101 | 95047 |   7.8 |  14M|  68 |   4 | 300 |1369 | 300 | 803 |   3 |1123 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.79/9.87	c   9.9s| 12200 | 12201 | 95535 |   7.8 |  14M|  68 |   4 | 300 |1369 | 300 | 803 |   3 |1123 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.89/9.94	c   9.9s| 12300 | 12301 | 96225 |   7.8 |  14M|  68 |   4 | 300 |1369 | 300 | 803 |   3 |1131 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
9.99/10.03	c  10.0s| 12400 | 12401 | 97150 |   7.8 |  14M|  68 |   4 | 300 |1372 | 300 | 803 |   3 |1149 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.09/10.11	c  10.1s| 12500 | 12501 | 97950 |   7.8 |  14M|  68 |   6 | 300 |1379 | 300 | 803 |   3 |1160 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.09/10.17	c  10.2s| 12600 | 12601 | 98464 |   7.8 |  14M|  68 |   4 | 300 |1379 | 300 | 803 |   3 |1160 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.18/10.25	c  10.2s| 12700 | 12701 | 99144 |   7.8 |  14M|  68 |   4 | 300 |1381 | 300 | 803 |   3 |1173 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.28/10.30	c  10.3s| 12800 | 12801 | 99760 |   7.8 |  14M|  68 |   6 | 300 |1381 | 300 | 803 |   3 |1173 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.28/10.38	c  10.4s| 12900 | 12901 |100634 |   7.8 |  14M|  68 |   6 | 300 |1380 | 300 | 803 |   3 |1175 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.38/10.46	c  10.5s| 13000 | 13001 |101534 |   7.8 |  14M|  68 |   6 | 300 |1373 | 300 | 803 |   3 |1181 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.49/10.52	c  10.5s| 13100 | 13101 |102114 |   7.8 |  15M|  68 |   6 | 300 |1373 | 300 | 803 |   3 |1181 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.49/10.59	c  10.6s| 13200 | 13201 |102894 |   7.8 |  15M|  68 |   6 | 300 |1388 | 300 | 803 |   3 |1208 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.59/10.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.59/10.68	c  10.7s| 13300 | 13301 |103865 |   7.8 |  15M|  68 |   4 | 300 |1376 | 300 | 803 |   3 |1220 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.68/10.74	c  10.7s| 13400 | 13401 |104501 |   7.8 |  15M|  68 |   4 | 300 |1376 | 300 | 803 |   3 |1220 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.79/10.80	c  10.8s| 13500 | 13501 |105140 |   7.7 |  15M|  68 |   4 | 300 |1376 | 300 | 803 |   3 |1220 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.79/10.87	c  10.9s| 13600 | 13601 |105840 |   7.7 |  15M|  68 |   4 | 300 |1391 | 300 | 803 |   3 |1242 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.90/10.93	c  10.9s| 13700 | 13701 |106385 |   7.7 |  15M|  68 |   4 | 300 |1391 | 300 | 803 |   3 |1242 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
10.90/11.00	c  11.0s| 13800 | 13801 |107072 |   7.7 |  15M|  68 |   4 | 300 |1399 | 300 | 803 |   3 |1257 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.08/11.13	c  11.1s| 13900 | 13901 |108815 |   7.8 |  15M|  68 |   8 | 300 |1391 | 300 | 803 |   3 |1273 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.08/11.19	c  11.2s| 14000 | 14001 |109443 |   7.8 |  15M|  68 |   4 | 300 |1391 | 300 | 803 |   3 |1273 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.18/11.26	c  11.3s| 14100 | 14101 |110249 |   7.8 |  15M|  68 |   8 | 300 |1393 | 300 | 803 |   3 |1288 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.29/11.32	c  11.3s| 14200 | 14201 |110880 |   7.8 |  15M|  68 |   4 | 300 |1393 | 300 | 803 |   3 |1288 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.29/11.39	c  11.4s| 14300 | 14301 |111576 |   7.8 |  15M|  68 |   4 | 300 |1393 | 300 | 803 |   3 |1293 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.38/11.47	c  11.5s| 14400 | 14401 |112343 |   7.8 |  15M|  68 |   4 | 300 |1386 | 300 | 803 |   3 |1304 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.49/11.54	c  11.5s| 14500 | 14501 |113083 |   7.8 |  16M|  68 |   8 | 300 |1384 | 300 | 803 |   3 |1308 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.59/11.62	c  11.6s| 14600 | 14601 |114013 |   7.8 |  16M|  68 |   4 | 300 |1378 | 300 | 803 |   3 |1313 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.69/11.72	c  11.7s| 14700 | 14701 |115202 |   7.8 |  16M|  68 |   4 | 300 |1383 | 300 | 803 |   3 |1339 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.69/11.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.69/11.78	c  11.8s| 14800 | 14801 |115943 |   7.8 |  16M|  68 |   8 | 300 |1383 | 300 | 803 |   3 |1339 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.78/11.85	c  11.9s| 14900 | 14901 |116884 |   7.8 |  16M|  68 |   4 | 300 |1381 | 300 | 803 |   3 |1343 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.89/11.95	c  12.0s| 15000 | 15001 |118058 |   7.8 |  16M|  68 |   4 | 300 |1368 | 300 | 803 |   3 |1351 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.99/12.01	c  12.0s| 15100 | 15101 |118619 |   7.8 |  16M|  68 |   4 | 300 |1368 | 300 | 803 |   3 |1351 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
11.99/12.08	c  12.1s| 15200 | 15201 |119291 |   7.8 |  16M|  68 |   4 | 300 |1369 | 300 | 803 |   3 |1358 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.09/12.13	c  12.1s| 15300 | 15301 |119872 |   7.8 |  16M|  68 |   4 | 300 |1369 | 300 | 803 |   3 |1358 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.18/12.20	c  12.2s| 15400 | 15401 |120624 |   7.8 |  16M|  68 |   4 | 300 |1369 | 300 | 803 |   3 |1365 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.18/12.29	c  12.3s| 15500 | 15501 |121557 |   7.8 |  16M|  68 |   6 | 300 |1371 | 300 | 803 |   3 |1376 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.29/12.36	c  12.4s| 15600 | 15601 |122287 |   7.8 |  16M|  68 |   4 | 300 |1374 | 300 | 803 |   3 |1382 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.39/12.43	c  12.4s| 15700 | 15701 |122879 |   7.8 |  16M|  68 |   4 | 300 |1388 | 300 | 803 |   3 |1399 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.39/12.49	c  12.5s| 15800 | 15801 |123487 |   7.8 |  16M|  68 |   4 | 300 |1388 | 300 | 803 |   3 |1399 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.49/12.55	c  12.5s| 15900 | 15901 |124067 |   7.8 |  17M|  68 |   4 | 300 |1388 | 300 | 803 |   3 |1399 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.59/12.63	c  12.6s| 16000 | 16001 |124959 |   7.8 |  17M|  68 |   4 | 300 |1383 | 300 | 803 |   3 |1408 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.59/12.69	c  12.7s| 16100 | 16101 |125561 |   7.8 |  17M|  68 |   4 | 300 |1383 | 300 | 803 |   3 |1408 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.69/12.79	c  12.8s| 16200 | 16201 |126666 |   7.8 |  17M|  68 |   4 | 300 |1379 | 300 | 803 |   3 |1422 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.79/12.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.79/12.84	c  12.8s| 16300 | 16301 |127243 |   7.8 |  17M|  68 |   4 | 300 |1379 | 300 | 803 |   3 |1422 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.89/12.94	c  12.9s| 16400 | 16401 |128381 |   7.8 |  17M|  68 |   4 | 300 |1390 | 300 | 803 |   3 |1449 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.98/13.01	c  13.0s| 16500 | 16501 |129268 |   7.8 |  17M|  68 |   4 | 300 |1404 | 300 | 803 |   3 |1470 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.98/13.09	c  13.1s| 16600 | 16601 |130186 |   7.8 |  17M|  68 |   4 | 300 |1403 | 300 | 803 |   3 |1473 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.10/13.17	c  13.2s| 16700 | 16701 |131155 |   7.8 |  17M|  68 |   4 | 300 |1403 | 300 | 803 |   3 |1479 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.20/13.25	c  13.2s| 16800 | 16801 |132068 |   7.8 |  17M|  68 |   4 | 300 |1411 | 300 | 803 |   3 |1494 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.29/13.32	c  13.3s| 16900 | 16901 |133048 |   7.8 |  17M|  68 |   6 | 300 |1411 | 300 | 803 |   3 |1499 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.29/13.38	c  13.4s| 17000 | 17001 |133606 |   7.8 |  17M|  68 |   4 | 300 |1411 | 300 | 803 |   3 |1499 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.39/13.47	c  13.5s| 17100 | 17101 |134535 |   7.8 |  17M|  68 |   4 | 300 |1420 | 300 | 803 |   3 |1523 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.48/13.54	c  13.5s| 17200 | 17201 |135222 |   7.8 |  17M|  68 |   4 | 300 |1430 | 300 | 803 |   3 |1539 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.58/13.60	c  13.6s| 17300 | 17301 |135776 |   7.8 |  18M|  68 |   4 | 300 |1430 | 300 | 803 |   3 |1539 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.58/13.67	c  13.7s| 17400 | 17401 |136537 |   7.8 |  18M|  68 |   4 | 300 |1445 | 300 | 803 |   3 |1560 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.68/13.72	c  13.7s| 17500 | 17501 |137093 |   7.8 |  18M|  68 |   4 | 300 |1445 | 300 | 803 |   3 |1560 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.68/13.79	c  13.8s| 17600 | 17601 |137778 |   7.8 |  18M|  68 |   4 | 300 |1442 | 300 | 803 |   3 |1562 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.78/13.88	c  13.9s| 17700 | 17701 |138801 |   7.8 |  18M|  68 |   4 | 300 |1463 | 300 | 803 |   3 |1605 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.88/13.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.88/13.94	c  13.9s| 17800 | 17801 |139357 |   7.8 |  18M|  68 |   4 | 300 |1463 | 300 | 803 |   3 |1605 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.98/14.00	c  14.0s| 17900 | 17901 |140042 |   7.8 |  18M|  68 |   4 | 300 |1467 | 300 | 803 |   3 |1615 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.98/14.06	c  14.1s| 18000 | 18001 |140598 |   7.8 |  18M|  68 |   4 | 300 |1467 | 300 | 803 |   3 |1615 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.08/14.13	c  14.1s| 18100 | 18101 |141317 |   7.8 |  18M|  68 |   4 | 300 |1474 | 300 | 803 |   3 |1623 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.08/14.19	c  14.2s| 18200 | 18201 |142066 |   7.8 |  18M|  68 |   4 | 300 |1474 | 300 | 803 |   3 |1623 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.19/14.26	c  14.3s| 18300 | 18301 |142793 |   7.8 |  18M|  68 |   4 | 300 |1484 | 300 | 803 |   3 |1641 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.29/14.36	c  14.4s| 18400 | 18401 |143976 |   7.8 |  18M|  68 |   4 | 300 |1491 | 300 | 803 |   3 |1666 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.38/14.42	c  14.4s| 18500 | 18501 |144614 |   7.8 |  18M|  68 |   4 | 300 |1491 | 300 | 803 |   3 |1666 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.38/14.49	c  14.5s| 18600 | 18601 |145328 |   7.8 |  18M|  68 |   4 | 300 |1491 | 300 | 803 |   3 |1678 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.48/14.55	c  14.5s| 18700 | 18701 |145884 |   7.8 |  19M|  68 |   4 | 300 |1491 | 300 | 803 |   3 |1678 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.58/14.60	c  14.6s| 18800 | 18801 |146440 |   7.8 |  19M|  68 |   4 | 300 |1491 | 300 | 803 |   3 |1678 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.58/14.67	c  14.7s| 18900 | 18901 |147142 |   7.8 |  19M|  68 |   4 | 300 |1491 | 300 | 803 |   3 |1686 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.68/14.74	c  14.7s| 19000 | 19001 |148021 |   7.8 |  19M|  68 |   4 | 300 |1488 | 300 | 803 |   3 |1689 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.78/14.81	c  14.8s| 19100 | 19101 |148706 |   7.8 |  19M|  68 |   4 | 300 |1490 | 300 | 803 |   3 |1698 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.78/14.88	c  14.9s| 19200 | 19201 |149454 |   7.8 |  19M|  68 |   4 | 300 |1489 | 300 | 803 |   3 |1705 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.88/14.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.88/14.93	c  14.9s| 19300 | 19301 |150000 |   7.7 |  19M|  68 |   4 | 300 |1489 | 300 | 803 |   3 |1705 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.98/15.00	c  15.0s| 19400 | 19401 |150708 |   7.7 |  19M|  68 |   4 | 300 |1491 | 300 | 803 |   3 |1713 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
14.98/15.07	c  15.1s| 19500 | 19501 |151441 |   7.7 |  19M|  68 |   4 | 300 |1488 | 300 | 803 |   3 |1722 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.08/15.14	c  15.1s| 19600 | 19601 |152130 |   7.7 |  19M|  68 |   4 | 300 |1488 | 300 | 803 |   3 |1727 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.18/15.20	c  15.2s| 19700 | 19701 |152850 |   7.7 |  19M|  68 |   6 | 300 |1488 | 300 | 803 |   3 |1727 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.18/15.29	c  15.3s| 19800 | 19801 |154051 |   7.8 |  19M|  68 |   6 | 300 |1484 | 300 | 803 |   3 |1760 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.29/15.35	c  15.4s| 19900 | 19901 |154874 |   7.8 |  19M|  68 |   8 | 300 |1484 | 300 | 803 |   3 |1760 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.38/15.44	c  15.4s| 20000 | 20001 |155994 |   7.8 |  19M|  68 |   4 | 300 |1474 | 300 | 803 |   3 |1784 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.48/15.53	c  15.5s| 20100 | 20101 |156952 |   7.8 |  20M|  68 |  10 | 300 |1481 | 300 | 803 |   3 |1810 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.58/15.64	c  15.6s| 20200 | 20201 |158323 |   7.8 |  20M|  68 |   4 | 300 |1486 | 300 | 803 |   3 |1833 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.68/15.73	c  15.7s| 20300 | 20301 |159315 |   7.8 |  20M|  68 |   4 | 300 |1483 | 300 | 803 |   3 |1866 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.68/15.79	c  15.8s| 20400 | 20401 |159975 |   7.8 |  20M|  68 |   4 | 300 |1482 | 300 | 803 |   3 |1866 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.78/15.86	c  15.9s| 20500 | 20501 |160854 |   7.8 |  20M|  68 |   6 | 300 |1480 | 300 | 803 |   3 |1873 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.88/15.93	c  15.9s| 20600 | 20601 |161567 |   7.8 |  20M|  68 |   4 | 300 |1482 | 300 | 803 |   3 |1875 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.88/15.98	c  16.0s| 20700 | 20701 |162079 |   7.8 |  20M|  68 |   4 | 300 |1482 | 300 | 803 |   3 |1875 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.98/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.98/16.04	c  16.0s| 20800 | 20801 |162712 |   7.8 |  20M|  68 |   4 | 300 |1481 | 300 | 803 |   3 |1880 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.08/16.11	c  16.1s| 20900 | 20901 |163409 |   7.8 |  20M|  68 |  14 | 300 |1480 | 300 | 803 |   3 |1885 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.08/16.17	c  16.2s| 21000 | 21001 |164265 |   7.8 |  20M|  68 |   6 | 300 |1480 | 300 | 803 |   3 |1885 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.18/16.25	c  16.2s| 21100 | 21101 |165269 |   7.8 |  20M|  68 |   6 | 300 |1481 | 300 | 803 |   3 |1892 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.28/16.33	c  16.3s| 21200 | 21201 |166185 |   7.8 |  20M|  68 |   4 | 300 |1484 | 300 | 803 |   3 |1909 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.28/16.38	c  16.4s| 21300 | 21301 |166866 |   7.8 |  20M|  68 |   6 | 300 |1484 | 300 | 803 |   3 |1909 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.38/16.44	c  16.4s| 21400 | 21401 |167413 |   7.8 |  20M|  68 |   6 | 300 |1484 | 300 | 803 |   3 |1909 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.38/16.49	c  16.5s| 21500 | 21501 |167949 |   7.8 |  20M|  68 |   4 | 300 |1484 | 300 | 803 |   3 |1909 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.49/16.57	c  16.6s| 21600 | 21601 |168800 |   7.8 |  21M|  68 |   4 | 300 |1480 | 300 | 803 |   3 |1921 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.58/16.66	c  16.7s| 21700 | 21701 |169925 |   7.8 |  21M|  68 |  14 | 300 |1477 | 300 | 803 |   3 |1927 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.68/16.74	c  16.7s| 21800 | 21801 |170871 |   7.8 |  21M|  68 |   4 | 300 |1488 | 300 | 803 |   3 |1946 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.78/16.82	c  16.8s| 21900 | 21901 |171690 |   7.8 |  21M|  68 |   4 | 300 |1486 | 300 | 803 |   3 |1959 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.78/16.89	c  16.9s| 22000 | 22001 |172562 |   7.8 |  21M|  68 |  14 | 300 |1493 | 300 | 803 |   3 |1974 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.88/16.98	c  17.0s| 22100 | 22101 |173490 |   7.8 |  21M|  68 |   8 | 300 |1498 | 300 | 803 |   3 |2000 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
16.98/17.05	c  17.1s| 22200 | 22201 |174231 |   7.8 |  21M|  68 |   8 | 300 |1504 | 300 | 803 |   3 |2016 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.08/17.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.08/17.10	c  17.1s| 22300 | 22301 |174616 |   7.8 |  21M|  68 |   8 | 300 |1504 | 300 | 803 |   3 |2016 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.08/17.17	c  17.2s| 22400 | 22401 |175322 |   7.8 |  21M|  68 |   8 | 300 |1513 | 300 | 803 |   3 |2027 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.18/17.23	c  17.2s| 22500 | 22501 |175964 |   7.8 |  21M|  68 |   8 | 300 |1509 | 300 | 803 |   3 |2032 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.18/17.28	c  17.3s| 22600 | 22601 |176260 |   7.8 |  21M|  68 |   8 | 300 |1508 | 300 | 803 |   3 |2032 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.28/17.33	c  17.3s| 22700 | 22701 |176556 |   7.8 |  21M|  68 |   8 | 300 |1508 | 300 | 803 |   3 |2032 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.38/17.42	c  17.4s| 22800 | 22801 |177718 |   7.8 |  21M|  68 |   8 | 300 |1519 | 300 | 803 |   3 |2053 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.38/17.48	c  17.5s| 22900 | 22901 |178464 |   7.8 |  22M|  68 |   4 | 300 |1519 | 300 | 803 |   3 |2053 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.49/17.54	c  17.5s| 23000 | 23001 |178884 |   7.8 |  22M|  68 |   4 | 300 |1515 | 300 | 803 |   3 |2057 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.49/17.60	c  17.6s| 23100 | 23101 |179342 |   7.7 |  22M|  68 |   4 | 300 |1513 | 300 | 803 |   3 |2057 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.58/17.66	c  17.7s| 23200 | 23201 |179919 |   7.7 |  22M|  68 |   8 | 300 |1515 | 300 | 803 |   3 |2059 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.68/17.74	c  17.7s| 23300 | 23301 |180864 |   7.7 |  22M|  68 |  14 | 300 |1517 | 300 | 803 |   3 |2080 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.68/17.79	c  17.8s| 23400 | 23401 |181326 |   7.7 |  22M|  68 |   4 | 300 |1517 | 300 | 803 |   3 |2080 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.78/17.85	c  17.8s| 23500 | 23501 |181860 |   7.7 |  22M|  68 |   4 | 300 |1516 | 300 | 803 |   3 |2080 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.88/17.91	c  17.9s| 23600 | 23601 |182446 |   7.7 |  22M|  68 |   8 | 300 |1520 | 300 | 803 |   3 |2091 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.88/17.98	c  18.0s| 23700 | 23701 |183298 |   7.7 |  22M|  68 |   4 | 300 |1525 | 300 | 803 |   3 |2106 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.98/18.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.98/18.06	c  18.1s| 23800 | 23801 |184250 |   7.7 |  22M|  68 |   4 | 300 |1528 | 300 | 803 |   3 |2122 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.08/18.13	c  18.1s| 23900 | 23901 |185003 |   7.7 |  22M|  68 |   4 | 300 |1540 | 300 | 803 |   3 |2143 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.18/18.21	c  18.2s| 24000 | 24001 |185958 |   7.7 |  22M|  68 |   4 | 300 |1557 | 300 | 803 |   3 |2165 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.18/18.26	c  18.3s| 24100 | 24101 |186566 |   7.7 |  22M|  68 |   4 | 300 |1557 | 300 | 803 |   3 |2165 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.28/18.34	c  18.3s| 24200 | 24201 |187546 |   7.7 |  22M|  68 |   4 | 300 |1555 | 300 | 803 |   3 |2168 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.28/18.39	c  18.4s| 24300 | 24301 |188175 |   7.7 |  23M|  68 |   4 | 300 |1555 | 300 | 803 |   3 |2168 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.38/18.47	c  18.5s| 24400 | 24401 |188979 |   7.7 |  23M|  68 |   4 | 300 |1571 | 300 | 803 |   3 |2190 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.48/18.52	c  18.5s| 24500 | 24501 |189571 |   7.7 |  23M|  68 |   4 | 300 |1571 | 300 | 803 |   3 |2190 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.48/18.60	c  18.6s| 24600 | 24601 |190451 |   7.7 |  23M|  68 |   4 | 300 |1578 | 300 | 803 |   3 |2203 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.59/18.67	c  18.7s| 24700 | 24701 |191340 |   7.7 |  23M|  68 |   4 | 300 |1575 | 300 | 803 |   3 |2209 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.69/18.72	c  18.7s| 24800 | 24801 |191947 |   7.7 |  23M|  68 |   4 | 300 |1575 | 300 | 803 |   3 |2209 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.69/18.78	c  18.8s| 24900 | 24901 |192409 |   7.7 |  23M|  68 |   4 | 300 |1575 | 300 | 803 |   3 |2209 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.78/18.84	c  18.8s| 25000 | 25001 |193001 |   7.7 |  23M|  68 |   4 | 300 |1577 | 300 | 803 |   3 |2217 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.88/18.91	c  18.9s| 25100 | 25101 |193591 |   7.7 |  23M|  68 |   4 | 300 |1595 | 300 | 803 |   3 |2240 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.98/19.05	c  19.0s| 25200 | 25201 |193994 |   7.7 |  23M|  68 |   4 | 300 |1595 | 300 | 803 |   3 |2240 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.98/19.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.98/19.05	c  19.0s| 25300 | 25301 |194540 |   7.7 |  23M|  68 |   4 | 300 |1598 | 300 | 803 |   3 |2248 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.98/19.07	c  19.1s| 25400 | 25401 |194881 |   7.7 |  23M|  68 |   4 | 300 |1598 | 300 | 803 |   3 |2248 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.08/19.15	c  19.2s| 25500 | 25501 |195707 |   7.7 |  23M|  68 |   4 | 300 |1596 | 300 | 803 |   3 |2264 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.18/19.24	c  19.2s| 25600 | 25601 |196637 |   7.7 |  23M|  68 |   4 | 300 |1599 | 300 | 803 |   3 |2275 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.28/19.30	c  19.3s| 25700 | 25701 |197284 |   7.7 |  24M|  68 |   4 | 300 |1604 | 300 | 803 |   3 |2287 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.28/19.38	c  19.4s| 25800 | 25801 |198183 |   7.7 |  24M|  68 |   6 | 300 |1601 | 300 | 803 |   3 |2295 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.38/19.46	c  19.5s| 25900 | 25901 |199212 |   7.7 |  24M|  68 |   6 | 300 |1594 | 300 | 803 |   3 |2301 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.48/19.51	c  19.5s| 26000 | 26001 |199821 |   7.7 |  24M|  68 |   4 | 300 |1594 | 300 | 803 |   3 |2301 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.58/19.60	c  19.6s| 26100 | 26101 |200862 |   7.7 |  24M|  68 |   4 | 300 |1600 | 300 | 803 |   3 |2330 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.58/19.68	c  19.7s| 26200 | 26201 |201908 |   7.7 |  24M|  68 |   4 | 300 |1599 | 300 | 803 |   3 |2337 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.68/19.76	c  19.8s| 26300 | 26301 |203167 |   7.7 |  24M|  68 |   4 | 300 |1603 | 300 | 803 |   3 |2350 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.78/19.84	c  19.8s| 26400 | 26401 |203982 |   7.7 |  24M|  68 |   4 | 300 |1598 | 300 | 803 |   3 |2356 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.88/19.92	c  19.9s| 26500 | 26501 |205177 |   7.7 |  24M|  68 |   4 | 300 |1600 | 300 | 803 |   3 |2362 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.88/19.98	c  20.0s| 26600 | 26601 |205727 |   7.7 |  24M|  68 |   4 | 300 |1599 | 300 | 803 |   3 |2362 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.98/20.04	c  20.0s| 26700 | 26701 |206387 |   7.7 |  24M|  68 |   4 | 300 |1597 | 300 | 803 |   3 |2370 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.08/20.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.08/20.13	c  20.1s| 26800 | 26801 |207560 |   7.7 |  24M|  68 |   4 | 300 |1592 | 300 | 803 |   3 |2379 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.18/20.21	c  20.2s| 26900 | 26901 |208326 |   7.7 |  24M|  68 |   4 | 300 |1585 | 300 | 803 |   3 |2385 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.18/20.26	c  20.3s| 27000 | 27001 |208826 |   7.7 |  24M|  68 |   4 | 300 |1585 | 300 | 803 |   3 |2385 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.28/20.35	c  20.4s| 27100 | 27101 |209711 |   7.7 |  25M|  68 |   4 | 300 |1579 | 300 | 803 |   3 |2407 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.38/20.40	c  20.4s| 27200 | 27201 |210125 |   7.7 |  25M|  68 |   4 | 300 |1579 | 300 | 803 |   3 |2407 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.38/20.47	c  20.5s| 27300 | 27301 |211004 |   7.7 |  25M|  68 |   4 | 300 |1579 | 300 | 803 |   3 |2407 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.48/20.55	c  20.5s| 27400 | 27401 |212050 |   7.7 |  25M|  68 |   4 | 300 |1581 | 300 | 803 |   3 |2414 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.58/20.65	c  20.6s| 27500 | 27501 |213452 |   7.7 |  25M|  68 |   4 | 300 |1580 | 300 | 803 |   3 |2433 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.68/20.72	c  20.7s| 27600 | 27601 |214532 |   7.8 |  25M|  68 |   4 | 300 |1573 | 300 | 803 |   3 |2439 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.68/20.80	c  20.8s| 27700 | 27701 |215481 |   7.8 |  25M|  68 |   4 | 300 |1567 | 300 | 803 |   3 |2443 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.79/20.87	c  20.9s| 27800 | 27801 |216441 |   7.8 |  25M|  68 |   4 | 300 |1566 | 300 | 803 |   3 |2448 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.88/20.96	c  21.0s| 27900 | 27901 |217525 |   7.8 |  25M|  68 |   4 | 300 |1559 | 300 | 803 |   3 |2460 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
20.97/21.03	c  21.0s| 28000 | 28001 |218505 |   7.8 |  25M|  68 |   4 | 300 |1559 | 300 | 803 |   3 |2472 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.08/21.10	c  21.1s| 28100 | 28101 |219392 |   7.8 |  25M|  68 |   4 | 300 |1559 | 300 | 803 |   3 |2472 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.08/21.19	c  21.2s| 28200 | 28201 |220467 |   7.8 |  25M|  68 |   4 | 300 |1555 | 300 | 803 |   3 |2481 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.18/21.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.18/21.26	c  21.3s| 28300 | 28301 |221327 |   7.8 |  25M|  68 |   4 | 300 |1551 | 300 | 803 |   3 |2485 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.28/21.33	c  21.3s| 28400 | 28401 |222168 |   7.8 |  25M|  68 |   4 | 300 |1549 | 300 | 803 |   3 |2490 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.28/21.39	c  21.4s| 28500 | 28501 |222831 |   7.8 |  26M|  68 |   4 | 300 |1544 | 300 | 803 |   3 |2494 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.38/21.45	c  21.5s| 28600 | 28601 |223502 |   7.8 |  26M|  68 |   4 | 300 |1544 | 300 | 803 |   3 |2494 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.47/21.52	c  21.5s| 28700 | 28701 |224199 |   7.8 |  26M|  68 |   4 | 300 |1540 | 300 | 803 |   3 |2496 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.47/21.58	c  21.6s| 28800 | 28801 |224867 |   7.8 |  26M|  68 |   4 | 300 |1537 | 300 | 803 |   3 |2504 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.58/21.65	c  21.6s| 28900 | 28901 |225491 |   7.8 |  26M|  68 |   4 | 300 |1534 | 300 | 803 |   3 |2509 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.68/21.71	c  21.7s| 29000 | 29001 |226127 |   7.8 |  26M|  68 |   4 | 300 |1527 | 300 | 803 |   3 |2514 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.68/21.77	c  21.8s| 29100 | 29101 |226607 |   7.8 |  26M|  68 |   4 | 300 |1527 | 300 | 803 |   3 |2514 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.78/21.86	c  21.9s| 29200 | 29201 |227703 |   7.8 |  26M|  68 |   4 | 300 |1529 | 300 | 803 |   3 |2530 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.88/21.91	c  21.9s| 29300 | 29301 |228183 |   7.8 |  26M|  68 |   4 | 300 |1529 | 300 | 803 |   3 |2530 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.88/21.98	c  22.0s| 29400 | 29401 |228815 |   7.8 |  26M|  68 |   4 | 300 |1525 | 300 | 803 |   3 |2536 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.99/22.03	c  22.0s| 29500 | 29501 |229340 |   7.8 |  26M|  68 |   4 | 300 |1525 | 300 | 803 |   3 |2536 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.08/22.11	c  22.1s| 29600 | 29601 |230116 |   7.8 |  26M|  68 |  10 | 300 |1514 | 300 | 803 |   3 |2546 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.08/22.18	c  22.2s| 29700 | 29701 |230793 |   7.8 |  26M|  68 |   4 | 300 |1515 | 300 | 803 |   3 |2550 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.18/22.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.18/22.24	c  22.2s| 29800 | 29801 |231463 |   7.7 |  26M|  68 |   4 | 300 |1516 | 300 | 803 |   3 |2556 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.18/22.29	c  22.3s| 29900 | 29901 |231919 |   7.7 |  27M|  68 |   4 | 300 |1516 | 300 | 803 |   3 |2556 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.28/22.37	c  22.4s| 30000 | 30001 |232639 |   7.7 |  27M|  68 |   8 | 300 |1523 | 300 | 803 |   3 |2573 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.38/22.42	c  22.4s| 30100 | 30101 |233091 |   7.7 |  27M|  68 |   4 | 300 |1523 | 300 | 803 |   3 |2573 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.38/22.48	c  22.5s| 30200 | 30201 |233686 |   7.7 |  27M|  68 |   8 | 300 |1521 | 300 | 803 |   3 |2580 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.48/22.54	c  22.5s| 30300 | 30301 |234182 |   7.7 |  27M|  68 |   8 | 300 |1521 | 300 | 803 |   3 |2580 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.57/22.60	c  22.6s| 30400 | 30401 |234813 |   7.7 |  27M|  68 |   8 | 300 |1523 | 300 | 803 |   3 |2582 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.57/22.68	c  22.7s| 30500 | 30501 |235637 |   7.7 |  27M|  68 |   4 | 300 |1527 | 300 | 803 |   3 |2600 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.68/22.75	c  22.8s| 30600 | 30601 |236307 |   7.7 |  27M|  68 |   8 | 300 |1529 | 300 | 803 |   3 |2611 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.77/22.81	c  22.8s| 30700 | 30701 |236756 |   7.7 |  27M|  68 |   8 | 300 |1529 | 300 | 803 |   3 |2611 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.77/22.87	c  22.9s| 30800 | 30801 |237438 |   7.7 |  27M|  68 |   4 | 300 |1537 | 300 | 803 |   3 |2622 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.88/22.94	c  22.9s| 30900 | 30901 |238110 |   7.7 |  27M|  68 |   4 | 300 |1534 | 300 | 803 |   3 |2625 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.98/23.02	c  23.0s| 31000 | 31001 |238877 |   7.7 |  27M|  68 |   4 | 300 |1535 | 300 | 803 |   3 |2635 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
22.98/23.08	c  23.1s| 31100 | 31101 |239480 |   7.7 |  27M|  68 |   4 | 300 |1535 | 300 | 803 |   3 |2639 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.08/23.15	c  23.2s| 31200 | 31201 |240218 |   7.7 |  28M|  68 |   4 | 300 |1535 | 300 | 803 |   3 |2647 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.17/23.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.17/23.21	c  23.2s| 31300 | 31301 |240767 |   7.7 |  28M|  68 |   4 | 300 |1535 | 300 | 803 |   3 |2647 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.17/23.29	c  23.3s| 31400 | 31401 |241604 |   7.7 |  28M|  68 |   8 | 300 |1538 | 300 | 803 |   3 |2657 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.28/23.34	c  23.3s| 31500 | 31501 |242104 |   7.7 |  28M|  68 |   4 | 300 |1537 | 300 | 803 |   3 |2657 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.37/23.41	c  23.4s| 31600 | 31601 |242710 |   7.7 |  28M|  68 |   4 | 300 |1540 | 300 | 803 |   3 |2662 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.37/23.47	c  23.5s| 31700 | 31701 |243297 |   7.7 |  28M|  68 |   4 | 300 |1539 | 300 | 803 |   3 |2665 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.48/23.52	c  23.5s| 31800 | 31801 |243700 |   7.6 |  28M|  68 |   4 | 300 |1539 | 300 | 803 |   3 |2665 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.57/23.60	c  23.6s| 31900 | 31901 |244383 |   7.6 |  28M|  68 |   4 | 300 |1541 | 300 | 803 |   3 |2673 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.57/23.66	c  23.7s| 32000 | 32001 |245070 |   7.6 |  28M|  68 |   4 | 300 |1541 | 300 | 803 |   3 |2673 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.68/23.72	c  23.7s| 32100 | 32101 |245738 |   7.6 |  28M|  68 |   4 | 300 |1541 | 300 | 803 |   3 |2679 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.77/23.81	c  23.8s| 32200 | 32201 |246553 |   7.6 |  28M|  68 |   4 | 300 |1542 | 300 | 803 |   3 |2692 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.77/23.88	c  23.9s| 32300 | 32301 |247498 |   7.6 |  28M|  68 |   4 | 300 |1556 | 300 | 803 |   3 |2711 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
23.88/23.97	c  24.0s| 32400 | 32401 |248678 |   7.7 |  28M|  68 |   4 | 300 |1565 | 300 | 803 |   3 |2724 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.08/24.10	c  24.0s| 32500 | 32501 |249181 |   7.7 |  29M|  68 |   4 | 300 |1565 | 300 | 803 |   3 |2724 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.08/24.10	c  24.1s| 32600 | 32601 |249963 |   7.7 |  29M|  68 |   4 | 300 |1567 | 300 | 803 |   3 |2728 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.08/24.16	c  24.2s| 32700 | 32701 |250739 |   7.7 |  29M|  68 |   8 | 300 |1576 | 300 | 803 |   3 |2739 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.18/24.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.18/24.23	c  24.2s| 32800 | 32801 |251560 |   7.7 |  29M|  68 |   8 | 300 |1580 | 300 | 803 |   3 |2743 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.18/24.29	c  24.3s| 32900 | 32901 |252215 |   7.7 |  29M|  68 |   8 | 300 |1586 | 300 | 803 |   3 |2751 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.28/24.36	c  24.4s| 33000 | 33001 |252999 |   7.7 |  29M|  68 |   4 | 300 |1586 | 300 | 803 |   3 |2754 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.37/24.43	c  24.4s| 33100 | 33101 |253791 |   7.7 |  29M|  68 |   4 | 300 |1605 | 300 | 803 |   3 |2777 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.48/24.51	c  24.5s| 33200 | 33201 |254546 |   7.7 |  29M|  68 |   4 | 300 |1609 | 300 | 803 |   3 |2782 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.48/24.57	c  24.6s| 33300 | 33301 |255311 |   7.7 |  29M|  68 |   4 | 300 |1608 | 300 | 803 |   3 |2784 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.57/24.64	c  24.6s| 33400 | 33401 |256020 |   7.6 |  29M|  68 |   6 | 300 |1620 | 300 | 803 |   3 |2797 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.67/24.72	c  24.7s| 33500 | 33501 |256959 |   7.7 |  29M|  68 |   4 | 300 |1625 | 300 | 803 |   3 |2804 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.67/24.79	c  24.8s| 33600 | 33601 |257720 |   7.7 |  29M|  68 |   4 | 300 |1626 | 300 | 803 |   3 |2806 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.77/24.85	c  24.9s| 33700 | 33701 |258581 |   7.7 |  29M|  68 |   4 | 300 |1637 | 300 | 803 |   3 |2819 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.87/24.91	c  24.9s| 33800 | 33801 |259192 |   7.7 |  30M|  68 |   6 | 300 |1637 | 300 | 803 |   3 |2819 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.87/24.98	c  25.0s| 33900 | 33901 |259969 |   7.7 |  30M|  68 |   4 | 300 |1655 | 300 | 803 |   3 |2837 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
24.97/25.04	c  25.0s| 34000 | 34001 |260568 |   7.6 |  30M|  68 |   4 | 300 |1655 | 300 | 803 |   3 |2837 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.07/25.12	c  25.1s| 34100 | 34101 |261422 |   7.7 |  30M|  68 |   6 | 300 |1666 | 300 | 803 |   3 |2851 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.07/25.18	c  25.2s| 34200 | 34201 |262160 |   7.7 |  30M|  68 |   6 | 300 |1668 | 300 | 803 |   3 |2855 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.18/25.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.18/25.25	c  25.3s| 34300 | 34301 |262919 |   7.7 |  30M|  68 |   6 | 300 |1670 | 300 | 803 |   3 |2858 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.28/25.31	c  25.3s| 34400 | 34401 |263603 |   7.6 |  30M|  68 |   6 | 300 |1674 | 300 | 803 |   3 |2862 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.28/25.37	c  25.4s| 34500 | 34501 |264198 |   7.6 |  30M|  68 |   4 | 300 |1674 | 300 | 803 |   3 |2862 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.37/25.47	c  25.5s| 34600 | 34601 |265455 |   7.7 |  30M|  68 |   4 | 300 |1687 | 300 | 803 |   3 |2879 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.47/25.54	c  25.5s| 34700 | 34701 |266199 |   7.7 |  30M|  68 |   4 | 300 |1688 | 300 | 803 |   3 |2883 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.58/25.62	c  25.6s| 34800 | 34801 |267030 |   7.7 |  30M|  68 |   4 | 300 |1708 | 300 | 803 |   3 |2903 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.58/25.68	c  25.7s| 34900 | 34901 |267754 |   7.7 |  30M|  68 |   4 | 300 |1710 | 300 | 803 |   3 |2907 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.67/25.74	c  25.7s| 35000 | 35001 |268348 |   7.7 |  30M|  68 |   4 | 300 |1710 | 300 | 803 |   3 |2907 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.78/25.80	c  25.8s| 35100 | 35101 |269038 |   7.7 |  30M|  68 |   4 | 300 |1710 | 300 | 803 |   3 |2910 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.78/25.88	c  25.9s| 35200 | 35201 |269805 |   7.7 |  31M|  68 |   4 | 300 |1715 | 300 | 803 |   3 |2917 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.88/25.93	c  25.9s| 35300 | 35301 |270378 |   7.6 |  31M|  68 |   4 | 300 |1715 | 300 | 803 |   3 |2917 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.97/26.00	c  26.0s| 35400 | 35401 |271047 |   7.6 |  31M|  68 |   4 | 300 |1728 | 300 | 803 |   3 |2932 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
25.97/26.07	c  26.1s| 35500 | 35501 |271846 |   7.6 |  31M|  68 |   4 | 300 |1749 | 300 | 803 |   3 |2957 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.07/26.14	c  26.1s| 35600 | 35601 |272459 |   7.6 |  31M|  68 |   4 | 300 |1749 | 300 | 803 |   3 |2961 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.18/26.22	c  26.2s| 35700 | 35701 |273497 |   7.6 |  31M|  68 |   4 | 300 |1755 | 300 | 803 |   3 |2967 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.18/26.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.18/26.28	c  26.3s| 35800 | 35801 |274105 |   7.6 |  31M|  68 |   4 | 300 |1755 | 300 | 803 |   3 |2967 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.28/26.34	c  26.3s| 35900 | 35901 |274746 |   7.6 |  31M|  68 |   4 | 300 |1757 | 300 | 803 |   3 |2969 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.38/26.41	c  26.4s| 36000 | 36001 |275545 |   7.6 |  31M|  68 |   4 | 300 |1762 | 300 | 803 |   3 |2976 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.38/26.47	c  26.5s| 36100 | 36101 |276215 |   7.6 |  31M|  68 |  10 | 300 |1766 | 300 | 803 |   3 |2984 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.48/26.54	c  26.5s| 36200 | 36201 |276857 |   7.6 |  31M|  68 |  12 | 300 |1770 | 300 | 803 |   3 |2993 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.48/26.59	c  26.6s| 36300 | 36301 |277403 |   7.6 |  31M|  68 |   4 | 300 |1770 | 300 | 803 |   3 |2993 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.57/26.66	c  26.7s| 36400 | 36401 |278041 |   7.6 |  31M|  68 |  10 | 300 |1790 | 300 | 803 |   3 |3014 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.67/26.75	c  26.7s| 36500 | 36499 |279253 |   7.6 |  32M|  68 |   4 | 300 |1852 | 300 | 803 |   3 |3079 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.77/26.82	c  26.8s| 36600 | 36599 |280373 |   7.6 |  32M|  68 |   4 | 300 |1863 | 300 | 803 |   3 |3090 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.87/26.90	c  26.9s| 36700 | 36699 |281288 |   7.7 |  32M|  68 |   6 | 300 |1875 | 300 | 803 |   3 |3105 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.87/26.99	c  27.0s| 36800 | 36799 |282723 |   7.7 |  32M|  68 |   4 | 300 |1894 | 300 | 803 |   3 |3131 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
26.97/27.08	c  27.1s| 36900 | 36891 |284132 |   7.7 |  32M|  68 |   4 | 300 |1916 | 300 | 803 |   3 |3154 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.08/27.16	c  27.2s| 37000 | 36938 |285245 |   7.7 |  32M|  68 |  12 | 300 |1964 | 300 | 803 |   3 |3232 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.18/27.22	c  27.2s| 37100 | 36908 |285823 |   7.7 |  32M|  68 |   - | 300 |2055 |   0 |   0 |   3 |3368 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.18/27.25	c  27.3s| 37200 | 36036 |285850 |   7.7 |  32M|  68 |   - | 300 |2208 |   0 |   0 |   3 |3599 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.18/27.27	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.27	c  27.3s| 37300 | 35926 |285893 |   7.7 |  32M|  68 |   - | 300 |2298 |   0 |   0 |   3 |3722 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.18/27.28	c  27.3s| 37400 | 35791 |285902 |   7.6 |  32M|  68 |   - | 300 |2396 |   0 |   0 |   3 |3852 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.18/27.29	c  27.3s| 37500 | 35590 |285902 |   7.6 |  32M|  68 |   - | 300 |2552 |   0 |   0 |   3 |4046 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.27/27.31	c  27.3s| 37600 | 35392 |285938 |   7.6 |  32M|  68 |   - | 300 |2634 |   0 |   0 |   3 |4216 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.27/27.33	c  27.3s| 37700 | 35214 |285964 |   7.6 |  32M|  68 |   - | 300 |2694 |   0 |   0 |   3 |4361 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.27/27.36	c  27.4s| 37800 | 34936 |285987 |   7.6 |  32M|  68 |   - | 300 |2754 |   0 |   0 |   3 |4526 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.27/27.38	c  27.4s| 37900 | 34514 |285990 |   7.5 |  31M|  68 |   - | 300 |2892 |   0 |   0 |   3 |4828 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.38/27.41	c  27.4s| 38000 | 34316 |286020 |   7.5 |  31M|  68 |   - | 300 |2933 |   0 |   0 |   3 |5038 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.38/27.44	c  27.4s| 38100 | 33793 |286082 |   7.5 |  31M|  68 |   - | 300 |2991 |   0 |   0 |   3 |5307 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.38/27.50	c  27.5s| 38200 | 32228 |286103 |   7.5 |  31M|  68 |   - | 300 |3066 |   0 |   0 |   3 |5665 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.48/27.58	c  27.6s| 38300 | 30277 |286407 |   7.5 |  30M|  68 |   6 | 300 |3095 | 300 | 803 |   3 |5836 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.57/27.64	c  27.6s| 38400 | 30360 |286848 |   7.5 |  30M|  68 |   4 | 300 |3100 | 300 | 803 |   3 |5873 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.57/27.69	c  27.7s| 38500 | 30450 |287178 |   7.4 |  30M|  68 |   6 | 300 |3085 | 300 | 803 |   3 |5880 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.67/27.74	c  27.7s| 38600 | 30402 |287486 |   7.4 |  30M|  68 |   6 | 300 |3053 | 300 | 803 |   3 |5921 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.67/27.78	c  27.8s| 38700 | 30456 |287797 |   7.4 |  30M|  68 |   - | 300 |3082 |   0 |   0 |   3 |6008 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.77/27.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.77/27.83	c  27.8s| 38800 | 30360 |288021 |   7.4 |  30M|  68 |   6 | 300 |3097 | 300 | 803 |   3 |6126 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.87/27.92	c  27.9s| 38900 | 28289 |288216 |   7.4 |  29M|  68 |   6 | 300 |2963 | 300 | 803 |   3 |6460 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.87/27.99	c  28.0s| 39000 | 25861 |288428 |   7.4 |  28M|  68 |   - | 300 |2966 |   0 |   0 |   3 |6595 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.97/28.03	c  28.0s| 39100 | 25868 |288716 |   7.4 |  28M|  68 |   4 | 300 |2949 | 300 | 803 |   3 |6684 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
27.97/28.08	c  28.1s| 39200 | 23349 |288868 |   7.4 |  27M|  68 |   6 | 300 |2833 | 300 | 803 |   3 |6766 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.08/28.14	c  28.1s| 39300 | 20505 |289176 |   7.3 |  25M|  68 |   6 | 300 |2865 | 300 | 803 |   3 |6908 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.08/28.19	c  28.2s| 39400 | 20556 |289467 |   7.3 |  25M|  68 |   4 | 300 |3005 | 300 | 803 |   3 |7059 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.27/28.30	c  28.3s| 39500 | 18013 |290698 |   7.3 |  24M|  68 |   4 | 300 |3034 | 300 | 803 |   3 |7158 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.27/28.38	c  28.4s| 39600 | 16264 |291446 |   7.3 |  23M|  68 |   4 | 300 |3100 | 300 | 803 |   3 |7288 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.37/28.44	c  28.4s| 39700 | 11616 |291849 |   7.3 |  20M|  68 |   4 | 300 |3119 | 300 | 803 |   3 |7403 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.48/28.53	c  28.5s| 39800 |  1521 |292202 |   7.3 |  10M|  68 |  14 | 300 |3083 | 300 | 803 |   3 |7466 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.48/28.59	c  28.6s| 39900 |  1621 |292683 |   7.3 |  10M|  68 |   6 | 300 |3083 | 300 | 803 |   3 |7479 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.58/28.64	c  28.6s| 40000 |  1721 |293123 |   7.3 |  10M|  68 |   4 | 300 |3069 | 300 | 803 |   3 |7479 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.68/28.70	c  28.7s| 40100 |  1821 |293658 |   7.3 |  10M|  68 |   4 | 300 |3061 | 300 | 803 |   3 |7488 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.68/28.75	c  28.8s| 40200 |  1906 |294170 |   7.3 |  10M|  68 |   6 | 300 |3079 | 300 | 803 |   3 |7515 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.77/28.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.77/28.81	c  28.8s| 40300 |  1867 |294687 |   7.3 |  10M|  68 |   4 | 300 |3158 | 300 | 803 |   3 |7678 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.77/28.88	c  28.9s| 40400 |  1818 |295158 |   7.3 |  10M|  68 |   - | 300 |3307 |   0 |   0 |   3 |7890 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.88/28.97	c  29.0s| 40500 |   991 |296160 |   7.3 |9194k|  68 |  12 | 300 |3249 | 300 | 803 |   3 |7958 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
28.97/29.04	c  29.0s| 40600 |  1068 |296973 |   7.3 |9249k|  68 |  10 | 300 |3229 | 300 | 803 |   3 |8002 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.07/29.10	c  29.1s| 40700 |  1147 |297501 |   7.3 |9309k|  68 |   6 | 300 |3219 | 300 | 803 |   3 |8045 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.07/29.15	c  29.1s| 40800 |  1171 |297872 |   7.3 |9373k|  68 |   4 | 300 |3313 | 300 | 803 |   3 |8232 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.18/29.20	c  29.2s| 40900 |  1269 |298329 |   7.3 |9446k|  68 |   4 | 300 |3330 | 300 | 803 |   3 |8256 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.18/29.25	c  29.3s| 41000 |  1369 |298709 |   7.3 |9510k|  68 |   4 | 300 |3317 | 300 | 803 |   3 |8256 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.27/29.31	c  29.3s| 41100 |  1469 |299145 |   7.3 |9586k|  68 |   4 | 300 |3349 | 300 | 803 |   3 |8298 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.27/29.36	c  29.4s| 41200 |  1548 |299552 |   7.3 |9661k|  68 |   - | 300 |3403 |   0 |   0 |   3 |8363 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.37/29.41	c  29.4s| 41300 |  1594 |299938 |   7.2 |9738k|  68 |   4 | 300 |3526 | 300 | 803 |   3 |8499 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.37/29.46	c  29.5s| 41400 |  1381 |300294 |   7.2 |9689k|  68 |   6 | 300 |3628 | 300 | 803 |   3 |8714 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.47/29.51	c  29.5s| 41500 |  1446 |300591 |   7.2 |9768k|  68 |   6 | 300 |3737 | 300 | 803 |   3 |8848 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.47/29.56	c  29.6s| 41600 |  1449 |300946 |   7.2 |9819k|  68 |   - | 300 |3815 |   0 |   0 |   3 |9058 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.58/29.62	c  29.6s| 41700 |  1530 |301443 |   7.2 |9885k|  68 |   4 | 300 |3854 | 300 | 803 |   3 |9114 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.58/29.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.58/29.67	c  29.7s| 41800 |  1562 |301831 |   7.2 |9945k|  68 |   6 | 300 |3945 | 300 | 803 |   3 |9243 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.68/29.73	c  29.7s| 41900 |  1545 |302307 |   7.2 |9962k|  68 |   4 | 300 |3959 | 300 | 803 |   3 |9403 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.68/29.79	c  29.8s| 42000 |  1422 |302762 |   7.2 |9881k|  68 |   - | 300 |3839 |   0 |   0 |   3 |9577 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.77/29.86	c  29.9s| 42100 |  1442 |303265 |   7.2 |9948k|  68 |   6 | 300 |3965 | 300 | 803 |   3 |9765 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.88/29.91	c  29.9s| 42200 |  1454 |303668 |   7.2 |  10M|  68 |   6 | 300 |4082 | 300 | 803 |   3 |9940 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.88/29.96	c  30.0s| 42300 |  1468 |303989 |   7.2 |  10M|  68 |   4 | 300 |4093 | 300 | 803 |   3 |  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
29.97/30.03	c  30.0s| 42400 |  1085 |304579 |   7.2 |9735k|  68 |   - | 300 |3944 |   0 |   0 |   3 |  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.07/30.14	c  30.1s| 42500 |   651 |305687 |   7.2 |8710k|  68 |  12 | 300 |3945 | 300 | 803 |   3 |  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.17/30.20	c  30.2s| 42600 |   707 |306415 |   7.2 |8778k|  68 |   4 | 300 |3997 | 300 | 803 |   3 |  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.17/30.25	c  30.2s| 42700 |   696 |306808 |   7.2 |8829k|  68 |   6 | 300 |4139 | 300 | 803 |   3 |  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.28/30.30	c  30.3s| 42800 |   691 |307226 |   7.2 |8850k|  68 |  24 | 300 |4231 | 300 | 803 |   3 |  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.28/30.37	c  30.4s| 42900 |   755 |308033 |   7.2 |8859k|  68 |  16 | 300 |4173 | 300 | 803 |   3 |  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.37/30.42	c  30.4s| 43000 |   772 |308454 |   7.2 |8878k|  68 |  18 | 300 |4169 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.37/30.48	c  30.5s| 43100 |   805 |309035 |   7.2 |8925k|  68 |   4 | 300 |4241 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.47/30.55	c  30.5s| 43200 |   791 |309671 |   7.2 |8931k|  68 |  14 | 300 |4229 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.57/30.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.57/30.61	c  30.6s| 43300 |   820 |310307 |   7.2 |8899k|  68 |  14 | 300 |4138 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.57/30.67	c  30.7s| 43400 |   851 |310892 |   7.2 |8836k|  68 |   4 | 300 |3779 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.67/30.73	c  30.7s| 43500 |   820 |311453 |   7.1 |8813k|  68 |   - | 300 |3796 |   0 |   0 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.67/30.80	c  30.8s| 43600 |   807 |312143 |   7.1 |8784k|  68 |  18 | 300 |3720 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.78/30.86	c  30.9s| 43700 |   840 |312764 |   7.1 |8812k|  68 |   8 | 300 |3688 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.88/30.92	c  30.9s| 43800 |   763 |313261 |   7.1 |8246k|  68 |   4 | 300 |3682 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.88/30.96	c  31.0s| 43900 |   767 |313602 |   7.1 |8278k|  68 |   4 | 300 |3760 | 300 | 803 |   3 |  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.98/31.00	c  31.0s| 44000 |   716 |313947 |   7.1 |8270k|  68 |   6 | 300 |3862 | 300 | 803 |   3 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.98/31.05	c  31.1s| 44100 |   725 |314323 |   7.1 |8291k|  68 |   4 | 300 |3887 | 300 | 803 |   3 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.07/31.14	c  31.1s| 44200 |   711 |315181 |   7.1 |8312k|  68 |   4 | 300 |3903 | 300 | 803 |   3 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.17/31.20	c  31.2s| 44300 |   726 |315784 |   7.1 |8322k|  68 |   4 | 300 |3948 | 300 | 803 |   3 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.17/31.28	c  31.3s| 44400 |   630 |316561 |   7.1 |8093k|  68 |   - | 300 |3900 |   0 |   0 |   3 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.28/31.35	c  31.4s| 44500 |   613 |317172 |   7.1 |8098k|  68 |   - | 300 |3941 |   0 |   0 |   3 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.37/31.40	c  31.4s| 44600 |   357 |317588 |   7.1 |7608k|  68 |  16 | 300 |3872 | 300 | 803 |   3 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.37/31.45	c  31.5s| 44700 |   207 |317951 |   7.1 |7487k|  68 |   - | 300 |3844 |   0 |   0 |   3 |  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.37/31.46	c 
31.37/31.46	c SCIP Status        : problem is solved [optimal solution found]
31.37/31.46	c Solving Time (sec) : 31.46
31.37/31.46	c Solving Nodes      : 44717 (total of 44718 nodes in 2 runs)
31.37/31.46	c Primal Bound       : +1.00000000000000e+00 (4 solutions)
31.37/31.46	c Dual Bound         : +1.00000000000000e+00
31.37/31.46	c Gap                : 0.00 %
31.37/31.46	s OPTIMUM FOUND
31.37/31.46	v x600 -x599 -x598 x597 x596 -x595 x594 -x593 x592 -x591 x590 -x589 x588 -x587 x586 -x585 x584 -x583 x582 -x581 x580 -x579 x578 -x577 
31.37/31.46	v x576 -x575 x574 -x573 x572 -x571 x570 -x569 x568 -x567 x566 -x565 x564 -x563 x562 -x561 x560 -x559 x558 -x557 x556 -x555 
31.37/31.46	v x554 -x553 x552 -x551 x550 -x549 x548 -x547 x546 -x545 x544 -x543 x542 -x541 x540 -x539 x538 -x537 x536 -x535 x534 -x533 x532 
31.37/31.46	v -x531 x530 -x529 x528 -x527 x526 -x525 x524 -x523 x522 -x521 x520 -x519 x518 -x517 x516 -x515 x514 -x513 x512 -x511 x510 -x509 
31.37/31.46	v x508 -x507 x506 -x505 x504 -x503 x502 -x501 x500 -x499 x498 -x497 x496 -x495 x494 -x493 x492 -x491 x490 -x489 x488 -x487 
31.37/31.46	v x486 -x485 x484 -x483 x482 -x481 x480 -x479 x478 -x477 x476 -x475 x474 -x473 x472 -x471 x470 -x469 x468 -x467 x466 -x465 x464 
31.37/31.46	v -x463 x462 -x461 x460 -x459 x458 -x457 x456 -x455 x454 -x453 x452 -x451 x450 -x449 x448 -x447 x446 -x445 x444 -x443 x442 -x441 
31.37/31.46	v x440 -x439 x438 -x437 x436 -x435 x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 x424 -x423 x422 -x421 x420 -x419 x418 
31.37/31.46	v -x417 x416 -x415 x414 -x413 x412 -x411 x410 -x409 x408 -x407 x406 -x405 x404 -x403 x402 -x401 x400 -x399 x398 -x397 -x396 
31.37/31.46	v x395 -x394 x393 -x392 x391 -x390 x389 -x388 x387 -x386 x385 -x384 x383 -x382 x381 -x380 x379 -x378 x377 -x376 x375 -x374 x373 
31.37/31.46	v -x372 x371 -x370 x369 -x368 x367 -x366 x365 -x364 x363 -x362 x361 -x360 x359 -x358 x357 -x356 x355 -x354 x353 -x352 x351 -x350 
31.37/31.46	v x349 -x348 x347 -x346 x345 -x344 x343 -x342 x341 -x340 x339 -x338 x337 -x336 x335 -x334 x333 -x332 x331 -x330 x329 -x328 
31.37/31.46	v x327 -x326 x325 -x324 x323 -x322 x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 -x312 x311 -x310 x309 -x308 x307 -x306 x305 
31.37/31.46	v -x304 x303 -x302 x301 -x300 x299 -x298 x297 -x296 x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 -x286 x285 -x284 x283 -x282 
31.37/31.46	v x281 -x280 x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 -x264 x263 -x262 x261 -x260 x259 
31.37/31.46	v -x258 x257 -x256 x255 -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 -x242 x241 -x240 x239 -x238 x237 
31.37/31.46	v -x236 x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 -x218 x217 -x216 x215 -x214 
31.37/31.46	v x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 -x200 x199 -x198 x197 -x196 x195 -x194 x193 -x192 x191 
31.37/31.46	v -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 x173 -x172 x171 -x170 x169 -x168 
31.37/31.46	v x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 -x150 x149 -x148 x147 -x146 
31.37/31.46	v x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 
31.37/31.46	v -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 -x100 
31.37/31.46	v x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 -x78 x77 -x76 x75 -x74 x73 
31.37/31.46	v -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 
31.37/31.46	v -x44 x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 
31.37/31.46	v -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
31.37/31.46	c SCIP Status        : problem is solved [optimal solution found]
31.37/31.46	c Total Time         :      31.46
31.37/31.46	c   solving          :      31.46
31.37/31.46	c   presolving       :       0.06 (included in solving)
31.37/31.46	c   reading          :       0.01 (included in solving)
31.37/31.46	c   copying          :       0.06 (9 #copies) (minimal 0.00, maximal 0.01, average 0.01)
31.37/31.46	c Original Problem   :
31.37/31.46	c   Problem name     : HOME/instance-3717622-1338203193.wbo
31.37/31.46	c   Variables        : 1400 (1400 binary, 0 integer, 0 implicit integer, 0 continuous)
31.37/31.46	c   Constraints      : 1101 initial, 1101 maximal
31.37/31.46	c   Objective sense  : minimize
31.37/31.46	c Presolved Problem  :
31.37/31.46	c   Problem name     : t_HOME/instance-3717622-1338203193.wbo
31.37/31.46	c   Variables        : 300 (300 binary, 0 integer, 0 implicit integer, 0 continuous)
31.37/31.46	c   Constraints      : 932 initial, 4264 maximal
31.37/31.46	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
31.37/31.46	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   trivial          :       0.00       0.00       1600          0          0          0          0          0          0          0          0
31.37/31.46	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.37/31.46	c   setppc           :       0.00       0.00          0          0          0          0          0          3          0          0          0
31.37/31.46	c   linear           :       0.03       0.00          0        300          0        800          0        431          0          0          0
31.37/31.46	c   logicor          :       0.02       0.00          0          0          0          0          0         97          0          0          0
31.37/31.46	c   root node        :          -          -       1600          -          -       1600          -          -          -          -          -
31.37/31.46	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
31.37/31.46	c   integral         :          0          0          0          0      42248          0      42457          0          0          0          0          0      84496
31.37/31.46	c   knapsack         :          6          6          1       2492          0          0          0          0          0          0          0          0          0
31.37/31.46	c   setppc           :          1          1          1     148036          0          0          0        128          0         74          0          0          0
31.37/31.46	c   logicor          :        925+      4257          1     171098          0          0      42247      89048       5877     146567          0          0          0
31.37/31.46	c   countsols        :          0          0          0          0          0          0        205          0          0          0          0          0          0
31.37/31.46	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
31.37/31.46	c   integral         :       0.66       0.00       0.00       0.00       0.17       0.00       0.48       0.00
31.37/31.46	c   knapsack         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
31.37/31.46	c   setppc           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
31.37/31.46	c   logicor          :       1.32       0.00       0.00       0.75       0.00       0.00       0.53       0.05
31.37/31.46	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
31.37/31.46	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
31.37/31.46	c   rootredcost      :          0          0          0          0
31.37/31.46	c   pseudoobj        :        214          0          0        800
31.37/31.46	c   vbounds          :          1          0          0          0
31.37/31.46	c   redcost          :      42257          0          0          0
31.37/31.46	c   probing          :          0          0          0          0
31.37/31.46	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
31.37/31.46	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00
31.37/31.46	c   pseudoobj        :       0.05       0.00       0.00       0.05       0.00
31.37/31.46	c   vbounds          :       0.04       0.00       0.00       0.04       0.00
31.37/31.46	c   redcost          :       0.17       0.00       0.00       0.17       0.00
31.37/31.46	c   probing          :       0.00       0.00       0.00       0.00       0.00
31.37/31.46	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
31.37/31.46	c   propagation      :       0.13       5879       5582      17909       16.8       1983        8.3          -
31.37/31.46	c   infeasible LP    :       0.00         54         54         91       31.0          3        5.7          0
31.37/31.46	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
31.37/31.46	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
31.37/31.46	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
31.37/31.46	c   applied globally :          -          -          -      12220       12.2          -          -          -
31.37/31.46	c   applied locally  :          -          -          -        696       32.8          -          -          -
31.37/31.46	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
31.37/31.46	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 5)
31.37/31.46	c   closecuts        :       0.00       0.00          0          0          0          0          0
31.37/31.46	c   impliedbounds    :       0.00       0.00         10          0          0          0          0
31.37/31.46	c   intobj           :       0.00       0.00          0          0          0          0          0
31.37/31.46	c   gomory           :       0.03       0.00         10          0          0        266          0
31.37/31.46	c   cgmip            :       0.00       0.00          0          0          0          0          0
31.37/31.46	c   strongcg         :       0.07       0.00         10          0          0        601          0
31.37/31.46	c   cmir             :       0.03       0.00         10          0          0          0          0
31.37/31.46	c   flowcover        :       0.08       0.00         10          0          0          0          0
31.37/31.46	c   clique           :       0.00       0.00          2          0          0          0          0
31.37/31.46	c   zerohalf         :       0.00       0.00          0          0          0          0          0
31.37/31.46	c   mcf              :       0.00       0.00          2          0          0          0          0
31.37/31.46	c   oddcycle         :       0.00       0.00          0          0          0          0          0
31.37/31.46	c   rapidlearning    :       0.05       0.00          1          0          0          0        342
31.37/31.46	c Pricers            :   ExecTime  SetupTime      Calls       Vars
31.37/31.46	c   problem variables:       0.00          -          0          0
31.37/31.46	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
31.37/31.46	c   inference        :       0.14       0.00      42248          0          0          0          0      84496
31.37/31.46	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
31.37/31.46	c   pscost           :       0.00       0.00          0          0          0          0          0          0
31.37/31.46	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
31.37/31.46	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
31.37/31.46	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
31.37/31.46	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
31.37/31.46	c   random           :       0.00       0.00          0          0          0          0          0          0
31.37/31.46	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
31.37/31.46	c   LP solutions     :       0.00          -          -          0
31.37/31.46	c   pseudo solutions :       0.00          -          -          0
31.37/31.46	c   crossover        :       0.06       0.00          0          0
31.37/31.46	c   guideddiving     :       0.00       0.00          0          0
31.37/31.46	c   feaspump         :       0.00       0.00          0          0
31.37/31.46	c   intshifting      :       0.00       0.00          0          0
31.37/31.46	c   oneopt           :       0.01       0.00          1          0
31.37/31.46	c   rootsoldiving    :       0.31       0.00         26          0
31.37/31.46	c   objpscostdiving  :       0.24       0.00         37          0
31.37/31.46	c   linesearchdiving :       1.07       0.00         77          0
31.37/31.46	c   veclendiving     :       1.14       0.00         86          0
31.37/31.46	c   pscostdiving     :       1.21       0.00        108          0
31.37/31.46	c   fracdiving       :       1.24       0.00        113          0
31.37/31.46	c   smallcard        :       0.00       0.00          0          0
31.37/31.46	c   trivial          :       0.00       0.00          2          2
31.37/31.46	c   shiftandpropagate:       0.00       0.00          0          0
31.37/31.46	c   simplerounding   :       0.04       0.00      42257          0
31.37/31.46	c   zirounding       :       0.04       0.00       1000          0
31.37/31.46	c   rounding         :       0.09       0.00       2863          0
31.37/31.46	c   shifting         :       0.05       0.00        787          0
31.37/31.46	c   twoopt           :       0.00       0.00          0          0
31.37/31.46	c   indtwoopt        :       0.00       0.00          0          0
31.37/31.46	c   indoneopt        :       0.13       0.00          2          1
31.37/31.46	c   fixandinfer      :       0.00       0.00          0          0
31.37/31.46	c   clique           :       0.00       0.00          0          0
31.37/31.46	c   coefdiving       :       1.19       0.00         94          0
31.37/31.46	c   indrounding      :       2.05       0.00      42248          0
31.37/31.46	c   indcoefdiving    :       0.00       0.00          0          0
31.37/31.46	c   nlpdiving        :       0.00       0.00          0          0
31.37/31.46	c   intdiving        :       0.00       0.00          0          0
31.37/31.46	c   actconsdiving    :       0.00       0.00          0          0
31.37/31.46	c   octane           :       0.00       0.00          0          0
31.37/31.46	c   rens             :       0.02       0.00          1          0
31.37/31.46	c   rins             :       0.00       0.00          0          0
31.37/31.46	c   localbranching   :       0.00       0.00          0          0
31.37/31.46	c   mutation         :       0.00       0.00          0          0
31.37/31.46	c   dins             :       0.00       0.00          0          0
31.37/31.46	c   vbounds          :       0.00       0.00          0          0
31.37/31.46	c   undercover       :       0.00       0.00          0          0
31.37/31.46	c   subnlp           :       0.01       0.00          0          0
31.37/31.46	c   trysol           :       0.02       0.00          1          1
31.37/31.46	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
31.37/31.46	c   primal LP        :       0.00          2          0       0.00          -       0.00          2
31.37/31.46	c   dual LP          :      14.69      42320     238632       5.65   16243.46       0.02         63
31.37/31.46	c   lex dual LP      :       0.00          0          0       0.00          -
31.37/31.46	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
31.37/31.46	c   diving/probing LP:       4.64      13871      79377       5.72   17121.98
31.37/31.46	c   strong branching :       0.00          0          0       0.00          -
31.37/31.46	c     (at root node) :          -          0          0       0.00          -
31.37/31.46	c   conflict analysis:       0.00          0          0       0.00          -
31.37/31.46	c B&B Tree           :
31.37/31.46	c   number of runs   :          2
31.37/31.46	c   nodes            :      44717
31.37/31.46	c   nodes (total)    :      44718
31.37/31.46	c   nodes left       :          0
31.37/31.46	c   max depth        :         68
31.37/31.46	c   max depth (total):         68
31.37/31.46	c   backtracks       :      10107 (22.6%)
31.37/31.46	c   delayed cutoffs  :      39778
31.37/31.46	c   repropagations   :       8856 (18751 domain reductions, 3338 cutoffs)
31.37/31.46	c   avg switch length:       7.60
31.37/31.46	c   switching time   :       1.42
31.37/31.46	c Solution           :
31.37/31.46	c   Solutions found  :          4 (2 improvements)
31.37/31.46	c   First Solution   : +8.00000000000000e+02   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
31.37/31.46	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <indoneopt>)
31.37/31.46	c   Dual Bound       : +1.00000000000000e+00
31.37/31.46	c   Gap              :       0.00 %
31.37/31.46	c   Root Dual Bound  : +0.00000000000000e+00
31.37/31.46	c   Root Iterations  :        517
31.37/31.47	c Time complete: 31.45.

Verifier Data

OK	1

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.94 2.04 2.01 3/176 4425
/proc/meminfo: memFree=27412008/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=10552 CPUtime=0 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 1373 0 0 0 0 0 0 0 20 0 1 0 286444795 10805248 1328 33554432000 4194304 10173063 140733667090144 140735806334552 7545739 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 2638 1328 413 1460 0 1169 0

[startup+0.0572961 s]
/proc/loadavg: 1.94 2.04 2.01 3/176 4425
/proc/meminfo: memFree=27412008/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=25248 CPUtime=0.04 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 5162 0 0 0 4 0 0 0 20 0 1 0 286444795 25853952 4860 33554432000 4194304 10173063 140733667090144 140735806334552 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 6312 4860 635 1460 0 4843 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25248

[startup+0.100261 s]
/proc/loadavg: 1.94 2.04 2.01 3/176 4425
/proc/meminfo: memFree=27412008/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=25248 CPUtime=0.08 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 5162 0 0 0 8 0 0 0 20 0 1 0 286444795 25853952 4860 33554432000 4194304 10173063 140733667090144 140735806334552 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 6312 4860 635 1460 0 4843 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25248

[startup+0.300227 s]
/proc/loadavg: 1.94 2.04 2.01 3/176 4425
/proc/meminfo: memFree=27412008/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=42928 CPUtime=0.29 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 9542 0 0 0 27 2 0 0 20 0 1 0 286444795 43958272 9226 33554432000 4194304 10173063 140733667090144 140735806334552 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 10732 9226 828 1460 0 9263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42928

[startup+0.700218 s]
/proc/loadavg: 1.94 2.04 2.01 3/176 4425
/proc/meminfo: memFree=27412008/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=42640 CPUtime=0.69 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 10724 0 0 0 67 2 0 0 20 0 1 0 286444795 43663360 9558 33554432000 4194304 10173063 140733667090144 140733667082744 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 10660 9558 861 1460 0 9191 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42640

[startup+1.50018 s]
/proc/loadavg: 1.94 2.04 2.01 3/177 4426
/proc/meminfo: memFree=27376536/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=42640 CPUtime=1.48 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 10729 0 0 0 144 4 0 0 20 0 1 0 286444795 43663360 9563 33554432000 4194304 10173063 140733667090144 140733667082792 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 10660 9563 866 1460 0 9191 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42640

[startup+3.10012 s]
/proc/loadavg: 1.94 2.04 2.01 3/177 4426
/proc/meminfo: memFree=27376076/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=42640 CPUtime=3.09 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 10737 0 0 0 298 11 0 0 20 0 1 0 286444795 43663360 9571 33554432000 4194304 10173063 140733667090144 140733667083768 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 10660 9571 866 1460 0 9191 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42640

[startup+6.30018 s]
/proc/loadavg: 1.95 2.04 2.01 3/177 4426
/proc/meminfo: memFree=27376200/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=42640 CPUtime=6.29 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 11402 0 0 0 607 22 0 0 20 0 1 0 286444795 43663360 9588 33554432000 4194304 10173063 140733667090144 140733667087512 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 10660 9588 866 1460 0 9191 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42640

[startup+12.7002 s]
/proc/loadavg: 1.95 2.04 2.01 3/177 4426
/proc/meminfo: memFree=27371940/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=48884 CPUtime=12.69 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 13837 0 0 0 1228 41 0 0 20 0 1 0 286444795 50057216 11077 33554432000 4194304 10173063 140733667090144 140733667083784 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 12221 11077 866 1460 0 10752 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48884

[startup+25.5002 s]
/proc/loadavg: 1.96 2.04 2.00 3/177 4654
/proc/meminfo: memFree=27817972/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=63104 CPUtime=25.47 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 17515 0 0 0 2463 84 0 0 20 0 1 0 286444795 64618496 14922 33554432000 4194304 10173063 140733667090144 140733667083320 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 15776 14922 866 1460 0 14307 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 63104

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

[startup+28.7002 s]
/proc/loadavg: 1.96 2.04 2.00 3/177 4654
/proc/meminfo: memFree=27814040/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=65940 CPUtime=28.68 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 19571 0 0 0 2769 99 0 0 20 0 1 0 286444795 67522560 15700 33554432000 4194304 10173063 140733667090144 140733667086424 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 16485 15700 866 1460 0 15016 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 65940

[startup+30.3002 s]
/proc/loadavg: 1.96 2.04 2.00 3/177 4654
/proc/meminfo: memFree=27814056/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=66400 CPUtime=30.28 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 19679 0 0 0 2922 106 0 0 20 0 1 0 286444795 67993600 15808 33554432000 4194304 10173063 140733667090144 140733667083128 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 16600 15808 866 1460 0 15131 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 66400

[startup+31.1002 s]
/proc/loadavg: 1.97 2.04 2.00 3/177 4654
/proc/meminfo: memFree=27814196/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=66400 CPUtime=31.07 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 19701 0 0 0 3000 107 0 0 20 0 1 0 286444795 67993600 15830 33554432000 4194304 10173063 140733667090144 140733667085512 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 16600 15830 866 1460 0 15131 0
Current children cumulated CPU time (s) 31.07
Current children cumulated vsize (KiB) 66400

[startup+31.3002 s]
/proc/loadavg: 1.97 2.04 2.00 3/177 4654
/proc/meminfo: memFree=27814196/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=66400 CPUtime=31.28 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 19701 0 0 0 3020 108 0 0 20 0 1 0 286444795 67993600 15830 33554432000 4194304 10173063 140733667090144 140733667085512 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 16600 15830 866 1460 0 15131 0
Current children cumulated CPU time (s) 31.28
Current children cumulated vsize (KiB) 66400

[startup+31.4002 s]
/proc/loadavg: 1.97 2.04 2.00 3/177 4654
/proc/meminfo: memFree=27814196/32873648 swapFree=7104/7104
[pid=4425] ppid=4423 vsize=66400 CPUtime=31.37 cores=1,3,5,7
/proc/4425/stat : 4425 (scip-2.1.1.4fix) R 4423 4425 32675 0 -1 4202496 19701 0 0 0 3029 108 0 0 20 0 1 0 286444795 67993600 15830 33554432000 4194304 10173063 140733667090144 140733667085512 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4425/statm: 16600 15830 866 1460 0 15131 0
Current children cumulated CPU time (s) 31.37
Current children cumulated vsize (KiB) 66400

Child status: 0
Real time (s): 31.48
CPU time (s): 31.4632
CPU user time (s): 30.3724
CPU system time (s): 1.09083
CPU usage (%): 99.9468
Max. virtual memory (cumulated for all children) (KiB): 66400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.3724
system time used= 1.09083
maximum resident set size= 67712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 40

runsolver used 0.058991 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 13:06:33
IDJOB=3717622
IDBENCH=79363
IDSOLVER=2300
FILE ID=node127/3717622-1338203193
RUNJOBID= node127-1338192865-32692
PBS_JOBID= 14624582
Free space on /tmp= 71156 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-dubois100_ext.wbo
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717622-1338203193/watcher-3717622-1338203193 -o /tmp/evaluation-result-3717622-1338203193/solver-3717622-1338203193 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3717622-1338203193.wbo -t 1800 -m 15500

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

MD5SUM BENCH= f32f9fbbe8d0be7126e44da0da47de41
RANDOM SEED=1955478827

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27412272 kB
Buffers:          489896 kB
Cached:          3582292 kB
SwapCached:            0 kB
Active:          1766988 kB
Inactive:        2809272 kB
Active(anon):     506312 kB
Inactive(anon):        0 kB
Active(file):    1260676 kB
Inactive(file):  2809272 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13648 kB
Writeback:             0 kB
AnonPages:        510816 kB
Mapped:            17916 kB
Shmem:               200 kB
Slab:             745520 kB
SReclaimable:     189772 kB
SUnreclaim:       555748 kB
KernelStack:        1456 kB
PageTables:         4600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     618448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    460800 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= 71144 MiB
End job on node127 at 2012-05-28 13:07:05