Trace number 2700117

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 1434.63 1434.59

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh15_wcsp.wbo
MD5SUM415715e3de5713a6aca23e12a1a413cb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark206
Best CPU time to get the best result obtained on this benchmark1.13183
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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: Clp 1.11.1] [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-2700117-1278533992.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/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.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |6121k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6518k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |    34 |     - |6551k|   0 |   0 |1800 |1700 |1800 |  57 |  57 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.0s|     1 |     0 |   104 |     - |6598k|   0 |  20 |1800 |1700 |1800 |  96 |  96 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   159 |     - |6690k|   0 |  57 |1800 |1700 |1800 | 139 | 139 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   199 |     - |6874k|   0 |  44 |1800 |1700 |1800 | 162 | 162 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   255 |     - |6964k|   0 |  49 |1800 |1700 |1800 | 178 | 178 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   350 |     - |7005k|   0 |  48 |1800 |1700 |1800 | 187 | 187 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     2 |   490 |     - |7057k|   0 |  48 |1800 |1700 |1800 | 187 | 187 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.29/7.37	c   6.9s| 10000 |  9989 | 12400 |   1.2 |  19M| 611 |   0 |1800 |1725 |1800 | 233 |2036 |  25 | 752 | 0.000000e+00 | 4.209250e+05 |    Inf 
13.39/13.42	c  12.6s| 20000 | 19981 | 17358 |   0.9 |  29M| 611 |   0 |1800 |1737 |1800 | 272 |3216 |  37 | 768 | 0.000000e+00 | 4.209250e+05 |    Inf 
19.60/19.69	c  18.5s| 30000 | 29977 | 24606 |   0.8 |  39M| 611 |   0 |1800 |1749 |1800 | 212 |4606 |  49 | 768 | 0.000000e+00 | 4.209250e+05 |    Inf 
25.59/25.68	c  24.1s| 40000 | 39971 | 30365 |   0.8 |  49M| 611 |   0 |1800 |1759 |1800 | 194 |5685 |  59 | 768 | 0.000000e+00 | 4.209250e+05 |    Inf 
26.79/26.85	o 13835
26.79/26.85	c *25.2s| 42049 | 39728 | 31260 |   0.7 |  49M| 611 |   - |1800 |1759 |1800 | 214 |5827 |  59 | 768 | 0.000000e+00 | 1.383500e+04 |    Inf 
32.79/32.86	c  30.8s| 50000 | 47679 | 39979 |   0.8 |  57M| 611 |   0 |1800 |1759 |1800 | 210 |7703 |  59 | 768 | 0.000000e+00 | 1.383500e+04 |    Inf 
40.90/40.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.90/40.95	c  38.4s| 60000 | 57679 | 55979 |   0.9 |  67M| 611 |   0 |1800 |1759 |1800 | 219 |  11k|  59 | 774 | 0.000000e+00 | 1.383500e+04 |    Inf 
48.70/48.71	c  45.8s| 70000 | 67677 | 70415 |   1.0 |  77M| 611 |   0 |1800 |1763 |1800 | 220 |  13k|  64 | 785 | 0.000000e+00 | 1.383500e+04 |    Inf 
55.90/55.98	c  52.6s| 80000 | 77673 | 81253 |   1.0 |  87M| 611 |   0 |1800 |1762 |1800 | 212 |  15k|  78 | 787 | 0.000000e+00 | 1.383500e+04 |    Inf 
62.99/63.02	c  59.2s| 90000 | 87673 | 89329 |   1.0 |  97M| 611 |   0 |1800 |1750 |1800 | 202 |  16k|  78 | 817 | 0.000000e+00 | 1.383500e+04 |    Inf 
69.89/69.91	c  65.7s|100000 | 97637 | 96187 |   1.0 | 107M| 611 |   0 |1800 |1833 |1800 | 197 |  18k| 172 | 852 | 0.000000e+00 | 1.383500e+04 |    Inf 
76.60/76.66	c  72.1s|110000 |107393 |103049 |   0.9 | 117M| 611 |   0 |1800 |2385 |1800 | 254 |  19k|1062 | 963 | 0.000000e+00 | 1.383500e+04 |    Inf 
80.20/80.25	o 13545
80.20/80.25	c *75.4s|115283 |111760 |107018 |   0.9 | 123M| 611 |   - |1800 |3236 |1800 | 212 |  20k|2533 | 975 | 0.000000e+00 | 1.354500e+04 |    Inf 
80.20/80.26	o 13416
80.20/80.26	c *75.5s|115288 |111450 |107098 |   0.9 | 123M| 611 |   - |1800 |3234 |1800 | 210 |  20k|2533 | 975 | 0.000000e+00 | 1.341600e+04 |    Inf 
80.20/80.26	o 13274
80.20/80.26	c *75.5s|115289 |111067 |107098 |   0.9 | 122M| 611 |   - |1800 |3234 |1800 | 210 |  20k|2533 | 975 | 0.000000e+00 | 1.327400e+04 |    Inf 
83.39/83.47	c  78.5s|120000 |115562 |109721 |   0.9 | 127M| 611 |   0 |1800 |3207 |1800 | 200 |  20k|3561 | 984 | 0.000000e+00 | 1.327400e+04 |    Inf 
84.30/84.35	o 13182
84.30/84.35	c *79.3s|121423 |116633 |110047 |   0.9 | 129M| 611 |   - |1800 |3309 |1800 | 236 |  20k|3839 | 988 | 0.000000e+00 | 1.318200e+04 |    Inf 
84.30/84.36	o 13151
84.30/84.36	c *79.3s|121424 |116528 |110048 |   0.9 | 129M| 611 |   - |1800 |3309 |1800 | 236 |  20k|3839 | 988 | 0.000000e+00 | 1.315100e+04 |    Inf 
84.39/84.40	o 13034
84.39/84.40	c *79.3s|121483 |116203 |110113 |   0.9 | 128M| 611 |   - |1800 |3328 |1800 | 234 |  20k|3859 | 988 | 0.000000e+00 | 1.303400e+04 |    Inf 
85.80/85.84	o 12895
85.80/85.84	c *80.7s|123644 |117880 |111158 |   0.9 | 130M| 611 |   - |1800 |3095 |1800 | 243 |  20k|4185 | 997 | 0.000000e+00 | 1.289500e+04 |    Inf 
89.59/89.65	o 12635
89.59/89.65	c *84.3s|129352 |122262 |113927 |   0.9 | 135M| 611 |   - |1800 |3603 |1800 | 253 |  21k|5740 |1009 | 0.000000e+00 | 1.263500e+04 |    Inf 
90.10/90.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.10/90.15	c  84.7s|130000 |122844 |114489 |   0.9 | 135M| 611 |   0 |1800 |3835 |1800 | 236 |  21k|6069 |1013 | 0.000000e+00 | 1.263500e+04 |    Inf 
94.50/94.50	o 12611
94.50/94.50	c *88.8s|136657 |128988 |117837 |   0.9 | 143M| 611 |   - |1800 |4004 |1800 | 205 |  22k|8009 |1040 | 0.000000e+00 | 1.261100e+04 |    Inf 
94.50/94.51	o 12474
94.50/94.51	c *88.8s|136658 |128388 |117879 |   0.9 | 142M| 611 |   - |1800 |4003 |1800 | 205 |  22k|8009 |1040 | 0.000000e+00 | 1.247400e+04 |    Inf 
96.70/96.73	c  90.9s|140000 |131496 |119955 |   0.9 | 146M| 611 |   0 |1800 |4323 |1800 | 202 |  22k|9058 |1040 | 0.000000e+00 | 1.247400e+04 |    Inf 
97.59/97.64	o 12452
97.59/97.64	c *91.7s|141398 |132739 |120791 |   0.9 | 147M| 611 |   - |1800 |4278 |1800 | 205 |  22k|9340 |1042 | 0.000000e+00 | 1.245200e+04 |    Inf 
101.60/101.65	o 12186
101.60/101.65	c *95.5s|147462 |137060 |124195 |   0.8 | 152M| 611 |   - |1800 |4263 |1800 | 247 |  23k|  11k|1086 | 0.000000e+00 | 1.218600e+04 |    Inf 
103.40/103.40	c  97.2s|150000 |139426 |125542 |   0.8 | 154M| 611 |   0 |1800 |4356 |1800 | 202 |  23k|  12k|1087 | 0.000000e+00 | 1.218600e+04 |    Inf 
105.49/105.52	o 12080
105.49/105.52	c *99.1s|153209 |141944 |127782 |   0.8 | 157M| 611 |   - |1800 |4019 |1800 | 207 |  23k|  12k|1092 | 0.000000e+00 | 1.208000e+04 |    Inf 
110.09/110.12	c   103s|160000 |148277 |133384 |   0.8 | 164M| 611 |   0 |1800 |4337 |1800 | 228 |  24k|  14k|1114 | 0.000000e+00 | 1.208000e+04 |    Inf 
112.89/112.99	o 12060
112.89/112.99	c * 106s|164148 |152073 |136909 |   0.8 | 168M| 611 |   - |1800 |4304 |1800 | 222 |  25k|  15k|1129 | 0.000000e+00 | 1.206000e+04 |    Inf 
113.30/113.38	o 12008
113.30/113.38	c * 106s|164627 |152163 |137434 |   0.8 | 168M| 611 |   - |1800 |4342 |1800 | 222 |  25k|  16k|1130 | 0.000000e+00 | 1.200800e+04 |    Inf 
113.30/113.38	o 11879
113.30/113.38	c * 106s|164628 |151270 |137435 |   0.8 | 167M| 611 |   - |1800 |4342 |1800 | 222 |  25k|  16k|1130 | 0.000000e+00 | 1.187900e+04 |    Inf 
114.99/115.03	o 11830
114.99/115.03	c * 108s|166947 |153106 |139760 |   0.8 | 169M| 611 |   - |1800 |4069 |1800 | 212 |  25k|  16k|1151 | 0.000000e+00 | 1.183000e+04 |    Inf 
114.99/115.04	o 11664
114.99/115.04	c * 108s|166948 |151909 |139761 |   0.8 | 167M| 611 |   - |1800 |4069 |1800 | 212 |  25k|  16k|1151 | 0.000000e+00 | 1.166400e+04 |    Inf 
117.09/117.19	c   110s|170000 |154762 |142018 |   0.8 | 171M| 611 |   0 |1800 |4216 |1800 | 204 |  25k|  17k|1162 | 0.000000e+00 | 1.166400e+04 |    Inf 
120.19/120.20	o 11597
120.19/120.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.19/120.20	c * 113s|174745 |158748 |143509 |   0.8 | 175M| 611 |   - |1800 |4161 |1800 | 204 |  26k|  18k|1166 | 0.000000e+00 | 1.159700e+04 |    Inf 
123.70/123.75	c   116s|180000 |163596 |147349 |   0.8 | 180M| 611 |   0 |1800 |4550 |1800 | 222 |  26k|  20k|1173 | 0.000000e+00 | 1.159700e+04 |    Inf 
124.30/124.36	o 11494
124.30/124.36	c * 117s|180886 |163500 |148083 |   0.8 | 180M| 611 |   - |1800 |4651 |1800 | 226 |  26k|  20k|1182 | 0.000000e+00 | 1.149400e+04 |    Inf 
130.69/130.74	c   123s|190000 |171906 |155638 |   0.8 | 190M| 611 |   0 |1800 |3752 |1800 | 245 |  28k|  23k|1216 | 0.000000e+00 | 1.149400e+04 |    Inf 
134.10/134.14	o 11411
134.10/134.14	c * 126s|194856 |175516 |159864 |   0.8 | 194M| 611 |   - |1800 |3943 |1800 | 216 |  28k|  25k|1220 | 0.000000e+00 | 1.141100e+04 |    Inf 
134.10/134.15	o 11246
134.10/134.15	c * 126s|194857 |173752 |159868 |   0.8 | 192M| 611 |   - |1800 |3941 |1800 | 216 |  28k|  25k|1220 | 0.000000e+00 | 1.124600e+04 |    Inf 
137.69/137.74	c   129s|200000 |178621 |163685 |   0.8 | 197M| 611 |   0 |1800 |3997 |1800 | 257 |  29k|  27k|1231 | 0.000000e+00 | 1.124600e+04 |    Inf 
143.79/143.88	o 11224
143.79/143.88	c * 135s|209172 |186975 |170202 |   0.8 | 206M| 611 |   - |1800 |4022 |1800 | 211 |  30k|  29k|1289 | 0.000000e+00 | 1.122400e+04 |    Inf 
143.79/143.89	o 11109
143.79/143.89	c * 135s|209173 |185632 |170203 |   0.8 | 205M| 611 |   - |1800 |4022 |1800 | 211 |  30k|  29k|1289 | 0.000000e+00 | 1.110900e+04 |    Inf 
144.40/144.49	c   136s|210000 |186404 |171117 |   0.8 | 206M| 611 |   0 |1800 |3982 |1800 | 190 |  30k|  29k|1289 | 0.000000e+00 | 1.110900e+04 |    Inf 
151.19/151.27	c   142s|220000 |195711 |177883 |   0.8 | 217M| 611 |   0 |1800 |4345 |1800 | 217 |  31k|  32k|1309 | 0.000000e+00 | 1.110900e+04 |    Inf 
157.99/158.04	c   149s|230000 |205166 |184436 |   0.8 | 227M| 611 |   0 |1800 |3989 |1800 | 194 |  33k|  35k|1354 | 0.000000e+00 | 1.110900e+04 |    Inf 
162.80/162.88	o 11063
162.80/162.88	c * 153s|237187 |211122 |188862 |   0.8 | 235M| 611 |   - |1800 |4968 |1800 | 249 |  33k|  38k|1367 | 0.000000e+00 | 1.106300e+04 |    Inf 
162.80/162.89	o 11062
162.80/162.89	c * 153s|237188 |211109 |188866 |   0.8 | 235M| 611 |   - |1800 |4968 |1800 | 249 |  33k|  38k|1367 | 0.000000e+00 | 1.106200e+04 |    Inf 
164.79/164.89	c   155s|240000 |213701 |191152 |   0.8 | 238M| 611 |   0 |1800 |4811 |1800 | 216 |  34k|  40k|1375 | 0.000000e+00 | 1.106200e+04 |    Inf 
171.20/171.22	o 10926
171.20/171.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.20/171.22	c * 161s|249151 |220544 |197817 |   0.8 | 245M| 611 |   - |1800 |4072 |1800 | 261 |  35k|  42k|1413 | 0.000000e+00 | 1.092600e+04 |    Inf 
171.79/171.90	c   162s|250000 |221326 |198550 |   0.8 | 246M| 611 |   0 |1800 |4206 |1800 | 233 |  35k|  42k|1413 | 0.000000e+00 | 1.092600e+04 |    Inf 
174.90/174.93	o 10925
174.90/174.93	c * 164s|254250 |225185 |201916 |   0.8 | 250M| 611 |   - |1800 |4691 |1800 | 268 |  36k|  44k|1443 | 0.000000e+00 | 1.092500e+04 |    Inf 
175.09/175.10	o 10464
175.09/175.10	c * 165s|254462 |217957 |202089 |   0.8 | 240M| 611 |   - |1800 |4727 |1800 | 257 |  36k|  44k|1446 | 0.000000e+00 | 1.046400e+04 |    Inf 
175.79/175.90	o 10456
175.79/175.90	c * 165s|255553 |218763 |203052 |   0.8 | 241M| 611 |   - |1800 |4796 |1800 | 239 |  36k|  44k|1465 | 0.000000e+00 | 1.045600e+04 |    Inf 
178.90/178.98	c   168s|260000 |222903 |206585 |   0.8 | 246M| 611 |   0 |1800 |4623 |1800 | 214 |  37k|  46k|1472 | 0.000000e+00 | 1.045600e+04 |    Inf 
185.80/185.86	c   175s|270000 |232163 |214989 |   0.8 | 256M| 611 |   0 |1800 |4215 |1800 | 205 |  38k|  49k|1537 | 0.000000e+00 | 1.045600e+04 |    Inf 
187.20/187.25	o 10402
187.20/187.25	c * 176s|271942 |233020 |217082 |   0.8 | 257M| 611 |   - |1800 |4253 |1800 | 206 |  38k|  50k|1537 | 0.000000e+00 | 1.040200e+04 |    Inf 
192.99/193.06	c   181s|280000 |240367 |224705 |   0.8 | 267M| 611 |   0 |1800 |4681 |1800 | 206 |  39k|  53k|1566 | 0.000000e+00 | 1.040200e+04 |    Inf 
199.80/199.89	c   188s|290000 |249612 |231874 |   0.8 | 277M| 611 |   0 |1800 |4156 |1800 | 208 |  40k|  57k|1593 | 0.000000e+00 | 1.040200e+04 |    Inf 
200.40/200.43	o 10361
200.40/200.43	c * 188s|290767 |249559 |232392 |   0.8 | 277M| 611 |   - |1800 |4061 |1800 | 205 |  41k|  57k|1596 | 0.000000e+00 | 1.036100e+04 |    Inf 
206.71/206.79	c   194s|300000 |258257 |240214 |   0.8 | 287M| 611 |   0 |1800 |3864 |1800 | 232 |  42k|  59k|1620 | 0.000000e+00 | 1.036100e+04 |    Inf 
213.70/213.77	c   201s|310000 |267605 |249048 |   0.8 | 298M| 611 |   0 |1800 |4277 |1800 | 227 |  43k|  63k|1682 | 0.000000e+00 | 1.036100e+04 |    Inf 
220.60/220.66	c   207s|320000 |277178 |256148 |   0.8 | 308M| 611 |   0 |1800 |4065 |1800 | 217 |  44k|  65k|1718 | 0.000000e+00 | 1.036100e+04 |    Inf 
223.09/223.10	o 10208
223.09/223.10	c * 210s|323543 |277527 |258846 |   0.8 | 308M| 611 |   - |1800 |4343 |1800 | 206 |  45k|  66k|1718 | 0.000000e+00 | 1.020800e+04 |    Inf 
223.49/223.53	o 10200
223.49/223.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.49/223.53	c * 210s|324098 |277863 |259466 |   0.8 | 308M| 611 |   - |1800 |4549 |1800 | 211 |  45k|  66k|1718 | 0.000000e+00 | 1.020000e+04 |    Inf 
223.49/223.54	o 10187
223.49/223.54	c * 210s|324099 |277591 |259470 |   0.8 | 308M| 611 |   - |1800 |4549 |1800 | 211 |  45k|  66k|1718 | 0.000000e+00 | 1.018700e+04 |    Inf 
227.70/227.72	c   214s|330000 |283003 |264247 |   0.8 | 314M| 611 |   0 |1800 |4477 |1800 | 202 |  46k|  68k|1762 | 0.000000e+00 | 1.018700e+04 |    Inf 
234.50/234.58	c   220s|340000 |292529 |271217 |   0.8 | 325M| 611 |   0 |1800 |3410 |1800 | 233 |  47k|  70k|1810 | 0.000000e+00 | 1.018700e+04 |    Inf 
241.10/241.12	c   227s|350000 |302129 |276646 |   0.8 | 335M| 611 |   0 |1800 |3497 |1800 | 200 |  47k|  72k|1815 | 0.000000e+00 | 1.018700e+04 |    Inf 
245.50/245.52	o 9989
245.50/245.52	c * 231s|356393 |303455 |282637 |   0.8 | 335M| 611 |   - |1800 |3705 |1800 | 210 |  48k|  74k|1872 | 0.000000e+00 | 9.989000e+03 |    Inf 
248.00/248.03	c   233s|360000 |306721 |285038 |   0.8 | 339M| 611 |   0 |1800 |4205 |1800 | 228 |  49k|  75k|1880 | 0.000000e+00 | 9.989000e+03 |    Inf 
250.60/250.61	o 9803
250.60/250.61	c * 236s|363864 |305610 |287203 |   0.8 | 336M| 611 |   - |1800 |4597 |1800 | 233 |  49k|  77k|1881 | 0.000000e+00 | 9.803000e+03 |    Inf 
250.60/250.62	o 9744
250.60/250.62	c * 236s|363865 |304156 |287208 |   0.8 | 334M| 611 |   - |1800 |4597 |1800 | 233 |  49k|  77k|1881 | 0.000000e+00 | 9.744000e+03 |    Inf 
250.70/250.70	o 9743
250.70/250.70	c * 236s|363972 |304233 |287310 |   0.8 | 334M| 611 |   - |1800 |4588 |1800 | 234 |  49k|  77k|1881 | 0.000000e+00 | 9.743000e+03 |    Inf 
250.70/250.71	o 9669
250.70/250.71	c * 236s|363973 |302371 |287310 |   0.8 | 332M| 611 |   - |1800 |4588 |1800 | 234 |  49k|  77k|1881 | 0.000000e+00 | 9.669000e+03 |    Inf 
253.89/253.92	o 9602
253.89/253.92	c * 239s|368416 |304863 |290979 |   0.8 | 334M| 611 |   - |1800 |4275 |1800 | 241 |  50k|  78k|1901 | 0.000000e+00 | 9.602000e+03 |    Inf 
253.89/253.92	o 9586
253.89/253.92	c * 239s|368417 |304472 |290985 |   0.8 | 334M| 611 |   - |1800 |4275 |1800 | 241 |  50k|  78k|1901 | 0.000000e+00 | 9.586000e+03 |    Inf 
255.00/255.09	c   240s|370000 |305865 |292487 |   0.8 | 335M| 611 |   0 |1800 |4565 |1800 | 210 |  50k|  79k|1912 | 0.000000e+00 | 9.586000e+03 |    Inf 
260.00/260.09	o 9556
260.00/260.09	c * 244s|377036 |311500 |297862 |   0.8 | 342M| 611 |   - |1800 |4833 |1800 | 232 |  51k|  81k|1919 | 0.000000e+00 | 9.556000e+03 |    Inf 
260.09/260.10	o 9555
260.09/260.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.09/260.10	c * 244s|377037 |311478 |297866 |   0.8 | 342M| 611 |   - |1800 |4833 |1800 | 232 |  51k|  81k|1919 | 0.000000e+00 | 9.555000e+03 |    Inf 
262.10/262.17	c   246s|380000 |314163 |300181 |   0.8 | 346M| 611 |   0 |1800 |4763 |1800 | 222 |  51k|  83k|1925 | 0.000000e+00 | 9.555000e+03 |    Inf 
264.00/264.07	o 9487
264.00/264.07	c * 248s|382698 |314798 |303073 |   0.8 | 345M| 611 |   - |1800 |4433 |1800 | 206 |  51k|  84k|1939 | 0.000000e+00 | 9.487000e+03 |    Inf 
269.20/269.27	c   253s|390000 |321580 |309506 |   0.8 | 353M| 611 |   0 |1800 |3928 |1800 | 207 |  52k|  86k|1964 | 0.000000e+00 | 9.487000e+03 |    Inf 
276.20/276.26	c   260s|400000 |330580 |316859 |   0.8 | 365M| 611 |   0 |1800 |5001 |1800 | 231 |  54k|  91k|1988 | 0.000000e+00 | 9.487000e+03 |    Inf 
283.20/283.26	c   266s|410000 |339941 |326136 |   0.8 | 375M| 611 |   0 |1800 |4292 |1800 | 214 |  55k|  94k|2029 | 0.000000e+00 | 9.487000e+03 |    Inf 
283.70/283.72	o 9374
283.70/283.72	c * 267s|410576 |337164 |327033 |   0.8 | 371M| 611 |   - |1800 |4437 |1800 | 224 |  55k|  94k|2036 | 0.000000e+00 | 9.374000e+03 |    Inf 
290.41/290.47	c   273s|420000 |345791 |334816 |   0.8 | 381M| 611 |   0 |1800 |4634 |1800 | 203 |  56k|  97k|2060 | 0.000000e+00 | 9.374000e+03 |    Inf 
296.10/296.18	o 9295
296.10/296.18	c * 278s|427930 |350627 |342185 |   0.8 | 386M| 611 |   - |1800 |4369 |1800 | 259 |  58k| 100k|2077 | 0.000000e+00 | 9.295000e+03 |    Inf 
296.20/296.21	o 9086
296.20/296.21	c * 279s|427934 |343782 |342200 |   0.8 | 375M| 611 |   - |1800 |4368 |1800 | 260 |  58k| 100k|2077 | 0.000000e+00 | 9.086000e+03 |    Inf 
296.20/296.28	o 8756
296.20/296.28	c * 279s|427993 |332368 |342234 |   0.8 | 360M| 611 |   - |1800 |4367 |1800 | 262 |  58k| 100k|2077 | 0.000000e+00 | 8.756000e+03 |    Inf 
296.20/296.29	o 8624
296.20/296.29	c * 279s|427997 |327781 |342241 |   0.8 | 354M| 611 |   - |1800 |4367 |1800 | 262 |  58k| 100k|2077 | 0.000000e+00 | 8.624000e+03 |    Inf 
296.30/296.30	o 8586
296.30/296.30	c * 279s|427998 |326415 |342247 |   0.8 | 352M| 611 |   - |1800 |4367 |1800 | 262 |  58k| 100k|2077 | 0.000000e+00 | 8.586000e+03 |    Inf 
297.70/297.76	o 8576
297.70/297.76	c * 280s|429980 |327898 |344052 |   0.8 | 354M| 611 |   - |1800 |4600 |1800 | 219 |  58k| 100k|2083 | 0.000000e+00 | 8.576000e+03 |    Inf 
297.70/297.77	c   280s|430000 |327918 |344067 |   0.8 | 354M| 611 |   0 |1800 |4600 |1800 | 219 |  58k| 100k|2083 | 0.000000e+00 | 8.576000e+03 |    Inf 
305.00/305.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.00/305.02	c   287s|440000 |336851 |352602 |   0.8 | 365M| 611 |   0 |1800 |4727 |1800 | 192 |  60k| 105k|2129 | 0.000000e+00 | 8.576000e+03 |    Inf 
310.60/310.65	o 8512
310.60/310.65	c * 292s|448044 |341933 |358670 |   0.8 | 371M| 611 |   - |1800 |4842 |1800 | 212 |  61k| 108k|2155 | 0.000000e+00 | 8.512000e+03 |    Inf 
311.00/311.08	o 8504
311.00/311.08	c * 293s|448612 |342101 |359301 |   0.8 | 371M| 611 |   - |1800 |4864 |1800 | 216 |  61k| 108k|2157 | 0.000000e+00 | 8.504000e+03 |    Inf 
311.00/311.09	o 8389
311.00/311.09	c * 293s|448613 |337670 |359303 |   0.8 | 365M| 611 |   - |1800 |4864 |1800 | 216 |  61k| 108k|2157 | 0.000000e+00 | 8.389000e+03 |    Inf 
312.00/312.08	c   293s|450000 |338950 |360035 |   0.8 | 366M| 611 |   0 |1800 |4821 |1800 | 235 |  61k| 108k|2160 | 0.000000e+00 | 8.389000e+03 |    Inf 
313.00/313.07	o 8250
313.00/313.07	c * 294s|451303 |334686 |361569 |   0.8 | 361M| 611 |   - |1800 |4891 |1800 | 201 |  61k| 109k|2160 | 0.000000e+00 | 8.250000e+03 |    Inf 
314.40/314.46	o 8200
314.40/314.46	c * 296s|453114 |334201 |363083 |   0.8 | 361M| 611 |   - |1800 |5642 |1800 | 263 |  61k| 110k|2168 | 0.000000e+00 | 8.200000e+03 |    Inf 
319.50/319.56	c   300s|460000 |340312 |370371 |   0.8 | 369M| 611 |   0 |1800 |5556 |1800 | 206 |  62k| 114k|2200 | 0.000000e+00 | 8.200000e+03 |    Inf 
323.10/323.17	o 8155
323.10/323.17	c * 304s|465033 |343100 |374581 |   0.8 | 372M| 611 |   - |1800 |5373 |1800 | 213 |  63k| 116k|2211 | 0.000000e+00 | 8.155000e+03 |    Inf 
323.10/323.18	o 8154
323.10/323.18	c * 304s|465034 |343069 |374584 |   0.8 | 372M| 611 |   - |1800 |5373 |1800 | 213 |  63k| 116k|2211 | 0.000000e+00 | 8.154000e+03 |    Inf 
323.20/323.26	o 8096
323.20/323.26	c * 304s|465115 |341032 |374810 |   0.8 | 370M| 611 |   - |1800 |5394 |1800 | 229 |  63k| 116k|2211 | 0.000000e+00 | 8.096000e+03 |    Inf 
323.20/323.28	o 7988
323.20/323.28	c * 304s|465116 |336867 |374863 |   0.8 | 365M| 611 |   - |1800 |5394 |1800 | 229 |  63k| 116k|2211 | 0.000000e+00 | 7.988000e+03 |    Inf 
326.80/326.88	c   307s|470000 |341179 |380109 |   0.8 | 370M| 611 |   0 |1800 |5180 |1800 | 200 |  64k| 118k|2237 | 0.000000e+00 | 7.988000e+03 |    Inf 
327.60/327.67	o 7963
327.60/327.67	c * 308s|471085 |341109 |381250 |   0.8 | 370M| 611 |   - |1800 |5195 |1800 | 204 |  64k| 119k|2240 | 0.000000e+00 | 7.963000e+03 |    Inf 
327.60/327.68	o 7957
327.60/327.68	c * 308s|471086 |340874 |381252 |   0.8 | 370M| 611 |   - |1800 |5195 |1800 | 204 |  64k| 119k|2240 | 0.000000e+00 | 7.957000e+03 |    Inf 
328.20/328.22	o 7855
328.20/328.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.20/328.22	c * 309s|471743 |337455 |382311 |   0.8 | 366M| 611 |   - |1800 |5130 |1800 | 203 |  64k| 119k|2246 | 0.000000e+00 | 7.855000e+03 |    Inf 
328.40/328.46	o 7515
328.40/328.46	c * 309s|471989 |324140 |382678 |   0.8 | 351M| 611 |   - |1800 |5110 |1800 | 209 |  64k| 119k|2246 | 0.000000e+00 | 7.515000e+03 |    Inf 
328.50/328.50	o 7468
328.50/328.50	c * 309s|472026 |322240 |382822 |   0.8 | 348M| 611 |   - |1800 |5099 |1800 | 206 |  64k| 119k|2246 | 0.000000e+00 | 7.468000e+03 |    Inf 
328.90/328.93	o 7440
328.90/328.93	c * 309s|472519 |321536 |383549 |   0.8 | 348M| 611 |   - |1800 |5197 |1800 | 212 |  64k| 119k|2247 | 0.000000e+00 | 7.440000e+03 |    Inf 
328.90/328.96	o 7232
328.90/328.96	c * 309s|472527 |313159 |383558 |   0.8 | 338M| 611 |   - |1800 |5197 |1800 | 212 |  64k| 119k|2247 | 0.000000e+00 | 7.232000e+03 |    Inf 
329.50/329.54	o 7111
329.50/329.54	c * 310s|473169 |308712 |384905 |   0.8 | 332M| 611 |   - |1800 |5301 |1800 | 218 |  65k| 120k|2248 | 0.000000e+00 | 7.111000e+03 |    Inf 
334.80/334.88	c   315s|480000 |315011 |394014 |   0.8 | 340M| 611 |   0 |1800 |5268 |1800 | 224 |  67k| 122k|2267 | 0.000000e+00 | 7.111000e+03 |    Inf 
341.00/341.03	o 7006
341.00/341.03	c * 321s|488003 |317694 |403172 |   0.8 | 345M| 611 |   - |1800 |5868 |1800 | 251 |  68k| 125k|2317 | 0.000000e+00 | 7.006000e+03 |    Inf 
341.00/341.09	o 6851
341.00/341.09	c * 321s|488067 |311268 |403246 |   0.8 | 338M| 611 |   - |1800 |5878 |1800 | 252 |  68k| 125k|2317 | 0.000000e+00 | 6.851000e+03 |    Inf 
342.50/342.57	c   322s|490000 |312961 |404637 |   0.8 | 341M| 611 |   0 |1800 |5900 |1800 | 239 |  68k| 126k|2321 | 0.000000e+00 | 6.851000e+03 |    Inf 
350.00/350.07	c   329s|500000 |321721 |415064 |   0.8 | 352M| 611 |   0 |1800 |5587 |1800 | 223 |  70k| 131k|2347 | 0.000000e+00 | 6.851000e+03 |    Inf 
356.00/356.00	o 6754
356.00/356.00	c * 335s|507844 |324149 |423280 |   0.8 | 357M| 611 |   - |1800 |6047 |1800 | 240 |  72k| 136k|2389 | 0.000000e+00 | 6.754000e+03 |    Inf 
356.00/356.01	o 6669
356.00/356.01	c * 335s|507845 |320227 |423283 |   0.8 | 352M| 611 |   - |1800 |6047 |1800 | 240 |  72k| 136k|2389 | 0.000000e+00 | 6.669000e+03 |    Inf 
357.70/357.74	c   336s|510000 |322078 |426221 |   0.8 | 355M| 611 |   - |1800 |5810 |   0 |   0 |  72k| 137k|2400 | 0.000000e+00 | 6.669000e+03 |    Inf 
365.30/365.32	c   344s|520000 |330713 |436413 |   0.8 | 367M| 611 |   0 |1800 |5268 |1800 | 195 |  74k| 142k|2443 | 0.000000e+00 | 6.669000e+03 |    Inf 
373.11/373.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
373.11/373.15	c   351s|530000 |339358 |451354 |   0.9 | 379M| 611 |   0 |1800 |5538 |1800 | 213 |  77k| 147k|2485 | 0.000000e+00 | 6.669000e+03 |    Inf 
380.70/380.78	c   358s|540000 |348072 |463739 |   0.9 | 392M| 611 |   0 |1800 |5581 |1800 | 214 |  79k| 152k|2517 | 0.000000e+00 | 6.669000e+03 |    Inf 
388.40/388.48	c   365s|550000 |356589 |476475 |   0.9 | 404M| 611 |   0 |1800 |6097 |1800 | 239 |  81k| 157k|2559 | 0.000000e+00 | 6.669000e+03 |    Inf 
391.61/391.62	o 6482
391.61/391.62	c * 368s|553920 |350840 |481559 |   0.9 | 398M| 611 |   - |1800 |5930 |1800 | 207 |  82k| 160k|2563 | 0.000000e+00 | 6.482000e+03 |    Inf 
392.40/392.50	o 6476
392.40/392.50	c * 369s|555033 |351543 |482862 |   0.9 | 399M| 611 |   - |1800 |5689 |1800 | 224 |  82k| 160k|2563 | 0.000000e+00 | 6.476000e+03 |    Inf 
392.50/392.51	o 6450
392.50/392.51	c * 369s|555040 |350282 |482870 |   0.9 | 398M| 611 |   - |1800 |5689 |1800 | 224 |  82k| 160k|2563 | 0.000000e+00 | 6.450000e+03 |    Inf 
392.50/392.52	o 6382
392.50/392.52	c * 369s|555041 |346754 |482873 |   0.9 | 394M| 611 |   - |1800 |5689 |1800 | 224 |  82k| 160k|2563 | 0.000000e+00 | 6.382000e+03 |    Inf 
396.41/396.47	c   373s|560000 |350997 |489968 |   0.9 | 400M| 611 |   0 |1800 |5605 |1800 | 209 |  83k| 163k|2613 | 0.000000e+00 | 6.382000e+03 |    Inf 
404.11/404.10	c   380s|570000 |359657 |500666 |   0.9 | 412M| 611 |   0 |1800 |6049 |1800 | 198 |  85k| 168k|2652 | 0.000000e+00 | 6.382000e+03 |    Inf 
411.60/411.67	c   387s|580000 |368292 |512572 |   0.9 | 425M| 611 |   0 |1800 |5272 |1800 | 223 |  87k| 173k|2683 | 0.000000e+00 | 6.382000e+03 |    Inf 
415.11/415.13	o 6309
415.11/415.13	c * 390s|584627 |368293 |517684 |   0.9 | 426M| 611 |   - |1800 |5184 |1800 | 231 |  88k| 175k|2704 | 0.000000e+00 | 6.309000e+03 |    Inf 
418.61/418.61	o 6271
418.61/418.61	c * 394s|589006 |369687 |523271 |   0.9 | 429M| 611 |   - |1800 |5422 |1800 | 215 |  89k| 177k|2716 | 0.000000e+00 | 6.271000e+03 |    Inf 
418.61/418.62	o 6221
418.61/418.62	c * 394s|589007 |366721 |523272 |   0.9 | 425M| 611 |   - |1800 |5422 |1800 | 215 |  89k| 177k|2716 | 0.000000e+00 | 6.221000e+03 |    Inf 
419.40/419.42	c   394s|590000 |367596 |524293 |   0.9 | 427M| 611 |   0 |1800 |5503 |1800 | 238 |  89k| 178k|2723 | 0.000000e+00 | 6.221000e+03 |    Inf 
419.80/419.81	o 6040
419.80/419.81	c * 395s|590410 |357454 |524840 |   0.9 | 414M| 611 |   - |1800 |5793 |1800 | 241 |  89k| 178k|2724 | 0.000000e+00 | 6.040000e+03 |    Inf 
419.80/419.82	o 5972
419.80/419.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.80/419.82	c * 395s|590411 |353593 |524843 |   0.9 | 409M| 611 |   - |1800 |5793 |1800 | 241 |  89k| 178k|2724 | 0.000000e+00 | 5.972000e+03 |    Inf 
419.80/419.87	o 5943
419.80/419.87	c * 395s|590451 |352071 |524908 |   0.9 | 406M| 611 |   - |1800 |5788 |1800 | 241 |  89k| 178k|2724 | 0.000000e+00 | 5.943000e+03 |    Inf 
419.80/419.89	o 5875
419.80/419.89	c * 395s|590452 |348138 |524914 |   0.9 | 400M| 611 |   - |1800 |5788 |1800 | 241 |  89k| 178k|2724 | 0.000000e+00 | 5.875000e+03 |    Inf 
421.40/421.50	o 5851
421.40/421.50	c * 396s|592349 |348283 |527606 |   0.9 | 400M| 611 |   - |1800 |6082 |1800 | 241 |  89k| 180k|2749 | 0.000000e+00 | 5.851000e+03 |    Inf 
421.51/421.50	o 5835
421.51/421.50	c * 396s|592350 |347365 |527625 |   0.9 | 399M| 611 |   - |1800 |6082 |1800 | 241 |  89k| 180k|2749 | 0.000000e+00 | 5.835000e+03 |    Inf 
422.21/422.26	o 5687
422.21/422.26	c * 397s|593228 |339341 |528639 |   0.9 | 387M| 611 |   - |1800 |6101 |1800 | 239 |  89k| 180k|2753 | 0.000000e+00 | 5.687000e+03 |    Inf 
422.21/422.28	o 5603
422.21/422.28	c * 397s|593229 |333937 |528643 |   0.9 | 378M| 611 |   - |1800 |6101 |1800 | 239 |  89k| 180k|2753 | 0.000000e+00 | 5.603000e+03 |    Inf 
427.50/427.57	c   402s|600000 |339979 |537322 |   0.9 | 386M| 611 |   0 |1800 |4727 |1800 | 199 |  91k| 182k|2774 | 0.000000e+00 | 5.603000e+03 |    Inf 
428.01/428.09	o 5589
428.01/428.09	c * 403s|600730 |339860 |537894 |   0.9 | 386M| 611 |   - |1800 |4647 |1800 | 220 |  91k| 183k|2774 | 0.000000e+00 | 5.589000e+03 |    Inf 
428.11/428.13	o 5427
428.11/428.13	c * 403s|600744 |329424 |537901 |   0.9 | 369M| 611 |   - |1800 |4657 |1800 | 220 |  91k| 183k|2774 | 0.000000e+00 | 5.427000e+03 |    Inf 
428.90/428.97	o 5414
428.90/428.97	c * 403s|601777 |329579 |539604 |   0.9 | 369M| 611 |   - |1800 |4664 |1800 | 209 |  91k| 183k|2774 | 0.000000e+00 | 5.414000e+03 |    Inf 
435.50/435.53	c   410s|610000 |336996 |550691 |   0.9 | 379M| 611 |   0 |1800 |4781 |1800 | 200 |  94k| 185k|2812 | 0.000000e+00 | 5.414000e+03 |    Inf 
443.50/443.54	c   417s|620000 |345707 |564968 |   0.9 | 391M| 611 |   0 |1800 |5126 |1800 | 203 |  97k| 189k|2853 | 0.000000e+00 | 5.414000e+03 |    Inf 
451.41/451.40	c   425s|630000 |354218 |578350 |   0.9 | 404M| 611 |   0 |1800 |4966 |1800 | 197 |  99k| 194k|2893 | 0.000000e+00 | 5.414000e+03 |    Inf 
459.10/459.16	c   432s|640000 |362681 |590766 |   0.9 | 416M| 611 |   0 |1800 |4724 |1800 | 214 | 101k| 198k|2925 | 0.000000e+00 | 5.414000e+03 |    Inf 
467.21/467.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.21/467.25	c   439s|650000 |370968 |605928 |   0.9 | 429M| 611 |   0 |1800 |5217 |1800 | 221 | 104k| 204k|2967 | 0.000000e+00 | 5.414000e+03 |    Inf 
471.81/471.87	o 5375
471.81/471.87	c * 444s|655353 |372788 |615803 |   0.9 | 432M| 611 |   - |1800 |5787 |1800 | 244 | 106k| 207k|3054 | 0.000000e+00 | 5.375000e+03 |    Inf 
475.61/475.60	c   447s|660000 |376716 |620818 |   0.9 | 437M| 611 |   0 |1800 |5733 |1800 | 215 | 107k| 210k|3076 | 0.000000e+00 | 5.375000e+03 |    Inf 
483.81/483.84	c   455s|670000 |385074 |639289 |   1.0 | 450M| 611 |   0 |1800 |5200 |1800 | 222 | 110k| 214k|3124 | 0.000000e+00 | 5.375000e+03 |    Inf 
491.51/491.59	c   462s|680000 |393691 |651319 |   1.0 | 463M| 611 |   0 |1800 |5511 |1800 | 204 | 112k| 219k|3145 | 0.000000e+00 | 5.375000e+03 |    Inf 
499.41/499.42	c   470s|690000 |402234 |663871 |   1.0 | 476M| 611 |   0 |1800 |5572 |1800 | 198 | 114k| 224k|3187 | 0.000000e+00 | 5.375000e+03 |    Inf 
507.51/507.53	c   477s|700000 |410756 |679526 |   1.0 | 488M| 611 |   0 |1800 |5011 |1800 | 225 | 117k| 228k|3235 | 0.000000e+00 | 5.375000e+03 |    Inf 
515.10/515.17	o 5343
515.10/515.17	c * 484s|709689 |416627 |692991 |   1.0 | 496M| 611 |   - |1800 |5234 |1800 | 215 | 119k| 233k|3266 | 0.000000e+00 | 5.343000e+03 |    Inf 
515.10/515.18	o 5293
515.10/515.18	c * 484s|709690 |412944 |692992 |   1.0 | 491M| 611 |   - |1800 |5234 |1800 | 215 | 119k| 233k|3266 | 0.000000e+00 | 5.293000e+03 |    Inf 
515.40/515.47	c   485s|710000 |413197 |693609 |   1.0 | 491M| 611 |   0 |1800 |5273 |1800 | 237 | 119k| 234k|3267 | 0.000000e+00 | 5.293000e+03 |    Inf 
523.40/523.47	c   492s|720000 |421368 |705245 |   1.0 | 504M| 611 |   0 |1800 |5875 |1800 | 236 | 122k| 240k|3312 | 0.000000e+00 | 5.293000e+03 |    Inf 
525.61/525.61	o 5193
525.61/525.61	c * 494s|722514 |416045 |708810 |   1.0 | 498M| 611 |   - |1800 |6895 |1800 | 248 | 123k| 242k|3316 | 0.000000e+00 | 5.193000e+03 |    Inf 
525.61/525.62	o 5149
525.61/525.62	c * 494s|722515 |412659 |708813 |   1.0 | 493M| 611 |   - |1800 |6895 |1800 | 248 | 123k| 242k|3316 | 0.000000e+00 | 5.149000e+03 |    Inf 
525.81/525.82	o 4831
525.81/525.82	c * 494s|722652 |388030 |709198 |   1.0 | 462M| 611 |   - |1800 |6974 |1800 | 237 | 123k| 242k|3319 | 0.000000e+00 | 4.831000e+03 |    Inf 
527.60/527.60	o 4822
527.60/527.60	c * 496s|724882 |389208 |711487 |   1.0 | 463M| 611 |   - |1800 |6431 |1800 | 233 | 123k| 243k|3319 | 0.000000e+00 | 4.822000e+03 |    Inf 
527.60/527.62	o 4748
527.60/527.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.60/527.62	c * 496s|724883 |383271 |711489 |   1.0 | 455M| 611 |   - |1800 |6431 |1800 | 233 | 123k| 243k|3319 | 0.000000e+00 | 4.748000e+03 |    Inf 
531.80/531.86	c   500s|730000 |387401 |718401 |   1.0 | 461M| 611 |   - |1800 |5984 |   0 |   0 | 124k| 246k|3331 | 0.000000e+00 | 4.748000e+03 |    Inf 
540.20/540.25	c   508s|740000 |395599 |735740 |   1.0 | 475M| 611 |   0 |1800 |4877 |1800 | 205 | 127k| 251k|3382 | 0.000000e+00 | 4.748000e+03 |    Inf 
548.50/548.55	c   516s|750000 |403712 |750939 |   1.0 | 488M| 611 |   0 |1800 |5472 |1800 | 231 | 130k| 257k|3425 | 0.000000e+00 | 4.748000e+03 |    Inf 
556.91/556.96	c   524s|760000 |411743 |767601 |   1.0 | 501M| 611 |   0 |1800 |4557 |1800 | 219 | 133k| 262k|3461 | 0.000000e+00 | 4.748000e+03 |    Inf 
559.10/559.17	o 4703
559.10/559.17	c * 526s|762822 |410682 |771672 |   1.0 | 500M| 611 |   - |1800 |4347 |1800 | 222 | 133k| 263k|3469 | 0.000000e+00 | 4.703000e+03 |    Inf 
565.21/565.28	c   531s|770000 |416687 |786382 |   1.0 | 510M| 611 |   - |1800 |4245 |   0 |   0 | 135k| 266k|3509 | 0.000000e+00 | 4.703000e+03 |    Inf 
573.21/573.28	c   539s|780000 |424807 |799940 |   1.0 | 523M| 611 |   - |1800 |4988 |   0 |   0 | 138k| 272k|3534 | 0.000000e+00 | 4.703000e+03 |    Inf 
581.61/581.62	c   547s|790000 |432790 |815725 |   1.0 | 537M| 611 |   0 |1800 |4909 |1800 | 220 | 140k| 277k|3588 | 0.000000e+00 | 4.703000e+03 |    Inf 
589.81/589.80	c   555s|800000 |441041 |831983 |   1.0 | 550M| 611 |   0 |1800 |4628 |1800 | 218 | 143k| 282k|3638 | 0.000000e+00 | 4.703000e+03 |    Inf 
594.61/594.65	o 4657
594.61/594.65	c * 559s|805930 |441967 |841984 |   1.0 | 552M| 611 |   - |1800 |4964 |1800 | 212 | 145k| 284k|3649 | 0.000000e+00 | 4.657000e+03 |    Inf 
594.61/594.66	o 4605
594.61/594.66	c * 559s|805931 |437303 |841990 |   1.0 | 544M| 611 |   - |1800 |4964 |1800 | 212 | 145k| 284k|3649 | 0.000000e+00 | 4.605000e+03 |    Inf 
596.00/596.01	o 4542
596.00/596.01	c * 560s|807345 |432650 |844770 |   1.0 | 536M| 611 |   - |1800 |5094 |1800 | 233 | 145k| 285k|3663 | 0.000000e+00 | 4.542000e+03 |    Inf 
596.00/596.03	o 4490
596.00/596.03	c * 560s|807346 |427717 |844778 |   1.0 | 528M| 611 |   - |1800 |5094 |1800 | 233 | 145k| 285k|3663 | 0.000000e+00 | 4.490000e+03 |    Inf 
596.61/596.60	o 4389
596.61/596.60	c * 561s|807920 |418214 |846139 |   1.0 | 511M| 611 |   - |1800 |5297 |1800 | 240 | 146k| 285k|3668 | 0.000000e+00 | 4.389000e+03 |    Inf 
598.31/598.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.31/598.34	c   563s|810000 |419927 |849120 |   1.0 | 514M| 611 |   0 |1800 |5194 |1800 | 203 | 146k| 286k|3676 | 0.000000e+00 | 4.389000e+03 |    Inf 
606.91/606.95	c   571s|820000 |427962 |865920 |   1.1 | 528M| 611 |   0 |1800 |6355 |1800 | 229 | 149k| 292k|3719 | 0.000000e+00 | 4.389000e+03 |    Inf 
615.51/615.57	c   579s|830000 |436041 |881411 |   1.1 | 541M| 611 |   0 |1800 |5652 |1800 | 199 | 152k| 297k|3754 | 0.000000e+00 | 4.389000e+03 |    Inf 
624.01/624.01	c   587s|840000 |444137 |896651 |   1.1 | 555M| 611 |   0 |1800 |5235 |1800 | 223 | 155k| 302k|3798 | 0.000000e+00 | 4.389000e+03 |    Inf 
632.21/632.21	c   594s|850000 |452200 |911030 |   1.1 | 568M| 611 |   0 |1800 |5908 |1800 | 209 | 158k| 307k|3839 | 0.000000e+00 | 4.389000e+03 |    Inf 
640.51/640.56	c   602s|860000 |460215 |927536 |   1.1 | 581M| 611 |   0 |1800 |5651 |1800 | 233 | 160k| 312k|3869 | 0.000000e+00 | 4.389000e+03 |    Inf 
648.81/648.82	c   610s|870000 |468334 |944194 |   1.1 | 595M| 611 |   0 |1800 |5364 |1800 | 231 | 163k| 317k|3907 | 0.000000e+00 | 4.389000e+03 |    Inf 
649.71/649.75	o 4383
649.71/649.75	c * 611s|871085 |468543 |946556 |   1.1 | 595M| 611 |   - |1800 |5280 |1800 | 200 | 163k| 318k|3911 | 0.000000e+00 | 4.383000e+03 |    Inf 
657.51/657.50	c   618s|880000 |475693 |960920 |   1.1 | 608M| 611 |   0 |1800 |5492 |1800 | 216 | 166k| 323k|3968 | 0.000000e+00 | 4.383000e+03 |    Inf 
661.71/661.72	o 4265
661.71/661.72	c * 622s|884941 |466360 |968871 |   1.1 | 593M| 611 |   - |1800 |5229 |1800 | 219 | 167k| 326k|3982 | 0.000000e+00 | 4.265000e+03 |    Inf 
665.71/665.72	o 4255
665.71/665.72	c * 626s|889400 |468799 |977707 |   1.1 | 597M| 611 |   - |1800 |4978 |1800 | 222 | 169k| 328k|4013 | 0.000000e+00 | 4.255000e+03 |    Inf 
665.71/665.74	o 4200
665.71/665.74	c * 626s|889401 |462538 |977711 |   1.1 | 587M| 611 |   - |1800 |4978 |1800 | 224 | 169k| 328k|4013 | 0.000000e+00 | 4.200000e+03 |    Inf 
666.31/666.31	c   626s|890000 |463037 |979455 |   1.1 | 588M| 611 |   0 |1800 |4884 |1800 | 202 | 169k| 328k|4016 | 0.000000e+00 | 4.200000e+03 |    Inf 
670.51/670.56	o 4177
670.51/670.56	c * 630s|895104 |464410 |986377 |   1.1 | 590M| 611 |   - |1800 |5559 |1800 | 246 | 170k| 331k|4020 | 0.000000e+00 | 4.177000e+03 |    Inf 
674.11/674.18	o 4151
674.11/674.18	c * 634s|899335 |464637 |992838 |   1.1 | 592M| 611 |   - |1800 |5215 |1800 | 222 | 171k| 333k|4044 | 0.000000e+00 | 4.151000e+03 |    Inf 
674.11/674.19	o 4139
674.11/674.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
674.11/674.19	c * 634s|899336 |463184 |992839 |   1.1 | 589M| 611 |   - |1800 |5215 |1800 | 222 | 171k| 333k|4044 | 0.000000e+00 | 4.139000e+03 |    Inf 
674.71/674.74	c   634s|900000 |463737 |993818 |   1.1 | 590M| 611 |   0 |1800 |5129 |1800 | 216 | 172k| 333k|4046 | 0.000000e+00 | 4.139000e+03 |    Inf 
676.61/676.61	o 4108
676.61/676.61	c * 636s|902270 |461903 |997269 |   1.1 | 587M| 611 |   - |1800 |5032 |1800 | 234 | 172k| 334k|4050 | 0.000000e+00 | 4.108000e+03 |    Inf 
676.61/676.63	o 4040
676.61/676.63	c * 636s|902271 |454087 |997281 |   1.1 | 575M| 611 |   - |1800 |5032 |1800 | 234 | 172k| 334k|4050 | 0.000000e+00 | 4.040000e+03 |    Inf 
677.91/677.96	o 4020
677.91/677.96	c * 637s|903778 |453085 |999562 |   1.1 | 574M| 611 |   - |1800 |5344 |1800 | 244 | 172k| 335k|4052 | 0.000000e+00 | 4.020000e+03 |    Inf 
678.11/678.18	o 3944
678.11/678.18	c * 638s|903964 |444446 |  1000k|   1.1 | 560M| 611 |   - |1800 |5534 |1800 | 242 | 173k| 335k|4053 | 0.000000e+00 | 3.944000e+03 |    Inf 
678.21/678.20	o 3906
678.21/678.20	c * 638s|903965 |440034 |  1000k|   1.1 | 552M| 611 |   - |1800 |5534 |1800 | 242 | 173k| 335k|4053 | 0.000000e+00 | 3.906000e+03 |    Inf 
681.71/681.77	o 3879
681.71/681.77	c * 641s|907615 |439576 |  1008k|   1.1 | 552M| 611 |   - |1800 |5632 |1800 | 236 | 174k| 338k|4069 | 0.000000e+00 | 3.879000e+03 |    Inf 
683.81/683.82	c   643s|910000 |441473 |  1011k|   1.1 | 556M| 611 |   0 |1800 |6014 |1800 | 232 | 175k| 339k|4073 | 0.000000e+00 | 3.879000e+03 |    Inf 
692.61/692.62	c   651s|920000 |449345 |  1028k|   1.1 | 568M| 611 |   0 |1800 |5007 |1800 | 220 | 178k| 345k|4112 | 0.000000e+00 | 3.879000e+03 |    Inf 
695.01/695.07	o 3863
695.01/695.07	c * 653s|922615 |449471 |  1033k|   1.1 | 569M| 611 |   - |1800 |5694 |1800 | 250 | 179k| 347k|4117 | 0.000000e+00 | 3.863000e+03 |    Inf 
701.41/701.49	c   660s|930000 |455341 |  1044k|   1.1 | 579M| 611 |   0 |1800 |5506 |1800 | 218 | 181k| 351k|4136 | 0.000000e+00 | 3.863000e+03 |    Inf 
710.11/710.17	c   668s|940000 |463192 |  1060k|   1.1 | 593M| 611 |   0 |1800 |5200 |1800 | 200 | 184k| 356k|4182 | 0.000000e+00 | 3.863000e+03 |    Inf 
718.81/718.85	c   676s|950000 |470955 |  1076k|   1.1 | 607M| 611 |   0 |1800 |5290 |1800 | 254 | 187k| 362k|4208 | 0.000000e+00 | 3.863000e+03 |    Inf 
727.32/727.32	c   684s|960000 |479055 |  1092k|   1.1 | 620M| 611 |   0 |1800 |5744 |1800 | 232 | 190k| 367k|4252 | 0.000000e+00 | 3.863000e+03 |    Inf 
735.92/735.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
735.92/735.97	c   692s|970000 |486974 |  1110k|   1.1 | 634M| 611 |   0 |1800 |5146 |1800 | 201 | 193k| 372k|4286 | 0.000000e+00 | 3.863000e+03 |    Inf 
744.72/744.71	c   700s|980000 |494914 |  1129k|   1.2 | 649M| 611 |   3 |1800 |5238 |1800 | 235 | 196k| 377k|4317 | 0.000000e+00 | 3.863000e+03 |    Inf 
753.22/753.27	c   708s|990000 |502678 |  1145k|   1.2 | 663M| 611 |   0 |1800 |5702 |1800 | 229 | 199k| 383k|4353 | 0.000000e+00 | 3.863000e+03 |    Inf 
761.82/761.88	c   716s|  1000k|510663 |  1163k|   1.2 | 676M| 611 |   0 |1800 |4731 |1800 | 230 | 203k| 388k|4382 | 0.000000e+00 | 3.863000e+03 |    Inf 
770.31/770.36	o 3826
770.31/770.36	c * 724s|  1009k|513806 |  1184k|   1.2 | 682M| 611 |   - |1800 |4777 |1800 | 238 | 206k| 393k|4427 | 0.000000e+00 | 3.826000e+03 |    Inf 
770.31/770.38	o 3814
770.31/770.38	c * 724s|  1009k|512129 |  1184k|   1.2 | 679M| 611 |   - |1800 |4777 |1800 | 238 | 206k| 393k|4427 | 0.000000e+00 | 3.814000e+03 |    Inf 
770.62/770.61	c   725s|  1010k|512336 |  1184k|   1.2 | 679M| 611 |   0 |1800 |4769 |1800 | 204 | 206k| 393k|4427 | 0.000000e+00 | 3.814000e+03 |    Inf 
779.21/779.20	c   733s|  1020k|520167 |  1202k|   1.2 | 693M| 611 |   0 |1800 |4838 |1800 | 221 | 209k| 398k|4457 | 0.000000e+00 | 3.814000e+03 |    Inf 
787.62/787.62	c   740s|  1030k|527951 |  1217k|   1.2 | 707M| 611 |   0 |1800 |5541 |1800 | 228 | 212k| 404k|4480 | 0.000000e+00 | 3.814000e+03 |    Inf 
796.01/796.06	c   748s|  1040k|535887 |  1233k|   1.2 | 720M| 611 |   0 |1800 |5329 |1800 | 217 | 215k| 409k|4511 | 0.000000e+00 | 3.814000e+03 |    Inf 
804.41/804.45	c   756s|  1050k|543931 |  1250k|   1.2 | 733M| 611 |   0 |1800 |4869 |1800 | 207 | 218k| 413k|4543 | 0.000000e+00 | 3.814000e+03 |    Inf 
813.01/813.03	c   764s|  1060k|551937 |  1268k|   1.2 | 748M| 611 |   0 |1800 |5433 |1800 | 237 | 220k| 418k|4566 | 0.000000e+00 | 3.814000e+03 |    Inf 
821.42/821.43	c   772s|  1070k|559732 |  1283k|   1.2 | 761M| 611 |   - |1800 |5517 |   0 |   0 | 223k| 424k|4591 | 0.000000e+00 | 3.814000e+03 |    Inf 
829.81/829.88	c   780s|  1080k|567653 |  1297k|   1.2 | 775M| 611 |   0 |1800 |6035 |1800 | 231 | 226k| 429k|4614 | 0.000000e+00 | 3.814000e+03 |    Inf 
838.52/838.58	c   788s|  1090k|575582 |  1315k|   1.2 | 789M| 611 |   0 |1800 |6142 |1800 | 218 | 229k| 435k|4648 | 0.000000e+00 | 3.814000e+03 |    Inf 
841.42/841.46	o 3795
841.42/841.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.42/841.46	c * 791s|  1093k|575430 |  1322k|   1.2 | 789M| 611 |   - |1800 |5302 |1800 | 219 | 230k| 436k|4659 | 0.000000e+00 | 3.795000e+03 |    Inf 
842.41/842.43	o 3778
842.41/842.43	c * 792s|  1094k|573679 |  1324k|   1.2 | 787M| 611 |   - |1800 |5148 |1800 | 204 | 231k| 437k|4659 | 0.000000e+00 | 3.778000e+03 |    Inf 
846.62/846.68	o 3761
846.62/846.68	c * 796s|  1099k|574981 |  1332k|   1.2 | 790M| 611 |   - |1800 |5910 |1800 | 219 | 232k| 440k|4676 | 0.000000e+00 | 3.761000e+03 |    Inf 
847.51/847.59	c   797s|  1100k|575777 |  1334k|   1.2 | 791M| 611 |   0 |1800 |5973 |1800 | 209 | 233k| 440k|4681 | 0.000000e+00 | 3.761000e+03 |    Inf 
856.22/856.23	c   805s|  1110k|583769 |  1351k|   1.2 | 805M| 611 |   - |1800 |5122 |1800 | 202 | 236k| 445k|4706 | 0.000000e+00 | 3.761000e+03 |    Inf 
864.82/864.88	c   813s|  1120k|591736 |  1370k|   1.2 | 819M| 611 |   0 |1800 |5173 |1800 | 208 | 239k| 449k|4741 | 0.000000e+00 | 3.761000e+03 |    Inf 
869.11/869.11	o 3716
869.11/869.11	c * 817s|  1124k|588843 |  1379k|   1.2 | 814M| 611 |   - |1800 |5533 |1800 | 220 | 241k| 451k|4758 | 0.000000e+00 | 3.716000e+03 |    Inf 
869.22/869.21	o 3693
869.22/869.21	c * 817s|  1124k|585345 |  1379k|   1.2 | 808M| 611 |   - |1800 |5536 |1800 | 227 | 241k| 451k|4758 | 0.000000e+00 | 3.693000e+03 |    Inf 
869.22/869.22	o 3683
869.22/869.22	c * 817s|  1124k|583841 |  1379k|   1.2 | 806M| 611 |   - |1800 |5536 |1800 | 227 | 241k| 451k|4758 | 0.000000e+00 | 3.683000e+03 |    Inf 
874.12/874.16	c   822s|  1130k|587778 |  1392k|   1.2 | 814M| 611 |   0 |1800 |5778 |1800 | 203 | 243k| 455k|4789 | 0.000000e+00 | 3.683000e+03 |    Inf 
883.02/883.07	c   830s|  1140k|595897 |  1415k|   1.2 | 828M| 611 |   - |1800 |4582 |   0 |   0 | 246k| 459k|4817 | 0.000000e+00 | 3.683000e+03 |    Inf 
892.02/892.07	c   839s|  1150k|603781 |  1436k|   1.2 | 842M| 611 |   0 |1800 |4962 |1800 | 226 | 250k| 464k|4864 | 0.000000e+00 | 3.683000e+03 |    Inf 
893.22/893.28	o 3614
893.22/893.28	c * 840s|  1151k|593444 |  1439k|   1.2 | 824M| 611 |   - |1800 |4790 |1800 | 263 | 250k| 464k|4864 | 0.000000e+00 | 3.614000e+03 |    Inf 
901.01/901.02	c   847s|  1160k|600434 |  1458k|   1.3 | 837M| 611 |   0 |1800 |5172 |1800 | 208 | 253k| 468k|4895 | 0.000000e+00 | 3.614000e+03 |    Inf 
905.33/905.33	o 3569
905.33/905.33	c * 851s|  1164k|596575 |  1466k|   1.3 | 830M| 611 |   - |1800 |5464 |1800 | 227 | 255k| 471k|4914 | 0.000000e+00 | 3.569000e+03 |    Inf 
908.62/908.68	o 3342
908.62/908.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
908.62/908.68	c * 854s|  1168k|558524 |  1472k|   1.3 | 766M| 611 |   - |1800 |5932 |1800 | 228 | 256k| 473k|4917 | 0.000000e+00 | 3.342000e+03 |    Inf 
908.72/908.72	o 3287
908.72/908.72	c * 854s|  1168k|548656 |  1472k|   1.3 | 749M| 611 |   - |1800 |5932 |1800 | 228 | 256k| 473k|4917 | 0.000000e+00 | 3.287000e+03 |    Inf 
910.41/910.43	c   856s|  1170k|549918 |  1475k|   1.3 | 752M| 611 |   0 |1800 |5750 |1800 | 243 | 257k| 474k|4917 | 0.000000e+00 | 3.287000e+03 |    Inf 
919.62/919.66	c   865s|  1180k|557571 |  1495k|   1.3 | 766M| 611 |   0 |1800 |5699 |1800 | 203 | 261k| 479k|4963 | 0.000000e+00 | 3.287000e+03 |    Inf 
929.02/929.07	o 3263
929.02/929.07	c * 874s|  1189k|560586 |  1518k|   1.3 | 773M| 611 |   - |1800 |4962 |1800 | 218 | 265k| 484k|5011 | 0.000000e+00 | 3.263000e+03 |    Inf 
929.22/929.23	c   874s|  1190k|560717 |  1518k|   1.3 | 774M| 611 |   0 |1800 |5002 |1800 | 226 | 265k| 484k|5012 | 0.000000e+00 | 3.263000e+03 |    Inf 
938.12/938.15	c   882s|  1200k|568188 |  1535k|   1.3 | 788M| 611 |   0 |1800 |4648 |1800 | 217 | 268k| 488k|5031 | 0.000000e+00 | 3.263000e+03 |    Inf 
947.32/947.39	c   891s|  1210k|575393 |  1555k|   1.3 | 803M| 611 |   0 |1800 |5021 |1800 | 225 | 272k| 494k|5083 | 0.000000e+00 | 3.263000e+03 |    Inf 
956.32/956.33	c   899s|  1220k|582997 |  1573k|   1.3 | 818M| 611 |   0 |1800 |5693 |1800 | 240 | 275k| 499k|5107 | 0.000000e+00 | 3.263000e+03 |    Inf 
964.92/964.99	c   907s|  1230k|590716 |  1589k|   1.3 | 832M| 611 |   0 |1800 |5452 |1800 | 203 | 278k| 504k|5142 | 0.000000e+00 | 3.263000e+03 |    Inf 
973.72/973.76	c   916s|  1240k|598408 |  1607k|   1.3 | 846M| 611 |   0 |1800 |4975 |1800 | 205 | 281k| 509k|5170 | 0.000000e+00 | 3.263000e+03 |    Inf 
973.82/973.81	o 3250
973.82/973.81	c * 916s|  1240k|595994 |  1608k|   1.3 | 842M| 611 |   - |1800 |4997 |1800 | 227 | 281k| 509k|5170 | 0.000000e+00 | 3.250000e+03 |    Inf 
973.92/973.96	o 3211
973.92/973.96	c R 916s|  1240k|588724 |  1608k|   1.3 | 830M| 611 |   - |1800 |4972 |1800 | 228 | 281k| 509k|5173 | 0.000000e+00 | 3.211000e+03 |    Inf 
976.01/976.03	o 3108
976.01/976.03	c * 918s|  1242k|570915 |  1612k|   1.3 | 798M| 611 |   - |1800 |4929 |1800 | 205 | 282k| 510k|5175 | 0.000000e+00 | 3.108000e+03 |    Inf 
976.01/976.05	o 3082
976.01/976.05	c * 918s|  1242k|566091 |  1612k|   1.3 | 789M| 611 |   - |1800 |4929 |1800 | 205 | 282k| 510k|5175 | 0.000000e+00 | 3.082000e+03 |    Inf 
976.22/976.26	o 2979
976.22/976.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
976.22/976.26	c * 918s|  1242k|545414 |  1612k|   1.3 | 748M| 611 |   - |1800 |4918 |1800 | 212 | 282k| 510k|5175 | 0.000000e+00 | 2.979000e+03 |    Inf 
983.62/983.68	c   925s|  1250k|550934 |  1636k|   1.3 | 760M| 611 |   - |1800 |3877 |1800 | 214 | 285k| 514k|5242 | 0.000000e+00 | 2.979000e+03 |    Inf 
993.12/993.19	c   934s|  1260k|558847 |  1661k|   1.3 | 776M| 611 |   0 |1800 |4845 |1800 | 212 | 290k| 518k|5273 | 0.000000e+00 | 2.979000e+03 |    Inf 
1002.52/1002.57	c   943s|  1270k|566359 |  1681k|   1.3 | 791M| 611 |   - |1800 |4437 |   0 |   0 | 294k| 523k|5304 | 0.000000e+00 | 2.979000e+03 |    Inf 
1012.12/1012.19	c   952s|  1280k|573794 |  1709k|   1.3 | 807M| 611 |   0 |1800 |3978 |1800 | 215 | 298k| 528k|5360 | 0.000000e+00 | 2.979000e+03 |    Inf 
1020.92/1020.98	o 2951
1020.92/1020.98	c * 960s|  1289k|575339 |  1732k|   1.3 | 809M| 611 |   - |1800 |5028 |1800 | 244 | 303k| 533k|5391 | 0.000000e+00 | 2.951000e+03 |    Inf 
1021.52/1021.59	c   961s|  1290k|575808 |  1733k|   1.3 | 810M| 611 |   0 |1800 |5105 |1800 | 215 | 303k| 533k|5391 | 0.000000e+00 | 2.951000e+03 |    Inf 
1022.02/1022.08	o 2949
1022.02/1022.08	c * 961s|  1290k|575673 |  1734k|   1.3 | 810M| 611 |   - |1800 |5301 |1800 | 233 | 303k| 534k|5391 | 0.000000e+00 | 2.949000e+03 |    Inf 
1022.12/1022.11	o 2919
1022.12/1022.11	c * 961s|  1290k|569271 |  1734k|   1.3 | 797M| 611 |   - |1800 |5301 |1800 | 233 | 303k| 534k|5391 | 0.000000e+00 | 2.919000e+03 |    Inf 
1031.12/1031.19	c   970s|  1300k|576711 |  1755k|   1.4 | 812M| 611 |   0 |1800 |5314 |1800 | 233 | 307k| 538k|5424 | 0.000000e+00 | 2.919000e+03 |    Inf 
1039.22/1039.22	o 2889
1039.22/1039.22	c * 977s|  1308k|576147 |  1777k|   1.4 | 814M| 611 |   - |1800 |5204 |1800 | 217 | 311k| 542k|5453 | 0.000000e+00 | 2.889000e+03 |    Inf 
1041.23/1041.22	c   979s|  1310k|577552 |  1783k|   1.4 | 817M| 611 |   - |1800 |4971 |   0 |   0 | 312k| 543k|5461 | 0.000000e+00 | 2.889000e+03 |    Inf 
1051.02/1051.09	c   988s|  1320k|584832 |  1808k|   1.4 | 832M| 611 |   0 |1800 |4559 |1800 | 221 | 316k| 549k|5496 | 0.000000e+00 | 2.889000e+03 |    Inf 
1060.53/1060.55	c   997s|  1330k|592180 |  1833k|   1.4 | 847M| 611 |   0 |1800 |4364 |1800 | 217 | 321k| 553k|5531 | 0.000000e+00 | 2.889000e+03 |    Inf 
1061.03/1061.03	o 2740
1061.03/1061.03	c * 998s|  1330k|556653 |  1835k|   1.4 | 775M| 611 |   - |1800 |4484 |1800 | 219 | 321k| 554k|5534 | 0.000000e+00 | 2.740000e+03 |    Inf 
1061.42/1061.47	o 2705
1061.42/1061.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1061.42/1061.47	c * 998s|  1330k|548348 |  1836k|   1.4 | 758M| 611 |   - |1800 |4616 |1800 | 214 | 321k| 554k|5534 | 0.000000e+00 | 2.705000e+03 |    Inf 
1070.62/1070.65	c  1007s|  1340k|554720 |  1858k|   1.4 | 773M| 611 |   - |1800 |5236 |   0 |   0 | 325k| 560k|5576 | 0.000000e+00 | 2.705000e+03 |    Inf 
1080.33/1080.37	c  1016s|  1350k|561682 |  1880k|   1.4 | 788M| 611 |   0 |1800 |5345 |1800 | 204 | 329k| 566k|5614 | 0.000000e+00 | 2.705000e+03 |    Inf 
1084.92/1084.91	o 2675
1084.92/1084.91	c *1020s|  1354k|557586 |  1892k|   1.4 | 781M| 611 |   - |1800 |5290 |1800 | 224 | 331k| 568k|5628 | 0.000000e+00 | 2.675000e+03 |    Inf 
1085.02/1085.01	o 2568
1085.02/1085.01	c *1020s|  1354k|530983 |  1892k|   1.4 | 733M| 611 |   - |1800 |5290 |1800 | 224 | 331k| 568k|5628 | 0.000000e+00 | 2.568000e+03 |    Inf 
1085.42/1085.43	o 2540
1085.42/1085.43	c *1021s|  1354k|524075 |  1892k|   1.4 | 722M| 611 |   - |1800 |5293 |1800 | 223 | 331k| 568k|5628 | 0.000000e+00 | 2.540000e+03 |    Inf 
1085.42/1085.48	o 2481
1085.42/1085.48	c *1021s|  1354k|510189 |  1892k|   1.4 | 699M| 611 |   - |1800 |5293 |1800 | 223 | 331k| 568k|5628 | 0.000000e+00 | 2.481000e+03 |    Inf 
1085.52/1085.52	o 2446
1085.52/1085.52	c *1021s|  1354k|501854 |  1892k|   1.4 | 684M| 611 |   - |1800 |5293 |1800 | 223 | 331k| 568k|5628 | 0.000000e+00 | 2.446000e+03 |    Inf 
1090.72/1090.79	c  1026s|  1360k|505338 |  1906k|   1.4 | 693M| 611 |   0 |1800 |5257 |1800 | 223 | 333k| 572k|5654 | 0.000000e+00 | 2.446000e+03 |    Inf 
1096.83/1096.89	o 2442
1096.83/1096.89	c *1032s|  1365k|508228 |  1924k|   1.4 | 702M| 611 |   - |1800 |5501 |1800 | 245 | 336k| 575k|5685 | 0.000000e+00 | 2.442000e+03 |    Inf 
1096.93/1096.91	o 2434
1096.93/1096.91	c *1032s|  1365k|506284 |  1924k|   1.4 | 698M| 611 |   - |1800 |5501 |1800 | 245 | 336k| 575k|5685 | 0.000000e+00 | 2.434000e+03 |    Inf 
1096.93/1096.94	o 2399
1096.93/1096.94	c *1032s|  1365k|498065 |  1924k|   1.4 | 685M| 611 |   - |1800 |5501 |1800 | 245 | 336k| 575k|5685 | 0.000000e+00 | 2.399000e+03 |    Inf 
1097.13/1097.18	o 2383
1097.13/1097.18	c *1032s|  1366k|494812 |  1925k|   1.4 | 679M| 611 |   - |1800 |5609 |1800 | 241 | 336k| 575k|5687 | 0.000000e+00 | 2.383000e+03 |    Inf 
1101.32/1101.30	c  1036s|  1370k|497588 |  1936k|   1.4 | 685M| 611 |   0 |1800 |5354 |1800 | 237 | 338k| 577k|5689 | 0.000000e+00 | 2.383000e+03 |    Inf 
1107.63/1107.67	o 2288
1107.63/1107.67	c *1042s|  1376k|479147 |  1953k|   1.4 | 657M| 611 |   - |1800 |4781 |1800 | 216 | 341k| 580k|5730 | 0.000000e+00 | 2.288000e+03 |    Inf 
1108.32/1108.36	o 2277
1108.32/1108.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1108.32/1108.36	c *1042s|  1376k|476920 |  1955k|   1.4 | 654M| 611 |   - |1800 |4959 |1800 | 226 | 341k| 581k|5731 | 0.000000e+00 | 2.277000e+03 |    Inf 
1108.43/1108.48	o 2181
1108.43/1108.48	c *1042s|  1376k|453669 |  1956k|   1.4 | 612M| 611 |   - |1800 |4966 |1800 | 231 | 341k| 581k|5731 | 0.000000e+00 | 2.181000e+03 |    Inf 
1108.62/1108.64	o 2172
1108.62/1108.64	c *1043s|  1377k|451635 |  1956k|   1.4 | 609M| 611 |   - |1800 |4991 |1800 | 227 | 341k| 581k|5731 | 0.000000e+00 | 2.172000e+03 |    Inf 
1111.53/1111.54	c  1045s|  1380k|453598 |  1963k|   1.4 | 613M| 611 |   0 |1800 |4705 |1800 | 212 | 343k| 582k|5736 | 0.000000e+00 | 2.172000e+03 |    Inf 
1122.22/1122.26	c  1055s|  1390k|460395 |  2000k|   1.4 | 632M| 611 |   - |1800 |4345 |1800 | 221 | 348k| 588k|5793 | 0.000000e+00 | 2.172000e+03 |    Inf 
1133.13/1133.16	c  1066s|  1400k|466953 |  2040k|   1.5 | 651M| 611 |   0 |1800 |4317 |1800 | 210 | 354k| 593k|5845 | 0.000000e+00 | 2.172000e+03 |    Inf 
1141.13/1141.16	o 2107
1141.13/1141.16	c *1073s|  1407k|456155 |  2064k|   1.5 | 636M| 611 |   - |1800 |4335 |1800 | 229 | 358k| 597k|5881 | 0.000000e+00 | 2.107000e+03 |    Inf 
1141.22/1141.26	o 2090
1141.22/1141.26	c *1073s|  1407k|452045 |  2064k|   1.5 | 629M| 611 |   - |1800 |4365 |1800 | 239 | 358k| 597k|5881 | 0.000000e+00 | 2.090000e+03 |    Inf 
1141.22/1141.29	o 2065
1141.22/1141.29	c *1073s|  1407k|445956 |  2064k|   1.5 | 618M| 611 |   - |1800 |4365 |1800 | 239 | 358k| 597k|5881 | 0.000000e+00 | 2.065000e+03 |    Inf 
1143.72/1143.74	c  1076s|  1410k|447522 |  2070k|   1.5 | 622M| 611 |   0 |1800 |4953 |1800 | 224 | 359k| 599k|5893 | 0.000000e+00 | 2.065000e+03 |    Inf 
1154.33/1154.32	c  1086s|  1420k|454257 |  2100k|   1.5 | 640M| 611 |  17 |1800 |4542 |1800 | 213 | 364k| 604k|5938 | 0.000000e+00 | 2.065000e+03 |    Inf 
1156.13/1156.12	o 2044
1156.13/1156.12	c *1087s|  1421k|450024 |  2108k|   1.5 | 634M| 611 |   - |1800 |4299 |1800 | 220 | 365k| 605k|5948 | 0.000000e+00 | 2.044000e+03 |    Inf 
1157.63/1157.66	o 1950
1157.63/1157.66	c *1089s|  1422k|427585 |  2112k|   1.5 | 597M| 611 |   - |1800 |4305 |1800 | 224 | 366k| 606k|5948 | 0.000000e+00 | 1.950000e+03 |    Inf 
1157.73/1157.74	o 1868
1157.73/1157.74	c *1089s|  1422k|406878 |  2112k|   1.5 | 563M| 611 |   - |1800 |4305 |1800 | 224 | 366k| 606k|5948 | 0.000000e+00 | 1.868000e+03 |    Inf 
1157.73/1157.76	o 1856
1157.73/1157.76	c *1089s|  1422k|404012 |  2112k|   1.5 | 558M| 611 |   - |1800 |4305 |1800 | 224 | 366k| 606k|5948 | 0.000000e+00 | 1.856000e+03 |    Inf 
1163.52/1163.56	o 1819
1163.52/1163.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.52/1163.56	c *1094s|  1428k|397859 |  2132k|   1.5 | 553M| 611 |   - |1800 |5111 |1800 | 220 | 370k| 609k|5973 | 0.000000e+00 | 1.819000e+03 |    Inf 
1163.62/1163.60	o 1785
1163.62/1163.60	c *1094s|  1428k|389574 |  2132k|   1.5 | 540M| 611 |   - |1800 |5110 |1800 | 220 | 370k| 609k|5973 | 0.000000e+00 | 1.785000e+03 |    Inf 
1163.62/1163.63	o 1746
1163.62/1163.63	c *1095s|  1428k|380130 |  2132k|   1.5 | 526M| 611 |   - |1800 |5110 |1800 | 220 | 370k| 609k|5973 | 0.000000e+00 | 1.746000e+03 |    Inf 
1163.62/1163.70	o 1715
1163.62/1163.70	c *1095s|  1428k|372490 |  2132k|   1.5 | 514M| 611 |   - |1800 |5115 |1800 | 232 | 370k| 609k|5973 | 0.000000e+00 | 1.715000e+03 |    Inf 
1163.73/1163.71	o 1703
1163.73/1163.71	c *1095s|  1428k|369598 |  2132k|   1.5 | 510M| 611 |   - |1800 |5115 |1800 | 232 | 370k| 609k|5973 | 0.000000e+00 | 1.703000e+03 |    Inf 
1165.93/1165.92	c  1097s|  1430k|370695 |  2139k|   1.5 | 514M| 611 |   - |1800 |5305 |   0 |   0 | 371k| 611k|5983 | 0.000000e+00 | 1.703000e+03 |    Inf 
1169.42/1169.45	o 1693
1169.42/1169.45	c *1100s|  1433k|369635 |  2151k|   1.5 | 516M| 611 |   - |1800 |5271 |1800 | 242 | 373k| 612k|6001 | 0.000000e+00 | 1.693000e+03 |    Inf 
1169.63/1169.61	o 1572
1169.63/1169.61	c *1100s|  1433k|339046 |  2152k|   1.5 | 469M| 611 |   - |1800 |5233 |1800 | 255 | 373k| 612k|6002 | 0.000000e+00 | 1.572000e+03 |    Inf 
1171.22/1171.24	o 1525
1171.22/1171.24	c *1102s|  1434k|327791 |  2160k|   1.5 | 454M| 611 |   - |1800 |4569 |1800 | 265 | 374k| 613k|6018 | 0.000000e+00 | 1.525000e+03 |    Inf 
1172.73/1172.70	o 1514
1172.73/1172.70	c *1103s|  1435k|325486 |  2166k|   1.5 | 452M| 611 |   - |1800 |4573 |1800 | 233 | 375k| 614k|6022 | 0.000000e+00 | 1.514000e+03 |    Inf 
1172.73/1172.74	o 1465
1172.73/1172.74	c *1103s|  1435k|314068 |  2166k|   1.5 | 436M| 611 |   - |1800 |4573 |1800 | 233 | 375k| 614k|6022 | 0.000000e+00 | 1.465000e+03 |    Inf 
1178.83/1178.80	c  1109s|  1440k|316585 |  2191k|   1.5 | 445M| 611 |   0 |1800 |4489 |1800 | 226 | 379k| 618k|6058 | 0.000000e+00 | 1.465000e+03 |    Inf 
1185.23/1185.23	o 1382
1185.23/1185.23	c *1115s|  1445k|299622 |  2218k|   1.5 | 426M| 611 |   - |1800 |4610 |1800 | 257 | 384k| 621k|6090 | 0.000000e+00 | 1.382000e+03 |    Inf 
1185.23/1185.27	o 1338
1185.23/1185.27	c *1115s|  1445k|289220 |  2218k|   1.5 | 410M| 611 |   - |1800 |4610 |1800 | 257 | 384k| 621k|6090 | 0.000000e+00 | 1.338000e+03 |    Inf 
1191.93/1191.92	c  1121s|  1450k|291484 |  2242k|   1.5 | 421M| 611 |   0 |1800 |4177 |1800 | 229 | 388k| 625k|6124 | 0.000000e+00 | 1.338000e+03 |    Inf 
1196.33/1196.31	o 1308
1196.33/1196.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.33/1196.31	c *1125s|  1453k|285928 |  2259k|   1.6 | 417M| 611 |   - |1800 |4102 |1800 | 218 | 390k| 628k|6137 | 0.000000e+00 | 1.308000e+03 |    Inf 
1196.33/1196.35	o 1265
1196.33/1196.35	c *1125s|  1453k|275998 |  2259k|   1.6 | 401M| 611 |   - |1800 |4102 |1800 | 218 | 390k| 628k|6137 | 0.000000e+00 | 1.265000e+03 |    Inf 
1205.92/1205.96	c  1134s|  1460k|279258 |  2308k|   1.6 | 417M| 611 |   - |1800 |4195 |   0 |   0 | 398k| 633k|6204 | 0.000000e+00 | 1.265000e+03 |    Inf 
1220.63/1220.61	c  1148s|  1470k|283222 |  2377k|   1.6 | 443M| 611 |   0 |1800 |4031 |1800 | 225 | 408k| 642k|6274 | 0.000000e+00 | 1.265000e+03 |    Inf 
1234.83/1234.88	c  1162s|  1480k|287700 |  2453k|   1.7 | 467M| 611 |   0 |1800 |4510 |1800 | 196 | 419k| 649k|6350 | 0.000000e+00 | 1.265000e+03 |    Inf 
1240.43/1240.48	o 1241
1240.43/1240.48	c *1167s|  1483k|283602 |  2481k|   1.7 | 468M| 611 |   - |1800 |5001 |1800 | 210 | 422k| 653k|6380 | 0.000000e+00 | 1.241000e+03 |    Inf 
1249.13/1249.18	c  1175s|  1490k|286118 |  2518k|   1.7 | 482M| 611 |   0 |1800 |3990 |1800 | 228 | 428k| 657k|6415 | 0.000000e+00 | 1.241000e+03 |    Inf 
1259.13/1259.10	o 1207
1259.13/1259.10	c *1184s|  1497k|281286 |  2560k|   1.7 | 486M| 611 |   - |1800 |3969 |1800 | 211 | 435k| 663k|6480 | 0.000000e+00 | 1.207000e+03 |    Inf 
1259.13/1259.13	o 1168
1259.13/1259.13	c *1184s|  1497k|271125 |  2560k|   1.7 | 471M| 611 |   - |1800 |3969 |1800 | 211 | 435k| 663k|6480 | 0.000000e+00 | 1.168000e+03 |    Inf 
1263.13/1263.17	c  1188s|  1500k|272294 |  2577k|   1.7 | 478M| 611 |   0 |1800 |3971 |1800 | 236 | 437k| 665k|6487 | 0.000000e+00 | 1.168000e+03 |    Inf 
1273.93/1273.96	o 1153
1273.93/1273.96	c *1198s|  1507k|271427 |  2628k|   1.7 | 490M| 611 |   - |1800 |3958 |1800 | 248 | 445k| 671k|6553 | 0.000000e+00 | 1.153000e+03 |    Inf 
1274.02/1274.00	o 1110
1274.02/1274.00	c *1198s|  1507k|261262 |  2628k|   1.7 | 475M| 611 |   - |1800 |3958 |1800 | 248 | 445k| 671k|6553 | 0.000000e+00 | 1.110000e+03 |    Inf 
1277.93/1277.90	c  1202s|  1510k|262331 |  2645k|   1.8 | 482M| 611 |   - |1800 |4433 |   0 |   0 | 448k| 674k|6565 | 0.000000e+00 | 1.110000e+03 |    Inf 
1285.13/1285.18	o 1028
1285.13/1285.18	c *1209s|  1514k|244933 |  2689k|   1.8 | 466M| 611 |   - |1800 |5010 |1800 | 217 | 454k| 677k|6609 | 0.000000e+00 | 1.028000e+03 |    Inf 
1293.64/1293.68	c  1217s|  1520k|246851 |  2731k|   1.8 | 480M| 611 |   0 |1800 |5054 |1800 | 215 | 461k| 682k|6660 | 0.000000e+00 | 1.028000e+03 |    Inf 
1310.03/1310.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1310.03/1310.07	c  1233s|  1530k|249821 |  2819k|   1.8 | 509M| 611 |   0 |1800 |3903 |1800 | 210 | 474k| 692k|6747 | 0.000000e+00 | 1.028000e+03 |    Inf 
1318.03/1318.03	o 1017
1318.03/1318.03	c *1240s|  1534k|248258 |  2861k|   1.9 | 519M| 611 |   - |1800 |4143 |1800 | 236 | 480k| 696k|6800 | 0.000000e+00 | 1.017000e+03 |    Inf 
1320.73/1320.77	o 995
1320.73/1320.77	c *1243s|  1536k|243092 |  2874k|   1.9 | 516M| 611 |   - |1800 |4042 |1800 | 241 | 482k| 698k|6809 | 0.000000e+00 | 9.950000e+02 |    Inf 
1326.64/1326.67	c  1248s|  1540k|244606 |  2910k|   1.9 | 526M| 611 |   0 |1800 |3755 |1800 | 243 | 488k| 701k|6844 | 0.000000e+00 | 9.950000e+02 |    Inf 
1343.33/1343.30	c  1264s|  1550k|248029 |  3007k|   1.9 | 556M| 611 |   0 |1800 |3647 |1800 | 225 | 502k| 710k|6951 | 0.000000e+00 | 9.950000e+02 |    Inf 
1358.73/1358.71	o 980
1358.73/1358.71	c R1278s|  1558k|246753 |  3093k|   2.0 | 582M| 611 |   - |1800 |3463 |1800 | 264 | 515k| 720k|7040 | 0.000000e+00 | 9.800000e+02 |    Inf 
1360.64/1360.70	c  1280s|  1560k|246964 |  3104k|   2.0 | 585M| 611 |  19 |1800 |3189 |1800 | 233 | 517k| 721k|7048 | 0.000000e+00 | 9.800000e+02 |    Inf 
1363.03/1363.09	o 839
1363.03/1363.09	c R1283s|  1561k|207915 |  3116k|   2.0 | 533M| 611 |   - |1800 |3442 |1800 | 218 | 519k| 722k|7063 | 0.000000e+00 | 8.390000e+02 |    Inf 
1363.13/1363.14	o 796
1363.13/1363.14	c *1283s|  1561k|195528 |  3116k|   2.0 | 514M| 611 |   - |1800 |3245 |1800 | 212 | 519k| 722k|7064 | 0.000000e+00 | 7.960000e+02 |    Inf 
1374.63/1374.63	o 790
1374.63/1374.63	c *1293s|  1566k|193153 |  3191k|   2.0 | 534M| 611 |   - |1800 |3231 |1800 | 239 | 529k| 730k|7129 | 0.000000e+00 | 7.900000e+02 |    Inf 
1376.14/1376.11	o 756
1376.14/1376.11	c *1295s|  1567k|181944 |  3201k|   2.0 | 519M| 611 |   - |1800 |2956 |1800 | 239 | 531k| 731k|7136 | 0.000000e+00 | 7.560000e+02 |    Inf 
1376.14/1376.15	o 713
1376.14/1376.15	c *1295s|  1567k|168120 |  3201k|   2.0 | 496M| 611 |   - |1800 |2956 |1800 | 239 | 531k| 731k|7136 | 0.000000e+00 | 7.130000e+02 |    Inf 
1382.14/1382.19	c  1300s|  1570k|166647 |  3241k|   2.1 | 509M| 611 |   0 |1800 |3030 |1800 | 253 | 536k| 736k|7179 | 0.000000e+00 | 7.130000e+02 |    Inf 
1393.64/1393.64	o 687
1393.64/1393.64	c *1311s|  1575k|155939 |  3317k|   2.1 | 514M| 611 |   - |1800 |3265 |1800 | 233 | 548k| 744k|7245 | 0.000000e+00 | 6.870000e+02 |    Inf 
1400.13/1400.19	o 633
1400.13/1400.19	c *1317s|  1578k|142492 |  3363k|   2.1 | 500M| 611 |   - |1800 |3353 |1800 | 252 | 554k| 748k|7275 | 0.000000e+00 | 6.330000e+02 |    Inf 
1400.53/1400.52	o 615
1400.53/1400.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.53/1400.52	c *1318s|  1578k|138822 |  3366k|   2.1 | 492M| 611 |   - |1800 |3380 |1800 | 246 | 555k| 749k|7286 | 0.000000e+00 | 6.150000e+02 |    Inf 
1400.53/1400.56	o 584
1400.53/1400.56	c *1318s|  1578k|130683 |  3366k|   2.1 | 476M| 611 |   - |1800 |3340 |1800 | 246 | 555k| 749k|7286 | 0.000000e+00 | 5.840000e+02 |    Inf 
1400.53/1400.58	o 565
1400.53/1400.58	c *1318s|  1578k|126194 |  3366k|   2.1 | 467M| 611 |   - |1800 |3340 |1800 | 246 | 555k| 749k|7286 | 0.000000e+00 | 5.650000e+02 |    Inf 
1404.13/1404.10	c  1321s|  1580k|124611 |  3391k|   2.1 | 470M| 611 |   - |1800 |2715 |   0 |   0 | 558k| 751k|7305 | 0.000000e+00 | 5.650000e+02 |    Inf 
1407.73/1407.75	o 556
1407.73/1407.75	c *1324s|  1581k|118698 |  3419k|   2.2 | 464M| 611 |   - |1800 |2812 |1800 | 215 | 562k| 754k|7327 | 0.000000e+00 | 5.560000e+02 |    Inf 
1407.73/1407.78	o 513
1407.73/1407.78	c *1324s|  1581k|109530 |  3419k|   2.2 | 443M| 611 |   - |1800 |2812 |1800 | 215 | 562k| 754k|7327 | 0.000000e+00 | 5.130000e+02 |    Inf 
1411.73/1411.76	o 500
1411.73/1411.76	c *1328s|  1583k|100951 |  3451k|   2.2 | 434M| 611 |   - |1800 |2663 |1800 | 255 | 567k| 757k|7344 | 0.000000e+00 | 5.000000e+02 |    Inf 
1419.13/1419.17	o 496
1419.13/1419.17	c *1335s|  1586k| 91597 |  3509k|   2.2 | 423M| 611 |   - |1800 |3102 |1800 | 240 | 576k| 763k|7396 | 0.000000e+00 | 4.960000e+02 |    Inf 
1420.64/1420.64	o 415
1420.64/1420.64	c *1337s|  1587k| 69890 |  3518k|   2.2 | 362M| 611 |   - |1800 |2674 |1800 | 229 | 577k| 764k|7396 | 0.000000e+00 | 4.150000e+02 |    Inf 
1426.33/1426.34	c  1342s|  1590k| 53260 |  3557k|   2.2 | 324M| 611 |   - |1800 |2667 |   0 |   0 | 585k| 768k|7426 | 0.000000e+00 | 4.150000e+02 |    Inf 
1429.54/1429.51	o 350
1429.54/1429.51	c *1345s|  1591k| 23420 |  3579k|   2.2 | 201M| 611 |   - |1800 |2936 |1800 | 235 | 589k| 771k|7455 | 0.000000e+00 | 3.500000e+02 |    Inf 
1432.83/1432.87	o 300
1432.83/1432.87	c *1348s|  1593k|  4574 |  3607k|   2.3 |  78M| 611 |   - |1800 |2911 |1800 | 251 | 594k| 773k|7472 | 0.000000e+00 | 3.000000e+02 |    Inf 
1434.44/1434.48	o 245
1434.44/1434.48	c *1349s|  1593k|   278 |  3623k|   2.3 |  19M| 611 |   - |1800 |2663 |1800 | 243 | 596k| 775k|7488 | 0.000000e+00 | 2.450000e+02 |    Inf 
1434.44/1434.49	o 206
1434.44/1434.49	c *1349s|  1593k|   242 |  3623k|   2.3 |  18M| 611 |   - |1800 |2663 |1800 | 243 | 596k| 775k|7488 | 0.000000e+00 | 2.060000e+02 |    Inf 
1434.54/1434.53	c 
1434.54/1434.53	c SCIP Status        : problem is solved [optimal solution found]
1434.54/1434.53	c Solving Time (sec) : 1349.49
1434.54/1434.53	c Solving Nodes      : 1593903
1434.54/1434.53	c Primal Bound       : +2.06000000000000e+02 (306 solutions)
1434.54/1434.53	c Dual Bound         : +2.06000000000000e+02
1434.54/1434.53	c Gap                : 0.00 %
1434.54/1434.53	s OPTIMUM FOUND
1434.54/1434.53	v x200 -x199 x198 -x197 x196 -x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 -x178 
1434.54/1434.53	v x177 x176 -x175 x174 -x173 -x172 x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
1434.54/1434.53	v x154 -x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 
1434.54/1434.53	v -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 
1434.54/1434.53	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 
1434.54/1434.53	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 
1434.54/1434.53	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 
1434.54/1434.53	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 
1434.54/1434.53	c SCIP Status        : problem is solved [optimal solution found]
1434.54/1434.53	c Solving Time       :    1349.49
1434.54/1434.53	c Original Problem   :
1434.54/1434.53	c   Problem name     : HOME/instance-2700117-1278533992.wbo
1434.54/1434.53	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
1434.54/1434.53	c   Constraints      : 1801 initial, 1801 maximal
1434.54/1434.53	c Presolved Problem  :
1434.54/1434.53	c   Problem name     : t_HOME/instance-2700117-1278533992.wbo
1434.54/1434.53	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
1434.54/1434.53	c   Constraints      : 1700 initial, 6979 maximal
1434.54/1434.53	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1434.54/1434.53	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1434.54/1434.53	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1434.54/1434.53	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1434.54/1434.53	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1434.54/1434.53	c   implics          :       0.00          0          0          0          0          0          0          0          0
1434.54/1434.53	c   probing          :       0.02          0          0          0          0          0          0          0          0
1434.54/1434.53	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1434.54/1434.53	c   linear           :       0.01          0        100          0        850          0        101          0          0
1434.54/1434.53	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1434.54/1434.53	c   root node        :          -        688          -          -       1375          -          -          -          -
1434.54/1434.53	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1434.54/1434.53	c   integral         :          0          0          0    1640822          0          0         70          0          0      64908
1434.54/1434.53	c   indicator        :        850          0    3672750    1608297          0       3628   36621489          0          0          0
1434.54/1434.53	c   linear           :        850          6    3668556    1608146          0      37193    3041934     596730          0          0
1434.54/1434.53	c   logicor          :          0+         0    2217090          0          0       7713    1496327          0          0          0
1434.54/1434.53	c   countsols        :          0          0          0    1424308          0          0          0          0          0          0
1434.54/1434.53	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1434.54/1434.53	c   integral         :       5.92       0.00       0.00       5.92       0.00
1434.54/1434.53	c   indicator        :     144.03       0.00      58.02      86.01       0.00
1434.54/1434.53	c   linear           :      97.54       0.00      53.32      44.22       0.00
1434.54/1434.53	c   logicor          :      35.66       0.00      35.66       0.00       0.00
1434.54/1434.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1434.54/1434.53	c Propagators        :       Time      Calls    Cutoffs    DomReds
1434.54/1434.53	c   vbounds          :       0.00          2          0          0
1434.54/1434.53	c   rootredcost      :       0.01        206          0        687
1434.54/1434.53	c   pseudoobj        :      87.72    3813178     140623   30478431
1434.54/1434.53	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1434.54/1434.53	c   propagation      :       9.54     185529     185050     685791       24.5     238630        3.8          -
1434.54/1434.53	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1434.54/1434.53	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1434.54/1434.53	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1434.54/1434.53	c   pseudo solution  :       0.09        603        603       3001       23.3       1331        3.9          -
1434.54/1434.53	c   applied globally :          -          -          -     775013       17.0          -          -          -
1434.54/1434.53	c   applied locally  :          -          -          -          0        0.0          -          -          -
1434.54/1434.53	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1434.54/1434.53	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 99)
1434.54/1434.53	c   redcost          :      61.98    1691476          0    5405954          0          0
1434.54/1434.53	c   impliedbounds    :       0.00          4          0          0          0          0
1434.54/1434.53	c   intobj           :       0.00          0          0          0          0          0
1434.54/1434.53	c   cgmip            :       0.00          0          0          0          0          0
1434.54/1434.53	c   gomory           :       0.02          4          0          0        104          0
1434.54/1434.53	c   strongcg         :       0.00          4          0          0          0          0
1434.54/1434.53	c   cmir             :       0.02          4          0          0          0          0
1434.54/1434.53	c   flowcover        :       0.00          4          0          0          0          0
1434.54/1434.53	c   clique           :       0.00          1          0          0          0          0
1434.54/1434.53	c   zerohalf         :       0.00          0          0          0          0          0
1434.54/1434.53	c   mcf              :       0.00          1          0          0          0          0
1434.54/1434.53	c   rapidlearning    :       0.00          0          0          0          0          0
1434.54/1434.53	c Pricers            :       Time      Calls       Vars
1434.54/1434.53	c   problem variables:       0.00          0          0
1434.54/1434.53	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1434.54/1434.53	c   relpscost        :       5.92      32520          0         70          0          0      64908
1434.54/1434.53	c   pscost           :       0.00          0          0          0          0          0          0
1434.54/1434.53	c   inference        :     107.47    1424105          0          0          0          0    2848210
1434.54/1434.53	c   mostinf          :       0.00          0          0          0          0          0          0
1434.54/1434.53	c   leastinf         :       0.00          0          0          0          0          0          0
1434.54/1434.53	c   fullstrong       :       0.00          0          0          0          0          0          0
1434.54/1434.53	c   allfullstrong    :       0.00          0          0          0          0          0          0
1434.54/1434.53	c   random           :       0.00          0          0          0          0          0          0
1434.54/1434.53	c Primal Heuristics  :       Time      Calls      Found
1434.54/1434.53	c   LP solutions     :       3.85          -        203
1434.54/1434.53	c   pseudo solutions :       0.00          -          0
1434.54/1434.53	c   feaspump         :       0.00          0          0
1434.54/1434.53	c   intshifting      :       0.01          4          0
1434.54/1434.53	c   oneopt           :       0.37        152          0
1434.54/1434.53	c   pscostdiving     :       2.05       4184          0
1434.54/1434.53	c   fracdiving       :       2.33       4184          0
1434.54/1434.53	c   veclendiving     :       2.00       4184          0
1434.54/1434.53	c   linesearchdiving :       2.18       4184          0
1434.54/1434.53	c   guideddiving     :       2.16       4184          0
1434.54/1434.53	c   coefdiving       :       1.88       4185          0
1434.54/1434.53	c   objpscostdiving  :       2.21       4183          0
1434.54/1434.53	c   rootsoldiving    :       1.92       4183          0
1434.54/1434.53	c   trivial          :       0.00          2          1
1434.54/1434.53	c   simplerounding   :       0.12      36523          0
1434.54/1434.53	c   zirounding       :       0.01       1000          0
1434.54/1434.53	c   rounding         :       0.59       9891          3
1434.54/1434.53	c   shifting         :       0.35        817          0
1434.54/1434.53	c   twoopt           :       0.00          0          0
1434.54/1434.53	c   fixandinfer      :       0.00          0          0
1434.54/1434.53	c   intdiving        :       0.00          0          0
1434.54/1434.53	c   actconsdiving    :       0.00          0          0
1434.54/1434.53	c   octane           :       0.00          0          0
1434.54/1434.53	c   rens             :       0.02          1          0
1434.54/1434.53	c   rins             :       0.00          0          0
1434.54/1434.53	c   localbranching   :       0.00          0          0
1434.54/1434.53	c   mutation         :       0.00          0          0
1434.54/1434.53	c   crossover        :       5.03        415          1
1434.54/1434.53	c   dins             :       0.00          0          0
1434.54/1434.53	c   undercover       :       0.00          0          0
1434.54/1434.53	c   nlp              :       0.00          0          0
1434.54/1434.53	c   trysol           :       0.07       6166         98
1434.54/1434.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1434.54/1434.53	c   primal LP        :       0.00          0          0       0.00          -
1434.54/1434.53	c   dual LP          :     486.58     457375    3613054       7.90    7425.41
1434.54/1434.53	c   lex dual LP      :       0.00          0          0       0.00          -
1434.54/1434.53	c   barrier LP       :       0.00          0          0       0.00          -
1434.54/1434.53	c   diving/probing LP:       0.17        166      10645      64.13   62617.65
1434.54/1434.53	c   strong branching :       5.72       7488      71790       9.59   12550.70
1434.54/1434.53	c     (at root node) :          -         33       2947      89.30          -
1434.54/1434.53	c   conflict analysis:       0.00          0          0       0.00          -
1434.54/1434.53	c B&B Tree           :
1434.54/1434.53	c   number of runs   :          1
1434.54/1434.53	c   nodes            :    1593903
1434.54/1434.53	c   nodes (total)    :    1593903
1434.54/1434.53	c   nodes left       :          0
1434.54/1434.53	c   max depth        :        611
1434.54/1434.53	c   max depth (total):        611
1434.54/1434.53	c   backtracks       :      74952 (4.7%)
1434.54/1434.53	c   delayed cutoffs  :     138476
1434.54/1434.53	c   repropagations   :     371970 (19348015 domain reductions, 52619 cutoffs)
1434.54/1434.53	c   avg switch length:       3.49
1434.54/1434.53	c   switching time   :     101.81
1434.54/1434.53	c Solution           :
1434.54/1434.53	c   Solutions found  :        306 (207 improvements)
1434.54/1434.53	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1434.54/1434.53	c   Primal Bound     : +2.06000000000000e+02   (in run 1, after 1593892 nodes, 1349.44 seconds, depth 18, found by <relaxation>)
1434.54/1434.53	c   Dual Bound       : +2.06000000000000e+02
1434.54/1434.53	c   Gap              :       0.00 %
1434.54/1434.53	c   Root Dual Bound  : +0.00000000000000e+00
1434.54/1434.53	c   Root Iterations  :        350
1434.54/1434.59	c Time complete: 1434.63.

Verifier Data

OK	206

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700117-1278533992/watcher-2700117-1278533992 -o /tmp/evaluation-result-2700117-1278533992/solver-2700117-1278533992 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700117-1278533992.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: 4.13 2.08 0.81 3/178 18668
/proc/meminfo: memFree=30049636/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=10980 CPUtime=0
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 1679 0 0 0 0 0 0 0 21 0 1 0 21614122 11243520 1599 4089446400 4194304 9819077 140735584734192 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18668/statm: 2745 1599 392 1374 0 1366 0

[startup+0.09503 s]
/proc/loadavg: 4.13 2.08 0.81 3/178 18668
/proc/meminfo: memFree=30049636/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=25744 CPUtime=0.09
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 6305 0 0 0 8 1 0 0 21 0 1 0 21614122 26361856 5045 4089446400 4194304 9819077 140735584734192 18446744073709551615 6046827 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 6436 5045 673 1374 0 5057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25744

[startup+0.10103 s]
/proc/loadavg: 4.13 2.08 0.81 3/178 18668
/proc/meminfo: memFree=30049636/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=25956 CPUtime=0.09
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 6364 0 0 0 8 1 0 0 21 0 1 0 21614122 26578944 5098 4089446400 4194304 9819077 140735584734192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 6489 5098 673 1374 0 5110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25956

[startup+0.300993 s]
/proc/loadavg: 4.13 2.08 0.81 3/178 18668
/proc/meminfo: memFree=30049636/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=27960 CPUtime=0.29
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 12605 0 0 0 26 3 0 0 21 0 1 0 21614122 28631040 5348 4089446400 4194304 9819077 140735584734192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 6990 5348 700 1374 0 5611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27960

[startup+0.700923 s]
/proc/loadavg: 4.13 2.08 0.81 3/178 18668
/proc/meminfo: memFree=30049636/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=28292 CPUtime=0.69
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 19053 0 0 0 64 5 0 0 22 0 1 0 21614122 28971008 5403 4089446400 4194304 9819077 140735584734192 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 7073 5403 702 1374 0 5694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28292

[startup+1.50077 s]
/proc/loadavg: 4.13 2.08 0.81 3/179 18669
/proc/meminfo: memFree=30029292/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=29828 CPUtime=1.49
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 30507 0 0 0 138 11 0 0 25 0 1 0 21614122 30543872 6291 4089446400 4194304 9819077 140735584734192 18446744073709551615 6590480 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 7457 6291 707 1374 0 6078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29828

[startup+3.10048 s]
/proc/loadavg: 4.13 2.08 0.81 4/179 18669
/proc/meminfo: memFree=30024492/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=32828 CPUtime=3.09
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 39013 0 0 0 286 23 0 0 25 0 1 0 21614122 33615872 6972 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 8207 6972 707 1374 0 6828 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32828

[startup+6.3009 s]
/proc/loadavg: 3.96 2.08 0.82 3/179 18669
/proc/meminfo: memFree=30014324/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=39940 CPUtime=6.29
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 47792 0 0 0 589 40 0 0 25 0 1 0 21614122 40898560 8685 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 9985 8685 707 1374 0 8606 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39940

[startup+12.7007 s]
/proc/loadavg: 3.80 2.08 0.82 3/179 18670
/proc/meminfo: memFree=30003632/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=50536 CPUtime=12.69
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 59552 0 0 0 1192 77 0 0 25 0 1 0 21614122 51748864 11295 4089446400 4194304 9819077 140735584734192 18446744073709551615 6723462 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 12634 11295 707 1374 0 11255 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50536

[startup+25.5004 s]
/proc/loadavg: 3.40 2.07 0.84 3/179 18670
/proc/meminfo: memFree=29976480/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=70880 CPUtime=25.49
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 86517 0 0 0 2393 156 0 0 25 0 1 0 21614122 72581120 16405 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 17720 16405 707 1374 0 16341 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70880

[startup+51.1007 s]
/proc/loadavg: 2.92 2.06 0.87 3/179 18671
/proc/meminfo: memFree=29930544/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=106036 CPUtime=51.09
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 192264 0 0 0 4801 308 0 0 25 0 1 0 21614122 108580864 24815 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18668/statm: 26509 24815 707 1374 0 25130 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106036

[startup+102.306 s]
/proc/loadavg: 2.40 2.05 0.93 3/179 18673
/proc/meminfo: memFree=29826048/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=182816 CPUtime=102.3
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 374942 0 0 0 9613 617 0 0 25 0 1 0 21614122 187203584 44255 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 45704 44255 707 1374 0 44325 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 182816

[startup+162.3 s]
/proc/loadavg: 2.14 2.04 0.99 3/179 18674
/proc/meminfo: memFree=29713504/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=276596 CPUtime=162.3
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 572507 0 0 0 15253 977 0 0 25 0 1 0 21614122 283234304 66796 4089446400 4194304 9819077 140735584734192 18446744073709551615 6590538 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 69149 66796 707 1374 0 67770 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 276596

[startup+222.301 s]
/proc/loadavg: 2.09 2.05 1.06 3/179 18675
/proc/meminfo: memFree=29602400/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=358700 CPUtime=222.3
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 757223 0 0 0 20897 1333 0 0 25 0 1 0 21614122 367308800 87257 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 89675 87257 707 1374 0 88296 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 358700

[startup+282.301 s]
/proc/loadavg: 2.03 2.03 1.11 3/179 18677
/proc/meminfo: memFree=29501652/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=427572 CPUtime=282.3
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 948224 0 0 0 26540 1690 0 0 25 0 1 0 21614122 437833728 104482 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 106893 104482 707 1374 0 105514 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 427572

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 1.17 3/179 18679
/proc/meminfo: memFree=29446096/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=454824 CPUtime=342.3
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 1188670 0 0 0 32188 2042 0 0 25 0 1 0 21614122 465739776 111104 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 113706 111104 707 1374 0 112327 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 454824

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 1.21 3/179 18680
/proc/meminfo: memFree=29396296/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=479676 CPUtime=402.3
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 1375396 0 0 0 37828 2402 0 0 25 0 1 0 21614122 491188224 116803 4089446400 4194304 9819077 140735584734192 18446744073709551615 6372759 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 119919 116803 707 1374 0 118540 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 479676

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.26 3/179 18682
/proc/meminfo: memFree=29344020/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=511188 CPUtime=462.3
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 1596893 0 0 0 43482 2748 0 0 25 0 1 0 21614122 523456512 124196 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 127797 124196 707 1374 0 126418 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 511188

[startup+522.301 s]
/proc/loadavg: 2.06 2.02 1.31 3/179 18683
/proc/meminfo: memFree=29252056/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=580596 CPUtime=522.3
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 1815062 0 0 0 49115 3115 0 0 25 0 1 0 21614122 594530304 140740 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 145149 140740 707 1374 0 143770 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 580596

[startup+582.301 s]
/proc/loadavg: 2.06 2.03 1.36 3/179 18685
/proc/meminfo: memFree=29191460/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=622128 CPUtime=582.31
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 2035039 0 0 0 54752 3479 0 0 25 0 1 0 21614122 637059072 149962 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 155532 149962 707 1374 0 154153 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 622128

[startup+642.301 s]
/proc/loadavg: 2.09 2.04 1.40 3/179 18687
/proc/meminfo: memFree=29103624/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=689612 CPUtime=642.32
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 2248805 0 0 0 60394 3838 0 0 25 0 1 0 21614122 706162688 163372 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 172403 163372 707 1374 0 171024 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 689612

[startup+702.301 s]

################
# More data... #
################

/proc/meminfo: memFree=29032120/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=733500 CPUtime=702.31
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 2529624 0 0 0 66027 4204 0 0 25 0 1 0 21614122 751104000 173038 4089446400 4194304 9819077 140735584734192 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 183419 173039 707 1374 0 182040 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 733500

[startup+762.306 s]
/proc/loadavg: 2.01 2.02 1.47 3/179 18690
/proc/meminfo: memFree=28949196/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=800024 CPUtime=762.32
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 2730378 0 0 0 71669 4563 0 0 25 0 1 0 21614122 819224576 188011 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 200006 188011 707 1374 0 198627 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 800024

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 1.50 3/179 18691
/proc/meminfo: memFree=28844096/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=886560 CPUtime=822.32
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 2943805 0 0 0 77311 4921 0 0 25 0 1 0 21614122 907837440 208000 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 221640 208000 707 1374 0 220261 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 886560

[startup+882.3 s]
/proc/loadavg: 2.00 2.01 1.52 3/179 18693
/proc/meminfo: memFree=28744932/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=970876 CPUtime=882.32
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 3189996 0 0 0 82958 5274 0 0 25 0 1 0 21614122 994177024 226192 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 242719 226192 707 1374 0 241340 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 970876

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 1.55 3/179 18695
/proc/meminfo: memFree=28697588/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1001500 CPUtime=942.32
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 3439933 0 0 0 88599 5633 0 0 25 0 1 0 21614122 1025536000 232672 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 250375 232672 707 1374 0 248996 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1001500

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.58 3/179 18696
/proc/meminfo: memFree=28651120/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1027376 CPUtime=1002.32
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 3651844 0 0 0 94245 5987 0 0 25 0 1 0 21614122 1052033024 237855 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 256844 237855 707 1374 0 255465 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1027376

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.60 3/179 18698
/proc/meminfo: memFree=28608644/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1049492 CPUtime=1062.32
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 3896580 0 0 0 99896 6336 0 0 25 0 1 0 21614122 1074679808 242203 4089446400 4194304 9819077 140735584734192 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 262373 242203 707 1374 0 260994 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1049492

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.62 3/179 18699
/proc/meminfo: memFree=28571952/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1056728 CPUtime=1122.32
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 4129316 0 0 0 105552 6680 0 0 25 0 1 0 21614122 1082089472 243788 4089446400 4194304 9819077 140735584734192 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 264182 243788 707 1374 0 262803 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1056728

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/179 18701
/proc/meminfo: memFree=28541748/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1061732 CPUtime=1182.33
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 4408304 0 0 0 111206 7027 0 0 25 0 1 0 21614122 1087213568 244966 4089446400 4194304 9819077 140735584734192 18446744073709551615 6389105 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 265433 244966 707 1374 0 264054 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1061732

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/179 18703
/proc/meminfo: memFree=28508308/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1073880 CPUtime=1242.33
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 4699168 0 0 0 116866 7367 0 0 25 0 1 0 21614122 1099653120 247105 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 268470 247105 707 1374 0 267091 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1073880

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 18705
/proc/meminfo: memFree=28465944/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1098344 CPUtime=1302.34
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 4999942 0 0 0 122522 7712 0 0 25 0 1 0 21614122 1124704256 251955 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 274586 251955 707 1374 0 273207 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1098344

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/179 18706
/proc/meminfo: memFree=28387764/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1164792 CPUtime=1362.33
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 5306666 0 0 0 128179 8054 0 0 25 0 1 0 21614122 1192747008 264829 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 291198 264829 707 1374 0 289819 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1164792

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.71 3/179 18707
/proc/meminfo: memFree=28323940/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1212256 CPUtime=1422.34
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 5669384 0 0 0 133806 8428 0 0 25 0 1 0 21614122 1241350144 275015 4089446400 4194304 9819077 140735584734192 18446744073709551615 6388914 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 302933 275011 708 1374 0 301554 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1212256

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

[startup+1427.1 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 18707
/proc/meminfo: memFree=28321820/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1221036 CPUtime=1427.14
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 5698379 0 0 0 134256 8458 0 0 25 0 1 0 21614122 1250340864 276921 4089446400 4194304 9819077 140735584734192 18446744073709551615 4698719 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 305259 276921 708 1374 0 303880 0
Current children cumulated CPU time (s) 1427.14
Current children cumulated vsize (KiB) 1221036

[startup+1430.3 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 18707
/proc/meminfo: memFree=28319208/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1212260 CPUtime=1430.33
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 5715939 0 0 0 134555 8478 0 0 25 0 1 0 21614122 1241354240 275037 4089446400 4194304 9819077 140735584734192 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 303065 275037 708 1374 0 301686 0
Current children cumulated CPU time (s) 1430.33
Current children cumulated vsize (KiB) 1212260

[startup+1431.9 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 18707
/proc/meminfo: memFree=28319208/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1212260 CPUtime=1431.94
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 5724243 0 0 0 134704 8490 0 0 25 0 1 0 21614122 1241354240 275038 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 303065 275038 708 1374 0 301686 0
Current children cumulated CPU time (s) 1431.94
Current children cumulated vsize (KiB) 1212260

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 18708
/proc/meminfo: memFree=28319208/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1209528 CPUtime=1433.53
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 5738674 0 0 0 134854 8499 0 0 25 0 1 0 21614122 1238556672 274322 4089446400 4194304 9819077 140735584734192 18446744073709551615 7299273 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 302202 274309 708 1374 0 300823 0
Current children cumulated CPU time (s) 1433.53
Current children cumulated vsize (KiB) 1209528

[startup+1434.3 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 18708
/proc/meminfo: memFree=28387532/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1141896 CPUtime=1434.33
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 5743467 0 0 0 134928 8505 0 0 25 0 1 0 21614122 1169301504 257414 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 285474 257414 708 1374 0 284095 0
Current children cumulated CPU time (s) 1434.33
Current children cumulated vsize (KiB) 1141896

[startup+1434.5 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 18708
/proc/meminfo: memFree=28387532/32951124 swapFree=67111528/67111528
[pid=18668] ppid=18666 vsize=1075784 CPUtime=1434.54
/proc/18668/stat : 18668 (pbscip.linux.x8) R 18666 18668 18327 0 -1 4202496 5744523 0 0 0 134947 8507 0 0 25 0 1 0 21614122 1101602816 240885 4089446400 4194304 9819077 140735584734192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18668/statm: 268946 240885 708 1374 0 267567 0
Current children cumulated CPU time (s) 1434.54
Current children cumulated vsize (KiB) 1075784

Child status: 0
Real time (s): 1434.59
CPU time (s): 1434.63
CPU user time (s): 1349.52
CPU system time (s): 85.1111
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1221036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1349.52
system time used= 85.1111
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5744641
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= 1
involuntary context switches= 14465

runsolver used 1.9577 second user time and 4.71328 second system time

The end

Launcher Data

Begin job on node104 at 2010-07-07 22:19:52
IDJOB=2700117
IDBENCH=79401
IDSOLVER=1205
FILE ID=node104/2700117-1278533992
PBS_JOBID= 11239269
Free space on /tmp= 73604 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh15_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700117-1278533992/watcher-2700117-1278533992 -o /tmp/evaluation-result-2700117-1278533992/solver-2700117-1278533992 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700117-1278533992.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 415715e3de5713a6aca23e12a1a413cb
RANDOM SEED=1567576262

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30050412 kB
Buffers:        127148 kB
Cached:        2468500 kB
SwapCached:          0 kB
Active:        1029432 kB
Inactive:      1725752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30050412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      159476 kB
Mapped:          16840 kB
Slab:            80748 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   300660 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= 73600 MiB
End job on node104 at 2010-07-07 22:43:47