Trace number 2700249

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.09 1802.06

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh308_wcsp.wbo
MD5SUM9e4ae11dd0361dce6825f0168cc6adb2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1.04784
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-2700249-1278534509.wbo>
0.01/0.01	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 cont) and 1901 constraints
0.01/0.01	c problem read
0.01/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/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.01/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.01/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1100 implications, 0 cliques
0.01/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.01/0.06	c     900 constraints of type <indicator>
0.01/0.06	c     900 constraints of type <linear>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.03
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 1.2.1.2
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1799.99
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 3420
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 444854
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.0s|     1 |     0 |     0 |     - |6459k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |     0 |     - |6881k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |    43 |     - |6924k|   0 |   0 |1900 |1800 |1900 |  74 |  74 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   128 |     - |6968k|   0 |  57 |1900 |1800 |1900 | 110 | 110 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.01/0.08	c   0.1s|     1 |     0 |   190 |     - |7183k|   0 |  41 |1900 |1800 |1900 | 155 | 155 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.01/0.09	c   0.1s|     1 |     0 |   274 |     - |7295k|   0 |  55 |1900 |1800 |1900 | 180 | 180 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   329 |     - |7325k|   0 |  65 |1900 |1800 |1900 | 191 | 191 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   349 |     - |7352k|   0 |  65 |1900 |1800 |1900 | 195 | 195 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     2 |   551 |     - |7404k|   0 |  65 |1900 |1800 |1900 | 195 | 195 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
8.39/8.46	c   8.2s| 10000 |  9991 | 13704 |   1.3 |  20M| 581 |   0 |1900 |1827 |1900 | 242 |1752 |  27 | 777 | 0.000000e+00 | 4.448540e+05 |    Inf 
9.48/9.54	o 8083
9.48/9.54	c * 9.3s| 11448 |  7193 | 16142 |   1.4 |  17M| 581 |   - |1900 |1851 |1900 | 264 |2024 |  51 | 780 | 0.000000e+00 | 8.083000e+03 |    Inf 
16.40/16.49	c  16.1s| 20000 | 15731 | 30596 |   1.5 |  26M| 581 |   0 |1900 |1901 |1900 | 215 |3330 | 101 | 785 | 0.000000e+00 | 8.083000e+03 |    Inf 
24.29/24.36	c  23.8s| 30000 | 25731 | 41860 |   1.4 |  36M| 581 |   0 |1900 |1901 |1900 | 226 |4533 | 101 | 786 | 0.000000e+00 | 8.083000e+03 |    Inf 
26.78/26.88	o 7998
26.78/26.88	c *26.2s| 33087 | 28643 | 45493 |   1.4 |  40M| 581 |   - |1900 |2255 |1900 | 221 |4958 | 455 | 786 | 0.000000e+00 | 7.998000e+03 |    Inf 
33.19/33.24	c  32.4s| 40000 | 34516 | 58471 |   1.5 |  49M| 581 |   0 |1900 |4795 |1900 | 229 |6577 |5409 | 786 | 0.000000e+00 | 7.998000e+03 |    Inf 
39.99/40.02	o 7961
39.99/40.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.99/40.02	c *39.0s| 47859 | 41320 | 69024 |   1.4 |  59M| 581 |   - |1900 |4906 |1900 | 234 |7972 |  10k| 786 | 0.000000e+00 | 7.961000e+03 |    Inf 
41.89/41.97	c  40.9s| 50000 | 43137 | 72250 |   1.4 |  61M| 581 |   0 |1900 |4853 |1900 | 206 |8427 |  11k| 786 | 0.000000e+00 | 7.961000e+03 |    Inf 
43.90/43.91	o 7838
43.90/43.91	c *42.8s| 52259 | 44787 | 75319 |   1.4 |  64M| 581 |   - |1900 |4836 |1900 | 227 |8890 |  13k| 786 | 0.000000e+00 | 7.838000e+03 |    Inf 
51.39/51.42	c  50.1s| 60000 | 51386 | 92860 |   1.5 |  74M| 581 |   0 |1900 |5671 |1900 | 228 |  11k|  18k| 786 | 0.000000e+00 | 7.838000e+03 |    Inf 
58.89/58.98	o 7832
58.89/58.98	c *57.5s| 68848 | 58974 |104929 |   1.5 |  85M| 581 |   - |1900 |5374 |1900 | 232 |  12k|  24k| 787 | 0.000000e+00 | 7.832000e+03 |    Inf 
59.99/60.06	c  58.5s| 70000 | 59964 |106848 |   1.5 |  86M| 581 |   0 |1900 |5265 |1900 | 203 |  13k|  24k| 787 | 0.000000e+00 | 7.832000e+03 |    Inf 
68.29/68.37	c  66.7s| 80000 | 69023 |122624 |   1.5 |  98M| 581 |   0 |1900 |3859 |1900 | 223 |  14k|  28k| 804 | 0.000000e+00 | 7.832000e+03 |    Inf 
73.89/73.92	o 7829
73.89/73.92	c *72.1s| 86555 | 74877 |133128 |   1.5 | 106M| 581 |   - |1900 |4045 |1900 | 221 |  16k|  31k| 828 | 0.000000e+00 | 7.829000e+03 |    Inf 
74.19/74.25	o 7814
74.19/74.25	c *72.4s| 86928 | 75138 |133708 |   1.5 | 106M| 581 |   - |1900 |4136 |1900 | 219 |  16k|  31k| 828 | 0.000000e+00 | 7.814000e+03 |    Inf 
76.69/76.71	c  74.8s| 90000 | 77946 |136975 |   1.5 | 110M| 581 |   0 |1900 |3869 |1900 | 214 |  16k|  32k| 837 | 0.000000e+00 | 7.814000e+03 |    Inf 
84.99/85.05	c  83.0s|100000 | 86886 |150817 |   1.5 | 122M| 581 |   0 |1900 |4293 |1900 | 212 |  17k|  37k| 884 | 0.000000e+00 | 7.814000e+03 |    Inf 
93.09/93.18	c  90.9s|110000 | 95943 |162977 |   1.5 | 134M| 581 |   0 |1900 |4012 |1900 | 206 |  19k|  40k| 914 | 0.000000e+00 | 7.814000e+03 |    Inf 
100.59/100.66	o 7778
100.59/100.66	c *98.2s|118754 |103578 |176652 |   1.5 | 144M| 581 |   - |1900 |4230 |1900 | 230 |  20k|  44k| 961 | 0.000000e+00 | 7.778000e+03 |    Inf 
101.79/101.82	c  99.4s|120000 |104665 |178546 |   1.5 | 146M| 581 |   0 |1900 |4644 |1900 | 201 |  20k|  45k| 970 | 0.000000e+00 | 7.778000e+03 |    Inf 
109.69/109.70	o 7725
109.69/109.70	c * 107s|128730 |112028 |193892 |   1.5 | 156M| 581 |   - |1900 |5134 |1900 | 226 |  22k|  49k|1044 | 0.000000e+00 | 7.725000e+03 |    Inf 
110.00/110.07	o 7575
110.00/110.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.00/110.07	c * 107s|129082 |111099 |194767 |   1.5 | 154M| 581 |   - |1900 |5001 |1900 | 226 |  22k|  49k|1044 | 0.000000e+00 | 7.575000e+03 |    Inf 
110.00/110.08	o 7409
110.00/110.08	c * 107s|129083 |109447 |194773 |   1.5 | 152M| 581 |   - |1900 |5001 |1900 | 227 |  22k|  49k|1044 | 0.000000e+00 | 7.409000e+03 |    Inf 
110.99/111.04	c   108s|130000 |110266 |197262 |   1.5 | 153M| 581 |   0 |1900 |5089 |1900 | 227 |  23k|  50k|1059 | 0.000000e+00 | 7.409000e+03 |    Inf 
119.50/119.59	c   117s|140000 |119457 |213131 |   1.5 | 164M| 581 |   0 |1900 |4219 |1900 | 216 |  25k|  53k|1111 | 0.000000e+00 | 7.409000e+03 |    Inf 
128.39/128.48	c   125s|150000 |128508 |235466 |   1.6 | 176M| 581 |   0 |1900 |3976 |1900 | 222 |  27k|  57k|1193 | 0.000000e+00 | 7.409000e+03 |    Inf 
136.99/137.09	c   134s|160000 |137447 |253080 |   1.6 | 188M| 581 |   0 |1900 |3982 |1900 | 214 |  29k|  61k|1264 | 0.000000e+00 | 7.409000e+03 |    Inf 
145.89/145.94	c   142s|170000 |146283 |272846 |   1.6 | 201M| 581 |   0 |1900 |4372 |1900 | 198 |  31k|  65k|1328 | 0.000000e+00 | 7.409000e+03 |    Inf 
146.49/146.52	o 7400
146.49/146.52	c * 143s|170640 |146759 |274128 |   1.6 | 202M| 581 |   - |1900 |4517 |1900 | 213 |  31k|  65k|1328 | 0.000000e+00 | 7.400000e+03 |    Inf 
146.49/146.53	o 7336
146.49/146.53	c * 143s|170641 |145951 |274130 |   1.6 | 200M| 581 |   - |1900 |4517 |1900 | 213 |  31k|  65k|1328 | 0.000000e+00 | 7.336000e+03 |    Inf 
154.69/154.78	c   151s|180000 |154164 |291734 |   1.6 | 212M| 581 |   0 |1900 |4602 |1900 | 207 |  33k|  69k|1380 | 0.000000e+00 | 7.336000e+03 |    Inf 
163.39/163.48	c   160s|190000 |162928 |307800 |   1.6 | 225M| 581 |   0 |1900 |4554 |1900 | 218 |  35k|  74k|1430 | 0.000000e+00 | 7.336000e+03 |    Inf 
171.99/172.07	c   168s|200000 |171850 |324013 |   1.6 | 237M| 581 |   0 |1900 |4597 |1900 | 221 |  37k|  78k|1469 | 0.000000e+00 | 7.336000e+03 |    Inf 
180.50/180.52	c   176s|210000 |180755 |337991 |   1.6 | 249M| 581 |   - |1900 |4674 |   0 |   0 |  39k|  82k|1518 | 0.000000e+00 | 7.336000e+03 |    Inf 
188.99/189.01	c   185s|220000 |189613 |352530 |   1.6 | 261M| 581 |   0 |1900 |4437 |1900 | 207 |  40k|  86k|1565 | 0.000000e+00 | 7.336000e+03 |    Inf 
197.90/198.00	c   193s|230000 |198499 |371862 |   1.6 | 274M| 581 |   0 |1900 |4466 |1900 | 223 |  43k|  90k|1620 | 0.000000e+00 | 7.336000e+03 |    Inf 
206.70/206.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.70/206.74	c   202s|240000 |207470 |388776 |   1.6 | 286M| 581 |   0 |1900 |4228 |1900 | 209 |  45k|  95k|1675 | 0.000000e+00 | 7.336000e+03 |    Inf 
215.39/215.49	c   210s|250000 |216463 |406085 |   1.6 | 298M| 581 |   0 |1900 |4018 |1900 | 205 |  46k|  99k|1725 | 0.000000e+00 | 7.336000e+03 |    Inf 
224.19/224.26	c   219s|260000 |225300 |421972 |   1.6 | 310M| 581 |   0 |1900 |4621 |1900 | 228 |  48k| 103k|1768 | 0.000000e+00 | 7.336000e+03 |    Inf 
233.60/233.65	c   228s|270000 |233883 |439645 |   1.6 | 323M| 581 |   0 |1900 |5638 |1900 | 205 |  51k| 109k|1807 | 0.000000e+00 | 7.336000e+03 |    Inf 
240.29/240.31	o 7270
240.29/240.31	c * 235s|278022 |239793 |449273 |   1.6 | 331M| 581 |   - |1900 |4571 |1900 | 217 |  52k| 112k|1829 | 0.000000e+00 | 7.270000e+03 |    Inf 
242.10/242.16	c   236s|280000 |241497 |452690 |   1.6 | 333M| 581 |   0 |1900 |4224 |1900 | 216 |  52k| 113k|1870 | 0.000000e+00 | 7.270000e+03 |    Inf 
250.80/250.89	c   245s|290000 |250428 |467802 |   1.6 | 346M| 581 |   0 |1900 |4404 |1900 | 217 |  54k| 117k|1889 | 0.000000e+00 | 7.270000e+03 |    Inf 
259.50/259.57	c   254s|300000 |259094 |482277 |   1.6 | 359M| 581 |   0 |1900 |4450 |1900 | 226 |  56k| 122k|1929 | 0.000000e+00 | 7.270000e+03 |    Inf 
269.09/269.10	c   263s|310000 |267418 |502294 |   1.6 | 373M| 581 |   0 |1900 |6308 |1900 | 216 |  58k| 129k|1987 | 0.000000e+00 | 7.270000e+03 |    Inf 
269.90/269.99	o 7268
269.90/269.99	c * 264s|310973 |268211 |503843 |   1.6 | 374M| 581 |   - |1900 |6269 |1900 | 225 |  59k| 130k|1994 | 0.000000e+00 | 7.268000e+03 |    Inf 
269.99/270.00	o 7252
269.99/270.00	c * 264s|310974 |267868 |503850 |   1.6 | 373M| 581 |   - |1900 |6269 |1900 | 225 |  59k| 130k|1994 | 0.000000e+00 | 7.252000e+03 |    Inf 
277.89/277.95	c   271s|320000 |275805 |517418 |   1.6 | 384M| 581 |   0 |1900 |5444 |1900 | 224 |  60k| 134k|2027 | 0.000000e+00 | 7.252000e+03 |    Inf 
286.70/286.72	c   280s|330000 |284665 |532407 |   1.6 | 396M| 581 |   0 |1900 |5165 |1900 | 212 |  62k| 139k|2047 | 0.000000e+00 | 7.252000e+03 |    Inf 
295.30/295.36	c   288s|340000 |293446 |546304 |   1.6 | 408M| 581 |   0 |1900 |4718 |1900 | 205 |  64k| 144k|2070 | 0.000000e+00 | 7.252000e+03 |    Inf 
303.89/304.00	c   297s|350000 |302200 |560275 |   1.6 | 421M| 581 |   0 |1900 |5509 |1900 | 217 |  66k| 149k|2095 | 0.000000e+00 | 7.252000e+03 |    Inf 
312.69/312.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.69/312.79	c   306s|360000 |310777 |573799 |   1.6 | 434M| 581 |   0 |1900 |5611 |1900 | 223 |  67k| 154k|2127 | 0.000000e+00 | 7.252000e+03 |    Inf 
321.80/321.88	c   314s|370000 |319324 |589457 |   1.6 | 446M| 581 |   0 |1900 |6016 |1900 | 210 |  70k| 160k|2174 | 0.000000e+00 | 7.252000e+03 |    Inf 
330.49/330.52	c   323s|380000 |328093 |601790 |   1.6 | 459M| 581 |   0 |1900 |4770 |1900 | 211 |  71k| 165k|2221 | 0.000000e+00 | 7.252000e+03 |    Inf 
339.19/339.24	c   331s|390000 |336706 |616873 |   1.6 | 472M| 581 |   0 |1900 |5418 |1900 | 203 |  73k| 170k|2255 | 0.000000e+00 | 7.252000e+03 |    Inf 
348.09/348.16	c   340s|400000 |345448 |632988 |   1.6 | 484M| 581 |   0 |1900 |5514 |1900 | 229 |  75k| 175k|2293 | 0.000000e+00 | 7.252000e+03 |    Inf 
356.50/356.57	c   348s|410000 |354185 |645040 |   1.6 | 496M| 581 |   0 |1900 |5089 |1900 | 225 |  77k| 180k|2332 | 0.000000e+00 | 7.252000e+03 |    Inf 
360.90/360.99	o 7231
360.90/360.99	c * 353s|415160 |358161 |652537 |   1.6 | 501M| 581 |   - |1900 |4861 |1900 | 206 |  77k| 182k|2347 | 0.000000e+00 | 7.231000e+03 |    Inf 
360.99/361.04	o 7191
360.99/361.04	c * 353s|415202 |357105 |652707 |   1.6 | 499M| 581 |   - |1900 |4844 |1900 | 209 |  77k| 182k|2347 | 0.000000e+00 | 7.191000e+03 |    Inf 
361.20/361.21	o 7175
361.20/361.21	c * 353s|415364 |356761 |653114 |   1.6 | 498M| 581 |   - |1900 |4785 |1900 | 222 |  78k| 182k|2354 | 0.000000e+00 | 7.175000e+03 |    Inf 
365.30/365.39	c   357s|420000 |360809 |662279 |   1.6 | 504M| 581 |   0 |1900 |4820 |1900 | 226 |  78k| 185k|2364 | 0.000000e+00 | 7.175000e+03 |    Inf 
373.20/373.24	o 6962
373.20/373.24	c * 365s|428969 |361295 |676516 |   1.6 | 497M| 581 |   - |1900 |4895 |1900 | 219 |  80k| 189k|2392 | 0.000000e+00 | 6.962000e+03 |    Inf 
374.30/374.31	c   366s|430000 |362116 |678689 |   1.6 | 499M| 581 |   0 |1900 |5693 |1900 | 221 |  80k| 190k|2395 | 0.000000e+00 | 6.962000e+03 |    Inf 
382.10/382.11	o 6887
382.10/382.11	c * 373s|439131 |366949 |689062 |   1.6 | 502M| 581 |   - |1900 |6137 |1900 | 223 |  81k| 195k|2417 | 0.000000e+00 | 6.887000e+03 |    Inf 
382.40/382.41	o 6843
382.40/382.41	c * 374s|439403 |365230 |689666 |   1.6 | 498M| 581 |   - |1900 |6327 |1900 | 229 |  82k| 195k|2417 | 0.000000e+00 | 6.843000e+03 |    Inf 
382.99/383.00	c   374s|440000 |365713 |690800 |   1.6 | 499M| 581 |   0 |1900 |6507 |1900 | 213 |  82k| 195k|2420 | 0.000000e+00 | 6.843000e+03 |    Inf 
391.80/391.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.80/391.86	c   383s|450000 |374172 |703690 |   1.6 | 511M| 581 |   0 |1900 |5917 |1900 | 205 |  83k| 202k|2447 | 0.000000e+00 | 6.843000e+03 |    Inf 
393.90/393.98	o 6666
393.90/393.98	c * 385s|452456 |367944 |706673 |   1.6 | 492M| 581 |   - |1900 |5655 |1900 | 221 |  84k| 203k|2458 | 0.000000e+00 | 6.666000e+03 |    Inf 
395.60/395.67	o 6446
395.60/395.67	c * 387s|454231 |357655 |709180 |   1.6 | 455M| 581 |   - |1900 |6753 |1900 | 226 |  84k| 205k|2460 | 0.000000e+00 | 6.446000e+03 |    Inf 
401.00/401.05	c   392s|460000 |362402 |717433 |   1.6 | 463M| 581 |   0 |1900 |8000 |1900 | 229 |  85k| 209k|2485 | 0.000000e+00 | 6.446000e+03 |    Inf 
410.00/410.08	c   401s|470000 |371038 |730998 |   1.6 | 475M| 581 |   0 |1900 |6453 |1900 | 203 |  87k| 214k|2502 | 0.000000e+00 | 6.446000e+03 |    Inf 
419.11/419.15	c   409s|480000 |379464 |747182 |   1.6 | 487M| 581 |   0 |1900 |4884 |1900 | 224 |  89k| 219k|2575 | 0.000000e+00 | 6.446000e+03 |    Inf 
428.00/428.06	c   418s|490000 |387980 |763522 |   1.6 | 501M| 581 |   0 |1900 |6165 |1900 | 227 |  91k| 225k|2585 | 0.000000e+00 | 6.446000e+03 |    Inf 
437.29/437.32	c   427s|500000 |396538 |782047 |   1.6 | 514M| 581 |   0 |1900 |4970 |1900 | 213 |  93k| 231k|2653 | 0.000000e+00 | 6.446000e+03 |    Inf 
440.60/440.62	o 6376
440.60/440.62	c * 430s|503425 |394851 |790131 |   1.6 | 504M| 581 |   - |1900 |4779 |1900 | 223 |  94k| 233k|2657 | 0.000000e+00 | 6.376000e+03 |    Inf 
440.60/440.64	o 6282
440.60/440.64	c * 430s|503426 |387977 |790149 |   1.6 | 483M| 581 |   - |1900 |4778 |1900 | 223 |  94k| 233k|2657 | 0.000000e+00 | 6.282000e+03 |    Inf 
446.61/446.66	c   436s|510000 |393748 |801468 |   1.6 | 492M| 581 |   0 |1900 |4994 |1900 | 220 |  96k| 235k|2691 | 0.000000e+00 | 6.282000e+03 |    Inf 
455.60/455.66	c   445s|520000 |402347 |816021 |   1.6 | 505M| 581 |   0 |1900 |5550 |1900 | 214 |  98k| 241k|2710 | 0.000000e+00 | 6.282000e+03 |    Inf 
464.20/464.30	c   454s|530000 |410996 |830079 |   1.6 | 517M| 581 |   0 |1900 |4816 |1900 | 221 | 100k| 245k|2745 | 0.000000e+00 | 6.282000e+03 |    Inf 
473.09/473.18	c   462s|540000 |419495 |845850 |   1.6 | 530M| 581 |   0 |1900 |5467 |1900 | 209 | 101k| 251k|2768 | 0.000000e+00 | 6.282000e+03 |    Inf 
482.40/482.45	c   471s|550000 |427843 |862709 |   1.6 | 544M| 581 |   0 |1900 |5065 |1900 | 205 | 104k| 257k|2801 | 0.000000e+00 | 6.282000e+03 |    Inf 
491.20/491.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.20/491.27	c   480s|560000 |436410 |877962 |   1.6 | 557M| 581 |   0 |1900 |5114 |1900 | 205 | 105k| 262k|2838 | 0.000000e+00 | 6.282000e+03 |    Inf 
500.00/500.07	c   489s|570000 |445073 |893036 |   1.6 | 569M| 581 |   0 |1900 |5122 |1900 | 211 | 107k| 267k|2872 | 0.000000e+00 | 6.282000e+03 |    Inf 
509.10/509.11	c   497s|580000 |453580 |910095 |   1.6 | 582M| 581 |   0 |1900 |5815 |1900 | 218 | 109k| 272k|2937 | 0.000000e+00 | 6.282000e+03 |    Inf 
517.70/517.78	c   506s|590000 |462390 |924126 |   1.6 | 594M| 581 |   0 |1900 |5285 |1900 | 221 | 111k| 277k|2950 | 0.000000e+00 | 6.282000e+03 |    Inf 
524.10/524.18	o 6169
524.10/524.18	c * 512s|597053 |459408 |935607 |   1.6 | 581M| 581 |   - |1900 |5503 |1900 | 226 | 113k| 281k|2982 | 0.000000e+00 | 6.169000e+03 |    Inf 
526.80/526.82	c   515s|600000 |461915 |940077 |   1.6 | 585M| 581 |   0 |1900 |5502 |1900 | 205 | 113k| 282k|2999 | 0.000000e+00 | 6.169000e+03 |    Inf 
535.80/535.81	c   523s|610000 |470368 |953938 |   1.6 | 598M| 581 |   0 |1900 |5706 |1900 | 231 | 115k| 288k|3012 | 0.000000e+00 | 6.169000e+03 |    Inf 
544.80/544.84	c   532s|620000 |478731 |969871 |   1.6 | 610M| 581 |   0 |1900 |5185 |1900 | 212 | 117k| 293k|3041 | 0.000000e+00 | 6.169000e+03 |    Inf 
553.80/553.87	c   541s|630000 |487179 |985863 |   1.6 | 624M| 581 |   0 |1900 |4861 |1900 | 219 | 119k| 298k|3087 | 0.000000e+00 | 6.169000e+03 |    Inf 
562.80/562.88	c   550s|640000 |495565 |  1003k|   1.6 | 637M| 581 |   - |1900 |5650 |   0 |   0 | 121k| 304k|3130 | 0.000000e+00 | 6.169000e+03 |    Inf 
571.91/571.92	c   559s|650000 |504080 |  1018k|   1.6 | 650M| 581 |   0 |1900 |4984 |1900 | 227 | 123k| 309k|3165 | 0.000000e+00 | 6.169000e+03 |    Inf 
581.10/581.18	c   568s|660000 |512400 |  1035k|   1.6 | 664M| 581 |   - |1900 |5331 |   0 |   0 | 125k| 314k|3191 | 0.000000e+00 | 6.169000e+03 |    Inf 
590.10/590.12	c   576s|670000 |520922 |  1051k|   1.6 | 677M| 581 |   0 |1900 |5095 |1900 | 221 | 127k| 320k|3236 | 0.000000e+00 | 6.169000e+03 |    Inf 
599.20/599.27	c   585s|680000 |529431 |  1067k|   1.6 | 690M| 581 |   0 |1900 |6480 |1900 | 208 | 129k| 325k|3255 | 0.000000e+00 | 6.169000e+03 |    Inf 
608.50/608.54	c   594s|690000 |538095 |  1086k|   1.6 | 703M| 581 |   0 |1900 |4784 |1900 | 230 | 132k| 329k|3301 | 0.000000e+00 | 6.169000e+03 |    Inf 
617.50/617.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.50/617.59	c   603s|700000 |546470 |  1103k|   1.6 | 716M| 581 |   0 |1900 |5023 |1900 | 219 | 134k| 335k|3320 | 0.000000e+00 | 6.169000e+03 |    Inf 
626.50/626.56	c   612s|710000 |554963 |  1119k|   1.6 | 729M| 581 |   0 |1900 |5962 |1900 | 225 | 136k| 340k|3355 | 0.000000e+00 | 6.169000e+03 |    Inf 
635.41/635.45	c   621s|720000 |563391 |  1133k|   1.6 | 741M| 581 |   0 |1900 |5508 |1900 | 211 | 137k| 346k|3371 | 0.000000e+00 | 6.169000e+03 |    Inf 
637.61/637.67	o 6165
637.61/637.67	c * 623s|722575 |565256 |  1136k|   1.6 | 744M| 581 |   - |1900 |5661 |1900 | 219 | 138k| 347k|3375 | 0.000000e+00 | 6.165000e+03 |    Inf 
644.51/644.53	c   630s|730000 |571499 |  1149k|   1.6 | 753M| 581 |   0 |1900 |5334 |1900 | 224 | 139k| 351k|3408 | 0.000000e+00 | 6.165000e+03 |    Inf 
653.31/653.39	c   638s|740000 |580040 |  1165k|   1.6 | 766M| 581 |   0 |1900 |5155 |1900 | 202 | 141k| 355k|3437 | 0.000000e+00 | 6.165000e+03 |    Inf 
662.70/662.74	c   647s|750000 |588421 |  1184k|   1.6 | 780M| 581 |   0 |1900 |5475 |1900 | 228 | 143k| 361k|3471 | 0.000000e+00 | 6.165000e+03 |    Inf 
671.90/671.93	c   656s|760000 |597189 |  1201k|   1.6 | 793M| 581 |   0 |1900 |5746 |1900 | 206 | 146k| 365k|3480 | 0.000000e+00 | 6.165000e+03 |    Inf 
672.61/672.64	o 6156
672.61/672.64	c * 657s|760778 |597122 |  1202k|   1.6 | 793M| 581 |   - |1900 |5831 |1900 | 211 | 146k| 366k|3485 | 0.000000e+00 | 6.156000e+03 |    Inf 
672.61/672.67	o 6027
672.61/672.67	c * 657s|760779 |585267 |  1202k|   1.6 | 768M| 581 |   - |1900 |5831 |1900 | 211 | 146k| 366k|3485 | 0.000000e+00 | 6.027000e+03 |    Inf 
681.31/681.33	c   666s|770000 |593093 |  1218k|   1.6 | 780M| 581 |   0 |1900 |6252 |1900 | 229 | 148k| 371k|3507 | 0.000000e+00 | 6.027000e+03 |    Inf 
690.71/690.74	c   675s|780000 |601470 |  1234k|   1.6 | 793M| 581 |   0 |1900 |5721 |1900 | 217 | 150k| 377k|3548 | 0.000000e+00 | 6.027000e+03 |    Inf 
700.01/700.05	c   684s|790000 |609874 |  1252k|   1.6 | 806M| 581 |   0 |1900 |5434 |1900 | 223 | 153k| 382k|3578 | 0.000000e+00 | 6.027000e+03 |    Inf 
707.01/707.07	o 6007
707.01/707.07	c * 691s|797490 |614433 |  1266k|   1.6 | 814M| 581 |   - |1900 |5809 |1900 | 222 | 154k| 386k|3609 | 0.000000e+00 | 6.007000e+03 |    Inf 
707.11/707.12	o 5950
707.11/707.12	c * 691s|797507 |609197 |  1266k|   1.6 | 804M| 581 |   - |1900 |5816 |1900 | 231 | 154k| 386k|3614 | 0.000000e+00 | 5.950000e+03 |    Inf 
709.51/709.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
709.51/709.54	c   693s|800000 |611213 |  1271k|   1.6 | 808M| 581 |   - |1900 |6031 |   0 |   0 | 155k| 387k|3623 | 0.000000e+00 | 5.950000e+03 |    Inf 
718.80/718.86	c   702s|810000 |619603 |  1288k|   1.6 | 821M| 581 |   0 |1900 |6026 |1900 | 222 | 157k| 393k|3649 | 0.000000e+00 | 5.950000e+03 |    Inf 
719.60/719.63	o 5798
719.60/719.63	c * 703s|810730 |605174 |  1289k|   1.6 | 796M| 581 |   - |1900 |6152 |1900 | 225 | 157k| 394k|3655 | 0.000000e+00 | 5.798000e+03 |    Inf 
728.40/728.46	c   712s|820000 |613056 |  1309k|   1.6 | 809M| 581 |   0 |1900 |5810 |1900 | 223 | 159k| 398k|3685 | 0.000000e+00 | 5.798000e+03 |    Inf 
737.91/737.94	c   721s|830000 |621364 |  1326k|   1.6 | 823M| 581 |   0 |1900 |6332 |1900 | 201 | 161k| 404k|3706 | 0.000000e+00 | 5.798000e+03 |    Inf 
747.41/747.48	c   730s|840000 |629804 |  1347k|   1.6 | 836M| 581 |   - |1900 |6103 |1900 | 243 | 164k| 410k|3748 | 0.000000e+00 | 5.798000e+03 |    Inf 
756.11/756.14	o 5745
756.11/756.14	c * 739s|849222 |632206 |  1364k|   1.6 | 840M| 581 |   - |1900 |5848 |1900 | 232 | 166k| 415k|3780 | 0.000000e+00 | 5.745000e+03 |    Inf 
756.61/756.69	o 5735
756.61/756.69	c * 739s|849753 |631697 |  1365k|   1.6 | 839M| 581 |   - |1900 |5962 |1900 | 224 | 166k| 415k|3780 | 0.000000e+00 | 5.735000e+03 |    Inf 
756.91/756.92	c   739s|850000 |631908 |  1366k|   1.6 | 840M| 581 |   0 |1900 |5992 |1900 | 215 | 166k| 415k|3780 | 0.000000e+00 | 5.735000e+03 |    Inf 
766.31/766.34	c   749s|860000 |640136 |  1383k|   1.6 | 853M| 581 |   0 |1900 |5351 |1900 | 211 | 168k| 421k|3800 | 0.000000e+00 | 5.735000e+03 |    Inf 
768.21/768.23	o 5659
768.21/768.23	c * 750s|861997 |633637 |  1386k|   1.6 | 841M| 581 |   - |1900 |5529 |1900 | 239 | 169k| 422k|3805 | 0.000000e+00 | 5.659000e+03 |    Inf 
776.11/776.16	c   758s|870000 |640252 |  1405k|   1.6 | 853M| 581 |   0 |1900 |5498 |1900 | 227 | 171k| 426k|3828 | 0.000000e+00 | 5.659000e+03 |    Inf 
786.20/786.26	c   768s|880000 |648433 |  1426k|   1.6 | 866M| 581 |   0 |1900 |6437 |1900 | 216 | 174k| 433k|3854 | 0.000000e+00 | 5.659000e+03 |    Inf 
795.71/795.77	c   777s|890000 |656749 |  1445k|   1.6 | 879M| 581 |   0 |1900 |5569 |1900 | 227 | 176k| 439k|3878 | 0.000000e+00 | 5.659000e+03 |    Inf 
804.91/804.94	c   786s|900000 |665160 |  1463k|   1.6 | 892M| 581 |   0 |1900 |5927 |1900 | 225 | 178k| 444k|3914 | 0.000000e+00 | 5.659000e+03 |    Inf 
807.20/807.29	o 5656
807.20/807.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
807.20/807.29	c * 789s|902365 |666760 |  1468k|   1.6 | 895M| 581 |   - |1900 |6338 |1900 | 235 | 179k| 446k|3916 | 0.000000e+00 | 5.656000e+03 |    Inf 
807.31/807.32	o 5588
807.31/807.32	c * 789s|902366 |659372 |  1468k|   1.6 | 881M| 581 |   - |1900 |6338 |1900 | 235 | 179k| 446k|3916 | 0.000000e+00 | 5.588000e+03 |    Inf 
814.31/814.32	c   795s|910000 |665867 |  1479k|   1.6 | 890M| 581 |   0 |1900 |7363 |1900 | 217 | 180k| 450k|3920 | 0.000000e+00 | 5.588000e+03 |    Inf 
824.21/824.25	c   805s|920000 |673891 |  1499k|   1.6 | 904M| 581 |   0 |1900 |6078 |1900 | 219 | 183k| 457k|3959 | 0.000000e+00 | 5.588000e+03 |    Inf 
833.72/833.79	c   814s|930000 |682086 |  1516k|   1.6 | 917M| 581 |   0 |1900 |5721 |1900 | 214 | 185k| 462k|3988 | 0.000000e+00 | 5.588000e+03 |    Inf 
843.01/843.02	c   823s|940000 |690445 |  1533k|   1.6 | 930M| 581 |   0 |1900 |6336 |1900 | 225 | 187k| 468k|4023 | 0.000000e+00 | 5.588000e+03 |    Inf 
852.11/852.14	c   832s|950000 |698973 |  1550k|   1.6 | 943M| 581 |   0 |1900 |6236 |1900 | 222 | 189k| 473k|4038 | 0.000000e+00 | 5.588000e+03 |    Inf 
857.61/857.66	o 5450
857.61/857.66	c * 838s|955811 |687458 |  1561k|   1.6 | 915M| 581 |   - |1900 |6293 |1900 | 232 | 191k| 476k|4063 | 0.000000e+00 | 5.450000e+03 |    Inf 
857.71/857.71	o 5449
857.71/857.71	c * 838s|955836 |687349 |  1561k|   1.6 | 915M| 581 |   - |1900 |6301 |1900 | 230 | 191k| 476k|4063 | 0.000000e+00 | 5.449000e+03 |    Inf 
858.02/858.04	o 5440
858.02/858.04	c * 838s|956092 |686506 |  1562k|   1.6 | 913M| 581 |   - |1900 |6439 |1900 | 242 | 191k| 477k|4067 | 0.000000e+00 | 5.440000e+03 |    Inf 
860.91/860.92	o 5434
860.91/860.92	c * 841s|958872 |687977 |  1566k|   1.6 | 916M| 581 |   - |1900 |7881 |1900 | 248 | 192k| 479k|4075 | 0.000000e+00 | 5.434000e+03 |    Inf 
860.91/860.96	o 5337
860.91/860.96	c * 841s|958873 |675339 |  1566k|   1.6 | 885M| 581 |   - |1900 |7881 |1900 | 248 | 192k| 479k|4075 | 0.000000e+00 | 5.337000e+03 |    Inf 
861.32/861.35	o 5336
861.32/861.35	c * 841s|959239 |675464 |  1567k|   1.6 | 885M| 581 |   - |1900 |7986 |1900 | 224 | 192k| 479k|4075 | 0.000000e+00 | 5.336000e+03 |    Inf 
861.41/861.41	o 5289
861.41/861.41	c * 841s|959250 |669066 |  1567k|   1.6 | 869M| 581 |   - |1900 |8002 |1900 | 230 | 192k| 479k|4076 | 0.000000e+00 | 5.289000e+03 |    Inf 
861.41/861.45	o 5225
861.41/861.45	c * 841s|959251 |660148 |  1567k|   1.6 | 846M| 581 |   - |1900 |8002 |1900 | 230 | 192k| 479k|4076 | 0.000000e+00 | 5.225000e+03 |    Inf 
862.21/862.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.21/862.23	c   842s|960000 |660777 |  1568k|   1.6 | 847M| 581 |   0 |1900 |8198 |1900 | 211 | 192k| 480k|4080 | 0.000000e+00 | 5.225000e+03 |    Inf 
868.51/868.58	o 5162
868.51/868.58	c * 848s|966390 |656379 |  1582k|   1.6 | 832M| 581 |   - |1900 |6597 |1900 | 218 | 194k| 483k|4099 | 0.000000e+00 | 5.162000e+03 |    Inf 
872.01/872.01	c   852s|970000 |659404 |  1589k|   1.6 | 837M| 581 |   0 |1900 |6477 |1900 | 206 | 194k| 485k|4107 | 0.000000e+00 | 5.162000e+03 |    Inf 
881.91/881.95	c   861s|980000 |667654 |  1613k|   1.6 | 851M| 581 |   - |1900 |5428 |   0 |   0 | 197k| 490k|4150 | 0.000000e+00 | 5.162000e+03 |    Inf 
888.71/888.72	o 5091
888.71/888.72	c * 868s|986780 |662079 |  1627k|   1.6 | 835M| 581 |   - |1900 |5668 |1900 | 235 | 199k| 494k|4181 | 0.000000e+00 | 5.091000e+03 |    Inf 
888.71/888.75	o 5048
888.71/888.75	c * 868s|986781 |655433 |  1627k|   1.6 | 820M| 581 |   - |1900 |5668 |1900 | 235 | 199k| 494k|4181 | 0.000000e+00 | 5.048000e+03 |    Inf 
892.01/892.05	c   871s|990000 |657991 |  1635k|   1.7 | 824M| 581 |   0 |1900 |5604 |1900 | 198 | 200k| 496k|4188 | 0.000000e+00 | 5.048000e+03 |    Inf 
902.11/902.10	c   881s|  1000k|666185 |  1659k|   1.7 | 838M| 581 |   0 |1900 |5295 |1900 | 220 | 202k| 502k|4229 | 0.000000e+00 | 5.048000e+03 |    Inf 
912.21/912.20	c   891s|  1010k|674290 |  1683k|   1.7 | 853M| 581 |   0 |1900 |5203 |1900 | 233 | 205k| 507k|4268 | 0.000000e+00 | 5.048000e+03 |    Inf 
922.21/922.22	c   901s|  1020k|682189 |  1703k|   1.7 | 867M| 581 |   - |1900 |6401 |1900 | 218 | 208k| 513k|4292 | 0.000000e+00 | 5.048000e+03 |    Inf 
932.31/932.33	c   911s|  1030k|690312 |  1726k|   1.7 | 881M| 581 |   0 |1900 |5584 |1900 | 203 | 211k| 518k|4326 | 0.000000e+00 | 5.048000e+03 |    Inf 
942.51/942.54	c   921s|  1040k|698326 |  1750k|   1.7 | 896M| 581 |   0 |1900 |5711 |1900 | 232 | 214k| 524k|4355 | 0.000000e+00 | 5.048000e+03 |    Inf 
952.62/952.62	c   930s|  1050k|706440 |  1775k|   1.7 | 911M| 581 |   0 |1900 |4704 |1900 | 200 | 216k| 530k|4405 | 0.000000e+00 | 5.048000e+03 |    Inf 
962.51/962.52	c   940s|  1060k|714419 |  1797k|   1.7 | 925M| 581 |   0 |1900 |5290 |1900 | 209 | 219k| 535k|4450 | 0.000000e+00 | 5.048000e+03 |    Inf 
967.21/967.20	o 5023
967.21/967.20	c * 945s|  1064k|714428 |  1811k|   1.7 | 923M| 581 |   - |1900 |5481 |1900 | 226 | 221k| 537k|4459 | 0.000000e+00 | 5.023000e+03 |    Inf 
967.21/967.25	o 4920
967.21/967.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
967.21/967.25	c * 945s|  1064k|698353 |  1811k|   1.7 | 888M| 581 |   - |1900 |5481 |1900 | 226 | 221k| 537k|4459 | 0.000000e+00 | 4.920000e+03 |    Inf 
972.21/972.30	c   950s|  1070k|702855 |  1822k|   1.7 | 895M| 581 |   0 |1900 |5316 |1900 | 217 | 222k| 540k|4475 | 0.000000e+00 | 4.920000e+03 |    Inf 
982.12/982.10	c   959s|  1080k|710845 |  1841k|   1.7 | 909M| 581 |   0 |1900 |5296 |1900 | 210 | 225k| 545k|4511 | 0.000000e+00 | 4.920000e+03 |    Inf 
992.22/992.23	c   969s|  1090k|718975 |  1864k|   1.7 | 924M| 581 |   0 |1900 |5463 |1900 | 210 | 228k| 551k|4526 | 0.000000e+00 | 4.920000e+03 |    Inf 
1002.21/1002.21	c   979s|  1100k|726976 |  1888k|   1.7 | 938M| 581 |   0 |1900 |5596 |1900 | 213 | 230k| 557k|4552 | 0.000000e+00 | 4.920000e+03 |    Inf 
1012.02/1012.02	c   988s|  1110k|735063 |  1909k|   1.7 | 952M| 581 |   0 |1900 |6057 |1900 | 232 | 233k| 562k|4579 | 0.000000e+00 | 4.920000e+03 |    Inf 
1013.72/1013.76	o 4914
1013.72/1013.76	c * 990s|  1111k|735700 |  1912k|   1.7 | 953M| 581 |   - |1900 |5877 |1900 | 229 | 233k| 563k|4583 | 0.000000e+00 | 4.914000e+03 |    Inf 
1013.91/1013.90	o 4812
1013.91/1013.90	c * 990s|  1111k|719681 |  1912k|   1.7 | 920M| 581 |   - |1900 |5882 |1900 | 227 | 233k| 563k|4584 | 0.000000e+00 | 4.812000e+03 |    Inf 
1014.01/1014.03	o 4688
1014.01/1014.03	c * 990s|  1112k|699238 |  1912k|   1.7 | 879M| 581 |   - |1900 |5900 |1900 | 239 | 233k| 563k|4584 | 0.000000e+00 | 4.688000e+03 |    Inf 
1014.01/1014.09	o 4634
1014.01/1014.09	c * 991s|  1112k|690415 |  1913k|   1.7 | 863M| 581 |   - |1900 |5912 |1900 | 232 | 233k| 563k|4584 | 0.000000e+00 | 4.634000e+03 |    Inf 
1014.12/1014.16	o 4577
1014.12/1014.16	c * 991s|  1112k|681076 |  1913k|   1.7 | 847M| 581 |   - |1900 |5917 |1900 | 235 | 233k| 563k|4584 | 0.000000e+00 | 4.577000e+03 |    Inf 
1021.92/1021.97	c   998s|  1120k|687399 |  1929k|   1.7 | 857M| 581 |   0 |1900 |4774 |1900 | 207 | 235k| 568k|4614 | 0.000000e+00 | 4.577000e+03 |    Inf 
1031.72/1031.71	c  1008s|  1130k|695936 |  1954k|   1.7 | 871M| 581 |   0 |1900 |5344 |1900 | 222 | 238k| 572k|4652 | 0.000000e+00 | 4.577000e+03 |    Inf 
1041.32/1041.36	c  1017s|  1140k|703961 |  1974k|   1.7 | 884M| 581 |   0 |1900 |4664 |1900 | 206 | 240k| 576k|4669 | 0.000000e+00 | 4.577000e+03 |    Inf 
1051.62/1051.62	c  1027s|  1150k|711926 |  2000k|   1.7 | 899M| 581 |   0 |1900 |5291 |1900 | 211 | 243k| 582k|4696 | 0.000000e+00 | 4.577000e+03 |    Inf 
1061.52/1061.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1061.52/1061.57	c  1037s|  1160k|720103 |  2023k|   1.7 | 913M| 581 |   0 |1900 |5730 |1900 | 214 | 246k| 587k|4723 | 0.000000e+00 | 4.577000e+03 |    Inf 
1071.62/1071.65	c  1047s|  1170k|728248 |  2048k|   1.8 | 927M| 581 |   0 |1900 |4761 |1900 | 215 | 249k| 592k|4762 | 0.000000e+00 | 4.577000e+03 |    Inf 
1081.71/1081.79	c  1057s|  1180k|736227 |  2072k|   1.8 | 942M| 581 |   0 |1900 |4877 |1900 | 231 | 252k| 597k|4799 | 0.000000e+00 | 4.577000e+03 |    Inf 
1091.52/1091.54	c  1066s|  1190k|744377 |  2094k|   1.8 | 956M| 581 |   0 |1900 |5110 |1900 | 204 | 254k| 601k|4816 | 0.000000e+00 | 4.577000e+03 |    Inf 
1100.82/1100.88	c  1075s|  1200k|752716 |  2113k|   1.8 | 970M| 581 |   3 |1900 |5206 |1900 | 215 | 257k| 606k|4832 | 0.000000e+00 | 4.577000e+03 |    Inf 
1110.21/1110.22	c  1084s|  1210k|760870 |  2130k|   1.8 | 984M| 581 |   0 |1900 |5815 |1900 | 218 | 259k| 611k|4855 | 0.000000e+00 | 4.577000e+03 |    Inf 
1119.91/1119.92	c  1094s|  1220k|768932 |  2149k|   1.8 | 998M| 581 |   0 |1900 |5373 |1900 | 215 | 261k| 616k|4880 | 0.000000e+00 | 4.577000e+03 |    Inf 
1129.51/1129.51	c  1103s|  1230k|776985 |  2168k|   1.8 |1012M| 581 |   0 |1900 |5556 |1900 | 213 | 264k| 621k|4890 | 0.000000e+00 | 4.577000e+03 |    Inf 
1137.92/1137.96	o 4516
1137.92/1137.96	c *1111s|  1238k|773605 |  2185k|   1.8 |1006M| 581 |   - |1900 |5320 |1900 | 223 | 266k| 626k|4928 | 0.000000e+00 | 4.516000e+03 |    Inf 
1137.92/1137.99	o 4479
1137.92/1137.99	c *1111s|  1238k|767268 |  2185k|   1.8 | 995M| 581 |   - |1900 |5320 |1900 | 224 | 266k| 626k|4928 | 0.000000e+00 | 4.479000e+03 |    Inf 
1138.31/1138.31	o 4427
1138.31/1138.31	c *1112s|  1239k|758399 |  2186k|   1.8 | 980M| 581 |   - |1900 |5213 |1900 | 217 | 266k| 626k|4930 | 0.000000e+00 | 4.427000e+03 |    Inf 
1139.31/1139.30	c  1113s|  1240k|759242 |  2189k|   1.8 | 981M| 581 |   0 |1900 |4995 |1900 | 210 | 266k| 626k|4933 | 0.000000e+00 | 4.427000e+03 |    Inf 
1149.21/1149.21	c  1122s|  1250k|767336 |  2211k|   1.8 | 996M| 581 |   0 |1900 |4520 |1900 | 203 | 269k| 631k|4963 | 0.000000e+00 | 4.427000e+03 |    Inf 
1159.51/1159.58	c  1133s|  1260k|775304 |  2236k|   1.8 |1010M| 581 |   0 |1900 |5363 |1900 | 228 | 272k| 637k|4990 | 0.000000e+00 | 4.427000e+03 |    Inf 
1169.51/1169.55	c  1142s|  1270k|783355 |  2263k|   1.8 |1026M| 581 |   0 |1900 |5657 |1900 | 221 | 275k| 642k|5010 | 0.000000e+00 | 4.427000e+03 |    Inf 
1179.11/1179.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1179.11/1179.11	c  1152s|  1280k|791188 |  2290k|   1.8 |1041M| 581 |   0 |1900 |5602 |1900 | 218 | 278k| 647k|5045 | 0.000000e+00 | 4.427000e+03 |    Inf 
1188.21/1188.23	c  1160s|  1290k|799151 |  2312k|   1.8 |1054M| 581 |   0 |1900 |5711 |1900 | 221 | 281k| 652k|5068 | 0.000000e+00 | 4.427000e+03 |    Inf 
1194.01/1194.06	o 4393
1194.01/1194.06	c *1166s|  1296k|797794 |  2328k|   1.8 |1053M| 581 |   - |1900 |6389 |1900 | 227 | 282k| 656k|5085 | 0.000000e+00 | 4.393000e+03 |    Inf 
1197.51/1197.60	c  1170s|  1300k|800807 |  2335k|   1.8 |1059M| 581 |   0 |1900 |6552 |1900 | 225 | 283k| 658k|5091 | 0.000000e+00 | 4.393000e+03 |    Inf 
1206.51/1206.55	c  1178s|  1310k|809096 |  2357k|   1.8 |1073M| 581 |   0 |1900 |5529 |1900 | 226 | 286k| 663k|5111 | 0.000000e+00 | 4.393000e+03 |    Inf 
1214.12/1214.17	o 4275
1214.12/1214.17	c *1186s|  1318k|793376 |  2377k|   1.8 |1045M| 581 |   - |1900 |5242 |1900 | 236 | 288k| 667k|5130 | 0.000000e+00 | 4.275000e+03 |    Inf 
1216.12/1216.15	c  1188s|  1320k|794874 |  2383k|   1.8 |1048M| 581 |   0 |1900 |5540 |1900 | 233 | 289k| 669k|5131 | 0.000000e+00 | 4.275000e+03 |    Inf 
1225.62/1225.62	c  1197s|  1330k|802807 |  2406k|   1.8 |1062M| 581 |   0 |1900 |5137 |1900 | 208 | 292k| 674k|5163 | 0.000000e+00 | 4.275000e+03 |    Inf 
1235.11/1235.14	c  1206s|  1340k|810698 |  2434k|   1.8 |1078M| 581 |   - |1900 |5217 |   0 |   0 | 295k| 680k|5200 | 0.000000e+00 | 4.275000e+03 |    Inf 
1241.92/1241.95	o 4229
1241.92/1241.95	c *1213s|  1347k|807442 |  2453k|   1.8 |1071M| 581 |   - |1900 |4942 |1900 | 230 | 297k| 684k|5231 | 0.000000e+00 | 4.229000e+03 |    Inf 
1244.51/1244.58	c  1215s|  1350k|809790 |  2460k|   1.8 |1075M| 581 |   0 |1900 |4697 |1900 | 207 | 298k| 685k|5234 | 0.000000e+00 | 4.229000e+03 |    Inf 
1253.92/1253.93	c  1224s|  1360k|817592 |  2484k|   1.8 |1090M| 581 |   0 |1900 |5885 |1900 | 233 | 300k| 690k|5273 | 0.000000e+00 | 4.229000e+03 |    Inf 
1263.41/1263.40	c  1234s|  1370k|825346 |  2511k|   1.8 |1105M| 581 |   0 |1900 |5615 |1900 | 217 | 304k| 696k|5297 | 0.000000e+00 | 4.229000e+03 |    Inf 
1272.52/1272.56	c  1243s|  1380k|833321 |  2536k|   1.8 |1120M| 581 |   0 |1900 |5337 |1900 | 209 | 307k| 701k|5316 | 0.000000e+00 | 4.229000e+03 |    Inf 
1277.51/1277.51	o 4227
1277.51/1277.51	c *1247s|  1385k|837260 |  2549k|   1.8 |1128M| 581 |   - |1900 |5493 |1900 | 222 | 308k| 704k|5344 | 0.000000e+00 | 4.227000e+03 |    Inf 
1281.71/1281.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.71/1281.77	c  1252s|  1390k|841079 |  2562k|   1.8 |1134M| 581 |   0 |1900 |5382 |1900 | 210 | 309k| 706k|5356 | 0.000000e+00 | 4.227000e+03 |    Inf 
1291.42/1291.43	c  1261s|  1400k|849181 |  2592k|   1.9 |1150M| 581 |   0 |1900 |5592 |1900 | 226 | 313k| 711k|5386 | 0.000000e+00 | 4.227000e+03 |    Inf 
1301.01/1301.01	c  1270s|  1410k|857003 |  2620k|   1.9 |1167M| 581 |   - |1900 |5584 |   0 |   0 | 316k| 717k|5426 | 0.000000e+00 | 4.227000e+03 |    Inf 
1306.82/1306.89	o 4219
1306.82/1306.89	c *1276s|  1416k|860039 |  2635k|   1.9 |1173M| 581 |   - |1900 |4763 |1900 | 226 | 318k| 721k|5432 | 0.000000e+00 | 4.219000e+03 |    Inf 
1307.02/1307.06	o 4212
1307.02/1307.06	c *1276s|  1416k|858737 |  2636k|   1.9 |1170M| 581 |   - |1900 |4799 |1900 | 228 | 318k| 721k|5436 | 0.000000e+00 | 4.212000e+03 |    Inf 
1307.12/1307.11	o 4105
1307.12/1307.11	c *1276s|  1416k|836309 |  2636k|   1.9 |1129M| 581 |   - |1900 |4799 |1900 | 228 | 318k| 721k|5436 | 0.000000e+00 | 4.105000e+03 |    Inf 
1310.72/1310.77	c  1280s|  1420k|839183 |  2648k|   1.9 |1135M| 581 |   0 |1900 |4969 |1900 | 206 | 319k| 723k|5456 | 0.000000e+00 | 4.105000e+03 |    Inf 
1318.82/1318.82	o 4026
1318.82/1318.82	c *1288s|  1428k|829520 |  2667k|   1.9 |1116M| 581 |   - |1900 |5156 |1900 | 230 | 321k| 726k|5466 | 0.000000e+00 | 4.026000e+03 |    Inf 
1319.82/1319.83	c  1289s|  1430k|830301 |  2670k|   1.9 |1117M| 581 |   0 |1900 |5225 |1900 | 213 | 321k| 727k|5467 | 0.000000e+00 | 4.026000e+03 |    Inf 
1322.32/1322.34	o 3924
1322.32/1322.34	c *1291s|  1432k|809811 |  2676k|   1.9 |1080M| 581 |   - |1900 |5423 |1900 | 230 | 322k| 728k|5485 | 0.000000e+00 | 3.924000e+03 |    Inf 
1329.52/1329.58	c  1298s|  1440k|815708 |  2697k|   1.9 |1092M| 581 |   0 |1900 |5577 |1900 | 230 | 325k| 732k|5514 | 0.000000e+00 | 3.924000e+03 |    Inf 
1339.21/1339.28	c  1308s|  1450k|823452 |  2725k|   1.9 |1107M| 581 |   0 |1900 |5096 |1900 | 225 | 328k| 737k|5537 | 0.000000e+00 | 3.924000e+03 |    Inf 
1344.72/1344.73	o 3860
1344.72/1344.73	c *1313s|  1455k|813593 |  2743k|   1.9 |1090M| 581 |   - |1900 |5651 |1900 | 225 | 330k| 740k|5567 | 0.000000e+00 | 3.860000e+03 |    Inf 
1349.22/1349.20	c  1317s|  1460k|817162 |  2756k|   1.9 |1097M| 581 |   0 |1900 |4989 |1900 | 209 | 331k| 742k|5574 | 0.000000e+00 | 3.860000e+03 |    Inf 
1358.81/1358.89	c  1327s|  1470k|824801 |  2783k|   1.9 |1112M| 581 |   0 |1900 |5013 |1900 | 201 | 335k| 748k|5610 | 0.000000e+00 | 3.860000e+03 |    Inf 
1362.12/1362.10	o 3846
1362.12/1362.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1362.12/1362.10	c *1330s|  1473k|824321 |  2792k|   1.9 |1112M| 581 |   - |1900 |5301 |1900 | 235 | 336k| 750k|5615 | 0.000000e+00 | 3.846000e+03 |    Inf 
1362.12/1362.15	o 3776
1362.12/1362.15	c *1330s|  1473k|808676 |  2792k|   1.9 |1082M| 581 |   - |1900 |5301 |1900 | 235 | 336k| 750k|5615 | 0.000000e+00 | 3.776000e+03 |    Inf 
1362.22/1362.27	o 3737
1362.22/1362.27	c *1330s|  1473k|800128 |  2792k|   1.9 |1066M| 581 |   - |1900 |5303 |1900 | 238 | 336k| 750k|5615 | 0.000000e+00 | 3.737000e+03 |    Inf 
1362.42/1362.41	o 3605
1362.42/1362.41	c *1330s|  1473k|769515 |  2792k|   1.9 |1002M| 581 |   - |1900 |5311 |1900 | 239 | 336k| 750k|5615 | 0.000000e+00 | 3.605000e+03 |    Inf 
1369.02/1369.06	c  1337s|  1480k|774475 |  2811k|   1.9 |1013M| 581 |   0 |1900 |5831 |1900 | 236 | 338k| 754k|5638 | 0.000000e+00 | 3.605000e+03 |    Inf 
1379.02/1379.09	c  1346s|  1490k|781941 |  2838k|   1.9 |1028M| 581 |   0 |1900 |6146 |1900 | 234 | 341k| 760k|5667 | 0.000000e+00 | 3.605000e+03 |    Inf 
1388.92/1388.97	c  1356s|  1500k|789303 |  2865k|   1.9 |1043M| 581 |   0 |1900 |4781 |1900 | 212 | 344k| 766k|5691 | 0.000000e+00 | 3.605000e+03 |    Inf 
1391.43/1391.44	o 3594
1391.43/1391.44	c *1358s|  1502k|788569 |  2872k|   1.9 |1042M| 581 |   - |1900 |4984 |1900 | 229 | 345k| 767k|5697 | 0.000000e+00 | 3.594000e+03 |    Inf 
1398.62/1398.65	c  1365s|  1510k|794416 |  2890k|   1.9 |1053M| 581 |   0 |1900 |5021 |1900 | 217 | 347k| 771k|5712 | 0.000000e+00 | 3.594000e+03 |    Inf 
1408.71/1408.72	c  1375s|  1520k|802153 |  2924k|   1.9 |1069M| 581 |   0 |1900 |5105 |1900 | 219 | 351k| 776k|5744 | 0.000000e+00 | 3.594000e+03 |    Inf 
1418.22/1418.28	c  1385s|  1530k|810043 |  2951k|   1.9 |1084M| 581 |   0 |1900 |4690 |1900 | 206 | 354k| 780k|5777 | 0.000000e+00 | 3.594000e+03 |    Inf 
1428.22/1428.22	c  1394s|  1540k|817556 |  2983k|   1.9 |1099M| 581 |   0 |1900 |5126 |1900 | 217 | 358k| 786k|5807 | 0.000000e+00 | 3.594000e+03 |    Inf 
1437.72/1437.79	c  1404s|  1550k|825443 |  3009k|   1.9 |1115M| 581 |   0 |1900 |5918 |1900 | 232 | 361k| 791k|5827 | 0.000000e+00 | 3.594000e+03 |    Inf 
1447.62/1447.69	c  1413s|  1560k|833047 |  3034k|   1.9 |1130M| 581 |   0 |1900 |5983 |1900 | 231 | 364k| 797k|5857 | 0.000000e+00 | 3.594000e+03 |    Inf 
1457.52/1457.51	c  1423s|  1570k|840510 |  3062k|   2.0 |1145M| 581 |   0 |1900 |5157 |1900 | 233 | 368k| 803k|5878 | 0.000000e+00 | 3.594000e+03 |    Inf 
1467.42/1467.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.42/1467.45	c  1432s|  1580k|848362 |  3094k|   2.0 |1160M| 581 |   0 |1900 |4843 |1900 | 204 | 371k| 808k|5911 | 0.000000e+00 | 3.594000e+03 |    Inf 
1476.92/1476.95	c  1442s|  1590k|856016 |  3122k|   2.0 |1176M| 581 |   - |1900 |4945 |   0 |   0 | 374k| 813k|5945 | 0.000000e+00 | 3.594000e+03 |    Inf 
1486.52/1486.59	c  1451s|  1600k|863668 |  3149k|   2.0 |1192M| 581 |   0 |1900 |5467 |1900 | 230 | 378k| 818k|5969 | 0.000000e+00 | 3.594000e+03 |    Inf 
1490.02/1490.09	o 3560
1490.02/1490.09	c *1455s|  1603k|857677 |  3160k|   2.0 |1179M| 581 |   - |1900 |5280 |1900 | 236 | 379k| 820k|5972 | 0.000000e+00 | 3.560000e+03 |    Inf 
1496.22/1496.28	c  1461s|  1610k|862692 |  3179k|   2.0 |1188M| 581 |   0 |1900 |5637 |1900 | 217 | 381k| 824k|5994 | 0.000000e+00 | 3.560000e+03 |    Inf 
1506.22/1506.23	c  1470s|  1620k|870438 |  3210k|   2.0 |1204M| 581 |   - |1900 |5235 |   0 |   0 | 385k| 829k|6027 | 0.000000e+00 | 3.560000e+03 |    Inf 
1507.82/1507.88	o 3553
1507.82/1507.88	c *1472s|  1621k|869897 |  3213k|   2.0 |1203M| 581 |   - |1900 |5432 |1900 | 223 | 385k| 830k|6031 | 0.000000e+00 | 3.553000e+03 |    Inf 
1515.83/1515.81	c  1480s|  1630k|876310 |  3233k|   2.0 |1215M| 581 |   0 |1900 |5706 |1900 | 224 | 388k| 835k|6040 | 0.000000e+00 | 3.553000e+03 |    Inf 
1525.73/1525.76	c  1489s|  1640k|883930 |  3263k|   2.0 |1231M| 581 |   - |1900 |5139 |   0 |   0 | 392k| 841k|6068 | 0.000000e+00 | 3.553000e+03 |    Inf 
1535.12/1535.10	c  1498s|  1650k|891655 |  3288k|   2.0 |1246M| 581 |   0 |1900 |5205 |1900 | 232 | 395k| 846k|6100 | 0.000000e+00 | 3.553000e+03 |    Inf 
1541.42/1541.43	o 3530
1541.42/1541.43	c *1505s|  1656k|890735 |  3308k|   2.0 |1243M| 581 |   - |1900 |5049 |1900 | 228 | 397k| 850k|6115 | 0.000000e+00 | 3.530000e+03 |    Inf 
1544.71/1544.72	o 3433
1544.71/1544.72	c *1508s|  1659k|867981 |  3316k|   2.0 |1197M| 581 |   - |1900 |5362 |1900 | 247 | 398k| 851k|6125 | 0.000000e+00 | 3.433000e+03 |    Inf 
1544.71/1544.77	o 3391
1544.71/1544.77	c *1508s|  1659k|856525 |  3316k|   2.0 |1175M| 581 |   - |1900 |5362 |1900 | 247 | 398k| 851k|6125 | 0.000000e+00 | 3.391000e+03 |    Inf 
1544.82/1544.82	c  1508s|  1660k|856554 |  3316k|   2.0 |1175M| 581 |   0 |1900 |5364 |1900 | 223 | 398k| 851k|6125 | 0.000000e+00 | 3.391000e+03 |    Inf 
1555.33/1555.36	c  1518s|  1670k|864045 |  3351k|   2.0 |1190M| 581 |   0 |1900 |4706 |1900 | 225 | 402k| 857k|6157 | 0.000000e+00 | 3.391000e+03 |    Inf 
1560.22/1560.21	o 3364
1560.22/1560.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1560.22/1560.21	c *1523s|  1674k|860363 |  3366k|   2.0 |1185M| 581 |   - |1900 |5032 |1900 | 235 | 403k| 860k|6162 | 0.000000e+00 | 3.364000e+03 |    Inf 
1560.22/1560.24	o 3338
1560.22/1560.24	c *1523s|  1674k|853006 |  3366k|   2.0 |1170M| 581 |   - |1900 |5032 |1900 | 235 | 403k| 860k|6162 | 0.000000e+00 | 3.338000e+03 |    Inf 
1565.71/1565.70	c  1528s|  1680k|856759 |  3383k|   2.0 |1179M| 581 |   0 |1900 |5424 |1900 | 210 | 406k| 863k|6180 | 0.000000e+00 | 3.338000e+03 |    Inf 
1575.82/1575.86	c  1538s|  1690k|864276 |  3411k|   2.0 |1196M| 581 |   0 |1900 |5673 |1900 | 224 | 409k| 869k|6199 | 0.000000e+00 | 3.338000e+03 |    Inf 
1586.02/1586.07	c  1548s|  1700k|871848 |  3442k|   2.0 |1212M| 581 |   7 |1900 |5124 |1900 | 238 | 413k| 875k|6226 | 0.000000e+00 | 3.338000e+03 |    Inf 
1596.32/1596.35	c  1558s|  1710k|879451 |  3476k|   2.0 |1229M| 581 |   0 |1900 |5076 |1900 | 205 | 417k| 880k|6258 | 0.000000e+00 | 3.338000e+03 |    Inf 
1606.72/1606.77	c  1568s|  1720k|886734 |  3509k|   2.0 |1245M| 581 |   0 |1900 |4755 |1900 | 237 | 421k| 885k|6293 | 0.000000e+00 | 3.338000e+03 |    Inf 
1616.72/1616.71	c  1578s|  1730k|894447 |  3539k|   2.0 |1261M| 581 |   0 |1900 |4767 |1900 | 207 | 425k| 890k|6321 | 0.000000e+00 | 3.338000e+03 |    Inf 
1626.72/1626.74	c  1588s|  1740k|901972 |  3570k|   2.1 |1277M| 581 |   0 |1900 |5101 |1900 | 217 | 429k| 896k|6348 | 0.000000e+00 | 3.338000e+03 |    Inf 
1636.92/1636.93	c  1598s|  1750k|909147 |  3600k|   2.1 |1294M| 581 |   - |1900 |6147 |   0 |   0 | 433k| 902k|6372 | 0.000000e+00 | 3.338000e+03 |    Inf 
1646.92/1646.91	c  1607s|  1760k|916500 |  3630k|   2.1 |1309M| 581 |   0 |1900 |5518 |1900 | 220 | 436k| 908k|6393 | 0.000000e+00 | 3.338000e+03 |    Inf 
1657.02/1657.05	c  1617s|  1770k|924006 |  3664k|   2.1 |1326M| 581 |   0 |1900 |5041 |1900 | 213 | 440k| 914k|6422 | 0.000000e+00 | 3.338000e+03 |    Inf 
1667.12/1667.14	c  1627s|  1780k|931380 |  3697k|   2.1 |1343M| 581 |   0 |1900 |4840 |1900 | 230 | 444k| 919k|6450 | 0.000000e+00 | 3.338000e+03 |    Inf 
1677.12/1677.19	c  1637s|  1790k|938841 |  3730k|   2.1 |1359M| 581 |   0 |1900 |4826 |1900 | 218 | 447k| 924k|6476 | 0.000000e+00 | 3.338000e+03 |    Inf 
1687.22/1687.21	c  1646s|  1800k|946353 |  3763k|   2.1 |1376M| 581 |   - |1900 |5025 |1900 | 219 | 451k| 929k|6516 | 0.000000e+00 | 3.338000e+03 |    Inf 
1697.32/1697.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1697.32/1697.33	c  1656s|  1810k|953699 |  3798k|   2.1 |1392M| 581 |   0 |1900 |5538 |1900 | 229 | 455k| 935k|6543 | 0.000000e+00 | 3.338000e+03 |    Inf 
1706.82/1706.82	c  1666s|  1820k|961165 |  3823k|   2.1 |1407M| 581 |   0 |1900 |5174 |1900 | 227 | 458k| 941k|6554 | 0.000000e+00 | 3.338000e+03 |    Inf 
1716.72/1716.76	o 3314
1716.72/1716.76	c *1675s|  1829k|961777 |  3857k|   2.1 |1410M| 581 |   - |1900 |5290 |1900 | 225 | 462k| 945k|6581 | 0.000000e+00 | 3.314000e+03 |    Inf 
1716.82/1716.83	o 3230
1716.82/1716.83	c *1675s|  1829k|936531 |  3857k|   2.1 |1365M| 581 |   - |1900 |5290 |1900 | 225 | 462k| 945k|6581 | 0.000000e+00 | 3.230000e+03 |    Inf 
1716.82/1716.84	c  1675s|  1830k|936534 |  3857k|   2.1 |1365M| 581 |   0 |1900 |5281 |1900 | 200 | 462k| 945k|6581 | 0.000000e+00 | 3.230000e+03 |    Inf 
1718.42/1718.44	o 3211
1718.42/1718.44	c *1677s|  1831k|931615 |  3863k|   2.1 |1357M| 581 |   - |1900 |5269 |1900 | 247 | 463k| 946k|6587 | 0.000000e+00 | 3.211000e+03 |    Inf 
1718.42/1718.46	o 3202
1718.42/1718.46	c *1677s|  1831k|928810 |  3863k|   2.1 |1353M| 581 |   - |1900 |5269 |1900 | 247 | 463k| 946k|6587 | 0.000000e+00 | 3.202000e+03 |    Inf 
1718.42/1718.49	o 3185
1718.42/1718.49	c *1677s|  1831k|923658 |  3863k|   2.1 |1343M| 581 |   - |1900 |5269 |1900 | 247 | 463k| 946k|6587 | 0.000000e+00 | 3.185000e+03 |    Inf 
1721.02/1721.01	o 3161
1721.02/1721.01	c *1679s|  1833k|918097 |  3871k|   2.1 |1333M| 581 |   - |1900 |5482 |1900 | 227 | 464k| 947k|6606 | 0.000000e+00 | 3.161000e+03 |    Inf 
1721.82/1721.87	o 3041
1721.82/1721.87	c *1680s|  1834k|882022 |  3873k|   2.1 |1268M| 581 |   - |1900 |5321 |1900 | 221 | 464k| 948k|6606 | 0.000000e+00 | 3.041000e+03 |    Inf 
1727.62/1727.68	c  1686s|  1840k|886140 |  3892k|   2.1 |1277M| 581 |   0 |1900 |5219 |1900 | 229 | 467k| 951k|6614 | 0.000000e+00 | 3.041000e+03 |    Inf 
1738.03/1738.02	c  1696s|  1850k|893501 |  3924k|   2.1 |1294M| 581 |   - |1900 |5194 |1900 | 226 | 471k| 956k|6653 | 0.000000e+00 | 3.041000e+03 |    Inf 
1748.62/1748.63	c  1706s|  1860k|901117 |  3958k|   2.1 |1310M| 581 |   0 |1900 |6267 |1900 | 223 | 475k| 962k|6681 | 0.000000e+00 | 3.041000e+03 |    Inf 
1759.02/1759.05	c  1716s|  1870k|908545 |  3990k|   2.1 |1328M| 581 |   0 |1900 |5482 |1900 | 217 | 479k| 967k|6708 | 0.000000e+00 | 3.041000e+03 |    Inf 
1769.32/1769.36	c  1726s|  1880k|915843 |  4023k|   2.1 |1344M| 581 |   0 |1900 |5257 |1900 | 219 | 483k| 973k|6751 | 0.000000e+00 | 3.041000e+03 |    Inf 
1776.02/1776.03	o 3008
1776.02/1776.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1776.02/1776.03	c *1733s|  1886k|910401 |  4047k|   2.1 |1338M| 581 |   - |1900 |5269 |1900 | 211 | 486k| 976k|6759 | 0.000000e+00 | 3.008000e+03 |    Inf 
1779.93/1779.96	c  1737s|  1890k|913176 |  4059k|   2.1 |1344M| 581 |   0 |1900 |5068 |1900 | 205 | 487k| 978k|6779 | 0.000000e+00 | 3.008000e+03 |    Inf 
1790.63/1790.69	c  1747s|  1900k|920622 |  4098k|   2.2 |1361M| 581 |   0 |1900 |5190 |1900 | 221 | 492k| 984k|6800 | 0.000000e+00 | 3.008000e+03 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1756.31
1800.03/1800.00	c Solving Nodes      : 1908894
1800.03/1800.00	c Primal Bound       : +3.00800000000000e+03 (188 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	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.03/1800.01	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.03/1800.01	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.03/1800.01	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.03/1800.01	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.03/1800.01	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.03/1800.01	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.03/1800.01	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.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time       :    1756.31
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-2700249-1278534509.wbo
1800.03/1800.01	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.03/1800.01	c   Constraints      : 1901 initial, 1901 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-2700249-1278534509.wbo
1800.03/1800.01	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.03/1800.01	c   Constraints      : 1800 initial, 8638 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.01          0        100          0        900          0        101          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0    1956209          0          0         58          0          0      44656
1800.03/1800.01	c   indicator        :        900          0    4077993    1933829          0       3694   42263960          0          0          0
1800.03/1800.01	c   linear           :        900          6    4074028    1933763          0      31733    3054671     496293          0          0
1800.03/1800.01	c   logicor          :          0+         0    2548605          0          0       2575    1465371          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0    1741861          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.01	c   integral         :       6.84       0.00       0.00       6.84       0.00
1800.03/1800.01	c   indicator        :     197.08       0.06      76.95     120.07       0.00
1800.03/1800.01	c   linear           :     122.49       0.00      57.83      64.66       0.00
1800.03/1800.01	c   logicor          :      44.68       0.00      44.68       0.00       0.00
1800.03/1800.01	c   countsols        :       0.49       0.00       0.00       0.49       0.00
1800.03/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :       1.26          2          0          0
1800.03/1800.01	c   rootredcost      :       1.07         89          0          0
1800.03/1800.01	c   pseudoobj        :     115.59    4232195     154396   35430042
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :      12.36     188704     188686     853312       28.7     306554        3.7          -
1800.03/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.06        568        568       3224       25.3       1512        4.0          -
1800.03/1800.01	c   applied globally :          -          -          -     988902       19.7          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          3          -          -          0          -    (maximal pool size: 86)
1800.03/1800.01	c   redcost          :      84.22    2014644          0    6203971          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.00          4          0          0         87          0
1800.03/1800.01	c   strongcg         :       0.03          4          0          0          0          0
1800.03/1800.01	c   cmir             :       0.00          4          0          0          0          0
1800.03/1800.01	c   flowcover        :       0.01          4          0          0          0          0
1800.03/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :       6.14      22378          0         58          0          0      44656
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :     149.68    1741772          0          0          0          0    3483544
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       2.26          -         89
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   feaspump         :       0.01          0          0
1800.03/1800.01	c   intshifting      :       0.01          2          0
1800.03/1800.01	c   oneopt           :       0.92         74          0
1800.03/1800.01	c   crossover        :       3.46        195          3
1800.03/1800.01	c   pscostdiving     :       1.48       2748          0
1800.03/1800.01	c   fracdiving       :       1.46       2748          0
1800.03/1800.01	c   linesearchdiving :       1.64       2748          0
1800.03/1800.01	c   guideddiving     :       1.41       2749          0
1800.03/1800.01	c   coefdiving       :       1.62       2749          0
1800.03/1800.01	c   veclendiving     :       1.49       2749          0
1800.03/1800.01	c   objpscostdiving  :       1.76       2747          0
1800.03/1800.01	c   rootsoldiving    :       1.74       2747          0
1800.03/1800.01	c   trivial          :       0.00          2          1
1800.03/1800.01	c   simplerounding   :       1.29      26666          0
1800.03/1800.01	c   zirounding       :       0.46       1000          0
1800.03/1800.01	c   rounding         :       0.72       2258          0
1800.03/1800.01	c   shifting         :       0.44        701          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.01          1          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   nlp              :       0.55          0          0
1800.03/1800.01	c   trysol           :       1.05       3904         95
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.02	c   dual LP          :     611.10     498777    4121220       8.26    6743.94
1800.03/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.02	c   diving/probing LP:       0.10         81       6133      75.72   61330.00
1800.03/1800.02	c   strong branching :       5.97       6827      82442      12.08   13809.38
1800.03/1800.02	c     (at root node) :          -         33       5602     169.76          -
1800.03/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.02	c B&B Tree           :
1800.03/1800.02	c   number of runs   :          1
1800.03/1800.02	c   nodes            :    1908894
1800.03/1800.02	c   nodes (total)    :    1908894
1800.03/1800.02	c   nodes left       :     926949
1800.03/1800.02	c   max depth        :        581
1800.03/1800.02	c   max depth (total):        581
1800.03/1800.02	c   backtracks       :      62831 (3.3%)
1800.03/1800.02	c   delayed cutoffs  :      48269
1800.03/1800.02	c   repropagations   :     278376 (19588281 domain reductions, 48260 cutoffs)
1800.03/1800.02	c   avg switch length:       3.10
1800.03/1800.02	c   switching time   :     120.21
1800.03/1800.02	c Solution           :
1800.03/1800.02	c   Solutions found  :        188 (90 improvements)
1800.03/1800.02	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.03/1800.02	c   Primal Bound     : +3.00800000000000e+03   (in run 1, after 1886228 nodes, 1732.95 seconds, depth 84, found by <relaxation>)
1800.03/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.02	c   Gap              :   infinite
1800.03/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.02	c   Root Iterations  :        349

Verifier Data

OK	3008

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.77 1.00 4/178 17205
/proc/meminfo: memFree=28393820/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=10976 CPUtime=0
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 1677 0 0 0 0 0 0 0 25 0 1 0 21664000 11239424 1598 4089446400 4194304 9819077 140736299538816 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17205/statm: 2744 1598 392 1374 0 1365 0

[startup+0.0164501 s]
/proc/loadavg: 2.00 1.77 1.00 4/178 17205
/proc/meminfo: memFree=28393820/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=14000 CPUtime=0.01
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 2449 0 0 0 1 0 0 0 25 0 1 0 21664000 14336000 2370 4089446400 4194304 9819077 140736299538816 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17205/statm: 3499 2376 393 1374 0 2120 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14000

[startup+0.100452 s]
/proc/loadavg: 2.00 1.77 1.00 4/178 17205
/proc/meminfo: memFree=28393820/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=26356 CPUtime=0.09
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 6413 0 0 0 9 0 0 0 25 0 1 0 21664000 26988544 5138 4089446400 4194304 9819077 140736299538816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17205/statm: 6589 5138 673 1374 0 5210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26356

[startup+0.300404 s]
/proc/loadavg: 2.00 1.77 1.00 4/178 17205
/proc/meminfo: memFree=28393820/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=27684 CPUtime=0.29
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 11243 0 0 0 28 1 0 0 25 0 1 0 21664000 28348416 5295 4089446400 4194304 9819077 140736299538816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17205/statm: 6921 5295 695 1374 0 5542 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27684

[startup+0.700307 s]
/proc/loadavg: 2.00 1.77 1.00 4/178 17205
/proc/meminfo: memFree=28393820/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=26500 CPUtime=0.69
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 16603 0 0 0 67 2 0 0 25 0 1 0 21664000 27136000 5289 4089446400 4194304 9819077 140736299538816 18446744073709551615 7487747 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 6625 5289 700 1374 0 5246 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26500

[startup+1.50017 s]
/proc/loadavg: 2.00 1.77 1.00 3/179 17206
/proc/meminfo: memFree=28373916/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=28992 CPUtime=1.48
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 28745 0 0 0 142 6 0 0 25 0 1 0 21664000 29687808 6111 4089446400 4194304 9819077 140736299538816 18446744073709551615 4238546 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 7248 6111 703 1374 0 5869 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28992

[startup+3.10089 s]
/proc/loadavg: 2.00 1.78 1.00 3/179 17206
/proc/meminfo: memFree=28368088/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=32856 CPUtime=3.09
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 34074 0 0 0 300 9 0 0 25 0 1 0 21664000 33644544 6940 4089446400 4194304 9819077 140736299538816 18446744073709551615 6589174 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 8214 6940 703 1374 0 6835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32856

[startup+6.30032 s]
/proc/loadavg: 2.00 1.78 1.00 3/179 17206
/proc/meminfo: memFree=28357960/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=39056 CPUtime=6.29
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 45952 0 0 0 611 18 0 0 25 0 1 0 21664000 39993344 8278 4089446400 4194304 9819077 140736299538816 18446744073709551615 4651583 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 9764 8278 707 1374 0 8385 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39056

[startup+12.7002 s]
/proc/loadavg: 2.00 1.79 1.01 3/179 17206
/proc/meminfo: memFree=28341344/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=43900 CPUtime=12.69
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 71052 0 0 0 1236 33 0 0 25 0 1 0 21664000 44953600 9623 4089446400 4194304 9819077 140736299538816 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 10975 9623 707 1374 0 9596 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43900

[startup+25.5009 s]
/proc/loadavg: 2.00 1.79 1.02 3/179 17206
/proc/meminfo: memFree=28311096/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=59960 CPUtime=25.49
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 102609 0 0 0 2488 61 0 0 25 0 1 0 21664000 61399040 13618 4089446400 4194304 9819077 140736299538816 18446744073709551615 5813876 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 14990 13618 707 1374 0 13611 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59960

[startup+51.1004 s]
/proc/loadavg: 2.00 1.81 1.05 3/179 17208
/proc/meminfo: memFree=28229984/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=106872 CPUtime=51.09
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 216975 0 0 0 4980 129 0 0 25 0 1 0 21664000 109436928 25263 4089446400 4194304 9819077 140736299538816 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 26631 25262 707 1374 0 25252 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106872

[startup+102.306 s]
/proc/loadavg: 2.00 1.84 1.10 3/179 17208
/proc/meminfo: memFree=28079908/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=193148 CPUtime=102.3
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 383545 0 0 0 9983 247 0 0 25 0 1 0 21664000 197783552 45851 4089446400 4194304 9819077 140736299538816 18446744073709551615 4948310 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 48287 45851 707 1374 0 46908 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 193148

[startup+162.301 s]
/proc/loadavg: 2.00 1.86 1.15 3/179 17210
/proc/meminfo: memFree=27924116/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=275300 CPUtime=162.29
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 569820 0 0 0 15840 389 0 0 25 0 1 0 21664000 281907200 65852 4089446400 4194304 9819077 140736299538816 18446744073709551615 6590476 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 68825 65852 707 1374 0 67446 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 275300

[startup+222.3 s]
/proc/loadavg: 2.00 1.89 1.20 3/179 17212
/proc/meminfo: memFree=27755672/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=373284 CPUtime=222.3
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 722644 0 0 0 21707 523 0 0 25 0 1 0 21664000 382242816 88231 4089446400 4194304 9819077 140736299538816 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 93321 88231 707 1374 0 91942 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 373284

[startup+282.301 s]
/proc/loadavg: 2.00 1.90 1.25 3/179 17214
/proc/meminfo: memFree=27587852/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=469064 CPUtime=282.3
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 893145 0 0 0 27570 660 0 0 25 0 1 0 21664000 480321536 110567 4089446400 4194304 9819077 140736299538816 18446744073709551615 6519440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 117266 110567 707 1374 0 115887 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 469064

[startup+342.3 s]
/proc/loadavg: 2.00 1.92 1.29 3/179 17215
/proc/meminfo: memFree=27416188/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=562800 CPUtime=342.29
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 1039503 0 0 0 33440 789 0 0 25 0 1 0 21664000 576307200 132779 4089446400 4194304 9819077 140736299538816 18446744073709551615 6002989 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 140700 132779 707 1374 0 139321 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 562800

[startup+402.301 s]
/proc/loadavg: 2.00 1.93 1.33 3/179 17216
/proc/meminfo: memFree=27278484/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=622808 CPUtime=402.3
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 1215032 0 0 0 39300 930 0 0 25 0 1 0 21664000 637755392 147029 4089446400 4194304 9819077 140736299538816 18446744073709551615 6590659 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 155702 147029 707 1374 0 154323 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 622808

[startup+462.301 s]
/proc/loadavg: 2.03 1.95 1.38 3/179 17218
/proc/meminfo: memFree=27154672/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=664100 CPUtime=462.3
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 1364033 0 0 0 45162 1068 0 0 25 0 1 0 21664000 680038400 157307 4089446400 4194304 9819077 140736299538816 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 166025 157307 707 1374 0 164646 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 664100

[startup+522.3 s]
/proc/loadavg: 2.01 1.96 1.41 3/179 17220
/proc/meminfo: memFree=27003952/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=742392 CPUtime=522.31
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 1506459 0 0 0 51027 1204 0 0 25 0 1 0 21664000 760209408 174021 4089446400 4194304 9819077 140736299538816 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 185598 174021 707 1374 0 184219 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 742392

[startup+582.301 s]
/proc/loadavg: 2.00 1.96 1.45 3/179 17222
/proc/meminfo: memFree=26860780/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=804160 CPUtime=582.31
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 1654172 0 0 0 56887 1344 0 0 25 0 1 0 21664000 823459840 188895 4089446400 4194304 9819077 140736299538816 18446744073709551615 6670376 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 201040 188895 707 1374 0 199661 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 804160

[startup+642.3 s]
/proc/loadavg: 2.06 1.99 1.49 3/179 17223
/proc/meminfo: memFree=26702476/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=882528 CPUtime=642.31
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 1801681 0 0 0 62743 1488 0 0 25 0 1 0 21664000 903708672 207753 4089446400 4194304 9819077 140736299538816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 220632 207753 707 1374 0 219253 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 882528

[startup+702.301 s]

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

/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 2807091 0 0 0 97900 2331 0 0 25 0 1 0 21664000 1176023040 269638 4089446400 4194304 9819077 140736299538816 18446744073709551615 6162144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 287115 269638 707 1374 0 285736 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1148460

[startup+1062.3 s]
/proc/loadavg: 2.02 2.00 1.66 3/179 17234
/proc/meminfo: memFree=25861808/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1163032 CPUtime=1062.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 2966448 0 0 0 103756 2476 0 0 25 0 1 0 21664000 1190944768 273058 4089446400 4194304 9819077 140736299538816 18446744073709551615 6628322 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 290758 273058 707 1374 0 289379 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1163032

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 17236
/proc/meminfo: memFree=25735512/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1206728 CPUtime=1122.31
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 3116387 0 0 0 109613 2618 0 0 25 0 1 0 21664000 1235689472 283709 4089446400 4194304 9819077 140736299538816 18446744073709551615 6590493 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17205/statm: 301682 283709 707 1374 0 300303 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1206728

[startup+1182.3 s]
/proc/loadavg: 1.86 1.97 1.68 3/179 17555
/proc/meminfo: memFree=28066804/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1248196 CPUtime=1182.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 3291790 0 0 0 115465 2767 0 0 25 0 1 0 21664000 1278152704 292951 4089446400 4194304 9819077 140736299538816 18446744073709551615 8652568 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 312049 292951 707 1374 0 310670 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1248196

[startup+1242.3 s]
/proc/loadavg: 1.95 1.97 1.70 3/179 17556
/proc/meminfo: memFree=27891208/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1291744 CPUtime=1242.31
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 3498547 0 0 0 121316 2915 0 0 25 0 1 0 21664000 1322745856 302721 4089446400 4194304 9819077 140736299538816 18446744073709551615 6723464 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 322936 302721 707 1374 0 321557 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1291744

[startup+1302.3 s]
/proc/loadavg: 1.98 1.97 1.72 3/179 17557
/proc/meminfo: memFree=27682460/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1364624 CPUtime=1302.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 3708315 0 0 0 127167 3065 0 0 25 0 1 0 21664000 1397374976 319992 4089446400 4194304 9819077 140736299538816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 341156 319992 707 1374 0 339777 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1364624

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/179 17559
/proc/meminfo: memFree=27545008/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1380796 CPUtime=1362.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 3914727 0 0 0 133014 3218 0 0 25 0 1 0 21664000 1413935104 323255 4089446400 4194304 9819077 140736299538816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 345199 323255 707 1374 0 343820 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1380796

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.75 3/179 17561
/proc/meminfo: memFree=27416224/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1387484 CPUtime=1422.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 4114923 0 0 0 138853 3379 0 0 25 0 1 0 21664000 1420783616 324315 4089446400 4194304 9819077 140736299538816 18446744073709551615 6003358 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 346871 324315 707 1374 0 345492 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 1387484

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/179 17563
/proc/meminfo: memFree=27277280/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1413476 CPUtime=1482.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 4297588 0 0 0 144693 3539 0 0 25 0 1 0 21664000 1447399424 329327 4089446400 4194304 9819077 140736299538816 18446744073709551615 6003263 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 353369 329327 707 1374 0 351990 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1413476

[startup+1542.3 s]
/proc/loadavg: 2.06 1.99 1.77 3/179 17564
/proc/meminfo: memFree=27091092/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1476948 CPUtime=1542.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 4516122 0 0 0 150537 3695 0 0 25 0 1 0 21664000 1512394752 344137 4089446400 4194304 9819077 140736299538816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 369237 344137 707 1374 0 367858 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1476948

[startup+1602.3 s]
/proc/loadavg: 2.02 1.99 1.79 3/179 17565
/proc/meminfo: memFree=26955364/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1492000 CPUtime=1602.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 4728713 0 0 0 156382 3850 0 0 25 0 1 0 21664000 1527808000 347130 4089446400 4194304 9819077 140736299538816 18446744073709551615 6670206 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 373000 347130 707 1374 0 371621 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1492000

[startup+1662.3 s]
/proc/loadavg: 2.04 2.00 1.80 3/179 17567
/proc/meminfo: memFree=26765712/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1559380 CPUtime=1662.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 4926991 0 0 0 162227 4005 0 0 25 0 1 0 21664000 1596805120 362759 4089446400 4194304 9819077 140736299538816 18446744073709551615 4703926 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 389845 362763 707 1374 0 388466 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 1559380

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.81 3/179 17569
/proc/meminfo: memFree=26563388/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1647824 CPUtime=1722.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 5152730 0 0 0 168067 4165 0 0 25 0 1 0 21664000 1687371776 382446 4089446400 4194304 9819077 140736299538816 18446744073709551615 6388523 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 411956 382446 707 1374 0 410577 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 1647824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/179 17571
/proc/meminfo: memFree=26431256/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1664564 CPUtime=1782.32
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 5366827 0 0 0 173911 4321 0 0 25 0 1 0 21664000 1704513536 385545 4089446400 4194304 9819077 140736299538816 18446744073709551615 4431765 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 416141 385545 707 1374 0 414762 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 1664564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.82 3/179 17571
/proc/meminfo: memFree=26391060/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1671796 CPUtime=1800.03
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 5427716 0 0 0 175632 4371 0 0 25 0 1 0 21664000 1711919104 386830 4089446400 4194304 9819077 140736299538816 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17205/statm: 417949 386830 707 1374 0 416570 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1671796

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17205

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.82 3/180 17572
/proc/meminfo: memFree=26389068/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1671796 CPUtime=1801.42
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 5427719 0 0 0 175771 4371 0 0 25 0 1 0 21664000 1711919104 386833 4089446400 4194304 9819077 140736299538816 18446744073709551615 6179984 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17205/statm: 417949 386833 710 1374 0 416570 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 1671796

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.82 3/180 17572
/proc/meminfo: memFree=26386588/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1671796 CPUtime=1801.83
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 5427719 0 0 0 175812 4371 0 0 25 0 1 0 21664000 1711919104 386833 4089446400 4194304 9819077 140736299538816 18446744073709551615 6180530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17205/statm: 417949 386833 710 1374 0 416570 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 1671796

[startup+1802 s]
/proc/loadavg: 2.00 2.00 1.82 3/180 17572
/proc/meminfo: memFree=26386588/32951124 swapFree=67111528/67111528
[pid=17205] ppid=17203 vsize=1671796 CPUtime=1802.02
/proc/17205/stat : 17205 (pbscip.linux.x8) R 17203 17205 16373 0 -1 4202496 5427719 0 0 0 175831 4371 0 0 25 0 1 0 21664000 1711919104 386833 4089446400 4194304 9819077 140736299538816 18446744073709551615 6179984 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17205/statm: 417949 386833 710 1374 0 416570 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 1671796

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.06
CPU time (s): 1802.09
CPU user time (s): 1758.32
CPU system time (s): 43.7693
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1671800

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

runsolver used 2.6306 second user time and 5.75712 second system time

The end

Launcher Data

Begin job on node136 at 2010-07-07 22:28:29
IDJOB=2700249
IDBENCH=79412
IDSOLVER=1205
FILE ID=node136/2700249-1278534509
PBS_JOBID= 11239205
Free space on /tmp= 73380 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-jnh308_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-2700249-1278534509/watcher-2700249-1278534509 -o /tmp/evaluation-result-2700249-1278534509/solver-2700249-1278534509 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700249-1278534509.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9e4ae11dd0361dce6825f0168cc6adb2
RANDOM SEED=2034353834

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28394348 kB
Buffers:        133700 kB
Cached:        3333948 kB
SwapCached:          0 kB
Active:        1730236 kB
Inactive:      2673268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28394348 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6232 kB
Writeback:           0 kB
AnonPages:      935684 kB
Mapped:          17020 kB
Slab:            88576 kB
PageTables:       6564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1080248 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= 73372 MiB
End job on node136 at 2010-07-07 22:58:31