Trace number 3717391

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 622.941 623.052

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.2.accl.ucl--soft-0-100-0.wbo
MD5SUM8b380a82e4776add8076b73e28ebbe59
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark1.66974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2152
Total number of constraints5613
Number of soft constraints5613
Number of constraints which are clauses5137
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 284792
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 284791
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 129
Number of bits of the biggest sum of numbers8
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-3717391-1338201487.wbo>
0.00/0.02	c original problem has 7765 variables (7765 bin, 0 int, 0 impl, 0 cont) and 5614 constraints
0.00/0.02	c problem read in 0.02
0.07/0.09	o 284791
0.07/0.09	c feasible solution found by trivial heuristic, objective value  2.847910e+05
0.07/0.09	c presolving:
0.08/0.12	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 238 chg sides, 476 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.08/0.14	c (round 2) 0 del vars, 1 del conss, 0 add conss, 5613 chg bounds, 238 chg sides, 476 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.08/0.19	c    (0.2s) probing: 51/7765 (0.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.19	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.08/0.19	c presolving (3 rounds):
0.08/0.19	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 5613 tightened bounds, 0 added holes, 238 changed sides, 476 changed coefficients
0.08/0.19	c  5613 implications, 0 cliques
0.08/0.19	c presolved problem has 13378 variables (7765 bin, 0 int, 5613 impl, 0 cont) and 11226 constraints
0.08/0.19	c    5613 constraints of type <linear>
0.08/0.19	c    5613 constraints of type <indicator>
0.08/0.19	c transformed objective value is always integral (scale: 1)
0.08/0.19	c Presolving Time: 0.15
0.08/0.19	c - non default parameters ----------------------------------------------------------------------
0.08/0.19	c # SCIP version 2.1.1.4
0.08/0.19	c 
0.08/0.19	c # maximal time in seconds to run
0.08/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.19	c limits/time = 1797
0.08/0.19	c 
0.08/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.19	c limits/memory = 13950
0.08/0.19	c 
0.08/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.19	c # [type: int, range: [1,2], default: 1]
0.08/0.19	c timing/clocktype = 2
0.08/0.19	c 
0.08/0.19	c # belongs reading time to solving time?
0.08/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.19	c timing/reading = TRUE
0.08/0.19	c 
0.08/0.19	c # force restart if we have a max FS instance and gap is 1?
0.08/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.19	c constraints/indicator/forcerestart = TRUE
0.08/0.19	c 
0.08/0.19	c # priority of branching rule <inference>
0.08/0.19	c # [type: int, range: [-536870912,536870911], default: 1000]
0.08/0.19	c branching/inference/priority = 1000000
0.08/0.19	c 
0.08/0.19	c # frequency offset for calling primal heuristic <coefdiving>
0.08/0.19	c # [type: int, range: [0,2147483647], default: 1]
0.08/0.19	c heuristics/coefdiving/freqofs = 0
0.08/0.19	c 
0.08/0.19	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.08/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.19	c heuristics/shiftandpropagate/freq = -1
0.08/0.19	c 
0.08/0.19	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.08/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.19	c heuristics/undercover/freq = -1
0.08/0.19	c 
0.08/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.19	c separating/rapidlearning/freq = 0
0.08/0.19	c 
0.08/0.19	c # frequency for calling primal heuristic <indrounding> (-1: never, 0: only at depth freqofs)
0.08/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.19	c heuristics/indrounding/freq = 1
0.08/0.19	c 
0.08/0.19	c -----------------------------------------------------------------------------------------------
0.08/0.19	c start solving
0.19/0.21	c 
0.19/0.22	o 15962
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c 6 0.2s|     1 |     0 |     0 |     - |  33M|   0 |   - |  13k|  11k|   0 |   0 |   0 |   0 |   0 |      --      | 1.596200e+04 |    Inf 
1.79/1.84	o 3091
1.79/1.84	c 6 1.8s|     1 |     0 |     0 |     - |  34M|   0 |   - |  13k|  11k|   0 |   0 |   0 |   0 |   0 |      --      | 3.091000e+03 |    Inf 
1.99/2.00	c   2.0s|     1 |     0 |  1853 |     - |  44M|   0 | 801 |  13k|  11k|  13k|  11k|   0 |   0 |   0 | 0.000000e+00 | 3.091000e+03 |    Inf 
2.09/2.16	o 2629
2.09/2.16	c 6 2.2s|     1 |     0 |  1853 |     - |  45M|   0 | 801 |  13k|  11k|  13k|  11k|   0 |   0 |   0 | 0.000000e+00 | 2.629000e+03 |    Inf 
2.69/2.77	c   2.8s|     1 |     0 |  2680 |     - |  45M|   0 | 970 |  13k|  11k|  13k|  11k|  49 |   0 |   0 | 0.000000e+00 | 2.629000e+03 |    Inf 
3.38/3.40	c   3.4s|     1 |     0 |  3283 |     - |  45M|   0 | 978 |  13k|  11k|  13k|  11k| 160 |   0 |   0 | 0.000000e+00 | 2.629000e+03 |    Inf 
4.49/4.57	c   4.6s|     1 |     0 |  4830 |     - |  46M|   0 | 905 |  13k|  11k|  13k|  11k| 291 |   0 |   0 | 0.000000e+00 | 2.629000e+03 |    Inf 
5.28/5.40	c   5.4s|     1 |     0 |  5938 |     - |  47M|   0 |1155 |  13k|  11k|  13k|  11k| 427 |   0 |   0 | 0.000000e+00 | 2.629000e+03 |    Inf 
8.08/8.19	c   8.2s|     1 |     0 |  6994 |     - |  47M|   0 |1051 |  13k|  11k|  13k|  11k| 533 |   0 |   0 | 0.000000e+00 | 2.629000e+03 |    Inf 
9.79/9.82	c   9.8s|     1 |     0 | 10574 |     - |  47M|   0 |1172 |  13k|  11k|  13k|  11k| 642 |   0 |   0 | 0.000000e+00 | 2.629000e+03 |    Inf 
19.79/19.86	c  19.9s|     1 |     2 | 26244 |     - |  48M|   0 |1172 |  13k|  11k|  13k|  11k| 642 |  10 |   0 | 0.000000e+00 | 2.629000e+03 |    Inf 
31.88/31.94	o 1295
31.88/31.94	c v31.9s|    33 |    34 | 46585 |1125.3 |  62M|  25 |   - |  13k|  11k|  13k|  11k| 642 |  36 |   0 | 0.000000e+00 | 1.295000e+03 |    Inf 
32.18/32.26	o 1069
32.18/32.26	c 632.3s|    33 |    34 | 46645 |1127.2 |  62M|  25 | 939 |  13k|  11k|  13k|  11k| 642 |  38 |   0 | 0.000000e+00 | 1.069000e+03 |    Inf 
79.66/79.77	c  79.8s|   100 |   101 |140188 |1309.2 |  78M|  28 |1108 |  13k|  11k|  13k|  11k| 642 |  89 |   0 | 0.000000e+00 | 1.069000e+03 |    Inf 
92.27/92.40	c  92.4s|   200 |   201 |163324 | 767.6 |  78M|  56 | 545 |  13k|  11k|  13k|  11k| 642 |  97 |   0 | 0.000000e+00 | 1.069000e+03 |    Inf 
94.67/94.75	o 976
94.67/94.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.67/94.75	c C94.8s|   233 |   234 |165455 | 667.6 |  79M|  69 | 404 |  13k|  11k|  13k|  11k| 642 | 104 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
96.96/97.08	c  97.1s|   300 |   301 |170111 | 533.6 |  79M| 113 | 300 |  13k|  11k|  13k|  11k| 642 | 104 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
100.07/100.11	c   100s|   400 |   399 |173041 | 407.2 |  80M| 158 | 171 |  13k|  11k|  13k|  11k| 642 | 121 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
103.17/103.28	c   103s|   500 |   495 |176454 | 332.4 |  81M| 161 | 166 |  13k|  11k|  13k|  11k| 642 | 131 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
105.96/106.01	c   106s|   600 |   570 |179667 | 282.3 |  83M| 166 | 167 |  13k|  11k|  13k|  11k| 642 | 163 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
111.07/111.10	c   111s|   700 |   646 |184845 | 249.3 |  85M| 166 | 189 |  13k|  11k|  13k|  11k| 642 | 290 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
114.56/114.62	c   115s|   800 |   712 |190015 | 224.6 |  86M| 166 | 387 |  13k|  11k|  13k|  11k| 642 | 340 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
121.76/121.84	c   122s|   900 |   790 |201450 | 212.3 |  88M| 166 | 359 |  13k|  11k|  13k|  11k| 642 | 395 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
127.66/127.75	c   128s|  1000 |   860 |212993 | 202.6 |  90M| 166 | 156 |  13k|  11k|  13k|  11k| 642 | 425 |   0 | 0.000000e+00 | 9.760000e+02 |    Inf 
128.26/128.33	o 893
128.26/128.33	c C 128s|  1006 |   796 |213176 | 201.6 |  84M| 166 | 168 |  13k|  11k|  13k|  11k| 642 | 430 |   0 | 0.000000e+00 | 8.930000e+02 |    Inf 
128.36/128.43	o 691
128.36/128.43	c 6 128s|  1007 |   548 |213176 | 201.4 |  82M| 166 |   - |  13k|  11k|   0 |   0 | 642 | 430 |   0 | 0.000000e+00 | 6.910000e+02 |    Inf 
186.15/186.21	c   186s|  1100 |   586 |369498 | 326.6 |  83M| 166 |   - |  13k|  11k|   0 |   0 | 642 | 500 |   0 | 0.000000e+00 | 6.910000e+02 |    Inf 
204.35/204.48	c   204s|  1200 |   644 |411273 | 334.2 |  83M| 166 | 907 |  13k|  11k|  13k|  11k| 642 | 552 |   0 | 0.000000e+00 | 6.910000e+02 |    Inf 
215.95/216.02	c   216s|  1300 |   689 |432939 | 325.1 |  84M| 166 |   - |  13k|  11k|   0 |   0 | 642 | 626 |   0 | 0.000000e+00 | 6.910000e+02 |    Inf 
221.05/221.14	o 690
221.05/221.14	c v 221s|  1356 |   717 |442423 | 318.7 |  86M| 166 |   - |  13k|  11k|  13k|  11k| 642 | 658 |   0 | 0.000000e+00 | 6.900000e+02 |    Inf 
221.14/221.29	o 190
221.14/221.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.14/221.29	c 6 221s|  1357 |   441 |442423 | 318.5 |  81M| 166 |   - |  13k|  11k|   0 |   0 | 642 | 658 |   0 | 0.000000e+00 | 1.900000e+02 |    Inf 
223.65/223.77	c   224s|  1400 |   469 |450262 | 314.3 |  83M| 166 | 188 |  13k|  11k|  13k|  11k| 642 | 683 |   0 | 0.000000e+00 | 1.900000e+02 |    Inf 
224.54/224.60	o 188
224.54/224.60	c * 225s|  1446 |   481 |450716 | 304.6 |  83M| 166 |   - |  13k|  11k|  13k|  11k| 642 | 697 |   0 | 0.000000e+00 | 1.880000e+02 |    Inf 
224.54/224.65	o 95
224.54/224.65	c 6 225s|  1446 |   370 |450716 | 304.6 |  82M| 166 |   - |  13k|  11k|  13k|  11k| 642 | 697 |   0 | 0.000000e+00 | 9.500000e+01 |    Inf 
225.75/225.88	c   226s|  1500 |   391 |452358 | 294.7 |  81M| 166 |   4 |  13k|  11k|  13k|  11k| 642 | 704 |   0 | 0.000000e+00 | 9.500000e+01 |    Inf 
225.85/225.90	o 94
225.85/225.90	c * 226s|  1502 |   361 |452364 | 294.3 |  81M| 166 |   - |  13k|  11k|  13k|  11k| 642 | 704 |   0 | 0.000000e+00 | 9.400000e+01 |    Inf 
225.85/225.93	o 89
225.85/225.93	c 6 226s|  1502 |   361 |452364 | 294.3 |  81M| 166 |   - |  13k|  11k|  13k|  11k| 642 | 704 |   0 | 0.000000e+00 | 8.900000e+01 |    Inf 
226.45/226.60	o 87
226.45/226.60	c * 227s|  1541 |   361 |452596 | 287.0 |  81M| 166 |   - |  13k|  11k|  13k|  11k| 642 | 709 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
226.55/226.62	o 82
226.55/226.62	c 6 227s|  1541 |   336 |452596 | 287.0 |  81M| 166 |   - |  13k|  11k|  13k|  11k| 642 | 709 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
228.04/228.15	c   228s|  1600 |   322 |454718 | 277.8 |  80M| 166 |  81 |  13k|  10k|  13k|  11k| 642 | 755 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
228.55/228.62	o 81
228.55/228.62	c 5 229s|  1630 |   350 |454986 | 272.8 |  81M| 166 |   4 |  13k|  10k|  13k|  11k| 642 | 756 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
228.55/228.66	o 69
228.55/228.66	c 6 229s|  1631 |   309 |454986 | 272.6 |  81M| 166 |   - |  13k|  10k|   0 |   0 | 642 | 756 |   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
229.35/229.40	o 68
229.35/229.40	c * 229s|  1666 |   318 |455634 | 267.3 |  80M| 166 |   - |  13k|9936 |  13k|  11k| 642 | 769 |   0 | 0.000000e+00 | 6.800000e+01 |    Inf 
229.35/229.43	o 63
229.35/229.43	c 6 229s|  1666 |   318 |455634 | 267.3 |  81M| 166 |   - |  13k|9936 |  13k|  11k| 642 | 769 |   0 | 0.000000e+00 | 6.300000e+01 |    Inf 
229.64/229.79	o 60
229.64/229.79	c * 230s|  1688 |   313 |455714 | 263.9 |  80M| 166 |   - |  13k|9585 |  13k|  11k| 642 | 773 |   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
229.75/229.81	o 55
229.75/229.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.75/229.81	c 6 230s|  1688 |   294 |455714 | 263.9 |  80M| 166 |   - |  13k|9585 |  13k|  11k| 642 | 773 |   0 | 0.000000e+00 | 5.500000e+01 |    Inf 
230.04/230.13	c   230s|  1700 |   297 |456161 | 262.3 |  80M| 166 | 183 |  13k|9143 |  13k|  11k| 642 | 774 |   0 | 0.000000e+00 | 5.500000e+01 |    Inf 
230.54/230.69	o 54
230.54/230.69	c * 231s|  1732 |   310 |456685 | 257.7 |  80M| 166 |   - |  13k|9146 |  13k|  11k| 642 | 777 |   0 | 0.000000e+00 | 5.400000e+01 |    Inf 
230.64/230.72	o 46
230.64/230.72	c 6 231s|  1732 |   285 |456685 | 257.7 |  80M| 166 |   - |  13k|9146 |  13k|  11k| 642 | 777 |   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
231.04/231.12	o 43
231.04/231.12	c * 231s|  1756 |   266 |456781 | 254.2 |  79M| 166 |   - |  13k|8629 |  13k|  11k| 642 | 777 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
231.04/231.15	o 38
231.04/231.15	c 6 231s|  1756 |   218 |456781 | 254.2 |  79M| 166 |   - |  13k|8629 |  13k|  11k| 642 | 777 |   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
232.54/232.64	c   233s|  1800 |   258 |460906 | 250.3 |  79M| 166 |  50 |  13k|8146 |  13k|  11k| 642 | 779 |   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
232.94/233.05	o 36
232.94/233.05	c * 233s|  1835 |   242 |460997 | 245.6 |  79M| 166 |   - |  13k|8152 |  13k|  11k| 642 | 785 |   0 | 0.000000e+00 | 3.600000e+01 |    Inf 
232.94/233.07	o 12
232.94/233.07	c 6 233s|  1835 |   216 |460997 | 245.6 |  79M| 166 |   - |  13k|8152 |  13k|  11k| 642 | 785 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
233.74/233.88	o 11
233.74/233.88	c s 234s|  1890 |   223 |461748 | 238.8 |  78M| 166 |   - |  13k|6646 |  13k|  11k| 642 | 792 |   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
233.74/233.89	c Forcing restart, since 5052 binary variables among 5613 have been fixed.
234.04/234.11	c (run 1, node 1891) performing user restart
234.04/234.11	c 
234.04/234.12	c (restart) converted 5801 cuts from the global cut pool into linear constraints
234.04/234.12	c 
234.04/234.17	c presolving:
234.25/234.37	c (round 1) 10349 del vars, 5645 del conss, 0 add conss, 107 chg bounds, 11 chg sides, 56 chg coeffs, 0 upgd conss, 76335 impls, 0 clqs
234.25/234.38	c (round 2) 10377 del vars, 5961 del conss, 0 add conss, 109 chg bounds, 11 chg sides, 58 chg coeffs, 1 upgd conss, 77251 impls, 0 clqs
234.25/234.39	c (round 3) 10381 del vars, 5974 del conss, 0 add conss, 109 chg bounds, 11 chg sides, 58 chg coeffs, 1 upgd conss, 77251 impls, 0 clqs
234.35/234.43	c (round 4) 10381 del vars, 5989 del conss, 0 add conss, 109 chg bounds, 11 chg sides, 58 chg coeffs, 5316 upgd conss, 77251 impls, 0 clqs
234.35/234.46	c (round 5) 10381 del vars, 5989 del conss, 0 add conss, 109 chg bounds, 13 chg sides, 64 chg coeffs, 5316 upgd conss, 77251 impls, 0 clqs
234.35/234.49	c (round 6) 10381 del vars, 9442 del conss, 1144 add conss, 109 chg bounds, 13 chg sides, 64 chg coeffs, 5316 upgd conss, 77251 impls, 0 clqs
234.45/234.50	c (round 7) 10398 del vars, 9548 del conss, 1249 add conss, 109 chg bounds, 13 chg sides, 64 chg coeffs, 5316 upgd conss, 77519 impls, 20 clqs
234.45/234.51	c (round 8) 10400 del vars, 9551 del conss, 1249 add conss, 109 chg bounds, 13 chg sides, 65 chg coeffs, 5320 upgd conss, 77519 impls, 124 clqs
234.54/234.68	c (round 9) 10402 del vars, 9569 del conss, 1265 add conss, 109 chg bounds, 13 chg sides, 65 chg coeffs, 5320 upgd conss, 77519 impls, 125 clqs
234.74/234.84	c (round 10) 10402 del vars, 9578 del conss, 1265 add conss, 109 chg bounds, 13 chg sides, 65 chg coeffs, 5320 upgd conss, 77519 impls, 125 clqs
234.94/235.01	c presolving (11 rounds):
234.94/235.01	c  10402 deleted vars, 9578 deleted constraints, 1265 added constraints, 109 tightened bounds, 0 added holes, 13 changed sides, 65 changed coefficients
234.94/235.01	c  77519 implications, 125 cliques
234.94/235.01	c presolved problem has 2976 variables (2459 bin, 0 int, 517 impl, 0 cont) and 4134 constraints
234.94/235.01	c     517 constraints of type <varbound>
234.94/235.01	c     528 constraints of type <knapsack>
234.94/235.01	c     667 constraints of type <setppc>
234.94/235.01	c    1001 constraints of type <and>
234.94/235.01	c     536 constraints of type <linear>
234.94/235.01	c     517 constraints of type <indicator>
234.94/235.01	c     311 constraints of type <logicor>
234.94/235.01	c      57 constraints of type <bounddisjunction>
234.94/235.01	c transformed objective value is always integral (scale: 1)
234.94/235.01	c Presolving Time: 1.03
234.94/235.01	c 
234.94/235.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
234.94/235.09	c   235s|     1 |     0 |463399 |     - |  74M|   0 | 405 |2976 |4134 |2976 |5048 |   0 | 792 |   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
242.14/242.22	o 9
242.14/242.22	c y 242s|     1 |     0 |463399 |     - |  75M|   0 | 405 |2976 |4134 |2976 |5048 |   0 | 792 |   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
242.25/242.34	c   242s|     1 |     0 |464473 |     - |  75M|   0 | 633 |2976 |5652 |2976 |5433 | 385 | 792 |   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
242.25/242.35	c   242s|     1 |     0 |464473 |     - |  75M|   0 | 633 |2976 |5652 |2976 |5433 | 385 | 792 |   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
242.44/242.55	c   243s|     1 |     2 |464802 |     - |  75M|   0 | 633 |2976 |5654 |2976 |5433 | 385 | 794 |   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
245.84/245.97	o 8
245.84/245.97	c v 246s|    30 |    31 |481140 | 244.2 |  76M|  16 |   - |2976 |5678 |2976 |5070 |1436 | 818 |   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
247.24/247.33	o 7
247.24/247.33	c v 247s|    35 |    36 |487515 | 246.8 |  76M|  16 |   - |2976 |5427 |2976 |5071 |1879 | 842 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
250.94/251.07	o 6
250.94/251.07	c g 251s|    80 |    81 |503251 | 249.2 |  76M|  31 |   - |2976 |5243 |2976 |5106 |2519 | 935 |   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
251.75/251.81	o 4
251.75/251.81	c v 252s|    89 |    54 |505430 | 249.2 |  76M|  36 |   - |2976 |5143 |2976 |5110 |2614 | 943 |   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
252.24/252.32	o 3
252.24/252.32	c v 252s|    95 |    60 |507627 | 249.5 |  75M|  36 |   - |2976 |4842 |2976 |5084 |2731 | 943 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
252.64/252.77	c   253s|   100 |    65 |510265 | 250.2 |  75M|  36 | 704 |2976 |4545 |2976 |5167 |2924 | 943 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
253.84/254.00	o 2
253.84/254.00	c g 254s|   113 |    75 |515393 | 251.1 |  76M|  36 |   - |2976 |4564 |2976 |5189 |3135 | 962 |   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
255.05/255.17	o 1
255.05/255.17	c Forcing restart, since the absolute gap is 1.000000.
255.05/255.17	c g 255s|   123 |    85 |519599 | 252.0 |  76M|  36 |   - |2976 |4482 |2976 |5161 |3343 | 973 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.05/255.17	c (run 2, node 123) performing user restart
255.05/255.17	c 
255.05/255.18	c (restart) converted 616 cuts from the global cut pool into linear constraints
255.05/255.18	c 
255.05/255.19	c presolving:
255.14/255.21	c (round 1) 975 del vars, 894 del conss, 1 add conss, 5 chg bounds, 3 chg sides, 18 chg coeffs, 0 upgd conss, 89001 impls, 125 clqs
255.14/255.22	c (round 2) 988 del vars, 975 del conss, 1 add conss, 6 chg bounds, 4 chg sides, 19 chg coeffs, 0 upgd conss, 89229 impls, 125 clqs
255.14/255.22	c (round 3) 994 del vars, 994 del conss, 1 add conss, 6 chg bounds, 4 chg sides, 23 chg coeffs, 0 upgd conss, 89229 impls, 125 clqs
255.14/255.25	c (round 4) 995 del vars, 1267 del conss, 42 add conss, 6 chg bounds, 13 chg sides, 23 chg coeffs, 22 upgd conss, 89229 impls, 125 clqs
255.34/255.42	c (round 5) 995 del vars, 1284 del conss, 43 add conss, 6 chg bounds, 13 chg sides, 23 chg coeffs, 745 upgd conss, 89229 impls, 164 clqs
255.44/255.50	c (round 6) 995 del vars, 1372 del conss, 53 add conss, 6 chg bounds, 23 chg sides, 52 chg coeffs, 745 upgd conss, 89229 impls, 164 clqs
255.44/255.51	c (round 7) 995 del vars, 1372 del conss, 53 add conss, 65 chg bounds, 23 chg sides, 52 chg coeffs, 745 upgd conss, 89229 impls, 164 clqs
255.44/255.52	c (round 8) 1117 del vars, 1492 del conss, 53 add conss, 133 chg bounds, 23 chg sides, 52 chg coeffs, 745 upgd conss, 90224 impls, 164 clqs
255.44/255.52	c (round 9) 1129 del vars, 1510 del conss, 53 add conss, 133 chg bounds, 23 chg sides, 53 chg coeffs, 749 upgd conss, 90224 impls, 164 clqs
255.44/255.53	c (round 10) 1130 del vars, 1511 del conss, 53 add conss, 133 chg bounds, 23 chg sides, 53 chg coeffs, 808 upgd conss, 90224 impls, 164 clqs
255.44/255.54	c (round 11) 1133 del vars, 1519 del conss, 58 add conss, 133 chg bounds, 24 chg sides, 54 chg coeffs, 813 upgd conss, 90254 impls, 163 clqs
255.64/255.71	c (round 12) 1133 del vars, 1522 del conss, 59 add conss, 133 chg bounds, 24 chg sides, 54 chg coeffs, 813 upgd conss, 90254 impls, 168 clqs
255.64/255.72	c (round 13) 1133 del vars, 1524 del conss, 59 add conss, 133 chg bounds, 24 chg sides, 54 chg coeffs, 813 upgd conss, 90254 impls, 168 clqs
255.64/255.73	c (round 14) 1133 del vars, 2628 del conss, 425 add conss, 133 chg bounds, 24 chg sides, 54 chg coeffs, 813 upgd conss, 90254 impls, 168 clqs
255.64/255.74	c (round 15) 1135 del vars, 2668 del conss, 465 add conss, 133 chg bounds, 24 chg sides, 54 chg coeffs, 813 upgd conss, 90254 impls, 173 clqs
255.84/255.91	c (round 16) 1135 del vars, 2670 del conss, 467 add conss, 133 chg bounds, 24 chg sides, 54 chg coeffs, 813 upgd conss, 90254 impls, 213 clqs
255.94/256.05	c (round 17) 1135 del vars, 2671 del conss, 467 add conss, 133 chg bounds, 24 chg sides, 54 chg coeffs, 813 upgd conss, 90254 impls, 214 clqs
255.94/256.06	c presolving (18 rounds):
255.94/256.06	c  1135 deleted vars, 2671 deleted constraints, 467 added constraints, 133 tightened bounds, 0 added holes, 24 changed sides, 54 changed coefficients
255.94/256.06	c  90254 implications, 214 cliques
255.94/256.06	c presolved problem has 1841 variables (1841 bin, 0 int, 0 impl, 0 cont) and 2885 constraints
255.94/256.06	c     603 constraints of type <knapsack>
255.94/256.06	c     322 constraints of type <setppc>
255.94/256.06	c    1233 constraints of type <and>
255.94/256.06	c     328 constraints of type <logicor>
255.94/256.06	c     399 constraints of type <bounddisjunction>
255.94/256.06	c transformed objective value is always integral (scale: 1)
255.94/256.06	c Presolving Time: 1.90
255.94/256.06	c 
255.94/256.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.94/256.09	c   256s|     1 |     0 |520126 |     - |  72M|   0 | 361 |1841 |2885 |1841 |3427 |   0 | 973 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.24/256.33	c   256s|     1 |     0 |521001 |     - |  73M|   0 | 645 |1841 |2885 |1841 |3825 | 398 | 973 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.24/256.33	c   256s|     1 |     2 |521001 |     - |  73M|   0 | 645 |1841 |2885 |1841 |3825 | 398 | 973 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.84/258.95	c   259s|   100 |    78 |537397 | 247.8 |  74M|  51 |  97 |1841 |2964 |1841 |4323 |1932 |1052 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.74/259.82	c   260s|   200 |    78 |541057 | 238.3 |  74M|  57 | 321 |1841 |3159 |1841 |4330 |2128 |1247 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.74/260.82	c   261s|   300 |    49 |545984 | 230.1 |  74M|  57 |   - |1841 |3366 |   0 |   0 |2448 |1460 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
261.84/261.94	c   262s|   400 |    51 |551220 | 222.7 |  74M|  57 |   - |1841 |3462 |   0 |   0 |2789 |1574 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.54/263.66	c   264s|   500 |    79 |558976 | 217.0 |  74M|  57 | 346 |1841 |3573 |1841 |3959 |3251 |1709 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
264.74/264.82	c   265s|   600 |    70 |565558 | 211.2 |  74M|  57 |   - |1841 |3747 |   0 |   0 |3583 |1896 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.94/266.06	c   266s|   700 |    75 |571731 | 205.7 |  74M|  57 | 289 |1841 |3868 |1841 |4307 |3904 |2038 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.14/267.22	c   267s|   800 |    64 |578291 | 200.7 |  74M|  57 | 336 |1841 |3907 |1841 |4268 |4288 |2144 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.64/268.79	c   269s|   900 |    67 |586900 | 196.8 |  74M|  57 | 351 |1841 |3860 |1841 |4322 |4762 |2248 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.04/270.10	c   270s|  1000 |    67 |593530 | 192.4 |  74M|  57 | 338 |1841 |3921 |1841 |4255 |5081 |2423 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.94/272.07	c   272s|  1100 |    48 |604454 | 189.8 |  74M|  57 | 425 |1841 |3698 |1841 |4242 |5857 |2561 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.85/273.92	c   274s|  1200 |    49 |614199 | 186.9 |  74M|  57 |   - |1841 |3747 |   0 |   0 |6454 |2679 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.23/275.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.23/275.38	c   275s|  1300 |    46 |621903 | 183.6 |  74M|  57 | 483 |1841 |3816 |1841 |4326 |6904 |2773 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.04/277.13	c   277s|  1400 |    37 |630974 | 180.8 |  74M|  57 | 476 |1841 |3827 |1841 |4266 |7488 |2887 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
278.94/279.03	c   279s|  1500 |    31 |640748 | 178.5 |  74M|  57 |   - |1841 |3852 |   0 |   0 |8071 |2979 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.84/280.99	c   281s|  1600 |    37 |651855 | 176.6 |  74M|  57 | 348 |1841 |3875 |1841 |4282 |8753 |3095 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.83/282.94	c   283s|  1700 |    35 |662023 | 174.6 |  74M|  57 | 251 |1841 |3972 |1841 |4253 |9471 |3246 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.93/284.07	c   284s|  1800 |    64 |668010 | 171.6 |  74M|  57 |  74 |1841 |3971 |1841 |4232 |9859 |3318 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.94/285.01	c   285s|  1900 |    30 |671934 | 168.2 |  74M|  57 |   - |1841 |4116 |   0 |   0 |  10k|3471 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.34/286.46	c   286s|  2000 |    22 |679842 | 166.0 |  74M|  57 |   - |1841 |4248 |   0 |   0 |  10k|3616 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
287.73/287.89	c   288s|  2100 |    43 |686909 | 163.7 |  74M|  57 | 182 |1841 |4322 |1841 |4281 |  11k|3743 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
288.44/288.53	c   289s|  2200 |    50 |689280 | 160.3 |  75M|  57 | 202 |1841 |4402 |1841 |4264 |  11k|3835 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.43/289.54	c   290s|  2300 |    38 |693633 | 157.6 |  75M|  57 | 251 |1841 |4499 |1841 |4270 |  11k|3944 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
290.35/290.41	c   290s|  2400 |    42 |698173 | 155.1 |  75M|  57 | 253 |1841 |4593 |1841 |4280 |  11k|4062 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.14/291.29	c   291s|  2500 |    28 |702268 | 152.6 |  75M|  57 | 253 |1841 |4688 |1841 |4240 |  11k|4202 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.23/292.37	c   292s|  2600 |    25 |707194 | 150.3 |  75M|  57 | 346 |1841 |4751 |1841 |4225 |  12k|4318 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
293.24/293.36	c   293s|  2700 |    33 |711528 | 148.1 |  75M|  57 | 326 |1841 |4823 |1841 |4227 |  12k|4432 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.44/294.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.44/294.53	c   295s|  2800 |    27 |717012 | 146.1 |  75M|  57 | 334 |1841 |4906 |1841 |4205 |  12k|4541 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.24/295.35	c   295s|  2900 |    23 |720548 | 143.9 |  75M|  57 |   - |1841 |4995 |   0 |   0 |  12k|4677 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
296.44/296.53	c   297s|  3000 |    31 |726414 | 142.2 |  74M|  57 | 422 |1841 |5033 |1841 |4186 |  13k|4769 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
297.33/297.49	c   297s|  3100 |    32 |730771 | 140.2 |  75M|  57 |   - |1841 |5137 |   0 |   0 |  13k|4900 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.73/298.87	c   299s|  3200 |    40 |736370 | 138.6 |  75M|  57 |   - |1841 |5296 |   0 |   0 |  13k|5102 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.24/300.30	c   300s|  3300 |    25 |744070 | 137.5 |  75M|  57 | 538 |1841 |5416 |1841 |4244 |  14k|5295 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.24/302.34	c   302s|  3400 |    22 |754787 | 136.9 |  74M|  57 | 353 |1841 |5361 |1841 |4295 |  15k|5427 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.73/303.87	c   304s|  3500 |    34 |762060 | 135.7 |  75M|  57 | 241 |1841 |5317 |1841 |4312 |  15k|5566 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.73/304.87	c   305s|  3600 |    26 |767003 | 134.2 |  75M|  57 | 333 |1841 |5375 |1841 |4215 |  15k|5679 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
306.43/306.52	c   307s|  3700 |    26 |775925 | 133.4 |  75M|  57 |   - |1841 |5357 |   0 |   0 |  16k|5803 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.94/308.04	c   308s|  3800 |    33 |784008 | 132.5 |  75M|  57 | 302 |1841 |5388 |1841 |4242 |  16k|5926 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.63/309.73	c   310s|  3900 |    23 |792905 | 131.8 |  75M|  57 | 375 |1841 |5416 |1841 |4298 |  17k|6042 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
311.14/311.21	c   311s|  4000 |    34 |801633 | 131.0 |  75M|  57 | 279 |1841 |5428 |1841 |4297 |  17k|6137 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.34/312.48	c   312s|  4100 |    31 |807368 | 129.8 |  75M|  57 | 290 |1841 |5402 |1841 |4200 |  17k|6252 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.34/313.46	c   313s|  4200 |    31 |812032 | 128.5 |  75M|  57 | 250 |1841 |5478 |1841 |4259 |  18k|6361 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.03/315.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.03/315.14	c   315s|  4300 |    24 |820363 | 127.8 |  75M|  57 |   - |1841 |5423 |   0 |   0 |  18k|6468 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
316.43/316.53	c   317s|  4400 |    26 |827346 | 126.9 |  75M|  57 | 324 |1841 |5403 |1841 |4230 |  19k|6578 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
317.73/317.82	c   318s|  4500 |    39 |834048 | 125.9 |  75M|  57 | 427 |1841 |5447 |1841 |4244 |  19k|6664 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.72/318.90	c   319s|  4600 |    22 |839291 | 124.8 |  75M|  57 | 530 |1841 |5525 |1841 |4218 |  19k|6783 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
320.52/320.65	c   321s|  4700 |    27 |848893 | 124.4 |  75M|  57 |   - |1841 |5599 |   0 |   0 |  20k|6926 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
321.83/321.90	c   322s|  4800 |    21 |854952 | 123.5 |  75M|  57 | 492 |1841 |5649 |1841 |4201 |  20k|7052 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
323.62/323.71	c   324s|  4900 |    32 |864960 | 123.1 |  75M|  57 | 335 |1841 |5649 |1841 |4202 |  21k|7166 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.23/325.33	c   325s|  5000 |    26 |873576 | 122.6 |  75M|  57 | 382 |1841 |5700 |1841 |4236 |  21k|7309 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
327.13/327.22	c   327s|  5100 |    38 |883100 | 122.2 |  75M|  57 | 303 |1841 |5677 |1841 |4233 |  22k|7406 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
328.13/328.21	c   328s|  5200 |    24 |888051 | 121.2 |  75M|  57 | 358 |1841 |5791 |1841 |4223 |  22k|7561 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
329.12/329.20	c   329s|  5300 |    32 |892711 | 120.2 |  75M|  57 |   - |1841 |5868 |   0 |   0 |  23k|7679 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
330.43/330.53	c   331s|  5400 |    52 |900101 | 119.6 |  75M|  57 | 324 |1841 |5952 |1841 |4258 |  23k|7793 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.23/331.32	c   331s|  5500 |    57 |903220 | 118.4 |  75M|  57 |   - |1841 |6098 |1841 |4253 |  23k|7969 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
332.03/332.13	c   332s|  5600 |    45 |906652 | 117.3 |  75M|  57 |   - |1841 |6165 |   0 |   0 |  23k|8099 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
332.83/332.97	c   333s|  5700 |    40 |910021 | 116.2 |  75M|  57 | 371 |1841 |6226 |1841 |4253 |  23k|8244 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.73/333.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.73/333.87	c   334s|  5800 |    49 |914030 | 115.2 |  75M|  57 |   - |1841 |6341 |   0 |   0 |  24k|8389 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.82/334.92	c   335s|  5900 |    51 |918691 | 114.4 |  75M|  57 |   - |1841 |6403 |   0 |   0 |  24k|8504 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.82/335.93	c   336s|  6000 |    27 |923772 | 113.6 |  75M|  57 |   - |1841 |6478 |   0 |   0 |  24k|8676 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.83/336.90	c   337s|  6100 |    51 |927269 | 112.6 |  75M|  57 | 183 |1841 |6560 |1841 |4251 |  24k|8791 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
338.12/338.24	c   338s|  6200 |    43 |934150 | 112.1 |  75M|  57 | 291 |1841 |6603 |1841 |4348 |  25k|8899 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
339.22/339.39	c   339s|  6300 |    46 |939898 | 111.4 |  75M|  57 |   - |1841 |6672 |   0 |   0 |  25k|9018 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
340.83/340.92	c   341s|  6400 |    29 |947780 | 111.0 |  75M|  57 |   - |1841 |6735 |   0 |   0 |  25k|9134 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.32/342.41	c   342s|  6500 |    29 |955444 | 110.6 |  75M|  57 | 350 |1841 |6669 |1841 |4194 |  25k|9235 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.42/343.55	c   344s|  6600 |    23 |961234 | 110.0 |  75M|  57 | 478 |1841 |6718 |1841 |4277 |  26k|9365 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.62/344.71	c   345s|  6700 |    18 |967561 | 109.5 |  75M|  57 | 261 |1841 |6690 |1841 |4267 |  26k|9447 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
346.12/346.25	c   346s|  6800 |    18 |975533 | 109.1 |  75M|  57 | 417 |1841 |6750 |1841 |4295 |  27k|9564 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
347.72/347.81	c   348s|  6900 |    16 |983980 | 108.9 |  75M|  57 | 532 |1841 |6774 |1841 |4214 |  27k|9675 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.02/349.13	c   349s|  7000 |    16 |990360 | 108.4 |  75M|  57 | 504 |1841 |6896 |1841 |4230 |  27k|9831 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
350.62/350.74	c   351s|  7100 |    24 |999084 | 108.1 |  75M|  57 | 286 |1841 |6837 |1841 |4293 |  28k|9936 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.82/353.00	c   353s|  7200 |    11 |  1013k| 108.5 |  74M|  57 | 502 |1841 |6447 |1841 |4194 |  29k|  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.13/354.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
354.13/354.25	c   354s|  7300 |    26 |  1019k| 108.0 |  75M|  57 |   - |1841 |6568 |   0 |   0 |  29k|  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
355.23/355.39	c   355s|  7400 |    27 |  1024k| 107.4 |  75M|  57 | 300 |1841 |6702 |1841 |4310 |  29k|  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
356.02/356.19	c   356s|  7500 |    37 |  1028k| 106.7 |  75M|  57 | 210 |1841 |6830 |1841 |4299 |  30k|  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.43/357.55	c   358s|  7600 |    22 |  1035k| 106.3 |  75M|  57 | 412 |1841 |6994 |1841 |4267 |  30k|  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.32/359.43	c   359s|  7700 |    40 |  1044k| 106.2 |  75M|  57 | 309 |1841 |6963 |1841 |4127 |  31k|  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.21/360.30	c   360s|  7800 |    52 |  1048k| 105.5 |  75M|  57 | 336 |1841 |7051 |1841 |4142 |  31k|  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
361.83/361.92	c   362s|  7900 |    69 |  1056k| 105.2 |  75M|  57 | 410 |1841 |7120 |1841 |4208 |  31k|  10k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
362.83/362.96	c   363s|  8000 |    90 |  1062k| 104.7 |  75M|  57 | 396 |1841 |7216 |1841 |4205 |  32k|  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.12/365.20	c   365s|  8100 |    93 |  1074k| 104.9 |  76M|  57 |   - |1841 |7232 |   0 |   0 |  32k|  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.23/366.39	c   366s|  8200 |    83 |  1080k| 104.5 |  76M|  57 | 322 |1841 |7305 |1841 |4175 |  33k|  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
367.42/367.50	c   367s|  8300 |    91 |  1085k| 103.9 |  76M|  57 |   - |1841 |7474 |   0 |   0 |  33k|  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.22/368.37	c   368s|  8400 |    97 |  1089k| 103.3 |  76M|  57 | 524 |1841 |7605 |1841 |4143 |  33k|  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.82/369.90	c   370s|  8500 |    86 |  1097k| 103.1 |  76M|  57 | 396 |1841 |7623 |1841 |4169 |  33k|  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
371.52/371.68	c   372s|  8600 |    93 |  1106k| 102.9 |  76M|  57 | 522 |1841 |7619 |1841 |4196 |  34k|  11k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
373.31/373.42	c   373s|  8700 |    99 |  1114k| 102.8 |  76M|  57 |   - |1841 |7708 |   0 |   0 |  35k|  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
374.82/374.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.82/374.91	c   375s|  8800 |    98 |  1122k| 102.6 |  76M|  57 |   - |1841 |7777 |   0 |   0 |  35k|  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.52/376.61	c   377s|  8900 |   109 |  1131k| 102.5 |  76M|  57 | 291 |1841 |7791 |1841 |4211 |  36k|  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
378.22/378.32	c   378s|  9000 |   125 |  1141k| 102.4 |  76M|  57 | 373 |1841 |7863 |1841 |4217 |  36k|  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
379.81/379.99	c   380s|  9100 |   123 |  1150k| 102.3 |  76M|  57 | 338 |1841 |7932 |1841 |4184 |  37k|  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
381.63/381.71	c   382s|  9200 |   145 |  1158k| 102.1 |  77M|  57 |   - |1841 |8023 |   0 |   0 |  37k|  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
383.22/383.32	c   383s|  9300 |   184 |  1167k| 102.0 |  77M|  57 | 412 |1841 |8032 |1841 |4220 |  38k|  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.72/384.82	c   385s|  9400 |   176 |  1175k| 101.8 |  77M|  57 | 277 |1841 |7886 |1841 |4202 |  38k|  12k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
385.92/386.07	c   386s|  9500 |   147 |  1181k| 101.5 |  77M|  57 | 274 |1841 |7957 |1841 |4215 |  38k|  13k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.12/387.29	c   387s|  9600 |   151 |  1188k| 101.1 |  77M|  57 | 435 |1841 |8009 |1841 |4215 |  39k|  13k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.51/388.61	c   389s|  9700 |   142 |  1194k| 100.8 |  77M|  57 | 480 |1841 |8077 |1841 |4136 |  39k|  13k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
389.82/389.91	c   390s|  9800 |   167 |  1202k| 100.6 |  77M|  57 | 319 |1841 |8124 |1841 |4165 |  40k|  13k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
391.02/391.13	c   391s|  9900 |   138 |  1208k| 100.3 |  77M|  57 | 238 |1841 |8198 |1841 |4144 |  40k|  13k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
392.02/392.19	c   392s| 10000 |   128 |  1213k|  99.9 |  77M|  57 |   - |1841 |8294 |   0 |   0 |  40k|  13k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.01/393.19	c   393s| 10100 |   141 |  1218k|  99.5 |  77M|  57 | 198 |1841 |8338 |1841 |4237 |  40k|  13k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.12/394.26	c   394s| 10200 |   131 |  1224k|  99.1 |  77M|  57 | 312 |1841 |8408 |1841 |4177 |  41k|  14k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
395.61/395.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.61/395.71	c   396s| 10300 |   137 |  1232k|  99.0 |  77M|  57 | 599 |1841 |8492 |1841 |4145 |  41k|  14k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
396.92/397.03	c   397s| 10400 |   134 |  1239k|  98.7 |  77M|  57 | 539 |1841 |8572 |1841 |4152 |  41k|  14k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.81/398.93	c   399s| 10500 |   136 |  1249k|  98.7 |  77M|  57 | 321 |1841 |8621 |1841 |4201 |  42k|  14k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.32/400.47	c   400s| 10600 |    99 |  1257k|  98.6 |  77M|  57 |   - |1841 |8595 |   0 |   0 |  43k|  14k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.52/402.61	c   403s| 10700 |    74 |  1269k|  98.8 |  76M|  57 |   - |1841 |8481 |   0 |   0 |  43k|  14k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.01/404.15	c   404s| 10800 |    67 |  1277k|  98.6 |  76M|  57 |   - |1841 |8485 |   0 |   0 |  44k|  14k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
405.61/405.75	c   406s| 10900 |    46 |  1286k|  98.5 |  76M|  57 | 370 |1841 |8315 |1841 |4204 |  44k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
406.92/407.08	c   407s| 11000 |    36 |  1292k|  98.3 |  76M|  57 | 531 |1841 |8355 |1841 |4170 |  45k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
407.81/408.00	c   408s| 11100 |    37 |  1297k|  97.9 |  76M|  57 |   - |1841 |8348 |   0 |   0 |  45k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.82/408.92	c   409s| 11200 |    33 |  1302k|  97.5 |  75M|  57 | 228 |1841 |8390 |1841 |4287 |  45k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
409.41/409.57	c   410s| 11300 |    35 |  1305k|  97.0 |  76M|  57 | 295 |1841 |8481 |1841 |4244 |  45k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.22/410.36	c   410s| 11400 |    33 |  1308k|  96.6 |  76M|  57 | 199 |1841 |8574 |1841 |4278 |  46k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
411.01/411.15	c   411s| 11500 |    30 |  1312k|  96.1 |  76M|  57 | 294 |1841 |8649 |1841 |4250 |  46k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
411.91/412.09	c   412s| 11600 |    31 |  1316k|  95.7 |  76M|  57 | 450 |1841 |8691 |1841 |4243 |  46k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
412.81/412.94	c   413s| 11700 |    49 |  1320k|  95.3 |  76M|  57 | 319 |1841 |8777 |1841 |4289 |  46k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
413.42/413.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.42/413.59	c   414s| 11800 |    16 |  1323k|  94.8 |  76M|  57 | 604 |1841 |8767 |1841 |4157 |  46k|  15k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
414.81/414.99	c   415s| 11900 |    44 |  1330k|  94.6 |  76M|  57 | 352 |1841 |8768 |1841 |4234 |  47k|  16k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.01/416.13	c   416s| 12000 |    40 |  1336k|  94.4 |  76M|  57 | 242 |1841 |8862 |1841 |4214 |  47k|  16k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
417.01/417.15	c   417s| 12100 |    36 |  1341k|  94.1 |  76M|  57 |   - |1841 |8906 |   0 |   0 |  48k|  16k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.61/418.72	c   419s| 12200 |    46 |  1349k|  94.0 |  76M|  57 | 261 |1841 |8973 |1841 |4221 |  48k|  16k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
420.01/420.16	c   420s| 12300 |    44 |  1357k|  93.9 |  76M|  57 | 242 |1841 |9015 |1841 |4237 |  49k|  16k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
421.22/421.34	c   421s| 12400 |    48 |  1364k|  93.7 |  76M|  57 | 300 |1841 |9089 |1841 |4247 |  49k|  16k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.51/422.65	c   423s| 12500 |    53 |  1370k|  93.5 |  76M|  57 | 204 |1841 |9177 |1841 |4224 |  50k|  17k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.71/423.87	c   424s| 12600 |    57 |  1376k|  93.2 |  76M|  57 | 206 |1841 |9244 |1841 |4226 |  50k|  17k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.81/424.98	c   425s| 12700 |    66 |  1381k|  92.9 |  76M|  57 | 287 |1841 |9340 |1841 |4276 |  51k|  17k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
425.62/425.79	c   426s| 12800 |    58 |  1384k|  92.5 |  76M|  57 | 248 |1841 |9390 |1841 |4253 |  51k|  17k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.11/427.26	c   427s| 12900 |    53 |  1392k|  92.4 |  76M|  57 |   - |1841 |9395 |   0 |   0 |  51k|  17k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
428.11/428.23	c   428s| 13000 |    53 |  1397k|  92.1 |  76M|  57 | 176 |1841 |9391 |1841 |4260 |  52k|  17k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
429.31/429.44	c   429s| 13100 |    53 |  1403k|  91.9 |  76M|  57 | 244 |1841 |9458 |1841 |4258 |  52k|  17k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.40/430.57	c   431s| 13200 |    47 |  1408k|  91.7 |  76M|  57 |   - |1841 |9512 |   0 |   0 |  52k|  18k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.61/431.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.61/431.70	c   432s| 13300 |    73 |  1412k|  91.4 |  77M|  57 | 254 |1841 |9495 |1841 |4199 |  53k|  18k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.61/432.70	c   433s| 13400 |    74 |  1417k|  91.0 |  77M|  57 | 191 |1841 |9589 |1841 |4222 |  53k|  18k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
433.51/433.66	c   434s| 13500 |    71 |  1421k|  90.7 |  77M|  57 | 250 |1841 |9597 |1841 |4218 |  53k|  18k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.71/434.83	c   435s| 13600 |    66 |  1426k|  90.5 |  77M|  57 | 260 |1841 |9683 |1841 |4179 |  54k|  18k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.31/436.49	c   436s| 13700 |    82 |  1434k|  90.4 |  77M|  57 | 315 |1841 |9659 |1841 |4193 |  55k|  18k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
437.11/437.29	c   437s| 13800 |    91 |  1437k|  90.1 |  77M|  57 | 308 |1841 |9720 |1841 |4197 |  55k|  18k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.41/438.53	c   439s| 13900 |   102 |  1443k|  89.8 |  77M|  57 | 367 |1841 |9768 |1841 |4228 |  55k|  19k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
439.31/439.46	c   439s| 14000 |    99 |  1446k|  89.5 |  77M|  57 | 535 |1841 |9912 |1841 |4245 |  56k|  19k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
440.50/440.67	c   441s| 14100 |   123 |  1452k|  89.3 |  77M|  57 |   - |1841 |9990 |   0 |   0 |  56k|  19k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
441.91/442.06	c   442s| 14200 |   113 |  1459k|  89.2 |  77M|  57 | 297 |1841 |  10k|1841 |4230 |  57k|  19k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
443.01/443.13	c   443s| 14300 |   113 |  1464k|  88.9 |  77M|  57 |   - |1841 |  10k|   0 |   0 |  57k|  19k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
444.21/444.39	c   444s| 14400 |   127 |  1470k|  88.7 |  78M|  57 | 172 |1841 |  10k|1841 |4230 |  57k|  19k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
445.31/445.49	c   445s| 14500 |   126 |  1475k|  88.5 |  78M|  57 |   - |1841 |  10k|   0 |   0 |  58k|  19k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
447.11/447.23	c   447s| 14600 |   125 |  1483k|  88.5 |  78M|  57 | 174 |1841 |  10k|1841 |4276 |  58k|  20k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.61/448.73	c   449s| 14700 |   117 |  1490k|  88.4 |  78M|  57 | 247 |1841 |  10k|1841 |4186 |  59k|  20k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
450.10/450.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.10/450.27	c   450s| 14800 |   134 |  1498k|  88.3 |  78M|  57 | 259 |1841 |  10k|1841 |4209 |  60k|  20k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.11/451.24	c   451s| 14900 |   114 |  1503k|  88.1 |  78M|  57 |   - |1841 |  10k|   0 |   0 |  60k|  20k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
452.21/452.38	c   452s| 15000 |    98 |  1508k|  87.9 |  78M|  57 | 244 |1841 |  10k|1841 |4291 |  60k|  20k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
453.90/454.00	c   454s| 15100 |    95 |  1516k|  87.8 |  78M|  57 | 239 |1841 |  10k|1841 |4238 |  61k|  20k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
455.51/455.60	c   456s| 15200 |    82 |  1524k|  87.8 |  78M|  57 | 300 |1841 |  10k|1841 |4251 |  62k|  21k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
457.01/457.15	c   457s| 15300 |    76 |  1532k|  87.7 |  77M|  57 | 265 |1841 |9967 |1841 |4217 |  62k|  21k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
458.30/458.49	c   458s| 15400 |    90 |  1539k|  87.6 |  78M|  57 | 195 |1841 |  10k|1841 |4224 |  63k|  21k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.91/460.01	c   460s| 15500 |    85 |  1547k|  87.6 |  78M|  57 |   - |1841 |  10k|   0 |   0 |  63k|  21k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
461.21/461.39	c   461s| 15600 |    76 |  1554k|  87.5 |  78M|  57 | 302 |1841 |  10k|1841 |4187 |  64k|  21k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.61/462.73	c   463s| 15700 |    72 |  1561k|  87.4 |  78M|  57 | 302 |1841 |  10k|1841 |4296 |  64k|  21k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
464.80/464.96	c   465s| 15800 |    46 |  1573k|  87.5 |  77M|  57 | 294 |1841 |  10k|1841 |4340 |  65k|  21k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
466.40/466.51	c   467s| 15900 |    50 |  1581k|  87.5 |  77M|  57 | 285 |1841 |  10k|1841 |4343 |  66k|  22k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.00/468.11	c   468s| 16000 |    57 |  1589k|  87.5 |  77M|  57 | 318 |1841 |  10k|1841 |4283 |  67k|  22k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.40/469.59	c   470s| 16100 |    49 |  1597k|  87.4 |  77M|  57 |   - |1841 |  10k|   0 |   0 |  67k|  22k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.90/471.06	c   471s| 16200 |    57 |  1605k|  87.4 |  77M|  57 | 372 |1841 |  10k|1841 |4263 |  68k|  22k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
472.40/472.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
472.40/472.52	c   473s| 16300 |    48 |  1613k|  87.3 |  77M|  57 |   - |1841 |  10k|   0 |   0 |  68k|  22k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
473.60/473.76	c   474s| 16400 |    52 |  1619k|  87.2 |  77M|  57 |   - |1841 |  10k|   0 |   0 |  69k|  22k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.80/474.90	c   475s| 16500 |    55 |  1624k|  87.0 |  77M|  57 | 480 |1841 |  10k|1841 |4267 |  69k|  22k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.21/476.30	c   476s| 16600 |    60 |  1631k|  86.9 |  77M|  57 | 244 |1841 |  10k|1841 |4319 |  70k|  22k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
477.60/477.77	c   478s| 16700 |    64 |  1638k|  86.8 |  77M|  57 | 251 |1841 |  10k|1841 |4308 |  70k|  23k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
479.70/479.85	c   480s| 16800 |    52 |  1651k|  87.1 |  77M|  57 |   - |1841 |  10k|   0 |   0 |  71k|  23k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.71/481.86	c   482s| 16900 |    45 |  1662k|  87.2 |  77M|  57 |   - |1841 |  10k|   0 |   0 |  72k|  23k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
483.20/483.34	c   483s| 17000 |    51 |  1670k|  87.1 |  77M|  57 | 380 |1841 |  10k|1841 |4193 |  73k|  23k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.40/484.58	c   485s| 17100 |    51 |  1676k|  87.0 |  77M|  57 | 330 |1841 |  10k|1841 |4242 |  73k|  23k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
485.90/486.04	c   486s| 17200 |    50 |  1684k|  87.0 |  77M|  57 | 523 |1841 |  10k|1841 |4282 |  74k|  23k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
487.70/487.85	c   488s| 17300 |    52 |  1693k|  87.0 |  77M|  57 | 450 |1841 |  10k|1841 |4284 |  74k|  24k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.90/489.08	c   489s| 17400 |    44 |  1700k|  86.9 |  77M|  57 |   - |1841 |  10k|   0 |   0 |  75k|  24k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.20/490.33	c   490s| 17500 |    31 |  1707k|  86.8 |  77M|  57 | 280 |1841 |  10k|1841 |4174 |  75k|  24k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.20/492.35	c   492s| 17600 |    39 |  1717k|  86.9 |  77M|  57 | 426 |1841 |  10k|1841 |4274 |  76k|  24k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
494.30/494.49	c   494s| 17700 |    40 |  1730k|  87.1 |  77M|  57 | 301 |1841 |  10k|1841 |4310 |  77k|  24k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
495.40/495.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
495.40/495.59	c   496s| 17800 |    66 |  1735k|  86.9 |  77M|  57 | 310 |1841 |  10k|1841 |4209 |  77k|  24k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
496.30/496.47	c   496s| 17900 |    63 |  1740k|  86.7 |  77M|  57 | 365 |1841 |  10k|1841 |4195 |  77k|  24k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
497.40/497.50	c   497s| 18000 |    56 |  1745k|  86.5 |  77M|  57 | 344 |1841 |  10k|1841 |4203 |  77k|  24k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.60/498.71	c   499s| 18100 |    64 |  1751k|  86.4 |  77M|  57 | 347 |1841 |  11k|1841 |4190 |  78k|  25k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
499.69/499.82	c   500s| 18200 |    43 |  1757k|  86.2 |  77M|  57 | 450 |1841 |  11k|1841 |4198 |  78k|  25k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
501.09/501.24	c   501s| 18300 |    50 |  1765k|  86.2 |  77M|  57 | 419 |1841 |  11k|1841 |4186 |  79k|  25k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.30/502.45	c   502s| 18400 |    58 |  1772k|  86.2 |  78M|  57 | 197 |1841 |  11k|1841 |4293 |  79k|  25k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.50/503.62	c   504s| 18500 |    47 |  1778k|  86.0 |  77M|  57 | 380 |1841 |  11k|1841 |4181 |  79k|  25k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.00/506.10	c   506s| 18600 |    49 |  1792k|  86.3 |  78M|  57 | 378 |1841 |  11k|1841 |4330 |  81k|  25k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
507.40/507.58	c   508s| 18700 |    49 |  1799k|  86.2 |  78M|  57 | 429 |1841 |  11k|1841 |4337 |  81k|  25k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.21/509.35	c   509s| 18800 |    38 |  1809k|  86.3 |  77M|  57 | 419 |1841 |  11k|1841 |4185 |  82k|  25k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
510.31/510.44	c   510s| 18900 |    45 |  1814k|  86.1 |  78M|  57 | 412 |1841 |  11k|1841 |4211 |  82k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.10/512.23	c   512s| 19000 |    49 |  1825k|  86.2 |  78M|  57 |   - |1841 |  11k|   0 |   0 |  83k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
513.70/513.87	c   514s| 19100 |    32 |  1833k|  86.2 |  77M|  57 | 496 |1841 |  11k|1841 |4178 |  84k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.60/514.73	c   515s| 19200 |    49 |  1837k|  86.0 |  77M|  57 | 187 |1841 |  11k|1841 |4193 |  84k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
515.40/515.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.40/515.53	c   516s| 19300 |    31 |  1841k|  85.8 |  77M|  57 | 430 |1841 |  11k|1841 |4195 |  84k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
516.40/516.59	c   517s| 19400 |    39 |  1846k|  85.6 |  78M|  57 | 253 |1841 |  11k|1841 |4188 |  84k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
517.49/517.68	c   518s| 19500 |    37 |  1852k|  85.5 |  78M|  57 | 262 |1841 |  12k|1841 |4259 |  85k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
519.01/519.13	c   519s| 19600 |    45 |  1861k|  85.5 |  78M|  57 |   - |1841 |  12k|   0 |   0 |  85k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.29/520.42	c   520s| 19700 |    39 |  1867k|  85.4 |  78M|  57 | 334 |1841 |  12k|1841 |4286 |  85k|  26k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
521.40/521.50	c   521s| 19800 |    39 |  1873k|  85.3 |  78M|  57 |   - |1841 |  12k|   0 |   0 |  86k|  27k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.79/522.91	c   523s| 19900 |    42 |  1879k|  85.2 |  78M|  57 |   - |1841 |  12k|   0 |   0 |  86k|  27k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
524.90/525.09	c   525s| 20000 |    38 |  1891k|  85.3 |  78M|  57 | 423 |1841 |  12k|1841 |4263 |  87k|  27k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
526.70/526.89	c   527s| 20100 |    17 |  1901k|  85.4 |  77M|  57 | 518 |1841 |  12k|1841 |4108 |  88k|  27k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.10/528.25	c   528s| 20200 |    41 |  1909k|  85.3 |  77M|  57 | 286 |1841 |  12k|1841 |4354 |  89k|  27k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
529.39/529.52	c   530s| 20300 |    15 |  1915k|  85.2 |  77M|  57 | 498 |1841 |  12k|1841 |4177 |  89k|  27k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
530.29/530.46	c   530s| 20400 |    38 |  1920k|  85.1 |  77M|  57 |   - |1841 |  12k|   0 |   0 |  89k|  27k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
531.29/531.45	c   531s| 20500 |    36 |  1925k|  84.9 |  77M|  57 | 325 |1841 |  12k|1841 |4224 |  89k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.50/532.61	c   533s| 20600 |    30 |  1930k|  84.8 |  77M|  57 | 284 |1841 |  12k|1841 |4202 |  90k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
533.40/533.57	c   534s| 20700 |    33 |  1934k|  84.6 |  77M|  57 | 201 |1841 |  12k|1841 |4271 |  90k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.50/534.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.50/534.64	c   535s| 20800 |    44 |  1940k|  84.5 |  77M|  57 | 355 |1841 |  12k|1841 |4216 |  90k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
535.79/535.91	c   536s| 20900 |    30 |  1947k|  84.4 |  78M|  57 | 370 |1841 |  12k|1841 |4191 |  90k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
536.70/536.83	c   537s| 21000 |    44 |  1951k|  84.2 |  78M|  57 | 238 |1841 |  12k|1841 |4229 |  91k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
537.49/537.64	c   538s| 21100 |    64 |  1955k|  84.0 |  78M|  57 | 202 |1841 |  12k|1841 |4247 |  91k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
538.19/538.39	c   538s| 21200 |    72 |  1958k|  83.8 |  78M|  57 | 418 |1841 |  12k|1841 |4241 |  91k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
539.19/539.39	c   539s| 21300 |    72 |  1964k|  83.7 |  78M|  57 | 315 |1841 |  12k|1841 |4249 |  91k|  28k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
540.49/540.68	c   541s| 21400 |    73 |  1971k|  83.6 |  78M|  57 | 364 |1841 |  12k|1841 |4261 |  92k|  29k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
541.69/541.89	c   542s| 21500 |    72 |  1977k|  83.5 |  78M|  57 | 349 |1841 |  13k|1841 |4241 |  92k|  29k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
542.79/542.94	c   543s| 21600 |    58 |  1983k|  83.4 |  79M|  57 | 326 |1841 |  13k|1841 |4243 |  92k|  29k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
544.30/544.44	c   544s| 21700 |    55 |  1992k|  83.4 |  78M|  57 | 334 |1841 |  13k|1841 |4222 |  93k|  29k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
545.19/545.37	c   545s| 21800 |    65 |  1997k|  83.3 |  79M|  57 |   - |1841 |  13k|   0 |   0 |  93k|  29k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
546.39/546.55	c   547s| 21900 |    74 |  2003k|  83.2 |  79M|  57 | 190 |1841 |  13k|1841 |4242 |  93k|  29k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
547.39/547.58	c   548s| 22000 |    46 |  2008k|  83.1 |  78M|  57 | 418 |1841 |  13k|1841 |4228 |  94k|  29k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
548.49/548.69	c   549s| 22100 |    53 |  2014k|  83.0 |  78M|  57 | 270 |1841 |  13k|1841 |4218 |  94k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
549.19/549.39	c   549s| 22200 |    65 |  2017k|  82.8 |  78M|  57 | 140 |1841 |  13k|1841 |4245 |  94k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
549.99/550.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
549.99/550.17	c   550s| 22300 |    39 |  2021k|  82.6 |  78M|  57 |   - |1841 |  13k|   0 |   0 |  94k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
551.29/551.44	c   551s| 22400 |    32 |  2027k|  82.5 |  78M|  57 |   - |1841 |  13k|   0 |   0 |  95k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
552.49/552.62	c   553s| 22500 |    29 |  2034k|  82.4 |  78M|  57 |   - |1841 |  13k|   0 |   0 |  95k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
553.69/553.85	c   554s| 22600 |    32 |  2041k|  82.4 |  78M|  57 | 331 |1841 |  13k|1841 |4298 |  95k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.09/555.26	c   555s| 22700 |    30 |  2048k|  82.3 |  78M|  57 | 298 |1841 |  13k|1841 |4254 |  96k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.99/556.14	c   556s| 22800 |    20 |  2052k|  82.2 |  78M|  57 | 271 |1841 |  13k|1841 |4255 |  96k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
557.08/557.20	c   557s| 22900 |    35 |  2058k|  82.1 |  78M|  57 | 352 |1841 |  13k|1841 |4113 |  96k|  30k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
558.29/558.46	c   558s| 23000 |    20 |  2064k|  82.0 |  78M|  57 | 262 |1841 |  13k|1841 |4215 |  97k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
559.39/559.53	c   560s| 23100 |    16 |  2069k|  81.9 |  77M|  57 | 305 |1841 |  13k|1841 |4226 |  97k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
560.09/560.24	c   560s| 23200 |    19 |  2073k|  81.7 |  77M|  57 | 379 |1841 |  13k|1841 |4249 |  97k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
560.90/561.07	c   561s| 23300 |    32 |  2077k|  81.5 |  78M|  57 | 133 |1841 |  12k|1841 |4244 |  97k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
562.48/562.62	c   563s| 23400 |    32 |  2085k|  81.5 |  78M|  57 | 185 |1841 |  12k|1841 |4206 |  98k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
563.68/563.84	c   564s| 23500 |    38 |  2092k|  81.5 |  78M|  57 | 144 |1841 |  12k|1841 |4294 |  98k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
565.48/565.68	c   566s| 23600 |    29 |  2103k|  81.6 |  78M|  57 | 238 |1841 |  12k|1841 |4272 |  99k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
566.49/566.68	c   567s| 23700 |    32 |  2108k|  81.5 |  78M|  57 | 334 |1841 |  12k|1841 |4237 |  99k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
567.69/567.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.69/567.89	c   568s| 23800 |    22 |  2115k|  81.4 |  78M|  57 | 384 |1841 |  12k|1841 |4262 |  99k|  31k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
568.89/569.08	c   569s| 23900 |    23 |  2121k|  81.4 |  78M|  57 | 251 |1841 |  12k|1841 |4236 | 100k|  32k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
570.28/570.45	c   570s| 24000 |    27 |  2129k|  81.4 |  78M|  57 |   - |1841 |  12k|   0 |   0 | 100k|  32k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
572.29/572.47	c   572s| 24100 |    23 |  2141k|  81.5 |  78M|  57 | 353 |1841 |  12k|1841 |4318 | 101k|  32k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
573.39/573.52	c   574s| 24200 |    22 |  2146k|  81.3 |  78M|  57 | 333 |1841 |  12k|1841 |4225 | 101k|  32k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
574.39/574.50	c   574s| 24300 |    23 |  2150k|  81.2 |  78M|  57 | 343 |1841 |  13k|1841 |4227 | 101k|  32k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
575.89/576.00	c   576s| 24400 |    12 |  2158k|  81.2 |  78M|  57 | 418 |1841 |  12k|1841 |4248 | 102k|  32k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
577.49/577.61	c   578s| 24500 |    22 |  2166k|  81.2 |  77M|  57 | 194 |1841 |  12k|1841 |4089 | 102k|  32k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
578.50/578.65	c   579s| 24600 |    16 |  2171k|  81.1 |  77M|  57 | 360 |1841 |  12k|1841 |4041 | 103k|  32k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
579.50/579.67	c   580s| 24700 |    24 |  2176k|  81.0 |  77M|  57 |   - |1841 |  12k|   0 |   0 | 103k|  33k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.49/580.60	c   581s| 24800 |    25 |  2180k|  80.8 |  78M|  57 | 265 |1841 |  12k|1841 |4081 | 103k|  33k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
581.38/581.51	c   582s| 24900 |    25 |  2184k|  80.7 |  78M|  57 | 212 |1841 |  13k|1841 |4059 | 104k|  33k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.19/582.36	c   582s| 25000 |    17 |  2188k|  80.5 |  78M|  57 | 333 |1841 |  13k|1841 |4052 | 104k|  33k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
583.39/583.52	c   584s| 25100 |    15 |  2194k|  80.4 |  78M|  57 | 384 |1841 |  13k|1841 |4048 | 104k|  33k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
584.39/584.53	c   585s| 25200 |    20 |  2199k|  80.3 |  78M|  57 |   - |1841 |  13k|   0 |   0 | 105k|  33k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
585.39/585.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
585.39/585.52	c   586s| 25300 |    17 |  2204k|  80.2 |  78M|  57 |   - |1841 |  13k|   0 |   0 | 105k|  33k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
586.39/586.51	c   587s| 25400 |    29 |  2208k|  80.1 |  78M|  57 | 306 |1841 |  13k|1841 |4055 | 105k|  33k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
586.98/587.15	c   587s| 25500 |    17 |  2211k|  79.9 |  78M|  57 |   - |1841 |  13k|   0 |   0 | 105k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
588.08/588.20	c   588s| 25600 |    19 |  2216k|  79.8 |  78M|  57 |   - |1841 |  13k|   0 |   0 | 106k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
589.29/589.50	c   590s| 25700 |    41 |  2223k|  79.7 |  78M|  57 | 257 |1841 |  13k|1841 |4068 | 106k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
590.29/590.48	c   590s| 25800 |    28 |  2228k|  79.6 |  78M|  57 | 301 |1841 |  13k|1841 |4085 | 106k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
591.59/591.80	c   592s| 25900 |    30 |  2235k|  79.6 |  78M|  57 | 312 |1841 |  13k|1841 |4109 | 107k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
592.88/593.03	c   593s| 26000 |    30 |  2241k|  79.5 |  78M|  57 | 212 |1841 |  13k|1841 |4112 | 107k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
593.98/594.10	c   594s| 26100 |    39 |  2247k|  79.5 |  78M|  57 | 280 |1841 |  13k|1841 |4161 | 107k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
594.89/595.09	c   595s| 26200 |    44 |  2252k|  79.4 |  78M|  57 | 234 |1841 |  13k|1841 |4166 | 108k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
595.99/596.19	c   596s| 26300 |    36 |  2257k|  79.2 |  78M|  57 | 354 |1841 |  13k|1841 |4154 | 108k|  34k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
597.19/597.39	c   597s| 26400 |    23 |  2263k|  79.2 |  78M|  57 | 374 |1841 |  13k|1841 |4083 | 109k|  35k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
598.19/598.37	c   598s| 26500 |    19 |  2267k|  79.1 |  78M|  57 | 460 |1841 |  13k|1841 |4039 | 109k|  35k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
599.08/599.29	c   599s| 26600 |    37 |  2272k|  78.9 |  78M|  57 | 244 |1841 |  13k|1841 |4049 | 109k|  35k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
599.89/600.07	c   600s| 26700 |    28 |  2275k|  78.8 |  78M|  57 | 396 |1841 |  13k|1841 |4093 | 109k|  35k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
600.99/601.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.99/601.11	c   601s| 26800 |    27 |  2280k|  78.7 |  78M|  57 | 278 |1841 |  14k|1841 |4063 | 110k|  35k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
601.78/601.94	c   602s| 26900 |    26 |  2285k|  78.6 |  78M|  57 | 261 |1841 |  14k|1841 |4111 | 110k|  35k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.78/602.98	c   603s| 27000 |    30 |  2289k|  78.5 |  78M|  57 | 273 |1841 |  14k|1841 |4064 | 110k|  35k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.89/604.04	c   604s| 27100 |    35 |  2295k|  78.4 |  78M|  57 | 392 |1841 |  14k|1841 |4101 | 111k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
604.68/604.88	c   605s| 27200 |    26 |  2298k|  78.2 |  78M|  57 | 414 |1841 |  14k|1841 |4040 | 111k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
605.68/605.84	c   606s| 27300 |    28 |  2302k|  78.1 |  78M|  57 |   - |1841 |  14k|   0 |   0 | 111k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
606.78/606.94	c   607s| 27400 |    28 |  2308k|  78.0 |  78M|  57 |   - |1841 |  14k|   0 |   0 | 112k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
607.98/608.17	c   608s| 27500 |    23 |  2313k|  77.9 |  78M|  57 | 404 |1841 |  14k|1841 |4133 | 112k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
608.98/609.12	c   609s| 27600 |    31 |  2318k|  77.8 |  78M|  57 |   - |1841 |  14k|   0 |   0 | 112k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
609.98/610.10	c   610s| 27700 |    27 |  2322k|  77.7 |  78M|  57 | 435 |1841 |  13k|1841 |4108 | 113k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
610.88/611.09	c   611s| 27800 |    11 |  2326k|  77.6 |  78M|  57 | 248 |1841 |  13k|1841 |4090 | 113k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
611.98/612.19	c   612s| 27900 |    13 |  2332k|  77.5 |  78M|  57 |   - |1841 |  13k|   0 |   0 | 113k|  36k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
613.18/613.34	c   613s| 28000 |     3 |  2338k|  77.5 |  78M|  57 | 486 |1841 |  13k|1841 |4255 | 114k|  37k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
614.58/614.74	c   615s| 28100 |    14 |  2345k|  77.4 |  78M|  57 | 293 |1841 |  13k|1841 |4094 | 114k|  37k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
616.08/616.29	c   616s| 28200 |     3 |  2353k|  77.4 |  78M|  57 |   - |1841 |  13k|   0 |   0 | 115k|  37k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
617.48/617.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.48/617.66	c   618s| 28300 |     7 |  2360k|  77.4 |  78M|  57 | 477 |1841 |  13k|1841 |4112 | 115k|  37k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
618.78/618.97	c   619s| 28400 |    17 |  2366k|  77.4 |  78M|  57 | 369 |1841 |  13k|1841 |4106 | 116k|  37k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
619.78/619.94	c   620s| 28500 |    26 |  2371k|  77.3 |  78M|  57 | 283 |1841 |  13k|1841 |4098 | 116k|  37k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
621.08/621.24	c   621s| 28600 |    13 |  2377k|  77.2 |  78M|  57 |   - |1841 |  13k|   0 |   0 | 116k|  37k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
622.49/622.65	c   623s| 28700 |     7 |  2384k|  77.2 |  78M|  57 |   - |1841 |  13k|   0 |   0 | 117k|  37k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
622.78/623.00	c 
622.78/623.00	c SCIP Status        : problem is solved [optimal solution found]
622.78/623.00	c Solving Time (sec) : 623.00
622.78/623.00	c Solving Nodes      : 28742 (total of 30756 nodes in 3 runs)
622.78/623.00	c Primal Bound       : +1.00000000000000e+00 (574 solutions)
622.78/623.00	c Dual Bound         : +1.00000000000000e+00
622.78/623.00	c Gap                : 0.00 %
622.88/623.00	s OPTIMUM FOUND
622.88/623.00	v -x2152 -x2151 -x2150 -x2149 -x2148 x2147 -x2146 -x2145 -x2144 -x2143 -x2142 x2141 -x2140 x2139 x2138 x2137 x2136 x2135 x2134 x2133 
622.88/623.00	v x2132 x2131 x2130 -x2129 x2128 x2127 x2126 x2125 -x2124 -x2123 -x2122 x2121 -x2120 -x2119 -x2118 -x2117 x2116 -x2115 x2114 
622.88/623.00	v x2113 x2112 -x2111 -x2110 -x2109 x2108 x2107 x2106 -x2105 x2104 x2103 x2102 -x2101 x2100 x2099 x2098 -x2097 x2096 x2095 -x2094 
622.88/623.00	v -x2093 x2092 -x2091 x2090 x2089 x2088 x2087 x2086 -x2085 x2084 -x2083 -x2082 x2081 x2080 x2079 x2078 -x2077 x2076 x2075 x2074 
622.88/623.00	v x2073 x2072 x2071 -x2070 -x2069 x2068 -x2067 x2066 x2065 -x2064 -x2063 x2062 x2061 x2060 x2059 x2058 x2057 -x2056 x2055 
622.88/623.00	v x2054 -x2053 -x2052 -x2051 -x2050 x2049 x2048 x2047 -x2046 -x2045 x2044 -x2043 -x2042 x2041 -x2040 x2039 -x2038 -x2037 x2036 
622.88/623.00	v -x2035 -x2034 -x2033 x2032 x2031 -x2030 -x2029 x2028 x2027 -x2026 -x2025 -x2024 x2023 -x2022 -x2021 -x2020 -x2019 -x2018 -x2017 
622.88/623.00	v -x2016 -x2015 -x2014 -x2013 -x2012 -x2011 -x2010 -x2009 -x2008 -x2007 -x2006 -x2005 -x2004 -x2003 -x2002 -x2001 -x2000 -x1999 
622.88/623.00	v -x1998 -x1997 -x1996 -x1995 -x1994 -x1993 -x1992 -x1991 -x1990 -x1989 -x1988 -x1987 -x1986 -x1985 -x1984 -x1983 -x1982 -x1981 
622.88/623.00	v -x1980 -x1979 -x1978 -x1977 -x1976 -x1975 -x1974 -x1973 -x1972 -x1971 -x1970 -x1969 -x1968 -x1967 x1966 -x1965 -x1964 -x1963 
622.88/623.00	v -x1962 x1961 x1960 x1959 -x1958 -x1957 -x1956 -x1955 x1954 x1953 -x1952 -x1951 x1950 x1949 x1948 -x1947 -x1946 -x1945 -x1944 
622.88/623.00	v -x1943 x1942 x1941 -x1940 -x1939 -x1938 -x1937 -x1936 -x1935 x1934 x1933 x1932 -x1931 -x1930 -x1929 -x1928 -x1927 -x1926 
622.88/623.00	v -x1925 -x1924 -x1923 -x1922 -x1921 -x1920 -x1919 -x1918 -x1917 -x1916 -x1915 -x1914 -x1913 -x1912 -x1911 -x1910 -x1909 -x1908 
622.88/623.00	v -x1907 -x1906 -x1905 -x1904 -x1903 -x1902 -x1901 -x1900 -x1899 -x1898 -x1897 -x1896 -x1895 -x1894 -x1893 -x1892 -x1891 x1890 
622.88/623.00	v -x1889 -x1888 -x1887 -x1886 -x1885 x1884 -x1883 -x1882 -x1881 -x1880 -x1879 -x1878 -x1877 -x1876 x1875 x1874 x1873 -x1872 -x1871 
622.88/623.00	v -x1870 -x1869 -x1868 -x1867 -x1866 -x1865 -x1864 x1863 -x1862 x1861 -x1860 -x1859 -x1858 -x1857 -x1856 -x1855 -x1854 -x1853 
622.88/623.00	v -x1852 x1851 -x1850 x1849 -x1848 -x1847 -x1846 -x1845 -x1844 -x1843 -x1842 -x1841 -x1840 -x1839 -x1838 x1837 x1836 x1835 
622.88/623.00	v x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 -x1825 -x1824 -x1823 -x1822 -x1821 x1820 x1819 x1818 x1817 x1816 x1815 
622.88/623.00	v x1814 -x1813 -x1812 -x1811 -x1810 -x1809 x1808 x1807 x1806 x1805 x1804 -x1803 -x1802 x1801 -x1800 -x1799 -x1798 -x1797 -x1796 
622.88/623.00	v -x1795 -x1794 -x1793 -x1792 x1791 x1790 x1789 x1788 -x1787 -x1786 -x1785 -x1784 -x1783 x1782 x1781 x1780 x1779 -x1778 -x1777 
622.88/623.00	v -x1776 -x1775 -x1774 -x1773 -x1772 x1771 x1770 -x1769 -x1768 -x1767 -x1766 -x1765 -x1764 -x1763 -x1762 -x1761 -x1760 -x1759 
622.88/623.00	v -x1758 -x1757 -x1756 -x1755 -x1754 -x1753 -x1752 -x1751 -x1750 -x1749 -x1748 -x1747 -x1746 -x1745 -x1744 -x1743 -x1742 -x1741 
622.88/623.00	v -x1740 -x1739 -x1738 -x1737 -x1736 -x1735 -x1734 -x1733 x1732 -x1731 x1730 x1729 x1728 -x1727 -x1726 -x1725 -x1724 -x1723 -x1722 
622.88/623.00	v -x1721 -x1720 -x1719 -x1718 -x1717 -x1716 -x1715 -x1714 -x1713 -x1712 -x1711 -x1710 -x1709 -x1708 -x1707 -x1706 -x1705 
622.88/623.00	v -x1704 -x1703 -x1702 -x1701 -x1700 -x1699 x1698 -x1697 -x1696 x1695 x1694 x1693 x1692 x1691 -x1690 x1689 x1688 x1687 -x1686 x1685 
622.88/623.00	v x1684 -x1683 -x1682 -x1681 -x1680 -x1679 -x1678 -x1677 -x1676 -x1675 -x1674 -x1673 -x1672 -x1671 -x1670 -x1669 -x1668 -x1667 
622.88/623.00	v -x1666 -x1665 -x1664 -x1663 -x1662 -x1661 x1660 x1659 -x1658 -x1657 -x1656 x1655 -x1654 -x1653 -x1652 -x1651 -x1650 x1649 
622.88/623.00	v -x1648 -x1647 x1646 x1645 x1644 -x1643 -x1642 -x1641 -x1640 x1639 -x1638 -x1637 -x1636 x1635 -x1634 -x1633 -x1632 x1631 -x1630 
622.88/623.00	v -x1629 -x1628 x1627 -x1626 -x1625 -x1624 -x1623 -x1622 -x1621 -x1620 -x1619 -x1618 x1617 -x1616 -x1615 -x1614 -x1613 x1612 
622.88/623.00	v x1611 -x1610 -x1609 -x1608 -x1607 -x1606 x1605 -x1604 -x1603 -x1602 -x1601 -x1600 -x1599 -x1598 -x1597 -x1596 x1595 -x1594 
622.88/623.00	v -x1593 -x1592 x1591 -x1590 -x1589 -x1588 x1587 -x1586 -x1585 -x1584 x1583 -x1582 -x1581 -x1580 -x1579 -x1578 x1577 x1576 x1575 
622.88/623.00	v x1574 -x1573 -x1572 -x1571 -x1570 -x1569 -x1568 -x1567 -x1566 -x1565 -x1564 -x1563 -x1562 -x1561 -x1560 -x1559 -x1558 -x1557 
622.88/623.00	v -x1556 -x1555 -x1554 -x1553 -x1552 -x1551 -x1550 -x1549 x1548 x1547 x1546 -x1545 -x1544 -x1543 -x1542 -x1541 -x1540 -x1539 
622.88/623.00	v -x1538 -x1537 -x1536 -x1535 -x1534 -x1533 -x1532 -x1531 -x1530 -x1529 -x1528 -x1527 -x1526 -x1525 -x1524 -x1523 -x1522 -x1521 
622.88/623.00	v -x1520 -x1519 -x1518 -x1517 -x1516 x1515 x1514 x1513 -x1512 -x1511 -x1510 -x1509 -x1508 -x1507 -x1506 -x1505 -x1504 -x1503 -x1502 
622.88/623.00	v -x1501 -x1500 -x1499 -x1498 -x1497 -x1496 -x1495 -x1494 x1493 -x1492 -x1491 x1490 -x1489 -x1488 -x1487 -x1486 -x1485 -x1484 
622.88/623.00	v x1483 x1482 x1481 -x1480 x1479 -x1478 -x1477 -x1476 -x1475 -x1474 -x1473 x1472 -x1471 -x1470 -x1469 -x1468 -x1467 -x1466 
622.88/623.00	v -x1465 -x1464 -x1463 -x1462 x1461 -x1460 -x1459 -x1458 -x1457 x1456 -x1455 -x1454 -x1453 -x1452 -x1451 -x1450 -x1449 -x1448 
622.88/623.00	v -x1447 -x1446 -x1445 -x1444 -x1443 -x1442 -x1441 -x1440 -x1439 x1438 -x1437 -x1436 -x1435 -x1434 -x1433 x1432 -x1431 -x1430 -x1429 
622.88/623.00	v -x1428 -x1427 -x1426 -x1425 x1424 -x1423 -x1422 -x1421 -x1420 -x1419 -x1418 x1417 -x1416 -x1415 -x1414 -x1413 x1412 -x1411 
622.88/623.00	v -x1410 -x1409 -x1408 -x1407 -x1406 -x1405 -x1404 -x1403 -x1402 -x1401 -x1400 -x1399 -x1398 -x1397 -x1396 -x1395 -x1394 -x1393 
622.88/623.00	v -x1392 x1391 -x1390 -x1389 -x1388 -x1387 -x1386 -x1385 -x1384 -x1383 -x1382 -x1381 -x1380 -x1379 -x1378 -x1377 -x1376 -x1375 
622.88/623.00	v -x1374 -x1373 -x1372 -x1371 -x1370 -x1369 -x1368 -x1367 -x1366 -x1365 -x1364 -x1363 -x1362 -x1361 -x1360 -x1359 x1358 -x1357 
622.88/623.00	v -x1356 -x1355 -x1354 -x1353 -x1352 x1351 -x1350 -x1349 -x1348 -x1347 x1346 -x1345 -x1344 -x1343 -x1342 x1341 -x1340 -x1339 
622.88/623.00	v -x1338 -x1337 x1336 -x1335 -x1334 -x1333 -x1332 -x1331 -x1330 -x1329 x1328 x1327 -x1326 -x1325 -x1324 -x1323 -x1322 -x1321 
622.88/623.00	v -x1320 -x1319 -x1318 x1317 -x1316 -x1315 -x1314 -x1313 -x1312 -x1311 -x1310 x1309 -x1308 -x1307 -x1306 -x1305 -x1304 -x1303 
622.88/623.00	v -x1302 -x1301 -x1300 -x1299 -x1298 -x1297 -x1296 -x1295 x1294 x1293 -x1292 x1291 x1290 -x1289 -x1288 -x1287 -x1286 -x1285 -x1284 
622.88/623.00	v -x1283 -x1282 -x1281 -x1280 -x1279 -x1278 -x1277 -x1276 -x1275 -x1274 -x1273 -x1272 -x1271 -x1270 -x1269 -x1268 x1267 -x1266 
622.88/623.00	v -x1265 -x1264 -x1263 -x1262 x1261 -x1260 -x1259 x1258 -x1257 -x1256 -x1255 -x1254 -x1253 -x1252 -x1251 -x1250 -x1249 -x1248 
622.88/623.00	v -x1247 x1246 x1245 x1244 x1243 -x1242 -x1241 -x1240 -x1239 -x1238 x1237 -x1236 -x1235 -x1234 -x1233 x1232 x1231 -x1230 -x1229 
622.88/623.00	v -x1228 -x1227 -x1226 -x1225 -x1224 -x1223 -x1222 -x1221 -x1220 -x1219 -x1218 -x1217 x1216 x1215 x1214 -x1213 -x1212 -x1211 
622.88/623.00	v x1210 -x1209 -x1208 -x1207 -x1206 -x1205 -x1204 -x1203 -x1202 -x1201 x1200 x1199 -x1198 x1197 -x1196 x1195 -x1194 -x1193 -x1192 
622.88/623.00	v -x1191 -x1190 -x1189 -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 x1181 -x1180 -x1179 -x1178 x1177 -x1176 -x1175 -x1174 
622.88/623.00	v -x1173 x1172 -x1171 -x1170 -x1169 x1168 -x1167 -x1166 -x1165 -x1164 -x1163 -x1162 -x1161 -x1160 -x1159 -x1158 -x1157 -x1156 
622.88/623.00	v -x1155 -x1154 -x1153 -x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 -x1144 -x1143 -x1142 -x1141 -x1140 -x1139 -x1138 
622.88/623.00	v -x1137 -x1136 x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 x1122 -x1121 -x1120 
622.88/623.00	v -x1119 x1118 -x1117 -x1116 -x1115 -x1114 x1113 -x1112 -x1111 -x1110 -x1109 -x1108 -x1107 -x1106 -x1105 -x1104 -x1103 -x1102 
622.88/623.00	v -x1101 -x1100 -x1099 -x1098 -x1097 -x1096 -x1095 x1094 x1093 -x1092 x1091 -x1090 x1089 -x1088 -x1087 -x1086 x1085 x1084 x1083 
622.88/623.00	v -x1082 -x1081 -x1080 -x1079 -x1078 -x1077 -x1076 x1075 -x1074 -x1073 -x1072 -x1071 x1070 -x1069 -x1068 -x1067 -x1066 -x1065 
622.88/623.00	v -x1064 x1063 -x1062 -x1061 -x1060 -x1059 x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 x1051 -x1050 -x1049 x1048 -x1047 -x1046 
622.88/623.00	v -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 -x1037 x1036 -x1035 -x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 
622.88/623.00	v -x1027 -x1026 -x1025 -x1024 x1023 -x1022 -x1021 -x1020 -x1019 -x1018 x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 x1010 
622.88/623.00	v -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 
622.88/623.00	v -x990 x989 -x988 -x987 -x986 x985 -x984 -x983 -x982 -x981 -x980 -x979 x978 x977 -x976 x975 -x974 -x973 -x972 -x971 x970 x969 
622.88/623.00	v -x968 x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 
622.88/623.00	v -x947 -x946 -x945 -x944 -x943 x942 -x941 -x940 x939 -x938 -x937 -x936 x935 -x934 -x933 -x932 -x931 -x930 -x929 x928 -x927 
622.88/623.00	v -x926 x925 -x924 -x923 -x922 -x921 -x920 -x919 x918 -x917 -x916 x915 -x914 -x913 -x912 -x911 -x910 -x909 x908 -x907 -x906 x905 
622.88/623.00	v -x904 -x903 -x902 -x901 -x900 -x899 x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 x888 -x887 -x886 -x885 -x884 
622.88/623.00	v -x883 x882 x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 
622.88/623.00	v -x862 x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 
622.88/623.00	v -x840 -x839 -x838 -x837 -x836 x835 -x834 -x833 -x832 -x831 -x830 x829 -x828 -x827 -x826 -x825 x824 -x823 -x822 x821 -x820 
622.88/623.00	v -x819 -x818 -x817 x816 -x815 -x814 x813 -x812 -x811 -x810 -x809 x808 -x807 -x806 x805 -x804 -x803 -x802 -x801 x800 -x799 -x798 
622.88/623.00	v -x797 x796 x795 x794 x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 x783 -x782 -x781 -x780 -x779 -x778 -x777 
622.88/623.00	v -x776 -x775 x774 -x773 x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 x756 -x755 
622.88/623.00	v -x754 -x753 -x752 -x751 x750 -x749 -x748 -x747 x746 -x745 -x744 -x743 -x742 x741 -x740 -x739 -x738 -x737 x736 -x735 -x734 
622.88/623.00	v -x733 -x732 -x731 -x730 x729 -x728 -x727 -x726 x725 -x724 -x723 x722 -x721 -x720 -x719 x718 -x717 -x716 -x715 -x714 -x713 x712 
622.88/623.00	v -x711 -x710 -x709 -x708 x707 -x706 -x705 x704 -x703 -x702 -x701 x700 -x699 -x698 -x697 -x696 -x695 -x694 x693 -x692 -x691 
622.88/623.00	v -x690 x689 -x688 -x687 x686 -x685 -x684 -x683 x682 -x681 -x680 -x679 -x678 -x677 x676 x675 x674 -x673 -x672 x671 -x670 -x669 
622.88/623.00	v x668 -x667 -x666 -x665 x664 x663 x662 x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 x648 -x647 
622.88/623.00	v -x646 -x645 -x644 -x643 -x642 x641 -x640 -x639 -x638 -x637 -x636 x635 -x634 x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 
622.88/623.00	v -x624 -x623 -x622 -x621 -x620 x619 -x618 -x617 x616 -x615 -x614 x613 -x612 x611 -x610 -x609 x608 -x607 x606 -x605 -x604 
622.88/623.00	v x603 -x602 x601 -x600 -x599 x598 -x597 x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 
622.88/623.00	v -x581 -x580 x579 -x578 -x577 x576 -x575 x574 -x573 -x572 -x571 -x570 x569 x568 x567 -x566 -x565 x564 x563 x562 -x561 x560 
622.88/623.00	v x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 -x548 x547 -x546 x545 -x544 -x543 x542 -x541 x540 -x539 -x538 x537 -x536 
622.88/623.00	v x535 -x534 -x533 x532 -x531 x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 
622.88/623.00	v -x514 x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 x499 x498 x497 -x496 -x495 -x494 -x493 
622.88/623.00	v x492 -x491 x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 
622.88/623.00	v -x471 -x470 -x469 -x468 -x467 -x466 -x465 x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 x455 -x454 -x453 -x452 -x451 
622.88/623.00	v x450 -x449 -x448 -x447 -x446 -x445 x444 -x443 -x442 -x441 -x440 -x439 -x438 x437 -x436 -x435 x434 x433 x432 x431 -x430 x429 
622.88/623.00	v x428 x427 -x426 -x425 x424 -x423 x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 x413 -x412 -x411 x410 -x409 x408 x407 
622.88/623.00	v x406 -x405 x404 x403 -x402 -x401 x400 x399 x398 x397 x396 -x395 -x394 x393 -x392 -x391 x390 x389 x388 x387 x386 -x385 -x384 x383 
622.88/623.00	v -x382 -x381 -x380 x379 -x378 -x377 -x376 x375 x374 x373 x372 x371 x370 x369 -x368 -x367 x366 x365 x364 -x363 x362 -x361 x360 
622.88/623.00	v -x359 -x358 -x357 -x356 -x355 x354 x353 -x352 x351 -x350 -x349 -x348 -x347 x346 -x345 -x344 x343 x342 x341 x340 -x339 -x338 
622.88/623.00	v -x337 -x336 -x335 -x334 x333 -x332 x331 x330 x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 -x319 -x318 -x317 -x316 
622.88/623.00	v x315 -x314 -x313 x312 -x311 -x310 -x309 -x308 -x307 x306 -x305 -x304 -x303 x302 -x301 -x300 -x299 -x298 x297 -x296 -x295 
622.88/623.00	v -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 x286 -x285 -x284 -x283 -x282 x281 -x280 -x279 -x278 x277 -x276 -x275 -x274 -x273 
622.88/623.00	v x272 x271 x270 x269 -x268 -x267 -x266 x265 x264 x263 x262 -x261 -x260 -x259 x258 x257 x256 x255 x254 -x253 -x252 -x251 x250 
622.88/623.00	v x249 x248 x247 x246 x245 -x244 x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 x235 -x234 -x233 x232 -x231 -x230 x229 -x228 
622.88/623.00	v x227 x226 x225 x224 -x223 -x222 -x221 -x220 -x219 x218 x217 x216 x215 x214 x213 x212 x211 -x210 x209 -x208 -x207 x206 -x205 
622.88/623.00	v -x204 x203 -x202 x201 -x200 x199 -x198 -x197 -x196 -x195 x194 x193 x192 -x191 -x190 -x189 -x188 -x187 x186 -x185 -x184 -x183 
622.88/623.00	v -x182 -x181 x180 -x179 -x178 x177 -x176 x175 -x174 -x173 x172 -x171 -x170 -x169 x168 x167 x166 -x165 -x164 x163 x162 x161 x160 
622.88/623.00	v -x159 x158 -x157 -x156 -x155 x154 -x153 x152 -x151 -x150 -x149 -x148 x147 x146 x145 -x144 -x143 x142 x141 -x140 x139 -x138 
622.88/623.00	v -x137 -x136 x135 x134 x133 -x132 -x131 x130 x129 x128 x127 -x126 -x125 x124 -x123 x122 -x121 x120 x119 x118 -x117 -x116 -x115 
622.88/623.00	v -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 x97 x96 x95 x94 x93 -x92 -x91 
622.88/623.00	v -x90 x89 -x88 -x87 x86 x85 x84 x83 x82 x81 -x80 -x79 -x78 -x77 -x76 x75 -x74 x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 x65 -x64 
622.88/623.00	v -x63 -x62 -x61 x60 -x59 -x58 -x57 x56 -x55 -x54 x53 -x52 x51 -x50 -x49 x48 -x47 x46 x45 x44 x43 x42 -x41 x40 x39 x38 x37 x36 
622.88/623.00	v x35 x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 x20 -x19 -x18 x17 -x16 -x15 x14 x13 x12 -x11 -x10 x9 
622.88/623.00	v -x8 -x7 -x6 x5 x4 x3 -x2 -x1 
622.88/623.00	c SCIP Status        : problem is solved [optimal solution found]
622.88/623.00	c Total Time         :     623.00
622.88/623.00	c   solving          :     623.00
622.88/623.00	c   presolving       :       1.90 (included in solving)
622.88/623.00	c   reading          :       0.02 (included in solving)
622.88/623.00	c   copying          :       0.34 (12 #copies) (minimal 0.01, maximal 0.04, average 0.03)
622.88/623.00	c Original Problem   :
622.88/623.00	c   Problem name     : HOME/instance-3717391-1338201487.wbo
622.88/623.00	c   Variables        : 7765 (7765 binary, 0 integer, 0 implicit integer, 0 continuous)
622.88/623.00	c   Constraints      : 5614 initial, 5614 maximal
622.88/623.00	c   Objective sense  : minimize
622.88/623.00	c Presolved Problem  :
622.88/623.00	c   Problem name     : t_HOME/instance-3717391-1338201487.wbo
622.88/623.00	c   Variables        : 1841 (1841 binary, 0 integer, 0 implicit integer, 0 continuous)
622.88/623.00	c   Constraints      : 2885 initial, 14307 maximal
622.88/623.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
622.88/623.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
622.88/623.00	c   trivial          :       0.03       0.00      11119          0          0          0          0          0          0          0          0
622.88/623.00	c   dualfix          :       0.00       0.00         14          0          0          0          0          0          0          0          0
622.88/623.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
622.88/623.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
622.88/623.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
622.88/623.00	c   gateextraction   :       0.01       0.00          0          0          0          0          0       4557       1510          0          0
622.88/623.00	c   implics          :       0.01       0.00          0        172          0          0          0          0          0          0          0
622.88/623.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
622.88/623.00	c   pseudoobj        :       0.00       0.01          0          0          0         59          0          0          0          0          0
622.88/623.00	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
622.88/623.00	c   varbound         :       0.00       0.00          0          0          0         59          0        119          0          0          0
622.88/623.00	c   knapsack         :       0.03       0.00          0          0          0          0          0          2         11         15         39
622.88/623.00	c   setppc           :       0.06       0.00          7          1          0          0          0        113          0          0          0
622.88/623.00	c   and              :       1.21       0.00          7         27          0          0          0        218        211          0          7
622.88/623.00	c   linear           :       0.34       0.01        171          5          0       5737          0       6704          0        260        549
622.88/623.00	c   indicator        :       0.00       0.01         14          0          0          0          0        129          0          0          0
622.88/623.00	c   logicor          :       0.07       0.00          0          0          0          0          0        251          0          0          0
622.88/623.00	c   bounddisjunction :       0.01       0.00          0          0          0          0          0        157          0          0          0
622.88/623.00	c   root node        :          -          -      11258          -          -      11258          -          -          -          -          -
622.88/623.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
622.88/623.00	c   integral         :          0          0          0          0      23253          0      22970          0          0          0          0          0      46490
622.88/623.00	c   knapsack         :        603        603          2     300016          0          0      21650     145261       4800     276615        400          0          0
622.88/623.00	c   setppc           :        322        322          2     295216          0          0         29     274778       1677     314773          2          0          0
622.88/623.00	c   and              :       1233       1233      45528     293539          0          0         23    1130429       5786    1494613     120159          0          0
622.88/623.00	c   logicor          :        328+     12312          2     169815          0          0          9     269652       3557     181600         16          0          0
622.88/623.00	c   bounddisjunction :        399        399          0      31606          0          0          0        890         16       1745          0          0          0
622.88/623.00	c   countsols        :          0          0          0          0          8          0        938          0          0          0          0          0          0
622.88/623.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
622.88/623.00	c   integral         :       3.01       0.00       0.00       0.00       1.00       0.00       2.01       0.00
622.88/623.00	c   knapsack         :       5.21       0.00       0.00       4.91       0.00       0.00       0.09       0.19
622.88/623.00	c   setppc           :       2.29       0.00       0.00       1.99       0.00       0.00       0.00       0.30
622.88/623.00	c   and              :      10.53       0.00       3.31       6.04       0.00       0.00       0.00       1.17
622.88/623.00	c   logicor          :       4.55       0.00       0.00       4.12       0.00       0.00       0.00       0.43
622.88/623.00	c   bounddisjunction :       0.19       0.00       0.00       0.19       0.00       0.00       0.00       0.00
622.88/623.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
622.88/623.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
622.88/623.00	c   rootredcost      :         22          0          0       5456
622.88/623.00	c   pseudoobj        :      23460       1488         50     167577
622.88/623.00	c   vbounds          :       1327       3323          4     544985
622.88/623.00	c   redcost          :      48450          0          0     256066
622.88/623.00	c   probing          :          0          0          0          0
622.88/623.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
622.88/623.00	c   rootredcost      :       0.30       0.00       0.00       0.30       0.00
622.88/623.00	c   pseudoobj        :       1.35       0.01       0.00       0.88       0.47
622.88/623.00	c   vbounds          :       2.08       0.01       0.00       2.07       0.00
622.88/623.00	c   redcost          :       2.43       0.00       0.00       2.43       0.00
622.88/623.00	c   probing          :       0.02       0.00       0.02       0.00       0.00
622.88/623.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
622.88/623.00	c   propagation      :       4.62      16086      15786     104872       29.4       2185       19.1          -
622.88/623.00	c   infeasible LP    :       0.17        518        518       1241       11.8         92       13.6          0
622.88/623.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
622.88/623.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
622.88/623.00	c   pseudo solution  :       0.00          3          3          3        2.7          0        0.0          -
622.88/623.00	c   applied globally :          -          -          -      38018       20.9          -          -          -
622.88/623.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
622.88/623.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
622.88/623.00	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 917)
622.88/623.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
622.88/623.00	c   impliedbounds    :       0.00       0.00          8          0          0        787          0
622.88/623.00	c   intobj           :       0.00       0.00          0          0          0          0          0
622.88/623.00	c   gomory           :       1.30       0.00          8          0          0        400          0
622.88/623.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
622.88/623.00	c   strongcg         :       1.96       0.00          8          0          0       3641          0
622.88/623.00	c   cmir             :       1.33       0.00          8          0          0        474          0
622.88/623.00	c   flowcover        :       1.15       0.00          8          0          0       1531          0
622.88/623.00	c   clique           :       0.10       0.00          3          0          0         15          0
622.88/623.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
622.88/623.00	c   mcf              :       0.02       0.00          3          0          0          0          0
622.88/623.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
622.88/623.00	c   rapidlearning    :       6.93       0.00          1          0          0          0       1518
622.88/623.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
622.88/623.00	c   problem variables:       0.00          -          0          0
622.88/623.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
622.88/623.00	c   inference        :       0.92       0.00      23245          0          0          0          0      46490
622.88/623.00	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
622.88/623.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
622.88/623.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
622.88/623.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
622.88/623.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
622.88/623.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
622.88/623.00	c   random           :       0.00       0.00          0          0          0          0          0          0
622.88/623.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
622.88/623.00	c   LP solutions     :       0.01          -          -          8
622.88/623.00	c   pseudo solutions :       0.00          -          -          0
622.88/623.00	c   feaspump         :       0.00       0.00          0          0
622.88/623.00	c   intshifting      :       0.00       0.00          0          0
622.88/623.00	c   oneopt           :       0.10       0.00         22          0
622.88/623.00	c   guideddiving     :      23.95       0.00         15         16
622.88/623.00	c   veclendiving     :      26.44       0.00         62         13
622.88/623.00	c   linesearchdiving :      14.96       0.00         62          0
622.88/623.00	c   fracdiving       :      21.86       0.00         62          3
622.88/623.00	c   pscostdiving     :      21.35       0.00         63          4
622.88/623.00	c   smallcard        :       0.00       0.00          0          0
622.88/623.00	c   trivial          :       0.02       0.00          2          1
622.88/623.00	c   shiftandpropagate:       0.00       0.00          0          0
622.88/623.00	c   simplerounding   :       0.30       0.00      48170          0
622.88/623.00	c   zirounding       :       0.53       0.00       1000          0
622.88/623.00	c   rounding         :       0.78       0.00       3089          0
622.88/623.00	c   shifting         :       6.43       0.00       2591          1
622.88/623.00	c   twoopt           :       0.00       0.00          0          0
622.88/623.00	c   indtwoopt        :       0.00       0.00          0          0
622.88/623.00	c   indoneopt        :       2.65       0.00         37         15
622.88/623.00	c   fixandinfer      :       0.00       0.00          0          0
622.88/623.00	c   clique           :       0.00       0.00          0          0
622.88/623.00	c   coefdiving       :      38.53       0.00        256          1
622.88/623.00	c   indrounding      :      17.55       0.00      23243        459
622.88/623.00	c   indcoefdiving    :       0.00       0.00          0          0
622.88/623.00	c   nlpdiving        :       0.00       0.00          0          0
622.88/623.00	c   intdiving        :       0.00       0.00          0          0
622.88/623.00	c   actconsdiving    :       0.00       0.00          0          0
622.88/623.00	c   objpscostdiving  :      52.73       0.00          3         37
622.88/623.00	c   rootsoldiving    :       3.64       0.00         16          0
622.88/623.00	c   octane           :       0.00       0.00          0          0
622.88/623.00	c   rens             :       0.36       0.00          1          0
622.88/623.00	c   rins             :       0.00       0.00          0          0
622.88/623.00	c   localbranching   :       0.00       0.00          0          0
622.88/623.00	c   mutation         :       0.00       0.00          0          0
622.88/623.00	c   crossover        :       1.47       0.00          6          2
622.88/623.00	c   dins             :       0.00       0.00          0          0
622.88/623.00	c   vbounds          :       0.00       0.00          0          0
622.88/623.00	c   undercover       :       0.00       0.00          0          0
622.88/623.00	c   subnlp           :       0.03       0.00          0          0
622.88/623.00	c   trysol           :       0.15       0.00         14         13
622.88/623.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
622.88/623.00	c   primal LP        :       0.01          3          0       0.00          -       0.01          3
622.88/623.00	c   dual LP          :     300.00      48647    1885961      39.01    6286.56       0.93        299
622.88/623.00	c   lex dual LP      :       0.00          0          0       0.00          -
622.88/623.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
622.88/623.00	c   diving/probing LP:     160.49      21050     499896      23.75    3114.80
622.88/623.00	c   strong branching :       0.00          0          0       0.00          -
622.88/623.00	c     (at root node) :          -          0          0       0.00          -
622.88/623.00	c   conflict analysis:       0.00          0          0       0.00          -
622.88/623.00	c B&B Tree           :
622.88/623.00	c   number of runs   :          3
622.88/623.00	c   nodes            :      28742
622.88/623.00	c   nodes (total)    :      30756
622.88/623.00	c   nodes left       :          0
622.88/623.00	c   max depth        :         57
622.88/623.00	c   max depth (total):        166
622.88/623.00	c   backtracks       :       7953 (27.7%)
622.88/623.00	c   delayed cutoffs  :      14090
622.88/623.00	c   repropagations   :      26260 (897246 domain reductions, 7134 cutoffs)
622.88/623.00	c   avg switch length:       3.26
622.88/623.00	c   switching time   :       9.45
622.88/623.00	c Solution           :
622.88/623.00	c   Solutions found  :        574 (38 improvements)
622.88/623.00	c   First Solution   : +2.84791000000000e+05   (in run 1, after 0 nodes, 0.09 seconds, depth 0, found by <trivial>)
622.88/623.00	c   Primal Bound     : +1.00000000000000e+00   (in run 2, after 123 nodes, 255.17 seconds, depth 149, found by <guideddiving>)
622.88/623.00	c   Dual Bound       : +1.00000000000000e+00
622.88/623.00	c   Gap              :       0.00 %
622.88/623.00	c   Root Dual Bound  : +0.00000000000000e+00
622.88/623.00	c   Root Iterations  :      13747
622.88/623.05	c Time complete: 622.94.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 15739
/proc/meminfo: memFree=31015428/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=10592 CPUtime=0 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 1405 0 0 0 0 0 0 0 20 0 1 0 286273615 10846208 1360 33554432000 4194304 10173063 140734423974768 140737449726616 8886411 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 2648 1360 416 1460 0 1179 0

[startup+0.078038 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 15739
/proc/meminfo: memFree=31015428/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=46648 CPUtime=0.07 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 10193 0 0 0 6 1 0 0 20 0 1 0 286273615 47767552 10148 33554432000 4194304 10173063 140734423974768 140737449726616 7545739 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 11662 10148 523 1460 0 10193 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 46648

[startup+0.100391 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 15739
/proc/meminfo: memFree=31015428/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=56068 CPUtime=0.08 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 12214 0 0 0 7 1 0 0 20 0 1 0 286273615 57413632 12169 33554432000 4194304 10173063 140734423974768 140737449726616 4423089 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 14017 12169 541 1460 0 12548 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56068

[startup+0.300334 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 15739
/proc/meminfo: memFree=31015428/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=63460 CPUtime=0.29 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 14275 0 0 0 24 5 0 0 20 0 1 0 286273615 64983040 13902 33554432000 4194304 10173063 140734423974768 140737449726616 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 15865 13902 630 1460 0 14396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63460

[startup+0.700304 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 15739
/proc/meminfo: memFree=31015428/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=63460 CPUtime=0.69 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 14275 0 0 0 64 5 0 0 20 0 1 0 286273615 64983040 13902 33554432000 4194304 10173063 140734423974768 140734423971048 5293593 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 15865 13902 630 1460 0 14396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63460

[startup+1.50031 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15740
/proc/meminfo: memFree=30961828/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=63460 CPUtime=1.49 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 14275 0 0 0 144 5 0 0 20 0 1 0 286273615 64983040 13902 33554432000 4194304 10173063 140734423974768 140734423971048 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 15865 13902 630 1460 0 14396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63460

[startup+3.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15740
/proc/meminfo: memFree=30934672/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=92436 CPUtime=3.08 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 22503 0 0 0 300 8 0 0 20 0 1 0 286273615 94654464 21273 33554432000 4194304 10173063 140734423974768 140734423969928 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 23109 21273 786 1460 0 21640 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92436

[startup+6.30024 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15740
/proc/meminfo: memFree=30920468/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=103120 CPUtime=6.29 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 25090 0 0 0 619 10 0 0 20 0 1 0 286273615 105594880 24275 33554432000 4194304 10173063 140734423974768 140734423969688 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 25780 24275 787 1460 0 24311 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103120

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15740
/proc/meminfo: memFree=30915888/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=107040 CPUtime=12.68 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 26132 0 0 0 1255 13 0 0 20 0 1 0 286273615 109608960 25291 33554432000 4194304 10173063 140734423974768 140734423967896 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 26760 25291 790 1460 0 25291 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 107040

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15740
/proc/meminfo: memFree=30898752/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=126144 CPUtime=25.48 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 45757 0 0 0 2523 25 0 0 20 0 1 0 286273615 129171456 29876 33554432000 4194304 10173063 140734423974768 140734423969752 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 31536 29876 836 1460 0 30067 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 126144

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15741
/proc/meminfo: memFree=30887004/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=136728 CPUtime=51.07 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 48426 0 0 0 5070 37 0 0 20 0 1 0 286273615 140009472 32525 33554432000 4194304 10173063 140734423974768 140734423969800 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 34182 32525 839 1460 0 32713 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 136728

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 15741
/proc/meminfo: memFree=30805624/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=212632 CPUtime=102.27 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 67266 0 0 0 10165 62 0 0 20 0 1 0 286273615 217735168 51789 33554432000 4194304 10173063 140734423974768 140734423968008 5749632 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 53158 51789 868 1460 0 51689 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 212632

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15744
/proc/meminfo: memFree=30795696/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=210392 CPUtime=162.26 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 75359 0 0 0 16131 95 0 0 20 0 1 0 286273615 215441408 51510 33554432000 4194304 10173063 140734423974768 140734423968040 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 52598 51510 875 1460 0 51129 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 210392

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15744
/proc/meminfo: memFree=30786736/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=210392 CPUtime=222.24 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 75361 0 0 0 22101 123 0 0 20 0 1 0 286273615 215441408 51512 33554432000 4194304 10173063 140734423974768 140734423967528 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 52598 51512 877 1460 0 51129 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 210392

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15744
/proc/meminfo: memFree=30730676/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=263660 CPUtime=282.23 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 88766 0 0 0 27628 595 0 0 20 0 1 0 286273615 269987840 64565 33554432000 4194304 10173063 140734423974768 140734423967864 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 65915 64565 887 1460 0 64446 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 263660

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15745
/proc/meminfo: memFree=30723760/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=263660 CPUtime=342.23 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 89100 0 0 0 33457 766 0 0 20 0 1 0 286273615 269987840 65236 33554432000 4194304 10173063 140734423974768 140734423968120 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 65915 65236 887 1460 0 64446 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 263660

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15745
/proc/meminfo: memFree=30718656/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=267268 CPUtime=402.21 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 89660 0 0 0 39296 925 0 0 20 0 1 0 286273615 273682432 65826 33554432000 4194304 10173063 140734423974768 140734423968024 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 66817 65826 887 1460 0 65348 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 267268

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15745
/proc/meminfo: memFree=30718408/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=263732 CPUtime=462.2 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93212 0 0 0 45110 1110 0 0 20 0 1 0 286273615 270061568 65298 33554432000 4194304 10173063 140734423974768 140734423968024 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 65933 65298 887 1460 0 64464 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 263732

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15745
/proc/meminfo: memFree=30716904/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=263732 CPUtime=522.19 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93212 0 0 0 50945 1274 0 0 20 0 1 0 286273615 270061568 65298 33554432000 4194304 10173063 140734423974768 140734423968408 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 65933 65298 887 1460 0 64464 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 263732

[startup+582.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15745
/proc/meminfo: memFree=30598360/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=263732 CPUtime=582.19 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93212 0 0 0 56772 1447 0 0 20 0 1 0 286273615 270061568 65298 33554432000 4194304 10173063 140734423974768 140734423968408 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 65933 65298 887 1460 0 64464 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 263732

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

[startup+588.7 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 15745
/proc/meminfo: memFree=30598360/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=263732 CPUtime=588.58 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93212 0 0 0 57391 1467 0 0 20 0 1 0 286273615 270061568 65298 33554432000 4194304 10173063 140734423974768 140734423967640 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 65933 65298 887 1460 0 64464 0
Current children cumulated CPU time (s) 588.58
Current children cumulated vsize (KiB) 263732

[startup+601.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 15745
/proc/meminfo: memFree=30598360/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=263732 CPUtime=601.39 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93212 0 0 0 58633 1506 0 0 20 0 1 0 286273615 270061568 65298 33554432000 4194304 10173063 140734423974768 140734423967864 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 65933 65298 887 1460 0 64464 0
Current children cumulated CPU time (s) 601.39
Current children cumulated vsize (KiB) 263732

[startup+614.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 15745
/proc/meminfo: memFree=30598244/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=265236 CPUtime=614.18 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93571 0 0 0 59875 1543 0 0 20 0 1 0 286273615 271601664 65657 33554432000 4194304 10173063 140734423974768 140734423968408 7910525 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 66309 65657 887 1460 0 64840 0
Current children cumulated CPU time (s) 614.18
Current children cumulated vsize (KiB) 265236

[startup+617.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15745
/proc/meminfo: memFree=30598244/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=265236 CPUtime=617.38 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93571 0 0 0 60188 1550 0 0 20 0 1 0 286273615 271601664 65657 33554432000 4194304 10173063 140734423974768 140734423968024 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 66309 65657 887 1460 0 64840 0
Current children cumulated CPU time (s) 617.38
Current children cumulated vsize (KiB) 265236

[startup+620.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15745
/proc/meminfo: memFree=30598368/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=265236 CPUtime=620.58 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93571 0 0 0 60499 1559 0 0 20 0 1 0 286273615 271601664 65657 33554432000 4194304 10173063 140734423974768 140734423968408 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 66309 65657 887 1460 0 64840 0
Current children cumulated CPU time (s) 620.58
Current children cumulated vsize (KiB) 265236

[startup+622.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15745
/proc/meminfo: memFree=30598368/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=265236 CPUtime=622.18 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93571 0 0 0 60655 1563 0 0 20 0 1 0 286273615 271601664 65657 33554432000 4194304 10173063 140734423974768 140734423970136 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 66309 65657 887 1460 0 64840 0
Current children cumulated CPU time (s) 622.18
Current children cumulated vsize (KiB) 265236

[startup+622.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15745
/proc/meminfo: memFree=30598368/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=265236 CPUtime=622.58 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93571 0 0 0 60694 1564 0 0 20 0 1 0 286273615 271601664 65657 33554432000 4194304 10173063 140734423974768 140734423968072 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 66309 65657 887 1460 0 64840 0
Current children cumulated CPU time (s) 622.58
Current children cumulated vsize (KiB) 265236

[startup+622.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15745
/proc/meminfo: memFree=30598368/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=265236 CPUtime=622.78 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93571 0 0 0 60714 1564 0 0 20 0 1 0 286273615 271601664 65657 33554432000 4194304 10173063 140734423974768 140734423968072 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 66309 65657 887 1460 0 64840 0
Current children cumulated CPU time (s) 622.78
Current children cumulated vsize (KiB) 265236

[startup+623 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15745
/proc/meminfo: memFree=30598368/32873844 swapFree=7112/7112
[pid=15739] ppid=15737 vsize=265236 CPUtime=622.88 cores=0,2,4,6
/proc/15739/stat : 15739 (scip-2.1.1.4fix) R 15737 15739 10153 0 -1 4202496 93571 0 0 0 60723 1565 0 0 20 0 1 0 286273615 271601664 65657 33554432000 4194304 10173063 140734423974768 140734423968072 8985104 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15739/statm: 66309 65657 887 1460 0 64840 0
Current children cumulated CPU time (s) 622.88
Current children cumulated vsize (KiB) 265236

Child status: 0
Real time (s): 623.052
CPU time (s): 622.941
CPU user time (s): 607.281
CPU system time (s): 15.6606
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 267268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 607.281
system time used= 15.6606
maximum resident set size= 277512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93575
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= 35
involuntary context switches= 639

runsolver used 1.34579 second user time and 3.54346 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-28 12:38:07
IDJOB=3717391
IDBENCH=79333
IDSOLVER=2300
FILE ID=node142/3717391-1338201487
RUNJOBID= node142-1338186086-10169
PBS_JOBID= 14624568
Free space on /tmp= 71680 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.2.accl.ucl--soft-0-100-0.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-3717391-1338201487/watcher-3717391-1338201487 -o /tmp/evaluation-result-3717391-1338201487/solver-3717391-1338201487 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3717391-1338201487.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 8b380a82e4776add8076b73e28ebbe59
RANDOM SEED=215194166

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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.776
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:       32873844 kB
MemFree:        31015056 kB
Buffers:          354248 kB
Cached:           429592 kB
SwapCached:            0 kB
Active:           771700 kB
Inactive:         262492 kB
Active(anon):     241452 kB
Inactive(anon):    11212 kB
Active(file):     530248 kB
Inactive(file):   251280 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13640 kB
Writeback:             0 kB
AnonPages:        329008 kB
Mapped:            15020 kB
Shmem:               200 kB
Slab:             684096 kB
SReclaimable:     126300 kB
SUnreclaim:       557796 kB
KernelStack:        1472 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     368872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node142 at 2012-05-28 12:48:30