Trace number 2699949

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.1 1802.58

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh302_wcsp.wbo
MD5SUM8b86218007c145a9ce1787d0bbf0d30b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark395
Best CPU time to get the best result obtained on this benchmark1.59076
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 constraint10
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
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-2699949-1278533860.wbo>
0.01/0.04	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 cont) and 1901 constraints
0.01/0.04	c problem read
0.01/0.04	c presolving settings loaded
0.01/0.07	c presolving:
0.01/0.08	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.03/0.11	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.03/0.18	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.18	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.18	c presolving (3 rounds):
0.03/0.18	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.18	c  1100 implications, 0 cliques
0.03/0.18	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.03/0.18	c     900 constraints of type <indicator>
0.03/0.18	c     900 constraints of type <linear>
0.03/0.18	c transformed objective value is always integral (scale: 1)
0.03/0.18	c Presolving Time: 0.03
0.03/0.18	c - non default parameters ----------------------------------------------------------------------
0.03/0.18	c # SCIP version 1.2.1.2
0.03/0.18	c 
0.03/0.18	c # frequency for displaying node information lines
0.03/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.18	c display/freq = 10000
0.03/0.18	c 
0.03/0.18	c # maximal time in seconds to run
0.03/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.18	c limits/time = 1799.99
0.03/0.18	c 
0.03/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.18	c limits/memory = 3420
0.03/0.18	c 
0.03/0.18	c # should presolving try to simplify inequalities
0.03/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.18	c constraints/linear/simplifyinequalities = TRUE
0.03/0.18	c 
0.03/0.18	c # should presolving try to simplify knapsacks
0.03/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.18	c 
0.03/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.18	c separating/rapidlearning/freq = 0
0.03/0.18	c 
0.03/0.18	c -----------------------------------------------------------------------------------------------
0.03/0.18	c start solving
0.03/0.19	c 
0.03/0.19	o 444854
0.03/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.19	c t 0.1s|     1 |     0 |     0 |     - |6458k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.06/0.20	c   0.1s|     1 |     0 |     0 |     - |6880k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.06/0.20	c   0.1s|     1 |     0 |    43 |     - |6917k|   0 |   4 |1900 |1800 |1900 |  63 |  63 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.06/0.22	c   0.1s|     1 |     0 |   131 |     - |6973k|   0 |  59 |1900 |1800 |1900 | 113 | 113 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.06/0.26	c   0.1s|     1 |     0 |   194 |     - |7164k|   0 |  62 |1900 |1800 |1900 | 165 | 165 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.31	c   0.1s|     1 |     0 |   293 |     - |7206k|   0 |  57 |1900 |1800 |1900 | 178 | 178 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.37	c   0.1s|     1 |     0 |   406 |     - |7235k|   0 |  52 |1900 |1800 |1900 | 186 | 186 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.13/0.41	c   0.1s|     1 |     0 |   424 |     - |7272k|   0 |  55 |1900 |1800 |1900 | 187 | 187 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.84	c   0.3s|     1 |     2 |   536 |     - |7324k|   0 |  55 |1900 |1800 |1900 | 187 | 187 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
8.49/9.09	c   8.1s| 10000 |  9989 | 18760 |   1.8 |  20M| 465 |   0 |1900 |1813 |1900 | 257 |2328 |  13 | 746 | 0.000000e+00 | 4.448540e+05 |    Inf 
11.50/12.01	o 10684
11.50/12.01	c *10.9s| 14665 | 12736 | 22367 |   1.5 |  23M| 465 |   - |1900 |1813 |1900 | 251 |2937 |  13 | 750 | 0.000000e+00 | 1.068400e+04 |    Inf 
15.78/16.37	c  15.0s| 20000 | 18037 | 32694 |   1.6 |  29M| 465 |   0 |1900 |1958 |1900 | 206 |4501 | 158 | 751 | 0.000000e+00 | 1.068400e+04 |    Inf 
23.19/23.77	c  22.1s| 30000 | 27860 | 46639 |   1.5 |  39M| 465 |   0 |1900 |2507 |1900 | 257 |6002 | 869 | 771 | 0.000000e+00 | 1.068400e+04 |    Inf 
30.29/30.89	c  28.9s| 40000 | 37759 | 53959 |   1.3 |  49M| 465 |   0 |1900 |2275 |1900 | 204 |7034 |1278 | 771 | 0.000000e+00 | 1.068400e+04 |    Inf 
30.89/31.46	o 10487
30.89/31.46	c *29.4s| 40794 | 38289 | 54640 |   1.3 |  50M| 465 |   - |1900 |2369 |1900 | 247 |7098 |1409 | 771 | 0.000000e+00 | 1.048700e+04 |    Inf 
30.89/31.47	o 10465
30.89/31.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.89/31.47	c *29.4s| 40795 | 38261 | 54643 |   1.3 |  50M| 465 |   - |1900 |2369 |1900 | 247 |7098 |1409 | 771 | 0.000000e+00 | 1.046500e+04 |    Inf 
37.49/38.02	c  35.6s| 50000 | 47350 | 61119 |   1.2 |  59M| 465 |   0 |1900 |2515 |1900 | 195 |7802 |1837 | 772 | 0.000000e+00 | 1.046500e+04 |    Inf 
44.89/45.44	c  42.7s| 60000 | 56865 | 71917 |   1.2 |  70M| 465 |   0 |1900 |2969 |1900 | 216 |9260 |3633 | 773 | 0.000000e+00 | 1.046500e+04 |    Inf 
52.08/52.69	c  49.6s| 70000 | 66196 | 80735 |   1.1 |  81M| 465 |   - |1900 |3308 |1900 | 207 |  10k|6433 | 773 | 0.000000e+00 | 1.046500e+04 |    Inf 
59.49/60.03	c  56.6s| 80000 | 75612 | 90226 |   1.1 |  92M| 465 |   0 |1900 |3590 |1900 | 211 |  11k|9029 | 773 | 0.000000e+00 | 1.046500e+04 |    Inf 
66.89/67.49	c  63.6s| 90000 | 85212 | 99701 |   1.1 | 103M| 465 |   0 |1900 |3055 |1900 | 207 |  13k|  10k| 774 | 0.000000e+00 | 1.046500e+04 |    Inf 
74.59/75.10	c  70.9s|100000 | 94724 |111533 |   1.1 | 114M| 465 |   0 |1900 |3449 |1900 | 208 |  14k|  12k| 775 | 0.000000e+00 | 1.046500e+04 |    Inf 
82.48/83.02	c  78.4s|110000 |104072 |125466 |   1.1 | 125M| 465 |   0 |1900 |3372 |1900 | 192 |  16k|  15k| 775 | 0.000000e+00 | 1.046500e+04 |    Inf 
89.99/90.58	c  85.5s|120000 |113580 |135367 |   1.1 | 136M| 465 |   0 |1900 |2972 |1900 | 193 |  18k|  18k| 776 | 0.000000e+00 | 1.046500e+04 |    Inf 
97.59/98.12	c  92.7s|130000 |123349 |146307 |   1.1 | 147M| 465 |   0 |1900 |2845 |1900 | 227 |  20k|  19k| 776 | 0.000000e+00 | 1.046500e+04 |    Inf 
104.89/105.47	c  99.7s|140000 |133021 |155661 |   1.1 | 157M| 465 |   0 |1900 |3174 |1900 | 201 |  21k|  20k| 776 | 0.000000e+00 | 1.046500e+04 |    Inf 
112.19/112.76	c   107s|150000 |142747 |163892 |   1.1 | 167M| 465 |   0 |1900 |2965 |1900 | 206 |  22k|  21k| 780 | 0.000000e+00 | 1.046500e+04 |    Inf 
119.59/120.12	c   114s|160000 |152478 |173566 |   1.1 | 177M| 465 |   0 |1900 |2671 |1900 | 210 |  23k|  23k| 790 | 0.000000e+00 | 1.046500e+04 |    Inf 
126.89/127.47	c   121s|170000 |162316 |182292 |   1.1 | 188M| 465 |   0 |1900 |2662 |1900 | 212 |  24k|  23k| 807 | 0.000000e+00 | 1.046500e+04 |    Inf 
134.28/134.89	c   128s|180000 |172063 |190221 |   1.1 | 198M| 465 |   - |1900 |3010 |   0 |   0 |  25k|  24k| 817 | 0.000000e+00 | 1.046500e+04 |    Inf 
141.49/142.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.49/142.07	c   135s|190000 |181545 |197424 |   1.0 | 209M| 465 |   0 |1900 |2931 |1900 | 197 |  26k|  26k| 845 | 0.000000e+00 | 1.046500e+04 |    Inf 
148.88/149.41	c   142s|200000 |191118 |204964 |   1.0 | 219M| 465 |   0 |1900 |3317 |1900 | 200 |  27k|  28k| 854 | 0.000000e+00 | 1.046500e+04 |    Inf 
156.29/156.88	c   149s|210000 |200599 |215119 |   1.0 | 230M| 465 |   0 |1900 |3385 |1900 | 211 |  29k|  31k| 886 | 0.000000e+00 | 1.046500e+04 |    Inf 
163.79/164.38	c   156s|220000 |210306 |224357 |   1.0 | 240M| 465 |   0 |1900 |3153 |1900 | 217 |  30k|  32k| 918 | 0.000000e+00 | 1.046500e+04 |    Inf 
171.29/171.82	c   163s|230000 |220182 |233544 |   1.0 | 250M| 465 |   0 |1900 |2331 |1900 | 200 |  31k|  32k| 926 | 0.000000e+00 | 1.046500e+04 |    Inf 
178.70/179.21	c   170s|240000 |229884 |242163 |   1.0 | 261M| 465 |   0 |1900 |2883 |1900 | 229 |  32k|  34k| 936 | 0.000000e+00 | 1.046500e+04 |    Inf 
186.09/186.63	c   177s|250000 |239419 |251136 |   1.0 | 271M| 465 |   0 |1900 |3106 |1900 | 203 |  34k|  35k| 981 | 0.000000e+00 | 1.046500e+04 |    Inf 
193.79/194.30	c   184s|260000 |248905 |262889 |   1.0 | 282M| 465 |   0 |1900 |3030 |1900 | 202 |  35k|  38k| 998 | 0.000000e+00 | 1.046500e+04 |    Inf 
201.29/201.87	c   191s|270000 |258721 |273667 |   1.0 | 292M| 465 |   0 |1900 |2530 |1900 | 205 |  36k|  39k|1007 | 0.000000e+00 | 1.046500e+04 |    Inf 
208.59/209.18	c   198s|280000 |268415 |282257 |   1.0 | 303M| 465 |   0 |1900 |2851 |1900 | 228 |  38k|  40k|1048 | 0.000000e+00 | 1.046500e+04 |    Inf 
215.89/216.45	c   205s|290000 |278099 |289462 |   1.0 | 313M| 465 |   0 |1900 |2667 |1900 | 221 |  39k|  41k|1063 | 0.000000e+00 | 1.046500e+04 |    Inf 
223.19/223.70	c   212s|300000 |287611 |297162 |   1.0 | 324M| 465 |   0 |1900 |3250 |1900 | 209 |  40k|  43k|1081 | 0.000000e+00 | 1.046500e+04 |    Inf 
230.49/231.05	c   219s|310000 |297389 |303764 |   1.0 | 334M| 465 |   0 |1900 |2501 |1900 | 201 |  41k|  44k|1113 | 0.000000e+00 | 1.046500e+04 |    Inf 
237.99/238.51	c   226s|320000 |306907 |312392 |   1.0 | 345M| 465 |   0 |1900 |3039 |1900 | 212 |  42k|  46k|1148 | 0.000000e+00 | 1.046500e+04 |    Inf 
245.19/245.74	c   233s|330000 |316630 |320036 |   1.0 | 355M| 465 |   0 |1900 |2779 |1900 | 206 |  43k|  47k|1166 | 0.000000e+00 | 1.046500e+04 |    Inf 
249.89/250.42	o 10405
249.89/250.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.89/250.42	c * 238s|336245 |322290 |326571 |   1.0 | 361M| 465 |   - |1900 |2958 |1900 | 208 |  44k|  48k|1183 | 0.000000e+00 | 1.040500e+04 |    Inf 
252.69/253.21	c   240s|340000 |325825 |329915 |   1.0 | 365M| 465 |   0 |1900 |3163 |1900 | 207 |  44k|  49k|1189 | 0.000000e+00 | 1.040500e+04 |    Inf 
260.29/260.80	c   247s|350000 |335171 |341241 |   1.0 | 376M| 465 |   0 |1900 |3731 |1900 | 205 |  46k|  52k|1217 | 0.000000e+00 | 1.040500e+04 |    Inf 
267.69/268.30	c   255s|360000 |344893 |349850 |   1.0 | 386M| 465 |   0 |1900 |3065 |1900 | 193 |  47k|  53k|1246 | 0.000000e+00 | 1.040500e+04 |    Inf 
275.39/276.00	c   262s|370000 |354283 |360926 |   1.0 | 398M| 465 |   0 |1900 |3310 |1900 | 211 |  48k|  56k|1265 | 0.000000e+00 | 1.040500e+04 |    Inf 
283.30/283.86	c   269s|380000 |363852 |371914 |   1.0 | 409M| 465 |   0 |1900 |3427 |1900 | 194 |  50k|  58k|1293 | 0.000000e+00 | 1.040500e+04 |    Inf 
290.89/291.41	c   277s|390000 |373350 |382188 |   1.0 | 420M| 465 |   0 |1900 |3482 |1900 | 206 |  51k|  60k|1340 | 0.000000e+00 | 1.040500e+04 |    Inf 
298.89/299.41	c   284s|400000 |382765 |395169 |   1.0 | 431M| 465 |   0 |1900 |3762 |1900 | 209 |  53k|  63k|1390 | 0.000000e+00 | 1.040500e+04 |    Inf 
306.19/306.71	c   291s|410000 |392499 |402376 |   1.0 | 441M| 465 |   0 |1900 |3262 |1900 | 210 |  54k|  64k|1410 | 0.000000e+00 | 1.040500e+04 |    Inf 
313.00/313.60	c   298s|420000 |402419 |405912 |   1.0 | 451M| 465 |   0 |1900 |3036 |1900 | 221 |  55k|  64k|1417 | 0.000000e+00 | 1.040500e+04 |    Inf 
319.99/320.58	c   304s|430000 |412251 |409485 |   1.0 | 461M| 465 |   0 |1900 |3053 |1900 | 217 |  56k|  65k|1419 | 0.000000e+00 | 1.040500e+04 |    Inf 
326.99/327.50	c   311s|440000 |422247 |412005 |   0.9 | 471M| 465 |   0 |1900 |3018 |1900 | 219 |  56k|  65k|1419 | 0.000000e+00 | 1.040500e+04 |    Inf 
333.69/334.30	c   317s|450000 |432247 |414504 |   0.9 | 481M| 465 |   0 |1900 |2978 |1900 | 214 |  57k|  65k|1419 | 0.000000e+00 | 1.040500e+04 |    Inf 
340.89/341.41	c   324s|460000 |442191 |418741 |   0.9 | 491M| 465 |   0 |1900 |3102 |1900 | 221 |  57k|  65k|1419 | 0.000000e+00 | 1.040500e+04 |    Inf 
348.69/349.20	c   332s|470000 |451871 |427528 |   0.9 | 502M| 465 |   0 |1900 |3424 |1900 | 200 |  59k|  66k|1439 | 0.000000e+00 | 1.040500e+04 |    Inf 
352.19/352.77	o 10281
352.19/352.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.19/352.77	c * 335s|474421 |454498 |432481 |   0.9 | 505M| 465 |   - |1900 |4167 |1900 | 231 |  60k|  68k|1446 | 0.000000e+00 | 1.028100e+04 |    Inf 
356.79/357.38	c   339s|480000 |459913 |438842 |   0.9 | 511M| 465 |   0 |1900 |3889 |1900 | 228 |  61k|  69k|1451 | 0.000000e+00 | 1.028100e+04 |    Inf 
358.39/358.95	o 10190
358.39/358.95	c * 341s|481969 |460431 |440916 |   0.9 | 512M| 465 |   - |1900 |4070 |1900 | 226 |  61k|  69k|1452 | 0.000000e+00 | 1.019000e+04 |    Inf 
358.39/358.96	o 10105
358.39/358.96	c * 341s|481970 |458948 |440920 |   0.9 | 510M| 465 |   - |1900 |4070 |1900 | 226 |  61k|  69k|1452 | 0.000000e+00 | 1.010500e+04 |    Inf 
364.70/365.27	c   347s|490000 |466694 |449126 |   0.9 | 518M| 465 |   0 |1900 |3628 |1900 | 206 |  62k|  70k|1472 | 0.000000e+00 | 1.010500e+04 |    Inf 
372.39/372.98	c   354s|500000 |476619 |458153 |   0.9 | 528M| 465 |   0 |1900 |3200 |1900 | 220 |  64k|  71k|1477 | 0.000000e+00 | 1.010500e+04 |    Inf 
379.89/380.44	c   361s|510000 |486549 |466522 |   0.9 | 538M| 465 |   0 |1900 |2758 |1900 | 222 |  65k|  71k|1547 | 0.000000e+00 | 1.010500e+04 |    Inf 
386.89/387.45	c   368s|520000 |496498 |471966 |   0.9 | 548M| 465 |   0 |1900 |2719 |1900 | 223 |  66k|  71k|1548 | 0.000000e+00 | 1.010500e+04 |    Inf 
394.09/394.67	c   375s|530000 |506471 |478397 |   0.9 | 557M| 465 |   0 |1900 |2613 |1900 | 226 |  67k|  72k|1548 | 0.000000e+00 | 1.010500e+04 |    Inf 
401.39/401.96	c   382s|540000 |516236 |484522 |   0.9 | 568M| 465 |   0 |1900 |2791 |1900 | 221 |  68k|  72k|1558 | 0.000000e+00 | 1.010500e+04 |    Inf 
408.60/409.11	c   389s|550000 |526224 |488717 |   0.9 | 578M| 465 |   0 |1900 |2673 |1900 | 221 |  68k|  72k|1558 | 0.000000e+00 | 1.010500e+04 |    Inf 
415.49/416.06	c   395s|560000 |536224 |492266 |   0.9 | 587M| 465 |   0 |1900 |2642 |1900 | 226 |  68k|  72k|1558 | 0.000000e+00 | 1.010500e+04 |    Inf 
422.59/423.15	c   402s|570000 |546224 |496852 |   0.9 | 597M| 465 |   0 |1900 |2617 |1900 | 220 |  69k|  72k|1558 | 0.000000e+00 | 1.010500e+04 |    Inf 
429.99/430.52	c   409s|580000 |556199 |502631 |   0.9 | 607M| 465 |   0 |1900 |2638 |1900 | 230 |  70k|  72k|1558 | 0.000000e+00 | 1.010500e+04 |    Inf 
437.39/437.94	c   416s|590000 |566193 |509260 |   0.9 | 617M| 465 |   0 |1900 |2601 |1900 | 231 |  72k|  73k|1558 | 0.000000e+00 | 1.010500e+04 |    Inf 
444.90/445.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.90/445.47	c   423s|600000 |576190 |515538 |   0.9 | 627M| 465 |   0 |1900 |2589 |1900 | 227 |  73k|  73k|1558 | 0.000000e+00 | 1.010500e+04 |    Inf 
452.39/452.90	c   430s|610000 |586175 |521808 |   0.9 | 637M| 465 |   0 |1900 |2601 |1900 | 242 |  74k|  73k|1558 | 0.000000e+00 | 1.010500e+04 |    Inf 
459.80/460.33	c   437s|620000 |595917 |527978 |   0.9 | 648M| 465 |   0 |1900 |3089 |1900 | 223 |  76k|  74k|1571 | 0.000000e+00 | 1.010500e+04 |    Inf 
466.89/467.45	c   444s|630000 |605828 |533037 |   0.8 | 658M| 465 |   0 |1900 |2719 |1900 | 202 |  77k|  74k|1586 | 0.000000e+00 | 1.010500e+04 |    Inf 
473.69/474.29	c   451s|640000 |615822 |535311 |   0.8 | 667M| 465 |   0 |1900 |2589 |1900 | 221 |  77k|  74k|1586 | 0.000000e+00 | 1.010500e+04 |    Inf 
480.89/481.42	c   458s|650000 |625578 |540254 |   0.8 | 678M| 465 |   0 |1900 |3056 |1900 | 218 |  78k|  75k|1590 | 0.000000e+00 | 1.010500e+04 |    Inf 
488.39/488.92	c   465s|660000 |635092 |549297 |   0.8 | 688M| 465 |   0 |1900 |3184 |1900 | 203 |  79k|  77k|1660 | 0.000000e+00 | 1.010500e+04 |    Inf 
495.70/496.29	c   472s|670000 |644668 |556696 |   0.8 | 699M| 465 |   0 |1900 |3479 |1900 | 226 |  81k|  79k|1675 | 0.000000e+00 | 1.010500e+04 |    Inf 
503.49/504.08	c   479s|680000 |654180 |565827 |   0.8 | 711M| 465 |   0 |1900 |4717 |1900 | 228 |  83k|  81k|1683 | 0.000000e+00 | 1.010500e+04 |    Inf 
511.19/511.77	c   486s|690000 |663539 |574535 |   0.8 | 721M| 465 |   0 |1900 |3868 |1900 | 223 |  84k|  83k|1711 | 0.000000e+00 | 1.010500e+04 |    Inf 
518.79/519.30	c   494s|700000 |673199 |582347 |   0.8 | 731M| 465 |   0 |1900 |3724 |1900 | 226 |  85k|  85k|1737 | 0.000000e+00 | 1.010500e+04 |    Inf 
526.09/526.68	c   501s|710000 |682739 |589358 |   0.8 | 742M| 465 |   0 |1900 |3353 |1900 | 221 |  87k|  86k|1761 | 0.000000e+00 | 1.010500e+04 |    Inf 
533.39/533.95	c   508s|720000 |692644 |595460 |   0.8 | 752M| 465 |   0 |1900 |2664 |1900 | 224 |  88k|  87k|1778 | 0.000000e+00 | 1.010500e+04 |    Inf 
540.60/541.13	c   514s|730000 |702602 |599332 |   0.8 | 761M| 465 |   0 |1900 |2543 |1900 | 216 |  89k|  87k|1778 | 0.000000e+00 | 1.010500e+04 |    Inf 
548.19/548.71	c   522s|740000 |712059 |608207 |   0.8 | 772M| 465 |   0 |1900 |3286 |1900 | 200 |  90k|  89k|1828 | 0.000000e+00 | 1.010500e+04 |    Inf 
555.30/555.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.30/555.82	c   528s|750000 |721809 |613964 |   0.8 | 782M| 465 |   0 |1900 |2926 |1900 | 224 |  91k|  90k|1840 | 0.000000e+00 | 1.010500e+04 |    Inf 
562.49/563.06	c   535s|760000 |731389 |618929 |   0.8 | 793M| 465 |   0 |1900 |3469 |1900 | 211 |  92k|  92k|1873 | 0.000000e+00 | 1.010500e+04 |    Inf 
569.79/570.31	c   542s|770000 |740953 |625160 |   0.8 | 804M| 465 |   0 |1900 |3399 |1900 | 202 |  93k|  94k|1900 | 0.000000e+00 | 1.010500e+04 |    Inf 
576.79/577.33	c   549s|780000 |750722 |629912 |   0.8 | 814M| 465 |   0 |1900 |3282 |1900 | 202 |  93k|  95k|1902 | 0.000000e+00 | 1.010500e+04 |    Inf 
584.19/584.74	c   556s|790000 |760361 |637125 |   0.8 | 824M| 465 |   0 |1900 |3065 |1900 | 220 |  94k|  96k|1921 | 0.000000e+00 | 1.010500e+04 |    Inf 
592.10/592.69	c   563s|800000 |769826 |648023 |   0.8 | 835M| 465 |   0 |1900 |3556 |1900 | 208 |  96k|  99k|1936 | 0.000000e+00 | 1.010500e+04 |    Inf 
599.39/599.99	c   570s|810000 |779667 |654326 |   0.8 | 845M| 465 |   0 |1900 |2688 |1900 | 218 |  97k|  99k|1940 | 0.000000e+00 | 1.010500e+04 |    Inf 
606.99/607.52	c   578s|820000 |789258 |663698 |   0.8 | 856M| 465 |   0 |1900 |3233 |1900 | 228 |  99k| 101k|1992 | 0.000000e+00 | 1.010500e+04 |    Inf 
610.09/610.64	o 10087
610.09/610.64	c * 581s|823990 |792465 |667312 |   0.8 | 860M| 465 |   - |1900 |3840 |1900 | 215 |  99k| 103k|2007 | 0.000000e+00 | 1.008700e+04 |    Inf 
614.60/615.16	c   585s|830000 |798143 |672081 |   0.8 | 866M| 465 |   0 |1900 |3886 |1900 | 197 | 100k| 105k|2009 | 0.000000e+00 | 1.008700e+04 |    Inf 
621.79/622.39	c   592s|840000 |807875 |677298 |   0.8 | 877M| 465 |   0 |1900 |3167 |1900 | 214 | 101k| 106k|2021 | 0.000000e+00 | 1.008700e+04 |    Inf 
629.19/629.79	c   599s|850000 |817509 |684431 |   0.8 | 887M| 465 |   0 |1900 |3050 |1900 | 210 | 102k| 107k|2053 | 0.000000e+00 | 1.008700e+04 |    Inf 
631.79/632.33	o 10053
631.79/632.33	c * 601s|853156 |819783 |688208 |   0.8 | 890M| 465 |   - |1900 |3218 |1900 | 248 | 103k| 108k|2069 | 0.000000e+00 | 1.005300e+04 |    Inf 
637.00/637.52	c   606s|860000 |826335 |694585 |   0.8 | 897M| 465 |   0 |1900 |3459 |1900 | 204 | 104k| 109k|2078 | 0.000000e+00 | 1.005300e+04 |    Inf 
638.89/639.41	o 10016
638.89/639.41	c * 608s|862541 |827798 |696533 |   0.8 | 898M| 465 |   - |1900 |3469 |1900 | 207 | 105k| 110k|2078 | 0.000000e+00 | 1.001600e+04 |    Inf 
644.59/645.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.59/645.17	c   613s|870000 |834775 |703515 |   0.8 | 907M| 465 |   0 |1900 |4053 |1900 | 236 | 106k| 112k|2103 | 0.000000e+00 | 1.001600e+04 |    Inf 
647.80/648.33	o 9950
647.80/648.33	c * 616s|873467 |835978 |709163 |   0.8 | 909M| 465 |   - |1900 |4959 |1900 | 242 | 107k| 114k|2143 | 0.000000e+00 | 9.950000e+03 |    Inf 
647.80/648.34	o 9898
647.80/648.34	c * 616s|873468 |834461 |709165 |   0.8 | 907M| 465 |   - |1900 |4959 |1900 | 242 | 107k| 114k|2143 | 0.000000e+00 | 9.898000e+03 |    Inf 
652.69/653.21	c   621s|880000 |840561 |713509 |   0.8 | 914M| 465 |   0 |1900 |4210 |1900 | 231 | 108k| 116k|2149 | 0.000000e+00 | 9.898000e+03 |    Inf 
660.29/660.88	c   628s|890000 |849805 |723681 |   0.8 | 925M| 465 |   0 |1900 |3768 |1900 | 213 | 109k| 119k|2159 | 0.000000e+00 | 9.898000e+03 |    Inf 
668.00/668.56	c   635s|900000 |859013 |733698 |   0.8 | 936M| 465 |   0 |1900 |4391 |1900 | 240 | 112k| 123k|2162 | 0.000000e+00 | 9.898000e+03 |    Inf 
670.50/671.05	o 9885
670.50/671.05	c * 638s|903089 |861386 |736988 |   0.8 | 940M| 465 |   - |1900 |5073 |1900 | 233 | 112k| 124k|2162 | 0.000000e+00 | 9.885000e+03 |    Inf 
671.39/671.95	o 9716
671.39/671.95	c * 638s|904146 |856304 |738221 |   0.8 | 932M| 465 |   - |1900 |5330 |1900 | 233 | 112k| 125k|2162 | 0.000000e+00 | 9.716000e+03 |    Inf 
676.00/676.52	c   643s|910000 |861648 |743696 |   0.8 | 939M| 465 |   0 |1900 |4924 |1900 | 196 | 114k| 128k|2177 | 0.000000e+00 | 9.716000e+03 |    Inf 
683.49/684.02	c   650s|920000 |870778 |752424 |   0.8 | 950M| 465 |   0 |1900 |4695 |1900 | 215 | 115k| 131k|2214 | 0.000000e+00 | 9.716000e+03 |    Inf 
691.20/691.72	c   657s|930000 |879835 |760888 |   0.8 | 961M| 465 |   0 |1900 |4203 |1900 | 191 | 116k| 135k|2227 | 0.000000e+00 | 9.716000e+03 |    Inf 
698.39/698.93	c   664s|940000 |889573 |767744 |   0.8 | 971M| 465 |   0 |1900 |3103 |1900 | 203 | 117k| 136k|2241 | 0.000000e+00 | 9.716000e+03 |    Inf 
705.80/706.35	c   671s|950000 |898940 |776499 |   0.8 | 982M| 465 |   0 |1900 |3903 |1900 | 243 | 118k| 139k|2270 | 0.000000e+00 | 9.716000e+03 |    Inf 
706.10/706.61	o 9484
706.10/706.61	c * 671s|950277 |888799 |776837 |   0.8 | 964M| 465 |   - |1900 |4021 |1900 | 239 | 119k| 139k|2271 | 0.000000e+00 | 9.484000e+03 |    Inf 
706.10/706.63	o 9400
706.10/706.63	c * 671s|950278 |884214 |776839 |   0.8 | 955M| 465 |   - |1900 |4021 |1900 | 239 | 119k| 139k|2271 | 0.000000e+00 | 9.400000e+03 |    Inf 
713.19/713.76	o 9268
713.19/713.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
713.19/713.76	c * 678s|958793 |884293 |787209 |   0.8 | 952M| 465 |   - |1900 |4605 |1900 | 241 | 121k| 143k|2276 | 0.000000e+00 | 9.268000e+03 |    Inf 
713.19/713.78	o 9247
713.19/713.78	c * 678s|958794 |883106 |787213 |   0.8 | 950M| 465 |   - |1900 |4605 |1900 | 241 | 121k| 143k|2276 | 0.000000e+00 | 9.247000e+03 |    Inf 
714.20/714.71	c   679s|960000 |884256 |788111 |   0.8 | 951M| 465 |   0 |1900 |4296 |1900 | 204 | 121k| 144k|2307 | 0.000000e+00 | 9.247000e+03 |    Inf 
721.29/721.89	c   686s|970000 |893890 |793453 |   0.8 | 961M| 465 |   0 |1900 |3558 |1900 | 192 | 121k| 145k|2312 | 0.000000e+00 | 9.247000e+03 |    Inf 
728.80/729.31	c   693s|980000 |903080 |801803 |   0.8 | 973M| 465 |   0 |1900 |4108 |1900 | 211 | 123k| 148k|2317 | 0.000000e+00 | 9.247000e+03 |    Inf 
736.39/736.93	c   700s|990000 |912336 |812633 |   0.8 | 984M| 465 |   0 |1900 |4183 |1900 | 225 | 124k| 151k|2335 | 0.000000e+00 | 9.247000e+03 |    Inf 
743.69/744.25	c   707s|  1000k|921827 |819630 |   0.8 | 994M| 465 |   0 |1900 |3534 |1900 | 224 | 125k| 153k|2357 | 0.000000e+00 | 9.247000e+03 |    Inf 
750.99/751.59	c   714s|  1010k|931358 |827278 |   0.8 |1005M| 465 |   0 |1900 |3845 |1900 | 218 | 126k| 155k|2373 | 0.000000e+00 | 9.247000e+03 |    Inf 
758.50/759.08	o 9134
758.50/759.08	c * 721s|  1019k|933263 |838966 |   0.8 |1003M| 465 |   - |1900 |4879 |1900 | 200 | 128k| 158k|2388 | 0.000000e+00 | 9.134000e+03 |    Inf 
758.89/759.42	c   721s|  1020k|933654 |839531 |   0.8 |1003M| 465 |   0 |1900 |4864 |1900 | 201 | 128k| 158k|2388 | 0.000000e+00 | 9.134000e+03 |    Inf 
761.80/762.31	o 9089
761.80/762.31	c * 724s|  1023k|934015 |844079 |   0.8 |1001M| 465 |   - |1900 |4373 |1900 | 213 | 129k| 159k|2412 | 0.000000e+00 | 9.089000e+03 |    Inf 
766.69/767.23	c   729s|  1030k|940109 |849892 |   0.8 |1008M| 465 |   0 |1900 |3691 |1900 | 205 | 129k| 160k|2427 | 0.000000e+00 | 9.089000e+03 |    Inf 
774.60/775.14	c   736s|  1040k|949330 |860449 |   0.8 |1019M| 465 |   0 |1900 |4193 |1900 | 203 | 131k| 163k|2443 | 0.000000e+00 | 9.089000e+03 |    Inf 
775.60/776.15	o 8976
775.60/776.15	c * 737s|  1041k|942514 |861875 |   0.8 |1008M| 465 |   - |1900 |4276 |1900 | 227 | 131k| 163k|2447 | 0.000000e+00 | 8.976000e+03 |    Inf 
775.80/776.39	o 8900
775.80/776.39	c * 737s|  1041k|937124 |862473 |   0.8 | 999M| 465 |   - |1900 |4333 |1900 | 234 | 131k| 164k|2455 | 0.000000e+00 | 8.900000e+03 |    Inf 
775.89/776.41	o 8895
775.89/776.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
775.89/776.41	c * 737s|  1041k|936712 |862473 |   0.8 | 998M| 465 |   - |1900 |4333 |1900 | 234 | 131k| 164k|2455 | 0.000000e+00 | 8.895000e+03 |    Inf 
782.60/783.20	c   744s|  1050k|944383 |871576 |   0.8 |1008M| 465 |   0 |1900 |4929 |1900 | 200 | 133k| 167k|2492 | 0.000000e+00 | 8.895000e+03 |    Inf 
790.39/790.97	c   751s|  1060k|953572 |881970 |   0.8 |1019M| 465 |   0 |1900 |5089 |1900 | 239 | 135k| 171k|2502 | 0.000000e+00 | 8.895000e+03 |    Inf 
797.79/798.37	c   758s|  1070k|962966 |889845 |   0.8 |1029M| 465 |   0 |1900 |4105 |1900 | 218 | 136k| 173k|2516 | 0.000000e+00 | 8.895000e+03 |    Inf 
805.19/805.75	c   765s|  1080k|972061 |898755 |   0.8 |1041M| 465 |   0 |1900 |4570 |1900 | 232 | 137k| 177k|2543 | 0.000000e+00 | 8.895000e+03 |    Inf 
812.70/813.21	c   772s|  1090k|981303 |907792 |   0.8 |1052M| 465 |   0 |1900 |4147 |1900 | 231 | 139k| 180k|2558 | 0.000000e+00 | 8.895000e+03 |    Inf 
820.99/821.50	c   780s|  1100k|990472 |921807 |   0.8 |1063M| 465 |   0 |1900 |5333 |1900 | 228 | 141k| 184k|2564 | 0.000000e+00 | 8.895000e+03 |    Inf 
828.90/829.42	c   787s|  1110k|999798 |932175 |   0.8 |1074M| 465 |   - |1900 |4652 |   0 |   0 | 143k| 187k|2569 | 0.000000e+00 | 8.895000e+03 |    Inf 
836.40/836.94	c   794s|  1120k|  1009k|939426 |   0.8 |1085M| 465 |   0 |1900 |4623 |1900 | 199 | 144k| 190k|2581 | 0.000000e+00 | 8.895000e+03 |    Inf 
843.89/844.41	c   801s|  1130k|  1018k|947058 |   0.8 |1095M| 465 |   0 |1900 |4301 |1900 | 208 | 146k| 193k|2589 | 0.000000e+00 | 8.895000e+03 |    Inf 
851.80/852.38	c   809s|  1140k|  1027k|959081 |   0.8 |1107M| 465 |   0 |1900 |4994 |1900 | 228 | 148k| 197k|2633 | 0.000000e+00 | 8.895000e+03 |    Inf 
859.60/860.18	c   816s|  1150k|  1036k|968372 |   0.8 |1117M| 465 |   0 |1900 |4290 |1900 | 230 | 150k| 199k|2645 | 0.000000e+00 | 8.895000e+03 |    Inf 
866.99/867.53	c   823s|  1160k|  1046k|975055 |   0.8 |1127M| 465 |   0 |1900 |3736 |1900 | 223 | 151k| 201k|2662 | 0.000000e+00 | 8.895000e+03 |    Inf 
874.60/875.15	c   831s|  1170k|  1055k|984025 |   0.8 |1138M| 465 |   0 |1900 |4027 |1900 | 222 | 153k| 204k|2705 | 0.000000e+00 | 8.895000e+03 |    Inf 
882.10/882.67	c   838s|  1180k|  1065k|994465 |   0.8 |1149M| 465 |   0 |1900 |3973 |1900 | 212 | 154k| 207k|2722 | 0.000000e+00 | 8.895000e+03 |    Inf 
886.89/887.47	o 8890
886.89/887.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.89/887.47	c * 842s|  1186k|  1070k|  1000k|   0.8 |1156M| 465 |   - |1900 |4036 |1900 | 225 | 155k| 209k|2727 | 0.000000e+00 | 8.890000e+03 |    Inf 
886.89/887.49	o 8820
886.89/887.49	c * 842s|  1186k|  1065k|  1000k|   0.8 |1148M| 465 |   - |1900 |4036 |1900 | 225 | 155k| 209k|2727 | 0.000000e+00 | 8.820000e+03 |    Inf 
889.70/890.26	c   845s|  1190k|  1068k|  1003k|   0.8 |1152M| 465 |   0 |1900 |4594 |1900 | 214 | 155k| 210k|2730 | 0.000000e+00 | 8.820000e+03 |    Inf 
897.30/897.90	c   852s|  1200k|  1077k|  1012k|   0.8 |1163M| 465 |   0 |1900 |4467 |1900 | 223 | 157k| 213k|2752 | 0.000000e+00 | 8.820000e+03 |    Inf 
905.00/905.51	c   859s|  1210k|  1087k|  1019k|   0.8 |1174M| 465 |   0 |1900 |3955 |1900 | 218 | 158k| 215k|2763 | 0.000000e+00 | 8.820000e+03 |    Inf 
913.00/913.58	c   867s|  1220k|  1096k|  1032k|   0.8 |1185M| 465 |   0 |1900 |4881 |1900 | 231 | 160k| 219k|2785 | 0.000000e+00 | 8.820000e+03 |    Inf 
921.09/921.63	c   875s|  1230k|  1105k|  1043k|   0.8 |1195M| 465 |   0 |1900 |4517 |1900 | 214 | 162k| 221k|2791 | 0.000000e+00 | 8.820000e+03 |    Inf 
929.10/929.68	c   882s|  1240k|  1114k|  1057k|   0.9 |1207M| 465 |   0 |1900 |4304 |1900 | 224 | 164k| 225k|2829 | 0.000000e+00 | 8.820000e+03 |    Inf 
936.70/937.24	c   889s|  1250k|  1124k|  1065k|   0.9 |1218M| 465 |   0 |1900 |3964 |1900 | 211 | 165k| 227k|2859 | 0.000000e+00 | 8.820000e+03 |    Inf 
944.79/945.38	c   897s|  1260k|  1133k|  1078k|   0.9 |1229M| 465 |   0 |1900 |4627 |1900 | 212 | 167k| 231k|2882 | 0.000000e+00 | 8.820000e+03 |    Inf 
952.59/953.15	c   904s|  1270k|  1142k|  1090k|   0.9 |1240M| 465 |   0 |1900 |4073 |1900 | 219 | 169k| 234k|2904 | 0.000000e+00 | 8.820000e+03 |    Inf 
960.60/961.16	c   912s|  1280k|  1151k|  1106k|   0.9 |1252M| 465 |   0 |1900 |4260 |1900 | 239 | 171k| 236k|2955 | 0.000000e+00 | 8.820000e+03 |    Inf 
968.00/968.53	c   919s|  1290k|  1161k|  1113k|   0.9 |1262M| 465 |   0 |1900 |3903 |1900 | 223 | 172k| 238k|2987 | 0.000000e+00 | 8.820000e+03 |    Inf 
975.00/975.60	c   926s|  1300k|  1171k|  1117k|   0.9 |1273M| 465 |   0 |1900 |3944 |1900 | 230 | 173k| 239k|2996 | 0.000000e+00 | 8.820000e+03 |    Inf 
982.80/983.33	c   933s|  1310k|  1180k|  1128k|   0.9 |1284M| 465 |   0 |1900 |4831 |1900 | 214 | 174k| 243k|3004 | 0.000000e+00 | 8.820000e+03 |    Inf 
990.80/991.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
990.80/991.35	c   940s|  1320k|  1189k|  1137k|   0.9 |1296M| 465 |   0 |1900 |5778 |1900 | 233 | 176k| 246k|3016 | 0.000000e+00 | 8.820000e+03 |    Inf 
998.60/999.16	c   948s|  1330k|  1199k|  1145k|   0.9 |1306M| 465 |   0 |1900 |4733 |1900 | 232 | 178k| 248k|3027 | 0.000000e+00 | 8.820000e+03 |    Inf 
1006.40/1006.97	c   955s|  1340k|  1208k|  1154k|   0.9 |1317M| 465 |   0 |1900 |4256 |1900 | 211 | 180k| 250k|3045 | 0.000000e+00 | 8.820000e+03 |    Inf 
1014.29/1014.86	c   963s|  1350k|  1217k|  1163k|   0.9 |1328M| 465 |   0 |1900 |4879 |1900 | 222 | 182k| 252k|3057 | 0.000000e+00 | 8.820000e+03 |    Inf 
1017.39/1017.97	o 8783
1017.39/1017.97	c * 966s|  1354k|  1218k|  1166k|   0.9 |1328M| 465 |   - |1900 |4822 |1900 | 226 | 182k| 253k|3057 | 0.000000e+00 | 8.783000e+03 |    Inf 
1022.10/1022.66	c   970s|  1360k|  1224k|  1171k|   0.9 |1335M| 465 |   0 |1900 |5188 |1900 | 233 | 184k| 255k|3058 | 0.000000e+00 | 8.783000e+03 |    Inf 
1024.60/1025.16	o 8768
1024.60/1025.16	c * 972s|  1363k|  1225k|  1174k|   0.9 |1337M| 465 |   - |1900 |6030 |1900 | 238 | 184k| 257k|3066 | 0.000000e+00 | 8.768000e+03 |    Inf 
1029.90/1030.49	c   977s|  1370k|  1232k|  1180k|   0.9 |1344M| 465 |   0 |1900 |4158 |1900 | 231 | 185k| 259k|3086 | 0.000000e+00 | 8.768000e+03 |    Inf 
1038.20/1038.74	c   985s|  1380k|  1240k|  1192k|   0.9 |1357M| 465 |   0 |1900 |6037 |1900 | 234 | 187k| 265k|3092 | 0.000000e+00 | 8.768000e+03 |    Inf 
1042.30/1042.81	o 8751
1042.30/1042.81	c * 989s|  1384k|  1243k|  1198k|   0.9 |1361M| 465 |   - |1900 |5975 |1900 | 236 | 188k| 268k|3096 | 0.000000e+00 | 8.751000e+03 |    Inf 
1042.30/1042.83	o 8715
1042.30/1042.83	c * 989s|  1384k|  1240k|  1198k|   0.9 |1357M| 465 |   - |1900 |5975 |1900 | 236 | 188k| 268k|3096 | 0.000000e+00 | 8.715000e+03 |    Inf 
1044.80/1045.38	o 8713
1044.80/1045.38	c * 991s|  1387k|  1242k|  1202k|   0.9 |1360M| 465 |   - |1900 |5521 |1900 | 225 | 189k| 269k|3096 | 0.000000e+00 | 8.713000e+03 |    Inf 
1046.50/1047.07	c   993s|  1390k|  1244k|  1204k|   0.9 |1362M| 465 |   0 |1900 |4953 |1900 | 223 | 189k| 270k|3096 | 0.000000e+00 | 8.713000e+03 |    Inf 
1054.09/1054.67	c  1000s|  1400k|  1254k|  1212k|   0.9 |1373M| 465 |   0 |1900 |4518 |1900 | 205 | 190k| 272k|3141 | 0.000000e+00 | 8.713000e+03 |    Inf 
1062.01/1062.55	c  1008s|  1410k|  1263k|  1223k|   0.9 |1385M| 465 |   0 |1900 |5191 |1900 | 205 | 192k| 276k|3183 | 0.000000e+00 | 8.713000e+03 |    Inf 
1069.70/1070.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1069.70/1070.23	c  1015s|  1420k|  1272k|  1234k|   0.9 |1395M| 465 |   0 |1900 |4078 |1900 | 221 | 194k| 278k|3200 | 0.000000e+00 | 8.713000e+03 |    Inf 
1077.20/1077.74	c  1022s|  1430k|  1282k|  1244k|   0.9 |1406M| 465 |   0 |1900 |4136 |1900 | 194 | 195k| 280k|3240 | 0.000000e+00 | 8.713000e+03 |    Inf 
1084.90/1085.48	c  1029s|  1440k|  1291k|  1256k|   0.9 |1417M| 465 |   0 |1900 |4250 |1900 | 207 | 196k| 283k|3263 | 0.000000e+00 | 8.713000e+03 |    Inf 
1092.20/1092.77	c  1036s|  1450k|  1301k|  1263k|   0.9 |1428M| 465 |   0 |1900 |3763 |1900 | 212 | 197k| 285k|3270 | 0.000000e+00 | 8.713000e+03 |    Inf 
1100.00/1100.51	c  1043s|  1460k|  1310k|  1273k|   0.9 |1439M| 465 |   0 |1900 |4248 |1900 | 210 | 199k| 288k|3277 | 0.000000e+00 | 8.713000e+03 |    Inf 
1107.20/1107.71	c  1050s|  1470k|  1319k|  1279k|   0.9 |1449M| 465 |   0 |1900 |3402 |1900 | 207 | 200k| 290k|3287 | 0.000000e+00 | 8.713000e+03 |    Inf 
1114.70/1115.26	c  1058s|  1480k|  1329k|  1286k|   0.9 |1460M| 465 |   0 |1900 |3979 |1900 | 222 | 201k| 292k|3288 | 0.000000e+00 | 8.713000e+03 |    Inf 
1122.50/1123.08	c  1065s|  1490k|  1338k|  1296k|   0.9 |1470M| 465 |   0 |1900 |4051 |1900 | 195 | 203k| 294k|3305 | 0.000000e+00 | 8.713000e+03 |    Inf 
1130.20/1130.71	c  1072s|  1500k|  1347k|  1306k|   0.9 |1481M| 465 |   0 |1900 |4537 |1900 | 219 | 204k| 297k|3322 | 0.000000e+00 | 8.713000e+03 |    Inf 
1137.60/1138.10	c  1079s|  1510k|  1357k|  1314k|   0.9 |1492M| 465 |   - |1900 |4528 |   0 |   0 | 205k| 300k|3342 | 0.000000e+00 | 8.713000e+03 |    Inf 
1145.50/1146.05	c  1087s|  1520k|  1366k|  1326k|   0.9 |1503M| 465 |   0 |1900 |4373 |1900 | 212 | 207k| 303k|3356 | 0.000000e+00 | 8.713000e+03 |    Inf 
1153.10/1153.67	c  1094s|  1530k|  1375k|  1335k|   0.9 |1514M| 465 |   0 |1900 |4835 |1900 | 208 | 209k| 306k|3376 | 0.000000e+00 | 8.713000e+03 |    Inf 
1160.90/1161.44	c  1101s|  1540k|  1384k|  1347k|   0.9 |1526M| 465 |   0 |1900 |5834 |1900 | 204 | 211k| 310k|3378 | 0.000000e+00 | 8.713000e+03 |    Inf 
1168.00/1168.56	c  1108s|  1550k|  1394k|  1352k|   0.9 |1536M| 465 |   0 |1900 |3557 |1900 | 218 | 211k| 312k|3387 | 0.000000e+00 | 8.713000e+03 |    Inf 
1175.80/1176.31	c  1115s|  1560k|  1403k|  1363k|   0.9 |1548M| 465 |   0 |1900 |5055 |1900 | 228 | 213k| 317k|3396 | 0.000000e+00 | 8.713000e+03 |    Inf 
1183.70/1184.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1183.70/1184.24	c  1123s|  1570k|  1412k|  1374k|   0.9 |1560M| 465 |   0 |1900 |5798 |1900 | 233 | 215k| 322k|3416 | 0.000000e+00 | 8.713000e+03 |    Inf 
1191.30/1191.83	c  1130s|  1580k|  1421k|  1382k|   0.9 |1570M| 465 |   - |1900 |4776 |1900 | 235 | 216k| 325k|3419 | 0.000000e+00 | 8.713000e+03 |    Inf 
1198.91/1199.43	o 8516
1198.91/1199.43	c *1137s|  1589k|  1409k|  1394k|   0.9 |1555M| 465 |   - |1900 |5085 |1900 | 219 | 218k| 330k|3435 | 0.000000e+00 | 8.516000e+03 |    Inf 
1199.00/1199.51	o 8312
1199.00/1199.51	c *1137s|  1589k|  1384k|  1394k|   0.9 |1523M| 465 |   - |1900 |5083 |1900 | 220 | 218k| 330k|3435 | 0.000000e+00 | 8.312000e+03 |    Inf 
1199.00/1199.55	o 8305
1199.00/1199.55	c *1137s|  1589k|  1383k|  1394k|   0.9 |1522M| 465 |   - |1900 |5083 |1900 | 221 | 218k| 330k|3435 | 0.000000e+00 | 8.305000e+03 |    Inf 
1199.10/1199.67	o 7994
1199.10/1199.67	c *1137s|  1589k|  1343k|  1394k|   0.9 |1466M| 465 |   - |1900 |5083 |1900 | 221 | 218k| 330k|3435 | 0.000000e+00 | 7.994000e+03 |    Inf 
1199.40/1199.99	c  1137s|  1590k|  1343k|  1394k|   0.9 |1467M| 465 |   0 |1900 |4995 |1900 | 213 | 218k| 330k|3436 | 0.000000e+00 | 7.994000e+03 |    Inf 
1201.70/1202.27	o 7921
1201.70/1202.27	c *1140s|  1592k|  1335k|  1398k|   0.9 |1454M| 465 |   - |1900 |5293 |1900 | 226 | 219k| 332k|3456 | 0.000000e+00 | 7.921000e+03 |    Inf 
1207.50/1208.04	c  1145s|  1600k|  1342k|  1406k|   0.9 |1463M| 465 |   0 |1900 |5771 |1900 | 228 | 220k| 335k|3460 | 0.000000e+00 | 7.921000e+03 |    Inf 
1215.30/1215.82	c  1152s|  1610k|  1351k|  1415k|   0.9 |1473M| 465 |   0 |1900 |5424 |1900 | 225 | 221k| 339k|3475 | 0.000000e+00 | 7.921000e+03 |    Inf 
1223.30/1223.81	c  1160s|  1620k|  1360k|  1425k|   0.9 |1484M| 465 |   0 |1900 |4768 |1900 | 209 | 223k| 343k|3487 | 0.000000e+00 | 7.921000e+03 |    Inf 
1231.90/1232.43	c  1168s|  1630k|  1369k|  1441k|   0.9 |1496M| 465 |   0 |1900 |4801 |1900 | 212 | 226k| 347k|3491 | 0.000000e+00 | 7.921000e+03 |    Inf 
1234.60/1235.15	o 7636
1234.60/1235.15	c *1171s|  1633k|  1327k|  1444k|   0.9 |1426M| 465 |   - |1900 |4174 |1900 | 247 | 227k| 348k|3498 | 0.000000e+00 | 7.636000e+03 |    Inf 
1234.81/1235.31	o 7498
1234.81/1235.31	c *1171s|  1633k|  1305k|  1444k|   0.9 |1395M| 465 |   - |1900 |4198 |1900 | 247 | 227k| 348k|3498 | 0.000000e+00 | 7.498000e+03 |    Inf 
1239.80/1240.32	c  1176s|  1640k|  1311k|  1449k|   0.9 |1402M| 465 |   0 |1900 |4145 |1900 | 230 | 227k| 349k|3514 | 0.000000e+00 | 7.498000e+03 |    Inf 
1247.10/1247.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1247.10/1247.68	c  1183s|  1650k|  1320k|  1456k|   0.9 |1413M| 465 |   0 |1900 |4200 |1900 | 207 | 228k| 352k|3520 | 0.000000e+00 | 7.498000e+03 |    Inf 
1255.10/1255.64	c  1190s|  1660k|  1329k|  1467k|   0.9 |1424M| 465 |   0 |1900 |4846 |1900 | 237 | 230k| 355k|3523 | 0.000000e+00 | 7.498000e+03 |    Inf 
1263.20/1263.80	c  1198s|  1670k|  1338k|  1479k|   0.9 |1436M| 465 |   - |1900 |5737 |   0 |   0 | 232k| 361k|3535 | 0.000000e+00 | 7.498000e+03 |    Inf 
1271.50/1272.04	c  1206s|  1680k|  1346k|  1492k|   0.9 |1448M| 465 |   0 |1900 |5182 |1900 | 222 | 234k| 365k|3569 | 0.000000e+00 | 7.498000e+03 |    Inf 
1274.60/1275.19	o 7429
1274.60/1275.19	c *1209s|  1683k|  1338k|  1497k|   0.9 |1437M| 465 |   - |1900 |5283 |1900 | 205 | 235k| 367k|3587 | 0.000000e+00 | 7.429000e+03 |    Inf 
1279.40/1279.95	c  1213s|  1690k|  1344k|  1502k|   0.9 |1444M| 465 |   0 |1900 |4748 |1900 | 198 | 235k| 369k|3594 | 0.000000e+00 | 7.429000e+03 |    Inf 
1287.30/1287.84	c  1220s|  1700k|  1353k|  1514k|   0.9 |1456M| 465 |   0 |1900 |5263 |1900 | 242 | 237k| 373k|3620 | 0.000000e+00 | 7.429000e+03 |    Inf 
1295.00/1295.57	c  1228s|  1710k|  1362k|  1524k|   0.9 |1467M| 465 |   0 |1900 |4581 |1900 | 231 | 239k| 377k|3657 | 0.000000e+00 | 7.429000e+03 |    Inf 
1303.10/1303.69	c  1235s|  1720k|  1370k|  1537k|   0.9 |1479M| 465 |   0 |1900 |5073 |1900 | 209 | 241k| 381k|3680 | 0.000000e+00 | 7.429000e+03 |    Inf 
1311.10/1311.69	c  1243s|  1730k|  1379k|  1548k|   0.9 |1490M| 465 |   0 |1900 |4899 |1900 | 203 | 242k| 385k|3691 | 0.000000e+00 | 7.429000e+03 |    Inf 
1319.30/1319.84	c  1251s|  1740k|  1388k|  1560k|   0.9 |1502M| 465 |   - |1900 |5306 |   0 |   0 | 244k| 390k|3707 | 0.000000e+00 | 7.429000e+03 |    Inf 
1327.31/1327.90	c  1258s|  1750k|  1397k|  1572k|   0.9 |1514M| 465 |   - |1900 |5990 |   0 |   0 | 246k| 395k|3722 | 0.000000e+00 | 7.429000e+03 |    Inf 
1335.20/1335.72	c  1266s|  1760k|  1405k|  1584k|   0.9 |1525M| 465 |   0 |1900 |5789 |1900 | 201 | 248k| 400k|3726 | 0.000000e+00 | 7.429000e+03 |    Inf 
1343.21/1343.75	c  1273s|  1770k|  1415k|  1595k|   0.9 |1537M| 465 |   0 |1900 |4864 |1900 | 236 | 250k| 402k|3760 | 0.000000e+00 | 7.429000e+03 |    Inf 
1351.31/1351.84	c  1281s|  1780k|  1423k|  1609k|   0.9 |1549M| 465 |   0 |1900 |5213 |1900 | 232 | 252k| 407k|3778 | 0.000000e+00 | 7.429000e+03 |    Inf 
1359.50/1360.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1359.50/1360.09	c  1289s|  1790k|  1432k|  1622k|   0.9 |1561M| 465 |   0 |1900 |6195 |1900 | 208 | 254k| 410k|3813 | 0.000000e+00 | 7.429000e+03 |    Inf 
1362.71/1363.21	o 7306
1362.71/1363.21	c *1292s|  1793k|  1415k|  1626k|   0.9 |1539M| 465 |   - |1900 |5383 |1900 | 214 | 255k| 411k|3816 | 0.000000e+00 | 7.306000e+03 |    Inf 
1367.61/1368.12	c  1296s|  1800k|  1421k|  1633k|   0.9 |1546M| 465 |   0 |1900 |5188 |1900 | 191 | 256k| 414k|3816 | 0.000000e+00 | 7.306000e+03 |    Inf 
1375.51/1376.03	c  1304s|  1810k|  1430k|  1646k|   0.9 |1557M| 465 |   0 |1900 |4392 |1900 | 212 | 257k| 417k|3827 | 0.000000e+00 | 7.306000e+03 |    Inf 
1383.31/1383.88	c  1311s|  1820k|  1439k|  1657k|   0.9 |1568M| 465 |   0 |1900 |4410 |1900 | 208 | 259k| 420k|3843 | 0.000000e+00 | 7.306000e+03 |    Inf 
1391.11/1391.62	c  1319s|  1830k|  1448k|  1667k|   0.9 |1580M| 465 |   0 |1900 |4970 |1900 | 211 | 261k| 424k|3850 | 0.000000e+00 | 7.306000e+03 |    Inf 
1398.80/1399.37	c  1326s|  1840k|  1457k|  1677k|   0.9 |1592M| 465 |   0 |1900 |5524 |1900 | 225 | 262k| 428k|3861 | 0.000000e+00 | 7.306000e+03 |    Inf 
1407.00/1407.56	c  1334s|  1850k|  1465k|  1689k|   0.9 |1603M| 465 |   0 |1900 |4871 |1900 | 216 | 264k| 433k|3876 | 0.000000e+00 | 7.306000e+03 |    Inf 
1414.91/1415.47	c  1341s|  1860k|  1474k|  1699k|   0.9 |1616M| 465 |   0 |1900 |5751 |1900 | 219 | 266k| 438k|3889 | 0.000000e+00 | 7.306000e+03 |    Inf 
1422.61/1423.10	c  1348s|  1870k|  1483k|  1709k|   0.9 |1627M| 465 |   0 |1900 |5118 |1900 | 207 | 267k| 441k|3901 | 0.000000e+00 | 7.306000e+03 |    Inf 
1430.01/1430.57	c  1355s|  1880k|  1493k|  1716k|   0.9 |1638M| 465 |   0 |1900 |6018 |1900 | 209 | 268k| 443k|3901 | 0.000000e+00 | 7.306000e+03 |    Inf 
1438.80/1439.35	c  1364s|  1890k|  1501k|  1730k|   0.9 |1650M| 465 |   0 |1900 |5532 |1900 | 236 | 271k| 450k|3913 | 0.000000e+00 | 7.306000e+03 |    Inf 
1446.70/1447.28	c  1371s|  1900k|  1509k|  1741k|   0.9 |1662M| 465 |   0 |1900 |5072 |1900 | 224 | 273k| 455k|3932 | 0.000000e+00 | 7.306000e+03 |    Inf 
1454.50/1455.08	c  1379s|  1910k|  1518k|  1753k|   0.9 |1674M| 465 |   0 |1900 |5409 |1900 | 220 | 275k| 459k|3940 | 0.000000e+00 | 7.306000e+03 |    Inf 
1462.41/1462.94	c  1386s|  1920k|  1527k|  1762k|   0.9 |1686M| 465 |   0 |1900 |5778 |1900 | 199 | 276k| 463k|3946 | 0.000000e+00 | 7.306000e+03 |    Inf 
1470.81/1471.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1470.81/1471.33	c  1394s|  1930k|  1536k|  1781k|   0.9 |1697M| 465 |   0 |1900 |4382 |1900 | 198 | 279k| 467k|4044 | 0.000000e+00 | 7.306000e+03 |    Inf 
1478.91/1479.49	c  1402s|  1940k|  1545k|  1795k|   0.9 |1710M| 465 |   0 |1900 |4744 |1900 | 226 | 281k| 472k|4049 | 0.000000e+00 | 7.306000e+03 |    Inf 
1487.30/1487.85	c  1409s|  1950k|  1554k|  1810k|   0.9 |1721M| 465 |   0 |1900 |4947 |1900 | 212 | 283k| 475k|4070 | 0.000000e+00 | 7.306000e+03 |    Inf 
1495.30/1495.89	c  1417s|  1960k|  1563k|  1823k|   0.9 |1732M| 465 |   - |1900 |4280 |   0 |   0 | 285k| 479k|4097 | 0.000000e+00 | 7.306000e+03 |    Inf 
1503.80/1504.38	c  1425s|  1970k|  1572k|  1838k|   0.9 |1744M| 465 |   0 |1900 |5509 |1900 | 227 | 287k| 484k|4113 | 0.000000e+00 | 7.306000e+03 |    Inf 
1506.10/1506.65	o 7165
1506.10/1506.65	c *1427s|  1972k|  1548k|  1841k|   0.9 |1716M| 465 |   - |1900 |5220 |1900 | 237 | 288k| 485k|4113 | 0.000000e+00 | 7.165000e+03 |    Inf 
1512.20/1512.77	c  1433s|  1980k|  1554k|  1850k|   0.9 |1725M| 465 |   0 |1900 |5094 |1900 | 222 | 290k| 488k|4129 | 0.000000e+00 | 7.165000e+03 |    Inf 
1520.61/1521.15	c  1441s|  1990k|  1563k|  1863k|   0.9 |1736M| 465 |   0 |1900 |4290 |1900 | 217 | 292k| 492k|4136 | 0.000000e+00 | 7.165000e+03 |    Inf 
1528.21/1528.79	c  1448s|  2000k|  1572k|  1873k|   0.9 |1747M| 465 |   - |1900 |4700 |   0 |   0 | 294k| 496k|4144 | 0.000000e+00 | 7.165000e+03 |    Inf 
1536.21/1536.78	c  1456s|  2010k|  1581k|  1885k|   0.9 |1759M| 465 |   0 |1900 |5139 |1900 | 211 | 296k| 500k|4165 | 0.000000e+00 | 7.165000e+03 |    Inf 
1544.31/1544.85	c  1463s|  2020k|  1590k|  1899k|   0.9 |1771M| 465 |   0 |1900 |5482 |1900 | 224 | 298k| 505k|4195 | 0.000000e+00 | 7.165000e+03 |    Inf 
1552.61/1553.19	c  1471s|  2030k|  1599k|  1914k|   0.9 |1782M| 465 |   0 |1900 |4490 |1900 | 231 | 300k| 506k|4218 | 0.000000e+00 | 7.165000e+03 |    Inf 
1560.60/1561.19	c  1479s|  2040k|  1609k|  1927k|   0.9 |1792M| 465 |   0 |1900 |4203 |1900 | 208 | 302k| 509k|4244 | 0.000000e+00 | 7.165000e+03 |    Inf 
1568.41/1568.92	c  1486s|  2050k|  1618k|  1939k|   0.9 |1803M| 465 |   0 |1900 |3857 |1900 | 216 | 303k| 511k|4264 | 0.000000e+00 | 7.165000e+03 |    Inf 
1576.41/1576.94	c  1494s|  2060k|  1627k|  1954k|   0.9 |1814M| 465 |   0 |1900 |3992 |1900 | 213 | 305k| 513k|4296 | 0.000000e+00 | 7.165000e+03 |    Inf 
1584.40/1584.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1584.40/1584.93	c  1501s|  2070k|  1636k|  1966k|   0.9 |1826M| 465 |   0 |1900 |4565 |1900 | 192 | 307k| 517k|4306 | 0.000000e+00 | 7.165000e+03 |    Inf 
1592.11/1592.63	c  1508s|  2080k|  1645k|  1976k|   1.0 |1838M| 465 |   0 |1900 |5228 |1900 | 211 | 309k| 521k|4310 | 0.000000e+00 | 7.165000e+03 |    Inf 
1600.01/1600.56	c  1516s|  2090k|  1654k|  1988k|   1.0 |1849M| 465 |   0 |1900 |4778 |1900 | 204 | 311k| 525k|4323 | 0.000000e+00 | 7.165000e+03 |    Inf 
1607.81/1608.37	c  1523s|  2100k|  1663k|  2000k|   1.0 |1861M| 465 |   0 |1900 |5198 |1900 | 216 | 313k| 528k|4334 | 0.000000e+00 | 7.165000e+03 |    Inf 
1616.52/1617.00	c  1532s|  2110k|  1672k|  2016k|   1.0 |1873M| 465 |   0 |1900 |5308 |1900 | 209 | 315k| 533k|4354 | 0.000000e+00 | 7.165000e+03 |    Inf 
1624.21/1624.75	c  1539s|  2120k|  1681k|  2027k|   1.0 |1885M| 465 |   0 |1900 |4656 |1900 | 206 | 317k| 537k|4380 | 0.000000e+00 | 7.165000e+03 |    Inf 
1632.30/1632.86	c  1546s|  2130k|  1690k|  2042k|   1.0 |1896M| 465 |   0 |1900 |4478 |1900 | 240 | 319k| 540k|4388 | 0.000000e+00 | 7.165000e+03 |    Inf 
1640.41/1640.95	c  1554s|  2140k|  1699k|  2057k|   1.0 |1908M| 465 |   0 |1900 |4770 |1900 | 204 | 321k| 544k|4418 | 0.000000e+00 | 7.165000e+03 |    Inf 
1648.61/1649.19	c  1562s|  2150k|  1707k|  2073k|   1.0 |1920M| 465 |   0 |1900 |5331 |1900 | 207 | 324k| 548k|4447 | 0.000000e+00 | 7.165000e+03 |    Inf 
1656.71/1657.28	c  1570s|  2160k|  1716k|  2087k|   1.0 |1932M| 465 |   0 |1900 |5633 |1900 | 225 | 326k| 552k|4463 | 0.000000e+00 | 7.165000e+03 |    Inf 
1664.71/1665.29	c  1577s|  2170k|  1725k|  2098k|   1.0 |1943M| 465 |   0 |1900 |5686 |1900 | 223 | 328k| 556k|4476 | 0.000000e+00 | 7.165000e+03 |    Inf 
1672.81/1673.32	c  1585s|  2180k|  1734k|  2113k|   1.0 |1955M| 465 |   0 |1900 |4914 |1900 | 221 | 329k| 560k|4504 | 0.000000e+00 | 7.165000e+03 |    Inf 
1680.61/1681.10	c  1592s|  2190k|  1743k|  2124k|   1.0 |1966M| 465 |   0 |1900 |4125 |1900 | 226 | 331k| 562k|4513 | 0.000000e+00 | 7.165000e+03 |    Inf 
1688.81/1689.39	c  1600s|  2200k|  1752k|  2141k|   1.0 |1978M| 465 |   0 |1900 |4825 |1900 | 204 | 333k| 566k|4529 | 0.000000e+00 | 7.165000e+03 |    Inf 
1696.71/1697.26	c  1607s|  2210k|  1762k|  2153k|   1.0 |1989M| 465 |   0 |1900 |4172 |1900 | 224 | 335k| 569k|4547 | 0.000000e+00 | 7.165000e+03 |    Inf 
1705.01/1705.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1705.01/1705.59	c  1615s|  2220k|  1771k|  2168k|   1.0 |2001M| 465 |   0 |1900 |4580 |1900 | 215 | 337k| 572k|4586 | 0.000000e+00 | 7.165000e+03 |    Inf 
1709.01/1709.53	o 6982
1709.01/1709.53	c *1619s|  2224k|  1737k|  2173k|   1.0 |1962M| 465 |   - |1900 |5090 |1900 | 231 | 338k| 574k|4590 | 0.000000e+00 | 6.982000e+03 |    Inf 
1713.32/1713.85	c  1623s|  2230k|  1741k|  2179k|   1.0 |1968M| 465 |   0 |1900 |4964 |1900 | 228 | 339k| 576k|4591 | 0.000000e+00 | 6.982000e+03 |    Inf 
1721.42/1721.99	c  1631s|  2240k|  1750k|  2192k|   1.0 |1980M| 465 |   0 |1900 |5359 |1900 | 228 | 341k| 580k|4599 | 0.000000e+00 | 6.982000e+03 |    Inf 
1729.62/1730.19	c  1638s|  2250k|  1759k|  2204k|   1.0 |1992M| 465 |   0 |1900 |5293 |1900 | 203 | 344k| 584k|4610 | 0.000000e+00 | 6.982000e+03 |    Inf 
1737.91/1738.41	c  1646s|  2260k|  1767k|  2216k|   1.0 |2004M| 465 |   0 |1900 |5573 |1900 | 214 | 345k| 590k|4637 | 0.000000e+00 | 6.982000e+03 |    Inf 
1745.51/1746.03	c  1653s|  2270k|  1777k|  2225k|   1.0 |2015M| 465 |   0 |1900 |4477 |1900 | 203 | 346k| 592k|4646 | 0.000000e+00 | 6.982000e+03 |    Inf 
1753.61/1754.11	c  1661s|  2280k|  1785k|  2237k|   1.0 |2027M| 465 |   0 |1900 |5647 |1900 | 213 | 349k| 597k|4667 | 0.000000e+00 | 6.982000e+03 |    Inf 
1761.61/1762.18	c  1669s|  2290k|  1794k|  2249k|   1.0 |2039M| 465 |   0 |1900 |5917 |1900 | 215 | 351k| 602k|4678 | 0.000000e+00 | 6.982000e+03 |    Inf 
1769.91/1770.41	c  1677s|  2300k|  1803k|  2262k|   1.0 |2050M| 465 |   - |1900 |5453 |   0 |   0 | 353k| 607k|4680 | 0.000000e+00 | 6.982000e+03 |    Inf 
1777.81/1778.32	c  1684s|  2310k|  1812k|  2274k|   1.0 |2062M| 465 |   0 |1900 |5467 |1900 | 236 | 355k| 611k|4690 | 0.000000e+00 | 6.982000e+03 |    Inf 
1785.82/1786.34	c  1692s|  2320k|  1820k|  2287k|   1.0 |2075M| 465 |   - |1900 |5757 |1900 | 204 | 357k| 616k|4704 | 0.000000e+00 | 6.982000e+03 |    Inf 
1793.81/1794.30	c  1699s|  2330k|  1829k|  2298k|   1.0 |2086M| 465 |   0 |1900 |5992 |1900 | 232 | 358k| 621k|4731 | 0.000000e+00 | 6.982000e+03 |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.50	c 
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time (sec) : 1704.91
1800.02/1800.50	c Solving Nodes      : 2337371
1800.02/1800.50	c Primal Bound       : +6.98200000000000e+03 (141 solutions)
1800.02/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.50	c Gap                : infinite
1800.02/1800.51	s SATISFIABLE
1800.02/1800.51	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.02/1800.51	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.02/1800.51	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.02/1800.51	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.02/1800.51	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.02/1800.51	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.02/1800.51	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.02/1800.51	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.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time       :    1704.91
1800.02/1800.51	c Original Problem   :
1800.02/1800.51	c   Problem name     : HOME/instance-2699949-1278533860.wbo
1800.02/1800.51	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.02/1800.51	c   Constraints      : 1901 initial, 1901 maximal
1800.02/1800.51	c Presolved Problem  :
1800.02/1800.51	c   Problem name     : t_HOME/instance-2699949-1278533860.wbo
1800.02/1800.51	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.02/1800.51	c   Constraints      : 1800 initial, 6970 maximal
1800.02/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.51	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   linear           :       0.02          0        100          0        900          0        101          0          0
1800.02/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   integral         :          0          0          0    2430136          0          0         52          0          0      12976
1800.02/1800.51	c   indicator        :        900          0    3881315    2423598          0       2242   17103985          0          0          0
1800.02/1800.51	c   linear           :        900          6    3879013    2423584          0      18831    2075940     360949          0          0
1800.02/1800.51	c   logicor          :          0+         0    2014839          0          0        845    1142584          0          0          0
1800.02/1800.51	c   countsols        :          0          0          0    2261952          0          0          0          0          0          0
1800.02/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.51	c   integral         :       4.14       0.00       0.00       4.14       0.00
1800.02/1800.51	c   indicator        :     192.43       0.00      49.12     143.31       0.00
1800.02/1800.51	c   linear           :      98.03       0.00      34.55      63.48       0.00
1800.02/1800.51	c   logicor          :      17.84       0.00      17.84       0.00       0.00
1800.02/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.51	c   vbounds          :       0.01          2          0          0
1800.02/1800.51	c   rootredcost      :       0.00         41          0          0
1800.02/1800.51	c   pseudoobj        :      78.89    3949543      68428   12602508
1800.02/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.51	c   propagation      :       6.33      88104      88083     573488       34.1     162798        3.8          -
1800.02/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   pseudo solution  :       0.08        512        512       3681       29.3       1232        4.0          -
1800.02/1800.51	c   applied globally :          -          -          -     625121       25.1          -          -          -
1800.02/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.51	c   cut pool         :       0.00          4          -          -          1          -    (maximal pool size: 57)
1800.02/1800.51	c   redcost          :      92.25    2453262          0    3595212          0          0
1800.02/1800.51	c   impliedbounds    :       0.00          5          0          0          0          0
1800.02/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.51	c   gomory           :       0.03          5          0          0         61          0
1800.02/1800.51	c   strongcg         :       0.00          5          0          0          0          0
1800.02/1800.51	c   cmir             :       0.01          5          0          0          0          0
1800.02/1800.51	c   flowcover        :       0.02          5          0          0          0          0
1800.02/1800.51	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.51	c Pricers            :       Time      Calls       Vars
1800.02/1800.51	c   problem variables:       0.00          0          0
1800.02/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   relpscost        :       4.12       6538          0         52          0          0      12976
1800.02/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   inference        :     177.02    2261911          0          0          0          0    4523822
1800.02/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.51	c   LP solutions     :       1.21          -         41
1800.02/1800.51	c   pseudo solutions :       0.00          -          0
1800.02/1800.51	c   intshifting      :       0.01          3          0
1800.02/1800.51	c   oneopt           :       0.12         33          0
1800.02/1800.51	c   crossover        :       1.47        102          3
1800.02/1800.51	c   fracdiving       :      13.13      26102          0
1800.02/1800.51	c   veclendiving     :      13.05      26102          0
1800.02/1800.51	c   linesearchdiving :      13.64      26102          0
1800.02/1800.51	c   guideddiving     :      13.39      26102          0
1800.02/1800.51	c   pscostdiving     :      13.89      26102          0
1800.02/1800.51	c   coefdiving       :      13.31      26103          0
1800.02/1800.51	c   objpscostdiving  :      14.15      26101          0
1800.02/1800.51	c   rootsoldiving    :      14.62      26101          0
1800.02/1800.51	c   trivial          :       0.01          2          1
1800.02/1800.51	c   simplerounding   :       0.45       7038          0
1800.02/1800.51	c   zirounding       :       0.00       1000          0
1800.02/1800.51	c   rounding         :       0.06       1132          0
1800.02/1800.51	c   shifting         :       0.19        338          0
1800.02/1800.51	c   twoopt           :       0.00          0          0
1800.02/1800.52	c   fixandinfer      :       0.00          0          0
1800.02/1800.52	c   feaspump         :       0.00          0          0
1800.02/1800.52	c   intdiving        :       0.00          0          0
1800.02/1800.52	c   actconsdiving    :       0.00          0          0
1800.02/1800.52	c   octane           :       0.00          0          0
1800.02/1800.52	c   rens             :       0.01          1          0
1800.02/1800.52	c   rins             :       0.00          0          0
1800.02/1800.52	c   localbranching   :       0.00          0          0
1800.02/1800.52	c   mutation         :       0.00          0          0
1800.02/1800.52	c   dins             :       0.00          0          0
1800.02/1800.52	c   undercover       :       0.00          0          0
1800.02/1800.52	c   nlp              :       0.01          0          0
1800.02/1800.52	c   trysol           :       0.19      26574         96
1800.02/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.52	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.52	c   dual LP          :     591.83     405002    2306320       5.69    3896.93
1800.02/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.52	c   diving/probing LP:       0.05         40       2857      71.42   57140.00
1800.02/1800.52	c   strong branching :       4.10       4741      69778      14.72   17019.02
1800.02/1800.52	c     (at root node) :          -         33       5229     158.45          -
1800.02/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.52	c B&B Tree           :
1800.02/1800.52	c   number of runs   :          1
1800.02/1800.52	c   nodes            :    2337371
1800.02/1800.52	c   nodes (total)    :    2337371
1800.02/1800.52	c   nodes left       :    1835570
1800.02/1800.52	c   max depth        :        465
1800.02/1800.52	c   max depth (total):        465
1800.02/1800.52	c   backtracks       :      55837 (2.4%)
1800.02/1800.52	c   delayed cutoffs  :      21908
1800.02/1800.52	c   repropagations   :     120256 (7202433 domain reductions, 21903 cutoffs)
1800.02/1800.52	c   avg switch length:       2.59
1800.02/1800.52	c   switching time   :      80.69
1800.02/1800.52	c Solution           :
1800.02/1800.52	c   Solutions found  :        141 (42 improvements)
1800.02/1800.52	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.02/1800.52	c   Primal Bound     : +6.98200000000000e+03   (in run 1, after 2224735 nodes, 1618.86 seconds, depth 64, found by <relaxation>)
1800.02/1800.52	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.52	c   Gap              :   infinite
1800.02/1800.52	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.52	c   Root Iterations  :        424

Verifier Data

OK	6982

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 0.47 0.15 4/186 18660
/proc/meminfo: memFree=29178512/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=8256 CPUtime=0
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 932 0 0 0 0 0 0 0 22 0 1 0 21600205 8454144 853 4089446400 4194304 9819077 140736614150880 18446744073709551615 8675336 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18660/statm: 2064 853 359 1374 0 685 0

[startup+0.0411079 s]
/proc/loadavg: 1.93 0.47 0.15 4/186 18660
/proc/meminfo: memFree=29178512/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=14028 CPUtime=0.01
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 2428 0 0 0 1 0 0 0 25 0 1 0 21600205 14364672 2349 4089446400 4194304 9819077 140736614150880 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18660/statm: 3507 2349 392 1374 0 2128 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14028

[startup+0.102438 s]
/proc/loadavg: 1.93 0.47 0.15 4/186 18660
/proc/meminfo: memFree=29178512/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=21792 CPUtime=0.03
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 5096 0 0 0 3 0 0 0 25 0 1 0 21600205 22315008 4149 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18660/statm: 5448 4149 492 1374 0 4069 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21792

[startup+0.301062 s]
/proc/loadavg: 1.93 0.47 0.15 4/186 18660
/proc/meminfo: memFree=29178512/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=26116 CPUtime=0.09
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 6390 0 0 0 8 1 0 0 25 0 1 0 21600205 26742784 5140 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18660/statm: 6529 5140 674 1374 0 5150 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26116

[startup+0.70099 s]
/proc/loadavg: 1.93 0.47 0.15 4/186 18660
/proc/meminfo: memFree=29178512/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=29968 CPUtime=0.23
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 11353 0 0 0 21 2 0 0 25 0 1 0 21600205 30687232 5810 4089446400 4194304 9819077 140736614150880 18446744073709551615 7309711 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 7492 5810 695 1374 0 6113 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 29968

[startup+1.50085 s]
/proc/loadavg: 2.01 0.51 0.17 6/187 18661
/proc/meminfo: memFree=29155812/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=29964 CPUtime=0.99
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 25546 0 0 0 93 6 0 0 25 0 1 0 21600205 30683136 5824 4089446400 4194304 9819077 140736614150880 18446744073709551615 6361872 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 7491 5824 702 1374 0 6112 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 29964

[startup+3.10057 s]
/proc/loadavg: 2.01 0.51 0.17 3/187 18661
/proc/meminfo: memFree=29151596/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=32388 CPUtime=2.59
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 43109 0 0 0 244 15 0 0 25 0 1 0 21600205 33165312 6937 4089446400 4194304 9819077 140736614150880 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 8097 6937 703 1374 0 6718 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 32388

[startup+6.301 s]
/proc/loadavg: 2.09 0.56 0.18 3/187 18661
/proc/meminfo: memFree=29146004/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=39788 CPUtime=5.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 49276 0 0 0 548 31 0 0 25 0 1 0 21600205 40742912 8532 4089446400 4194304 9819077 140736614150880 18446744073709551615 6361141 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 9947 8532 707 1374 0 8568 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 39788

[startup+12.7029 s]
/proc/loadavg: 2.64 0.70 0.23 9/187 18668
/proc/meminfo: memFree=29131888/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=48408 CPUtime=12.19
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 74882 0 0 0 1153 66 0 0 25 0 1 0 21600205 49569792 10747 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 12102 10747 707 1374 0 10723 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 48408

[startup+25.5016 s]
/proc/loadavg: 3.07 0.89 0.30 3/187 18669
/proc/meminfo: memFree=29112244/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=66112 CPUtime=24.99
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 115835 0 0 0 2371 128 0 0 25 0 1 0 21600205 67698688 15153 4089446400 4194304 9819077 140736614150880 18446744073709551615 6003169 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 16528 15153 707 1374 0 15149 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 66112

[startup+51.1001 s]
/proc/loadavg: 3.58 1.18 0.41 3/187 18672
/proc/meminfo: memFree=29059392/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=106636 CPUtime=50.58
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 183111 0 0 0 4809 249 0 0 25 0 1 0 21600205 109195264 25393 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 26659 25393 707 1374 0 25280 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 106636

[startup+102.306 s]
/proc/loadavg: 4.34 1.74 0.64 7/187 18681
/proc/meminfo: memFree=28935680/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=186212 CPUtime=101.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 301132 0 0 0 9671 508 0 0 25 0 1 0 21600205 190681088 44835 4089446400 4194304 9819077 140736614150880 18446744073709551615 4561351 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 46553 44835 707 1374 0 45174 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 186212

[startup+162.301 s]
/proc/loadavg: 5.64 2.57 0.99 8/187 18689
/proc/meminfo: memFree=28798452/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=280408 CPUtime=161.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 426299 0 0 0 15378 801 0 0 25 0 1 0 21600205 287137792 67524 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 70102 67524 707 1374 0 68723 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 280408

[startup+222.301 s]
/proc/loadavg: 4.93 2.93 1.21 5/187 18691
/proc/meminfo: memFree=28690860/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=365560 CPUtime=221.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 548735 0 0 0 21089 1090 0 0 25 0 1 0 21600205 374333440 89008 4089446400 4194304 9819077 140736614150880 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 91390 89008 707 1374 0 90011 0
Current children cumulated CPU time (s) 221.79
Current children cumulated vsize (KiB) 365560

[startup+282.301 s]
/proc/loadavg: 5.55 3.45 1.49 4/187 18693
/proc/meminfo: memFree=28596208/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=451008 CPUtime=281.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 697028 0 0 0 26785 1394 0 0 25 0 1 0 21600205 461832192 110358 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 112752 110358 707 1374 0 111373 0
Current children cumulated CPU time (s) 281.79
Current children cumulated vsize (KiB) 451008

[startup+342.301 s]
/proc/loadavg: 5.08 3.73 1.72 3/187 18702
/proc/meminfo: memFree=28499976/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=536896 CPUtime=341.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 811787 0 0 0 32500 1679 0 0 25 0 1 0 21600205 549781504 132011 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 134224 132011 707 1374 0 132845 0
Current children cumulated CPU time (s) 341.79
Current children cumulated vsize (KiB) 536896

[startup+402.3 s]
/proc/loadavg: 4.67 3.87 1.89 5/187 18703
/proc/meminfo: memFree=28414064/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=624324 CPUtime=401.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 990573 0 0 0 38210 1969 0 0 25 0 1 0 21600205 639307776 151984 4089446400 4194304 9819077 140736614150880 18446744073709551615 6590721 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 156081 151984 707 1374 0 154702 0
Current children cumulated CPU time (s) 401.79
Current children cumulated vsize (KiB) 624324

[startup+462.301 s]
/proc/loadavg: 4.65 4.02 2.06 3/187 18704
/proc/meminfo: memFree=28324864/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=706808 CPUtime=461.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 1112646 0 0 0 43937 2242 0 0 25 0 1 0 21600205 723771392 172911 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 176702 172911 707 1374 0 175323 0
Current children cumulated CPU time (s) 461.79
Current children cumulated vsize (KiB) 706808

[startup+522.3 s]
/proc/loadavg: 4.16 4.04 2.19 4/187 18706
/proc/meminfo: memFree=28232980/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=790632 CPUtime=521.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 1236669 0 0 0 49648 2531 0 0 25 0 1 0 21600205 809607168 194021 4089446400 4194304 9819077 140736614150880 18446744073709551615 7816434 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 197658 194021 707 1374 0 196279 0
Current children cumulated CPU time (s) 521.79
Current children cumulated vsize (KiB) 790632

[startup+582.301 s]
/proc/loadavg: 4.63 4.27 2.39 3/179 18736
/proc/meminfo: memFree=28357196/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=874736 CPUtime=581.79
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 1343710 0 0 0 55364 2815 0 0 25 0 1 0 21600205 895729664 215132 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 218684 215132 707 1374 0 217305 0
Current children cumulated CPU time (s) 581.79
Current children cumulated vsize (KiB) 874736

[startup+642.3 s]
/proc/loadavg: 2.96 3.85 2.36 3/179 18738
/proc/meminfo: memFree=28184476/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=961236 CPUtime=641.8
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 1503497 0 0 0 61046 3134 0 0 25 0 1 0 21600205 984305664 236709 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 240309 236709 707 1374 0 238930 0
Current children cumulated CPU time (s) 641.8
Current children cumulated vsize (KiB) 961236

[startup+702.301 s]

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

/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 2655920 0 0 0 100740 5439 0 0 25 0 1 0 21600205 1516601344 361718 4089446400 4194304 9819077 140736614150880 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 370264 361718 707 1374 0 368885 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 1481056

[startup+1122.3 s]
/proc/loadavg: 2.00 2.36 2.20 3/179 18750
/proc/meminfo: memFree=27019948/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1565036 CPUtime=1121.8
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 2790509 0 0 0 106414 5766 0 0 25 0 1 0 21600205 1602596864 382419 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 391259 382419 722 1374 0 389880 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 1565036

[startup+1182.3 s]
/proc/loadavg: 2.00 2.29 2.18 3/179 18752
/proc/meminfo: memFree=26884228/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1654088 CPUtime=1181.8
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 2940437 0 0 0 112080 6100 0 0 25 0 1 0 21600205 1693786112 404338 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 413522 404338 722 1374 0 412143 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 1654088

[startup+1242.3 s]
/proc/loadavg: 2.00 2.24 2.17 3/179 18754
/proc/meminfo: memFree=26840152/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1682484 CPUtime=1241.8
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 3112853 0 0 0 117741 6439 0 0 25 0 1 0 21600205 1722863616 411149 4089446400 4194304 9819077 140736614150880 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 420577 411147 722 1374 0 419198 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 1682484

[startup+1302.3 s]
/proc/loadavg: 2.00 2.19 2.16 3/179 18755
/proc/meminfo: memFree=26828572/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1686520 CPUtime=1301.8
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 3259631 0 0 0 123420 6760 0 0 25 0 1 0 21600205 1726996480 412149 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 421630 412149 722 1374 0 420251 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 1686520

[startup+1362.3 s]
/proc/loadavg: 2.00 2.15 2.14 3/179 18756
/proc/meminfo: memFree=26783504/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1710388 CPUtime=1361.8
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 3412341 0 0 0 129097 7083 0 0 25 0 1 0 21600205 1751437312 417915 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 427597 417915 722 1374 0 426218 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 1710388

[startup+1422.31 s]
/proc/loadavg: 2.00 2.12 2.13 3/179 18758
/proc/meminfo: memFree=26718960/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1764112 CPUtime=1421.81
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 3575137 0 0 0 134762 7419 0 0 25 0 1 0 21600205 1806450688 431364 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 441028 431364 722 1374 0 439649 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 1764112

[startup+1482.3 s]
/proc/loadavg: 2.00 2.10 2.12 3/179 18760
/proc/meminfo: memFree=26639064/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1839392 CPUtime=1481.81
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 3739632 0 0 0 140428 7753 0 0 25 0 1 0 21600205 1883537408 449873 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 459848 449873 722 1374 0 458469 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 1839392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.08 2.11 3/179 18762
/proc/meminfo: memFree=26572068/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1890756 CPUtime=1541.8
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 3912901 0 0 0 146092 8088 0 0 25 0 1 0 21600205 1936134144 462154 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 472689 462154 722 1374 0 471310 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 1890756

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.10 3/179 18763
/proc/meminfo: memFree=26481364/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=1967844 CPUtime=1601.81
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4074296 0 0 0 151761 8420 0 0 25 0 1 0 21600205 2015072256 481268 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 491961 481268 722 1374 0 490582 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1967844

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.09 3/179 18937
/proc/meminfo: memFree=27136612/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=2054160 CPUtime=1661.81
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4239940 0 0 0 157433 8748 0 0 25 0 1 0 21600205 2103459840 502126 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 513540 502126 722 1374 0 512161 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 2054160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/179 18939
/proc/meminfo: memFree=26993104/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=2124528 CPUtime=1721.81
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4409586 0 0 0 163101 9080 0 0 25 0 1 0 21600205 2175516672 518869 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 531132 518869 722 1374 0 529753 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 2124528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/179 18941
/proc/meminfo: memFree=26851932/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=2192176 CPUtime=1781.82
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4569458 0 0 0 168776 9406 0 0 25 0 1 0 21600205 2244788224 534733 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 548044 534733 722 1374 0 546665 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 2192176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.07 3/179 18941
/proc/meminfo: memFree=26803308/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=2216792 CPUtime=1800.02
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4624724 0 0 0 170492 9510 0 0 25 0 1 0 21600205 2269995008 540777 4089446400 4194304 9819077 140736614150880 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18660/statm: 554198 540777 722 1374 0 552819 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2216792

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18660

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.02 2.07 3/180 18942
/proc/meminfo: memFree=26803300/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=2216792 CPUtime=1800.91
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4624727 0 0 0 170581 9510 0 0 25 0 1 0 21600205 2269995008 540780 4089446400 4194304 9819077 140736614150880 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18660/statm: 554198 540780 725 1374 0 552819 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 2216792

[startup+1802.2 s]
/proc/loadavg: 2.00 2.02 2.07 3/180 18942
/proc/meminfo: memFree=26802432/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=2216792 CPUtime=1801.71
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4624727 0 0 0 170661 9510 0 0 25 0 1 0 21600205 2269995008 540780 4089446400 4194304 9819077 140736614150880 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18660/statm: 554198 540780 725 1374 0 552819 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 2216792

[startup+1802.4 s]
/proc/loadavg: 2.00 2.02 2.07 3/180 18942
/proc/meminfo: memFree=26802432/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=2216792 CPUtime=1801.91
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4624727 0 0 0 170681 9510 0 0 25 0 1 0 21600205 2269995008 540780 4089446400 4194304 9819077 140736614150880 18446744073709551615 6162881 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18660/statm: 554198 540780 725 1374 0 552819 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 2216792

[startup+1802.5 s]
/proc/loadavg: 2.00 2.02 2.07 3/180 18942
/proc/meminfo: memFree=26802432/32951124 swapFree=67111528/67111528
[pid=18660] ppid=18658 vsize=2216792 CPUtime=1802.01
/proc/18660/stat : 18660 (pbscip.linux.x8) R 18658 18660 18087 0 -1 4202496 4624727 0 0 0 170691 9510 0 0 25 0 1 0 21600205 2269995008 540780 4089446400 4194304 9819077 140736614150880 18446744073709551615 6179953 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18660/statm: 554198 540780 725 1374 0 552819 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2216792

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.58
CPU time (s): 1802.1
CPU user time (s): 1706.92
CPU system time (s): 95.1805
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 2216796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1706.92
system time used= 95.1805
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4624727
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 7125

runsolver used 3.20051 second user time and 5.80712 second system time

The end

Launcher Data

Begin job on node107 at 2010-07-07 22:17:40
IDJOB=2699949
IDBENCH=79387
IDSOLVER=1205
FILE ID=node107/2699949-1278533860
PBS_JOBID= 11239264
Free space on /tmp= 73636 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-jnh302_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-2699949-1278533860/watcher-2699949-1278533860 -o /tmp/evaluation-result-2699949-1278533860/solver-2699949-1278533860 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699949-1278533860.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8b86218007c145a9ce1787d0bbf0d30b
RANDOM SEED=972427748

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29178668 kB
Buffers:        128324 kB
Cached:        3373096 kB
SwapCached:          0 kB
Active:         913616 kB
Inactive:      2697504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29178668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23108 kB
Writeback:           0 kB
AnonPages:      109968 kB
Mapped:          18836 kB
Slab:            96120 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   321560 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= 73644 MiB
End job on node107 at 2010-07-07 22:47:43