Trace number 2700238

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 182.455 182.45

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh203_wcsp.wbo
MD5SUM542e56009f24e88bce5dd1146eaa3ca2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark0.022995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
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-2700238-1278534488.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.01/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.01/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.05	c presolving (3 rounds):
0.01/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.05	c  1000 implications, 0 cliques
0.01/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.01/0.05	c     800 constraints of type <indicator>
0.01/0.05	c     800 constraints of type <linear>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.03
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 1.2.1.2
0.01/0.05	c 
0.01/0.05	c # frequency for displaying node information lines
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.05	c display/freq = 10000
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1799.99
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 3420
0.01/0.05	c 
0.01/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.05	c lp/solvefreq = -1
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify inequalities
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/linear/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify knapsacks
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.01/0.06	o 394238
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.0s|     1 |     0 |     0 |     - |5796k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.01/0.06	c   0.0s|     1 |     2 |     0 |     - |5748k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.59	o 14262
0.49/0.59	c * 0.5s|  4367 |  3022 |     0 |   0.0 |7550k| 811 |   - |1700 |1713 |   0 |   0 |   0 | 115 |   0 | 0.000000e+00 | 1.426200e+04 |    Inf 
1.50/1.55	c   1.4s| 10000 |  8519 |     0 |   0.0 |  10M| 811 |   - |1700 |2203 |   0 |   0 |   0 | 608 |   0 | 1.000000e+00 | 1.426200e+04 |  Large 
3.19/3.22	c   2.8s| 20000 | 18359 |     0 |   0.0 |  14M| 811 |   - |1700 |2804 |   0 |   0 |   0 |1348 |   0 | 1.000000e+00 | 1.426200e+04 |  Large 
4.39/4.42	o 14171
4.39/4.42	c * 3.9s| 26988 | 25091 |     0 |   0.0 |  18M| 811 |   - |1700 |2839 |   0 |   0 |   0 |2138 |   0 | 1.000000e+00 | 1.417100e+04 |  Large 
4.89/4.97	c   4.3s| 30000 | 27937 |     0 |   0.0 |  19M| 811 |   - |1700 |3328 |   0 |   0 |   0 |2942 |   0 | 1.000000e+00 | 1.417100e+04 |  Large 
5.09/5.12	o 14001
5.09/5.12	c * 4.5s| 30736 | 28389 |     0 |   0.0 |  20M| 811 |   - |1700 |3594 |   0 |   0 |   0 |3322 |   0 | 1.000000e+00 | 1.400100e+04 |  Large 
5.20/5.25	o 13965
5.20/5.25	c * 4.6s| 31354 | 28900 |     0 |   0.0 |  20M| 811 |   - |1700 |3850 |   0 |   0 |   0 |3662 |   0 | 1.000000e+00 | 1.396500e+04 |  Large 
5.39/5.43	o 13683
5.39/5.43	c * 4.7s| 32176 | 29289 |     0 |   0.0 |  20M| 811 |   - |1700 |4155 |   0 |   0 |   0 |4142 |   0 | 1.000000e+00 | 1.368300e+04 |  Large 
5.39/5.43	o 13641
5.39/5.43	c * 4.7s| 32185 | 29240 |     0 |   0.0 |  20M| 811 |   - |1700 |4165 |   0 |   0 |   0 |4152 |   0 | 1.000000e+00 | 1.364100e+04 |  Large 
5.79/5.87	o 13637
5.79/5.87	c * 5.1s| 34289 | 31169 |     0 |   0.0 |  22M| 811 |   - |1700 |4437 |   0 |   0 |   0 |5061 |   0 | 1.000000e+00 | 1.363700e+04 |  Large 
6.79/6.81	o 13552
6.79/6.81	c * 6.0s| 38826 | 35276 |     0 |   0.0 |  24M| 811 |   - |1700 |4616 |   0 |   0 |   0 |6675 |   0 | 1.000000e+00 | 1.355200e+04 |  Large 
6.79/6.81	o 13510
6.79/6.81	c * 6.0s| 38830 | 35205 |     0 |   0.0 |  24M| 811 |   - |1700 |4615 |   0 |   0 |   0 |6675 |   0 | 1.000000e+00 | 1.351000e+04 |  Large 
6.79/6.81	o 13294
6.79/6.81	c * 6.0s| 38831 | 34699 |     0 |   0.0 |  23M| 811 |   - |1700 |4615 |   0 |   0 |   0 |6675 |   0 | 1.000000e+00 | 1.329400e+04 |  Large 
6.99/7.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.99/7.06	c   6.2s| 40000 | 35777 |     0 |   0.0 |  24M| 811 |   - |1700 |4583 |   0 |   0 |   0 |7214 |   0 | 1.000000e+00 | 1.329400e+04 |  Large 
7.19/7.20	o 13180
7.19/7.20	c * 6.3s| 40673 | 36105 |     0 |   0.0 |  24M| 811 |   - |1700 |4626 |   0 |   0 |   0 |7564 |   0 | 1.000000e+00 | 1.318000e+04 |  Large 
7.79/7.80	o 12935
7.79/7.80	c * 6.9s| 43500 | 37994 |     0 |   0.0 |  26M| 811 |   - |1700 |4693 |   0 |   0 |   0 |8914 |   0 | 1.000000e+00 | 1.293500e+04 |  Large 
7.79/7.80	o 12889
7.79/7.80	c * 6.9s| 43501 | 37838 |     0 |   0.0 |  25M| 811 |   - |1700 |4693 |   0 |   0 |   0 |8914 |   0 | 1.000000e+00 | 1.288900e+04 |  Large 
7.79/7.83	o 12617
7.79/7.83	c * 6.9s| 43629 | 37226 |     0 |   0.0 |  25M| 811 |   - |1700 |4712 |   0 |   0 |   0 |8994 |   0 | 1.000000e+00 | 1.261700e+04 |  Large 
7.99/8.09	o 12434
7.99/8.09	c * 7.1s| 44803 | 37698 |     0 |   0.0 |  25M| 811 |   - |1700 |4898 |   0 |   0 |   0 |9654 |   0 | 1.000000e+00 | 1.243400e+04 |  Large 
8.29/8.37	o 12229
8.29/8.37	c * 7.4s| 46090 | 38317 |     0 |   0.0 |  26M| 811 |   - |1700 |4912 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.222900e+04 |  Large 
8.59/8.61	o 12158
8.59/8.61	c * 7.6s| 47209 | 39135 |     0 |   0.0 |  26M| 811 |   - |1700 |4903 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.215800e+04 |  Large 
8.70/8.75	o 12107
8.70/8.75	c * 7.7s| 47860 | 39595 |     0 |   0.0 |  26M| 811 |   - |1700 |4938 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 1.210700e+04 |  Large 
9.19/9.21	c   8.1s| 50000 | 41540 |     0 |   0.0 |  28M| 811 |   - |1700 |5108 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.210700e+04 |  Large 
10.09/10.10	o 12005
10.09/10.10	c * 8.9s| 54149 | 45019 |     0 |   0.0 |  30M| 811 |   - |1700 |5315 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.200500e+04 |  Large 
10.19/10.25	o 12000
10.19/10.25	c * 9.1s| 54832 | 45623 |     0 |   0.0 |  30M| 811 |   - |1700 |5349 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.200000e+04 |  Large 
11.00/11.09	o 11834
11.00/11.09	c * 9.8s| 58695 | 48632 |     0 |   0.0 |  32M| 811 |   - |1700 |5529 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 1.183400e+04 |  Large 
11.00/11.09	o 11700
11.00/11.09	c * 9.8s| 58704 | 48205 |     0 |   0.0 |  32M| 811 |   - |1700 |5529 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 1.170000e+04 |  Large 
11.09/11.19	o 11579
11.09/11.19	c * 9.9s| 59138 | 48177 |     0 |   0.0 |  32M| 811 |   - |1700 |5570 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 1.157900e+04 |  Large 
11.19/11.21	o 11561
11.19/11.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.19/11.21	c * 9.9s| 59244 | 48221 |     0 |   0.0 |  32M| 811 |   - |1700 |5591 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 1.156100e+04 |  Large 
11.29/11.39	c  10.1s| 60000 | 48894 |     0 |   0.0 |  32M| 811 |   - |1700 |5756 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.156100e+04 |  Large 
11.50/11.53	o 11510
11.50/11.53	c *10.2s| 60677 | 49326 |     0 |   0.0 |  32M| 811 |   - |1700 |5847 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.151000e+04 |  Large 
11.50/11.53	o 11363
11.50/11.53	c *10.2s| 60678 | 48831 |     0 |   0.0 |  32M| 811 |   - |1700 |5847 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.136300e+04 |  Large 
11.69/11.72	o 11287
11.69/11.72	c *10.4s| 61528 | 49376 |     0 |   0.0 |  32M| 811 |   - |1700 |5888 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.128700e+04 |  Large 
11.69/11.72	o 11208
11.69/11.72	c *10.4s| 61529 | 49111 |     0 |   0.0 |  32M| 811 |   - |1700 |5888 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.120800e+04 |  Large 
11.69/11.76	o 11140
11.69/11.76	c *10.4s| 61715 | 49031 |     0 |   0.0 |  32M| 811 |   - |1700 |5912 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 1.114000e+04 |  Large 
11.69/11.76	o 10979
11.69/11.76	c *10.4s| 61716 | 48415 |     0 |   0.0 |  31M| 811 |   - |1700 |5912 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 1.097900e+04 |  Large 
11.89/11.92	o 10914
11.89/11.92	c *10.6s| 62388 | 48738 |     0 |   0.0 |  32M| 811 |   - |1700 |6056 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 1.091400e+04 |  Large 
12.19/12.29	o 10818
12.19/12.29	c *10.9s| 64066 | 49928 |     0 |   0.0 |  32M| 811 |   - |1700 |6049 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 1.081800e+04 |  Large 
12.39/12.44	o 10498
12.39/12.44	c *11.0s| 64738 | 49343 |     0 |   0.0 |  32M| 811 |   - |1700 |6087 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 1.049800e+04 |  Large 
12.39/12.44	o 10473
12.39/12.44	c *11.0s| 64739 | 49228 |     0 |   0.0 |  32M| 811 |   - |1700 |6087 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 1.047300e+04 |  Large 
12.39/12.47	o 10444
12.39/12.47	c *11.1s| 64854 | 49221 |     0 |   0.0 |  32M| 811 |   - |1700 |6042 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 1.044400e+04 |  Large 
12.79/12.85	o 10326
12.79/12.85	c *11.4s| 66522 | 50304 |     0 |   0.0 |  33M| 811 |   - |1700 |6015 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.032600e+04 |  Large 
12.79/12.86	o 10179
12.79/12.86	c *11.4s| 66524 | 49749 |     0 |   0.0 |  32M| 811 |   - |1700 |6015 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.017900e+04 |  Large 
12.89/12.97	o 10165
12.89/12.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.89/12.97	c *11.5s| 67020 | 50148 |     0 |   0.0 |  33M| 811 |   - |1700 |6002 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.016500e+04 |  Large 
13.59/13.67	c  12.2s| 70000 | 52814 |     0 |   0.0 |  34M| 811 |   - |1700 |5833 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 1.016500e+04 |  Large 
14.10/14.20	o 10145
14.10/14.20	c *12.6s| 72275 | 54771 |     0 |   0.0 |  36M| 811 |   - |1700 |6069 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 1.014500e+04 |  Large 
14.19/14.24	o 10038
14.19/14.24	c *12.7s| 72461 | 54543 |     0 |   0.0 |  35M| 811 |   - |1700 |6112 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 1.003800e+04 |  Large 
14.70/14.71	o 9948
14.70/14.71	c *13.1s| 74533 | 56065 |     0 |   0.0 |  36M| 811 |   - |1700 |6159 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 9.948000e+03 |  Large 
15.20/15.29	o 9863
15.20/15.29	c *13.6s| 77031 | 57929 |     0 |   0.0 |  38M| 811 |   - |1700 |6136 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 9.863000e+03 |  Large 
15.29/15.35	o 9823
15.29/15.35	c *13.7s| 77259 | 57960 |     0 |   0.0 |  38M| 811 |   - |1700 |6153 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 9.823000e+03 |  Large 
15.40/15.43	o 9756
15.40/15.43	c *13.7s| 77619 | 58011 |     0 |   0.0 |  38M| 811 |   - |1700 |6197 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 9.756000e+03 |  Large 
15.60/15.69	o 9686
15.60/15.69	c *14.0s| 78715 | 58663 |     0 |   0.0 |  38M| 811 |   - |1700 |6162 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 9.686000e+03 |  Large 
15.79/15.88	o 9544
15.79/15.88	c *14.1s| 79595 | 58887 |     0 |   0.0 |  38M| 811 |   - |1700 |6216 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 9.544000e+03 |  Large 
15.89/15.98	c  14.2s| 80000 | 59252 |     0 |   0.0 |  39M| 811 |   - |1700 |6248 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 9.544000e+03 |  Large 
16.79/16.83	o 9163
16.79/16.83	c *15.0s| 83773 | 60941 |     0 |   0.0 |  39M| 811 |   - |1700 |6648 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 9.163000e+03 |  Large 
16.79/16.84	o 9128
16.79/16.84	c *15.0s| 83780 | 60788 |     0 |   0.0 |  39M| 811 |   - |1700 |6648 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 9.128000e+03 |  Large 
17.39/17.40	o 9010
17.39/17.40	c *15.5s| 86267 | 62448 |     0 |   0.0 |  40M| 811 |   - |1700 |6788 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 9.010000e+03 |  Large 
17.39/17.42	o 8949
17.39/17.42	c *15.5s| 86343 | 62186 |     0 |   0.0 |  40M| 811 |   - |1700 |6806 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 8.949000e+03 |  Large 
17.49/17.59	o 8930
17.49/17.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.49/17.59	c *15.7s| 87069 | 62758 |     0 |   0.0 |  40M| 811 |   - |1700 |6746 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 8.930000e+03 |  Large 
17.49/17.59	o 8883
17.49/17.59	c *15.7s| 87070 | 62501 |     0 |   0.0 |  40M| 811 |   - |1700 |6746 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 8.883000e+03 |  Large 
17.69/17.77	o 8880
17.69/17.77	c *15.8s| 87882 | 63223 |     0 |   0.0 |  41M| 811 |   - |1700 |6815 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 8.880000e+03 |  Large 
17.79/17.87	o 8740
17.79/17.87	c *15.9s| 88326 | 62888 |     0 |   0.0 |  40M| 811 |   - |1700 |6920 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 8.740000e+03 |  Large 
18.00/18.09	o 8425
18.00/18.09	c *16.1s| 89243 | 62196 |     0 |   0.0 |  40M| 811 |   - |1700 |7108 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 8.425000e+03 |  Large 
18.19/18.24	o 8255
18.19/18.24	c *16.2s| 89855 | 61940 |     0 |   0.0 |  39M| 811 |   - |1700 |7144 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 8.255000e+03 |  Large 
18.19/18.27	c  16.2s| 90000 | 62068 |     0 |   0.0 |  40M| 811 |   - |1700 |7180 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 8.255000e+03 |  Large 
18.49/18.59	o 8219
18.49/18.59	c *16.5s| 91301 | 63017 |     0 |   0.0 |  40M| 811 |   - |1700 |7557 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 8.219000e+03 |  Large 
18.59/18.67	o 8085
18.59/18.67	c *16.6s| 91614 | 62635 |     0 |   0.0 |  40M| 811 |   - |1700 |7610 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 8.085000e+03 |  Large 
20.09/20.18	o 8059
20.09/20.18	c *18.0s| 97803 | 68029 |     0 |   0.0 |  43M| 811 |   - |1700 |6301 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 8.059000e+03 |  Large 
20.09/20.19	o 8047
20.09/20.19	c *18.0s| 97804 | 67954 |     0 |   0.0 |  43M| 811 |   - |1700 |6301 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 8.047000e+03 |  Large 
20.69/20.74	c  18.5s|100000 | 69881 |     0 |   0.0 |  45M| 811 |   - |1700 |6318 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 8.047000e+03 |  Large 
22.89/22.94	o 7935
22.89/22.94	c *20.5s|109152 | 77325 |     0 |   0.0 |  50M| 811 |   - |1700 |6227 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 7.935000e+03 |  Large 
23.10/23.14	c  20.6s|110000 | 78091 |     0 |   0.0 |  50M| 811 |   - |1700 |6261 |   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 7.935000e+03 |  Large 
23.49/23.56	o 7926
23.49/23.56	c *21.0s|111768 | 79608 |     0 |   0.0 |  52M| 811 |   - |1700 |6268 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 | 7.926000e+03 |  Large 
23.69/23.72	o 7788
23.69/23.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.69/23.72	c *21.2s|112448 | 79371 |     0 |   0.0 |  52M| 811 |   - |1700 |6327 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 | 7.788000e+03 |  Large 
23.69/23.72	o 7738
23.69/23.72	c *21.2s|112449 | 79033 |     0 |   0.0 |  51M| 811 |   - |1700 |6327 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 | 7.738000e+03 |  Large 
24.29/24.31	o 7520
24.29/24.31	c *21.7s|114859 | 79755 |     0 |   0.0 |  52M| 811 |   - |1700 |6457 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 7.520000e+03 |  Large 
24.29/24.33	o 7446
24.29/24.33	c *21.7s|114922 | 79305 |     0 |   0.0 |  52M| 811 |   - |1700 |6473 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 7.446000e+03 |  Large 
24.29/24.33	o 7240
24.29/24.33	c *21.7s|114930 | 77844 |     0 |   0.0 |  50M| 811 |   - |1700 |6473 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 7.240000e+03 |  Large 
24.29/24.33	o 7146
24.29/24.33	c *21.7s|114931 | 77133 |     0 |   0.0 |  49M| 811 |   - |1700 |6473 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 7.146000e+03 |  Large 
25.39/25.47	o 7138
25.39/25.47	c *22.7s|119497 | 81091 |     0 |   0.0 |  52M| 811 |   - |1700 |6729 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 7.138000e+03 |  Large 
25.50/25.59	c  22.8s|120000 | 81543 |     0 |   0.0 |  52M| 811 |   - |1700 |6716 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 7.138000e+03 |  Large 
25.99/26.00	o 7095
25.99/26.00	c *23.2s|121618 | 82553 |     0 |   0.0 |  53M| 811 |   - |1700 |6774 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 7.095000e+03 |  Large 
25.99/26.00	o 7070
25.99/26.00	c *23.2s|121620 | 82340 |     0 |   0.0 |  53M| 811 |   - |1700 |6774 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 7.070000e+03 |  Large 
27.50/27.54	o 7031
27.50/27.54	c *24.6s|127859 | 87417 |     0 |   0.0 |  56M| 811 |   - |1700 |7338 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 7.031000e+03 |  Large 
27.50/27.54	o 6963
27.50/27.54	c *24.6s|127860 | 86767 |     0 |   0.0 |  56M| 811 |   - |1700 |7338 |   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 6.963000e+03 |  Large 
27.99/28.08	c  25.1s|130000 | 88603 |     0 |   0.0 |  57M| 811 |   - |1700 |7561 |   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 6.963000e+03 |  Large 
28.30/28.33	o 6894
28.30/28.33	c *25.3s|130972 | 88786 |     0 |   0.0 |  57M| 811 |   - |1700 |7667 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 6.894000e+03 |  Large 
28.99/29.06	o 6808
28.99/29.06	c *26.0s|133818 | 90435 |     0 |   0.0 |  58M| 811 |   - |1700 |8138 |   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 6.808000e+03 |  Large 
29.09/29.19	o 6707
29.09/29.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.09/29.19	c *26.1s|134295 | 89924 |     0 |   0.0 |  58M| 811 |   - |1700 |8253 |   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 6.707000e+03 |  Large 
30.59/30.68	c  27.4s|140000 | 94832 |     0 |   0.0 |  62M| 811 |   - |1700 |8241 |   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 6.707000e+03 |  Large 
30.70/30.73	o 6693
30.70/30.73	c *27.5s|140216 | 94898 |     0 |   0.0 |  62M| 811 |   - |1700 |8271 |   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 6.693000e+03 |  Large 
30.70/30.73	o 6614
30.70/30.73	c *27.5s|140217 | 94153 |     0 |   0.0 |  61M| 811 |   - |1700 |8271 |   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 6.614000e+03 |  Large 
31.49/31.60	o 6583
31.49/31.60	c *28.3s|143385 | 96491 |     0 |   0.0 |  63M| 811 |   - |1700 |8833 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 6.583000e+03 |  Large 
33.29/33.34	o 6571
33.29/33.34	c *29.9s|149586 |101666 |     0 |   0.0 |  67M| 811 |   - |1700 |8352 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 6.571000e+03 |  Large 
33.39/33.45	c  30.0s|150000 |102039 |     0 |   0.0 |  67M| 811 |   - |1700 |8151 |   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 6.571000e+03 |  Large 
35.99/36.03	c  32.3s|160000 |110765 |     0 |   0.0 |  73M| 811 |   - |1700 |8361 |   0 |   0 |   0 |  81k|   0 | 1.000000e+00 | 6.571000e+03 |  Large 
35.99/36.07	o 6415
35.99/36.07	c *32.3s|160141 |109184 |     0 |   0.0 |  73M| 811 |   - |1700 |8355 |   0 |   0 |   0 |  81k|   0 | 1.000000e+00 | 6.415000e+03 |  Large 
35.99/36.07	o 6405
35.99/36.07	c *32.3s|160142 |109089 |     0 |   0.0 |  73M| 811 |   - |1700 |8355 |   0 |   0 |   0 |  81k|   0 | 1.000000e+00 | 6.405000e+03 |  Large 
38.59/38.69	c  34.7s|170000 |117591 |     0 |   0.0 |  79M| 811 |   - |1700 |8957 |   0 |   0 |   0 |  88k|   0 | 1.000000e+00 | 6.405000e+03 |  Large 
39.89/39.96	o 6368
39.89/39.96	c *35.8s|174753 |121161 |     0 |   0.0 |  82M| 811 |   - |1700 |9407 |   0 |   0 |   0 |  91k|   0 | 1.000000e+00 | 6.368000e+03 |  Large 
40.49/40.55	o 6349
40.49/40.55	c *36.4s|176925 |122823 |     0 |   0.0 |  83M| 811 |   - |1700 |9476 |   0 |   0 |   0 |  93k|   0 | 1.000000e+00 | 6.349000e+03 |  Large 
40.49/40.55	o 6311
40.49/40.55	c *36.4s|176926 |122335 |     0 |   0.0 |  83M| 811 |   - |1700 |9476 |   0 |   0 |   0 |  93k|   0 | 1.000000e+00 | 6.311000e+03 |  Large 
40.89/40.94	o 6223
40.89/40.94	c *36.7s|178347 |122325 |     0 |   0.0 |  83M| 811 |   - |1700 |9726 |   0 |   0 |   0 |  94k|   0 | 1.000000e+00 | 6.223000e+03 |  Large 
40.99/41.03	o 6207
40.99/41.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.99/41.03	c *36.8s|178672 |122370 |     0 |   0.0 |  83M| 811 |   - |1700 |9724 |   0 |   0 |   0 |  94k|   0 | 1.000000e+00 | 6.207000e+03 |  Large 
40.99/41.04	o 6126
40.99/41.04	c *36.8s|178688 |121193 |     0 |   0.0 |  82M| 811 |   - |1700 |9724 |   0 |   0 |   0 |  94k|   0 | 1.000000e+00 | 6.126000e+03 |  Large 
41.39/41.42	c  37.1s|180000 |122284 |     0 |   0.0 |  83M| 811 |   - |1700 |  10k|   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 6.126000e+03 |  Large 
41.49/41.53	o 6017
41.49/41.53	c *37.2s|180401 |120860 |     0 |   0.0 |  81M| 811 |   - |1700 |  10k|   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 6.017000e+03 |  Large 
41.49/41.53	o 5926
41.49/41.53	c *37.2s|180402 |119510 |     0 |   0.0 |  80M| 811 |   - |1700 |  10k|   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 5.926000e+03 |  Large 
41.80/41.86	o 5911
41.80/41.86	c *37.5s|181500 |120202 |     0 |   0.0 |  80M| 811 |   - |1700 |  10k|   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 5.911000e+03 |  Large 
41.90/41.94	o 5781
41.90/41.94	c *37.6s|181763 |118385 |     0 |   0.0 |  78M| 811 |   - |1700 |  10k|   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 5.781000e+03 |  Large 
41.90/41.96	o 5755
41.90/41.96	c *37.6s|181840 |118077 |     0 |   0.0 |  78M| 811 |   - |1700 |9980 |   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 5.755000e+03 |  Large 
41.90/41.96	o 5726
41.90/41.96	c *37.6s|181854 |117623 |     0 |   0.0 |  77M| 811 |   - |1700 |9990 |   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 5.726000e+03 |  Large 
41.90/41.97	o 5565
41.90/41.97	c *37.6s|181855 |114617 |     0 |   0.0 |  74M| 811 |   - |1700 |9990 |   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 5.565000e+03 |  Large 
44.09/44.17	o 5465
44.09/44.17	c *39.6s|189277 |118805 |     0 |   0.0 |  77M| 811 |   - |1700 |  10k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 5.465000e+03 |  Large 
44.09/44.18	o 5350
44.09/44.18	c *39.6s|189287 |116549 |     0 |   0.0 |  74M| 811 |   - |1700 |  10k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 5.350000e+03 |  Large 
44.39/44.40	c  39.9s|190000 |117132 |     0 |   0.0 |  75M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 5.350000e+03 |  Large 
46.90/46.99	o 5283
46.90/46.99	c *42.2s|198228 |122459 |     0 |   0.0 |  80M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 111k|   0 | 1.000000e+00 | 5.283000e+03 |  Large 
46.90/47.00	o 5258
46.90/47.00	c *42.2s|198233 |121996 |     0 |   0.0 |  80M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 111k|   0 | 1.000000e+00 | 5.258000e+03 |  Large 
47.50/47.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.50/47.55	c  42.8s|200000 |123427 |     0 |   0.0 |  81M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 112k|   0 | 1.000000e+00 | 5.258000e+03 |  Large 
47.59/47.62	o 5249
47.59/47.62	c *42.8s|200171 |123383 |     0 |   0.0 |  81M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 113k|   0 | 1.000000e+00 | 5.249000e+03 |  Large 
50.50/50.56	c  45.5s|210000 |131669 |     0 |   0.0 |  86M| 811 |   - |1700 |7359 |   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 5.249000e+03 |  Large 
52.70/52.77	o 5232
52.70/52.77	c *47.5s|218025 |138200 |     0 |   0.0 |  91M| 811 |   - |1700 |7846 |   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 5.232000e+03 |  Large 
53.30/53.32	c  48.0s|220000 |139879 |     0 |   0.0 |  93M| 811 |   - |1700 |7867 |   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 5.232000e+03 |  Large 
53.90/53.95	o 5217
53.90/53.95	c *48.6s|222250 |141437 |     0 |   0.0 |  94M| 811 |   - |1700 |8004 |   0 |   0 |   0 | 128k|   0 | 1.000000e+00 | 5.217000e+03 |  Large 
54.09/54.19	o 5209
54.09/54.19	c *48.8s|223117 |141995 |     0 |   0.0 |  95M| 811 |   - |1700 |8151 |   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 5.209000e+03 |  Large 
55.89/55.95	o 5194
55.89/55.95	c *50.4s|229369 |146938 |     0 |   0.0 |  99M| 811 |   - |1700 |8638 |   0 |   0 |   0 | 133k|   0 | 1.000000e+00 | 5.194000e+03 |  Large 
56.10/56.12	c  50.5s|230000 |147482 |     0 |   0.0 | 100M| 811 |   - |1700 |8638 |   0 |   0 |   0 | 133k|   0 | 1.000000e+00 | 5.194000e+03 |  Large 
57.79/57.82	o 5109
57.79/57.82	c *52.1s|235883 |150477 |     0 |   0.0 | 102M| 811 |   - |1700 |8900 |   0 |   0 |   0 | 138k|   0 | 1.000000e+00 | 5.109000e+03 |  Large 
58.99/59.06	c  53.2s|240000 |153826 |     0 |   0.0 | 105M| 811 |   - |1700 |9091 |   0 |   0 |   0 | 141k|   0 | 1.000000e+00 | 5.109000e+03 |  Large 
60.50/60.54	o 5107
60.50/60.54	c *54.6s|245150 |158130 |     0 |   0.0 | 109M| 811 |   - |1700 |9383 |   0 |   0 |   0 | 145k|   0 | 1.000000e+00 | 5.107000e+03 |  Large 
60.50/60.54	o 5093
60.50/60.54	c *54.6s|245151 |157821 |     0 |   0.0 | 108M| 811 |   - |1700 |9383 |   0 |   0 |   0 | 145k|   0 | 1.000000e+00 | 5.093000e+03 |  Large 
61.50/61.60	o 4941
61.50/61.60	c *55.6s|248659 |156939 |     0 |   0.0 | 108M| 811 |   - |1700 |9544 |   0 |   0 |   0 | 147k|   0 | 1.000000e+00 | 4.941000e+03 |  Large 
61.90/61.98	c  55.9s|250000 |158054 |     0 |   0.0 | 109M| 811 |   - |1700 |9683 |   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 4.941000e+03 |  Large 
62.39/62.47	o 4862
62.39/62.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.39/62.47	c *56.3s|251517 |157272 |     0 |   0.0 | 109M| 811 |   - |1700 |9988 |   0 |   0 |   0 | 150k|   0 | 1.000000e+00 | 4.862000e+03 |  Large 
62.39/62.47	o 4783
62.39/62.47	c *56.4s|251518 |155271 |     0 |   0.0 | 107M| 811 |   - |1700 |9988 |   0 |   0 |   0 | 150k|   0 | 1.000000e+00 | 4.783000e+03 |  Large 
62.79/62.89	o 4732
62.79/62.89	c *56.7s|252802 |154995 |     0 |   0.0 | 107M| 811 |   - |1700 |  10k|   0 |   0 |   0 | 151k|   0 | 1.000000e+00 | 4.732000e+03 |  Large 
63.59/63.63	o 4700
63.59/63.63	c *57.4s|255091 |156057 |     0 |   0.0 | 108M| 811 |   - |1700 |  10k|   0 |   0 |   0 | 153k|   0 | 1.000000e+00 | 4.700000e+03 |  Large 
65.20/65.22	c  58.9s|260000 |159996 |     0 |   0.0 | 112M| 811 |   - |1700 |  10k|   0 |   0 |   0 | 157k|   0 | 1.000000e+00 | 4.700000e+03 |  Large 
68.39/68.41	c  61.8s|270000 |168081 |     0 |   0.0 | 119M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 165k|   0 | 1.000000e+00 | 4.700000e+03 |  Large 
70.19/70.24	o 4680
70.19/70.24	c *63.5s|275664 |172018 |     0 |   0.0 | 123M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 170k|   0 | 1.000000e+00 | 4.680000e+03 |  Large 
70.79/70.84	o 4655
70.79/70.84	c *64.0s|277427 |172675 |     0 |   0.0 | 124M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 4.655000e+03 |  Large 
70.79/70.84	o 4636
70.79/70.84	c *64.0s|277429 |172149 |     0 |   0.0 | 123M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 4.636000e+03 |  Large 
71.69/71.75	c  64.9s|280000 |174160 |     0 |   0.0 | 126M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 174k|   0 | 1.000000e+00 | 4.636000e+03 |  Large 
73.59/73.68	o 4530
73.59/73.68	c *66.7s|285493 |175066 |     0 |   0.0 | 126M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 179k|   0 | 1.000000e+00 | 4.530000e+03 |  Large 
73.59/73.69	o 4471
73.59/73.69	c *66.7s|285502 |173138 |     0 |   0.0 | 124M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 179k|   0 | 1.000000e+00 | 4.471000e+03 |  Large 
75.20/75.22	c  68.1s|290000 |176666 |     0 |   0.0 | 128M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 183k|   0 | 1.000000e+00 | 4.471000e+03 |  Large 
78.29/78.32	o 4329
78.29/78.32	c *71.0s|298508 |178368 |     0 |   0.0 | 128M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 4.329000e+03 |  Large 
78.89/78.92	c  71.5s|300000 |179505 |     0 |   0.0 | 129M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 4.329000e+03 |  Large 
79.10/79.14	o 4309
79.10/79.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.10/79.14	c *71.7s|300538 |179208 |     0 |   0.0 | 129M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 193k|   0 | 1.000000e+00 | 4.309000e+03 |  Large 
80.59/80.61	o 4069
80.59/80.61	c *73.1s|304172 |172858 |     0 |   0.0 | 121M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 196k|   0 | 1.000000e+00 | 4.069000e+03 |  Large 
83.09/83.11	o 3971
83.09/83.11	c *75.4s|309950 |173400 |     0 |   0.0 | 121M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 202k|   0 | 1.000000e+00 | 3.971000e+03 |  Large 
83.09/83.13	c  75.5s|310000 |173439 |     0 |   0.0 | 121M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 202k|   0 | 1.000000e+00 | 3.971000e+03 |  Large 
83.79/83.89	o 3873
83.79/83.89	c *76.2s|311819 |171064 |     0 |   0.0 | 119M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 204k|   0 | 1.000000e+00 | 3.873000e+03 |  Large 
87.09/87.12	c  79.2s|320000 |177554 |     0 |   0.0 | 125M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 211k|   0 | 1.000000e+00 | 3.873000e+03 |  Large 
90.69/90.71	c  82.6s|330000 |185570 |     0 |   0.0 | 133M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 219k|   0 | 1.000000e+00 | 3.873000e+03 |  Large 
94.29/94.39	c  86.0s|340000 |193506 |     0 |   0.0 | 141M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 226k|   0 | 1.000000e+00 | 3.873000e+03 |  Large 
97.00/97.04	o 3866
97.00/97.04	c *88.4s|346930 |198614 |     0 |   0.0 | 147M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 232k|   0 | 1.000000e+00 | 3.866000e+03 |  Large 
97.00/97.05	o 3831
97.00/97.05	c *88.4s|346935 |197055 |     0 |   0.0 | 145M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 232k|   0 | 1.000000e+00 | 3.831000e+03 |  Large 
98.19/98.21	c  89.5s|350000 |199458 |     0 |   0.0 | 147M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 234k|   0 | 1.000000e+00 | 3.831000e+03 |  Large 
99.59/99.65	o 3825
99.59/99.65	c *90.9s|353753 |202164 |     0 |   0.0 | 150M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 237k|   0 | 1.000000e+00 | 3.825000e+03 |  Large 
99.59/99.66	o 3637
99.59/99.66	c *90.9s|353754 |193619 |     0 |   0.0 | 140M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 237k|   0 | 1.000000e+00 | 3.637000e+03 |  Large 
102.09/102.17	c  93.3s|360000 |198405 |     0 |   0.0 | 145M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 242k|   0 | 1.000000e+00 | 3.637000e+03 |  Large 
106.19/106.26	c  97.2s|370000 |206071 |     0 |   0.0 | 153M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 250k|   0 | 1.000000e+00 | 3.637000e+03 |  Large 
108.39/108.43	o 3592
108.39/108.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.39/108.43	c *99.2s|375028 |207602 |     0 |   0.0 | 155M| 811 |   - |1700 |  17k|   0 |   0 |   0 | 255k|   0 | 1.000000e+00 | 3.592000e+03 |  Large 
108.39/108.45	o 3382
108.39/108.45	c *99.2s|375039 |197264 |     0 |   0.0 | 144M| 811 |   - |1700 |  17k|   0 |   0 |   0 | 255k|   0 | 1.000000e+00 | 3.382000e+03 |  Large 
108.39/108.46	o 3292
108.39/108.46	c *99.2s|375040 |192817 |     0 |   0.0 | 139M| 811 |   - |1700 |  17k|   0 |   0 |   0 | 255k|   0 | 1.000000e+00 | 3.292000e+03 |  Large 
110.69/110.72	c   101s|380000 |196445 |     0 |   0.0 | 144M| 811 |   - |1700 |  18k|   0 |   0 |   0 | 260k|   0 | 1.000000e+00 | 3.292000e+03 |  Large 
111.79/111.88	o 3288
111.79/111.88	c * 102s|382541 |198082 |     0 |   0.0 | 146M| 811 |   - |1700 |  18k|   0 |   0 |   0 | 263k|   0 | 1.000000e+00 | 3.288000e+03 |  Large 
111.79/111.89	o 3253
111.79/111.89	c * 102s|382542 |196332 |     0 |   0.0 | 144M| 811 |   - |1700 |  18k|   0 |   0 |   0 | 263k|   0 | 1.000000e+00 | 3.253000e+03 |  Large 
112.70/112.72	o 2907
112.70/112.72	c * 103s|384393 |179390 |     0 |   0.0 | 124M| 811 |   - |1700 |  18k|   0 |   0 |   0 | 264k|   0 | 1.000000e+00 | 2.907000e+03 |  Large 
115.39/115.44	c   106s|390000 |183371 |     0 |   0.0 | 129M| 811 |   - |1700 |  18k|   0 |   0 |   0 | 270k|   0 | 1.000000e+00 | 2.907000e+03 |  Large 
116.39/116.47	o 2866
116.39/116.47	c * 107s|392197 |182575 |     0 |   0.0 | 129M| 811 |   - |1700 |  18k|   0 |   0 |   0 | 272k|   0 | 1.000000e+00 | 2.866000e+03 |  Large 
117.59/117.66	o 2852
117.59/117.66	c * 108s|394695 |183456 |     0 |   0.0 | 130M| 811 |   - |1700 |  19k|   0 |   0 |   0 | 275k|   0 | 1.000000e+00 | 2.852000e+03 |  Large 
117.59/117.67	o 2841
117.59/117.67	c * 108s|394696 |182851 |     0 |   0.0 | 129M| 811 |   - |1700 |  19k|   0 |   0 |   0 | 275k|   0 | 1.000000e+00 | 2.841000e+03 |  Large 
118.50/118.53	o 2744
118.50/118.53	c * 109s|396471 |178478 |     0 |   0.0 | 125M| 811 |   - |1700 |  19k|   0 |   0 |   0 | 277k|   0 | 1.000000e+00 | 2.744000e+03 |  Large 
118.50/118.53	o 2730
118.50/118.53	c * 109s|396472 |177644 |     0 |   0.0 | 125M| 811 |   - |1700 |  19k|   0 |   0 |   0 | 277k|   0 | 1.000000e+00 | 2.730000e+03 |  Large 
119.09/119.11	o 2678
119.09/119.11	c * 109s|397580 |175277 |     0 |   0.0 | 123M| 811 |   - |1700 |  20k|   0 |   0 |   0 | 278k|   0 | 1.000000e+00 | 2.678000e+03 |  Large 
119.70/119.70	o 2590
119.70/119.70	c * 110s|398781 |170863 |     0 |   0.0 | 119M| 811 |   - |1700 |  20k|   0 |   0 |   0 | 280k|   0 | 1.000000e+00 | 2.590000e+03 |  Large 
119.70/119.70	o 2565
119.70/119.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.70/119.70	c * 110s|398782 |169473 |     0 |   0.0 | 118M| 811 |   - |1700 |  20k|   0 |   0 |   0 | 280k|   0 | 1.000000e+00 | 2.565000e+03 |  Large 
120.19/120.23	o 2514
120.19/120.23	c * 110s|399784 |167290 |     0 |   0.0 | 117M| 811 |   - |1700 |  20k|   0 |   0 |   0 | 281k|   0 | 1.000000e+00 | 2.514000e+03 |  Large 
120.29/120.32	o 2485
120.29/120.32	c * 110s|399936 |165754 |     0 |   0.0 | 116M| 811 |   - |1700 |  20k|   0 |   0 |   0 | 281k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
120.29/120.37	c   110s|400000 |165795 |     0 |   0.0 | 116M| 811 |   - |1700 |  20k|   0 |   0 |   0 | 281k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
124.89/124.98	c   115s|410000 |173313 |     0 |   0.0 | 124M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 290k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
128.99/129.03	c   119s|420000 |180833 |     0 |   0.0 | 133M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 297k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
129.19/129.26	o 2455
129.19/129.26	c * 119s|420509 |179201 |     0 |   0.0 | 132M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 298k|   0 | 1.000000e+00 | 2.455000e+03 |  Large 
129.19/129.26	o 2439
129.19/129.26	c * 119s|420510 |178141 |     0 |   0.0 | 131M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 298k|   0 | 1.000000e+00 | 2.439000e+03 |  Large 
131.90/131.96	o 2421
131.90/131.96	c * 121s|426576 |181214 |     0 |   0.0 | 137M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 303k|   0 | 1.000000e+00 | 2.421000e+03 |  Large 
133.49/133.50	c   123s|430000 |183585 |     0 |   0.0 | 140M| 811 |   - |1700 |  12k|   0 |   0 |   0 | 306k|   0 | 1.000000e+00 | 2.421000e+03 |  Large 
138.09/138.13	c   127s|440000 |190457 |     0 |   0.0 | 151M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 314k|   0 | 1.000000e+00 | 2.421000e+03 |  Large 
140.20/140.29	o 2400
140.20/140.29	c * 129s|444910 |192550 |     0 |   0.0 | 155M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 318k|   0 | 1.000000e+00 | 2.400000e+03 |  Large 
142.50/142.57	c   131s|450000 |196226 |     0 |   0.0 | 161M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 322k|   0 | 1.000000e+00 | 2.400000e+03 |  Large 
142.69/142.72	o 2374
142.69/142.72	c * 131s|450334 |194767 |     0 |   0.0 | 160M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 323k|   0 | 1.000000e+00 | 2.374000e+03 |  Large 
143.00/143.05	o 2344
143.00/143.05	c * 132s|450938 |193053 |     0 |   0.0 | 159M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 323k|   0 | 1.000000e+00 | 2.344000e+03 |  Large 
143.00/143.07	o 2202
143.00/143.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.00/143.07	c * 132s|450939 |183438 |     0 |   0.0 | 151M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 323k|   0 | 1.000000e+00 | 2.202000e+03 |  Large 
144.89/144.95	o 2193
144.89/144.95	c * 134s|454789 |185541 |     0 |   0.0 | 155M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 327k|   0 | 1.000000e+00 | 2.193000e+03 |  Large 
146.20/146.25	o 1980
146.20/146.25	c * 135s|457468 |171826 |     0 |   0.0 | 142M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 329k|   0 | 1.000000e+00 | 1.980000e+03 |  Large 
147.50/147.57	c   136s|460000 |173480 |     0 |   0.0 | 145M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 331k|   0 | 1.000000e+00 | 1.980000e+03 |  Large 
148.69/148.77	o 1780
148.69/148.77	c * 137s|462205 |159700 |     0 |   0.0 | 132M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 333k|   0 | 1.000000e+00 | 1.780000e+03 |  Large 
149.60/149.68	o 1710
149.60/149.68	c * 138s|463848 |155057 |     0 |   0.0 | 127M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 334k|   0 | 1.000000e+00 | 1.710000e+03 |  Large 
151.81/151.83	o 1665
151.81/151.83	c * 140s|467530 |153948 |     0 |   0.0 | 129M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 338k|   0 | 1.000000e+00 | 1.665000e+03 |  Large 
152.70/152.70	o 1524
152.70/152.70	c * 141s|468849 |142679 |     0 |   0.0 | 117M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 339k|   0 | 1.000000e+00 | 1.524000e+03 |  Large 
153.49/153.56	c   142s|470000 |143250 |     0 |   0.0 | 119M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 340k|   0 | 1.000000e+00 | 1.524000e+03 |  Large 
154.30/154.35	o 1523
154.30/154.35	c * 142s|471386 |144043 |     0 |   0.0 | 121M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 341k|   0 | 1.000000e+00 | 1.523000e+03 |  Large 
154.30/154.36	o 1456
154.30/154.36	c * 142s|471387 |137935 |     0 |   0.0 | 114M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 341k|   0 | 1.000000e+00 | 1.456000e+03 |  Large 
156.90/156.90	o 1432
156.90/156.90	c * 145s|475191 |137567 |     0 |   0.0 | 118M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 345k|   0 | 1.000000e+00 | 1.432000e+03 |  Large 
157.90/157.91	o 1387
157.90/157.91	c * 146s|476511 |134236 |     0 |   0.0 | 116M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 347k|   0 | 1.000000e+00 | 1.387000e+03 |  Large 
157.99/158.06	o 1313
157.99/158.06	c * 146s|476692 |127779 |     0 |   0.0 | 110M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 347k|   0 | 1.000000e+00 | 1.313000e+03 |  Large 
160.40/160.47	c   148s|480000 |129477 |     0 |   0.0 | 116M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 351k|   0 | 1.000000e+00 | 1.313000e+03 |  Large 
161.40/161.41	o 1058
161.40/161.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.40/161.41	c * 149s|481166 |106992 |     0 |   0.0 |  97M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 352k|   0 | 1.000000e+00 | 1.058000e+03 |  Large 
163.20/163.23	o 993
163.20/163.23	c * 151s|483033 |101156 |     0 |   0.0 |  95M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 354k|   0 | 1.000000e+00 | 9.930000e+02 |  Large 
165.10/165.16	o 946
165.10/165.16	c * 153s|484879 | 97394 |     0 |   0.0 |  96M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 357k|   0 | 1.000000e+00 | 9.460000e+02 |  Large 
165.69/165.73	o 916
165.69/165.73	c * 153s|485338 | 92732 |     0 |   0.0 |  93M| 811 |   - |1700 |  15k|   0 |   0 |   0 | 358k|   0 | 1.000000e+00 | 9.160000e+02 |  Large 
166.50/166.51	o 909
166.50/166.51	c * 154s|486165 | 91949 |     0 |   0.0 |  95M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 359k|   0 | 1.000000e+00 | 9.090000e+02 |  Large 
166.59/166.60	o 894
166.59/166.60	c * 154s|486238 | 90545 |     0 |   0.0 |  94M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 359k|   0 | 1.000000e+00 | 8.940000e+02 |  Large 
169.60/169.68	o 805
169.60/169.68	c * 157s|488608 | 83559 |     0 |   0.0 |  95M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 363k|   0 | 1.000000e+00 | 8.050000e+02 |  Large 
171.60/171.63	o 800
171.60/171.63	c * 159s|489790 | 82854 |     0 |   0.0 | 100M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 366k|   0 | 1.000000e+00 | 8.000000e+02 |  Large 
171.60/171.64	o 710
171.60/171.64	c * 159s|489791 | 75438 |     0 |   0.0 |  94M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 366k|   0 | 1.000000e+00 | 7.100000e+02 |  Large 
171.90/171.99	c   159s|490000 | 75282 |     0 |   0.0 |  95M| 811 |   - |1700 |  16k|   0 |   0 |   0 | 367k|   0 | 1.000000e+00 | 7.100000e+02 |  Large 
174.50/174.54	o 521
174.50/174.54	c * 162s|491976 | 54547 |     0 |   0.0 |  82M| 811 |   - |1700 |  14k|   0 |   0 |   0 | 370k|   0 | 1.000000e+00 | 5.210000e+02 |  Large 
175.50/175.50	o 510
175.50/175.50	c * 163s|492611 | 53090 |     0 |   0.0 |  83M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 372k|   0 | 1.000000e+00 | 5.100000e+02 |  Large 
177.49/177.57	o 479
177.49/177.57	c * 165s|493965 | 47269 |     0 |   0.0 |  85M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 375k|   0 | 1.000000e+00 | 4.790000e+02 |  Large 
177.80/177.87	o 449
177.80/177.87	c * 165s|494145 | 45295 |     0 |   0.0 |  84M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 375k|   0 | 1.000000e+00 | 4.490000e+02 |  Large 
180.00/180.06	o 359
180.00/180.06	c * 167s|495248 | 35736 |     0 |   0.0 |  80M| 811 |   - |1700 |  13k|   0 |   0 |   0 | 378k|   0 | 1.000000e+00 | 3.590000e+02 |  Large 
180.40/180.49	o 320
180.40/180.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.40/180.49	c * 168s|495333 | 31874 |     0 |   0.0 |  77M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 379k|   0 | 1.000000e+00 | 3.200000e+02 |  Large 
181.10/181.12	o 276
181.10/181.12	c * 168s|495581 | 24365 |     0 |   0.0 |  70M| 811 |   - |1700 |  10k|   0 |   0 |   0 | 379k|   0 | 1.000000e+00 | 2.760000e+02 |  Large 
181.99/182.00	o 213
181.99/182.00	c * 169s|495978 | 16036 |     0 |   0.0 |  63M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 2.130000e+02 |  Large 
181.99/182.02	o 134
181.99/182.02	c * 169s|495983 | 10472 |     0 |   0.0 |  52M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 1.340000e+02 |  Large 
181.99/182.07	o 126
181.99/182.07	c * 169s|495988 |  9616 |     0 |   0.0 |  52M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 1.260000e+02 |  Large 
181.99/182.08	o 110
181.99/182.08	c * 169s|495989 |  8001 |     0 |   0.0 |  45M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 1.100000e+02 |  Large 
182.10/182.10	o 56
182.10/182.10	c * 169s|495995 |  6457 |     0 |   0.0 |  42M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 5.600000e+01 |5500.00%
182.10/182.10	o 40
182.10/182.10	c * 169s|495996 |  6378 |     0 |   0.0 |  42M| 811 |   - |1700 |  11k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
182.40/182.43	o 39
182.40/182.43	c * 169s|496067 |     0 |     0 |   0.0 |  11M| 811 |   - |1700 | 925 |   0 |   0 |   0 | 381k|   0 | 3.900000e+01 | 3.900000e+01 |   0.00%
182.40/182.43	c 
182.40/182.43	c SCIP Status        : problem is solved [optimal solution found]
182.40/182.43	c Solving Time (sec) : 169.37
182.40/182.43	c Solving Nodes      : 496067
182.40/182.43	c Primal Bound       : +3.90000000000000e+01 (185 solutions)
182.40/182.43	c Dual Bound         : +3.90000000000000e+01
182.40/182.43	c Gap                : 0.00 %
182.40/182.43	s OPTIMUM FOUND
182.40/182.43	v -x200 x199 x198 -x197 -x196 x195 x194 -x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
182.40/182.43	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 
182.40/182.43	v x154 -x153 x152 -x151 x150 -x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 -x134 x133 x132 
182.40/182.43	v -x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 -x122 x121 x120 -x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
182.40/182.43	v x108 -x107 x106 -x105 x104 -x103 x102 -x101 x100 -x99 -x98 x97 x96 -x95 -x94 x93 -x92 x91 x90 -x89 x88 -x87 -x86 x85 x84 
182.40/182.43	v -x83 -x82 x81 -x80 x79 x78 -x77 x76 -x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 x66 -x65 x64 -x63 -x62 x61 -x60 x59 -x58 x57 -x56 
182.40/182.43	v x55 x54 -x53 x52 -x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 x42 -x41 x40 -x39 x38 -x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 x28 
182.40/182.43	v -x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 x18 -x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 x6 -x5 x4 -x3 -x2 x1 
182.40/182.43	c SCIP Status        : problem is solved [optimal solution found]
182.40/182.43	c Solving Time       :     169.37
182.40/182.43	c Original Problem   :
182.40/182.43	c   Problem name     : HOME/instance-2700238-1278534488.wbo
182.40/182.43	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
182.40/182.43	c   Constraints      : 1701 initial, 1701 maximal
182.40/182.43	c Presolved Problem  :
182.40/182.43	c   Problem name     : t_HOME/instance-2700238-1278534488.wbo
182.40/182.43	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
182.40/182.43	c   Constraints      : 1600 initial, 21260 maximal
182.40/182.43	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
182.40/182.43	c   trivial          :       0.00          0          0          0          0          0          0          0          0
182.40/182.43	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
182.40/182.43	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
182.40/182.43	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
182.40/182.43	c   implics          :       0.00          0          0          0          0          0          0          0          0
182.40/182.43	c   probing          :       0.01          0          0          0          0          0          0          0          0
182.40/182.43	c   indicator        :       0.01          0          0          0          0          0          0          0          0
182.40/182.43	c   linear           :       0.01          0        100          0        800          0        101          0          0
182.40/182.43	c   logicor          :       0.00          0          0          0          0          0          0          0          0
182.40/182.43	c   root node        :          -        851          -          -       1651          -          -          -          -
182.40/182.43	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
182.40/182.43	c   integral         :          0          0          0          0          0          0          0          0          0          0
182.40/182.43	c   indicator        :        800          0    1084115          0     455547        816    8765191          0          0          0
182.40/182.43	c   linear           :        800          0    1084358          0     455529      11048     926243          0          0          0
182.40/182.43	c   logicor          :          0+         0     698560          0          0       2732     478223          0          0          0
182.40/182.43	c   countsols        :          0          0          0          0     455607          0          0          0          0          0
182.40/182.43	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
182.40/182.43	c   integral         :       0.00       0.00       0.00       0.00       0.00
182.40/182.43	c   indicator        :      29.66       0.00      13.76       0.00      15.90
182.40/182.43	c   linear           :      16.58       0.00      16.44       0.00       0.14
182.40/182.43	c   logicor          :      28.73       0.00      28.73       0.00       0.00
182.40/182.43	c   countsols        :       0.00       0.00       0.00       0.00       0.00
182.40/182.43	c Propagators        :       Time      Calls    Cutoffs    DomReds
182.40/182.43	c   vbounds          :       0.00          2          0          0
182.40/182.43	c   rootredcost      :       0.00          0          0          0
182.40/182.43	c   pseudoobj        :      24.60    1129377      44184    8584038
182.40/182.43	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
182.40/182.43	c   propagation      :       3.45      57964      57874     298729       28.5     172669        3.7          -
182.40/182.43	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
182.40/182.43	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
182.40/182.43	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
182.40/182.43	c   pseudo solution  :       0.06        303        303       2251       33.3       1588        4.0          -
182.40/182.43	c   applied globally :          -          -          -     381144       15.1          -          -          -
182.40/182.43	c   applied locally  :          -          -          -          5       94.4          -          -          -
182.40/182.43	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
182.40/182.43	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
182.40/182.43	c   redcost          :       0.00          0          0          0          0          0
182.40/182.43	c   impliedbounds    :       0.00          0          0          0          0          0
182.40/182.43	c   intobj           :       0.00          0          0          0          0          0
182.40/182.43	c   cgmip            :       0.00          0          0          0          0          0
182.40/182.43	c   gomory           :       0.00          0          0          0          0          0
182.40/182.43	c   strongcg         :       0.00          0          0          0          0          0
182.40/182.43	c   cmir             :       0.00          0          0          0          0          0
182.40/182.43	c   flowcover        :       0.00          0          0          0          0          0
182.40/182.43	c   clique           :       0.00          0          0          0          0          0
182.40/182.43	c   zerohalf         :       0.00          0          0          0          0          0
182.40/182.43	c   mcf              :       0.00          0          0          0          0          0
182.40/182.43	c   rapidlearning    :       0.00          0          0          0          0          0
182.40/182.43	c Pricers            :       Time      Calls       Vars
182.40/182.43	c   problem variables:       0.00          0          0
182.40/182.43	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
182.40/182.43	c   relpscost        :       0.00          0          0          0          0          0          0
182.40/182.43	c   pscost           :       0.00          0          0          0          0          0          0
182.40/182.43	c   inference        :      26.36     455424          0          0          0          0     910848
182.40/182.43	c   mostinf          :       0.00          0          0          0          0          0          0
182.40/182.43	c   leastinf         :       0.00          0          0          0          0          0          0
182.40/182.43	c   fullstrong       :       0.00          0          0          0          0          0          0
182.40/182.43	c   allfullstrong    :       0.00          0          0          0          0          0          0
182.40/182.43	c   random           :       0.00          0          0          0          0          0          0
182.40/182.43	c Primal Heuristics  :       Time      Calls      Found
182.40/182.43	c   LP solutions     :       0.00          -          0
182.40/182.43	c   pseudo solutions :       0.92          -        183
182.40/182.43	c   oneopt           :       0.03          0          0
182.40/182.43	c   trivial          :       0.00          2          1
182.40/182.43	c   simplerounding   :       0.00          0          0
182.40/182.43	c   zirounding       :       0.00          0          0
182.40/182.43	c   rounding         :       0.00          0          0
182.40/182.43	c   shifting         :       0.00          0          0
182.40/182.43	c   intshifting      :       0.00          0          0
182.40/182.43	c   twoopt           :       0.00          0          0
182.40/182.43	c   fixandinfer      :       0.00          0          0
182.40/182.43	c   feaspump         :       0.00          0          0
182.40/182.43	c   coefdiving       :       0.00          0          0
182.40/182.43	c   pscostdiving     :       0.00          0          0
182.40/182.43	c   fracdiving       :       0.00          0          0
182.40/182.43	c   veclendiving     :       0.00          0          0
182.40/182.43	c   intdiving        :       0.00          0          0
182.40/182.43	c   actconsdiving    :       0.00          0          0
182.40/182.43	c   objpscostdiving  :       0.00          0          0
182.40/182.43	c   rootsoldiving    :       0.00          0          0
182.40/182.43	c   linesearchdiving :       0.00          0          0
182.40/182.43	c   guideddiving     :       0.00          0          0
182.40/182.43	c   octane           :       0.00          0          0
182.40/182.43	c   rens             :       0.00          0          0
182.40/182.43	c   rins             :       0.00          0          0
182.40/182.43	c   localbranching   :       0.00          0          0
182.40/182.43	c   mutation         :       0.00          0          0
182.40/182.43	c   crossover        :       0.00          0          0
182.40/182.43	c   dins             :       0.00          0          0
182.40/182.43	c   undercover       :       0.00          0          0
182.40/182.43	c   nlp              :       0.00          0          0
182.40/182.43	c   trysol           :       0.00          1          1
182.40/182.43	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
182.40/182.43	c   primal LP        :       0.00          0          0       0.00          -
182.40/182.43	c   dual LP          :       0.00          0          0       0.00          -
182.40/182.43	c   lex dual LP      :       0.00          0          0       0.00          -
182.40/182.43	c   barrier LP       :       0.00          0          0       0.00          -
182.40/182.43	c   diving/probing LP:       0.00          0          0       0.00          -
182.40/182.43	c   strong branching :       0.00          0          0       0.00          -
182.40/182.43	c     (at root node) :          -          0          0       0.00          -
182.40/182.43	c   conflict analysis:       0.00          0          0       0.00          -
182.40/182.43	c B&B Tree           :
182.40/182.43	c   number of runs   :          1
182.40/182.43	c   nodes            :     496067
182.40/182.43	c   nodes (total)    :     496067
182.40/182.43	c   nodes left       :          0
182.40/182.43	c   max depth        :        811
182.40/182.43	c   max depth (total):        811
182.40/182.43	c   backtracks       :      22226 (4.5%)
182.40/182.43	c   delayed cutoffs  :      38612
182.40/182.43	c   repropagations   :      94607 (4788437 domain reductions, 18623 cutoffs)
182.40/182.43	c   avg switch length:       3.69
182.40/182.43	c   switching time   :      31.06
182.40/182.43	c Solution           :
182.40/182.43	c   Solutions found  :        185 (184 improvements)
182.40/182.43	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
182.40/182.43	c   Primal Bound     : +3.90000000000000e+01   (in run 1, after 496067 nodes, 169.36 seconds, depth 191, found by <relaxation>)
182.40/182.43	c   Dual Bound       : +3.90000000000000e+01
182.40/182.43	c   Gap              :       0.00 %
182.40/182.43	c   Root Dual Bound  : +0.00000000000000e+00
182.40/182.43	c   Root Iterations  :          0
182.40/182.44	c Time complete: 182.44.

Verifier Data

OK	39

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700238-1278534488/watcher-2700238-1278534488 -o /tmp/evaluation-result-2700238-1278534488/solver-2700238-1278534488 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700238-1278534488.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.75 3.57 2.15 3/178 20003
/proc/meminfo: memFree=29147256/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=8272 CPUtime=0
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 1544 0 0 0 0 0 0 0 21 0 1 0 21662597 8470528 1467 4089446400 4194304 7136930 140733350994528 18446744073709551615 6328580 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20003/statm: 2068 1468 275 719 0 1347 0

[startup+0.0181229 s]
/proc/loadavg: 2.75 3.57 2.15 3/178 20003
/proc/meminfo: memFree=29147256/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=13024 CPUtime=0.01
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 3115 0 0 0 1 0 0 0 21 0 1 0 21662597 13336576 2684 4089446400 4194304 7136930 140733350994528 18446744073709551615 4680537 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 3351 2713 286 719 0 2630 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13024

[startup+0.101109 s]
/proc/loadavg: 2.75 3.57 2.15 3/178 20003
/proc/meminfo: memFree=29147256/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=20408 CPUtime=0.09
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 5561 0 0 0 8 1 0 0 21 0 1 0 21662597 20897792 4359 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 5102 4359 387 719 0 4381 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20408

[startup+0.300068 s]
/proc/loadavg: 2.75 3.57 2.15 3/178 20003
/proc/meminfo: memFree=29147256/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=21088 CPUtime=0.29
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 5754 0 0 0 26 3 0 0 21 0 1 0 21662597 21594112 4552 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 5272 4552 393 719 0 4551 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21088

[startup+0.700993 s]
/proc/loadavg: 2.75 3.57 2.15 3/178 20003
/proc/meminfo: memFree=29147256/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=22432 CPUtime=0.7
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 6100 0 0 0 62 8 0 0 22 0 1 0 21662597 22970368 4898 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 5608 4898 393 719 0 4887 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 22432

[startup+1.50084 s]
/proc/loadavg: 2.75 3.57 2.15 3/179 20004
/proc/meminfo: memFree=29124928/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=24696 CPUtime=1.5
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 6693 0 0 0 132 18 0 0 25 0 1 0 21662597 25288704 5491 4089446400 4194304 7136930 140733350994528 18446744073709551615 4642126 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 6174 5491 394 719 0 5453 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 24696

[startup+3.10059 s]
/proc/loadavg: 2.75 3.57 2.15 3/179 20004
/proc/meminfo: memFree=29119224/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=31404 CPUtime=3.09
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 8372 0 0 0 270 39 0 0 25 0 1 0 21662597 32157696 7170 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 7851 7170 394 719 0 7130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31404

[startup+6.30092 s]
/proc/loadavg: 2.69 3.54 2.15 3/179 20005
/proc/meminfo: memFree=29103676/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=42284 CPUtime=6.29
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 11130 0 0 0 549 80 0 0 25 0 1 0 21662597 43298816 9928 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 10571 9928 394 719 0 9850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42284

[startup+12.7007 s]
/proc/loadavg: 2.64 3.51 2.15 3/179 20005
/proc/meminfo: memFree=29075616/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=59196 CPUtime=12.69
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 15266 0 0 0 1126 143 0 0 25 0 1 0 21662597 60616704 14064 4089446400 4194304 7136930 140733350994528 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 14799 14064 394 719 0 14078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59196

[startup+25.5003 s]
/proc/loadavg: 2.49 3.44 2.15 3/179 20005
/proc/meminfo: memFree=29029728/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=90656 CPUtime=25.5
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 22400 0 0 0 2275 275 0 0 25 0 1 0 21662597 92831744 21198 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 22664 21198 394 719 0 21943 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 90656

[startup+51.1003 s]
/proc/loadavg: 2.32 3.32 2.14 3/179 20005
/proc/meminfo: memFree=28955160/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=135252 CPUtime=51.09
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 33310 0 0 0 4599 510 0 0 25 0 1 0 21662597 138498048 32108 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20003/statm: 33813 32108 394 719 0 33092 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135252

[startup+102.307 s]
/proc/loadavg: 2.20 3.13 2.14 3/179 20007
/proc/meminfo: memFree=28810400/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=218584 CPUtime=102.3
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 51787 0 0 0 9339 891 0 0 25 0 1 0 21662597 223830016 50585 4089446400 4194304 7136930 140733350994528 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 54646 50585 394 719 0 53925 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 218584

[startup+162.301 s]
/proc/loadavg: 2.07 2.92 2.12 3/179 20009
/proc/meminfo: memFree=28693892/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=262260 CPUtime=162.3
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 60879 0 0 0 14994 1236 0 0 25 0 1 0 21662597 268554240 59677 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 65565 59677 394 719 0 64844 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 262260

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

[startup+166.3 s]
/proc/loadavg: 2.07 2.91 2.12 3/179 20009
/proc/meminfo: memFree=28686688/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=264100 CPUtime=166.29
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 61262 0 0 0 15381 1248 0 0 25 0 1 0 21662597 270438400 60060 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 66025 60060 394 719 0 65304 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 264100

[startup+172.707 s]
/proc/loadavg: 2.06 2.88 2.12 3/179 20009
/proc/meminfo: memFree=28674284/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=267772 CPUtime=172.71
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 62107 0 0 0 16001 1270 0 0 25 0 1 0 21662597 274198528 60905 4089446400 4194304 7136930 140733350994528 18446744073709551615 4665414 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 66943 60905 394 719 0 66222 0
Current children cumulated CPU time (s) 172.71
Current children cumulated vsize (KiB) 267772

[startup+179.101 s]
/proc/loadavg: 2.05 2.86 2.12 3/179 20009
/proc/meminfo: memFree=28662624/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=272668 CPUtime=179.1
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 63009 0 0 0 16621 1289 0 0 25 0 1 0 21662597 279212032 61807 4089446400 4194304 7136930 140733350994528 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 68167 61807 394 719 0 67446 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 272668

[startup+180.701 s]
/proc/loadavg: 2.05 2.86 2.12 3/179 20009
/proc/meminfo: memFree=28659392/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=273380 CPUtime=180.69
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 63170 0 0 0 16774 1295 0 0 25 0 1 0 21662597 279941120 61968 4089446400 4194304 7136930 140733350994528 18446744073709551615 5000093 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 68345 61968 394 719 0 67624 0
Current children cumulated CPU time (s) 180.69
Current children cumulated vsize (KiB) 273380

[startup+181.506 s]
/proc/loadavg: 2.05 2.86 2.12 3/179 20009
/proc/meminfo: memFree=28657408/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=273380 CPUtime=181.5
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 63198 0 0 0 16851 1299 0 0 25 0 1 0 21662597 279941120 61996 4089446400 4194304 7136930 140733350994528 18446744073709551615 4223090 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 68345 61996 394 719 0 67624 0
Current children cumulated CPU time (s) 181.5
Current children cumulated vsize (KiB) 273380

[startup+181.9 s]
/proc/loadavg: 2.05 2.86 2.12 3/179 20009
/proc/meminfo: memFree=28657408/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=273556 CPUtime=181.9
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 63229 0 0 0 16888 1302 0 0 25 0 1 0 21662597 280121344 62027 4089446400 4194304 7136930 140733350994528 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 68389 62027 394 719 0 67668 0
Current children cumulated CPU time (s) 181.9
Current children cumulated vsize (KiB) 273556

[startup+182.3 s]
/proc/loadavg: 2.05 2.86 2.12 3/179 20009
/proc/meminfo: memFree=28657408/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=273040 CPUtime=182.3
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 63232 0 0 0 16926 1304 0 0 25 0 1 0 21662597 279592960 61901 4089446400 4194304 7136930 140733350994528 18446744073709551615 4221212 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 68260 61901 394 719 0 67539 0
Current children cumulated CPU time (s) 182.3
Current children cumulated vsize (KiB) 273040

[startup+182.4 s]
/proc/loadavg: 2.05 2.86 2.12 3/179 20009
/proc/meminfo: memFree=28657408/32950928 swapFree=67111528/67111528
[pid=20003] ppid=20001 vsize=272524 CPUtime=182.4
/proc/20003/stat : 20003 (pbscip.linux.x8) R 20001 20003 19207 0 -1 4202496 63232 0 0 0 16935 1305 0 0 25 0 1 0 21662597 279064576 61772 4089446400 4194304 7136930 140733350994528 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20003/statm: 68131 61772 394 719 0 67410 0
Current children cumulated CPU time (s) 182.4
Current children cumulated vsize (KiB) 272524

Child status: 0
Real time (s): 182.45
CPU time (s): 182.455
CPU user time (s): 169.388
CPU system time (s): 13.067
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 273556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.388
system time used= 13.067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63246
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= 2
involuntary context switches= 129

runsolver used 0.332949 second user time and 0.669898 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-07 22:28:08
IDJOB=2700238
IDBENCH=79411
IDSOLVER=1206
FILE ID=node127/2700238-1278534488
PBS_JOBID= 11239223
Free space on /tmp= 73196 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh203_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700238-1278534488/watcher-2700238-1278534488 -o /tmp/evaluation-result-2700238-1278534488/solver-2700238-1278534488 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700238-1278534488.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 542e56009f24e88bce5dd1146eaa3ca2
RANDOM SEED=1891119853

node127.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.804
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.60
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.804
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	: 5424.67
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.804
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.74
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.804
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	: 5332.83
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.804
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.75
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.804
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.68
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.804
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.82
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.804
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:     32950928 kB
MemFree:      29148032 kB
Buffers:        137604 kB
Cached:        2618860 kB
SwapCached:          0 kB
Active:        1960120 kB
Inactive:      1685092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29148032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:      888580 kB
Mapped:          16876 kB
Slab:            92040 kB
PageTables:       6400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1032136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73192 MiB
End job on node127 at 2010-07-07 22:31:10