Trace number 3488982

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)OPT2 270.822 270.814

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark84.7671
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
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.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3488982-1307773758.opb>
0.00/0.00	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (2 rounds):
0.00/0.00	c  0 deleted vars, 4 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.00	c       4 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.5
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1797
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.01	c 
0.00/0.01	o 1114
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c T 0.0s|     1 |     0 |     0 |     - | 382k|   0 |   - |  94 |   4 |  94 |   4 |   0 |   0 |   0 |      --      | 1.114000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    19 |     - | 367k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.114000e+03 |    Inf 
0.00/0.02	o 1058
0.00/0.02	c y 0.0s|     1 |     0 |    19 |     - | 390k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    23 |     - | 397k|   0 |   7 |  94 |  10 |  94 |   8 |   4 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    31 |     - | 427k|   0 |   7 |  94 |  10 |  94 |  12 |   8 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    37 |     - | 473k|   0 |  10 |  94 |  10 |  94 |  16 |  12 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    44 |     - | 497k|   0 |  12 |  94 |  10 |  94 |  20 |  16 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    58 |     - | 525k|   0 |  14 |  94 |  10 |  94 |  23 |  19 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    67 |     - | 562k|   0 |  15 |  94 |  10 |  94 |  28 |  24 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.00/0.06	c   0.1s|     1 |     2 |   123 |     - | 563k|   0 |  15 |  94 |  10 |  94 |  28 |  24 |   0 |   9 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.06/0.08	o 113
0.06/0.08	c c 0.1s|    20 |    21 |   241 |   9.2 | 587k|  19 |   - |  94 |  10 |  94 |  15 |  24 |   0 |  96 | 0.000000e+00 | 1.130000e+02 |    Inf 
0.09/0.10	o 29
0.09/0.10	c s 0.1s|    51 |    42 |   415 |   7.0 | 603k|  21 |   4 |  94 |  11 |  94 |  15 |  24 |   2 | 175 | 0.000000e+00 | 2.900000e+01 |    Inf 
0.09/0.10	o 27
0.09/0.10	c * 0.1s|    53 |    44 |   421 |   6.8 | 607k|  22 |   - |  94 |   4 |  94 |  15 |  24 |   2 | 180 | 0.000000e+00 | 2.700000e+01 |    Inf 
0.09/0.10	o 25
0.09/0.10	c * 0.1s|    54 |    43 |   421 |   6.7 | 608k|  22 |   - |  94 |   4 |  94 |  15 |  24 |   2 | 180 | 0.000000e+00 | 2.500000e+01 |    Inf 
0.09/0.12	o 22
0.09/0.12	c * 0.1s|   163 |    97 |   651 |   3.6 | 635k|  25 |   - |  94 |  12 |  94 |  15 |  24 |  10 | 225 | 0.000000e+00 | 2.200000e+01 |    Inf 
0.09/0.13	o 21
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c * 0.1s|   201 |   116 |   759 |   3.5 | 647k|  25 |   - |  94 |  13 |  94 |  15 |  24 |  11 | 240 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.09/0.13	o 19
0.09/0.13	c * 0.1s|   202 |   114 |   759 |   3.4 | 648k|  25 |   - |  94 |  13 |  94 |  15 |  24 |  11 | 240 | 0.000000e+00 | 1.900000e+01 |    Inf 
0.29/0.33	o 18
0.29/0.33	c * 0.3s|  1379 |   737 |  3996 |   2.9 |1025k|  27 |   - |  94 | 171 |  94 |  15 |  24 | 180 | 352 | 0.000000e+00 | 1.800000e+01 |    Inf 
0.39/0.40	o 17
0.39/0.40	c v 0.4s|  1820 |   997 |  5120 |   2.8 |1187k|  27 |   - |  94 | 233 |  94 |  15 |  24 | 247 | 361 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.39/0.48	o 15
0.39/0.48	c * 0.5s|  2283 |  1238 |  6277 |   2.7 |1337k|  27 |   - |  94 | 305 |  94 |  15 |  24 | 323 | 375 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.49/0.57	o 13
0.49/0.57	c * 0.6s|  2859 |  1496 |  7774 |   2.7 |1507k|  27 |   - |  94 | 418 |  94 |  15 |  24 | 441 | 387 | 0.000000e+00 | 1.300000e+01 |    Inf 
1.29/1.34	o 11
1.29/1.34	c * 1.3s|  7132 |  3452 | 20407 |   2.9 |2807k|  27 |   - |  94 |1258 |  94 |  15 |  24 |1312 | 447 | 0.000000e+00 | 1.100000e+01 |    Inf 
1.29/1.34	o 9
1.29/1.34	c * 1.3s|  7134 |  3429 | 20407 |   2.9 |2789k|  27 |   - |  94 |1258 |  94 |  15 |  24 |1312 | 447 | 0.000000e+00 | 9.000000e+00 |    Inf 
1.99/2.03	c   2.0s| 10000 |  4668 | 29703 |   3.0 |3588k|  27 |   4 |  94 |1712 |  94 |  15 |  24 |1971 | 529 | 0.000000e+00 | 9.000000e+00 |    Inf 
3.89/3.93	o 8
3.89/3.93	c * 3.9s| 18450 |  7418 | 53106 |   2.9 |5429k|  27 |   - |  94 |2674 |  94 |  15 |  24 |3805 | 843 | 0.000000e+00 | 8.000000e+00 |    Inf 
3.99/4.02	o 7
3.99/4.02	c * 4.0s| 18937 |  7540 | 54547 |   2.9 |5493k|  27 |   - |  94 |2717 |  94 |  15 |  24 |3890 | 851 | 0.000000e+00 | 7.000000e+00 |    Inf 
3.99/4.02	o 5
3.99/4.02	c * 4.0s| 18938 |  7442 | 54547 |   2.9 |5424k|  27 |   - |  94 |2717 |  94 |  15 |  24 |3890 | 851 | 0.000000e+00 | 5.000000e+00 |    Inf 
4.19/4.21	c   4.2s| 20000 |  7683 | 57310 |   2.9 |5587k|  27 |   4 |  94 |2825 |  94 |  15 |  24 |4038 | 855 | 0.000000e+00 | 5.000000e+00 |    Inf 
5.99/6.03	c   6.0s| 30000 |  8842 | 79457 |   2.6 |6727k|  27 |   - |  94 |3526 |  94 |  15 |  24 |5793 | 958 | 0.000000e+00 | 5.000000e+00 |    Inf 
7.79/7.84	c   7.8s| 40000 |  9700 |100045 |   2.5 |7733k|  27 |   - |  94 |4386 |   0 |   0 |  24 |7915 |1025 | 0.000000e+00 | 5.000000e+00 |    Inf 
9.69/9.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.69/9.78	c   9.8s| 50000 | 10175 |119954 |   2.4 |8374k|  27 |   4 |  94 |4914 |  94 |  15 |  24 |9985 |1059 | 0.000000e+00 | 5.000000e+00 |    Inf 
11.69/11.76	c  11.8s| 60000 | 10513 |140330 |   2.3 |8540k|  27 |   - |  94 |4380 |   0 |   0 |  24 |  12k|1114 | 0.000000e+00 | 5.000000e+00 |    Inf 
13.59/13.67	c  13.7s| 70000 | 10491 |160620 |   2.3 |8124k|  27 |   - |  94 |2939 |  94 |  15 |  24 |  14k|1145 | 0.000000e+00 | 5.000000e+00 |    Inf 
15.19/15.23	c  15.2s| 80000 | 10321 |180579 |   2.3 |7849k|  27 |   4 |  94 |2451 |  94 |  15 |  24 |  16k|1174 | 0.000000e+00 | 5.000000e+00 |    Inf 
16.69/16.78	c  16.8s| 90000 | 10290 |201237 |   2.2 |7883k|  27 |   4 |  94 |2480 |  94 |  15 |  24 |  18k|1240 | 0.000000e+00 | 5.000000e+00 |    Inf 
17.79/17.82	o 4
17.79/17.82	c *17.8s| 97071 |  9785 |215687 |   2.2 |7035k|  27 |   - |  94 |1163 |  94 |  15 |  24 |  19k|1293 | 0.000000e+00 | 4.000000e+00 |    Inf 
18.19/18.22	c  18.2s|100000 |  9937 |221969 |   2.2 |7254k|  27 |   4 |  94 |1441 |  94 |  15 |  24 |  20k|1306 | 0.000000e+00 | 4.000000e+00 |    Inf 
19.49/19.57	c  19.6s|110000 |  9852 |243017 |   2.2 |7184k|  27 |   4 |  94 |1374 |  94 |  15 |  24 |  22k|1350 | 0.000000e+00 | 4.000000e+00 |    Inf 
20.90/20.93	c  20.9s|120000 |  9545 |262877 |   2.2 |7072k|  27 |   - |  94 |1513 |  94 |  15 |  24 |  24k|1396 | 0.000000e+00 | 4.000000e+00 |    Inf 
22.29/22.31	c  22.3s|130000 |  9525 |283265 |   2.2 |7063k|  27 |   4 |  94 |1571 |  94 |  15 |  24 |  26k|1414 | 0.000000e+00 | 4.000000e+00 |    Inf 
23.69/23.78	c  23.8s|140000 |  9923 |303985 |   2.2 |7574k|  27 |   - |  94 |1904 |   0 |   0 |  24 |  28k|1425 | 0.000000e+00 | 4.000000e+00 |    Inf 
25.29/25.30	c  25.3s|150000 |  9348 |324046 |   2.2 |7081k|  27 |   4 |  94 |1794 |  94 |  15 |  24 |  30k|1443 | 0.000000e+00 | 4.000000e+00 |    Inf 
26.69/26.73	c  26.7s|160000 |  9132 |344250 |   2.2 |6859k|  27 |   4 |  94 |1414 |  94 |  15 |  24 |  32k|1488 | 0.000000e+00 | 4.000000e+00 |    Inf 
28.09/28.11	c  28.1s|170000 |  9043 |364100 |   2.1 |6848k|  27 |   4 |  94 |1444 |  94 |  15 |  24 |  34k|1513 | 0.000000e+00 | 4.000000e+00 |    Inf 
29.39/29.47	c  29.5s|180000 |  8710 |384005 |   2.1 |6728k|  27 |   4 |  94 |1546 |  94 |  15 |  24 |  36k|1542 | 0.000000e+00 | 4.000000e+00 |    Inf 
30.80/30.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.80/30.83	c  30.8s|190000 |  8634 |403218 |   2.1 |6828k|  27 |   - |  94 |1887 |   0 |   0 |  24 |  38k|1578 | 0.000000e+00 | 4.000000e+00 |    Inf 
32.09/32.19	c  32.2s|200000 |  8407 |422806 |   2.1 |6618k|  27 |   4 |  94 |1550 |  94 |  15 |  24 |  40k|1605 | 0.000000e+00 | 4.000000e+00 |    Inf 
33.29/33.34	o 3
33.29/33.34	c *33.3s|208466 |  8963 |440458 |   2.1 |7028k|  27 |   - |  94 |1731 |  94 |  15 |  24 |  42k|1630 | 0.000000e+00 | 3.000000e+00 |    Inf 
33.50/33.55	c  33.5s|210000 |  8954 |443552 |   2.1 |7044k|  27 |   4 |  94 |1726 |  94 |  15 |  24 |  42k|1632 | 0.000000e+00 | 3.000000e+00 |    Inf 
34.79/34.89	c  34.9s|220000 |  8334 |463067 |   2.1 |6635k|  27 |   4 |  94 |1657 |  94 |  15 |  24 |  44k|1644 | 0.000000e+00 | 3.000000e+00 |    Inf 
36.09/36.18	c  36.2s|230000 |  8224 |481955 |   2.1 |6642k|  27 |   - |  94 |1973 |  94 |  15 |  24 |  45k|1673 | 0.000000e+00 | 3.000000e+00 |    Inf 
37.49/37.55	c  37.5s|240000 |  8313 |501853 |   2.1 |6639k|  27 |   - |  94 |1821 |  94 |  15 |  24 |  47k|1686 | 0.000000e+00 | 3.000000e+00 |    Inf 
38.79/38.90	c  38.9s|250000 |  7985 |521544 |   2.1 |6457k|  27 |   - |  94 |1710 |  94 |  15 |  24 |  49k|1723 | 0.000000e+00 | 3.000000e+00 |    Inf 
40.19/40.21	c  40.2s|260000 |  8216 |540601 |   2.1 |6743k|  27 |   4 |  94 |1988 |  94 |  15 |  24 |  51k|1755 | 0.000000e+00 | 3.000000e+00 |    Inf 
41.49/41.54	c  41.5s|270000 |  8159 |560705 |   2.1 |6742k|  27 |   - |  94 |2073 |  94 |  15 |  24 |  53k|1776 | 0.000000e+00 | 3.000000e+00 |    Inf 
42.90/42.92	c  42.9s|280000 |  7937 |581034 |   2.1 |6662k|  27 |   - |  94 |2056 |   0 |   0 |  24 |  54k|1804 | 0.000000e+00 | 3.000000e+00 |    Inf 
44.19/44.22	c  44.2s|290000 |  7675 |601552 |   2.1 |6410k|  27 |   - |  94 |1870 |   0 |   0 |  24 |  56k|1818 | 0.000000e+00 | 3.000000e+00 |    Inf 
45.59/45.60	c  45.6s|300000 |  8413 |621690 |   2.1 |6986k|  27 |   4 |  94 |2332 |  94 |  15 |  24 |  58k|1845 | 0.000000e+00 | 3.000000e+00 |    Inf 
46.99/47.00	c  47.0s|310000 |  8654 |641179 |   2.1 |7214k|  27 |   4 |  94 |2206 |  94 |  15 |  24 |  60k|1852 | 0.000000e+00 | 3.000000e+00 |    Inf 
48.30/48.38	c  48.4s|320000 |  7975 |659788 |   2.1 |6838k|  27 |   4 |  94 |2152 |  94 |  15 |  24 |  62k|1887 | 0.000000e+00 | 3.000000e+00 |    Inf 
49.70/49.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.70/49.73	c  49.7s|330000 |  7455 |679517 |   2.1 |6310k|  27 |   4 |  94 |1909 |  94 |  15 |  24 |  64k|1903 | 0.000000e+00 | 3.000000e+00 |    Inf 
50.99/51.04	c  51.0s|340000 |  7347 |700774 |   2.1 |6180k|  27 |   4 |  94 |1601 |  94 |  15 |  24 |  65k|1936 | 0.000000e+00 | 3.000000e+00 |    Inf 
52.29/52.34	c  52.3s|350000 |  7903 |721937 |   2.1 |6751k|  27 |   - |  94 |2064 |   0 |   0 |  24 |  67k|1960 | 0.000000e+00 | 3.000000e+00 |    Inf 
53.59/53.68	c  53.7s|360000 |  8387 |742075 |   2.1 |7179k|  27 |   4 |  94 |2193 |  94 |  15 |  24 |  69k|1973 | 0.000000e+00 | 3.000000e+00 |    Inf 
54.99/55.06	c  55.1s|370000 |  7998 |761677 |   2.1 |6891k|  27 |   4 |  94 |1921 |  94 |  15 |  24 |  70k|1998 | 0.000000e+00 | 3.000000e+00 |    Inf 
56.39/56.41	c  56.4s|380000 |  8335 |780580 |   2.1 |7370k|  27 |   4 |  94 |2395 |  94 |  15 |  24 |  72k|2015 | 0.000000e+00 | 3.000000e+00 |    Inf 
57.70/57.79	c  57.8s|390000 |  7755 |799593 |   2.1 |6736k|  27 |   4 |  94 |1742 |  94 |  15 |  24 |  74k|2045 | 0.000000e+00 | 3.000000e+00 |    Inf 
59.10/59.11	c  59.1s|400000 |  7807 |819138 |   2.0 |6516k|  27 |   4 |  94 |1799 |  94 |  15 |  24 |  76k|2082 | 0.000000e+00 | 3.000000e+00 |    Inf 
60.39/60.44	c  60.4s|410000 |  7718 |838801 |   2.0 |6576k|  27 |   - |  94 |1664 |   0 |   0 |  24 |  78k|2122 | 0.000000e+00 | 3.000000e+00 |    Inf 
61.69/61.76	c  61.8s|420000 |  7291 |858218 |   2.0 |6284k|  27 |   - |  94 |1903 |   0 |   0 |  24 |  80k|2136 | 0.000000e+00 | 3.000000e+00 |    Inf 
62.99/63.08	c  63.1s|430000 |  7075 |876491 |   2.0 |6115k|  27 |   - |  94 |1722 |  94 |  15 |  24 |  82k|2161 | 0.000000e+00 | 3.000000e+00 |    Inf 
64.30/64.34	c  64.3s|440000 |  7032 |896831 |   2.0 |6205k|  27 |   4 |  94 |1995 |  94 |  15 |  24 |  83k|2216 | 0.000000e+00 | 3.000000e+00 |    Inf 
65.60/65.64	c  65.6s|450000 |  6830 |916799 |   2.0 |5993k|  27 |   4 |  94 |1645 |  94 |  15 |  24 |  85k|2240 | 0.000000e+00 | 3.000000e+00 |    Inf 
66.89/66.91	c  66.9s|460000 |  7098 |937185 |   2.0 |6179k|  27 |   - |  94 |1731 |  94 |  15 |  24 |  86k|2259 | 0.000000e+00 | 3.000000e+00 |    Inf 
67.19/67.26	o 2
67.19/67.26	c *67.3s|462730 |  7170 |942825 |   2.0 |6287k|  27 |   - |  94 |1868 |  94 |  15 |  24 |  87k|2267 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.09/68.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.09/68.19	c  68.2s|470000 |  6661 |955897 |   2.0 |5933k|  27 |   4 |  94 |1642 |  94 |  15 |  24 |  88k|2274 | 0.000000e+00 | 2.000000e+00 |    Inf 
69.39/69.44	c  69.4s|480000 |  6469 |974731 |   2.0 |5839k|  27 |   4 |  94 |1744 |  94 |  15 |  24 |  90k|2280 | 0.000000e+00 | 2.000000e+00 |    Inf 
70.70/70.71	c  70.7s|490000 |  7018 |995015 |   2.0 |6111k|  27 |   4 |  94 |1654 |  94 |  15 |  24 |  92k|2282 | 0.000000e+00 | 2.000000e+00 |    Inf 
71.99/72.01	c  72.0s|500000 |  7480 |  1013k|   2.0 |6548k|  27 |   - |  94 |1727 |   0 |   0 |  24 |  94k|2291 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.19/73.29	c  73.3s|510000 |  7530 |  1033k|   2.0 |6761k|  27 |   4 |  94 |1882 |  94 |  15 |  24 |  95k|2291 | 0.000000e+00 | 2.000000e+00 |    Inf 
74.49/74.59	c  74.6s|520000 |  7540 |  1052k|   2.0 |7092k|  27 |   - |  94 |2551 |   0 |   0 |  24 |  97k|2293 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.90/75.94	c  75.9s|530000 |  6848 |  1070k|   2.0 |6384k|  27 |   - |  94 |1746 |  94 |  15 |  24 |  99k|2300 | 0.000000e+00 | 2.000000e+00 |    Inf 
77.20/77.23	c  77.2s|540000 |  6380 |  1089k|   2.0 |5949k|  27 |   - |  94 |1999 |   0 |   0 |  24 | 101k|2300 | 0.000000e+00 | 2.000000e+00 |    Inf 
78.49/78.50	c  78.5s|550000 |  6226 |  1109k|   2.0 |5827k|  27 |   4 |  94 |1914 |  94 |  15 |  24 | 103k|2305 | 0.000000e+00 | 2.000000e+00 |    Inf 
79.69/79.71	c  79.7s|560000 |  6616 |  1130k|   2.0 |6124k|  27 |   4 |  94 |1971 |  94 |  15 |  24 | 104k|2308 | 0.000000e+00 | 2.000000e+00 |    Inf 
80.90/80.96	c  81.0s|570000 |  6099 |  1150k|   2.0 |5779k|  27 |   4 |  94 |2008 |  94 |  15 |  24 | 106k|2314 | 0.000000e+00 | 2.000000e+00 |    Inf 
82.19/82.24	c  82.2s|580000 |  6032 |  1170k|   2.0 |5749k|  27 |   - |  94 |2006 |  94 |  15 |  24 | 107k|2326 | 0.000000e+00 | 2.000000e+00 |    Inf 
83.49/83.55	c  83.6s|590000 |  6624 |  1190k|   2.0 |6207k|  27 |   - |  94 |2080 |  94 |  15 |  24 | 109k|2331 | 0.000000e+00 | 2.000000e+00 |    Inf 
84.79/84.84	c  84.8s|600000 |  6266 |  1209k|   2.0 |5910k|  27 |   - |  94 |2027 |   0 |   0 |  24 | 110k|2341 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.09/86.13	c  86.1s|610000 |  6073 |  1229k|   2.0 |5718k|  27 |   4 |  94 |1850 |  94 |  15 |  24 | 112k|2346 | 0.000000e+00 | 2.000000e+00 |    Inf 
87.40/87.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.40/87.40	c  87.4s|620000 |  5941 |  1249k|   2.0 |5627k|  27 |   - |  94 |1720 |  94 |  15 |  24 | 114k|2354 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.70/88.73	c  88.7s|630000 |  7203 |  1270k|   2.0 |6485k|  27 |   - |  94 |2008 |   0 |   0 |  24 | 115k|2358 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.00/90.01	c  90.0s|640000 |  7115 |  1288k|   2.0 |6603k|  27 |   - |  94 |1929 |  94 |  15 |  24 | 117k|2364 | 0.000000e+00 | 2.000000e+00 |    Inf 
91.19/91.30	c  91.3s|650000 |  6582 |  1306k|   2.0 |6350k|  27 |   4 |  94 |1958 |  94 |  15 |  24 | 119k|2364 | 0.000000e+00 | 2.000000e+00 |    Inf 
92.60/92.61	c  92.6s|660000 |  5871 |  1324k|   2.0 |5542k|  27 |   - |  94 |1578 |   0 |   0 |  24 | 121k|2365 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.79/93.85	c  93.8s|670000 |  5779 |  1344k|   2.0 |5527k|  27 |   - |  94 |1638 |  94 |  15 |  24 | 122k|2375 | 0.000000e+00 | 2.000000e+00 |    Inf 
95.09/95.13	c  95.1s|680000 |  6553 |  1364k|   2.0 |6104k|  27 |   - |  94 |1819 |  94 |  15 |  24 | 124k|2377 | 0.000000e+00 | 2.000000e+00 |    Inf 
96.39/96.48	c  96.5s|690000 |  7954 |  1384k|   2.0 |7049k|  27 |   - |  94 |2153 |  94 |  15 |  24 | 126k|2377 | 0.000000e+00 | 2.000000e+00 |    Inf 
97.69/97.80	c  97.8s|700000 |  7894 |  1402k|   2.0 |7074k|  27 |   4 |  94 |1769 |  94 |  15 |  24 | 127k|2378 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.00/99.09	c  99.1s|710000 |  7790 |  1420k|   2.0 |7239k|  27 |   - |  94 |2063 |   0 |   0 |  24 | 129k|2381 | 0.000000e+00 | 2.000000e+00 |    Inf 
100.40/100.40	c   100s|720000 |  7341 |  1437k|   2.0 |7006k|  27 |   - |  94 |1953 |   0 |   0 |  24 | 131k|2387 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.69/101.72	c   102s|730000 |  6489 |  1455k|   2.0 |6352k|  27 |   4 |  94 |1710 |  94 |  15 |  24 | 133k|2389 | 0.000000e+00 | 2.000000e+00 |    Inf 
102.89/102.99	c   103s|740000 |  5766 |  1473k|   2.0 |5638k|  27 |   - |  94 |1839 |  94 |  15 |  24 | 134k|2392 | 0.000000e+00 | 2.000000e+00 |    Inf 
104.29/104.31	c   104s|750000 |  7356 |  1495k|   2.0 |6579k|  27 |   - |  94 |2263 |   0 |   0 |  24 | 136k|2396 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.60/105.64	c   106s|760000 |  8112 |  1515k|   2.0 |7121k|  27 |   - |  94 |2239 |   0 |   0 |  24 | 138k|2397 | 0.000000e+00 | 2.000000e+00 |    Inf 
106.90/106.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.90/106.95	c   107s|770000 |  7963 |  1534k|   2.0 |7254k|  27 |   - |  94 |2272 |  94 |  15 |  24 | 139k|2403 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.19/108.28	c   108s|780000 |  7845 |  1554k|   2.0 |7313k|  27 |   - |  94 |2272 |  94 |  15 |  24 | 141k|2404 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.60/109.64	c   110s|790000 |  7055 |  1573k|   2.0 |6913k|  27 |   4 |  94 |2276 |  94 |  15 |  24 | 142k|2409 | 0.000000e+00 | 2.000000e+00 |    Inf 
110.90/110.99	c   111s|800000 |  5857 |  1593k|   2.0 |5936k|  27 |   - |  94 |2269 |   0 |   0 |  24 | 144k|2411 | 0.000000e+00 | 2.000000e+00 |    Inf 
112.20/112.29	c   112s|810000 |  5627 |  1612k|   2.0 |5686k|  27 |   4 |  94 |2230 |  94 |  15 |  24 | 146k|2422 | 0.000000e+00 | 2.000000e+00 |    Inf 
113.49/113.56	c   114s|820000 |  5530 |  1632k|   2.0 |5598k|  27 |   - |  94 |2041 |  94 |  15 |  24 | 147k|2426 | 0.000000e+00 | 2.000000e+00 |    Inf 
114.80/114.88	c   115s|830000 |  7109 |  1655k|   2.0 |6455k|  27 |   - |  94 |2139 |  94 |  15 |  24 | 149k|2433 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.09/116.19	c   116s|840000 |  8540 |  1676k|   2.0 |7381k|  27 |   - |  94 |2412 |  94 |  15 |  24 | 150k|2435 | 0.000000e+00 | 2.000000e+00 |    Inf 
117.40/117.48	c   117s|850000 |  9220 |  1697k|   2.0 |7796k|  27 |   4 |  94 |2117 |  94 |  15 |  24 | 152k|2436 | 0.000000e+00 | 2.000000e+00 |    Inf 
118.70/118.76	c   119s|860000 |  9881 |  1718k|   2.0 |8369k|  27 |   4 |  94 |2338 |  94 |  15 |  24 | 153k|2441 | 0.000000e+00 | 2.000000e+00 |    Inf 
119.99/120.07	c   120s|870000 |  9932 |  1738k|   2.0 |8515k|  27 |   4 |  94 |2099 |  94 |  15 |  24 | 155k|2441 | 0.000000e+00 | 2.000000e+00 |    Inf 
121.30/121.36	c   121s|880000 |  9800 |  1758k|   2.0 |8644k|  27 |   - |  94 |2201 |  94 |  15 |  24 | 156k|2458 | 0.000000e+00 | 2.000000e+00 |    Inf 
122.60/122.66	c   123s|890000 |  9331 |  1778k|   2.0 |8454k|  27 |   4 |  94 |2010 |  94 |  15 |  24 | 158k|2466 | 0.000000e+00 | 2.000000e+00 |    Inf 
123.89/123.97	c   124s|900000 |  8504 |  1797k|   2.0 |8073k|  27 |   4 |  94 |2074 |  94 |  15 |  24 | 159k|2471 | 0.000000e+00 | 2.000000e+00 |    Inf 
125.19/125.29	c   125s|910000 |  7354 |  1817k|   2.0 |7328k|  27 |   4 |  94 |2015 |  94 |  15 |  24 | 161k|2473 | 0.000000e+00 | 2.000000e+00 |    Inf 
126.59/126.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.59/126.61	c   127s|920000 |  6240 |  1836k|   2.0 |6441k|  27 |   - |  94 |2015 |  94 |  15 |  24 | 163k|2479 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.90/127.92	c   128s|930000 |  5515 |  1857k|   2.0 |5539k|  27 |   - |  94 |1889 |  94 |  15 |  24 | 164k|2488 | 0.000000e+00 | 2.000000e+00 |    Inf 
129.20/129.20	c   129s|940000 |  5313 |  1876k|   2.0 |5443k|  27 |   4 |  94 |1865 |  94 |  15 |  24 | 166k|2493 | 0.000000e+00 | 2.000000e+00 |    Inf 
130.39/130.46	c   130s|950000 |  5389 |  1897k|   2.0 |5565k|  27 |   4 |  94 |2150 |  94 |  15 |  24 | 168k|2498 | 0.000000e+00 | 2.000000e+00 |    Inf 
131.80/131.80	c   132s|960000 |  5919 |  1916k|   2.0 |6132k|  27 |   - |  94 |2518 |  94 |  15 |  24 | 169k|2505 | 0.000000e+00 | 2.000000e+00 |    Inf 
133.10/133.17	c   133s|970000 |  5147 |  1936k|   2.0 |5462k|  27 |   - |  94 |2165 |  94 |  15 |  24 | 171k|2511 | 0.000000e+00 | 2.000000e+00 |    Inf 
134.40/134.44	c   134s|980000 |  5479 |  1956k|   2.0 |5574k|  27 |   4 |  94 |1966 |  94 |  15 |  24 | 173k|2521 | 0.000000e+00 | 2.000000e+00 |    Inf 
135.69/135.71	c   136s|990000 |  5031 |  1974k|   2.0 |5461k|  27 |   - |  94 |2273 |  94 |  15 |  24 | 175k|2525 | 0.000000e+00 | 2.000000e+00 |    Inf 
136.99/137.03	c   137s|  1000k|  6418 |  1996k|   2.0 |6132k|  27 |   4 |  94 |1992 |  94 |  15 |  24 | 176k|2532 | 0.000000e+00 | 2.000000e+00 |    Inf 
138.20/138.29	c   138s|  1010k|  7068 |  2016k|   2.0 |6654k|  27 |   4 |  94 |2019 |  94 |  15 |  24 | 178k|2536 | 0.000000e+00 | 2.000000e+00 |    Inf 
139.50/139.56	c   140s|  1020k|  7513 |  2036k|   2.0 |7091k|  27 |   - |  94 |2185 |  94 |  15 |  24 | 179k|2541 | 0.000000e+00 | 2.000000e+00 |    Inf 
140.80/140.83	c   141s|  1030k|  7491 |  2055k|   2.0 |7219k|  27 |   - |  94 |2112 |  94 |  15 |  24 | 181k|2547 | 0.000000e+00 | 2.000000e+00 |    Inf 
142.09/142.13	c   142s|  1040k|  7286 |  2074k|   2.0 |7216k|  27 |   4 |  94 |2122 |  94 |  15 |  24 | 183k|2549 | 0.000000e+00 | 2.000000e+00 |    Inf 
143.39/143.40	c   143s|  1050k|  7332 |  2093k|   2.0 |7402k|  27 |   4 |  94 |2394 |  94 |  15 |  24 | 184k|2557 | 0.000000e+00 | 2.000000e+00 |    Inf 
144.60/144.70	c   145s|  1060k|  7960 |  2113k|   2.0 |7987k|  27 |   - |  94 |2731 |  94 |  15 |  24 | 186k|2571 | 0.000000e+00 | 2.000000e+00 |    Inf 
145.99/146.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.99/146.05	c   146s|  1070k|  7370 |  2132k|   2.0 |7475k|  27 |   - |  94 |2083 |  94 |  15 |  24 | 188k|2576 | 0.000000e+00 | 2.000000e+00 |    Inf 
147.30/147.33	c   147s|  1080k|  7573 |  2151k|   2.0 |7837k|  27 |   4 |  94 |2581 |  94 |  15 |  24 | 189k|2576 | 0.000000e+00 | 2.000000e+00 |    Inf 
148.59/148.66	c   149s|  1090k|  7310 |  2170k|   2.0 |7606k|  27 |   - |  94 |2445 |  94 |  15 |  24 | 191k|2592 | 0.000000e+00 | 2.000000e+00 |    Inf 
149.90/149.97	c   150s|  1100k|  6504 |  2189k|   2.0 |6997k|  27 |   4 |  94 |2245 |  94 |  15 |  24 | 193k|2596 | 0.000000e+00 | 2.000000e+00 |    Inf 
151.20/151.24	c   151s|  1110k|  6661 |  2209k|   2.0 |7228k|  27 |   - |  94 |2504 |  94 |  15 |  24 | 194k|2604 | 0.000000e+00 | 2.000000e+00 |    Inf 
152.50/152.59	c   153s|  1120k|  5750 |  2228k|   2.0 |6339k|  27 |   - |  94 |2260 |  94 |  15 |  24 | 196k|2614 | 0.000000e+00 | 2.000000e+00 |    Inf 
153.79/153.85	c   154s|  1130k|  5732 |  2247k|   2.0 |6455k|  27 |   4 |  94 |2617 |  94 |  15 |  24 | 197k|2618 | 0.000000e+00 | 2.000000e+00 |    Inf 
155.10/155.17	c   155s|  1140k|  5354 |  2266k|   2.0 |5996k|  27 |   4 |  94 |2477 |  94 |  15 |  24 | 199k|2624 | 0.000000e+00 | 2.000000e+00 |    Inf 
156.40/156.45	c   156s|  1150k|  4994 |  2285k|   2.0 |5361k|  27 |   4 |  94 |1951 |  94 |  15 |  24 | 201k|2629 | 0.000000e+00 | 2.000000e+00 |    Inf 
157.59/157.66	c   158s|  1160k|  5890 |  2306k|   2.0 |5899k|  27 |   4 |  94 |2180 |  94 |  15 |  24 | 202k|2646 | 0.000000e+00 | 2.000000e+00 |    Inf 
158.80/158.89	c   159s|  1170k|  6053 |  2326k|   2.0 |6160k|  27 |   - |  94 |2104 |  94 |  15 |  24 | 204k|2668 | 0.000000e+00 | 2.000000e+00 |    Inf 
160.09/160.18	c   160s|  1180k|  5308 |  2345k|   2.0 |5738k|  27 |   - |  94 |2002 |   0 |   0 |  24 | 205k|2678 | 0.000000e+00 | 2.000000e+00 |    Inf 
161.39/161.43	c   161s|  1190k|  4859 |  2364k|   2.0 |5363k|  27 |   - |  94 |2172 |  94 |  15 |  24 | 207k|2690 | 0.000000e+00 | 2.000000e+00 |    Inf 
162.60/162.68	c   163s|  1200k|  5400 |  2383k|   2.0 |5713k|  27 |   4 |  94 |2185 |  94 |  15 |  24 | 209k|2691 | 0.000000e+00 | 2.000000e+00 |    Inf 
163.99/164.00	c   164s|  1210k|  4807 |  2400k|   2.0 |5382k|  27 |   - |  94 |2109 |   0 |   0 |  24 | 210k|2699 | 0.000000e+00 | 2.000000e+00 |    Inf 
165.19/165.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.19/165.24	c   165s|  1220k|  4861 |  2420k|   2.0 |5498k|  27 |   - |  94 |2334 |   0 |   0 |  24 | 212k|2704 | 0.000000e+00 | 2.000000e+00 |    Inf 
166.49/166.52	c   167s|  1230k|  4832 |  2438k|   2.0 |5584k|  27 |   - |  94 |2565 |   0 |   0 |  24 | 213k|2709 | 0.000000e+00 | 2.000000e+00 |    Inf 
167.69/167.80	c   168s|  1240k|  4771 |  2457k|   2.0 |5506k|  27 |   - |  94 |2516 |  94 |  15 |  24 | 215k|2716 | 0.000000e+00 | 2.000000e+00 |    Inf 
168.99/169.08	c   169s|  1250k|  4461 |  2476k|   2.0 |5079k|  27 |   - |  94 |1836 |   0 |   0 |  24 | 216k|2724 | 0.000000e+00 | 2.000000e+00 |    Inf 
170.19/170.29	c   170s|  1260k|  4584 |  2496k|   2.0 |5025k|  27 |   4 |  94 |1492 |  94 |  15 |  24 | 218k|2725 | 0.000000e+00 | 2.000000e+00 |    Inf 
171.40/171.43	c   171s|  1270k|  4927 |  2516k|   2.0 |5367k|  27 |   4 |  94 |1541 |  94 |  15 |  24 | 219k|2731 | 0.000000e+00 | 2.000000e+00 |    Inf 
172.60/172.61	c   173s|  1280k|  4575 |  2535k|   2.0 |5251k|  27 |   4 |  94 |1638 |  94 |  15 |  24 | 221k|2744 | 0.000000e+00 | 2.000000e+00 |    Inf 
173.80/173.81	c   174s|  1290k|  4307 |  2555k|   2.0 |5088k|  27 |   - |  94 |2013 |  94 |  15 |  24 | 222k|2746 | 0.000000e+00 | 2.000000e+00 |    Inf 
175.00/175.03	c   175s|  1300k|  4152 |  2575k|   2.0 |5162k|  27 |   4 |  94 |2455 |  94 |  15 |  24 | 224k|2752 | 0.000000e+00 | 2.000000e+00 |    Inf 
176.30/176.31	c   176s|  1310k|  4319 |  2594k|   2.0 |5058k|  27 |   4 |  94 |1888 |  94 |  15 |  24 | 225k|2761 | 0.000000e+00 | 2.000000e+00 |    Inf 
177.50/177.51	c   178s|  1320k|  5175 |  2617k|   2.0 |5733k|  27 |   4 |  94 |2137 |  94 |  15 |  24 | 226k|2776 | 0.000000e+00 | 2.000000e+00 |    Inf 
178.69/178.71	c   179s|  1330k|  4933 |  2637k|   2.0 |5640k|  27 |   4 |  94 |1841 |  94 |  15 |  24 | 227k|2782 | 0.000000e+00 | 2.000000e+00 |    Inf 
179.89/179.93	c   180s|  1340k|  4136 |  2657k|   2.0 |4885k|  27 |   4 |  94 |1622 |  94 |  15 |  24 | 229k|2793 | 0.000000e+00 | 2.000000e+00 |    Inf 
181.10/181.16	c   181s|  1350k|  3894 |  2675k|   2.0 |4655k|  27 |   4 |  94 |1321 |  94 |  15 |  24 | 230k|2795 | 0.000000e+00 | 2.000000e+00 |    Inf 
182.29/182.33	c   182s|  1360k|  3796 |  2694k|   2.0 |4651k|  27 |   4 |  94 |1458 |  94 |  15 |  24 | 232k|2800 | 0.000000e+00 | 2.000000e+00 |    Inf 
183.50/183.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.50/183.50	c   183s|  1370k|  3804 |  2714k|   2.0 |4829k|  27 |   - |  94 |1664 |   0 |   0 |  24 | 234k|2811 | 0.000000e+00 | 2.000000e+00 |    Inf 
184.60/184.68	c   185s|  1380k|  3613 |  2732k|   2.0 |4614k|  27 |   - |  94 |1557 |   0 |   0 |  24 | 235k|2816 | 0.000000e+00 | 2.000000e+00 |    Inf 
185.80/185.87	c   186s|  1390k|  3678 |  2751k|   2.0 |4749k|  27 |   - |  94 |1774 |  94 |  15 |  24 | 237k|2829 | 0.000000e+00 | 2.000000e+00 |    Inf 
187.00/187.09	c   187s|  1400k|  3479 |  2770k|   2.0 |4604k|  27 |   - |  94 |1698 |  94 |  15 |  24 | 238k|2835 | 0.000000e+00 | 2.000000e+00 |    Inf 
188.20/188.27	c   188s|  1410k|  3478 |  2789k|   2.0 |4635k|  27 |   4 |  94 |1748 |  94 |  15 |  24 | 240k|2842 | 0.000000e+00 | 2.000000e+00 |    Inf 
189.40/189.47	c   189s|  1420k|  3138 |  2809k|   2.0 |4351k|  27 |   4 |  94 |1489 |  94 |  15 |  24 | 241k|2852 | 0.000000e+00 | 2.000000e+00 |    Inf 
190.60/190.64	c   191s|  1430k|  2962 |  2828k|   2.0 |4382k|  27 |   - |  94 |1766 |  94 |  15 |  24 | 243k|2855 | 0.000000e+00 | 2.000000e+00 |    Inf 
191.80/191.83	c   192s|  1440k|  2905 |  2846k|   2.0 |4353k|  27 |   4 |  94 |1790 |  94 |  15 |  24 | 244k|2865 | 0.000000e+00 | 2.000000e+00 |    Inf 
193.00/193.04	c   193s|  1450k|  2951 |  2865k|   2.0 |4505k|  27 |   4 |  94 |2133 |  94 |  15 |  24 | 246k|2871 | 0.000000e+00 | 2.000000e+00 |    Inf 
194.20/194.24	c   194s|  1460k|  2831 |  2883k|   2.0 |4515k|  27 |   - |  94 |2179 |   0 |   0 |  24 | 248k|2875 | 0.000000e+00 | 2.000000e+00 |    Inf 
195.40/195.44	c   195s|  1470k|  2819 |  2902k|   2.0 |4382k|  27 |   4 |  94 |1953 |  94 |  15 |  24 | 249k|2880 | 0.000000e+00 | 2.000000e+00 |    Inf 
196.70/196.73	c   197s|  1480k|  2626 |  2920k|   2.0 |4332k|  27 |   4 |  94 |2096 |  94 |  15 |  24 | 251k|2881 | 0.000000e+00 | 2.000000e+00 |    Inf 
197.90/197.95	c   198s|  1490k|  2644 |  2939k|   2.0 |4478k|  27 |   - |  94 |2421 |  94 |  15 |  24 | 252k|2891 | 0.000000e+00 | 2.000000e+00 |    Inf 
199.10/199.18	c   199s|  1500k|  2769 |  2959k|   2.0 |4625k|  27 |   - |  94 |2480 |   0 |   0 |  24 | 254k|2893 | 0.000000e+00 | 2.000000e+00 |    Inf 
200.39/200.43	c   200s|  1510k|  2646 |  2978k|   2.0 |4445k|  27 |   4 |  94 |2310 |  94 |  15 |  24 | 255k|2898 | 0.000000e+00 | 2.000000e+00 |    Inf 
201.60/201.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.60/201.68	c   202s|  1520k|  2590 |  2997k|   2.0 |4601k|  27 |   4 |  94 |2657 |  94 |  15 |  24 | 257k|2901 | 0.000000e+00 | 2.000000e+00 |    Inf 
202.90/202.93	c   203s|  1530k|  2288 |  3016k|   2.0 |4168k|  27 |   - |  94 |2093 |  94 |  15 |  24 | 258k|2908 | 0.000000e+00 | 2.000000e+00 |    Inf 
204.10/204.13	c   204s|  1540k|  2450 |  3035k|   2.0 |4331k|  27 |   4 |  94 |2302 |  94 |  15 |  24 | 260k|2911 | 0.000000e+00 | 2.000000e+00 |    Inf 
205.30/205.35	c   205s|  1550k|  2307 |  3054k|   2.0 |4377k|  27 |   - |  94 |2524 |  94 |  15 |  24 | 261k|2913 | 0.000000e+00 | 2.000000e+00 |    Inf 
206.60/206.67	c   207s|  1560k|  2149 |  3074k|   2.0 |4280k|  27 |   4 |  94 |2611 |  94 |  15 |  24 | 263k|2929 | 0.000000e+00 | 2.000000e+00 |    Inf 
207.91/207.97	c   208s|  1570k|  2045 |  3093k|   2.0 |4026k|  27 |   4 |  94 |2057 |  94 |  15 |  24 | 264k|2931 | 0.000000e+00 | 2.000000e+00 |    Inf 
209.20/209.20	c   209s|  1580k|  2004 |  3112k|   2.0 |3961k|  27 |   - |  94 |1904 |  94 |  15 |  24 | 266k|2935 | 0.000000e+00 | 2.000000e+00 |    Inf 
210.40/210.43	c   210s|  1590k|  1895 |  3130k|   2.0 |3881k|  27 |   - |  94 |1852 |  94 |  15 |  24 | 267k|2943 | 0.000000e+00 | 2.000000e+00 |    Inf 
211.50/211.59	c   212s|  1600k|  1827 |  3150k|   2.0 |3704k|  27 |   4 |  94 |1556 |  94 |  15 |  24 | 269k|2947 | 0.000000e+00 | 2.000000e+00 |    Inf 
212.69/212.72	c   213s|  1610k|  1811 |  3169k|   2.0 |4059k|  27 |   - |  94 |2347 |  94 |  15 |  24 | 270k|2955 | 0.000000e+00 | 2.000000e+00 |    Inf 
213.90/213.96	c   214s|  1620k|  1670 |  3188k|   2.0 |3982k|  27 |   4 |  94 |2538 |  94 |  15 |  24 | 272k|2957 | 0.000000e+00 | 2.000000e+00 |    Inf 
215.10/215.16	c   215s|  1630k|  1865 |  3208k|   2.0 |3786k|  27 |   4 |  94 |1705 |  94 |  15 |  24 | 273k|2966 | 0.000000e+00 | 2.000000e+00 |    Inf 
216.29/216.34	c   216s|  1640k|  1589 |  3227k|   2.0 |3713k|  27 |   - |  94 |2002 |   0 |   0 |  24 | 275k|2968 | 0.000000e+00 | 2.000000e+00 |    Inf 
217.50/217.56	c   218s|  1650k|  1351 |  3246k|   2.0 |3565k|  27 |   - |  94 |1912 |  94 |  15 |  24 | 276k|2974 | 0.000000e+00 | 2.000000e+00 |    Inf 
218.69/218.76	c   219s|  1660k|  1205 |  3265k|   2.0 |3315k|  27 |   4 |  94 |1555 |  94 |  15 |  24 | 277k|2983 | 0.000000e+00 | 2.000000e+00 |    Inf 
219.79/219.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.79/219.89	c   220s|  1670k|  2245 |  3285k|   2.0 |3912k|  27 |   - |  94 |1354 |   0 |   0 |  24 | 279k|2988 | 0.000000e+00 | 2.000000e+00 |    Inf 
221.00/221.06	c   221s|  1680k|  2316 |  3304k|   2.0 |4094k|  27 |   - |  94 |1317 |   0 |   0 |  24 | 280k|2991 | 0.000000e+00 | 2.000000e+00 |    Inf 
222.21/222.24	c   222s|  1690k|  2014 |  3322k|   2.0 |4050k|  27 |   4 |  94 |1444 |  94 |  15 |  24 | 282k|2994 | 0.000000e+00 | 2.000000e+00 |    Inf 
223.39/223.45	c   223s|  1700k|  1139 |  3341k|   2.0 |3231k|  27 |   - |  94 |1425 |  94 |  15 |  24 | 283k|2997 | 0.000000e+00 | 2.000000e+00 |    Inf 
224.50/224.57	c   225s|  1710k|  1392 |  3360k|   2.0 |3476k|  27 |   - |  94 |1674 |  94 |  15 |  24 | 285k|3001 | 0.000000e+00 | 2.000000e+00 |    Inf 
225.70/225.79	c   226s|  1720k|   968 |  3378k|   2.0 |3180k|  27 |   - |  94 |1596 |   0 |   0 |  24 | 286k|3009 | 0.000000e+00 | 2.000000e+00 |    Inf 
226.90/226.93	c   227s|  1730k|   819 |  3398k|   2.0 |2992k|  27 |   - |  94 |1380 |   0 |   0 |  24 | 288k|3013 | 0.000000e+00 | 2.000000e+00 |    Inf 
228.00/228.08	c   228s|  1740k|   612 |  3416k|   2.0 |2723k|  27 |   - |  94 |1118 |  94 |  15 |  24 | 289k|3015 | 0.000000e+00 | 2.000000e+00 |    Inf 
229.10/229.18	c   229s|  1750k|  1354 |  3435k|   2.0 |3433k|  27 |   - |  94 |1690 |  94 |  15 |  24 | 290k|3016 | 0.000000e+00 | 2.000000e+00 |    Inf 
230.30/230.39	c   230s|  1760k|  1172 |  3453k|   2.0 |3427k|  27 |   - |  94 |1630 |  94 |  15 |  24 | 292k|3018 | 0.000000e+00 | 2.000000e+00 |    Inf 
231.50/231.59	c   232s|  1770k|   520 |  3472k|   2.0 |2788k|  27 |   4 |  94 |1505 |  94 |  15 |  24 | 294k|3019 | 0.000000e+00 | 2.000000e+00 |    Inf 
232.70/232.74	c   233s|  1780k|   291 |  3491k|   2.0 |2614k|  27 |   - |  94 |1692 |  94 |  15 |  24 | 295k|3023 | 0.000000e+00 | 2.000000e+00 |    Inf 
233.90/233.90	c   234s|  1790k|   738 |  3510k|   2.0 |2794k|  27 |   4 |  94 |1779 |  94 |  15 |  24 | 296k|3026 | 0.000000e+00 | 2.000000e+00 |    Inf 
235.00/235.07	c   235s|  1800k|  1508 |  3529k|   2.0 |3405k|  27 |   - |  94 |1963 |   0 |   0 |  24 | 298k|3027 | 0.000000e+00 | 2.000000e+00 |    Inf 
236.19/236.28	c   236s|  1810k|  1615 |  3547k|   2.0 |3711k|  27 |   4 |  94 |2223 |  94 |  15 |  24 | 299k|3029 | 0.000000e+00 | 2.000000e+00 |    Inf 
237.50/237.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.50/237.53	c   238s|  1820k|  1262 |  3566k|   2.0 |3594k|  27 |   - |  94 |2249 |   0 |   0 |  24 | 301k|3041 | 0.000000e+00 | 2.000000e+00 |    Inf 
238.79/238.84	c   239s|  1830k|   311 |  3584k|   2.0 |2707k|  27 |   4 |  94 |1793 |  94 |  15 |  24 | 303k|3044 | 0.000000e+00 | 2.000000e+00 |    Inf 
239.90/239.98	c   240s|  1840k|  1240 |  3603k|   2.0 |3146k|  27 |   - |  94 |1978 |   0 |   0 |  24 | 304k|3044 | 0.000000e+00 | 2.000000e+00 |    Inf 
241.10/241.15	c   241s|  1850k|  1688 |  3622k|   2.0 |3520k|  27 |   - |  94 |1855 |  94 |  15 |  24 | 305k|3048 | 0.000000e+00 | 2.000000e+00 |    Inf 
242.30/242.33	c   242s|  1860k|  1440 |  3639k|   2.0 |3536k|  27 |   - |  94 |1919 |   0 |   0 |  24 | 307k|3054 | 0.000000e+00 | 2.000000e+00 |    Inf 
243.50/243.54	c   244s|  1870k|  1088 |  3657k|   2.0 |3374k|  27 |   4 |  94 |2070 |  94 |  15 |  24 | 308k|3060 | 0.000000e+00 | 2.000000e+00 |    Inf 
244.69/244.74	c   245s|  1880k|  1514 |  3676k|   2.0 |3775k|  27 |   4 |  94 |2143 |  94 |  15 |  24 | 310k|3068 | 0.000000e+00 | 2.000000e+00 |    Inf 
246.00/246.03	c   246s|  1890k|  1254 |  3694k|   2.0 |3840k|  27 |   4 |  94 |2531 |  94 |  15 |  24 | 311k|3077 | 0.000000e+00 | 2.000000e+00 |    Inf 
247.29/247.34	c   247s|  1900k|   524 |  3712k|   2.0 |3059k|  27 |   - |  94 |2007 |   0 |   0 |  24 | 313k|3078 | 0.000000e+00 | 2.000000e+00 |    Inf 
248.50/248.50	c   249s|  1910k|  1166 |  3731k|   2.0 |3276k|  27 |   4 |  94 |2402 |  94 |  15 |  24 | 314k|3088 | 0.000000e+00 | 2.000000e+00 |    Inf 
249.70/249.71	c   250s|  1920k|  1889 |  3749k|   2.0 |3712k|  27 |   4 |  94 |2146 |  94 |  15 |  24 | 316k|3095 | 0.000000e+00 | 2.000000e+00 |    Inf 
250.90/250.90	c   251s|  1930k|  1878 |  3767k|   2.0 |3994k|  27 |   - |  94 |2494 |  94 |  15 |  24 | 317k|3101 | 0.000000e+00 | 2.000000e+00 |    Inf 
252.10/252.15	c   252s|  1940k|  1251 |  3785k|   2.0 |3570k|  27 |   - |  94 |2082 |   0 |   0 |  24 | 319k|3106 | 0.000000e+00 | 2.000000e+00 |    Inf 
253.39/253.41	c   253s|  1950k|   451 |  3804k|   2.0 |2600k|  27 |   4 |  94 |1836 |  94 |  15 |  24 | 320k|3114 | 0.000000e+00 | 2.000000e+00 |    Inf 
254.50/254.56	c   255s|  1960k|  1918 |  3822k|   2.0 |3638k|  27 |   4 |  94 |2388 |  94 |  15 |  24 | 322k|3122 | 0.000000e+00 | 2.000000e+00 |    Inf 
255.70/255.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.70/255.79	c   256s|  1970k|  2644 |  3841k|   1.9 |4265k|  27 |   4 |  94 |2637 |  94 |  15 |  24 | 323k|3124 | 0.000000e+00 | 2.000000e+00 |    Inf 
257.00/257.05	c   257s|  1980k|  3210 |  3859k|   1.9 |4726k|  27 |   4 |  94 |2636 |  94 |  15 |  24 | 325k|3136 | 0.000000e+00 | 2.000000e+00 |    Inf 
258.30/258.33	c   258s|  1990k|  3191 |  3878k|   1.9 |4874k|  27 |   - |  94 |2567 |  94 |  15 |  24 | 326k|3136 | 0.000000e+00 | 2.000000e+00 |    Inf 
259.60/259.66	c   260s|  2000k|  2791 |  3895k|   1.9 |4797k|  27 |   - |  94 |2584 |  94 |  15 |  24 | 328k|3148 | 0.000000e+00 | 2.000000e+00 |    Inf 
260.90/260.96	c   261s|  2010k|  2543 |  3914k|   1.9 |4795k|  27 |   - |  94 |2693 |  94 |  15 |  24 | 329k|3149 | 0.000000e+00 | 2.000000e+00 |    Inf 
262.30/262.37	c   262s|  2020k|  1560 |  3931k|   1.9 |4121k|  27 |   4 |  94 |2501 |  94 |  15 |  24 | 331k|3158 | 0.000000e+00 | 2.000000e+00 |    Inf 
263.69/263.74	c   264s|  2030k|   444 |  3949k|   1.9 |3140k|  27 |   4 |  94 |2491 |  94 |  15 |  24 | 333k|3158 | 0.000000e+00 | 2.000000e+00 |    Inf 
264.90/264.98	c   265s|  2040k|  1016 |  3968k|   1.9 |3185k|  27 |   - |  94 |2467 |  94 |  15 |  24 | 334k|3161 | 0.000000e+00 | 2.000000e+00 |    Inf 
266.20/266.23	c   266s|  2050k|  1355 |  3985k|   1.9 |3615k|  27 |   4 |  94 |2689 |  94 |  15 |  24 | 336k|3162 | 0.000000e+00 | 2.000000e+00 |    Inf 
267.50/267.50	c   268s|  2060k|  1121 |  4003k|   1.9 |3475k|  27 |   4 |  94 |2396 |  94 |  15 |  24 | 338k|3164 | 0.000000e+00 | 2.000000e+00 |    Inf 
268.70/268.73	c   269s|  2070k|   931 |  4021k|   1.9 |3385k|  27 |   4 |  94 |2274 |  94 |  15 |  24 | 339k|3165 | 0.000000e+00 | 2.000000e+00 |    Inf 
269.90/269.98	c   270s|  2080k|   259 |  4039k|   1.9 |2586k|  27 |   - |  94 |2035 |   0 |   0 |  24 | 341k|3170 | 0.000000e+00 | 2.000000e+00 |    Inf 
270.80/270.80	c 
270.80/270.80	c SCIP Status        : problem is solved [optimal solution found]
270.80/270.80	c Solving Time (sec) : 270.80
270.80/270.80	c Solving Nodes      : 2086749
270.80/270.80	c Primal Bound       : +2.00000000000002e+00 (38 solutions)
270.80/270.80	c Dual Bound         : +2.00000000000002e+00
270.80/270.80	c Gap                : 0.00 %
270.80/270.80	s OPTIMUM FOUND
270.80/270.80	v x94 -x93 x92 -x91 x90 -x89 -x88 x87 -x86 x85 x84 -x83 x82 -x81 -x80 -x79 x78 -x77 x76 -x75 x74 x73 -x72 -x71 x70 -x69 -x68 x67 
270.80/270.80	v -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
270.80/270.80	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 
270.80/270.80	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
270.80/270.80	c SCIP Status        : problem is solved [optimal solution found]
270.80/270.80	c Total Time         :     270.80
270.80/270.80	c   solving          :     270.80
270.80/270.80	c   presolving       :       0.00 (included in solving)
270.80/270.80	c   reading          :       0.00 (included in solving)
270.80/270.80	c Original Problem   :
270.80/270.80	c   Problem name     : HOME/instance-3488982-1307773758.opb
270.80/270.80	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
270.80/270.80	c   Constraints      : 8 initial, 8 maximal
270.80/270.80	c Presolved Problem  :
270.80/270.80	c   Problem name     : t_HOME/instance-3488982-1307773758.opb
270.80/270.80	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
270.80/270.80	c   Constraints      : 4 initial, 5322 maximal
270.80/270.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
270.80/270.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
270.80/270.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
270.80/270.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
270.80/270.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
270.80/270.80	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
270.80/270.80	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
270.80/270.80	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
270.80/270.80	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
270.80/270.80	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
270.80/270.80	c   root node        :          -         57          -          -         57          -          -          -          -          -
270.80/270.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
270.80/270.80	c   integral         :          0          0          0    1074113          0         28          0        393       1626          0          0    2144174
270.80/270.80	c   linear           :          4+         7    2894188          1          0         25    2543523     465642    2842793          0          0          0
270.80/270.80	c   logicor          :          0+         0    1635111          0          0          0     152142       5616     153577          0          0          0
270.80/270.80	c   countsols        :          0          0          0         16          0         24          0          0          0          0          0          0
270.80/270.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
270.80/270.80	c   integral         :       5.63       0.00       0.00       5.63       0.00       0.00       0.00
270.80/270.80	c   linear           :      29.41       0.00      24.71       0.00       0.00       0.00       4.69
270.80/270.80	c   logicor          :      28.58       0.00      28.39       0.00       0.00       0.00       0.19
270.80/270.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
270.80/270.80	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
270.80/270.80	c   vbounds          :          0          0          0          0
270.80/270.80	c   rootredcost      :         20          0          0         56
270.80/270.80	c   pseudoobj        :    2896612       2778       2595     127504
270.80/270.80	c Propagator Timings :  TotalTime  Propagate    Resprop
270.80/270.80	c   vbounds          :       0.49       0.49       0.00
270.80/270.80	c   rootredcost      :       0.53       0.53       0.00
270.80/270.80	c   pseudoobj        :       5.06       5.05       0.00
270.80/270.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
270.80/270.80	c   propagation      :       7.81     473853     297361     425254       22.4         31       21.9          -
270.80/270.80	c   infeasible LP    :       0.08       4502       4502       4935       12.9          1       25.0          0
270.80/270.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
270.80/270.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
270.80/270.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
270.80/270.80	c   applied globally :          -          -          -     342007       22.2          -          -          -
270.80/270.80	c   applied locally  :          -          -          -         39       31.7          -          -          -
270.80/270.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
270.80/270.80	c   cut pool         :       0.00          5          -          -         24          -    (maximal pool size: 87)
270.80/270.80	c   redcost          :       3.53    1129685          0     697437          0          0
270.80/270.80	c   impliedbounds    :       0.00          6          0          0          0          0
270.80/270.80	c   intobj           :       0.00          0          0          0          0          0
270.80/270.80	c   gomory           :       0.00          6          0          0          0          0
270.80/270.80	c   cgmip            :       0.00          0          0          0          0          0
270.80/270.80	c   closecuts        :       0.00          0          0          0          0          0
270.80/270.80	c   strongcg         :       0.00          6          0          0         29          0
270.80/270.80	c   cmir             :       0.01          6          0          0         32          0
270.80/270.80	c   flowcover        :       0.01          6          0          0         46          0
270.80/270.80	c   clique           :       0.00          1          0          0          0          0
270.80/270.80	c   zerohalf         :       0.00          0          0          0          0          0
270.80/270.80	c   mcf              :       0.00          1          0          0          0          0
270.80/270.80	c   oddcycle         :       0.00          0          0          0          0          0
270.80/270.80	c   rapidlearning    :       0.01          1          0          0          0          6
270.80/270.80	c Pricers            :       Time      Calls       Vars
270.80/270.80	c   problem variables:       0.00          0          0
270.80/270.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
270.80/270.80	c   relpscost        :       5.08    1074097        393       1626          0          0    2144174
270.80/270.80	c   pscost           :       0.00          0          0          0          0          0          0
270.80/270.80	c   inference        :       0.00          0          0          0          0          0          0
270.80/270.80	c   mostinf          :       0.00          0          0          0          0          0          0
270.80/270.80	c   leastinf         :       0.00          0          0          0          0          0          0
270.80/270.80	c   fullstrong       :       0.00          0          0          0          0          0          0
270.80/270.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
270.80/270.80	c   random           :       0.00          0          0          0          0          0          0
270.80/270.80	c Primal Heuristics  :       Time      Calls      Found
270.80/270.80	c   LP solutions     :       0.00          -         16
270.80/270.80	c   pseudo solutions :       0.00          -          0
270.80/270.80	c   feaspump         :       0.09          1          0
270.80/270.80	c   oneopt           :       0.41         21          0
270.80/270.80	c   rootsoldiving    :       0.83        897          1
270.80/270.80	c   objpscostdiving  :       0.65       1393          0
270.80/270.80	c   coefdiving       :       1.23       3499          1
270.80/270.80	c   pscostdiving     :       1.20       3499          0
270.80/270.80	c   veclendiving     :       1.28       3499          1
270.80/270.80	c   guideddiving     :       1.20       3499          0
270.80/270.80	c   linesearchdiving :       1.23       3499          0
270.80/270.80	c   fracdiving       :       1.18       3500          0
270.80/270.80	c   trivial          :       0.00          2          0
270.80/270.80	c   shiftandpropagate:       0.00          1          1
270.80/270.80	c   simplerounding   :       0.22          0          0
270.80/270.80	c   zirounding       :       2.34          0          0
270.80/270.80	c   rounding         :       0.43      15066          0
270.80/270.80	c   shifting         :       6.20      30115         17
270.80/270.80	c   intshifting      :       0.04          0          0
270.80/270.80	c   twoopt           :       0.00          0          0
270.80/270.80	c   fixandinfer      :       0.00          0          0
270.80/270.80	c   clique           :       0.00          0          0
270.80/270.80	c   intdiving        :       0.00          0          0
270.80/270.80	c   actconsdiving    :       0.00          0          0
270.80/270.80	c   octane           :       0.00          0          0
270.80/270.80	c   rens             :       0.01          1          0
270.80/270.80	c   rins             :       0.00          0          0
270.80/270.80	c   localbranching   :       0.00          0          0
270.80/270.80	c   mutation         :       0.00          0          0
270.80/270.80	c   crossover        :       0.01          1          0
270.80/270.80	c   dins             :       0.00          0          0
270.80/270.80	c   vbounds          :       0.00          0          0
270.80/270.80	c   undercover       :       0.00          0          0
270.80/270.80	c   subnlp           :       0.30          0          0
270.80/270.80	c   trysol           :       0.37          0          0
270.80/270.80	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
270.80/270.80	c   primal LP        :       0.00          0          0       0.00          -
270.80/270.80	c   dual LP          :      75.83    1755615    3874361       2.21   51090.15
270.80/270.80	c   lex dual LP      :       0.00          0          0       0.00          -
270.80/270.80	c   barrier LP       :       0.00          0          0       0.00          -
270.80/270.80	c   diving/probing LP:       3.55      74655     177678       2.38   50034.31
270.80/270.80	c   strong branching :       0.26       3178       9594       3.02   37511.14
270.80/270.80	c     (at root node) :          -          9        385      42.78          -
270.80/270.80	c   conflict analysis:       0.00          0          0       0.00          -
270.80/270.80	c B&B Tree           :
270.80/270.80	c   number of runs   :          1
270.80/270.80	c   nodes            :    2086749
270.80/270.80	c   nodes (total)    :    2086749
270.80/270.80	c   nodes left       :          0
270.80/270.80	c   max depth        :         27
270.80/270.80	c   max depth (total):         27
270.80/270.80	c   backtracks       :     623087 (29.9%)
270.80/270.80	c   delayed cutoffs  :      56946
270.80/270.80	c   repropagations   :     193490 (405151 domain reductions, 53225 cutoffs)
270.80/270.80	c   avg switch length:       4.96
270.80/270.80	c   switching time   :      48.54
270.80/270.80	c Solution           :
270.80/270.80	c   Solutions found  :         38 (21 improvements)
270.80/270.80	c   First Solution   : +1.11400000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 36, found by <shiftandpropagate>)
270.80/270.80	c   Primal Bound     : +2.00000000000002e+00   (in run 1, after 462730 nodes, 67.26 seconds, depth 20, found by <relaxation>)
270.80/270.80	c   Dual Bound       : +2.00000000000002e+00
270.80/270.80	c   Gap              :       0.00 %
270.80/270.80	c   Root Dual Bound  : +0.00000000000000e+00
270.80/270.80	c   Root Iterations  :         67
270.80/270.81	c Time complete: 270.82.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 2/181 9478
/proc/meminfo: memFree=30807516/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 2153 0 0 0 0 0 0 0 25 0 1 0 888973644 13000704 2108 33554432000 4194304 9016284 140737387920800 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9478/statm: 3174 2109 360 1178 0 1992 0

[startup+0.071873 s]
/proc/loadavg: 2.04 2.02 2.00 2/181 9478
/proc/meminfo: memFree=30807516/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=26508 CPUtime=0.06 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 7098 0 0 0 5 1 0 0 25 0 1 0 888973644 27144192 5603 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 6627 5603 683 1178 0 5445 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26508

[startup+0.100854 s]
/proc/loadavg: 2.04 2.02 2.00 2/181 9478
/proc/meminfo: memFree=30807516/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=26508 CPUtime=0.09 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 7099 0 0 0 8 1 0 0 25 0 1 0 888973644 27144192 5604 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 6627 5604 684 1178 0 5445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26508

[startup+0.300818 s]
/proc/loadavg: 2.04 2.02 2.00 2/181 9478
/proc/meminfo: memFree=30807516/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=26508 CPUtime=0.29 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 7842 0 0 0 26 3 0 0 25 0 1 0 888973644 27144192 5606 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 6627 5606 685 1178 0 5445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26508

[startup+0.700746 s]
/proc/loadavg: 2.04 2.02 2.00 2/181 9478
/proc/meminfo: memFree=30807516/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=26508 CPUtime=0.69 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 7846 0 0 0 62 7 0 0 25 0 1 0 888973644 27144192 5610 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 6627 5610 685 1178 0 5445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26508

[startup+1.5006 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 9479
/proc/meminfo: memFree=30786760/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=26508 CPUtime=1.49 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 7854 0 0 0 134 15 0 0 25 0 1 0 888973644 27144192 5618 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 6627 5618 685 1178 0 5445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26508

[startup+3.10032 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 9479
/proc/meminfo: memFree=30785768/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=26508 CPUtime=3.09 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 7865 0 0 0 279 30 0 0 25 0 1 0 888973644 27144192 5629 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 6627 5629 685 1178 0 5445 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26508

[startup+6.30073 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 9479
/proc/meminfo: memFree=30783156/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=26820 CPUtime=6.29 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 7876 0 0 0 574 55 0 0 25 0 1 0 888973644 27463680 5640 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 6705 5640 685 1178 0 5523 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26820

[startup+12.7006 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 9480
/proc/meminfo: memFree=30776204/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=29436 CPUtime=12.69 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8471 0 0 0 1171 98 0 0 25 0 1 0 888973644 30142464 6235 33554432000 4194304 9016284 140737387920800 18446744073709551615 4646450 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7359 6235 685 1178 0 6177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29436

[startup+25.5002 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 9480
/proc/meminfo: memFree=30766796/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=29436 CPUtime=25.49 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8471 0 0 0 2343 206 0 0 25 0 1 0 888973644 30142464 6235 33554432000 4194304 9016284 140737387920800 18446744073709551615 4899370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7359 6235 685 1178 0 6177 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29436

[startup+51.1006 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 9481
/proc/meminfo: memFree=30745596/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=29436 CPUtime=51.09 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8471 0 0 0 4665 444 0 0 25 0 1 0 888973644 30142464 6235 33554432000 4194304 9016284 140737387920800 18446744073709551615 5325493 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7359 6235 685 1178 0 6177 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29436

[startup+102.306 s]
/proc/loadavg: 2.11 2.04 2.01 3/182 9482
/proc/meminfo: memFree=30714296/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=29436 CPUtime=102.3 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8471 0 0 0 9315 915 0 0 25 0 1 0 888973644 30142464 6235 33554432000 4194304 9016284 140737387920800 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7359 6235 685 1178 0 6177 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 29436

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/182 9483
/proc/meminfo: memFree=30668220/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=162.3 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8772 0 0 0 14743 1487 0 0 25 0 1 0 888973644 31387648 6536 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6536 685 1178 0 6481 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 30652

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 9485
/proc/meminfo: memFree=30626008/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=222.29 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 20146 2083 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 4331387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 30652

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

[startup+230.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 9485
/proc/meminfo: memFree=30623024/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=230.3 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 20866 2164 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 30652

[startup+255.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 9486
/proc/meminfo: memFree=30606008/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=255.89 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 23186 2403 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 5221481 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 30652

[startup+262.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 9486
/proc/meminfo: memFree=30601172/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=262.3 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 23766 2464 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 262.3
Current children cumulated vsize (KiB) 30652

[startup+265.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 9486
/proc/meminfo: memFree=30599556/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=265.5 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 24059 2491 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 265.5
Current children cumulated vsize (KiB) 30652

[startup+268.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 9486
/proc/meminfo: memFree=30594840/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=268.7 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 24353 2517 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 268.7
Current children cumulated vsize (KiB) 30652

[startup+269.506 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 9486
/proc/meminfo: memFree=30593476/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=269.5 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 24425 2525 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 269.5
Current children cumulated vsize (KiB) 30652

[startup+270.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 9486
/proc/meminfo: memFree=30593476/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=270.3 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 24497 2533 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 270.3
Current children cumulated vsize (KiB) 30652

[startup+270.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 9486
/proc/meminfo: memFree=30591988/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=270.7 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 24533 2537 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 270.7
Current children cumulated vsize (KiB) 30652

[startup+270.801 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 9486
/proc/meminfo: memFree=30591988/32951124 swapFree=67054536/67111528
[pid=9478] ppid=9476 vsize=30652 CPUtime=270.8 cores=1,3,5,7
/proc/9478/stat : 9478 (scip-2.0.1.4b_2) R 9476 9478 8117 0 -1 4202496 8784 0 0 0 24543 2537 0 0 25 0 1 0 888973644 31387648 6548 33554432000 4194304 9016284 140737387920800 18446744073709551615 18446744073699065997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9478/statm: 7663 6548 685 1178 0 6481 0
Current children cumulated CPU time (s) 270.8
Current children cumulated vsize (KiB) 30652

Child status: 0
Real time (s): 270.814
CPU time (s): 270.822
CPU user time (s): 245.441
CPU system time (s): 25.3811
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 30652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.441
system time used= 25.3811
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8791
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= 6
involuntary context switches= 1334

runsolver used 0.38994 second user time and 0.85487 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 08:29:18
IDJOB=3488982
IDBENCH=2927
IDSOLVER=1979
FILE ID=node133/3488982-1307773758
RUNJOBID= node133-1307760519-8136
PBS_JOBID= 13550874
Free space on /tmp= 74068 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_1.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488982-1307773758/watcher-3488982-1307773758 -o /tmp/evaluation-result-3488982-1307773758/solver-3488982-1307773758 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488982-1307773758.opb -t 1800 -m 15500

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

MD5SUM BENCH= fb11ff2665aef67f0842a460a5ea3114
RANDOM SEED=1052487732

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30808324 kB
Buffers:        262884 kB
Cached:        1051456 kB
SwapCached:      10420 kB
Active:        1192848 kB
Inactive:       749484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30808324 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           16732 kB
Writeback:           0 kB
AnonPages:      625776 kB
Mapped:          15672 kB
Slab:           135468 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   823488 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74052 MiB
End job on node133 at 2011-06-11 08:33:49