Trace number 3734998

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT0 721.171 721.422

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_3.opb
MD5SUM37c74b9e914d30b1ddfc0838676dd479
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.011
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3487
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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3734998-1338703055.opb>
0.00/0.00	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 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.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 6 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.01	c       5 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.3
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1790
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
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   0.0s|     1 |     0 |    24 |     - | 235k|   0 |   5 |  40 |   5 |  40 |   5 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    80 |     - | 406k|   0 |  10 |  40 |  79 |  40 |  10 |   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |    90 |     - | 430k|   0 |  12 |  40 |  79 |  40 |  13 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |    97 |     - | 446k|   0 |  11 |  40 |  79 |  40 |  16 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.1s|     1 |     0 |   107 |     - | 459k|   0 |  14 |  40 |  79 |  40 |  19 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   112 |     - | 465k|   0 |  15 |  40 |  79 |  40 |  21 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   117 |     - | 472k|   0 |  16 |  40 |  79 |  40 |  23 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.08	c   0.1s|     1 |     2 |   117 |     - | 473k|   0 |  16 |  40 |  79 |  40 |  23 |  18 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
1.69/1.78	c   1.8s| 10000 |  3338 | 22202 |   2.2 |3794k|  34 |   5 |  40 |3362 |  40 |  16 |  18 |4189 | 434 | 0.000000e+00 |      --      |    Inf 
3.59/3.64	c   3.6s| 20000 |  6254 | 44103 |   2.2 |5384k|  35 |   - |  40 |2262 |   0 |   0 |  18 |8980 | 609 | 0.000000e+00 |      --      |    Inf 
5.28/5.34	c   5.3s| 30000 |  9128 | 65096 |   2.2 |7204k|  35 |   - |  40 |2369 |  40 |  16 |  18 |  13k| 731 | 0.000000e+00 |      --      |    Inf 
7.09/7.10	c   7.1s| 40000 | 11855 | 86778 |   2.2 |9103k|  35 |   5 |  40 |2874 |  40 |  16 |  18 |  18k| 836 | 0.000000e+00 |      --      |    Inf 
8.88/8.94	c   8.9s| 50000 | 14413 |108035 |   2.2 |  10M|  35 |   - |  40 |3048 |  40 |  16 |  18 |  23k| 946 | 0.000000e+00 |      --      |    Inf 
10.69/10.76	c  10.8s| 60000 | 17132 |129045 |   2.1 |  12M|  35 |   5 |  40 |3810 |  40 |  16 |  18 |  28k|1039 | 0.000000e+00 |      --      |    Inf 
12.58/12.67	c  12.7s| 70000 | 19666 |150678 |   2.2 |  14M|  35 |   5 |  40 |3539 |  40 |  16 |  18 |  33k|1127 | 0.000000e+00 |      --      |    Inf 
14.59/14.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.59/14.62	c  14.6s| 80000 | 22017 |171691 |   2.1 |  16M|  35 |   5 |  40 |3963 |  40 |  16 |  18 |  38k|1219 | 0.000000e+00 |      --      |    Inf 
16.49/16.55	c  16.5s| 90000 | 24564 |192708 |   2.1 |  17M|  35 |   5 |  40 |4242 |  40 |  16 |  18 |  43k|1299 | 0.000000e+00 |      --      |    Inf 
18.49/18.57	c  18.6s|100000 | 26816 |213427 |   2.1 |  19M|  35 |   5 |  40 |4521 |  40 |  16 |  18 |  48k|1369 | 0.000000e+00 |      --      |    Inf 
20.79/20.82	c  20.8s|110000 | 28734 |234948 |   2.1 |  20M|  35 |   - |  40 |4026 |   0 |   0 |  18 |  54k|1445 | 0.000000e+00 |      --      |    Inf 
22.79/22.82	c  22.8s|120000 | 31046 |256100 |   2.1 |  22M|  35 |   5 |  40 |4141 |  40 |  16 |  18 |  59k|1516 | 0.000000e+00 |      --      |    Inf 
24.89/24.94	c  24.9s|130000 | 33094 |277365 |   2.1 |  24M|  35 |   5 |  40 |4281 |  40 |  16 |  18 |  65k|1578 | 0.000000e+00 |      --      |    Inf 
26.88/26.98	c  27.0s|140000 | 35341 |298912 |   2.1 |  25M|  35 |   - |  40 |4309 |  40 |  16 |  18 |  70k|1639 | 0.000000e+00 |      --      |    Inf 
28.98/29.07	c  29.1s|150000 | 37462 |320345 |   2.1 |  27M|  35 |   5 |  40 |5301 |  40 |  16 |  18 |  75k|1701 | 0.000000e+00 |      --      |    Inf 
31.18/31.21	c  31.2s|160000 | 39950 |342097 |   2.1 |  29M|  35 |   5 |  40 |6133 |  40 |  16 |  18 |  80k|1773 | 0.000000e+00 |      --      |    Inf 
33.47/33.52	c  33.5s|170000 | 41978 |363932 |   2.1 |  31M|  35 |   5 |  40 |6011 |  40 |  16 |  18 |  86k|1833 | 0.000000e+00 |      --      |    Inf 
35.78/35.88	c  35.9s|180000 | 43870 |385204 |   2.1 |  32M|  35 |   - |  40 |5252 |  40 |  16 |  18 |  91k|1901 | 0.000000e+00 |      --      |    Inf 
38.07/38.19	c  38.2s|190000 | 45532 |406750 |   2.1 |  33M|  35 |   - |  40 |5482 |  40 |  16 |  18 |  97k|1946 | 0.000000e+00 |      --      |    Inf 
40.17/40.29	c  40.3s|200000 | 47829 |428069 |   2.1 |  35M|  35 |   5 |  40 |5673 |  40 |  16 |  18 | 103k|2002 | 0.000000e+00 |      --      |    Inf 
42.47/42.55	c  42.5s|210000 | 49555 |449766 |   2.1 |  36M|  35 |   5 |  40 |5603 |  40 |  16 |  18 | 108k|2053 | 0.000000e+00 |      --      |    Inf 
44.67/44.79	c  44.8s|220000 | 51317 |470799 |   2.1 |  38M|  35 |   5 |  40 |6123 |  40 |  16 |  18 | 114k|2099 | 0.000000e+00 |      --      |    Inf 
46.87/46.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.87/46.98	c  47.0s|230000 | 53449 |491834 |   2.1 |  39M|  35 |   - |  40 |5957 |   0 |   0 |  18 | 119k|2151 | 0.000000e+00 |      --      |    Inf 
49.16/49.22	c  49.2s|240000 | 55412 |512687 |   2.1 |  41M|  35 |   - |  40 |5851 |  40 |  16 |  18 | 125k|2201 | 0.000000e+00 |      --      |    Inf 
51.46/51.56	c  51.6s|250000 | 56947 |534500 |   2.1 |  42M|  35 |   - |  40 |5751 |  40 |  16 |  18 | 131k|2269 | 0.000000e+00 |      --      |    Inf 
53.87/53.93	c  53.9s|260000 | 58350 |555949 |   2.1 |  44M|  35 |   5 |  40 |6173 |  40 |  16 |  18 | 137k|2312 | 0.000000e+00 |      --      |    Inf 
56.36/56.44	c  56.4s|270000 | 59655 |577279 |   2.1 |  45M|  35 |   5 |  40 |5958 |  40 |  16 |  18 | 143k|2365 | 0.000000e+00 |      --      |    Inf 
58.65/58.76	c  58.8s|280000 | 61141 |598269 |   2.1 |  46M|  35 |   - |  40 |6535 |   0 |   0 |  18 | 148k|2408 | 0.000000e+00 |      --      |    Inf 
61.05/61.15	c  61.1s|290000 | 62588 |619326 |   2.1 |  48M|  35 |   - |  40 |6728 |  40 |  16 |  18 | 154k|2449 | 0.000000e+00 |      --      |    Inf 
63.35/63.43	c  63.4s|300000 | 64239 |640313 |   2.1 |  49M|  35 |   5 |  40 |7720 |  40 |  16 |  18 | 160k|2499 | 0.000000e+00 |      --      |    Inf 
65.86/65.93	c  65.9s|310000 | 65586 |661333 |   2.1 |  50M|  35 |   5 |  40 |6438 |  40 |  16 |  18 | 166k|2523 | 0.000000e+00 |      --      |    Inf 
68.25/68.39	c  68.4s|320000 | 66970 |682126 |   2.1 |  51M|  35 |   - |  40 |6097 |  40 |  16 |  18 | 172k|2561 | 0.000000e+00 |      --      |    Inf 
70.66/70.72	c  70.7s|330000 | 68318 |703162 |   2.1 |  52M|  35 |   5 |  40 |6515 |  40 |  16 |  18 | 178k|2598 | 0.000000e+00 |      --      |    Inf 
72.85/72.99	c  73.0s|340000 | 69781 |725824 |   2.1 |  54M|  35 |   5 |  40 |7666 |  40 |  16 |  18 | 185k|2642 | 0.000000e+00 |      --      |    Inf 
75.45/75.55	c  75.5s|350000 | 71152 |747771 |   2.1 |  55M|  35 |   5 |  40 |7430 |  40 |  16 |  18 | 191k|2687 | 0.000000e+00 |      --      |    Inf 
77.95/78.01	c  78.0s|360000 | 72524 |769746 |   2.1 |  57M|  35 |   - |  40 |7466 |  40 |  16 |  18 | 197k|2725 | 0.000000e+00 |      --      |    Inf 
80.45/80.53	c  80.5s|370000 | 73752 |791421 |   2.1 |  58M|  35 |   - |  40 |7284 |  40 |  16 |  18 | 203k|2759 | 0.000000e+00 |      --      |    Inf 
83.15/83.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.15/83.29	c  83.3s|380000 | 74701 |812840 |   2.1 |  59M|  35 |   5 |  40 |5910 |  40 |  16 |  18 | 209k|2796 | 0.000000e+00 |      --      |    Inf 
85.54/85.62	c  85.6s|390000 | 76058 |833451 |   2.1 |  60M|  35 |   5 |  40 |8205 |  40 |  16 |  18 | 215k|2834 | 0.000000e+00 |      --      |    Inf 
88.05/88.10	c  88.1s|400000 | 77428 |854293 |   2.1 |  62M|  35 |   - |  40 |7434 |  40 |  16 |  18 | 221k|2874 | 0.000000e+00 |      --      |    Inf 
90.74/90.80	c  90.8s|410000 | 78565 |876351 |   2.1 |  63M|  35 |   - |  40 |7349 |  40 |  16 |  18 | 228k|2911 | 0.000000e+00 |      --      |    Inf 
93.35/93.42	c  93.4s|420000 | 79906 |898486 |   2.1 |  64M|  35 |   5 |  40 |7277 |  40 |  16 |  18 | 234k|2946 | 0.000000e+00 |      --      |    Inf 
95.94/96.08	c  96.1s|430000 | 81076 |920379 |   2.1 |  65M|  35 |   - |  40 |7479 |  40 |  16 |  18 | 241k|2989 | 0.000000e+00 |      --      |    Inf 
98.64/98.80	c  98.8s|440000 | 82189 |942447 |   2.1 |  67M|  35 |   5 |  40 |8201 |  40 |  16 |  18 | 247k|3031 | 0.000000e+00 |      --      |    Inf 
101.44/101.53	c   102s|450000 | 83290 |964365 |   2.1 |  68M|  35 |   5 |  40 |7696 |  40 |  16 |  18 | 253k|3063 | 0.000000e+00 |      --      |    Inf 
104.14/104.29	c   104s|460000 | 84346 |985467 |   2.1 |  69M|  35 |   - |  40 |7670 |  40 |  16 |  18 | 260k|3102 | 0.000000e+00 |      --      |    Inf 
106.85/106.94	c   107s|470000 | 85476 |  1006k|   2.1 |  70M|  35 |   - |  40 |8240 |  40 |  16 |  18 | 266k|3142 | 0.000000e+00 |      --      |    Inf 
109.34/109.46	c   109s|480000 | 86945 |  1028k|   2.1 |  72M|  35 |   - |  40 |8796 |  40 |  16 |  18 | 272k|3175 | 0.000000e+00 |      --      |    Inf 
112.14/112.21	c   112s|490000 | 88021 |  1049k|   2.1 |  72M|  35 |   - |  40 |7247 |  40 |  16 |  18 | 278k|3210 | 0.000000e+00 |      --      |    Inf 
114.94/115.07	c   115s|500000 | 88838 |  1071k|   2.1 |  73M|  35 |   5 |  40 |6821 |  40 |  16 |  18 | 285k|3249 | 0.000000e+00 |      --      |    Inf 
117.64/117.72	c   118s|510000 | 89945 |  1092k|   2.1 |  75M|  35 |   5 |  40 |9031 |  40 |  16 |  18 | 291k|3288 | 0.000000e+00 |      --      |    Inf 
120.73/120.81	c   121s|520000 | 90735 |  1114k|   2.1 |  76M|  35 |   5 |  40 |7594 |  40 |  16 |  18 | 298k|3316 | 0.000000e+00 |      --      |    Inf 
123.14/123.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.14/123.27	c   123s|530000 | 92094 |  1136k|   2.1 |  78M|  35 |   5 |  40 |9699 |  40 |  16 |  18 | 304k|3353 | 0.000000e+00 |      --      |    Inf 
126.03/126.16	c   126s|540000 | 93329 |  1159k|   2.1 |  79M|  35 |   - |  40 |9817 |  40 |  16 |  18 | 310k|3395 | 0.000000e+00 |      --      |    Inf 
129.33/129.40	c   129s|550000 | 94101 |  1181k|   2.1 |  79M|  35 |   5 |  40 |8129 |  40 |  16 |  18 | 317k|3427 | 0.000000e+00 |      --      |    Inf 
132.23/132.36	c   132s|560000 | 94999 |  1203k|   2.1 |  80M|  35 |   - |  40 |8058 |  40 |  16 |  18 | 323k|3458 | 0.000000e+00 |      --      |    Inf 
134.93/135.09	c   135s|570000 | 96152 |  1224k|   2.1 |  82M|  35 |   5 |  40 |8958 |  40 |  16 |  18 | 329k|3503 | 0.000000e+00 |      --      |    Inf 
137.63/137.71	c   138s|580000 | 97487 |  1246k|   2.1 |  83M|  35 |   - |  40 |8174 |  40 |  16 |  18 | 335k|3521 | 0.000000e+00 |      --      |    Inf 
140.13/140.25	c   140s|590000 | 98737 |  1267k|   2.1 |  84M|  35 |   - |  40 |9145 |   0 |   0 |  18 | 342k|3551 | 0.000000e+00 |      --      |    Inf 
142.94/143.09	c   143s|600000 | 99744 |  1288k|   2.1 |  85M|  35 |   5 |  40 |8794 |  40 |  16 |  18 | 348k|3576 | 0.000000e+00 |      --      |    Inf 
146.13/146.24	c   146s|610000 |100384 |  1310k|   2.1 |  86M|  35 |   - |  40 |8321 |  40 |  16 |  18 | 354k|3602 | 0.000000e+00 |      --      |    Inf 
148.92/149.04	c   149s|620000 |101298 |  1331k|   2.1 |  87M|  35 |   5 |  40 |8162 |  40 |  16 |  18 | 361k|3632 | 0.000000e+00 |      --      |    Inf 
151.32/151.42	c   151s|630000 |102756 |  1354k|   2.1 |  89M|  35 |   - |  40 |  10k|  40 |  16 |  18 | 367k|3662 | 0.000000e+00 |      --      |    Inf 
153.92/154.07	c   154s|640000 |103759 |  1374k|   2.1 |  90M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 374k|3707 | 0.000000e+00 |      --      |    Inf 
156.81/156.93	c   157s|650000 |104556 |  1394k|   2.1 |  92M|  35 |   5 |  40 |  13k|  40 |  16 |  18 | 380k|3733 | 0.000000e+00 |      --      |    Inf 
159.81/159.92	c   160s|660000 |105474 |  1415k|   2.1 |  92M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 386k|3768 | 0.000000e+00 |      --      |    Inf 
162.51/162.68	c   163s|670000 |106772 |  1437k|   2.1 |  94M|  35 |   - |  40 |  11k|  40 |  16 |  18 | 393k|3797 | 0.000000e+00 |      --      |    Inf 
165.41/165.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.41/165.57	c   166s|680000 |107814 |  1459k|   2.1 |  95M|  35 |   - |  40 |  10k|  40 |  16 |  18 | 399k|3824 | 0.000000e+00 |      --      |    Inf 
168.12/168.26	c   168s|690000 |109091 |  1480k|   2.1 |  96M|  35 |   5 |  40 |9761 |  40 |  16 |  18 | 405k|3861 | 0.000000e+00 |      --      |    Inf 
170.91/171.06	c   171s|700000 |110113 |  1502k|   2.1 |  97M|  35 |   5 |  40 |9586 |  40 |  16 |  18 | 412k|3890 | 0.000000e+00 |      --      |    Inf 
173.61/173.74	c   174s|710000 |111175 |  1523k|   2.1 |  98M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 418k|3914 | 0.000000e+00 |      --      |    Inf 
176.31/176.49	c   176s|720000 |112290 |  1545k|   2.1 | 100M|  35 |   - |  40 |  11k|  40 |  16 |  18 | 424k|3951 | 0.000000e+00 |      --      |    Inf 
179.51/179.62	c   180s|730000 |113185 |  1568k|   2.1 | 100M|  35 |   5 |  40 |8685 |  40 |  16 |  18 | 431k|3976 | 0.000000e+00 |      --      |    Inf 
182.11/182.24	c   182s|740000 |114433 |  1591k|   2.2 | 101M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 438k|4008 | 0.000000e+00 |      --      |    Inf 
185.01/185.15	c   185s|750000 |115216 |  1614k|   2.2 | 103M|  35 |   - |  40 |  10k|  40 |  16 |  18 | 445k|4037 | 0.000000e+00 |      --      |    Inf 
187.80/187.96	c   188s|760000 |116528 |  1636k|   2.2 | 104M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 451k|4069 | 0.000000e+00 |      --      |    Inf 
191.41/191.53	c   192s|770000 |116966 |  1657k|   2.2 | 104M|  35 |   5 |  40 |9031 |  40 |  16 |  18 | 458k|4098 | 0.000000e+00 |      --      |    Inf 
194.51/194.68	c   195s|780000 |117647 |  1680k|   2.2 | 105M|  35 |   - |  40 |9137 |  40 |  16 |  18 | 465k|4131 | 0.000000e+00 |      --      |    Inf 
197.50/197.63	c   198s|790000 |118527 |  1703k|   2.2 | 107M|  35 |   - |  40 |9816 |  40 |  16 |  18 | 472k|4152 | 0.000000e+00 |      --      |    Inf 
200.30/200.45	c   200s|800000 |119654 |  1725k|   2.2 | 108M|  35 |   5 |  40 |9672 |  40 |  16 |  18 | 479k|4172 | 0.000000e+00 |      --      |    Inf 
203.41/203.57	c   204s|810000 |120358 |  1748k|   2.2 | 108M|  35 |   5 |  40 |8394 |  40 |  16 |  18 | 486k|4198 | 0.000000e+00 |      --      |    Inf 
206.20/206.31	c   206s|820000 |121433 |  1771k|   2.2 | 110M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 492k|4231 | 0.000000e+00 |      --      |    Inf 
208.70/208.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.70/208.86	c   209s|830000 |123754 |  1792k|   2.2 | 111M|  35 |   5 |  40 |9585 |  40 |  16 |  18 | 497k|4252 | 0.000000e+00 |      --      |    Inf 
211.10/211.29	c   211s|840000 |126160 |  1814k|   2.2 | 113M|  35 |   - |  40 |  11k|   0 |   0 |  18 | 502k|4280 | 0.000000e+00 |      --      |    Inf 
213.90/214.01	c   214s|850000 |128109 |  1835k|   2.2 | 115M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 508k|4302 | 0.000000e+00 |      --      |    Inf 
216.50/216.67	c   217s|860000 |130391 |  1856k|   2.2 | 116M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 513k|4326 | 0.000000e+00 |      --      |    Inf 
219.30/219.46	c   219s|870000 |132308 |  1877k|   2.2 | 118M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 518k|4351 | 0.000000e+00 |      --      |    Inf 
222.30/222.40	c   222s|880000 |133876 |  1899k|   2.2 | 119M|  35 |   - |  40 |  11k|   0 |   0 |  18 | 524k|4371 | 0.000000e+00 |      --      |    Inf 
225.20/225.38	c   225s|890000 |135412 |  1920k|   2.2 | 120M|  35 |   - |  40 |  11k|   0 |   0 |  18 | 529k|4388 | 0.000000e+00 |      --      |    Inf 
228.20/228.35	c   228s|900000 |136959 |  1942k|   2.2 | 121M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 535k|4411 | 0.000000e+00 |      --      |    Inf 
231.40/231.57	c   232s|910000 |138324 |  1963k|   2.2 | 123M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 541k|4434 | 0.000000e+00 |      --      |    Inf 
234.59/234.73	c   235s|920000 |139661 |  1984k|   2.2 | 124M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 546k|4460 | 0.000000e+00 |      --      |    Inf 
237.89/238.03	c   238s|930000 |140770 |  2005k|   2.2 | 125M|  35 |   - |  40 |  11k|  40 |  16 |  18 | 552k|4476 | 0.000000e+00 |      --      |    Inf 
241.09/241.28	c   241s|940000 |141780 |  2026k|   2.2 | 126M|  35 |   - |  40 |  11k|  40 |  16 |  18 | 558k|4499 | 0.000000e+00 |      --      |    Inf 
243.79/243.99	c   244s|950000 |143482 |  2049k|   2.2 | 128M|  35 |   5 |  40 |  13k|  40 |  16 |  18 | 564k|4520 | 0.000000e+00 |      --      |    Inf 
246.99/247.12	c   247s|960000 |145011 |  2071k|   2.2 | 129M|  35 |   5 |  40 |  13k|  40 |  16 |  18 | 570k|4554 | 0.000000e+00 |      --      |    Inf 
250.39/250.50	c   250s|970000 |146091 |  2091k|   2.2 | 129M|  35 |   - |  40 |  11k|  40 |  16 |  18 | 576k|4578 | 0.000000e+00 |      --      |    Inf 
253.29/253.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.29/253.47	c   253s|980000 |147521 |  2113k|   2.2 | 131M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 582k|4615 | 0.000000e+00 |      --      |    Inf 
256.69/256.80	c   257s|990000 |148683 |  2134k|   2.2 | 132M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 588k|4638 | 0.000000e+00 |      --      |    Inf 
259.79/259.91	c   260s|  1000k|150101 |  2155k|   2.2 | 134M|  35 |   - |  40 |  14k|  40 |  16 |  18 | 594k|4665 | 0.000000e+00 |      --      |    Inf 
263.38/263.54	c   264s|  1010k|150970 |  2176k|   2.2 | 134M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 600k|4686 | 0.000000e+00 |      --      |    Inf 
266.88/267.06	c   267s|  1020k|151878 |  2196k|   2.2 | 135M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 606k|4711 | 0.000000e+00 |      --      |    Inf 
270.28/270.48	c   270s|  1030k|152590 |  2217k|   2.2 | 136M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 612k|4734 | 0.000000e+00 |      --      |    Inf 
273.68/273.87	c   274s|  1040k|153192 |  2238k|   2.2 | 137M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 619k|4764 | 0.000000e+00 |      --      |    Inf 
277.28/277.40	c   277s|  1050k|153742 |  2259k|   2.2 | 137M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 625k|4786 | 0.000000e+00 |      --      |    Inf 
280.47/280.63	c   281s|  1060k|154627 |  2279k|   2.2 | 138M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 631k|4812 | 0.000000e+00 |      --      |    Inf 
283.17/283.36	c   283s|  1070k|156635 |  2301k|   2.2 | 140M|  35 |   5 |  40 |  14k|  40 |  16 |  18 | 636k|4830 | 0.000000e+00 |      --      |    Inf 
286.67/286.86	c   287s|  1080k|157255 |  2321k|   2.1 | 141M|  35 |   5 |  40 |  14k|  40 |  16 |  18 | 643k|4850 | 0.000000e+00 |      --      |    Inf 
290.07/290.27	c   290s|  1090k|158165 |  2342k|   2.1 | 142M|  35 |   - |  40 |  14k|  40 |  16 |  18 | 649k|4876 | 0.000000e+00 |      --      |    Inf 
293.76/293.91	c   294s|  1100k|158976 |  2363k|   2.1 | 142M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 655k|4902 | 0.000000e+00 |      --      |    Inf 
296.76/296.97	c   297s|  1110k|160113 |  2385k|   2.1 | 144M|  35 |   - |  40 |  14k|  40 |  16 |  18 | 661k|4926 | 0.000000e+00 |      --      |    Inf 
300.17/300.35	c   300s|  1120k|160911 |  2405k|   2.1 | 145M|  35 |   - |  40 |  14k|  40 |  16 |  18 | 667k|4936 | 0.000000e+00 |      --      |    Inf 
303.56/303.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.56/303.73	c   304s|  1130k|162037 |  2427k|   2.1 | 145M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 673k|4965 | 0.000000e+00 |      --      |    Inf 
306.56/306.74	c   307s|  1140k|163202 |  2448k|   2.1 | 147M|  35 |   - |  40 |  14k|  40 |  16 |  18 | 680k|4992 | 0.000000e+00 |      --      |    Inf 
309.66/309.86	c   310s|  1150k|164502 |  2470k|   2.1 | 149M|  35 |   - |  40 |  15k|  40 |  16 |  18 | 686k|5014 | 0.000000e+00 |      --      |    Inf 
313.27/313.47	c   313s|  1160k|165291 |  2491k|   2.1 | 149M|  35 |   5 |  40 |  14k|  40 |  16 |  18 | 692k|5033 | 0.000000e+00 |      --      |    Inf 
317.46/317.61	c   318s|  1170k|165685 |  2513k|   2.1 | 149M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 700k|5047 | 0.000000e+00 |      --      |    Inf 
320.96/321.10	c   321s|  1180k|166127 |  2536k|   2.1 | 149M|  35 |   - |  40 |7770 |  40 |  16 |  18 | 707k|5076 | 0.000000e+00 |      --      |    Inf 
323.85/324.01	c   324s|  1190k|166840 |  2558k|   2.2 | 151M|  35 |   - |  40 |8476 |  40 |  16 |  18 | 714k|5095 | 0.000000e+00 |      --      |    Inf 
326.46/326.67	c   327s|  1200k|167868 |  2580k|   2.2 | 152M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 720k|5116 | 0.000000e+00 |      --      |    Inf 
329.95/330.12	c   330s|  1210k|168229 |  2603k|   2.2 | 152M|  35 |   5 |  40 |7873 |  40 |  16 |  18 | 727k|5149 | 0.000000e+00 |      --      |    Inf 
332.25/332.48	c   332s|  1220k|169558 |  2623k|   2.2 | 154M|  35 |   - |  40 |  10k|   0 |   0 |  18 | 733k|5170 | 0.000000e+00 |      --      |    Inf 
335.65/335.80	c   336s|  1230k|169896 |  2645k|   2.2 | 154M|  35 |   - |  40 |8316 |   0 |   0 |  18 | 740k|5202 | 0.000000e+00 |      --      |    Inf 
338.15/338.39	c   338s|  1240k|171487 |  2667k|   2.2 | 156M|  35 |   - |  40 |8919 |  40 |  16 |  18 | 746k|5215 | 0.000000e+00 |      --      |    Inf 
340.95/341.15	c   341s|  1250k|172729 |  2688k|   2.2 | 157M|  35 |   - |  40 |9749 |  40 |  16 |  18 | 752k|5233 | 0.000000e+00 |      --      |    Inf 
343.54/343.78	c   344s|  1260k|174247 |  2709k|   2.2 | 158M|  35 |   5 |  40 |9719 |  40 |  16 |  18 | 758k|5254 | 0.000000e+00 |      --      |    Inf 
346.05/346.26	c   346s|  1270k|176055 |  2728k|   2.1 | 160M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 762k|5268 | 0.000000e+00 |      --      |    Inf 
349.05/349.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.05/349.22	c   349s|  1280k|176959 |  2747k|   2.1 | 161M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 768k|5292 | 0.000000e+00 |      --      |    Inf 
351.94/352.18	c   352s|  1290k|177736 |  2768k|   2.1 | 162M|  35 |   - |  40 |  11k|  40 |  16 |  18 | 774k|5313 | 0.000000e+00 |      --      |    Inf 
354.95/355.18	c   355s|  1300k|178565 |  2789k|   2.1 | 163M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 781k|5332 | 0.000000e+00 |      --      |    Inf 
357.54/357.79	c   358s|  1310k|179535 |  2809k|   2.1 | 164M|  35 |   - |  40 |  12k|  40 |  16 |  18 | 787k|5346 | 0.000000e+00 |      --      |    Inf 
360.75/360.95	c   361s|  1320k|180036 |  2830k|   2.1 | 165M|  35 |   - |  40 |  11k|   0 |   0 |  18 | 793k|5365 | 0.000000e+00 |      --      |    Inf 
363.75/363.96	c   364s|  1330k|180550 |  2852k|   2.1 | 166M|  35 |   - |  40 |  11k|  40 |  16 |  18 | 800k|5389 | 0.000000e+00 |      --      |    Inf 
367.04/367.20	c   367s|  1340k|180987 |  2874k|   2.1 | 166M|  35 |   - |  40 |9352 |  40 |  16 |  18 | 807k|5408 | 0.000000e+00 |      --      |    Inf 
370.34/370.52	c   371s|  1350k|181140 |  2896k|   2.1 | 166M|  35 |   - |  40 |7643 |  40 |  16 |  18 | 814k|5430 | 0.000000e+00 |      --      |    Inf 
373.04/373.23	c   373s|  1360k|181817 |  2918k|   2.1 | 168M|  35 |   5 |  40 |9109 |  40 |  16 |  18 | 821k|5450 | 0.000000e+00 |      --      |    Inf 
376.24/376.46	c   376s|  1370k|182170 |  2940k|   2.1 | 168M|  35 |   - |  40 |7793 |   0 |   0 |  18 | 828k|5472 | 0.000000e+00 |      --      |    Inf 
379.25/379.47	c   379s|  1380k|182500 |  2962k|   2.1 | 169M|  35 |   5 |  40 |7653 |  40 |  16 |  18 | 835k|5497 | 0.000000e+00 |      --      |    Inf 
382.24/382.42	c   382s|  1390k|182755 |  2985k|   2.1 | 169M|  35 |   5 |  40 |7502 |  40 |  16 |  18 | 842k|5512 | 0.000000e+00 |      --      |    Inf 
384.64/384.88	c   385s|  1400k|183800 |  3006k|   2.1 | 171M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 849k|5533 | 0.000000e+00 |      --      |    Inf 
387.94/388.12	c   388s|  1410k|184232 |  3029k|   2.1 | 171M|  35 |   - |  40 |7976 |  40 |  16 |  18 | 856k|5553 | 0.000000e+00 |      --      |    Inf 
390.44/390.60	c   391s|  1420k|185418 |  3050k|   2.1 | 173M|  35 |   - |  40 |9945 |   0 |   0 |  18 | 863k|5575 | 0.000000e+00 |      --      |    Inf 
393.44/393.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
393.44/393.69	c   394s|  1430k|185938 |  3073k|   2.1 | 174M|  35 |   5 |  40 |9839 |  40 |  16 |  18 | 870k|5594 | 0.000000e+00 |      --      |    Inf 
396.74/396.92	c   397s|  1440k|186362 |  3095k|   2.1 | 174M|  35 |   5 |  40 |8090 |  40 |  16 |  18 | 877k|5615 | 0.000000e+00 |      --      |    Inf 
399.33/399.57	c   400s|  1450k|187240 |  3118k|   2.2 | 176M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 884k|5637 | 0.000000e+00 |      --      |    Inf 
402.14/402.32	c   402s|  1460k|188049 |  3139k|   2.2 | 177M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 891k|5659 | 0.000000e+00 |      --      |    Inf 
404.94/405.12	c   405s|  1470k|188926 |  3158k|   2.1 | 179M|  35 |   - |  40 |  13k|   0 |   0 |  18 | 897k|5679 | 0.000000e+00 |      --      |    Inf 
408.24/408.41	c   408s|  1480k|189540 |  3180k|   2.1 | 179M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 904k|5702 | 0.000000e+00 |      --      |    Inf 
411.24/411.47	c   411s|  1490k|190079 |  3202k|   2.1 | 180M|  35 |   - |  40 |  10k|   0 |   0 |  18 | 911k|5726 | 0.000000e+00 |      --      |    Inf 
414.03/414.25	c   414s|  1500k|190997 |  3225k|   2.1 | 181M|  35 |   - |  40 |  10k|   0 |   0 |  18 | 917k|5742 | 0.000000e+00 |      --      |    Inf 
417.23/417.42	c   417s|  1510k|191389 |  3247k|   2.2 | 181M|  35 |   - |  40 |  10k|  40 |  16 |  18 | 925k|5760 | 0.000000e+00 |      --      |    Inf 
419.84/420.10	c   420s|  1520k|192784 |  3268k|   2.1 | 183M|  35 |   5 |  40 |  11k|  40 |  16 |  18 | 931k|5783 | 0.000000e+00 |      --      |    Inf 
422.83/423.08	c   423s|  1530k|193549 |  3288k|   2.1 | 184M|  35 |   5 |  40 |  12k|  40 |  16 |  18 | 937k|5798 | 0.000000e+00 |      --      |    Inf 
426.64/426.83	c   427s|  1540k|193858 |  3309k|   2.1 | 184M|  35 |   5 |  40 |7600 |  40 |  16 |  18 | 944k|5829 | 0.000000e+00 |      --      |    Inf 
429.33/429.59	c   430s|  1550k|194658 |  3332k|   2.2 | 185M|  35 |   5 |  40 |9139 |  40 |  16 |  18 | 951k|5846 | 0.000000e+00 |      --      |    Inf 
432.13/432.40	c   432s|  1560k|195548 |  3355k|   2.2 | 186M|  35 |   - |  40 |  10k|   0 |   0 |  18 | 958k|5867 | 0.000000e+00 |      --      |    Inf 
435.13/435.39	c   435s|  1570k|196211 |  3378k|   2.2 | 187M|  35 |   - |  40 |  10k|  40 |  16 |  18 | 965k|5889 | 0.000000e+00 |      --      |    Inf 
438.53/438.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.53/438.78	c   439s|  1580k|196515 |  3400k|   2.2 | 188M|  35 |   5 |  40 |8440 |  40 |  16 |  18 | 972k|5916 | 0.000000e+00 |      --      |    Inf 
441.83/442.02	c   442s|  1590k|196725 |  3423k|   2.2 | 188M|  35 |   - |  40 |7440 |  40 |  16 |  18 | 979k|5943 | 0.000000e+00 |      --      |    Inf 
444.43/444.62	c   445s|  1600k|197475 |  3446k|   2.2 | 189M|  35 |   - |  40 |8752 |   0 |   0 |  18 | 986k|5958 | 0.000000e+00 |      --      |    Inf 
447.12/447.38	c   447s|  1610k|198387 |  3468k|   2.2 | 190M|  35 |   - |  40 |9092 |  40 |  16 |  18 | 993k|5971 | 0.000000e+00 |      --      |    Inf 
449.82/450.08	c   450s|  1620k|199352 |  3489k|   2.2 | 192M|  35 |   5 |  40 |  10k|  40 |  16 |  18 | 999k|5989 | 0.000000e+00 |      --      |    Inf 
452.93/453.15	c   453s|  1630k|199615 |  3510k|   2.2 | 192M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1006k|6015 | 0.000000e+00 |      --      |    Inf 
456.42/456.64	c   457s|  1640k|199504 |  3532k|   2.2 | 192M|  35 |   - |  40 |7625 |   0 |   0 |  18 |1014k|6038 | 0.000000e+00 |      --      |    Inf 
459.11/459.31	c   459s|  1650k|200125 |  3554k|   2.2 | 193M|  35 |   5 |  40 |8681 |  40 |  16 |  18 |1021k|6053 | 0.000000e+00 |      --      |    Inf 
462.12/462.32	c   462s|  1660k|200605 |  3577k|   2.2 | 194M|  35 |   - |  40 |8874 |  40 |  16 |  18 |1028k|6072 | 0.000000e+00 |      --      |    Inf 
465.32/465.58	c   466s|  1670k|200671 |  3599k|   2.2 | 194M|  35 |   - |  40 |6895 |  40 |  16 |  18 |1035k|6089 | 0.000000e+00 |      --      |    Inf 
468.10/468.35	c   468s|  1680k|201013 |  3621k|   2.2 | 195M|  35 |   5 |  40 |8145 |  40 |  16 |  18 |1042k|6116 | 0.000000e+00 |      --      |    Inf 
470.81/471.04	c   471s|  1690k|201722 |  3644k|   2.2 | 196M|  35 |   - |  40 |8329 |  40 |  16 |  18 |1050k|6138 | 0.000000e+00 |      --      |    Inf 
473.40/473.69	c   474s|  1700k|202463 |  3667k|   2.2 | 198M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1057k|6160 | 0.000000e+00 |      --      |    Inf 
476.31/476.52	c   477s|  1710k|203585 |  3690k|   2.2 | 199M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1063k|6178 | 0.000000e+00 |      --      |    Inf 
478.90/479.17	c   479s|  1720k|204655 |  3712k|   2.2 | 200M|  35 |   - |  40 |  11k|  40 |  16 |  18 |1070k|6196 | 0.000000e+00 |      --      |    Inf 
481.90/482.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
481.90/482.19	c   482s|  1730k|205085 |  3734k|   2.2 | 201M|  35 |   - |  40 |  12k|  40 |  16 |  18 |1077k|6213 | 0.000000e+00 |      --      |    Inf 
485.30/485.53	c   486s|  1740k|205501 |  3756k|   2.2 | 201M|  35 |   - |  40 |9840 |  40 |  16 |  18 |1084k|6234 | 0.000000e+00 |      --      |    Inf 
488.11/488.34	c   488s|  1750k|206179 |  3779k|   2.2 | 202M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1091k|6249 | 0.000000e+00 |      --      |    Inf 
491.20/491.47	c   491s|  1760k|206524 |  3801k|   2.2 | 203M|  35 |   5 |  40 |9362 |  40 |  16 |  18 |1098k|6269 | 0.000000e+00 |      --      |    Inf 
494.40/494.69	c   495s|  1770k|206757 |  3824k|   2.2 | 203M|  35 |   - |  40 |8251 |  40 |  16 |  18 |1105k|6300 | 0.000000e+00 |      --      |    Inf 
497.40/497.68	c   498s|  1780k|207157 |  3848k|   2.2 | 204M|  35 |   5 |  40 |8428 |  40 |  16 |  18 |1113k|6321 | 0.000000e+00 |      --      |    Inf 
499.80/500.03	c   500s|  1790k|208622 |  3870k|   2.2 | 206M|  35 |   5 |  40 |9864 |  40 |  16 |  18 |1119k|6337 | 0.000000e+00 |      --      |    Inf 
502.60/502.83	c   503s|  1800k|209162 |  3893k|   2.2 | 207M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1126k|6360 | 0.000000e+00 |      --      |    Inf 
505.81/506.08	c   506s|  1810k|209355 |  3916k|   2.2 | 207M|  35 |   5 |  40 |8292 |  40 |  16 |  18 |1133k|6381 | 0.000000e+00 |      --      |    Inf 
508.80/509.02	c   509s|  1820k|209762 |  3939k|   2.2 | 208M|  35 |   - |  40 |8603 |  40 |  16 |  18 |1141k|6399 | 0.000000e+00 |      --      |    Inf 
511.89/512.17	c   512s|  1830k|209905 |  3962k|   2.2 | 208M|  35 |   5 |  40 |8112 |  40 |  16 |  18 |1148k|6418 | 0.000000e+00 |      --      |    Inf 
514.90/515.14	c   515s|  1840k|210192 |  3985k|   2.2 | 209M|  35 |   5 |  40 |8858 |  40 |  16 |  18 |1156k|6431 | 0.000000e+00 |      --      |    Inf 
517.99/518.24	c   518s|  1850k|210501 |  4007k|   2.2 | 209M|  35 |   5 |  40 |7679 |  40 |  16 |  18 |1163k|6445 | 0.000000e+00 |      --      |    Inf 
521.10/521.33	c   521s|  1860k|210714 |  4030k|   2.2 | 210M|  35 |   - |  40 |7574 |   0 |   0 |  18 |1170k|6462 | 0.000000e+00 |      --      |    Inf 
523.80/524.08	c   524s|  1870k|211209 |  4053k|   2.2 | 211M|  35 |   - |  40 |9407 |   0 |   0 |  18 |1177k|6484 | 0.000000e+00 |      --      |    Inf 
527.09/527.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.09/527.33	c   527s|  1880k|211539 |  4075k|   2.2 | 212M|  35 |   5 |  40 |9300 |  40 |  16 |  18 |1184k|6498 | 0.000000e+00 |      --      |    Inf 
530.20/530.44	c   530s|  1890k|211904 |  4098k|   2.2 | 213M|  35 |   5 |  40 |9801 |  40 |  16 |  18 |1192k|6521 | 0.000000e+00 |      --      |    Inf 
533.31/533.55	c   534s|  1900k|212269 |  4121k|   2.2 | 214M|  35 |   - |  40 |9630 |  40 |  16 |  18 |1199k|6542 | 0.000000e+00 |      --      |    Inf 
536.30/536.50	c   536s|  1910k|212866 |  4142k|   2.2 | 214M|  35 |   5 |  40 |9940 |  40 |  16 |  18 |1205k|6563 | 0.000000e+00 |      --      |    Inf 
539.29/539.55	c   540s|  1920k|213411 |  4162k|   2.2 | 215M|  35 |   - |  40 |9982 |  40 |  16 |  18 |1212k|6585 | 0.000000e+00 |      --      |    Inf 
542.50/542.76	c   543s|  1930k|213702 |  4184k|   2.2 | 216M|  35 |   - |  40 |9317 |  40 |  16 |  18 |1219k|6606 | 0.000000e+00 |      --      |    Inf 
545.39/545.66	c   546s|  1940k|214181 |  4206k|   2.2 | 217M|  35 |   5 |  40 |9971 |  40 |  16 |  18 |1226k|6619 | 0.000000e+00 |      --      |    Inf 
548.59/548.88	c   549s|  1950k|214431 |  4229k|   2.2 | 217M|  35 |   5 |  40 |9210 |  40 |  16 |  18 |1233k|6642 | 0.000000e+00 |      --      |    Inf 
551.79/552.06	c   552s|  1960k|214651 |  4252k|   2.2 | 217M|  35 |   5 |  40 |7861 |  40 |  16 |  18 |1241k|6664 | 0.000000e+00 |      --      |    Inf 
554.59/554.89	c   555s|  1970k|215165 |  4274k|   2.2 | 218M|  35 |   - |  40 |8732 |  40 |  16 |  18 |1248k|6679 | 0.000000e+00 |      --      |    Inf 
557.19/557.45	c   557s|  1980k|216392 |  4297k|   2.2 | 220M|  35 |   - |  40 |  10k|  40 |  16 |  18 |1254k|6695 | 0.000000e+00 |      --      |    Inf 
560.39/560.61	c   561s|  1990k|216642 |  4318k|   2.2 | 220M|  35 |   - |  40 |9572 |  40 |  16 |  18 |1261k|6713 | 0.000000e+00 |      --      |    Inf 
563.29/563.56	c   564s|  2000k|217063 |  4341k|   2.2 | 221M|  35 |   - |  40 |  10k|  40 |  16 |  18 |1268k|6726 | 0.000000e+00 |      --      |    Inf 
566.59/566.80	c   567s|  2010k|217344 |  4363k|   2.2 | 222M|  35 |   - |  40 |9225 |   0 |   0 |  18 |1276k|6747 | 0.000000e+00 |      --      |    Inf 
569.29/569.57	c   570s|  2020k|218100 |  4387k|   2.2 | 223M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1283k|6772 | 0.000000e+00 |      --      |    Inf 
572.49/572.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.49/572.75	c   573s|  2030k|218480 |  4410k|   2.2 | 224M|  35 |   - |  40 |  10k|  40 |  16 |  18 |1290k|6787 | 0.000000e+00 |      --      |    Inf 
575.79/576.07	c   576s|  2040k|218673 |  4432k|   2.2 | 224M|  35 |   - |  40 |7713 |   0 |   0 |  18 |1297k|6805 | 0.000000e+00 |      --      |    Inf 
578.49/578.73	c   579s|  2050k|219462 |  4454k|   2.2 | 225M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1305k|6817 | 0.000000e+00 |      --      |    Inf 
581.38/581.66	c   582s|  2060k|220075 |  4477k|   2.2 | 227M|  35 |   - |  40 |  11k|  40 |  16 |  18 |1312k|6834 | 0.000000e+00 |      --      |    Inf 
584.69/584.94	c   585s|  2070k|220433 |  4500k|   2.2 | 227M|  35 |   - |  40 |  10k|  40 |  16 |  18 |1319k|6859 | 0.000000e+00 |      --      |    Inf 
587.99/588.20	c   588s|  2080k|220889 |  4523k|   2.2 | 228M|  35 |   5 |  40 |9355 |  40 |  16 |  18 |1326k|6872 | 0.000000e+00 |      --      |    Inf 
590.39/590.63	c   591s|  2090k|222758 |  4544k|   2.2 | 230M|  35 |   5 |  40 |  11k|  40 |  16 |  18 |1332k|6892 | 0.000000e+00 |      --      |    Inf 
593.39/593.66	c   594s|  2100k|223673 |  4566k|   2.2 | 231M|  35 |   5 |  40 |  12k|  40 |  16 |  18 |1339k|6913 | 0.000000e+00 |      --      |    Inf 
596.78/597.01	c   597s|  2110k|224185 |  4587k|   2.2 | 232M|  35 |   - |  40 |  13k|  40 |  16 |  18 |1346k|6936 | 0.000000e+00 |      --      |    Inf 
599.78/600.06	c   600s|  2120k|225354 |  4608k|   2.2 | 233M|  35 |   5 |  40 |  14k|  40 |  16 |  18 |1352k|6948 | 0.000000e+00 |      --      |    Inf 
603.08/603.37	c   603s|  2130k|226398 |  4630k|   2.2 | 235M|  35 |   - |  40 |  16k|  40 |  16 |  18 |1359k|6964 | 0.000000e+00 |      --      |    Inf 
607.38/607.66	c   608s|  2140k|226546 |  4651k|   2.2 | 235M|  35 |   5 |  40 |  14k|  40 |  16 |  18 |1366k|6981 | 0.000000e+00 |      --      |    Inf 
610.98/611.25	c   611s|  2150k|226912 |  4672k|   2.2 | 236M|  35 |   - |  40 |  14k|  40 |  16 |  18 |1373k|6992 | 0.000000e+00 |      --      |    Inf 
614.98/615.22	c   615s|  2160k|227013 |  4693k|   2.2 | 236M|  35 |   5 |  40 |  13k|  40 |  16 |  18 |1380k|7006 | 0.000000e+00 |      --      |    Inf 
618.18/618.40	c   618s|  2170k|227947 |  4715k|   2.2 | 237M|  35 |   5 |  40 |  14k|  40 |  16 |  18 |1386k|7023 | 0.000000e+00 |      --      |    Inf 
621.68/621.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.68/621.95	c   622s|  2180k|228342 |  4736k|   2.2 | 238M|  35 |   - |  40 |  15k|  40 |  16 |  18 |1392k|7036 | 0.000000e+00 |      --      |    Inf 
625.88/626.13	c   626s|  2190k|228303 |  4758k|   2.2 | 237M|  35 |   - |  40 |9000 |  40 |  16 |  18 |1400k|7048 | 0.000000e+00 |      --      |    Inf 
629.48/629.71	c   630s|  2200k|228237 |  4781k|   2.2 | 237M|  35 |   5 |  40 |6981 |  40 |  16 |  18 |1407k|7066 | 0.000000e+00 |      --      |    Inf 
631.98/632.29	c   632s|  2210k|229129 |  4805k|   2.2 | 239M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1415k|7083 | 0.000000e+00 |      --      |    Inf 
635.59/635.86	c   636s|  2220k|229329 |  4828k|   2.2 | 239M|  35 |   5 |  40 |9277 |  40 |  16 |  18 |1422k|7098 | 0.000000e+00 |      --      |    Inf 
638.79/639.05	c   639s|  2230k|229680 |  4851k|   2.2 | 239M|  35 |   5 |  40 |8266 |  40 |  16 |  18 |1429k|7117 | 0.000000e+00 |      --      |    Inf 
641.68/641.95	c   642s|  2240k|230451 |  4873k|   2.2 | 240M|  35 |   - |  40 |8926 |  40 |  16 |  18 |1436k|7128 | 0.000000e+00 |      --      |    Inf 
644.38/644.70	c   645s|  2250k|231253 |  4896k|   2.2 | 242M|  35 |   - |  40 |  11k|   0 |   0 |  18 |1443k|7143 | 0.000000e+00 |      --      |    Inf 
647.87/648.15	c   648s|  2260k|231508 |  4918k|   2.2 | 242M|  35 |   5 |  40 |8712 |  40 |  16 |  18 |1450k|7161 | 0.000000e+00 |      --      |    Inf 
650.57/650.85	c   651s|  2270k|232742 |  4940k|   2.2 | 243M|  35 |   5 |  40 |9249 |  40 |  16 |  18 |1457k|7177 | 0.000000e+00 |      --      |    Inf 
653.57/653.84	c   654s|  2280k|233140 |  4963k|   2.2 | 244M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1464k|7194 | 0.000000e+00 |      --      |    Inf 
656.46/656.78	c   657s|  2290k|233700 |  4986k|   2.2 | 246M|  35 |   - |  40 |  12k|   0 |   0 |  18 |1471k|7209 | 0.000000e+00 |      --      |    Inf 
659.66/659.91	c   660s|  2300k|234614 |  5009k|   2.2 | 247M|  35 |   5 |  40 |  14k|  40 |  16 |  18 |1478k|7221 | 0.000000e+00 |      --      |    Inf 
663.46/663.71	c   664s|  2310k|234846 |  5031k|   2.2 | 247M|  35 |   - |  40 |  12k|  40 |  16 |  18 |1485k|7238 | 0.000000e+00 |      --      |    Inf 
666.85/667.13	c   667s|  2320k|235352 |  5054k|   2.2 | 248M|  35 |   - |  40 |  10k|  40 |  16 |  18 |1492k|7257 | 0.000000e+00 |      --      |    Inf 
670.15/670.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
670.15/670.46	c   670s|  2330k|235473 |  5076k|   2.2 | 248M|  35 |   5 |  40 |8938 |  40 |  16 |  18 |1500k|7271 | 0.000000e+00 |      --      |    Inf 
672.85/673.20	c   673s|  2340k|236461 |  5099k|   2.2 | 249M|  35 |   - |  40 |9474 |  40 |  16 |  18 |1507k|7280 | 0.000000e+00 |      --      |    Inf 
675.65/675.93	c   676s|  2350k|237454 |  5119k|   2.2 | 251M|  35 |   5 |  40 |  11k|  40 |  16 |  18 |1513k|7299 | 0.000000e+00 |      --      |    Inf 
678.54/678.85	c   679s|  2360k|238286 |  5140k|   2.2 | 252M|  35 |   - |  40 |  11k|   0 |   0 |  18 |1520k|7314 | 0.000000e+00 |      --      |    Inf 
681.75/682.03	c   682s|  2370k|238511 |  5162k|   2.2 | 253M|  35 |   - |  40 |  12k|  40 |  16 |  18 |1527k|7327 | 0.000000e+00 |      --      |    Inf 
684.75/685.07	c   685s|  2380k|239013 |  5184k|   2.2 | 253M|  35 |   5 |  40 |  12k|  40 |  16 |  18 |1534k|7352 | 0.000000e+00 |      --      |    Inf 
687.94/688.20	c   688s|  2390k|239579 |  5205k|   2.2 | 254M|  35 |   - |  40 |  11k|   0 |   0 |  18 |1541k|7367 | 0.000000e+00 |      --      |    Inf 
691.24/691.56	c   692s|  2400k|239780 |  5228k|   2.2 | 254M|  35 |   5 |  40 |9331 |  40 |  16 |  18 |1549k|7394 | 0.000000e+00 |      --      |    Inf 
694.24/694.59	c   695s|  2410k|240085 |  5251k|   2.2 | 255M|  35 |   5 |  40 |8990 |  40 |  16 |  18 |1556k|7406 | 0.000000e+00 |      --      |    Inf 
697.25/697.52	c   698s|  2420k|240778 |  5274k|   2.2 | 256M|  35 |   5 |  40 |  10k|  40 |  16 |  18 |1563k|7426 | 0.000000e+00 |      --      |    Inf 
700.55/700.90	c   701s|  2430k|240816 |  5297k|   2.2 | 256M|  35 |   5 |  40 |9442 |  40 |  16 |  18 |1571k|7440 | 0.000000e+00 |      --      |    Inf 
703.84/704.14	c   704s|  2440k|240949 |  5319k|   2.2 | 256M|  35 |   - |  40 |8357 |  40 |  16 |  18 |1578k|7457 | 0.000000e+00 |      --      |    Inf 
706.84/707.11	c   707s|  2450k|241253 |  5342k|   2.2 | 257M|  35 |   5 |  40 |8034 |  40 |  16 |  18 |1585k|7473 | 0.000000e+00 |      --      |    Inf 
709.64/709.95	c   710s|  2460k|241607 |  5364k|   2.2 | 258M|  35 |   5 |  40 |8902 |  40 |  16 |  18 |1593k|7495 | 0.000000e+00 |      --      |    Inf 
712.24/712.54	c   713s|  2470k|242776 |  5385k|   2.2 | 260M|  35 |   - |  40 |  11k|   0 |   0 |  18 |1599k|7509 | 0.000000e+00 |      --      |    Inf 
715.04/715.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
715.04/715.39	c   715s|  2480k|243474 |  5405k|   2.2 | 261M|  35 |   - |  40 |  12k|  40 |  16 |  18 |1604k|7519 | 0.000000e+00 |      --      |    Inf 
718.24/718.51	c   719s|  2490k|244168 |  5425k|   2.2 | 261M|  35 |   - |  40 |  10k|   0 |   0 |  18 |1611k|7537 | 0.000000e+00 |      --      |    Inf 
721.14/721.40	o 0
721.14/721.40	c * 721s|  2499k|     0 |  5447k|   2.2 |8183k|  35 |   - |  40 |  12k|  40 |  16 |  18 |1616k|7553 | 0.000000e+00 | 0.000000e+00 |   0.00%
721.14/721.40	c 
721.14/721.40	c SCIP Status        : problem is solved [optimal solution found]
721.14/721.40	c Solving Time (sec) : 721.40
721.14/721.40	c Solving Nodes      : 2499316
721.14/721.40	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
721.14/721.40	c Dual Bound         : +0.00000000000000e+00
721.14/721.40	c Gap                : 0.00 %
721.14/721.40	s OPTIMUM FOUND
721.14/721.40	v x41 x40 x39 x38 x37 -x36 x35 -x34 x33 x32 -x31 x30 -x29 x28 x27 -x26 x25 x24 -x23 x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 x13 
721.14/721.40	v x12 x11 -x10 x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
721.14/721.40	c SCIP Status        : problem is solved [optimal solution found]
721.14/721.40	c Solving Time       :     721.40
721.14/721.40	c Original Problem   :
721.14/721.40	c   Problem name     : HOME/instance-3734998-1338703055.opb
721.14/721.40	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
721.14/721.40	c   Constraints      : 11 initial, 11 maximal
721.14/721.40	c Presolved Problem  :
721.14/721.40	c   Problem name     : t_HOME/instance-3734998-1338703055.opb
721.14/721.40	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
721.14/721.40	c   Constraints      : 5 initial, 16926 maximal
721.14/721.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
721.14/721.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
721.14/721.40	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
721.14/721.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
721.14/721.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
721.14/721.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
721.14/721.40	c   probing          :       0.00          0          0          0          0          0          0          0          0
721.14/721.40	c   linear           :       0.00          0          0          0          0          0          6          0          0
721.14/721.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
721.14/721.40	c   root node        :          -          0          -          -          0          -          -          -          -
721.14/721.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
721.14/721.40	c   integral         :          0          0          0    1464998          0        976       3546          0          0    2921554
721.14/721.40	c   linear           :          5+         7    6132774          1          0     390734    3123712          0          0          0
721.14/721.40	c   logicor          :          0+         0    3092349          0          0       9558    1279731          0          0          0
721.14/721.40	c   countsols        :          0          0          0          1          0          0          0          0          0          0
721.14/721.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
721.14/721.40	c   integral         :       8.44       0.00       0.00       8.44       0.00
721.14/721.40	c   linear           :      88.03       0.00      88.03       0.00       0.00
721.14/721.40	c   logicor          :     183.06       0.00     183.06       0.00       0.00
721.14/721.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
721.14/721.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
721.14/721.40	c   vbounds          :       0.82          2          0          0
721.14/721.40	c   rootredcost      :       0.77          0          0          0
721.14/721.40	c   pseudoobj        :       0.59          0          0          0
721.14/721.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
721.14/721.40	c   propagation      :      11.33     400292     316256    1084871       28.6         53       22.6          -
721.14/721.40	c   infeasible LP    :      17.85     793455     793432    1480732       18.4      11926       22.2          0
721.14/721.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
721.14/721.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
721.14/721.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
721.14/721.40	c   applied globally :          -          -          -    1604486       19.1          -          -          -
721.14/721.40	c   applied locally  :          -          -          -      12005       31.4          -          -          -
721.14/721.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
721.14/721.40	c   cut pool         :       0.00          5          -          -         22          -    (maximal pool size: 66)
721.14/721.40	c   redcost          :       1.32    1465002          0          0          0          0
721.14/721.40	c   impliedbounds    :       0.00          6          0          0          0          0
721.14/721.40	c   intobj           :       0.00          0          0          0          0          0
721.14/721.40	c   cgmip            :       0.00          0          0          0          0          0
721.14/721.40	c   gomory           :       0.00          6          0          0          0          0
721.14/721.40	c   strongcg         :       0.00          6          0          0         16          0
721.14/721.40	c   cmir             :       0.01          6          0          0         30          0
721.14/721.40	c   flowcover        :       0.01          6          0          0         39          0
721.14/721.40	c   clique           :       0.00          1          0          0          0          0
721.14/721.40	c   zerohalf         :       0.00          0          0          0          0          0
721.14/721.40	c   mcf              :       0.00          1          0          0          0          0
721.14/721.40	c   rapidlearning    :       0.03          1          0          0          0         74
721.14/721.40	c Pricers            :       Time      Calls       Vars
721.14/721.40	c   problem variables:       0.00          0          0
721.14/721.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
721.14/721.40	c   relpscost        :       7.75    1464997        976       3546          0          0    2921554
721.14/721.40	c   pscost           :       0.00          0          0          0          0          0          0
721.14/721.40	c   inference        :       0.00          0          0          0          0          0          0
721.14/721.40	c   mostinf          :       0.00          0          0          0          0          0          0
721.14/721.40	c   leastinf         :       0.00          0          0          0          0          0          0
721.14/721.40	c   fullstrong       :       0.00          0          0          0          0          0          0
721.14/721.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
721.14/721.40	c   random           :       0.00          0          0          0          0          0          0
721.14/721.40	c Primal Heuristics  :       Time      Calls      Found
721.14/721.40	c   LP solutions     :       0.66          -          1
721.14/721.40	c   pseudo solutions :       0.00          -          0
721.14/721.40	c   oneopt           :       0.49          0          0
721.14/721.40	c   crossover        :       0.33          0          0
721.14/721.40	c   guideddiving     :       0.07          0          0
721.14/721.40	c   intshifting      :       0.03          0          0
721.14/721.40	c   veclendiving     :       0.08        126          0
721.14/721.40	c   pscostdiving     :       0.08        126          0
721.14/721.40	c   coefdiving       :       0.09        127          0
721.14/721.40	c   linesearchdiving :       0.09        127          0
721.14/721.40	c   fracdiving       :       0.08        127          0
721.14/721.40	c   objpscostdiving  :       0.06         64          0
721.14/721.40	c   feaspump         :       0.07         64          0
721.14/721.40	c   rootsoldiving    :       0.08         64          0
721.14/721.40	c   trivial          :       0.00          2          0
721.14/721.40	c   simplerounding   :       0.23          0          0
721.14/721.40	c   zirounding       :       0.36       1000          0
721.14/721.40	c   rounding         :       0.53      17145          0
721.14/721.40	c   shifting         :       1.04       5028          0
721.14/721.40	c   twoopt           :       0.00          0          0
721.14/721.40	c   fixandinfer      :       0.00          0          0
721.14/721.40	c   intdiving        :       0.00          0          0
721.14/721.40	c   actconsdiving    :       0.00          0          0
721.14/721.40	c   octane           :       0.00          0          0
721.14/721.40	c   rens             :       0.01          1          0
721.14/721.40	c   rins             :       0.00          0          0
721.14/721.40	c   localbranching   :       0.00          0          0
721.14/721.40	c   mutation         :       0.00          0          0
721.14/721.40	c   dins             :       0.00          0          0
721.14/721.40	c   undercover       :       0.00          0          0
721.14/721.40	c   nlp              :       0.29          0          0
721.14/721.40	c   trysol           :       0.40          0          0
721.14/721.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
721.14/721.40	c   primal LP        :       0.00          0          0       0.00          -
721.14/721.40	c   dual LP          :      91.94    2195023    5444044       2.48   59211.68
721.14/721.40	c   lex dual LP      :       0.00          0          0       0.00          -
721.14/721.40	c   barrier LP       :       0.00          0          0       0.00          -
721.14/721.40	c   diving/probing LP:       0.09       1833       3219       1.76   37159.74
721.14/721.40	c   strong branching :       0.56       7553      27717       3.67   49104.70
721.14/721.40	c     (at root node) :          -          9        323      35.89          -
721.14/721.40	c   conflict analysis:       0.00          0          0       0.00          -
721.14/721.40	c B&B Tree           :
721.14/721.40	c   number of runs   :          1
721.14/721.40	c   nodes            :    2499316
721.14/721.40	c   nodes (total)    :    2499316
721.14/721.40	c   nodes left       :          0
721.14/721.40	c   max depth        :         35
721.14/721.40	c   max depth (total):         35
721.14/721.40	c   backtracks       :     573138 (22.9%)
721.14/721.40	c   delayed cutoffs  :     176228
721.14/721.40	c   repropagations   :    2231801 (2128640 domain reductions, 154675 cutoffs)
721.14/721.40	c   avg switch length:       5.89
721.14/721.40	c   switching time   :     208.67
721.14/721.40	c Solution           :
721.14/721.40	c   Solutions found  :          1 (1 improvements)
721.14/721.40	c   First Solution   : +0.00000000000000e+00   (in run 1, after 2499316 nodes, 720.74 seconds, depth 27, found by <relaxation>)
721.14/721.40	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 2499316 nodes, 720.74 seconds, depth 27, found by <relaxation>)
721.14/721.40	c   Dual Bound       : +0.00000000000000e+00
721.14/721.40	c   Gap              :       0.00 %
721.14/721.40	c   Root Dual Bound  : +0.00000000000000e+00
721.14/721.40	c   Root Iterations  :        117
721.14/721.42	c Time complete: 721.16.

Verifier Data

OK	0

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

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

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


[startup+0 s]
/proc/loadavg: 2.17 2.06 2.01 3/176 24434
/proc/meminfo: memFree=28432792/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 1326 0 0 0 0 0 0 0 20 0 1 0 336430031 9158656 1273 33554432000 4194304 8395647 140733347070944 140736019486072 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 2236 1283 374 1026 0 1206 0

[startup+0.091542 s]
/proc/loadavg: 2.17 2.06 2.01 3/176 24434
/proc/meminfo: memFree=28432792/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=23272 CPUtime=0.08 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 5112 0 0 0 7 1 0 0 20 0 1 0 336430031 23830528 4706 33554432000 4194304 8395647 140733347070944 140736019486072 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 5818 4706 621 1026 0 4788 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23272

[startup+0.100303 s]
/proc/loadavg: 2.17 2.06 2.01 3/176 24434
/proc/meminfo: memFree=28432792/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=23272 CPUtime=0.09 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 5112 0 0 0 8 1 0 0 20 0 1 0 336430031 23830528 4706 33554432000 4194304 8395647 140733347070944 140736019486072 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 5818 4706 621 1026 0 4788 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23272

[startup+0.300176 s]
/proc/loadavg: 2.17 2.06 2.01 3/176 24434
/proc/meminfo: memFree=28432792/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=23272 CPUtime=0.29 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 5116 0 0 0 27 2 0 0 20 0 1 0 336430031 23830528 4710 33554432000 4194304 8395647 140733347070944 140736019486072 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 5818 4710 622 1026 0 4788 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23272

[startup+0.700178 s]
/proc/loadavg: 2.17 2.06 2.01 3/176 24434
/proc/meminfo: memFree=28432792/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=23272 CPUtime=0.69 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 5118 0 0 0 66 3 0 0 20 0 1 0 336430031 23830528 4712 33554432000 4194304 8395647 140733347070944 140733347066552 4243396 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 5818 4712 622 1026 0 4788 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23272

[startup+1.50018 s]
/proc/loadavg: 2.17 2.06 2.01 3/177 24435
/proc/meminfo: memFree=28416640/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=23272 CPUtime=1.49 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 5125 0 0 0 144 5 0 0 20 0 1 0 336430031 23830528 4719 33554432000 4194304 8395647 140733347070944 140733347066552 5026819 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 5818 4719 622 1026 0 4788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23272

[startup+3.10018 s]
/proc/loadavg: 2.17 2.06 2.01 3/177 24435
/proc/meminfo: memFree=28415920/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=23272 CPUtime=3.09 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 5220 0 0 0 301 8 0 0 20 0 1 0 336430031 23830528 4814 33554432000 4194304 8395647 140733347070944 140733347066552 6025226 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 5818 4814 622 1026 0 4788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23272

[startup+6.30018 s]
/proc/loadavg: 2.16 2.06 2.01 3/177 24435
/proc/meminfo: memFree=28415204/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=24492 CPUtime=6.29 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 5675 0 0 0 611 18 0 0 20 0 1 0 336430031 25079808 5269 33554432000 4194304 8395647 140733347070944 140733347066408 5024817 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 6123 5269 622 1026 0 5093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24492

[startup+12.7002 s]
/proc/loadavg: 2.14 2.06 2.01 3/177 24435
/proc/meminfo: memFree=28407296/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=31124 CPUtime=12.69 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 7369 0 0 0 1237 32 0 0 20 0 1 0 336430031 31870976 6963 33554432000 4194304 8395647 140733347070944 140733347066552 4966724 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 7781 6963 622 1026 0 6751 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31124

[startup+25.5002 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 24435
/proc/meminfo: memFree=28396908/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=41468 CPUtime=25.48 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 9969 0 0 0 2490 58 0 0 20 0 1 0 336430031 42463232 9563 33554432000 4194304 8395647 140733347070944 140733347066552 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 10367 9563 622 1026 0 9337 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41468

[startup+51.1002 s]
/proc/loadavg: 2.07 2.05 2.01 3/177 24435
/proc/meminfo: memFree=28376168/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=61340 CPUtime=51.06 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 15005 0 0 0 4994 112 0 0 20 0 1 0 336430031 62812160 14630 33554432000 4194304 8395647 140733347070944 140733347066552 6068892 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 15335 14630 622 1026 0 14305 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 61340

[startup+102.306 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 24435
/proc/meminfo: memFree=28344916/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=93404 CPUtime=102.25 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 22664 0 0 0 10020 205 0 0 20 0 1 0 336430031 95645696 22315 33554432000 4194304 8395647 140733347070944 140733347066552 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 23351 22315 622 1026 0 22321 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 93404

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 24438
/proc/meminfo: memFree=28318452/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=119788 CPUtime=162.21 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 29172 0 0 0 15921 300 0 0 20 0 1 0 336430031 122662912 29037 33554432000 4194304 8395647 140733347070944 140733347066552 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 29947 29037 622 1026 0 28917 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 119788

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 24461
/proc/meminfo: memFree=28282916/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=145516 CPUtime=222.19 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 35603 0 0 0 21826 393 0 0 20 0 1 0 336430031 149008384 35468 33554432000 4194304 8395647 140733347070944 140733347066552 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 36379 35468 622 1026 0 35349 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 145516

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 24462
/proc/meminfo: memFree=28260056/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=167420 CPUtime=282.17 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 41018 0 0 0 27746 471 0 0 20 0 1 0 336430031 171438080 41004 33554432000 4194304 8395647 140733347070944 140733347066552 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 41855 41004 622 1026 0 40825 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 167420

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 24462
/proc/meminfo: memFree=28238584/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=187208 CPUtime=342.15 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 45893 0 0 0 33660 555 0 0 20 0 1 0 336430031 191700992 45981 33554432000 4194304 8395647 140733347070944 140733347066552 4217127 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24434/statm: 46802 45981 622 1026 0 45772 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 187208

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24462
/proc/meminfo: memFree=28222348/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=204364 CPUtime=402.14 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 50275 0 0 0 39576 638 0 0 20 0 1 0 336430031 209268736 50363 33554432000 4194304 8395647 140733347070944 140733347066552 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 51091 50363 622 1026 0 50061 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 204364

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24462
/proc/meminfo: memFree=28201296/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=228944 CPUtime=462.12 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 55385 0 0 0 45485 727 0 0 20 0 1 0 336430031 234438656 55540 33554432000 4194304 8395647 140733347070944 140733347066552 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 57236 55540 622 1026 0 56206 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 228944

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 24462
/proc/meminfo: memFree=28183676/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=245564 CPUtime=522.1 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 59612 0 0 0 51395 815 0 0 20 0 1 0 336430031 251457536 59951 33554432000 4194304 8395647 140733347070944 140733347066552 4216926 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 61391 59951 622 1026 0 60361 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 245564

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24463
/proc/meminfo: memFree=28168180/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=261420 CPUtime=582.09 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 63551 0 0 0 57306 903 0 0 20 0 1 0 336430031 267694080 63890 33554432000 4194304 8395647 140733347070944 140733347066376 5085782 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 65355 63890 622 1026 0 64325 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 261420

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24463
/proc/meminfo: memFree=28153304/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=275636 CPUtime=642.09 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 67116 0 0 0 63229 980 0 0 20 0 1 0 336430031 282251264 67455 33554432000 4194304 8395647 140733347070944 140733347066376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 68909 67455 622 1026 0 67879 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 275636

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28137008/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=291348 CPUtime=702.04 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 70952 0 0 0 69136 1068 0 0 20 0 1 0 336430031 298340352 71383 33554432000 4194304 8395647 140733347070944 140733347066552 4962548 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 72837 71383 622 1026 0 71807 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 291348

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

[startup+703.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28137132/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=291348 CPUtime=703.65 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 70952 0 0 0 69296 1069 0 0 20 0 1 0 336430031 298340352 71383 33554432000 4194304 8395647 140733347070944 140733347066552 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 72837 71383 622 1026 0 71807 0
Current children cumulated CPU time (s) 703.65
Current children cumulated vsize (KiB) 291348

[startup+710.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28134280/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=294628 CPUtime=710.04 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 71777 0 0 0 69923 1081 0 0 20 0 1 0 336430031 301699072 72208 33554432000 4194304 8395647 140733347070944 140733347066552 4962578 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 73657 72208 622 1026 0 72627 0
Current children cumulated CPU time (s) 710.04
Current children cumulated vsize (KiB) 294628

[startup+716.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28131428/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=296804 CPUtime=716.44 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 72333 0 0 0 70555 1089 0 0 20 0 1 0 336430031 303927296 72764 33554432000 4194304 8395647 140733347070944 140733347066552 5089494 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 74201 72764 622 1026 0 73171 0
Current children cumulated CPU time (s) 716.44
Current children cumulated vsize (KiB) 296804

[startup+719.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28130560/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=298784 CPUtime=719.64 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 72849 0 0 0 70870 1094 0 0 20 0 1 0 336430031 305954816 73280 33554432000 4194304 8395647 140733347070944 140733347066552 4433431 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 74696 73280 622 1026 0 73666 0
Current children cumulated CPU time (s) 719.64
Current children cumulated vsize (KiB) 298784

[startup+720.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28129200/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=298976 CPUtime=720.44 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 72884 0 0 0 70949 1095 0 0 20 0 1 0 336430031 306151424 73315 33554432000 4194304 8395647 140733347070944 140733347066552 4471441 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 74744 73315 622 1026 0 73714 0
Current children cumulated CPU time (s) 720.44
Current children cumulated vsize (KiB) 298976

[startup+721.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28129200/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=298976 CPUtime=720.84 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 72885 0 0 0 70989 1095 0 0 20 0 1 0 336430031 306151424 73316 33554432000 4194304 8395647 140733347070944 140733347066552 4665803 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 74744 73316 623 1026 0 73714 0
Current children cumulated CPU time (s) 720.84
Current children cumulated vsize (KiB) 298976

[startup+721.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28129200/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=298976 CPUtime=721.04 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 72885 0 0 0 71009 1095 0 0 20 0 1 0 336430031 306151424 73316 33554432000 4194304 8395647 140733347070944 140733347066552 4723516 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 74744 73316 623 1026 0 73714 0
Current children cumulated CPU time (s) 721.04
Current children cumulated vsize (KiB) 298976

[startup+721.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24463
/proc/meminfo: memFree=28129200/32873648 swapFree=7388/7388
[pid=24434] ppid=24432 vsize=298976 CPUtime=721.14 cores=0,2,4,6
/proc/24434/stat : 24434 (pbscip.linux.x8) R 24432 24434 21664 0 -1 4202496 72885 0 0 0 71019 1095 0 0 20 0 1 0 336430031 306151424 73316 33554432000 4194304 8395647 140733347070944 140733347066552 4723491 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24434/statm: 74744 73316 623 1026 0 73714 0
Current children cumulated CPU time (s) 721.14
Current children cumulated vsize (KiB) 298976

Child status: 0
Real time (s): 721.422
CPU time (s): 721.171
CPU user time (s): 710.209
CPU system time (s): 10.9623
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 298976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.209
system time used= 10.9623
maximum resident set size= 293272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72890
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= 134
involuntary context switches= 1209

runsolver used 3.00954 second user time and 6.28704 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 07:57:35
IDJOB=3734998
IDBENCH=2931
IDSOLVER=2326
FILE ID=node148/3734998-1338703055
RUNJOBID= node148-1338678625-21683
PBS_JOBID= 14636665
Free space on /tmp= 71320 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734998-1338703055/watcher-3734998-1338703055 -o /tmp/evaluation-result-3734998-1338703055/solver-3734998-1338703055 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734998-1338703055.opb -t 1800 -m 15500

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

MD5SUM BENCH= 37c74b9e914d30b1ddfc0838676dd479
RANDOM SEED=1977928921

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28433064 kB
Buffers:          589584 kB
Cached:          2886020 kB
SwapCached:          628 kB
Active:          1478848 kB
Inactive:        2059100 kB
Active(anon):      52124 kB
Inactive(anon):    10660 kB
Active(file):    1426724 kB
Inactive(file):  2048440 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             10524 kB
Writeback:             0 kB
AnonPages:         71204 kB
Mapped:            13532 kB
Shmem:                36 kB
Slab:             766128 kB
SReclaimable:     210388 kB
SUnreclaim:       555740 kB
KernelStack:        1472 kB
PageTables:         3804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     176200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71312 MiB
End job on node148 at 2012-06-03 08:09:37