Trace number 2700045

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 solverMSAT (TO) 1802.13 1802.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh305_wcsp.wbo
MD5SUM8285b15ee2c0064deae9a0e09e679565
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark742
Best CPU time to get the best result obtained on this benchmark6.06408
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 constraints1000
Number of soft constraints900
Number of constraints which are clauses900
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 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
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-2700045-1278533922.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 cont) and 1901 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.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 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, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1100 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c     900 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 444854
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 |     - |6452k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6875k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.00/0.07	c   0.0s|     1 |     0 |    34 |     - |6912k|   0 |   0 |1900 |1800 |1900 |  65 |  65 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   110 |     - |6959k|   0 |  37 |1900 |1800 |1900 | 106 | 106 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.07/0.08	c   0.1s|     1 |     0 |   183 |     - |7099k|   0 |  57 |1900 |1800 |1900 | 154 | 154 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.07/0.09	c   0.1s|     1 |     0 |   254 |     - |7257k|   0 |  55 |1900 |1800 |1900 | 188 | 188 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   346 |     - |7291k|   0 |  49 |1900 |1800 |1900 | 203 | 203 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   387 |     - |7320k|   0 |  50 |1900 |1800 |1900 | 207 | 207 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.34	c   0.3s|     1 |     2 |   504 |     - |7372k|   0 |  50 |1900 |1800 |1900 | 207 | 207 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
4.90/4.92	o 10387
4.90/4.92	c * 4.6s|  4713 |  4254 |  8280 |   1.7 |  13M| 616 |   - |1900 |1802 |1900 | 287 |1192 |   2 | 656 | 0.000000e+00 | 1.038700e+04 |    Inf 
8.89/8.96	c   8.4s| 10000 |  9531 | 15171 |   1.5 |  20M| 616 |   0 |1900 |1850 |1900 | 231 |2183 |  50 | 727 | 0.000000e+00 | 1.038700e+04 |    Inf 
16.59/16.68	c  15.7s| 20000 | 18669 | 28375 |   1.4 |  31M| 616 |  24 |1900 |3566 |1900 | 206 |4801 |3578 | 743 | 0.000000e+00 | 1.038700e+04 |    Inf 
24.10/24.19	c  22.8s| 30000 | 28089 | 40029 |   1.3 |  42M| 616 |   0 |1900 |2754 |1900 | 216 |6534 |5768 | 750 | 0.000000e+00 | 1.038700e+04 |    Inf 
31.79/31.83	c  30.0s| 40000 | 37312 | 53293 |   1.3 |  53M| 616 |   0 |1900 |3791 |1900 | 229 |9063 |8898 | 761 | 0.000000e+00 | 1.038700e+04 |    Inf 
39.09/39.18	c  37.0s| 50000 | 46390 | 61913 |   1.2 |  64M| 616 |   0 |1900 |3753 |1900 | 227 |  10k|  12k| 764 | 0.000000e+00 | 1.038700e+04 |    Inf 
46.70/46.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.70/46.76	c  44.1s| 60000 | 55499 | 73225 |   1.2 |  76M| 616 |   0 |1900 |4537 |1900 | 213 |  12k|  16k| 766 | 0.000000e+00 | 1.038700e+04 |    Inf 
54.29/54.36	c  51.3s| 70000 | 64520 | 84761 |   1.2 |  87M| 616 |   0 |1900 |4434 |1900 | 245 |  14k|  20k| 766 | 0.000000e+00 | 1.038700e+04 |    Inf 
59.30/59.34	o 10307
59.30/59.34	c *56.1s| 76847 | 70453 | 90393 |   1.2 |  95M| 616 |   - |1900 |4745 |1900 | 265 |  15k|  23k| 768 | 0.000000e+00 | 1.030700e+04 |    Inf 
59.30/59.39	o 10233
59.30/59.39	c *56.1s| 76913 | 70254 | 90458 |   1.2 |  94M| 616 |   - |1900 |4738 |1900 | 261 |  15k|  23k| 768 | 0.000000e+00 | 1.023300e+04 |    Inf 
61.70/61.77	c  58.4s| 80000 | 72959 | 93499 |   1.2 |  98M| 616 |   0 |1900 |4944 |1900 | 244 |  16k|  25k| 768 | 0.000000e+00 | 1.023300e+04 |    Inf 
69.09/69.16	c  65.4s| 90000 | 81875 |101707 |   1.1 | 109M| 616 |   0 |1900 |4738 |1900 | 226 |  17k|  30k| 768 | 0.000000e+00 | 1.023300e+04 |    Inf 
73.50/73.58	o 10214
73.50/73.58	c *69.7s| 95842 | 86934 |107638 |   1.1 | 116M| 616 |   - |1900 |5190 |1900 | 262 |  18k|  33k| 768 | 0.000000e+00 | 1.021400e+04 |    Inf 
76.60/76.68	c  72.6s|100000 | 90679 |111024 |   1.1 | 120M| 616 |   0 |1900 |4757 |1900 | 237 |  19k|  35k| 768 | 0.000000e+00 | 1.021400e+04 |    Inf 
84.19/84.24	c  79.8s|110000 | 99537 |120331 |   1.1 | 132M| 616 |   0 |1900 |5389 |1900 | 238 |  20k|  40k| 768 | 0.000000e+00 | 1.021400e+04 |    Inf 
91.89/91.92	c  87.2s|120000 |108406 |131058 |   1.1 | 144M| 616 |   0 |1900 |5519 |1900 | 234 |  22k|  45k| 769 | 0.000000e+00 | 1.021400e+04 |    Inf 
97.30/97.34	o 10056
97.30/97.34	c *92.4s|127234 |113940 |137478 |   1.1 | 151M| 616 |   - |1900 |5240 |1900 | 275 |  23k|  47k| 772 | 0.000000e+00 | 1.005600e+04 |    Inf 
99.29/99.36	c  94.3s|130000 |116455 |139574 |   1.1 | 154M| 616 |   0 |1900 |5527 |1900 | 229 |  23k|  48k| 772 | 0.000000e+00 | 1.005600e+04 |    Inf 
106.99/107.01	c   102s|140000 |125393 |149194 |   1.1 | 165M| 616 |   0 |1900 |5211 |1900 | 206 |  25k|  53k| 772 | 0.000000e+00 | 1.005600e+04 |    Inf 
114.30/114.40	c   109s|150000 |134455 |157466 |   1.0 | 176M| 616 |   0 |1900 |4993 |1900 | 238 |  26k|  57k| 773 | 0.000000e+00 | 1.005600e+04 |    Inf 
121.70/121.71	c   116s|160000 |143446 |164914 |   1.0 | 187M| 616 |   0 |1900 |4920 |1900 | 231 |  28k|  62k| 777 | 0.000000e+00 | 1.005600e+04 |    Inf 
129.10/129.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.10/129.16	c   123s|170000 |152523 |174231 |   1.0 | 198M| 616 |   0 |1900 |5277 |1900 | 231 |  29k|  66k| 780 | 0.000000e+00 | 1.005600e+04 |    Inf 
136.49/136.58	c   130s|180000 |161619 |182197 |   1.0 | 209M| 616 |   - |1900 |5054 |   0 |   0 |  31k|  70k| 787 | 0.000000e+00 | 1.005600e+04 |    Inf 
143.90/143.99	c   137s|190000 |171188 |189527 |   1.0 | 219M| 616 |   0 |1900 |4618 |1900 | 259 |  32k|  71k| 789 | 0.000000e+00 | 1.005600e+04 |    Inf 
150.00/150.09	o 9994
150.00/150.09	c * 143s|198080 |177924 |196728 |   1.0 | 228M| 616 |   - |1900 |5158 |1900 | 234 |  34k|  74k| 794 | 0.000000e+00 | 9.994000e+03 |    Inf 
150.20/150.24	o 9941
150.20/150.24	c * 143s|198263 |177446 |197018 |   1.0 | 227M| 616 |   - |1900 |5153 |1900 | 237 |  34k|  74k| 794 | 0.000000e+00 | 9.941000e+03 |    Inf 
150.89/150.95	o 9870
150.89/150.95	c * 144s|199174 |177323 |197887 |   1.0 | 226M| 616 |   - |1900 |5170 |1900 | 240 |  34k|  75k| 794 | 0.000000e+00 | 9.870000e+03 |    Inf 
151.59/151.63	c   144s|200000 |178065 |198913 |   1.0 | 227M| 616 |   0 |1900 |5324 |1900 | 229 |  34k|  75k| 794 | 0.000000e+00 | 9.870000e+03 |    Inf 
159.50/159.53	c   152s|210000 |186862 |209035 |   1.0 | 239M| 616 |   0 |1900 |6260 |1900 | 234 |  36k|  81k| 811 | 0.000000e+00 | 9.870000e+03 |    Inf 
166.79/166.89	c   159s|220000 |195798 |216875 |   1.0 | 250M| 616 |   0 |1900 |4585 |1900 | 233 |  37k|  85k| 823 | 0.000000e+00 | 9.870000e+03 |    Inf 
174.19/174.22	c   166s|230000 |204836 |224314 |   1.0 | 260M| 616 |   0 |1900 |4532 |1900 | 227 |  38k|  89k| 832 | 0.000000e+00 | 9.870000e+03 |    Inf 
181.79/181.82	c   173s|240000 |213877 |233063 |   1.0 | 272M| 616 |   0 |1900 |5113 |1900 | 223 |  40k|  93k| 856 | 0.000000e+00 | 9.870000e+03 |    Inf 
189.49/189.53	c   180s|250000 |222850 |242272 |   1.0 | 284M| 616 |   0 |1900 |5243 |1900 | 230 |  41k|  97k| 910 | 0.000000e+00 | 9.870000e+03 |    Inf 
197.20/197.25	c   188s|260000 |231653 |251633 |   1.0 | 295M| 616 |   0 |1900 |5483 |1900 | 230 |  43k| 103k| 918 | 0.000000e+00 | 9.870000e+03 |    Inf 
204.60/204.65	c   195s|270000 |240526 |258813 |   1.0 | 306M| 616 |   0 |1900 |5629 |1900 | 215 |  45k| 107k| 929 | 0.000000e+00 | 9.870000e+03 |    Inf 
207.49/207.51	o 9821
207.49/207.51	c * 198s|273740 |243112 |262191 |   1.0 | 309M| 616 |   - |1900 |5124 |1900 | 233 |  45k| 109k| 940 | 0.000000e+00 | 9.821000e+03 |    Inf 
207.49/207.52	o 9805
207.49/207.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.49/207.52	c * 198s|273741 |242812 |262192 |   1.0 | 309M| 616 |   - |1900 |5124 |1900 | 233 |  45k| 109k| 940 | 0.000000e+00 | 9.805000e+03 |    Inf 
211.99/212.02	c   202s|280000 |248680 |266567 |   1.0 | 315M| 616 |   0 |1900 |4356 |1900 | 237 |  46k| 110k| 942 | 0.000000e+00 | 9.805000e+03 |    Inf 
219.39/219.44	c   209s|290000 |257631 |275594 |   0.9 | 326M| 616 |   0 |1900 |4946 |1900 | 236 |  48k| 115k| 960 | 0.000000e+00 | 9.805000e+03 |    Inf 
226.90/226.96	c   216s|300000 |266547 |285574 |   1.0 | 337M| 616 |   0 |1900 |4589 |1900 | 214 |  49k| 119k| 987 | 0.000000e+00 | 9.805000e+03 |    Inf 
234.70/234.74	c   224s|310000 |275702 |298035 |   1.0 | 349M| 616 |   0 |1900 |4984 |1900 | 224 |  51k| 123k| 990 | 0.000000e+00 | 9.805000e+03 |    Inf 
242.00/242.07	c   231s|320000 |284815 |306379 |   1.0 | 359M| 616 |   0 |1900 |5048 |1900 | 219 |  52k| 127k|1002 | 0.000000e+00 | 9.805000e+03 |    Inf 
249.50/249.53	c   238s|330000 |293764 |314905 |   1.0 | 370M| 616 |   0 |1900 |5168 |1900 | 209 |  54k| 132k|1012 | 0.000000e+00 | 9.805000e+03 |    Inf 
256.70/256.73	c   245s|340000 |302844 |321415 |   0.9 | 381M| 616 |   3 |1900 |4419 |1900 | 211 |  55k| 136k|1027 | 0.000000e+00 | 9.805000e+03 |    Inf 
264.20/264.28	c   252s|350000 |312073 |331597 |   0.9 | 393M| 616 |   0 |1900 |5105 |1900 | 234 |  56k| 139k|1030 | 0.000000e+00 | 9.805000e+03 |    Inf 
268.20/268.24	o 9728
268.20/268.24	c * 256s|355150 |315019 |336855 |   0.9 | 397M| 616 |   - |1900 |5372 |1900 | 278 |  57k| 142k|1045 | 0.000000e+00 | 9.728000e+03 |    Inf 
271.89/271.98	c   259s|360000 |319386 |341084 |   0.9 | 402M| 616 |   0 |1900 |5138 |1900 | 239 |  58k| 144k|1045 | 0.000000e+00 | 9.728000e+03 |    Inf 
273.50/273.52	o 9717
273.50/273.52	c * 261s|362050 |320990 |342910 |   0.9 | 404M| 616 |   - |1900 |5202 |1900 | 277 |  58k| 145k|1045 | 0.000000e+00 | 9.717000e+03 |    Inf 
273.50/273.53	o 9655
273.50/273.53	c * 261s|362052 |319651 |342916 |   0.9 | 402M| 616 |   - |1900 |5202 |1900 | 277 |  58k| 145k|1045 | 0.000000e+00 | 9.655000e+03 |    Inf 
273.50/273.54	o 9630
273.50/273.54	c * 261s|362053 |319033 |342917 |   0.9 | 401M| 616 |   - |1900 |5202 |1900 | 277 |  58k| 145k|1045 | 0.000000e+00 | 9.630000e+03 |    Inf 
279.69/279.79	c   267s|370000 |326024 |352672 |   1.0 | 410M| 616 |   - |1900 |4770 |   0 |   0 |  60k| 149k|1074 | 0.000000e+00 | 9.630000e+03 |    Inf 
280.70/280.79	o 9569
280.70/280.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.70/280.79	c * 268s|371329 |325674 |353875 |   1.0 | 410M| 616 |   - |1900 |4875 |1900 | 280 |  60k| 150k|1076 | 0.000000e+00 | 9.569000e+03 |    Inf 
280.80/280.81	o 9468
280.80/280.81	c * 268s|371342 |322944 |353887 |   1.0 | 405M| 616 |   - |1900 |4874 |1900 | 280 |  60k| 150k|1076 | 0.000000e+00 | 9.468000e+03 |    Inf 
280.80/280.83	o 9252
280.80/280.83	c * 268s|371343 |316264 |353892 |   1.0 | 390M| 616 |   - |1900 |4874 |1900 | 280 |  60k| 150k|1076 | 0.000000e+00 | 9.252000e+03 |    Inf 
287.60/287.64	c   274s|380000 |323947 |364746 |   1.0 | 400M| 616 |   0 |1900 |4792 |1900 | 244 |  62k| 153k|1110 | 0.000000e+00 | 9.252000e+03 |    Inf 
295.50/295.54	c   282s|390000 |332853 |377839 |   1.0 | 411M| 616 |   0 |1900 |4560 |1900 | 242 |  64k| 158k|1169 | 0.000000e+00 | 9.252000e+03 |    Inf 
299.50/299.56	o 9025
299.50/299.56	c * 286s|395245 |329056 |383552 |   1.0 | 397M| 616 |   - |1900 |4882 |1900 | 262 |  65k| 160k|1173 | 0.000000e+00 | 9.025000e+03 |    Inf 
303.19/303.26	c   289s|400000 |333159 |388527 |   1.0 | 403M| 616 |   0 |1900 |5454 |1900 | 228 |  66k| 163k|1173 | 0.000000e+00 | 9.025000e+03 |    Inf 
311.20/311.22	c   297s|410000 |341915 |400543 |   1.0 | 414M| 616 |   0 |1900 |5642 |1900 | 227 |  68k| 167k|1207 | 0.000000e+00 | 9.025000e+03 |    Inf 
313.89/313.93	o 9013
313.89/313.93	c * 299s|413439 |344449 |403864 |   1.0 | 418M| 616 |   - |1900 |5580 |1900 | 271 |  69k| 169k|1231 | 0.000000e+00 | 9.013000e+03 |    Inf 
313.89/313.95	o 8978
313.89/313.95	c * 299s|413443 |343063 |403887 |   1.0 | 415M| 616 |   - |1900 |5579 |1900 | 271 |  69k| 169k|1231 | 0.000000e+00 | 8.978000e+03 |    Inf 
313.89/313.99	o 8704
313.89/313.99	c * 299s|413454 |330786 |403904 |   1.0 | 386M| 616 |   - |1900 |5588 |1900 | 271 |  69k| 169k|1231 | 0.000000e+00 | 8.704000e+03 |    Inf 
316.80/316.84	o 8678
316.80/316.84	c * 302s|417092 |332701 |408204 |   1.0 | 387M| 616 |   - |1900 |5169 |1900 | 280 |  70k| 171k|1245 | 0.000000e+00 | 8.678000e+03 |    Inf 
319.00/319.06	c   304s|420000 |335321 |411779 |   1.0 | 390M| 616 |   0 |1900 |4883 |1900 | 252 |  70k| 172k|1249 | 0.000000e+00 | 8.678000e+03 |    Inf 
326.90/326.93	c   312s|430000 |344213 |423970 |   1.0 | 402M| 616 |   0 |1900 |5296 |1900 | 235 |  72k| 176k|1266 | 0.000000e+00 | 8.678000e+03 |    Inf 
328.60/328.60	o 8666
328.60/328.60	c * 313s|432025 |345436 |426720 |   1.0 | 403M| 616 |   - |1900 |5250 |1900 | 293 |  73k| 177k|1271 | 0.000000e+00 | 8.666000e+03 |    Inf 
328.60/328.61	o 8579
328.60/328.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.60/328.61	c * 313s|432026 |341458 |426722 |   1.0 | 395M| 616 |   - |1900 |5250 |1900 | 293 |  73k| 177k|1271 | 0.000000e+00 | 8.579000e+03 |    Inf 
330.39/330.46	o 8527
330.39/330.46	c * 315s|434434 |341350 |428756 |   1.0 | 394M| 616 |   - |1900 |5298 |1900 | 229 |  73k| 178k|1273 | 0.000000e+00 | 8.527000e+03 |    Inf 
330.39/330.47	o 8518
330.39/330.47	c * 315s|434435 |340969 |428763 |   1.0 | 393M| 616 |   - |1900 |5298 |1900 | 229 |  73k| 178k|1273 | 0.000000e+00 | 8.518000e+03 |    Inf 
334.80/334.86	c   319s|440000 |345851 |434785 |   1.0 | 400M| 616 |   - |1900 |5656 |   0 |   0 |  74k| 180k|1275 | 0.000000e+00 | 8.518000e+03 |    Inf 
342.80/342.84	c   327s|450000 |354945 |448239 |   1.0 | 411M| 616 |   0 |1900 |5802 |1900 | 239 |  76k| 185k|1280 | 0.000000e+00 | 8.518000e+03 |    Inf 
350.50/350.56	o 8468
350.50/350.56	c * 334s|459863 |361448 |459300 |   1.0 | 419M| 616 |   - |1900 |6223 |1900 | 239 |  78k| 189k|1335 | 0.000000e+00 | 8.468000e+03 |    Inf 
350.60/350.67	c   334s|460000 |361572 |459434 |   1.0 | 419M| 616 |   0 |1900 |6226 |1900 | 227 |  78k| 190k|1335 | 0.000000e+00 | 8.468000e+03 |    Inf 
359.00/359.05	c   342s|470000 |370307 |473937 |   1.0 | 432M| 616 |   0 |1900 |6375 |1900 | 230 |  80k| 195k|1374 | 0.000000e+00 | 8.468000e+03 |    Inf 
366.70/366.75	c   350s|480000 |379126 |483992 |   1.0 | 443M| 616 |   0 |1900 |5499 |1900 | 221 |  81k| 199k|1393 | 0.000000e+00 | 8.468000e+03 |    Inf 
374.50/374.57	c   357s|490000 |387751 |495026 |   1.0 | 455M| 616 |   0 |1900 |5334 |1900 | 245 |  83k| 204k|1425 | 0.000000e+00 | 8.468000e+03 |    Inf 
382.50/382.56	c   365s|500000 |396614 |508007 |   1.0 | 466M| 616 |   0 |1900 |6291 |1900 | 244 |  86k| 210k|1432 | 0.000000e+00 | 8.468000e+03 |    Inf 
390.30/390.32	c   372s|510000 |405355 |517702 |   1.0 | 478M| 616 |   0 |1900 |6122 |1900 | 235 |  87k| 215k|1440 | 0.000000e+00 | 8.468000e+03 |    Inf 
398.90/398.97	c   381s|520000 |413977 |534114 |   1.0 | 489M| 616 |   0 |1900 |6567 |1900 | 236 |  90k| 220k|1464 | 0.000000e+00 | 8.468000e+03 |    Inf 
406.60/406.60	o 8420
406.60/406.60	c * 388s|529597 |420340 |545904 |   1.0 | 496M| 616 |   - |1900 |6245 |1900 | 242 |  92k| 224k|1480 | 0.000000e+00 | 8.420000e+03 |    Inf 
406.90/406.94	c   388s|530000 |420729 |546646 |   1.0 | 496M| 616 |   0 |1900 |6201 |1900 | 245 |  93k| 224k|1480 | 0.000000e+00 | 8.420000e+03 |    Inf 
408.11/408.14	o 8365
408.11/408.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.11/408.14	c * 389s|531442 |419505 |548589 |   1.0 | 494M| 616 |   - |1900 |6293 |1900 | 241 |  93k| 224k|1482 | 0.000000e+00 | 8.365000e+03 |    Inf 
414.90/414.90	c   396s|540000 |427033 |557142 |   1.0 | 503M| 616 |   0 |1900 |5303 |1900 | 229 |  94k| 228k|1483 | 0.000000e+00 | 8.365000e+03 |    Inf 
422.41/422.41	c   403s|550000 |435964 |565986 |   1.0 | 515M| 616 |   0 |1900 |6101 |1900 | 251 |  96k| 232k|1492 | 0.000000e+00 | 8.365000e+03 |    Inf 
430.20/430.29	c   410s|560000 |444725 |578780 |   1.0 | 527M| 616 |   0 |1900 |6779 |1900 | 246 |  98k| 237k|1519 | 0.000000e+00 | 8.365000e+03 |    Inf 
438.70/438.73	c   419s|570000 |453493 |595089 |   1.0 | 538M| 616 |   0 |1900 |7106 |1900 | 238 | 101k| 242k|1549 | 0.000000e+00 | 8.365000e+03 |    Inf 
446.60/446.67	c   426s|580000 |462187 |607989 |   1.0 | 549M| 616 |   0 |1900 |6778 |1900 | 227 | 103k| 247k|1565 | 0.000000e+00 | 8.365000e+03 |    Inf 
454.80/454.86	c   434s|590000 |470781 |622388 |   1.1 | 561M| 616 |   0 |1900 |7067 |1900 | 239 | 106k| 253k|1577 | 0.000000e+00 | 8.365000e+03 |    Inf 
463.01/463.01	c   442s|600000 |479465 |634968 |   1.1 | 572M| 616 |   - |1900 |5928 |1900 | 250 | 108k| 258k|1632 | 0.000000e+00 | 8.365000e+03 |    Inf 
470.80/470.82	c   449s|610000 |488359 |645224 |   1.1 | 583M| 616 |   0 |1900 |5982 |1900 | 235 | 110k| 263k|1660 | 0.000000e+00 | 8.365000e+03 |    Inf 
478.80/478.84	c   457s|620000 |496980 |656492 |   1.1 | 595M| 616 |   0 |1900 |5695 |1900 | 246 | 112k| 268k|1694 | 0.000000e+00 | 8.365000e+03 |    Inf 
486.60/486.69	c   464s|630000 |505755 |666613 |   1.1 | 607M| 616 |   0 |1900 |5752 |1900 | 231 | 114k| 272k|1711 | 0.000000e+00 | 8.365000e+03 |    Inf 
494.50/494.56	c   472s|640000 |514559 |678142 |   1.1 | 618M| 616 |   0 |1900 |5231 |1900 | 244 | 116k| 277k|1724 | 0.000000e+00 | 8.365000e+03 |    Inf 
502.50/502.51	c   479s|650000 |523356 |689458 |   1.1 | 629M| 616 |   0 |1900 |5453 |1900 | 239 | 118k| 281k|1732 | 0.000000e+00 | 8.365000e+03 |    Inf 
510.21/510.22	c   487s|660000 |531953 |698803 |   1.1 | 640M| 616 |   0 |1900 |5601 |1900 | 233 | 120k| 286k|1746 | 0.000000e+00 | 8.365000e+03 |    Inf 
518.01/518.01	c   494s|670000 |540546 |708610 |   1.1 | 652M| 616 |   0 |1900 |5248 |1900 | 225 | 122k| 291k|1783 | 0.000000e+00 | 8.365000e+03 |    Inf 
525.41/525.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.41/525.48	c   501s|680000 |549224 |716856 |   1.1 | 663M| 616 |   0 |1900 |5019 |1900 | 227 | 123k| 296k|1791 | 0.000000e+00 | 8.365000e+03 |    Inf 
532.10/532.12	o 8325
532.10/532.12	c * 508s|688476 |554131 |724798 |   1.1 | 671M| 616 |   - |1900 |5889 |1900 | 249 | 125k| 301k|1824 | 0.000000e+00 | 8.325000e+03 |    Inf 
533.41/533.41	c   509s|690000 |555460 |726374 |   1.1 | 672M| 616 |   - |1900 |5863 |   0 |   0 | 125k| 302k|1825 | 0.000000e+00 | 8.325000e+03 |    Inf 
541.01/541.06	c   516s|700000 |564214 |735198 |   1.0 | 684M| 616 |   0 |1900 |5351 |1900 | 225 | 126k| 306k|1851 | 0.000000e+00 | 8.325000e+03 |    Inf 
548.81/548.84	c   524s|710000 |572812 |745230 |   1.0 | 696M| 616 |   0 |1900 |5933 |1900 | 228 | 128k| 311k|1861 | 0.000000e+00 | 8.325000e+03 |    Inf 
556.61/556.67	c   531s|720000 |581706 |757375 |   1.1 | 707M| 616 |   0 |1900 |7202 |1900 | 251 | 130k| 316k|1883 | 0.000000e+00 | 8.325000e+03 |    Inf 
564.51/564.59	c   539s|730000 |590124 |766977 |   1.1 | 719M| 616 |   0 |1900 |7294 |1900 | 236 | 131k| 322k|1904 | 0.000000e+00 | 8.325000e+03 |    Inf 
572.11/572.18	c   546s|740000 |598722 |775429 |   1.0 | 730M| 616 |   0 |1900 |6633 |1900 | 246 | 133k| 327k|1930 | 0.000000e+00 | 8.325000e+03 |    Inf 
579.80/579.81	c   553s|750000 |607361 |784138 |   1.0 | 742M| 616 |   0 |1900 |6720 |1900 | 235 | 134k| 332k|1954 | 0.000000e+00 | 8.325000e+03 |    Inf 
587.81/587.83	c   561s|760000 |615958 |795761 |   1.0 | 753M| 616 |   0 |1900 |5806 |1900 | 227 | 136k| 337k|1962 | 0.000000e+00 | 8.325000e+03 |    Inf 
595.51/595.53	c   568s|770000 |624541 |804808 |   1.0 | 765M| 616 |   0 |1900 |5580 |1900 | 223 | 138k| 343k|1980 | 0.000000e+00 | 8.325000e+03 |    Inf 
603.61/603.62	c   576s|780000 |633085 |817238 |   1.0 | 777M| 616 |   0 |1900 |5774 |1900 | 222 | 140k| 348k|2015 | 0.000000e+00 | 8.325000e+03 |    Inf 
611.40/611.46	c   584s|790000 |641813 |828395 |   1.0 | 788M| 616 |   0 |1900 |5822 |1900 | 241 | 142k| 352k|2035 | 0.000000e+00 | 8.325000e+03 |    Inf 
619.90/619.97	c   592s|800000 |650610 |845157 |   1.1 | 801M| 616 |   0 |1900 |6644 |1900 | 225 | 145k| 357k|2063 | 0.000000e+00 | 8.325000e+03 |    Inf 
627.40/627.46	o 8282
627.40/627.46	c * 599s|809146 |656229 |857022 |   1.1 | 806M| 616 |   - |1900 |5483 |1900 | 271 | 147k| 361k|2098 | 0.000000e+00 | 8.282000e+03 |    Inf 
627.40/627.49	o 8066
627.40/627.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.40/627.49	c * 599s|809147 |641266 |857027 |   1.1 | 784M| 616 |   - |1900 |5483 |1900 | 271 | 147k| 361k|2098 | 0.000000e+00 | 8.066000e+03 |    Inf 
628.11/628.19	c   599s|810000 |642003 |858058 |   1.1 | 784M| 616 |   0 |1900 |5207 |1900 | 232 | 147k| 361k|2099 | 0.000000e+00 | 8.066000e+03 |    Inf 
636.50/636.50	c   607s|820000 |650405 |870728 |   1.1 | 797M| 616 |   0 |1900 |5689 |1900 | 244 | 149k| 367k|2137 | 0.000000e+00 | 8.066000e+03 |    Inf 
644.21/644.28	c   615s|830000 |658927 |879973 |   1.1 | 808M| 616 |   0 |1900 |5785 |1900 | 234 | 151k| 372k|2159 | 0.000000e+00 | 8.066000e+03 |    Inf 
652.01/652.00	c   622s|840000 |667510 |889005 |   1.1 | 820M| 616 |   0 |1900 |6493 |1900 | 230 | 153k| 377k|2163 | 0.000000e+00 | 8.066000e+03 |    Inf 
659.50/659.59	c   629s|850000 |676035 |896623 |   1.1 | 831M| 616 |   0 |1900 |5941 |1900 | 225 | 154k| 382k|2171 | 0.000000e+00 | 8.066000e+03 |    Inf 
667.61/667.66	c   637s|860000 |684630 |908107 |   1.1 | 843M| 616 |   0 |1900 |5617 |1900 | 225 | 156k| 387k|2220 | 0.000000e+00 | 8.066000e+03 |    Inf 
675.31/675.39	c   645s|870000 |693434 |918068 |   1.1 | 855M| 616 |   0 |1900 |5418 |1900 | 236 | 158k| 392k|2260 | 0.000000e+00 | 8.066000e+03 |    Inf 
683.21/683.24	c   652s|880000 |702165 |929317 |   1.1 | 867M| 616 |   0 |1900 |6395 |1900 | 241 | 159k| 397k|2282 | 0.000000e+00 | 8.066000e+03 |    Inf 
690.90/690.96	c   659s|890000 |710679 |938099 |   1.1 | 879M| 616 |   0 |1900 |6530 |1900 | 234 | 161k| 402k|2297 | 0.000000e+00 | 8.066000e+03 |    Inf 
698.31/698.37	c   666s|900000 |719175 |943777 |   1.0 | 890M| 616 |   0 |1900 |6515 |1900 | 242 | 162k| 407k|2309 | 0.000000e+00 | 8.066000e+03 |    Inf 
706.41/706.42	c   674s|910000 |727888 |954487 |   1.0 | 901M| 616 |   0 |1900 |6286 |1900 | 230 | 164k| 412k|2310 | 0.000000e+00 | 8.066000e+03 |    Inf 
714.21/714.24	c   682s|920000 |736524 |964193 |   1.0 | 913M| 616 |   0 |1900 |6213 |1900 | 247 | 165k| 418k|2338 | 0.000000e+00 | 8.066000e+03 |    Inf 
722.01/722.03	c   689s|930000 |745223 |973921 |   1.0 | 924M| 616 |   0 |1900 |5616 |1900 | 233 | 167k| 422k|2362 | 0.000000e+00 | 8.066000e+03 |    Inf 
729.91/729.97	c   697s|940000 |753606 |983858 |   1.0 | 937M| 616 |   0 |1900 |6462 |1900 | 216 | 169k| 428k|2387 | 0.000000e+00 | 8.066000e+03 |    Inf 
736.71/736.79	o 8027
736.71/736.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
736.71/736.79	c * 703s|948636 |758049 |992633 |   1.0 | 942M| 616 |   - |1900 |7341 |1900 | 234 | 171k| 432k|2399 | 0.000000e+00 | 8.027000e+03 |    Inf 
736.81/736.82	o 7965
736.81/736.82	c * 703s|948637 |752775 |992646 |   1.0 | 934M| 616 |   - |1900 |7341 |1900 | 234 | 171k| 432k|2399 | 0.000000e+00 | 7.965000e+03 |    Inf 
737.91/737.96	c   704s|950000 |753936 |994205 |   1.0 | 936M| 616 |   0 |1900 |6697 |1900 | 242 | 171k| 433k|2399 | 0.000000e+00 | 7.965000e+03 |    Inf 
745.81/745.88	c   712s|960000 |762506 |  1003k|   1.0 | 947M| 616 |   - |1900 |6007 |   0 |   0 | 173k| 438k|2405 | 0.000000e+00 | 7.965000e+03 |    Inf 
753.52/753.56	c   719s|970000 |771034 |  1011k|   1.0 | 958M| 616 |   0 |1900 |6000 |1900 | 234 | 174k| 444k|2419 | 0.000000e+00 | 7.965000e+03 |    Inf 
761.81/761.86	c   727s|980000 |779536 |  1023k|   1.0 | 970M| 616 |   0 |1900 |6576 |1900 | 243 | 176k| 449k|2450 | 0.000000e+00 | 7.965000e+03 |    Inf 
769.41/769.43	c   734s|990000 |788164 |  1032k|   1.0 | 981M| 616 |   0 |1900 |5329 |1900 | 240 | 178k| 454k|2477 | 0.000000e+00 | 7.965000e+03 |    Inf 
777.01/777.09	c   742s|  1000k|796719 |  1040k|   1.0 | 992M| 616 |   0 |1900 |5539 |1900 | 234 | 179k| 459k|2482 | 0.000000e+00 | 7.965000e+03 |    Inf 
784.51/784.55	c   749s|  1010k|805425 |  1048k|   1.0 |1004M| 616 |   0 |1900 |5624 |1900 | 233 | 180k| 464k|2516 | 0.000000e+00 | 7.965000e+03 |    Inf 
792.31/792.35	c   756s|  1020k|813780 |  1058k|   1.0 |1015M| 616 |   0 |1900 |5632 |1900 | 231 | 182k| 469k|2526 | 0.000000e+00 | 7.965000e+03 |    Inf 
800.31/800.37	c   764s|  1030k|822259 |  1069k|   1.0 |1027M| 616 |   0 |1900 |6333 |1900 | 240 | 184k| 475k|2535 | 0.000000e+00 | 7.965000e+03 |    Inf 
808.31/808.36	c   772s|  1040k|830846 |  1079k|   1.0 |1039M| 616 |   0 |1900 |5648 |1900 | 234 | 186k| 480k|2568 | 0.000000e+00 | 7.965000e+03 |    Inf 
816.51/816.56	c   779s|  1050k|839236 |  1092k|   1.0 |1052M| 616 |   0 |1900 |5980 |1900 | 237 | 189k| 486k|2581 | 0.000000e+00 | 7.965000e+03 |    Inf 
824.21/824.24	c   787s|  1060k|847935 |  1102k|   1.0 |1063M| 616 |   0 |1900 |5893 |1900 | 241 | 190k| 490k|2605 | 0.000000e+00 | 7.965000e+03 |    Inf 
828.21/828.24	o 7875
828.21/828.24	c * 791s|  1065k|844112 |  1107k|   1.0 |1057M| 616 |   - |1900 |6410 |1900 | 240 | 191k| 493k|2611 | 0.000000e+00 | 7.875000e+03 |    Inf 
828.31/828.31	o 7844
828.31/828.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
828.31/828.31	c * 791s|  1065k|841317 |  1107k|   1.0 |1054M| 616 |   - |1900 |6425 |1900 | 245 | 191k| 493k|2617 | 0.000000e+00 | 7.844000e+03 |    Inf 
828.31/828.37	o 7657
828.31/828.37	c * 791s|  1065k|822802 |  1107k|   1.0 |1025M| 616 |   - |1900 |6424 |1900 | 245 | 191k| 493k|2617 | 0.000000e+00 | 7.657000e+03 |    Inf 
832.31/832.35	c   794s|  1070k|826840 |  1112k|   1.0 |1030M| 616 |   0 |1900 |5692 |1900 | 222 | 192k| 496k|2623 | 0.000000e+00 | 7.657000e+03 |    Inf 
841.21/841.28	c   803s|  1080k|835512 |  1130k|   1.0 |1043M| 616 |   0 |1900 |6005 |1900 | 245 | 195k| 501k|2654 | 0.000000e+00 | 7.657000e+03 |    Inf 
849.22/849.24	c   811s|  1090k|844026 |  1140k|   1.0 |1054M| 616 |   0 |1900 |5891 |1900 | 240 | 197k| 506k|2662 | 0.000000e+00 | 7.657000e+03 |    Inf 
857.31/857.32	c   818s|  1100k|852753 |  1151k|   1.0 |1066M| 616 |   0 |1900 |5994 |1900 | 229 | 199k| 511k|2688 | 0.000000e+00 | 7.657000e+03 |    Inf 
865.52/865.57	c   826s|  1110k|861309 |  1164k|   1.0 |1077M| 616 |   - |1900 |5529 |   0 |   0 | 201k| 515k|2714 | 0.000000e+00 | 7.657000e+03 |    Inf 
873.81/873.87	c   834s|  1120k|869815 |  1179k|   1.1 |1089M| 616 |   0 |1900 |5244 |1900 | 229 | 204k| 520k|2730 | 0.000000e+00 | 7.657000e+03 |    Inf 
881.91/881.93	c   842s|  1130k|878435 |  1192k|   1.1 |1102M| 616 |   0 |1900 |5791 |1900 | 238 | 206k| 525k|2754 | 0.000000e+00 | 7.657000e+03 |    Inf 
885.42/885.44	o 7633
885.42/885.44	c * 845s|  1134k|879642 |  1196k|   1.1 |1103M| 616 |   - |1900 |5898 |1900 | 233 | 207k| 528k|2770 | 0.000000e+00 | 7.633000e+03 |    Inf 
889.82/889.90	c   849s|  1140k|884290 |  1202k|   1.1 |1110M| 616 |   0 |1900 |6676 |1900 | 232 | 208k| 531k|2787 | 0.000000e+00 | 7.633000e+03 |    Inf 
897.81/897.85	c   857s|  1150k|892831 |  1213k|   1.1 |1122M| 616 |   0 |1900 |6378 |1900 | 248 | 210k| 536k|2812 | 0.000000e+00 | 7.633000e+03 |    Inf 
905.92/905.97	c   865s|  1160k|901392 |  1225k|   1.1 |1134M| 616 |   0 |1900 |6464 |1900 | 230 | 212k| 541k|2835 | 0.000000e+00 | 7.633000e+03 |    Inf 
913.82/913.86	c   872s|  1170k|909933 |  1235k|   1.1 |1146M| 616 |   0 |1900 |6276 |1900 | 235 | 214k| 546k|2842 | 0.000000e+00 | 7.633000e+03 |    Inf 
922.11/922.19	c   880s|  1180k|918594 |  1249k|   1.1 |1158M| 616 |   0 |1900 |5740 |1900 | 212 | 216k| 550k|2897 | 0.000000e+00 | 7.633000e+03 |    Inf 
930.62/930.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
930.62/930.60	c   888s|  1190k|926901 |  1263k|   1.1 |1170M| 616 |   0 |1900 |6778 |1900 | 237 | 218k| 557k|2956 | 0.000000e+00 | 7.633000e+03 |    Inf 
938.41/938.45	c   896s|  1200k|935234 |  1273k|   1.1 |1182M| 616 |   0 |1900 |5311 |1900 | 255 | 220k| 562k|2972 | 0.000000e+00 | 7.633000e+03 |    Inf 
946.32/946.31	c   903s|  1210k|943722 |  1283k|   1.1 |1194M| 616 |   0 |1900 |5474 |1900 | 230 | 221k| 567k|2993 | 0.000000e+00 | 7.633000e+03 |    Inf 
954.12/954.15	c   911s|  1220k|952282 |  1294k|   1.1 |1206M| 616 |   0 |1900 |6185 |1900 | 235 | 223k| 572k|2998 | 0.000000e+00 | 7.633000e+03 |    Inf 
962.01/962.05	c   918s|  1230k|960758 |  1303k|   1.1 |1218M| 616 |   0 |1900 |6211 |1900 | 228 | 225k| 577k|3030 | 0.000000e+00 | 7.633000e+03 |    Inf 
970.22/970.22	c   926s|  1240k|969209 |  1316k|   1.1 |1230M| 616 |   0 |1900 |5436 |1900 | 221 | 227k| 582k|3043 | 0.000000e+00 | 7.633000e+03 |    Inf 
978.21/978.27	c   934s|  1250k|977655 |  1327k|   1.1 |1242M| 616 |   0 |1900 |5510 |1900 | 224 | 229k| 588k|3083 | 0.000000e+00 | 7.633000e+03 |    Inf 
986.51/986.57	c   942s|  1260k|986118 |  1338k|   1.1 |1255M| 616 |   0 |1900 |7003 |1900 | 250 | 231k| 593k|3098 | 0.000000e+00 | 7.633000e+03 |    Inf 
994.62/994.65	c   950s|  1270k|994482 |  1349k|   1.1 |1266M| 616 |   0 |1900 |6067 |1900 | 245 | 233k| 599k|3124 | 0.000000e+00 | 7.633000e+03 |    Inf 
1002.51/1002.50	c   957s|  1280k|  1002k|  1358k|   1.1 |1278M| 616 |   0 |1900 |5517 |1900 | 249 | 235k| 604k|3138 | 0.000000e+00 | 7.633000e+03 |    Inf 
1010.61/1010.65	c   965s|  1290k|  1011k|  1370k|   1.1 |1290M| 616 |   0 |1900 |6352 |1900 | 243 | 237k| 610k|3144 | 0.000000e+00 | 7.633000e+03 |    Inf 
1018.62/1018.68	c   973s|  1300k|  1020k|  1384k|   1.1 |1302M| 616 |   0 |1900 |5627 |1900 | 227 | 239k| 614k|3212 | 0.000000e+00 | 7.633000e+03 |    Inf 
1026.91/1026.98	c   980s|  1310k|  1029k|  1400k|   1.1 |1314M| 616 |   0 |1900 |4980 |1900 | 230 | 241k| 618k|3237 | 0.000000e+00 | 7.633000e+03 |    Inf 
1035.12/1035.19	c   988s|  1320k|  1037k|  1413k|   1.1 |1327M| 616 |   0 |1900 |6015 |1900 | 230 | 244k| 623k|3247 | 0.000000e+00 | 7.633000e+03 |    Inf 
1043.12/1043.16	c   996s|  1330k|  1046k|  1424k|   1.1 |1339M| 616 |   0 |1900 |5779 |1900 | 228 | 246k| 628k|3265 | 0.000000e+00 | 7.633000e+03 |    Inf 
1051.72/1051.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1051.72/1051.71	c  1004s|  1340k|  1054k|  1438k|   1.1 |1351M| 616 |   0 |1900 |6573 |1900 | 241 | 248k| 635k|3274 | 0.000000e+00 | 7.633000e+03 |    Inf 
1060.11/1060.19	c  1012s|  1350k|  1062k|  1452k|   1.1 |1363M| 616 |   0 |1900 |6123 |1900 | 236 | 251k| 641k|3290 | 0.000000e+00 | 7.633000e+03 |    Inf 
1068.62/1068.68	c  1020s|  1360k|  1071k|  1468k|   1.1 |1375M| 616 |   0 |1900 |7320 |1900 | 230 | 253k| 647k|3312 | 0.000000e+00 | 7.633000e+03 |    Inf 
1076.92/1076.91	c  1028s|  1370k|  1079k|  1479k|   1.1 |1387M| 616 |   0 |1900 |6805 |1900 | 222 | 255k| 653k|3329 | 0.000000e+00 | 7.633000e+03 |    Inf 
1084.72/1084.78	c  1036s|  1380k|  1087k|  1488k|   1.1 |1397M| 616 |   0 |1900 |6840 |1900 | 242 | 257k| 659k|3347 | 0.000000e+00 | 7.633000e+03 |    Inf 
1093.12/1093.19	c  1044s|  1390k|  1096k|  1501k|   1.1 |1409M| 616 |   0 |1900 |7853 |1900 | 242 | 259k| 664k|3382 | 0.000000e+00 | 7.633000e+03 |    Inf 
1102.52/1102.56	c  1053s|  1400k|  1105k|  1521k|   1.1 |1422M| 616 |   0 |1900 |8368 |1900 | 252 | 262k| 671k|3396 | 0.000000e+00 | 7.633000e+03 |    Inf 
1111.91/1111.93	c  1062s|  1410k|  1113k|  1539k|   1.1 |1436M| 616 |   0 |1900 |8492 |1900 | 235 | 265k| 678k|3407 | 0.000000e+00 | 7.633000e+03 |    Inf 
1120.01/1120.06	c  1069s|  1420k|  1122k|  1551k|   1.1 |1447M| 616 |   0 |1900 |6979 |1900 | 219 | 267k| 683k|3431 | 0.000000e+00 | 7.633000e+03 |    Inf 
1128.02/1128.00	c  1077s|  1430k|  1130k|  1562k|   1.1 |1458M| 616 |   - |1900 |6151 |   0 |   0 | 269k| 688k|3441 | 0.000000e+00 | 7.633000e+03 |    Inf 
1135.92/1135.92	c  1085s|  1440k|  1139k|  1571k|   1.1 |1470M| 616 |   0 |1900 |6342 |1900 | 234 | 271k| 694k|3464 | 0.000000e+00 | 7.633000e+03 |    Inf 
1143.92/1143.97	c  1092s|  1450k|  1147k|  1581k|   1.1 |1482M| 616 |   - |1900 |6859 |1900 | 244 | 273k| 699k|3472 | 0.000000e+00 | 7.633000e+03 |    Inf 
1151.72/1151.79	o 7461
1151.72/1151.79	c *1100s|  1459k|  1133k|  1590k|   1.1 |1452M| 616 |   - |1900 |6865 |1900 | 245 | 274k| 704k|3487 | 0.000000e+00 | 7.461000e+03 |    Inf 
1151.92/1151.99	c  1100s|  1460k|  1133k|  1591k|   1.1 |1452M| 616 |   0 |1900 |6890 |1900 | 246 | 274k| 704k|3487 | 0.000000e+00 | 7.461000e+03 |    Inf 
1160.32/1160.34	c  1108s|  1470k|  1141k|  1601k|   1.1 |1464M| 616 |   0 |1900 |7298 |1900 | 237 | 277k| 710k|3492 | 0.000000e+00 | 7.461000e+03 |    Inf 
1168.82/1168.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1168.82/1168.86	c  1116s|  1480k|  1150k|  1616k|   1.1 |1476M| 616 |   0 |1900 |6476 |1900 | 235 | 279k| 715k|3521 | 0.000000e+00 | 7.461000e+03 |    Inf 
1177.12/1177.14	c  1124s|  1490k|  1158k|  1627k|   1.1 |1487M| 616 |   0 |1900 |7015 |1900 | 227 | 281k| 721k|3535 | 0.000000e+00 | 7.461000e+03 |    Inf 
1184.92/1184.95	c  1131s|  1500k|  1167k|  1635k|   1.1 |1498M| 616 |   0 |1900 |5815 |1900 | 248 | 282k| 725k|3557 | 0.000000e+00 | 7.461000e+03 |    Inf 
1192.72/1192.74	c  1139s|  1510k|  1175k|  1643k|   1.1 |1510M| 616 |   - |1900 |6184 |   0 |   0 | 284k| 730k|3562 | 0.000000e+00 | 7.461000e+03 |    Inf 
1194.12/1194.11	o 7414
1194.12/1194.11	c *1140s|  1511k|  1170k|  1645k|   1.1 |1498M| 616 |   - |1900 |5924 |1900 | 240 | 284k| 731k|3563 | 0.000000e+00 | 7.414000e+03 |    Inf 
1200.82/1200.88	c  1147s|  1520k|  1177k|  1654k|   1.1 |1508M| 616 |   - |1900 |6485 |   0 |   0 | 286k| 736k|3568 | 0.000000e+00 | 7.414000e+03 |    Inf 
1208.83/1208.89	c  1154s|  1530k|  1185k|  1663k|   1.1 |1520M| 616 |   0 |1900 |6615 |1900 | 252 | 287k| 742k|3593 | 0.000000e+00 | 7.414000e+03 |    Inf 
1217.22/1217.21	c  1162s|  1540k|  1193k|  1675k|   1.1 |1532M| 616 |   0 |1900 |7436 |1900 | 253 | 289k| 749k|3597 | 0.000000e+00 | 7.414000e+03 |    Inf 
1225.52/1225.50	c  1170s|  1550k|  1202k|  1687k|   1.1 |1544M| 616 |   0 |1900 |6934 |1900 | 234 | 292k| 753k|3613 | 0.000000e+00 | 7.414000e+03 |    Inf 
1233.52/1233.55	c  1178s|  1560k|  1210k|  1697k|   1.1 |1555M| 616 |   0 |1900 |6146 |1900 | 245 | 293k| 758k|3623 | 0.000000e+00 | 7.414000e+03 |    Inf 
1241.82/1241.87	c  1186s|  1570k|  1219k|  1708k|   1.1 |1568M| 616 |   0 |1900 |7978 |1900 | 250 | 295k| 765k|3624 | 0.000000e+00 | 7.414000e+03 |    Inf 
1250.52/1250.57	c  1194s|  1580k|  1227k|  1722k|   1.1 |1581M| 616 |   0 |1900 |8301 |1900 | 237 | 298k| 771k|3632 | 0.000000e+00 | 7.414000e+03 |    Inf 
1258.62/1258.61	c  1202s|  1590k|  1236k|  1732k|   1.1 |1592M| 616 |   0 |1900 |7880 |1900 | 260 | 300k| 776k|3641 | 0.000000e+00 | 7.414000e+03 |    Inf 
1267.13/1267.10	c  1210s|  1600k|  1244k|  1745k|   1.1 |1603M| 616 |   - |1900 |8246 |   0 |   0 | 302k| 783k|3667 | 0.000000e+00 | 7.414000e+03 |    Inf 
1276.03/1276.04	c  1218s|  1610k|  1253k|  1760k|   1.1 |1616M| 616 |   0 |1900 |7785 |1900 | 256 | 305k| 789k|3687 | 0.000000e+00 | 7.414000e+03 |    Inf 
1285.32/1285.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1285.32/1285.30	c  1227s|  1620k|  1261k|  1776k|   1.1 |1628M| 616 |   0 |1900 |7276 |1900 | 248 | 308k| 795k|3700 | 0.000000e+00 | 7.414000e+03 |    Inf 
1294.03/1294.04	c  1236s|  1630k|  1269k|  1791k|   1.1 |1641M| 616 |   0 |1900 |7874 |1900 | 255 | 310k| 801k|3707 | 0.000000e+00 | 7.414000e+03 |    Inf 
1302.82/1302.88	c  1244s|  1640k|  1278k|  1806k|   1.1 |1653M| 616 |   0 |1900 |7806 |1900 | 251 | 312k| 808k|3722 | 0.000000e+00 | 7.414000e+03 |    Inf 
1311.42/1311.46	c  1252s|  1650k|  1286k|  1819k|   1.1 |1665M| 616 |   0 |1900 |8051 |1900 | 246 | 315k| 815k|3734 | 0.000000e+00 | 7.414000e+03 |    Inf 
1320.03/1320.05	c  1260s|  1660k|  1295k|  1832k|   1.1 |1676M| 616 |   0 |1900 |6687 |1900 | 253 | 317k| 820k|3748 | 0.000000e+00 | 7.414000e+03 |    Inf 
1328.32/1328.32	c  1268s|  1670k|  1303k|  1844k|   1.1 |1687M| 616 |   0 |1900 |7197 |1900 | 261 | 319k| 825k|3764 | 0.000000e+00 | 7.414000e+03 |    Inf 
1337.13/1337.14	c  1277s|  1680k|  1312k|  1860k|   1.1 |1700M| 616 |   0 |1900 |7354 |1900 | 238 | 322k| 831k|3792 | 0.000000e+00 | 7.414000e+03 |    Inf 
1345.03/1345.06	c  1284s|  1690k|  1320k|  1869k|   1.1 |1711M| 616 |   0 |1900 |6233 |1900 | 226 | 324k| 837k|3801 | 0.000000e+00 | 7.414000e+03 |    Inf 
1353.03/1353.07	c  1292s|  1700k|  1329k|  1879k|   1.1 |1723M| 616 |   0 |1900 |6182 |1900 | 242 | 326k| 842k|3812 | 0.000000e+00 | 7.414000e+03 |    Inf 
1355.13/1355.16	o 7411
1355.13/1355.16	c *1294s|  1702k|  1330k|  1882k|   1.1 |1725M| 616 |   - |1900 |6252 |1900 | 245 | 326k| 843k|3819 | 0.000000e+00 | 7.411000e+03 |    Inf 
1355.23/1355.21	o 7319
1355.23/1355.21	c *1294s|  1702k|  1314k|  1882k|   1.1 |1691M| 616 |   - |1900 |6252 |1900 | 245 | 326k| 843k|3819 | 0.000000e+00 | 7.319000e+03 |    Inf 
1356.13/1356.10	o 7272
1356.13/1356.10	c *1295s|  1703k|  1306k|  1883k|   1.1 |1674M| 616 |   - |1900 |6177 |1900 | 251 | 326k| 844k|3819 | 0.000000e+00 | 7.272000e+03 |    Inf 
1356.13/1356.18	o 7204
1356.13/1356.18	c *1295s|  1703k|  1293k|  1883k|   1.1 |1647M| 616 |   - |1900 |6183 |1900 | 245 | 326k| 844k|3819 | 0.000000e+00 | 7.204000e+03 |    Inf 
1356.33/1356.33	o 7040
1356.33/1356.33	c *1295s|  1703k|  1260k|  1883k|   1.1 |1582M| 616 |   - |1900 |6187 |1900 | 245 | 326k| 844k|3819 | 0.000000e+00 | 7.040000e+03 |    Inf 
1356.42/1356.44	o 6899
1356.42/1356.44	c *1295s|  1703k|  1230k|  1883k|   1.1 |1521M| 616 |   - |1900 |6187 |1900 | 245 | 326k| 844k|3819 | 0.000000e+00 | 6.899000e+03 |    Inf 
1356.52/1356.57	o 6818
1356.52/1356.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1356.52/1356.57	c *1295s|  1703k|  1213k|  1883k|   1.1 |1485M| 616 |   - |1900 |6217 |1900 | 249 | 326k| 844k|3819 | 0.000000e+00 | 6.818000e+03 |    Inf 
1357.52/1357.51	o 6747
1357.52/1357.51	c *1296s|  1704k|  1199k|  1884k|   1.1 |1455M| 616 |   - |1900 |6163 |1900 | 249 | 327k| 844k|3819 | 0.000000e+00 | 6.747000e+03 |    Inf 
1357.52/1357.59	o 6730
1357.52/1357.59	c *1296s|  1704k|  1196k|  1884k|   1.1 |1448M| 616 |   - |1900 |6165 |1900 | 253 | 327k| 844k|3820 | 0.000000e+00 | 6.730000e+03 |    Inf 
1361.93/1361.97	c  1300s|  1710k|  1200k|  1889k|   1.1 |1455M| 616 |   0 |1900 |7139 |1900 | 255 | 328k| 848k|3822 | 0.000000e+00 | 6.730000e+03 |    Inf 
1370.43/1370.42	c  1308s|  1720k|  1208k|  1901k|   1.1 |1467M| 616 |   4 |1900 |5335 |1900 | 224 | 329k| 854k|3839 | 0.000000e+00 | 6.730000e+03 |    Inf 
1378.82/1378.83	c  1317s|  1730k|  1217k|  1912k|   1.1 |1478M| 616 |   0 |1900 |5797 |1900 | 232 | 331k| 859k|3847 | 0.000000e+00 | 6.730000e+03 |    Inf 
1386.93/1387.00	c  1324s|  1740k|  1225k|  1922k|   1.1 |1491M| 616 |   0 |1900 |6642 |1900 | 249 | 333k| 865k|3865 | 0.000000e+00 | 6.730000e+03 |    Inf 
1395.93/1395.91	c  1333s|  1750k|  1233k|  1935k|   1.1 |1503M| 616 |   0 |1900 |6572 |1900 | 236 | 335k| 872k|3884 | 0.000000e+00 | 6.730000e+03 |    Inf 
1404.33/1404.39	c  1341s|  1760k|  1241k|  1947k|   1.1 |1515M| 616 |   0 |1900 |6930 |1900 | 242 | 338k| 877k|3897 | 0.000000e+00 | 6.730000e+03 |    Inf 
1413.22/1413.24	c  1349s|  1770k|  1250k|  1962k|   1.1 |1528M| 616 |   0 |1900 |7462 |1900 | 238 | 340k| 882k|3943 | 0.000000e+00 | 6.730000e+03 |    Inf 
1421.93/1421.99	c  1358s|  1780k|  1258k|  1975k|   1.1 |1539M| 616 |   0 |1900 |5575 |1900 | 250 | 342k| 888k|3969 | 0.000000e+00 | 6.730000e+03 |    Inf 
1430.32/1430.39	c  1366s|  1790k|  1266k|  1988k|   1.1 |1550M| 616 |   0 |1900 |5439 |1900 | 237 | 345k| 893k|4006 | 0.000000e+00 | 6.730000e+03 |    Inf 
1439.03/1439.08	c  1374s|  1800k|  1274k|  2003k|   1.1 |1563M| 616 |   0 |1900 |5908 |1900 | 242 | 347k| 899k|4029 | 0.000000e+00 | 6.730000e+03 |    Inf 
1448.12/1448.14	c  1383s|  1810k|  1283k|  2020k|   1.1 |1576M| 616 |   0 |1900 |6701 |1900 | 235 | 350k| 904k|4066 | 0.000000e+00 | 6.730000e+03 |    Inf 
1457.32/1457.30	c  1391s|  1820k|  1291k|  2038k|   1.1 |1587M| 616 |   0 |1900 |6590 |1900 | 247 | 353k| 911k|4067 | 0.000000e+00 | 6.730000e+03 |    Inf 
1465.93/1465.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1465.93/1465.93	c  1400s|  1830k|  1300k|  2051k|   1.1 |1599M| 616 |   0 |1900 |6679 |1900 | 219 | 355k| 916k|4079 | 0.000000e+00 | 6.730000e+03 |    Inf 
1474.33/1474.30	c  1408s|  1840k|  1308k|  2063k|   1.1 |1611M| 616 |   0 |1900 |6032 |1900 | 231 | 357k| 922k|4097 | 0.000000e+00 | 6.730000e+03 |    Inf 
1482.93/1482.90	c  1416s|  1850k|  1316k|  2076k|   1.1 |1623M| 616 |   0 |1900 |6053 |1900 | 239 | 359k| 928k|4113 | 0.000000e+00 | 6.730000e+03 |    Inf 
1491.43/1491.50	c  1424s|  1860k|  1324k|  2089k|   1.1 |1634M| 616 |   0 |1900 |5496 |1900 | 226 | 362k| 933k|4137 | 0.000000e+00 | 6.730000e+03 |    Inf 
1499.53/1499.54	c  1432s|  1870k|  1333k|  2099k|   1.1 |1647M| 616 |   - |1900 |5838 |   0 |   0 | 363k| 938k|4159 | 0.000000e+00 | 6.730000e+03 |    Inf 
1508.03/1508.08	c  1440s|  1880k|  1341k|  2112k|   1.1 |1659M| 616 |   0 |1900 |6404 |1900 | 235 | 366k| 944k|4176 | 0.000000e+00 | 6.730000e+03 |    Inf 
1516.73/1516.77	c  1448s|  1890k|  1349k|  2128k|   1.1 |1672M| 616 |   0 |1900 |6853 |1900 | 240 | 369k| 949k|4210 | 0.000000e+00 | 6.730000e+03 |    Inf 
1525.23/1525.21	c  1456s|  1900k|  1357k|  2139k|   1.1 |1683M| 616 |   0 |1900 |6899 |1900 | 247 | 371k| 956k|4241 | 0.000000e+00 | 6.730000e+03 |    Inf 
1533.33/1533.40	c  1464s|  1910k|  1365k|  2150k|   1.1 |1695M| 616 |   0 |1900 |6712 |1900 | 233 | 373k| 961k|4252 | 0.000000e+00 | 6.730000e+03 |    Inf 
1541.63/1541.60	c  1472s|  1920k|  1374k|  2161k|   1.1 |1707M| 616 |   0 |1900 |5829 |1900 | 239 | 374k| 967k|4269 | 0.000000e+00 | 6.730000e+03 |    Inf 
1549.93/1549.96	c  1480s|  1930k|  1382k|  2172k|   1.1 |1718M| 616 |   0 |1900 |5617 |1900 | 223 | 377k| 972k|4299 | 0.000000e+00 | 6.730000e+03 |    Inf 
1558.13/1558.16	c  1488s|  1940k|  1390k|  2184k|   1.1 |1730M| 616 |   0 |1900 |6509 |1900 | 269 | 379k| 978k|4311 | 0.000000e+00 | 6.730000e+03 |    Inf 
1566.63/1566.61	c  1496s|  1950k|  1398k|  2198k|   1.1 |1742M| 616 |   0 |1900 |7694 |1900 | 243 | 381k| 984k|4314 | 0.000000e+00 | 6.730000e+03 |    Inf 
1574.83/1574.83	c  1504s|  1960k|  1407k|  2209k|   1.1 |1754M| 616 |   0 |1900 |6867 |1900 | 228 | 383k| 989k|4317 | 0.000000e+00 | 6.730000e+03 |    Inf 
1583.44/1583.44	c  1512s|  1970k|  1415k|  2222k|   1.1 |1767M| 616 |   0 |1900 |7932 |1900 | 255 | 385k| 996k|4338 | 0.000000e+00 | 6.730000e+03 |    Inf 
1591.74/1591.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1591.74/1591.73	c  1520s|  1980k|  1423k|  2232k|   1.1 |1779M| 616 |   0 |1900 |7659 |1900 | 256 | 387k|1003k|4348 | 0.000000e+00 | 6.730000e+03 |    Inf 
1600.03/1600.01	c  1528s|  1990k|  1431k|  2243k|   1.1 |1790M| 616 |   0 |1900 |6954 |1900 | 227 | 389k|1008k|4364 | 0.000000e+00 | 6.730000e+03 |    Inf 
1608.53/1608.53	c  1536s|  2000k|  1439k|  2257k|   1.1 |1802M| 616 |   0 |1900 |6657 |1900 | 242 | 392k|1014k|4379 | 0.000000e+00 | 6.730000e+03 |    Inf 
1617.04/1617.02	c  1544s|  2010k|  1448k|  2270k|   1.1 |1815M| 616 |   0 |1900 |7043 |1900 | 230 | 394k|1019k|4415 | 0.000000e+00 | 6.730000e+03 |    Inf 
1625.23/1625.20	c  1552s|  2020k|  1456k|  2280k|   1.1 |1827M| 616 |   0 |1900 |7261 |1900 | 247 | 396k|1025k|4433 | 0.000000e+00 | 6.730000e+03 |    Inf 
1633.53/1633.59	c  1560s|  2030k|  1464k|  2292k|   1.1 |1839M| 616 |   0 |1900 |7368 |1900 | 236 | 398k|1030k|4438 | 0.000000e+00 | 6.730000e+03 |    Inf 
1641.73/1641.70	c  1568s|  2040k|  1473k|  2303k|   1.1 |1851M| 616 |   0 |1900 |7125 |1900 | 228 | 400k|1036k|4463 | 0.000000e+00 | 6.730000e+03 |    Inf 
1650.13/1650.19	c  1576s|  2050k|  1481k|  2318k|   1.1 |1863M| 616 |   0 |1900 |6740 |1900 | 254 | 402k|1041k|4478 | 0.000000e+00 | 6.730000e+03 |    Inf 
1658.53/1658.52	c  1584s|  2060k|  1490k|  2330k|   1.1 |1876M| 616 |   0 |1900 |6242 |1900 | 240 | 403k|1046k|4492 | 0.000000e+00 | 6.730000e+03 |    Inf 
1667.54/1667.56	c  1592s|  2070k|  1498k|  2345k|   1.1 |1889M| 616 |   0 |1900 |6990 |1900 | 239 | 407k|1052k|4518 | 0.000000e+00 | 6.730000e+03 |    Inf 
1675.73/1675.71	c  1600s|  2080k|  1506k|  2355k|   1.1 |1901M| 616 |   0 |1900 |6759 |1900 | 240 | 409k|1057k|4544 | 0.000000e+00 | 6.730000e+03 |    Inf 
1684.24/1684.22	c  1608s|  2090k|  1515k|  2369k|   1.1 |1913M| 616 |   0 |1900 |7084 |1900 | 232 | 411k|1063k|4577 | 0.000000e+00 | 6.730000e+03 |    Inf 
1692.43/1692.43	c  1616s|  2100k|  1523k|  2380k|   1.1 |1926M| 616 |   0 |1900 |7326 |1900 | 237 | 413k|1068k|4593 | 0.000000e+00 | 6.730000e+03 |    Inf 
1700.73/1700.70	c  1624s|  2110k|  1532k|  2391k|   1.1 |1938M| 616 |   0 |1900 |7319 |1900 | 222 | 415k|1073k|4597 | 0.000000e+00 | 6.730000e+03 |    Inf 
1709.64/1709.60	c  1632s|  2120k|  1540k|  2408k|   1.1 |1951M| 616 |   0 |1900 |7631 |1900 | 240 | 418k|1079k|4621 | 0.000000e+00 | 6.730000e+03 |    Inf 
1718.04/1718.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.04/1718.02	c  1641s|  2130k|  1548k|  2420k|   1.1 |1963M| 616 |   0 |1900 |6938 |1900 | 232 | 420k|1085k|4653 | 0.000000e+00 | 6.730000e+03 |    Inf 
1726.34/1726.37	c  1648s|  2140k|  1557k|  2431k|   1.1 |1975M| 616 |   0 |1900 |7248 |1900 | 234 | 422k|1090k|4666 | 0.000000e+00 | 6.730000e+03 |    Inf 
1734.74/1734.76	c  1657s|  2150k|  1565k|  2443k|   1.1 |1987M| 616 |   0 |1900 |7641 |1900 | 236 | 424k|1096k|4669 | 0.000000e+00 | 6.730000e+03 |    Inf 
1743.23/1743.28	c  1665s|  2160k|  1573k|  2456k|   1.1 |1999M| 616 |   0 |1900 |8192 |1900 | 232 | 427k|1102k|4675 | 0.000000e+00 | 6.730000e+03 |    Inf 
1751.74/1751.71	c  1673s|  2170k|  1581k|  2468k|   1.1 |2011M| 616 |   0 |1900 |6719 |1900 | 240 | 429k|1108k|4677 | 0.000000e+00 | 6.730000e+03 |    Inf 
1759.83/1759.83	c  1680s|  2180k|  1590k|  2477k|   1.1 |2023M| 616 |   - |1900 |7437 |   0 |   0 | 430k|1114k|4684 | 0.000000e+00 | 6.730000e+03 |    Inf 
1768.53/1768.51	c  1689s|  2190k|  1598k|  2491k|   1.1 |2035M| 616 |   0 |1900 |8128 |1900 | 253 | 433k|1120k|4697 | 0.000000e+00 | 6.730000e+03 |    Inf 
1777.14/1777.13	c  1697s|  2200k|  1606k|  2504k|   1.1 |2047M| 616 |   0 |1900 |8167 |1900 | 252 | 435k|1126k|4724 | 0.000000e+00 | 6.730000e+03 |    Inf 
1785.94/1785.95	c  1705s|  2210k|  1614k|  2519k|   1.1 |2059M| 616 |   0 |1900 |8218 |1900 | 269 | 437k|1132k|4735 | 0.000000e+00 | 6.730000e+03 |    Inf 
1794.74/1794.78	c  1714s|  2220k|  1623k|  2534k|   1.1 |2071M| 616 |   0 |1900 |6696 |1900 | 247 | 440k|1137k|4748 | 0.000000e+00 | 6.730000e+03 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1718.82
1800.04/1800.00	c Solving Nodes      : 2226061
1800.04/1800.00	c Primal Bound       : +6.73000000000000e+03 (148 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.02	s SATISFIABLE
1800.04/1800.02	v -x200 x199 x198 -x197 -x196 x195 x194 -x193 -x192 x191 -x190 x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 -x178 
1800.04/1800.02	v x177 -x176 x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 
1800.04/1800.02	v -x154 x153 x152 -x151 x150 -x149 -x148 x147 -x146 x145 x144 -x143 -x142 x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 
1800.04/1800.02	v -x131 x130 -x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 
1800.04/1800.02	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 
1800.04/1800.02	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 
1800.04/1800.02	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 
1800.04/1800.02	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 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time       :    1718.82
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-2700045-1278533922.wbo
1800.04/1800.02	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.04/1800.02	c   Constraints      : 1901 initial, 1901 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-2700045-1278533922.wbo
1800.04/1800.02	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.04/1800.02	c   Constraints      : 1800 initial, 9085 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.02	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       0.01          0        100          0        900          0        101          0          0
1800.04/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0    2291680          0          0         29          0          0      13494
1800.04/1800.02	c   indicator        :        900          0    4201443    2284913          0       3524   29551663          0          0          0
1800.04/1800.02	c   linear           :        900          6    4197777    2284879          0      29550    2923739     441969          0          0
1800.04/1800.02	c   logicor          :          0+         0    2570600          0          0       1211    1523375          0          0          0
1800.04/1800.02	c   countsols        :          0          0          0    2084913          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.02	c   integral         :       4.34       0.00       0.00       4.34       0.00
1800.04/1800.02	c   indicator        :     199.18       0.01      63.65     135.52       0.00
1800.04/1800.02	c   linear           :     108.35       0.00      45.67      62.68       0.00
1800.04/1800.02	c   logicor          :      37.12       0.00      37.12       0.00       0.00
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :       0.02          2          0          0
1800.04/1800.02	c   rootredcost      :       0.01         49          0          0
1800.04/1800.02	c   pseudoobj        :      99.03    4344354     143111   22694199
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :      10.45     173872     173842    1012841       32.2     316281        3.7          -
1800.04/1800.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.09        879        879       5286       26.3       2283        3.9          -
1800.04/1800.02	c   applied globally :          -          -          -    1141256       23.2          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.00          3          -          -         24          -    (maximal pool size: 73)
1800.04/1800.02	c   redcost          :      91.29    2330126          0    6126009          0          0
1800.04/1800.02	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :       0.00          4          0          0         75          0
1800.04/1800.02	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.02	c   cmir             :       0.01          4          0          0          0          0
1800.04/1800.02	c   flowcover        :       0.02          4          0          0          0          0
1800.04/1800.02	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :       4.17       6767          0         29          0          0      13494
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :     170.53    2084864          0          0          0          0    4169728
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       1.05          -         49
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   feaspump         :       0.00          0          0
1800.04/1800.02	c   intshifting      :       0.02          3          0
1800.04/1800.02	c   oneopt           :       0.18         41          0
1800.04/1800.02	c   crossover        :       1.50        104          4
1800.04/1800.02	c   coefdiving       :       1.73       3395          0
1800.04/1800.02	c   pscostdiving     :       1.80       3395          0
1800.04/1800.02	c   fracdiving       :       1.81       3395          0
1800.04/1800.02	c   linesearchdiving :       1.96       3395          0
1800.04/1800.02	c   guideddiving     :       1.86       3395          0
1800.04/1800.02	c   veclendiving     :       1.66       3396          0
1800.04/1800.02	c   objpscostdiving  :       1.81       3395          0
1800.04/1800.02	c   rootsoldiving    :       1.68       3395          0
1800.04/1800.02	c   trivial          :       0.00          2          1
1800.04/1800.02	c   simplerounding   :       0.75       7085          0
1800.04/1800.02	c   zirounding       :       0.01       1000          0
1800.04/1800.02	c   rounding         :       0.04       1122          0
1800.04/1800.02	c   shifting         :       0.28        327          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.01          1          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   nlp              :       0.00          0          0
1800.04/1800.02	c   trysol           :       0.04       3845         94
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.02	c   dual LP          :     615.42     479625    2539666       5.30    4126.72
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:       0.02         45       2881      64.02  144050.00
1800.04/1800.02	c   strong branching :       4.09       4786      61958      12.95   15148.66
1800.04/1800.02	c     (at root node) :          -         33       5106     154.73          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :    2226061
1800.04/1800.02	c   nodes (total)    :    2226061
1800.04/1800.02	c   nodes left       :    1628357
1800.04/1800.02	c   max depth        :        616
1800.04/1800.02	c   max depth (total):        616
1800.04/1800.02	c   backtracks       :      59433 (2.7%)
1800.04/1800.02	c   delayed cutoffs  :      43880
1800.04/1800.02	c   repropagations   :     261366 (13194505 domain reductions, 43874 cutoffs)
1800.04/1800.02	c   avg switch length:       2.73
1800.04/1800.02	c   switching time   :     104.24
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :        148 (50 improvements)
1800.04/1800.02	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.04/1800.02	c   Primal Bound     : +6.73000000000000e+03   (in run 1, after 1704771 nodes, 1296.23 seconds, depth 90, found by <relaxation>)
1800.04/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.02	c   Gap              :   infinite
1800.04/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.02	c   Root Iterations  :        387

Verifier Data

OK	6730

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700045-1278533922/watcher-2700045-1278533922 -o /tmp/evaluation-result-2700045-1278533922/solver-2700045-1278533922 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700045-1278533922.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: 1.63 0.58 0.21 3/178 18086
/proc/meminfo: memFree=29815248/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=10972 CPUtime=0
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 1666 0 0 0 0 0 0 0 21 0 1 0 21605188 11235328 1586 4089446400 4194304 9819077 140737094491904 18446744073709551615 8656404 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18086/statm: 2743 1586 392 1374 0 1364 0

[startup+0.078388 s]
/proc/loadavg: 1.63 0.58 0.21 3/178 18086
/proc/meminfo: memFree=29815248/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=25652 CPUtime=0.07
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 6238 0 0 0 6 1 0 0 21 0 1 0 21605188 26267648 5007 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 6413 5007 658 1374 0 5034 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25652

[startup+0.100382 s]
/proc/loadavg: 1.63 0.58 0.21 3/178 18086
/proc/meminfo: memFree=29815248/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=26220 CPUtime=0.09
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 6402 0 0 0 8 1 0 0 21 0 1 0 21605188 26849280 5129 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 6555 5129 673 1374 0 5176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26220

[startup+0.300344 s]
/proc/loadavg: 1.63 0.58 0.21 3/178 18086
/proc/meminfo: memFree=29815248/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=28996 CPUtime=0.29
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 11666 0 0 0 27 2 0 0 21 0 1 0 21605188 29691904 5590 4089446400 4194304 9819077 140737094491904 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 7249 5590 695 1374 0 5870 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28996

[startup+0.700274 s]
/proc/loadavg: 1.63 0.58 0.21 3/178 18086
/proc/meminfo: memFree=29815248/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=29040 CPUtime=0.69
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 17504 0 0 0 64 5 0 0 22 0 1 0 21605188 29736960 5588 4089446400 4194304 9819077 140737094491904 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 7260 5588 700 1374 0 5881 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29040

[startup+1.50013 s]
/proc/loadavg: 1.63 0.58 0.21 3/179 18087
/proc/meminfo: memFree=29795152/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=29704 CPUtime=1.49
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 30749 0 0 0 140 9 0 0 25 0 1 0 21605188 30416896 5692 4089446400 4194304 9819077 140737094491904 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 7156 5688 702 1374 0 5777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29704

[startup+3.10084 s]
/proc/loadavg: 1.63 0.58 0.21 3/179 18089
/proc/meminfo: memFree=29791556/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=32836 CPUtime=3.1
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 43978 0 0 0 292 18 0 0 25 0 1 0 21605188 33624064 6914 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 8209 6914 703 1374 0 6830 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 32836

[startup+6.30027 s]
/proc/loadavg: 1.74 0.62 0.22 3/179 18090
/proc/meminfo: memFree=29785372/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=38388 CPUtime=6.29
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 65425 0 0 0 593 36 0 0 25 0 1 0 21605188 39309312 8206 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 9597 8206 707 1374 0 8218 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38388

[startup+12.7001 s]
/proc/loadavg: 1.76 0.65 0.23 3/179 18090
/proc/meminfo: memFree=29772904/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=50372 CPUtime=12.69
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 89591 0 0 0 1196 73 0 0 25 0 1 0 21605188 51580928 11154 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 12593 11154 707 1374 0 11214 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50372

[startup+25.5008 s]
/proc/loadavg: 1.81 0.71 0.26 3/179 18091
/proc/meminfo: memFree=29750844/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=70012 CPUtime=25.49
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 129329 0 0 0 2407 142 0 0 25 0 1 0 21605188 71692288 16105 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 17503 16105 707 1374 0 16124 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70012

[startup+51.1003 s]
/proc/loadavg: 1.88 0.81 0.30 3/179 18118
/proc/meminfo: memFree=29749612/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=111024 CPUtime=51.09
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 201215 0 0 0 4822 287 0 0 25 0 1 0 21605188 113688576 26411 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 27756 26411 707 1374 0 26377 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111024

[startup+102.306 s]
/proc/loadavg: 1.94 0.99 0.39 3/179 18120
/proc/meminfo: memFree=29616112/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=199108 CPUtime=102.3
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 378928 0 0 0 9708 522 0 0 25 0 1 0 21605188 203886592 47614 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 49777 47614 707 1374 0 48398 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 199108

[startup+162.3 s]
/proc/loadavg: 1.98 1.17 0.49 3/179 18121
/proc/meminfo: memFree=29478532/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=288636 CPUtime=162.29
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 554471 0 0 0 15443 786 0 0 25 0 1 0 21605188 295563264 69702 4089446400 4194304 9819077 140737094491904 18446744073709551615 4661191 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 72159 69702 707 1374 0 70780 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 288636

[startup+222.301 s]
/proc/loadavg: 1.99 1.32 0.58 3/179 18123
/proc/meminfo: memFree=29341328/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=387432 CPUtime=222.3
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 718876 0 0 0 21181 1049 0 0 25 0 1 0 21605188 396730368 92899 4089446400 4194304 9819077 140737094491904 18446744073709551615 6389797 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 96814 92897 707 1374 0 95435 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 387432

[startup+282.301 s]
/proc/loadavg: 1.99 1.44 0.67 3/179 18124
/proc/meminfo: memFree=29207472/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=472272 CPUtime=282.3
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 898833 0 0 0 26916 1314 0 0 25 0 1 0 21605188 483606528 113660 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 118068 113660 707 1374 0 116689 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 472272

[startup+342.301 s]
/proc/loadavg: 1.99 1.54 0.75 3/179 18126
/proc/meminfo: memFree=29112168/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=510836 CPUtime=342.29
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 1099955 0 0 0 32638 1591 0 0 25 0 1 0 21605188 523096064 123226 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 127709 123226 707 1374 0 126330 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 510836

[startup+402.3 s]
/proc/loadavg: 1.99 1.62 0.82 3/179 18128
/proc/meminfo: memFree=28985744/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=581940 CPUtime=402.3
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 1287379 0 0 0 38377 1853 0 0 25 0 1 0 21605188 595906560 140952 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 145485 140952 707 1374 0 144106 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 581940

[startup+462.301 s]
/proc/loadavg: 1.99 1.69 0.89 3/179 18129
/proc/meminfo: memFree=28904444/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=662620 CPUtime=462.3
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 1481774 0 0 0 44109 2121 0 0 25 0 1 0 21605188 678522880 158893 4089446400 4194304 9819077 140737094491904 18446744073709551615 7487731 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18086/statm: 165655 158893 707 1374 0 164276 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 662620

[startup+522.301 s]
/proc/loadavg: 1.99 1.74 0.96 3/179 18131
/proc/meminfo: memFree=28780268/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=747352 CPUtime=522.31
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 1648943 0 0 0 49833 2398 0 0 25 0 1 0 21605188 765288448 179369 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 186838 179369 707 1374 0 185459 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 747352

[startup+582.3 s]
/proc/loadavg: 1.99 1.79 1.02 3/179 18132
/proc/meminfo: memFree=28649512/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=835388 CPUtime=582.3
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 1805268 0 0 0 55566 2664 0 0 25 0 1 0 21605188 855437312 200782 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 208847 200782 707 1374 0 207468 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 835388

[startup+642.3 s]
/proc/loadavg: 1.99 1.82 1.08 3/179 18134
/proc/meminfo: memFree=28544440/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=904200 CPUtime=642.31
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 1982915 0 0 0 61296 2935 0 0 25 0 1 0 21605188 925900800 217469 4089446400 4194304 9819077 140737094491904 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 226050 217469 707 1374 0 224671 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 904200

[startup+702.301 s]

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

/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 3011918 0 0 0 95686 4546 0 0 25 0 1 0 21605188 1451278336 336008 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 354316 336008 707 1374 0 352937 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1417264

[startup+1062.3 s]
/proc/loadavg: 1.99 1.94 1.40 3/179 18145
/proc/meminfo: memFree=27662208/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1502696 CPUtime=1062.31
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 3197072 0 0 0 101418 4813 0 0 25 0 1 0 21605188 1538760704 357203 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 375674 357203 707 1374 0 374295 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1502696

[startup+1122.3 s]
/proc/loadavg: 1.99 1.95 1.43 3/179 18147
/proc/meminfo: memFree=27541000/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1588480 CPUtime=1122.32
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 3390694 0 0 0 107147 5085 0 0 25 0 1 0 21605188 1626603520 377775 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 397120 377775 707 1374 0 395741 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1588480

[startup+1182.3 s]
/proc/loadavg: 1.99 1.96 1.47 3/179 18148
/proc/meminfo: memFree=27444464/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1652416 CPUtime=1182.32
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 3568988 0 0 0 112884 5348 0 0 25 0 1 0 21605188 1692073984 393005 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 413104 393005 707 1374 0 411725 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1652416

[startup+1242.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/179 18150
/proc/meminfo: memFree=27336376/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1721084 CPUtime=1242.33
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 3747237 0 0 0 118617 5616 0 0 25 0 1 0 21605188 1762390016 410513 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 430271 410513 707 1374 0 428892 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1721084

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.52 3/179 18152
/proc/meminfo: memFree=27214316/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1811212 CPUtime=1302.33
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 3951102 0 0 0 124347 5886 0 0 25 0 1 0 21605188 1854681088 431617 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 452803 431617 707 1374 0 451424 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1811212

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.55 3/179 18153
/proc/meminfo: memFree=27113436/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1889152 CPUtime=1362.33
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 4144800 0 0 0 130076 6157 0 0 25 0 1 0 21605188 1934491648 449995 4089446400 4194304 9819077 140737094491904 18446744073709551615 6590677 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 472288 449995 707 1374 0 470909 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1889152

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.58 3/179 18155
/proc/meminfo: memFree=27079284/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1891352 CPUtime=1422.33
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 4303927 0 0 0 135803 6430 0 0 25 0 1 0 21605188 1936744448 450388 4089446400 4194304 9819077 140737094491904 18446744073709551615 4665348 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 472838 450388 707 1374 0 471459 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1891352

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.60 3/179 18156
/proc/meminfo: memFree=27020808/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1899480 CPUtime=1482.33
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 4479532 0 0 0 141541 6692 0 0 25 0 1 0 21605188 1945067520 452344 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 474870 452344 707 1374 0 473491 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1899480

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.62 3/179 18158
/proc/meminfo: memFree=26921160/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=1951048 CPUtime=1542.33
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 4648921 0 0 0 147279 6954 0 0 25 0 1 0 21605188 1997873152 465217 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 487762 465217 707 1374 0 486383 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1951048

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/179 18160
/proc/meminfo: memFree=26815344/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=2015952 CPUtime=1602.33
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 4822054 0 0 0 153014 7219 0 0 25 0 1 0 21605188 2064334848 481354 4089446400 4194304 9819077 140737094491904 18446744073709551615 5955771 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 503988 481354 707 1374 0 502609 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2015952

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/179 18161
/proc/meminfo: memFree=26696356/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=2089708 CPUtime=1662.33
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 4996454 0 0 0 158735 7498 0 0 25 0 1 0 21605188 2139860992 499428 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 522427 499428 707 1374 0 521048 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2089708

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.68 3/179 18163
/proc/meminfo: memFree=26579992/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=2167656 CPUtime=1722.34
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 5178586 0 0 0 164461 7773 0 0 25 0 1 0 21605188 2219679744 518352 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 541914 518352 707 1374 0 540535 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2167656

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.70 3/179 18164
/proc/meminfo: memFree=26465116/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=2244488 CPUtime=1782.34
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 5358721 0 0 0 170191 8043 0 0 25 0 1 0 21605188 2298355712 536916 4089446400 4194304 9819077 140737094491904 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 561122 536916 707 1374 0 559743 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2244488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.97 1.70 3/179 18165
/proc/meminfo: memFree=26427536/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=2269284 CPUtime=1800.04
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 5416268 0 0 0 171883 8121 0 0 25 0 1 0 21605188 2323746816 542754 4089446400 4194304 9819077 140737094491904 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18086/statm: 567321 542754 707 1374 0 565942 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2269284

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18086

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

[startup+1801.4 s]
/proc/loadavg: 1.99 1.97 1.70 3/180 18166
/proc/meminfo: memFree=26427032/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=2269284 CPUtime=1801.44
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 5416290 0 0 0 172023 8121 0 0 25 0 1 0 21605188 2323746816 542757 4089446400 4194304 9819077 140737094491904 18446744073709551615 4616595 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18086/statm: 567321 542757 710 1374 0 565942 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2269284

[startup+1801.81 s]
/proc/loadavg: 1.99 1.97 1.70 3/180 18166
/proc/meminfo: memFree=26426288/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=2269284 CPUtime=1801.84
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 5416290 0 0 0 172063 8121 0 0 25 0 1 0 21605188 2323746816 542757 4089446400 4194304 9819077 140737094491904 18446744073709551615 4670081 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18086/statm: 567321 542757 710 1374 0 565942 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 2269284

[startup+1802 s]
/proc/loadavg: 1.99 1.97 1.70 3/180 18166
/proc/meminfo: memFree=26426288/32951124 swapFree=67111528/67111528
[pid=18086] ppid=18084 vsize=2269284 CPUtime=1802.04
/proc/18086/stat : 18086 (pbscip.linux.x8) R 18084 18086 17738 0 -1 4202496 5416290 0 0 0 172083 8121 0 0 25 0 1 0 21605188 2323746816 542757 4089446400 4194304 9819077 140737094491904 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18086/statm: 567321 542757 710 1374 0 565942 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2269284

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.13
CPU user time (s): 1720.84
CPU system time (s): 81.2926
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2269284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1720.84
system time used= 81.2926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5416290
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= 8760

runsolver used 3.43548 second user time and 5.94909 second system time

The end

Launcher Data

Begin job on node146 at 2010-07-07 22:18:42
IDJOB=2700045
IDBENCH=79395
IDSOLVER=1205
FILE ID=node146/2700045-1278533922
PBS_JOBID= 11239186
Free space on /tmp= 73592 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-jnh305_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-2700045-1278533922/watcher-2700045-1278533922 -o /tmp/evaluation-result-2700045-1278533922/solver-2700045-1278533922 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700045-1278533922.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8285b15ee2c0064deae9a0e09e679565
RANDOM SEED=1402057638

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
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.66
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.870
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.82
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.870
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.870
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29816056 kB
Buffers:        137528 kB
Cached:        2745700 kB
SwapCached:          0 kB
Active:        1414872 kB
Inactive:      1576744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29816056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:      108496 kB
Mapped:          16844 kB
Slab:            81224 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   253180 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= 73588 MiB
End job on node146 at 2010-07-07 22:48:45